-
Notifications
You must be signed in to change notification settings - Fork 47
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
Contour Plots #71
Comments
Whats the difference between the two |
@pavanky The one which takes enum as input calls the float version internally after computing color from enum. |
As you mention, it is very common to color isolines. Also it is common for every N-th iso-line to be thicker. Beyond this, I've never seen any plot that has color/alpha settings for individual verticies. |
Lets dump alphas from discussion for now. Color per isoline is one feature that will be needed, which can be done using separate color buffer or colormaps. By thickness of Nth isoline, did you mean among all isolines, only one isoline will be made thicker than others or each isoline will have a thickness of it's own ? |
I don't think this should be in 1.0 |
All most all of the forge objects have the option to let user provide per vertex attributes such as colors and alphas for rendering.
In the case of contour plots, I am not sure if per vertex colours or alphas makes any sense. One possible usage that i can see is per iosline color and alpha values.
@arrayfire/core-devel Any possible use cases of allowing per vertex colours/alphas ? An alternative to these per vertex attributes i thought off is using colormaps with isolines, which is the most common way of coloring contour lines from what i have seen so far.
The text was updated successfully, but these errors were encountered: