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: Mon, 19 Mar 2018 06:55:33 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:58.0) Gecko/20100101 Firefox/58.0

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

                 Summary: 3D surface plots generated with gnuplot are very
small in comparison to FLTK
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 19 Mar 2018 10:55:31 AM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: Octave user
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

If you run the example in the attached file you get two plots:


clear all;
close all;

h = hgload("print_test.ofig");

graphics_toolkit(h, "fltk");
print("-djpg", "-color", "-landscape", "-tight", "-S4095,2048",
"print_test_fltk.jpg");
graphics_toolkit(h, "gnuplot");
print("-djpg", "-color", "-landscape", "-tight", "-S4095,2048",
"print_test_gnuplot.jpg");

print_test_fltk.jpg
print_test_gnuplot.jpg


print_test_fltk.jpg looks correct but print_test_gnuplot.jpg is so small that
it is almost useless. Is there any way to increase the size of the plotbox in
gnuplot?



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 19 Mar 2018 10:55:31 AM UTC  Name: print_test.tar.bz2  Size: 249KiB 
 By: None

<http://savannah.gnu.org/bugs/download.php?file_id=43594>

    _______________________________________________________

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]