Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove misspelled and unused variable in GeoAxes class #6373
Conversation
mdboom
added the
needs_review
label
May 5, 2016
tacaswell
added this to the
2.0.1 (next bug fix release)
milestone
May 5, 2016
|
Note that Travis build failures appear to be unrelated to the patch. |
|
What? Didn't you know you can have a log scale of degrees? :-P |
WeatherGod
merged commit 8118b9b
into matplotlib:master
May 6, 2016
mdboom
removed the
needs_review
label
May 6, 2016
|
Actually, along a similar vein, I think these were leftovers from before the days of the ThetaFormatter. The original coordinate data needed to be kept around separately from the display data. |
lpsinger
deleted the
lpsinger:remove_unused_logitude_degrees branch
May 6, 2016
lpsinger
added a commit
to lpsinger/matplotlib
that referenced
this pull request
May 6, 2016
|
|
lpsinger |
99a5189
|
lpsinger
referenced
this pull request
May 6, 2016
Merged
Remove unused variable in GeoAxes class #6377
QuLogic
modified the milestone: 2.1 (next point release), 2.0.1 (next bug fix release)
Aug 8, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lpsinger commentedMay 5, 2016
The variable is used nowhere else.