Is there a command or an option in the "plot" command that can generate png/jpg images of the plots?
Asked
Active
Viewed 2,992 times
1 Answers
5
hardcopy [file name] [plot arguments]
i.e.
hardcopy xyPlot.ps v(1) v(2)
Then you can convert postscript files to jpg or png using gimp or many other tools.

Iancovici
- 2,246
- 17
- 28
-
Is it a way to make this in a single step? – Brethlosze Apr 21 '18 at 02:11
-
Is it possible to get outputs for multiple variables? – Sohan Arafat May 04 '19 at 16:10