You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a plot whose X co-ordinates exist only at integer co-ordinates (1,2,3,4,5,6), and I want to see the X axis show me only the integers at which the points exist, i.e. 1,2,3,4,5,6.
It so happens that nyaplot also displays in-between decimal numbers (0,0.5,1,1.5,2...). Having the ability to customize the step size between valid X co-ordinates would be great. OR maybe have the ability to display only the integer X co-ordinates.
Here's a picture of how the X axis looks as of now:
The text was updated successfully, but these errors were encountered:
Here's my use case:
I have a plot whose X co-ordinates exist only at integer co-ordinates
(1,2,3,4,5,6)
, and I want to see the X axis show me only the integers at which the points exist, i.e. 1,2,3,4,5,6.It so happens that nyaplot also displays in-between decimal numbers
(0,0.5,1,1.5,2...)
. Having the ability to customize the step size between valid X co-ordinates would be great. OR maybe have the ability to display only the integer X co-ordinates.Here's a picture of how the X axis looks as of now:
![screenshot from 2015-06-09 22 49 28](https://cloud.githubusercontent.com/assets/2629909/8064717/1e106b6c-0efa-11e5-9165-3467543d7bbe.png)
The text was updated successfully, but these errors were encountered: