Releases: andreas-vester/df2img
Releases · andreas-vester/df2img
v0.2.1
Added
- Possibility to hide the header row.
Added input argumenttbl_header_visible, which controls the behavior. If set toFalse, the table header will be invisible.tbl_header_visibletakes precedence overtbl_headerinput argument. That is, if you set it toFalse, it doesn't matter whether you provide thetbl_header argument.
v0.2.0
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
v0.1.1
v0.1.0
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.