Skip to content

Releases: andreas-vester/df2img

v0.2.1

13 Nov 14:47
1408360

Choose a tag to compare

Added

  • Possibility to hide the header row.
    Added input argument tbl_header_visible, which controls the behavior. If set to False, the table header will be invisible. tbl_header_visible takes precedence over tbl_header input argument. That is, if you set it to False, it doesn't matter whether you provide the tbl_header argument.

v0.2.0

26 Oct 20:00
b08bf5e

Choose a tag to compare

Changed

BREAKING CHANGES!
Changed the backend from matplotlib to plotly. As a result, function name and signature completely changed.

  • Possibility to set various title formats/styles.
  • Possibility to set various table header row formats/styles.
  • Possibility to set various table cell formats/styles.
  • Possibility to set figure size.

Added

  • Possibility to set alignment for individual columns (#2).
  • Possibility to set relative column widths (#3).

v0.1.1

02 Oct 14:59
2244211

Choose a tag to compare

Fixed

  • Input arguments col_width, row_height, and font_size now accept int (#1).

v0.1.0

18 Sep 14:59

Choose a tag to compare

Added

  • Possibility to save pd.DataFrame into image file (e.g. png or jpg).
  • Possibility to add title to the image.
  • Possibility to define the number of header rows and header columns.
  • Possibility to change colors for header rows.
  • Possibility to alternate row colors for better readability.
  • Possibility to change column width and row height.
  • Possibility to change font size.