Plotille Versions Save

Plot in the terminal using braille dots.

v5.0.0

1 year ago
  • 2d91a7b - Drop python 2.7 support (#52). We no are without any dependencies!
  • 8bb6e0e - Add support for drawing histogram with aggregated (buckets + counts) data (#51) by @Kami . Many thanks! :tada:
  • 589fe49 - Some extensions to the readme

v4.0.2

2 years ago

v4.0.1

2 years ago

I knew, there was a reason for the full urls ... pypi.

v4.0.0

2 years ago
  • 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. The color_mode argument is mode 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

v3.8.0

2 years ago
  • 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.

v3.7.2

3 years ago
  • e7b43e4 - Fix over/underflow with numpy.int16 (#36)

v3.7.1

3 years ago
  • histogram and plot have issues with single values / points #33 #34
  • add 3.8 to CI
  • update CI images

v3.7

4 years ago

v3.6

5 years ago
  • remove dependency on pendulum
  • check for support of native datetimes, pendulum DateTimes, and numpy.datetime64

v3.5

5 years ago
  • pendulum 2 support
  • travisci -> circleci
  • lgtm integration