We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migrated from: CDAT/cdat#1439
The text was updated successfully, but these errors were encountered:
import vcs x = vcs.init() m = vcs.createmarker() m.x = [.5] m.y=[.5] m.color= ['red'] m.size = [34] x.plot(m)
Notice the circle isn't very smooth
Sorry, something went wrong.
marker.pdf
to make things worse, changing the viewport makes thing terrible
m.viewport = [.2,.4,.01,.99] x.plot(m)
m.viewport = [.1,.5,.01,.99] x.clear) x.plot(m)
scottwittenburg
No branches or pull requests
Migrated from: CDAT/cdat#1439
The text was updated successfully, but these errors were encountered: