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

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

[Octave-bug-tracker] [bug #50495] Plot not correct for "large" numbers


From: anonymous
Subject: [Octave-bug-tracker] [bug #50495] Plot not correct for "large" numbers
Date: Wed, 8 Mar 2017 13:31:04 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36

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

                 Summary: Plot not correct for "large" numbers
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 08 Mar 2017 06:31:03 PM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: Tyler Ryan
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Running the below scrip produces and graph where the lines and markers don't
match.


clear all
start = 2e7;
x = start:(start+10);
y = 0:10;
figure(1); clf
plot(x,y, 'x-', 'MarkerSize', 10);


I do get the expected output (lines go through markers) if I change the x
values to be 0:10;



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 08 Mar 2017 06:31:03 PM UTC  Name: Figure 1_001.png  Size: 15kB  
By: None
Example of figure output
<http://savannah.gnu.org/bugs/download.php?file_id=39944>

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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