-
Notifications
You must be signed in to change notification settings - Fork 167
LineSpec argument not working on contour plots #252
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
Comments
What's your MATLAB version? |
I am using 2015a |
I'm using 2021a, that may be it. Is there a way you can run it in a more recent version? |
I will try to run it on my peer's machine |
Thanks! We are having this kind of issues where isn't working for me but does work in older version. It'd be great help if we can confirm that it's due to MATLAB versions. |
Sure, I will confirm |
I just confirmed it from MATLAB 2018b. It works like a charm there too |
Works in M2021a (used offline mode) |
works in matlab2021a (online mode) |
Using
LineSpec
input argument to change the line format isn't working.The previous code should plot a filled contour with dashed lines, however, is plotting regular solid lines.
Expected and generated (https://chart-studio.plotly.com/~xarico10/709/#/) plots:


Examples on using
LineSpec
can be found on:https://www.mathworks.com/help/matlab/ref/contourf.html#mw_30a9c816-90e5-4ab8-a7a0-11675e85a091
The text was updated successfully, but these errors were encountered: