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

eegplot window refreshes were slow #45

Closed
wants to merge 1 commit into from

Conversation

JohnAtl
Copy link

@JohnAtl JohnAtl commented Aug 18, 2019

Window refreshes were slow, sometimes taking 47 seconds for my data.
Changed calls to axes() which involve redrawing the window, to setting the current axes of the figure, which is a passive change and does not redraw the window.
Window renders now take about 9 seconds, most of which is spent in plot().

Window refreshes were slow, sometimes taking 47 seconds for my data.
Changed calls to axes() which involve redrawing the window, to setting the current axes of the figure, which is a passive change and does not redraw the window.
Window renders now take about 9 seconds, most of which is spent in plot().
@arnodelorme
Copy link
Collaborator

arnodelorme commented Nov 28, 2019

This is a great addition, but it is not backward compatible with Matlab prior to 2014b so I cannot accept it, as we are supporting Matlab down to 2008b. Would you mind to update your code to handle numerical figure handles?

@Flzjler Flzjler mentioned this pull request Mar 30, 2022
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

Successfully merging this pull request may close these issues.

2 participants