Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
AutoMinorLocator and and logarithmic axis #5267
Conversation
mdboom
added the
needs_review
label
Oct 17, 2015
cimarronm
referenced
this pull request
Oct 17, 2015
Open
race condition in log scale + locating minor ticks #4581
|
Do we really want no ticks when on a non-linear scale, or just a warning. Also, there may be other non-linear scales besides just log, some of which may be appropriate for this ticker. Maybe better to blacklist log than whitelist linear? |
|
Makes sense, I'll change it to blacklist log rather than whitelist linear. |
tacaswell
added this to the
proposed next point release (2.1)
milestone
Oct 27, 2015
tacaswell
merged commit 325205e
into matplotlib:master
May 9, 2016
tacaswell
removed the
needs_review
label
May 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cimarronm commentedOct 17, 2015
Adds logic to check the scale when generating the ticks for
AutoMinorLocatorrather than just assuming it is linear scale. Outputs a warning if scale is not linear with no minor ticks.