Skip to content

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

Closed
etpinard opened this issue Apr 28, 2016 · 7 comments
Closed

Make surface contour levels configurable #485

etpinard opened this issue Apr 28, 2016 · 7 comments
Assignees
Labels
feature something new

Comments

@etpinard
Copy link
Contributor

... with autocontours, ncontours, contour.start, contour.end and contour.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 the contourLevels gl-surface3d property.

@etpinard etpinard added the feature something new label Apr 28, 2016
@alexcjohnson
Copy link
Collaborator

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 tickvals on an axis (which do currently map into nonuniform contour levels, see https://codepen.io/alexcjohnson/pen/gKLBgR?editors=0010)

@archmoj archmoj self-assigned this Nov 27, 2018
@Koushikphy
Copy link

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?

@archmoj
Copy link
Contributor

archmoj commented Nov 29, 2018

@Koushikphy Thanks for reporting this.
@etpinard I don't know if this was mentioned before? If so we may open a new issue and I would try to address that in the PR related to gl-surface3d module.
Here is a demo in respect to that.

@yaozhewei
Copy link

Has there been any updates? This would be a very good feature to have

@etpinard
Copy link
Contributor Author

etpinard commented Apr 5, 2019

@archmoj wanna close this thing?

@archmoj
Copy link
Contributor

archmoj commented Apr 5, 2019

Hmm...
The surface contours are quite configurable.
So yes let's close this for now.

@archmoj archmoj closed this as completed Apr 5, 2019
@Koushikphy
Copy link

I still can't get the last contour line. If my data is upto say xMax then providing end:xMax doesn't draw the contour line corresponding contour line.

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

No branches or pull requests

5 participants