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'm not sure there is much we can do here. There is a workaround in that you can set a min and a max for the axis that will guarantee that you are picking up a major tick. So in the case here set min to 1 and max to 10.
What are you trying to do?
Plot data with labels on a log-log plot. Sometimes, no tick numbers are being displayed (depending on the data).
What did you do?
See a full example at:
https://gist.github.com/tdegris/d1844e7c209d77962ecc891b47d3a04a
Summary:
What did you expect to happen?
Some numbers on the ticks of the Y axis.
What actually happened?
No tick numbers on the Y axis.
What version of Go and Gonum/plot are you using?
go version:
gonum/plot version:
The text was updated successfully, but these errors were encountered: