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

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

[Octave-bug-tracker] [bug #59571] x label not visible on first of multip


From: Miloš Petrašinović
Subject: [Octave-bug-tracker] [bug #59571] x label not visible on first of multiple figures
Date: Sun, 29 Nov 2020 13:51:33 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36

Follow-up Comment #3, bug #59571 (project octave):

Can you retest with the following code?


figure(1)
plot([0,1],[0,1])
xlabel('x'), ylabel('y')
close all, clear all, clc
figure(1)
plot([0,1],[0,1])
xlabel('x'), ylabel('y')
close all, clear all, clc


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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