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

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

[Octave-bug-tracker] [bug #46529] wrong data when printing to PDF, EPS o


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #46529] wrong data when printing to PDF, EPS or PS
Date: Wed, 25 Nov 2015 16:44:54 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1

Update of bug #46529 (project octave):

                  Status:                    None => Duplicate              
              Depends on:                         => bugs #32980            

    _______________________________________________________

Follow-up Comment #2:

Yes, looks like it. That would be bug #32980. Ok to close as a duplicate
unless there is some interest in keeping this open.

Example workaround, decimating the series by a factor of 10:


t = linspace (0, 1.2, 2^13);
y = min (1, 50 * exp (-10 * t));
noise = 0.001 * randn (size (t));
y = y + noise;
plot (t(1:10:end), y(1:10:end));
print ...


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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