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

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

[Octave-bug-tracker] [bug #54762] Using fill with 1000 vertices crashes


From: Georg Wiora
Subject: [Octave-bug-tracker] [bug #54762] Using fill with 1000 vertices crashes octave
Date: Mon, 1 Oct 2018 11:21:44 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0

URL:
  <https://savannah.gnu.org/bugs/?54762>

                 Summary: Using fill with 1000 vertices crashes octave
                 Project: GNU Octave
            Submitted by: gwiora
            Submitted on: Mon 01 Oct 2018 05:21:41 PM CEST
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: gwiora
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I found this bug while trying to reproduce a failure when exporting postscript
files. The problems may therefore be somehow linked.

==Description==

When creating a 2d plot containing a filled patch object with 1000 vertices
created with fill() octave crashes immediately.

==Example==


fill([-0.5,1,1.5,0],[0,-0.5,1,1.5],[200,217,238]./255,'edgecolor',[0.7,0.7,0.7],'linewidth',0.5);



== Postscript test ==
If you get the above working, try to export it twice to a postscript file:


print('-dpsc2', sprintf('-f%d',gcf()),sprintf('-r%d',300),'test.ps');
print('-dpsc2',
sprintf('-f%d',gcf()),sprintf('-r%d',300),'-append','test.ps');







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54762>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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