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

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

[Octave-bug-tracker] [bug #49485] Octave crashing when saving plot


From: anonymous
Subject: [Octave-bug-tracker] [bug #49485] Octave crashing when saving plot
Date: Sun, 30 Oct 2016 23:23:08 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36

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

                 Summary: Octave crashing when saving plot
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 30 Oct 2016 11:23:05 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Tharindu Mathew
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Plot a graph using scatter3;
save file using GUI or script.

Simple script like this reproduced the issue. Input files are attached.

graphics_toolkit('gnuplot')
P = dlmread('P.txt');
Q = dlmread('Q.txt');
clf();
figure(1);
plot3(P(1,:),P(2,:),P(3,:), '.r', Q(1,:),Q(2,:),Q(3,:), '.b');
saveas(1, 'before_icp.png');




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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