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

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

[Octave-bug-tracker] [bug #39931] plot can't handle extreme doubles


From: anonymous
Subject: [Octave-bug-tracker] [bug #39931] plot can't handle extreme doubles
Date: Tue, 03 Sep 2013 15:17:33 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

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

                 Summary: plot can't handle extreme doubles
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 03 Sep 2013 03:17:32 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Randy Yates
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

x=[-1E308 1E308];plot(x)

fails:

gnuplot> set yrange [-1.000000000000000e+308:1.000000000000000e+308]
noreverse;
                     ^
         line 0: undefined value


gnuplot> plot "-" binary format='%float64' record=2 using ($1):($2) axes x1y1
title "" with lines linestyle 1 ;
                                                                              
                             ^
         line 0: warning: Skipping data file with no valid pointsoctave> 

gnuplot> plot "-" binary format='%float64' record=2 using ($1):($2) axes x1y1
title "" with lines linestyle 1 ;
                                                                              
                               ^
         line 0: all points y value undefined!






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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