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

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

[Octave-bug-tracker] [bug #43907] OpenGL render code called even when gn


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #43907] OpenGL render code called even when gnuplot is graphics_toolkit
Date: Wed, 01 Jul 2015 18:25:35 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #19, bug #43907 (project octave):

Oh, WXT.  I should have thought of that.  I suppose that terminal understands
FreeType fonts where x11 and Qt don't.  Is it adequate to just suppress the
warning message if the Figure's toolkit is gnuplot?  Apparently the gnuplot
toolkit is placing the desired text in the command.

With the warning message gone, we could rewrite gnuplot toolkit so that it
uses a font that has the symbol characters whenever /Symbol is placed in the
text.  That way the symbols always come out correct.

There is also the ability to place simple programming instructions in
gnuplot:


 New syntax:
       if (<condition>) { <commands>;
              <commands>
              <commands>
       } else {
              <commands>
       }
 Old syntax:
       if (<condition>) <command-line> [; else if (<condition>) ...; else
...]


which would allow instructing gnuplot to check whether the terminal is WXT. 
If so, use the font, if not use a symbol font.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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