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

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

[Octave-bug-tracker] [bug #38323] Missing image when printing in folder


From: anonymous
Subject: [Octave-bug-tracker] [bug #38323] Missing image when printing in folder
Date: Wed, 13 Feb 2013 09:06:48 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0

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

                 Summary: Missing image when printing in folder
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mi 13 Feb 2013 09:06:46 UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: Daniel Kottke
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hello everyone,

when printing a plot created by imshow and plot, there are different results.
When printing into a folder, the previously plotted image is missing and just
the points show up. See code:


img = repmat(linspace(0,1,300),300,1);
pts = rand(100,2)*300;

imshow (img)
hold on
plot(pts(:,1),pts(:,2),'x')

print('plots/test.svg','-dsvg')
print('test.svg','-dsvg')





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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