-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
figure sizes need to be reduced #34
Comments
This is separate because it just pertains to PNG files, or whatever kinds of files we're loading into the page via @DrDrij at one point said something about how we should use an image manipulation program to change the size of the figures but I think this is unworkable for us. I suggest we just alter the size via |
Thanks, @jstac . Hi mates, we also need to update the second figure (pandas vs matlab) of that lecture (https://python-programming.quantecon.org/about_py.html) to 2020 version. |
I have utilized |
It looks like copy-pasting the scale parameter doesn't necessarily scale them to the same size as in the quantecon-example. I just rendered them locally and played around with the scale parameter until the figures looked right. Posting this here in case it's useful to other people. |
Apart from the first one, all the figures on this page are too big: https://python-programming.quantecon.org/about_py.html.
@shlff @Harveyt47 @najuzilu we talked about how to fix this for a long time -- maybe too long, so nothing got done :-)
I suggest we just reduce the size of them using the
:scale:
argument to thefigure
directive. Would someone be able to help with this?The text was updated successfully, but these errors were encountered: