Releases: AstroJacobLi/smplotlib
Releases Β· AstroJacobLi/smplotlib
v1.0.0
Fix issues related to axis thickness, scientific notations
What's Changed
- Add conda-forge support by @WWGolay in #3
- use importlib.metadata instead of deprecated pkg_resources by @AdamOrmondroyd in #5
New Contributors
- @WWGolay made their first contribution in #3
- @AdamOrmondroyd made their first contribution in #5
Full Changelog: v0.0.9...v1.0.0
v0.0.9
In this release, I fixed a bug in the Hershey Complex Heavy font (thanks to @yangcht) and a bug when displaying the scatter plot (thanks to @fdeugenio). I also improved the interface function by enabling heavy and light fonts. Users can use the following function to customize many settings: smplotlib.set_style(usetex=False, fontsize=15, fontweight='normal', figsize=(6, 6), dpi=120, edgecolor='black')
.
v0.0.8
More stable and no more matplotlib errors
v0.0.7
fix bug
v0.0.6
Added default color cycle to mimic SuperMongo