Exporting plot as vector graphics in Octave or matlab

0

I know I can export a plot in octave as a PNG but is it possible to export a plot as a vector graphic image?

The reason I ask is that some of the points on my plot are very close together and I would like to be able to zoom in on them using another image program like inkscape or gimp.

thanks

Rick T

Posted 2013-01-31T20:42:23.310

Reputation: 123

Answers

1

Just end your filename with svg instead of png and octave, at least, will do the right thing.

hd1

Posted 2013-01-31T20:42:23.310

Reputation: 187

3remark: matlab will too – None – 2013-01-31T21:23:29.230

Not used matlab in years, and just wanted to be explicit, but thanks for your comment, @thang – hd1 – 2013-01-31T22:29:58.823