| Author |
Comment/Response |
Randy Silvers
|
08/16/01 7:50pm
Often, I will use ListPlot, and also Plot. Sometimes though, Mathematica sets the origin to some point other than (0,0). I then use AxesOrigin->{0,0}, which works, except that the axes do not extend all the way to the origin. If I enter the point (0,0), then they will, but I would not be able to join the points.
How can I get the axes to completely display, all the way to what I specify to be the origin?
For example:
ListPlot[{{1, 2}, {1, 3}, {2, 3}, {3, 5}}, AxesOrigin -> {0, 0}, Axes -> True]
Thanks,
Randy
URL: , |
|