Skip to content

Error when QuartileStyle is selected "shadow"  #71

Description

@FMatur

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','-');

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions