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

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

[Octave-bug-tracker] [bug #45865] text not rendering when plotting


From: Rik
Subject: [Octave-bug-tracker] [bug #45865] text not rendering when plotting
Date: Fri, 04 Sep 2015 11:34:40 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

Follow-up Comment #1, bug #45865 (project octave):

To narrow it down, try using a different plot engine.


close all
graphics_toolkit gnuplot
plot (0:3)
## Does gnuplot engine work?

close all
graphics_toolkit fltk
plot (0:3)
## Does fltk engine work?

close all
graphics_toolkit qt
plot (0:3)
## Does qt engine work?


When you have found which engine or engines don't work, try this


close all
text (0.5, 0.5, "0.1 0.5 Hello World 0.75 1.0"
## Does this display correctly


Also, try using the mouse to re-size the window.  Are there certain window
sizes that work and others that don't?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45865>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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