-
Notifications
You must be signed in to change notification settings - Fork 167
Rendering issues with bar3 #232
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
I was not able to completely solve this issue, but some of it this code will resolve the color problem of the above issue with little modifications in the updateSurfaceplot.m file
and this code will fix the bar positions in the same file-
(help taken from the other functions) |
This issue was fixed y PR #373. Attach results bellow (examples in https://github.com/plotly/ssim_baselines/tree/main/matlab/code-examples/discrete-data-plots/bar3) |
There are rendering issues when using
bar3()
to create 3-D bar charts.The bars aren't rendering correctly and the coloring seems to follow a heat map format when it should be just red.
Expected and generated (https://chart-studio.plotly.com/~xarico10/595/detached-style/#/) plots:

Examples on using
bar3()
can be found on:https://www.mathworks.com/help/matlab/ref/bar3.html#responsive_offcanvas
The text was updated successfully, but these errors were encountered: