dexplo / dataframe_image

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

table_conversion='matplotlib' does not allow processing text-align #102

Open anabaral opened 1 year ago

anabaral commented 1 year ago

table_conversion='matplotlib' does not allow processing text-align it only allows text-align styles given in the very element like <td>, <th> (matplotlib_table.py:74) but It is not possible to control each element's style with dataframe styles configuration.