We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Matlab 2021a, the minor tick layout does not seem to work anymore, crashing the plotting function.
Error in plot_butterfly (line 73) Unrecognized property 'MinorTicks' for class 'matlab.graphics.axis.decorator.NumericRuler'. plotAxes.XRuler.MinorTicks = plt.topotimes; Error in plot_topobutter (line 51) hA.butterfly = plot_butterfly(plt.data(:,:,1),plt.time,g);
The text was updated successfully, but these errors were encountered:
fixed through fcf1f86 - I just had to update to newest eegvis version which I forgot to do.. #
Sorry, something went wrong.
No branches or pull requests
In Matlab 2021a, the minor tick layout does not seem to work anymore, crashing the plotting function.
The text was updated successfully, but these errors were encountered: