-
Notifications
You must be signed in to change notification settings - Fork 8
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
Arbitrary topoplot types #47
Comments
maybe there is a good way. We already have an ugly if / else solution for "mesh" here: TopoPlots.jl/src/core-recipe.jl Line 104 in c3a56f7
So if this can be generalized, that would be great anyway. But then I guess only replacing the surface command with a |
I don't have an objection to this, though I would do something more like TopoPlots.jl/src/core-recipe.jl Line 120 in 2523bd2
to use |
* fix labels, fix #39 * added a backward compatability with warning * removed NaturalNeighbours for now until #55 is fixed * added example of contourf and surface to docs * remove extra file * kwarg name tweak, tests * docs fix * add cache to documenter --------- Co-authored-by: Phillip Alday <[email protected]>
closed by #56 |
Would it make sense to add a
plottype
kwarg toTopoPlot
, which would allow anyHeatmapLike
plot to be used in place ofcontourf
? I would love to usesurface
or evencontour
, for example.The text was updated successfully, but these errors were encountered: