Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aitikgupta/mpl-diff
https://github.com/aitikgupta/mpl-diff
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aitikgupta/mpl-diff
- Owner: aitikgupta
- Created: 2021-03-28T20:51:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T21:36:43.000Z (almost 4 years ago)
- Last Synced: 2023-05-01T02:50:27.736Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mpl-diff
#### A sample repository which aims to compare the difference between TeX exporting mechanism for PS/EPS backends in core [matplotlib](https://github.com/matplotlib/matplotlib) vs [mplcairo](https://github.com/matplotlib/mplcairo/).
### The interactive diff can be seen via [this link](https://github.com/aitikgupta/mpl-diff/pull/1/files?short_path=4ee84a8#diff-4ee84a82b5e4c9e6651b13fd27dcf615e427ec584929f2cef7167aa99151a77a).The images are exported by Matplotlib in EPS format (see [script.py](https://github.com/aitikgupta/mpl-diff/blob/main/script.py)), which are then converted to PNGs for GitHub to render the above result with [ImageMagick](http://www.imagemagick.org/script/convert.php):
```console
convert -density 150 -geometry 100% image.eps image.png
```
Author: [Aitik Gupta](https://aitikgupta.github.io/)