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

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

[Octave-bug-tracker] [bug #36690] Hold function alters eps background


From: anonymous
Subject: [Octave-bug-tracker] [bug #36690] Hold function alters eps background
Date: Wed, 20 Jun 2012 05:10:52 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2

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

                 Summary: Hold function alters eps background
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 20 Jun 2012 05:10:51 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Wayne Menzie
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: Mac OS

    _______________________________________________________

Details:

When using the hold function, the background of a plot is altered. The
following test case illustrates this.


clf;
x = -10:0.1:10;
plot (x, sin (x));
print -color without_hold.eps;
clf;
hold on;
plot (x, sin (x));
print -color with_hold.eps;


The file "without_hold.eps" will have a transparent background and
"with_hold.eps" will have a white background.

I have tested this on two systems, both with Octave 3.6.2:

Mac OS X 10.7.4 using fltk and gnuplot (x11 and aqua)
Windows XP SP3 using fltk and gnuplot




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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