bugGNU Octave - Bugs: bug #45514, title() does not work for polar...

 
 

bug #45514: title() does not work for polar plots with OpenGL

Submitter:  Rik <rik5>
Submitted:  Fri 10 Jul 2015 04:47:57 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.0.0 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 24 Jul 2015 12:03:11 AM UTC, comment #2: 

Rik,
Your fix looks just right, but you forgot to
remove the
set (gca, "rtick", [0:10:40]);

from the Manual. There is no set (gca, "rtick", [0:10:40]);
in plotimages.m

Michael Godfrey <godfrey>
Group Member
Thu 23 Jul 2015 04:52:48 PM UTC, comment #1: 

Fixed in this cset (http://hg.savannah.gnu.org/hgweb/octave/rev/56301a6c337a).  Closing report.

Rik <rik5>
Group administrator
Fri 10 Jul 2015 04:47:57 AM UTC, original submission:  

The following should work


polar (0:0.1:10*pi, 0:0.1:10*pi);
title ("This is a polar plot");


Instead the title is not displayed, although the axis title property is correctly updated.  The title is displayed when using the gnuplot toolkit.


Rik <rik5>
Group administrator

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Digest:
   bug dependencies.

 

Carbon-Copy List
  • -email is unavailable- added by godfrey (Posted a comment)
  • -email is unavailable- added by rik5 (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-03-12 mtmiller Dependencies- bugs #47398 is dependent
    2015-07-23 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
        Releasedev 4.0.0

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code