|
|
|
|
|
by misnome
3831 days ago
|
|
It seems, as long as "Any plot" means either a scatter, or bar chart (not even a continuous histogram). Also: "There are 3 ways to change the X and Y axis limits.
....Warning: Items 2 and 3 will delete the datapoints that lie outisde the limit from the data itself. So, if you add any smoothing line line and such, the outcome will be distorted" So, is this a graphics module, or a fitting module, or a data manipulation module? It seems to do all three, depending on which functions you use to "Change the axis limits". Edit: Probably the best "How to do everything" page I've seen is for python's matplotlib's gallery page: http://matplotlib.org/gallery.html - there is rarely not an example showing exactly what I want to do. |
|