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

Scaling issues #15

Open
childsd3 opened this issue Nov 30, 2016 · 0 comments
Open

Scaling issues #15

childsd3 opened this issue Nov 30, 2016 · 0 comments

Comments

@childsd3
Copy link

I noticed this issue when trying to plot with a polar grid overlay.

import matplotlib.pyplot as plt
import mplstereonet

fig, ax = mplstereonet.subplots()
strikes = [230,344,20,192,260,333,244,264,190,328,327,118,66,220,95,334,270]
dips = [65,83,45,45,50,84,48,84,45,85,70,40,63,72,60,65,72]
cax = ax.density_contourf(strikes, dips, measurement='poles')

ax.pole(strikes, dips)
ax.grid(kind='polar')
fig.colorbar(cax)

plt.show()

figure_1
figure_1-1

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

1 participant