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

animate(show=True) does not show after draw(show=True) #19

Open
kecnry opened this issue Nov 8, 2017 · 0 comments
Open

animate(show=True) does not show after draw(show=True) #19

kecnry opened this issue Nov 8, 2017 · 0 comments
Labels

Comments

@kecnry
Copy link
Owner

kecnry commented Nov 8, 2017

reproduce:

import autofig
x=[1,2,3]
y=[1,2,3]

autofig.plot(x, y, i='x', show=True)
autofig.animate(indeps=x, show=True)
@kecnry kecnry added the bug label Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant