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

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

[Octave-bug-tracker] [bug #44381] only print axis


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #44381] only print axis
Date: Fri, 27 Feb 2015 18:09:14 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

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

Do you know how to build Octave from scratch?  (I'm guessing perhaps not.) 
4.0 will be coming out soon, and testing this for the latest code would be
best.  If the problem has gone away, then I'd say let this bug go as "Will Not
Fix".

That being said, the little we can do to diagnose is try to save the
intermediate gnuplot commands.  Try something like:


  sombrero ();
  drawnow ("qt", "/dev/null", false, "foo.gp");


or replace "qt" with whatever gnuplot terminal (driver) you are using to
create the printed output.  (E.g., an eps file would be "postscript".)

If you could generate one or more gnuplot directive files and post here, it
could help.

Also, you may want to confirm gnuplot isn't the source of the problem by
running (from the command line):


> gnuplot
> plot x
> set term postscript
> set output "foo.eps"
> replot
> set output


Check if the resulting "foo.eps" file has a complete plot.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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