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

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

[Octave-bug-tracker] [bug #35439] fltk printed png is the wrong size


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #35439] fltk printed png is the wrong size
Date: Tue, 14 Feb 2012 02:01:50 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.46 Safari/535.11

Update of bug #35439 (project octave):

                  Status:                    None => Wont Fix               

    _______________________________________________________

Follow-up Comment #3:

I looked at this again. The problem for me is that my fltk window size is
limited by my display. So when the print() command requests a window height of
1200 it is truncated.

To confirm I modified my script.


close all
toolkits = available_graphics_toolkits ();
canvas = fliplr (get (gcf, "paperposition") (3:4) * 72);
for t = 1:numel(toolkits)
  close all
  graphics_toolkit (toolkits{t})
  orient landscape
  sombrero
  print (sprintf ("foo-%s.png", toolkits{t}))
  print (sprintf ("bar-%s.png", toolkits{t}), sprintf ("-S%d,%d", canvas))
end


Both gnuplot and fltk give equivalent results.

I'm marking this as "won't fix" because this is a limitation imposed by the
combination of fltk and gl2ps.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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