bugGNU Octave - Bugs: bug #44381, only print axis

 
 

bug #44381: only print axis

Submitter:  None
Submitted:  Fri 27 Feb 2015 10:29:32 AM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.8.2
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 27 Feb 2015 08:52:55 PM UTC, comment #2: 

I just ran the script with a 4.0 release candidate and it works fine.  The 4.0 release is imminent, within the next month.  Upgrade when it comes out and you can re-post if you can still reproduce the bug.

Rik <rik5>
Group administrator
Fri 27 Feb 2015 06:09:14 PM UTC, comment #1: 

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.

Dan Sebald <sebald>
Fri 27 Feb 2015 10:29:32 AM UTC, original submission:  

Not print lines, only axis.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #33205:  Elipse4.eps added by None (7KiB - application/postscript - gnuplot is not the problem, when I try the command in octave: sombrero( ); drawnow("qt",false,"foo.gp") program collapses, output in window is correct, but when I try save, it don't do, I know next Octave will be best)
file #33206:  foo.eps added by None (21KiB - application/postscript - gnuplot is not the problem, when I try the command in octave: sombrero( ); drawnow("qt",false,"foo.gp") program collapses, output in window is correct, but when I try save, it don't do, I know next Octave will be best)
file #33199:  prueba.m added by None (528B - application/octet-stream - not print file, only axis, both command and window )

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by sebald (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-02-27 None Attached File- Added Elipse4.eps, #33205
        Attached File- Added foo.eps, #33206
    2015-02-27 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
    2015-02-27 None Attached File- Added prueba.m, #33199

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code