-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
TriSurface Plot Z-Axis Modifications #2964
Comments
If you need this plot now, you could get a matplotlib figure object and adjust it natively.
|
@ahuang11 Thanks for the suggestion! I will give that a try for now. Hopefully we can increase the support for future in Holoviews as well. |
Merged |
We'll try to get a new 1.11 dev release out later today, so you can try it out. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When working with the TriSurface plot, I cannot change the tick fontsize of the z-axis. In the code below, I can create a TriSurface plot and modify the size of the x and y labels. The
ticks
option changes the font size of the x and y axes, but not the z axis. It would be nice to have ticks apply to all three axes for the plot. It also appears there is currently not a way to change the ticksize of the z axis through an option similar tozticks
as it doesn't currently exist.The text was updated successfully, but these errors were encountered: