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

"Minor ticks" placement error in plot_butterfly (e.g. called by plot_topobutter) #111

Closed
olafdimigen opened this issue May 24, 2021 · 1 comment

Comments

@olafdimigen
Copy link
Member

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); 
@behinger
Copy link
Member

fixed through fcf1f86 - I just had to update to newest eegvis version which I forgot to do.. #

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