octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #60509] octave-cli fails to print figure when


From: Rik
Subject: [Octave-bug-tracker] [bug #60509] octave-cli fails to print figure when 'visible' is 'off'
Date: Mon, 3 May 2021 10:45:17 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36

Update of bug #60509 (project octave):

              Item Group:                    None => Incorrect Result       
                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

This works for me.  I tested the first stanza of code:


graphics_toolkit                       %--> gnuplot (expected)
t = linspace(0,1); y = sin(2*pi*t*10);
figure(1,'visible','off')
graphics_toolkit
ans = gnuplot
ans = gnuplot


"gnuplot" is returned both times.  This is with Kubuntu 18.04.

You might try starting octave without initialization files in case there is
something odd in either the system or personal configuration files.  I used


octave-6.2.0 -f --no-gui



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60509>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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