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

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

[Octave-bug-tracker] [bug #36514] Undesired rounding data if the other a


From: Julien Salort
Subject: [Octave-bug-tracker] [bug #36514] Undesired rounding data if the other axis is integer
Date: Mon, 21 May 2012 10:41:19 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2

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

                 Summary: Undesired rounding data if the other axis is integer
                 Project: GNU Octave
            Submitted by: jsalort
            Submitted on: lun. 21 mai 2012 10:41:19 GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.1
        Operating System: Any

    _______________________________________________________

Details:

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");





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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