help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem Saving Plots as JPG


From: Fritz Sonnichsen
Subject: Re: Problem Saving Plots as JPG
Date: Mon, 23 Apr 2018 10:06:58 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Thanks Ian.
    I rebooted my PC and not the jpg save feature works.
cheers
fritz

On 4/20/2018 4:58 PM, Ian McCallion wrote:
On Fri, 20 Apr 2018, 16:45 Fritz Sonnichsen, <address@hidden> wrote:
I am trying to save a generated plot as a jpg.
I am using both the "saveas" command and also trying to save the plot
directly via its gui.

Octave just hangs  when I do either.
I have set the graphics package to q1, fltk, and gnuplot. None work.
Same problem with png. (pdf works just fine).

Any ideas?

This is how I was told to plot to file:
------
  figure(1, 'visible', 'off');
  plot(mystuff);
  print (1, filename.jpg);
  close(1);
-------

It always seems to work for me. I use gnuplot.

Note that plotting to jpg or png is rather slow in octave. Possibly you are not being patient enough?

Cheers... Ian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]