Releases: cgahr/latexplotlib
Releases · cgahr/latexplotlib
0.8.3
0.8.2
0.8.1
Version 0.8.1
- improve docstring of
lpl.suplots
- improve logic of
lpl.subplots
- improve tooling:
- add yaml formatting to pre-commit
- add other minor pre-commit hooks
- fix ruff config
- add dependabot for github workflows
- add mypy-lsp config
- fix previously unnoticed ruff errors
- update badges
0.8.0
v0.7.0
Change Log
Version 0.7.0
Highlights
This release exports all functions in matplotlib.pyplot
to latexplotlib
. This means you can use lpl
as a drop-in replacement for plt
and you don't have to import matplotlib.pyplot
if you import latexplotlib. Also there is finally a changelog 🎉
Code
- export
plt
functions in latexplotlib - test new behavior and test that no functions beside
plt.subplots
are overridden
Readme
- update to reflect
plt->lpl
changes - add changelog
- updated example code to reflect new changes