-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Make surface contour levels configurable #485
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
Comments
Also for x/y contours it would be nice to just say "all data points" ie display a dense wireframe of the data, whether it's uniform or not (eg #2713). Not sure if there's a use case for it, but in principle you could also imagine wanting to specify each individual contour level ala |
This is a nice way to plot wireframe plot using plotly.js by providing hidesurface:true. But the only problem is I can't make the last/end line visible even though I'm giving all the tickvals. Anyway to show that last line? |
@Koushikphy Thanks for reporting this. |
Has there been any updates? This would be a very good feature to have |
@archmoj wanna close this thing? |
Hmm... |
I still can't get the last contour line. If my data is upto say |
... with
autocontours
,ncontours
,contour.start
,contour.end
andcontour.size
.Looks like
gl-surface3d
already has that feature; it would just a matter of exposing the contour calc step so that the surface convert step can reuse it to fill thecontourLevels
gl-surface3d property.The text was updated successfully, but these errors were encountered: