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

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

[Octave-bug-tracker] [bug #53480] pie() fails for infinite inputs or whe


From: Rik
Subject: [Octave-bug-tracker] [bug #53480] pie() fails for infinite inputs or when there is no data to plot
Date: Thu, 29 Mar 2018 18:33:49 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53480 (project octave):

                  Status:                    None => Confirmed              
                 Summary: Pop up coming there a error is shown. => pie() fails
for infinite inputs or when there is no data to plot

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  What does Matlab do for


pie (Inf)


Since it is a single value, one could draw a pie and assign the entire circle
to this one value.  This is what is done in Octave with a finite value like


pie (3)


As a second question, what does Matlab do for


pie ([1, 2, Inf])


In this case, the last value could take up the entire pie which would be
correct.  Or maybe they emit an error for all of these cases.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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