Skip to content

Name-Value Argument 'MarkerEdgeColor' not working #159

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

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

Name-Value Argument 'MarkerEdgeColor' not working #159

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

Comments

@xarico10
Copy link
Contributor

Code used to generate plots:

x = -pi:pi/10:pi;
y = tan(sin(x)) - sin(tan(x));
plot(x,y,'Marker','+', 'MarkerEdgeColor','red')
fig2plotly()

Expected and obtained plots:
Captura de Pantalla 2021-07-24 a la(s) 12 33 21 a  m
Captura de Pantalla 2021-07-24 a la(s) 12 33 31 a  m

@harshpurwar
Copy link
Contributor

This is now resolved! So, I will go ahead and close the issue.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants