Further code cleanups following codacy code quality checks.
Some refactoring of the context managers and other code cleanups. No intentional changes to the API.
regular grids in MultuPanel now can also do different numbers of rows in each column with the transpose parameter.
Iregullar grids in MultiPanel that support different numbers of plots in each row.
Improve StackVertical to allow asymmetric stacked plots and make an example for plotting GenX fits.
- Add AAAS-Science stylesheet with 2 and 3 column variants.
- Improve SavedFigure to make it reusable and also adjustable after creation via call method.
- Improvements to StackVertical and MultiPanel to do more calculations with plot transforms.
Add a stylesheet that tries to match the CM Group's LaTeX thesis template.
Add a context manager for making multipanel figures more easily.
- MultiPanel Context Manger
- Improve documentation some more
Add a context manager for producing vertically stacked plots in a constrained layout.
- StackVertical added
- Rework examples into separate scripts
- Add Sphinx docs
Add New stylesheets to the package
- Add IOP styles
- Get package building running
Initial fork from scienceplots 2.1.1
- Add aps plot style
- Remove language styles
- Add SavedFigures context manager
- Use pathlib.Path and not os.path