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
This was an issue I ran into when writing my thesis. A lin-lin plot of small values ~E-5 fails to produce ticks unless explicitly set. I haven't delved into the codebase yet but I have a sneaky suspicion it is related to the float error constant that is used sometimes for comparisons.
This is what I am using instead (not perfect, but better than no ticks)