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
import vcs import vcsaddons import numpy p = vcsaddons.createpolar() p.list() mag = [1,2,3,4,5] angle = numpy.arange(5)/180.*numpy.pi import vcs x=vcs.init(bg=True) p.x=x p.magnitude_ticks = [0., .5, .75, 1, 1.5] p.plot(mag,angle) x.png("pol")
generates
The text was updated successfully, but these errors were encountered:
polar plots magnitude too high or too low
0d9f00d
fix #8 fix #9
doutriaux1
Successfully merging a pull request may close this issue.
generates

The text was updated successfully, but these errors were encountered: