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: Tue, 23 Jun 2015 22:33:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

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

I guess I was thinking


graphics_toolkit ([], NAME)


should change just the default while


graphics_toolkit (NAME)


changes the toolkit for all figures and the default.  That has its problems
too.

Also, maybe I shouldn't have called that a bug because the
___graphics_toolkit___ property is technically hidden.  The way to make the
toolkit change would be:


graphics_toolkit ('gnuplot')
text (0.5, 0.5, 'HI', 'fontname', 'arial')
graphics_toolkit ([1], 'qt')


and that does in fact work.  Still, it seems


set(1, '__graphics_toolkit__', 'qt')


shouldn't error out.

    _______________________________________________________

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]