dexplo / dataframe_image

A python package for embedding pandas DataFrames as images into pdf and markdown documents
https://dexplo.org/dataframe_image
MIT License
278 stars 41 forks source link

matplotlib style not working #77

Closed peanutbutter97 closed 1 year ago

peanutbutter97 commented 1 year ago

I am using table conversion "matplotlib" but it is not working

Hypurrnating commented 1 year ago

yeah all I need is the table to be left aligned so its actually normal. Styling works fine with chrome but chrome is not ideal for me so idk

valerianrossigneux commented 1 year ago

Can matplotlib still be used and have some form of styling like cells background etc?

PaleNeutron commented 1 year ago

Colorful style is supported by matplotlib backend, see https://github.com/dexplo/dataframe_image/releases/tag/v0.1.11

valerianrossigneux commented 1 year ago

Oh splendid, overlooked that part sorry