3

Is there a command or an option in the "plot" command that can generate png/jpg images of the plots?

Mahrrkiee
  • 31
  • 1
  • 2

1 Answers1

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