docs - surfl access does not work
Open
Nobody has claimed this yet.
- Dominant language
- MATLAB
- Stars
- 413
- Forks
- 166
- PR merge metrics
- No merged PRs in 30d
Description
[X,Y] = meshgrid(1:0.5:10,1:20);
Z = sin(X) + cos(Y);
sl = surfl(X,Y,Z,'light');
sl(2).Color = 'r';
fig2plotly(gcf, 'TreatAs', 'surfl');
sl(2).Color = 'r'; does not do anything, it is supposed to change color of peaks.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the MATLAB reproduction using meshgrid, surfl, and fig2plotly shown in the issue. Inspect how fig2plotly handles the surfl object and the sl(2).Color property. Done means that setting the second object's color to red changes the rendered peaks as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matlab
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100