Skip to content

Releases: cgahr/latexplotlib

0.8.2

09 Jul 13:29
bec7215
Compare
Choose a tag to compare

Version 0.8.2

  • update lpl.subplots docstring
  • typing: allow both floats and ints as widths and height

Development

  • remove unused packages from environment.yml
  • add requirements.txt

0.8.1

23 Jun 20:10
Compare
Choose a tag to compare

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

13 Nov 10:05
Compare
Choose a tag to compare
  • support for python 3.12
  • deprecate python 3.7 support
  • decrease all font sizes by 2. With the previous style, the labels where far to big compared to the surrounding text.

v0.7.0

02 Jul 13:36
6fd160f
Compare
Choose a tag to compare

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 pltand 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

v0.6.1

29 Apr 20:41
Compare
Choose a tag to compare

What's Changed

  • more tests, remove old style files by @cgahr in #8

Full Changelog: 0.6.0...0.6.1

v0.6.0

06 Apr 15:59
cb12a82
Compare
Choose a tag to compare

improved installation of style files

v0.5.3

05 Apr 12:36
Compare
Choose a tag to compare
  • update readme

v0.5.2

14 Mar 17:09
Compare
Choose a tag to compare
  • bugfix: kwarg scale of lpl.figsize and lpl.subplots had no effect

v0.5.1

03 Mar 08:36
Compare
Choose a tag to compare
  • matplotlib 3.6.0: support height_ratios, width_ratios as direct kwarg

v0.5.0

02 Mar 17:57
Compare
Choose a tag to compare
  • replace fraction with scale
  • replace ratio with aspect
  • add support for gridspec_kw, namely width_ratios and height_ratios
  • move configuration to pyproject.toml
  • improve github ci
  • add testing to python version 3.7, 3.8, 3.9, 3.10