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

Undefined colororder error #44

Open
pcpollak opened this issue May 30, 2022 · 2 comments
Open

Undefined colororder error #44

pcpollak opened this issue May 30, 2022 · 2 comments

Comments

@pcpollak
Copy link

Every time I try to run violinplot function on my own or the sample data I get the following error:

Undefined function or variable 'colororder'.

Error in Violin (line 168)
C = colororder;

Error in violinplot (line 161)
violins(n) = Violin({thisData}, n, varargin{:});

Does anyone know why this is happening?

@bastibe
Copy link
Owner

bastibe commented May 30, 2022

Are you, by any chance, running a very old version of Matlab? colororder was introduced in 2019b.

@pcpollak
Copy link
Author

Yes I am running 2019a
Thank you for pointing this out!

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