Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mouse-over coordinates wrong for polar plot with customized theta direction/offset #2541

Closed
megies opened this issue Oct 24, 2013 · 1 comment
Milestone

Comments

@megies
Copy link
Contributor

megies commented Oct 24, 2013

When making a polar plot with an adjusted theta direction/offset the mouse-over coordinates displayed in the lower right corner (GUI toolbar) are wrong.

The following illustrates the problem:

import matplotlib.pyplot as plt 

fig = plt.figure()
ax = fig.add_subplot(111, polar=True)
ax.set_theta_direction(-1)
ax.set_theta_zero_location("N")

plt.show()

The coordinates are only displayed correctly for the quadrant 0-90°. For the other quadrants the values go from 0° to -270° degrees (in contrast to the correct ticklabels).

mpl

@tacaswell
Copy link
Member

@megies This hasn't received any attention in 4mo, I am pushing this to 1.4.x (the first bug fix release after 1.4.0) .

If you would like to work on this and get the fix in for 1.4.0 (soon, next few weeks) that would be great too.

@tacaswell tacaswell modified the milestones: v1.4.x, v1.3.x Feb 26, 2014
@tacaswell tacaswell modified the milestones: v1.4.0, v1.4.x May 14, 2014
tacaswell added a commit that referenced this issue May 18, 2014
Close issue #2541

Merge remote-tracking branch 'Rickkwa/master'

Conflicts:
	CHANGELOG
	doc/users/whats_new.rst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants