Releases: tammoippen/plotille
Releases · tammoippen/plotille
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_kwargs
argument is introduced to add kwargs to the color function.
Thecolor_mode
argument ismode
in 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.
Fix over/underflow with numpy int types
Bugfixes
Add option to (not) print the origin.
v3.7 Add option to (not) print the origin. (#24)
More datetime support
- remove dependency on pendulum
- check for support of native datetimes, pendulum DateTimes, and numpy.datetime64
Version v3.5
- pendulum 2 support
- travisci -> circleci
- lgtm integration