bugGNU Octave - Bugs: bug #46263, fill plot freezes and produces no...

 
 

bug #46263: fill plot freezes and produces no result

Submitter:  None
Submitted:  Wed 21 Oct 2015 04:35:30 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Duplicate Assigned to:  None
Originator Name:  Mark Mendlovitz Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.0.0
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 21 Mar 2016 05:30:20 PM UTC, comment #5: 

No response from bug reporter for several weeks. Assuming that this is the same as bug #45458.

Mike Miller <mtmiller>
Group Member
Sun 21 Feb 2016 11:03:07 PM UTC, comment #4: 

Is there any value in keeping this bug report open? Is this either an OpenGL problem or a Windows fontconfig font cache problem?

Mike Miller <mtmiller>
Group Member
Thu 22 Oct 2015 10:24:55 PM UTC, comment #3: 

As a workaround, use a different plot engine other than OpenGL.  Try


graphics_toolkit gnuplot
plot (1:10)


If that works, you can put the line


graphics_toolkit gnuplot


in your .octaverc file so that it is called every time you start Octave which will make gnuplot the default.

Rik <rik5>
Group administrator
Thu 22 Oct 2015 08:51:35 PM UTC, comment #2: 

Actually plot does not work either. What do you do to fix these problems?

Mark <mmuser>
Wed 21 Oct 2015 10:06:45 PM UTC, comment #1: 

Probably due to handling of patches in OpenGL.

Does a regular plot like


plot (1:10)


work?

Rik <rik5>
Group administrator
Wed 21 Oct 2015 04:35:30 AM UTC, original submission:  

x = [1 0 -1 0]
y = [0 1 0 -1]
fill(x,y,'r')

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by mmuser (Posted a comment)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-03-21 mtmiller StatusNeed Info Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #45458
    2016-02-21 mtmiller CategoryPlotting Plotting with OpenGL
        StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code