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

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

[Octave-bug-tracker] [bug #53381] 3D surface plots generated with gnuplo


From: anonymous
Subject: [Octave-bug-tracker] [bug #53381] 3D surface plots generated with gnuplot are very small in comparison to FLTK
Date: Tue, 3 Apr 2018 14:54:53 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #3, bug #53381 (project octave):

My problem is, that off-screen printing with fltk is not possible on Windows.
It works only with gnuplot, but even if there is only one subplot per figure,
it is still too small.

For example if you run the code below, you can see that the plot box becomes
very small:


figure("visible", "off");
graphics_toolkit (gcf,"gnuplot")
[x,y,z]=sombrero();
surf(10 * x, y, z);
daspect([1,1,1]);
view(0,90);
print -djpg sombrero_gnuplot.jpg
graphics_toolkit (gcf,"fltk")
print -djpg sombrero_fltk.jpg


(file #43788, file #43789)
    _______________________________________________________

Additional Item Attachment:

File name: sombrero_gnuplot.jpg           Size:23 KB
File name: sombrero_fltk.jpg              Size:43 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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