Releases: tammoippen/plotille
Releases · tammoippen/plotille
v6.0.3
Full Changelog: v6.0.1...v6.0.3
v6.0.1
Full Changelog: v6.0.0...v6.0.1
v6.0.0
What's Changed
- Create codeql.yml by @tammoippen in #53
- Fixes for CodeQL by @tammoippen in #54
- Network graph example by @tammoippen in #58
- Fix typos by @kianmeng in #65
- Type information and datetime improvements by @tammoippen in #63
New Contributors
Full Changelog: v5.0.0...v6.0.0
Aggregated Histograms
Hero image and logo
v4.0.2 v4.0.2
Fix image urls in README
I knew, there was a reason for the full urls ... pypi.
Colors and Images
- Fix color codes (#42)
- Consistent naming for named foreground / background colors.
- breaking change in Dots, Canvas and Figure: a
color_kwargsargument is introduced to add kwargs to the color function.
Thecolor_modeargument ismodein most cases now.
- Improve rendering performance (#43)
- Images as binary braille dot in Canvas or heatmaps / images with background colors in Canvas / Figure
- CI now in Github
Examples, text, markers, ellipse, ...
- Add examples.
- Allow marker characters for plot and scatter.
- Allow to write text inside the canvas.
- Add ellipse and circle data generation.
- Add vertical and horizontal lines for figures.
- Add vertical and horizontal rectangles for figures.
- Allow to customize X and Y ticks via callbacks.
- Improve docs.
- Respect NO_COLOR and FORCE_COLOR.