We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using slice() to draw slices for the volumetric data, an incorrect background color is placed and parts of the plot are missing.
slice()
[X,Y,Z] = meshgrid(-2:.2:2); V = X.*exp(-X.^2-Y.^2-Z.^2); xslice = [-1.2,0.8,2]; yslice = []; zslice = 0; slice(X,Y,Z,V,xslice,yslice,zslice) fig2plotly(gcf, 'offline', false);
Expected and generated (https://chart-studio.plotly.com/~xarico10/1041/#/) plot:
Also, there's not grid on Plotly's figure.
Examples on using slice() can be found on: https://www.mathworks.com/help/matlab/ref/slice.html#responsive_offcanvas
The text was updated successfully, but these errors were encountered:
adding slice functionality to matlab_plotly and fix issue #312
0db6a0f
Merge pull request #431 from plotly/adding_slice_functionality_to_mat…
02a7474
…lab_plotly_and_fix_issue_312 adding slice functionality to matlab_plotly and fix issue #312
This issue was fixed by PR #431
Sorry, something went wrong.
gilbertogalvis
No branches or pull requests
When using
slice()
to draw slices for the volumetric data, an incorrect background color is placed and parts of the plot are missing.Expected and generated (https://chart-studio.plotly.com/~xarico10/1041/#/) plot:
Also, there's not grid on Plotly's figure.
Examples on using
slice()
can be found on:https://www.mathworks.com/help/matlab/ref/slice.html#responsive_offcanvas
The text was updated successfully, but these errors were encountered: