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

GR: filled contours with NaN #1920

Closed
yha opened this issue Feb 18, 2019 · 2 comments
Closed

GR: filled contours with NaN #1920

yha opened this issue Feb 18, 2019 · 2 comments
Labels

Comments

@yha
Copy link
Member

yha commented Feb 18, 2019

r = -1:0.1:1
ff(x) = x/(1-x)
contour( r, r, (x,y) -> y*ff(x)/ff(x), fill=true )

filled-contour-nan

pyplot backend gets this right:
contour-nan-pyplot

@daschw
Copy link
Member

daschw commented Feb 18, 2019

@jheinen can GR.contour handle NaNs?

@daschw
Copy link
Member

daschw commented Jun 15, 2019

It seems like there has been an improvement on this issue. It's still not perfect:
gr_contour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants