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

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

[Octave-bug-tracker] [bug #35729] AquaTerm-Gnuplot on OS X clips left nu


From: anonymous
Subject: [Octave-bug-tracker] [bug #35729] AquaTerm-Gnuplot on OS X clips left numerical grid labels
Date: Tue, 06 Mar 2012 09:19:08 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-US) AppleWebKit/533.21.1+(KHTML, like Gecko, Safari/533.19.4) Version/5.11 OmniWeb/622.16.0

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

                 Summary: AquaTerm-Gnuplot on OS X clips left numerical grid
labels
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 06 Mar 2012 09:19:07 AM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Jerry B
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: Mac OS

    _______________________________________________________

Details:

Using the default plotter on OS X (gnuplot) and the graphics terminal AquaTerm
(also the default, I think), numerical labels on the left side of plots (2D)
are frequently displayed with insufficient room so that typically either a
negative sign is clipped (i.e., missing) or parts of numbers in scientific
notation are clipped. AquaTerm is neat because you can copy-paste the plot as
a PDF into many other programs but this clipping error precludes
publication-quality plots. Indeed, it makes simply reading grid values
difficult or impossible.

Any simple example shows the problem:

+verbatim
x = [0 : 0.1 : 10];
y = 100.0 * cos(x);
plot(x, y);
y = 0.00003 * cos(x);
plot(x, y);
-verbatim

OS X 10.6.8
AquaTerm 1.0.1




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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