-
Notifications
You must be signed in to change notification settings - Fork 49
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
size of movie images #175
Comments
The offending line is
|
@mjberger: Can you be more specific what you're trying to control? Do you mean the size of the image shown in JSAnimation plots? Can you link to an example? |
I have a suggested fix in this branch that simply adds an option |
This seems to work. I suggest we also change to
in line 1052 of |
Just added the |
is set to 500 px in html_writer. But it appears to be initialized at 650 then this variables isn't used. What about using the size of png itself, which has a variable that controls it in setplot.py
The text was updated successfully, but these errors were encountered: