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

Remove static image files whenever possible #263

Open
emmanuelle opened this issue Aug 29, 2016 · 4 comments
Open

Remove static image files whenever possible #263

emmanuelle opened this issue Aug 29, 2016 · 4 comments

Comments

@emmanuelle
Copy link
Member

A majority of the image files of the repository could be generated from Python scripts. Use

find . -name "*.jpg"
find . -name "*.png"

to find them.

@emmanuelle
Copy link
Member Author

However, some of these images are in chapters that need to be rewritten (like the scikit-learn chapter, see #245), so first go through the list of open issues before working on generating the images.

@gertingold
Copy link
Member

I could contribute some of the schematic figures, e.g. in the introduction, but these would be programmed using PyX. The package is pip-installable, but I am not sure whether it would be acceptable as a dependency for the SciPy lecture notes.

@gertingold
Copy link
Member

A first step is made in #392 in order to address #372. The image is in a sense still static but now a source is available, thus allowing for improvements of the image.

@stefanv
Copy link
Member

stefanv commented Jun 30, 2023

Rendering from SVG is another option, that is employed e.g. for the cover already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants