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

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

[Octave-bug-tracker] [bug #48474] gnuplot: text color wrong with latex i


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #48474] gnuplot: text color wrong with latex interpreter on-screen using windows terminal
Date: Tue, 12 Jul 2016 20:31:38 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #15, bug #48474 (project octave):

Yes, compiling gnuplot is easy, but you must have all the necessary
development versions of libraries.

Something else you can do is print out the gnuplot code that your Windows
version of Octave is generating.  Then someone else could examine that gnuplot
code on their system.  Maybe that would lead somewhere:

Older version (linux):


  [create your plot;]
  drawnow ("x11", "/dev/null", false, "foo.gp");


Newer version (linux):


  [create your plot;]
  drawnow ("x11", "/dev/null", "foo.gp");


and if /dev/null doesn't work, try some file name like, 'scrap.jnk'.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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