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

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

[Octave-bug-tracker] [bug #46299] plot is not drawing all the graph


From: Rik
Subject: [Octave-bug-tracker] [bug #46299] plot is not drawing all the graph
Date: Mon, 26 Oct 2015 22:25:49 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

Update of bug #46299 (project octave):

                  Status:                    None => Works For Me           
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

Works for me.  Try 


a = [1,2;1,3;1,5];
plot (a, "-o", "markersize", 10)


to see that the points as well as the lines *are* being drawn.

Use the axis() command to set the limits to whatever you think is appealing. 
It is hard, in general, to come up with an automatic algorithm which produces
"good" results to the human eye in all situations.  After all, "Beauty is in
the eye of the beholder".  It's best to just let the human decide what looks
good.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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