Skip to content

Name-Value Argument 'MarkerIndices' not working #158

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

Open
xarico10 opened this issue Jul 24, 2021 · 1 comment
Open

Name-Value Argument 'MarkerIndices' not working #158

xarico10 opened this issue Jul 24, 2021 · 1 comment
Assignees
Labels
⭐⭐⭐ multiplier Issues that could close multiple related issues at once

Comments

@xarico10
Copy link
Contributor

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

@harshpurwar
Copy link
Contributor

This can only be partially fixed and now works only if the Marker indices are equidistant (placed uniformly).
I didn't find any attribute/property/function in the plotly reference for placements of markers (or Marker indices).
image

@xarico10 xarico10 added the ⭐⭐⭐ multiplier Issues that could close multiple related issues at once label Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐⭐⭐ multiplier Issues that could close multiple related issues at once
Projects
None yet
Development

No branches or pull requests

2 participants