plotly / plotly/plotly_matlab

Name-Value Argument 'MarkerIndices' not working

Open
#158 1 comment 0 reactions 1 assignee View on GitHub

@harshpurwar is already working on this.

Since Jul 29, 2021.

⭐⭐⭐ multiplier
Dominant language
MATLAB
Stars
413
Forks
166
PR merge metrics
No merged PRs in 30d

Description

Code used to generate plots:

x = linspace(0,10);
y = sin(x);
plot(x,y,'-o','MarkerIndices',1:5:length(y))
fig2plotly()

Expected and obtained plots:
Captura de Pantalla 2021-07-24 a la(s) 12 16 38 a  m
Captura de Pantalla 2021-07-24 a la(s) 12 16 44 a  m

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.