bugGNU Octave - Bugs: bug #36514, Undesired rounding data if the...

 
 

bug #36514: Undesired rounding data if the other axis is integer

Submitter:  Julien Salort <jsalort>
Submitted:  Mon 21 May 2012 10:41:19 AM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 3.6.1 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 04 Apr 2014 04:58:01 AM UTC, comment #1: 

Thanks for your bug report, and sorry no one has followed up since it was reported. Fortunately, this issue was fixed in the development leading up to the 3.8 release and looks fixed to me in version 3.8.0 and higher.

If this problem appears again, feel free to comment on this bug or open a new bug report.

Mike Miller <mtmiller>
Group Member
Mon 21 May 2012 10:41:19 AM UTC, original submission:  

If the one axis data consists in an integer vector, then the second axis data is rounded to the nearest integer.
This is only the case with graphics toolkit gnuplot (no problem with the fltk backend). This was not the case on 3.4.3.

Example:

clf;
Data=linspace(1,4,30);
plot(Data,Data,"bo");
grid on; hold on;
plot(int32(Data),Data,"ro");


Julien Salort <jsalort>

 

(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

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 jsalort (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-04-04 mtmiller StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code