Skip to content
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

Error when QuartileStyle is selected "shadow" #71

Open
FMatur opened this issue May 4, 2024 · 1 comment
Open

Error when QuartileStyle is selected "shadow" #71

FMatur opened this issue May 4, 2024 · 1 comment

Comments

@FMatur
Copy link

FMatur commented May 4, 2024

With Matlab 2024b when quartilestyle is selected as "shadow" it was causing an error, due to "Marker" option in the fill code.
Instead.

If you subsitute the fill code as follows the error would be fixed.

obj.ViolinPlotQ = ... % plot color will be overwritten later
fill(w(indices), h(indices), [1 1 1],'FaceColor', 'none','LineStyle','-');

@bastibe
Copy link
Owner

bastibe commented May 6, 2024

Could you create a pull request with a visual example of what goes wrong and how it's fixed?

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