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

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

[Octave-bug-tracker] [bug #36679] Timing error for multiple plots


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #36679] Timing error for multiple plots
Date: Thu, 21 Jun 2012 19:31:16 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0

Follow-up Comment #4, bug #36679 (project octave):

A bit more information: the obvious
purpose of the 
set (opts.figure, "position", fpos); 
is to make the figure BB be invariant
to the size and position of the figure on 
the screen.  This is consistent with the 
Matlab way.  For the same plot in Matlab
and Octave (using set above) I got:
Matlab:
t1.ps:9:%%BoundingBox: (atend)
t1.ps:162:%%PageBoundingBox:    73   215   552   589
t1.ps:347:%%BoundingBox:    73   215   552   589
t2.ps:9:%%BoundingBox: (atend)
t2.ps:162:%%PageBoundingBox:    73   215   552   589
t2.ps:347:%%BoundingBox:    73   215   552   589

Octave:
t1.ps:3:%%BoundingBox: 70 232 548 602
t1.ps:4:%%HiResBoundingBox: 70.900000 232.300000 547.100000 601.600000
t1.ps:52:%%PageBoundingBox: 0 0 612 792
t2.ps:3:%%BoundingBox: 70 232 548 602
t2.ps:4:%%HiResBoundingBox: 70.900000 232.300000 547.100000 601.600000
t2.ps:52:%%PageBoundingBox: 0 0 612 792

Pretty close, but not the same,

In any case this means that the "set" of fpos to opts.canvas_size
is needed.  So, it just needs to work all the time and
if possible stop moving the figure around.

Anyone have any ideas of how to do this?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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