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 surfl() to creates a three-dimensional surface plot with highlights from a light source, such light effect isn't working.
surfl()
[X,Y] = meshgrid(1:0.5:10,1:20); Z = sin(X) + cos(Y); sl = surfl(X,Y,Z,'light'); fig2plotly(gcf, 'offline', false);
Expected and generated (https://chart-studio.plotly.com/~xarico10/761/#/) plots:
Examples on using surfl() can be found on: https://www.mathworks.com/help/matlab/ref/surfl.html
The text was updated successfully, but these errors were encountered:
We should use the same Colorscale as well
Sorry, something went wrong.
fix issue #260: surface
0eb86ae
I think this is fixed
Merge pull request #316 from plotly/issue260
39eeaaf
gilbertogalvis
No branches or pull requests
When using
surfl()
to creates a three-dimensional surface plot with highlights from a light source, such light effect isn't working.Expected and generated (https://chart-studio.plotly.com/~xarico10/761/#/) plots:


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