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

matplotlib not support fontproperties? #101

Closed wooyongk closed 1 year ago

wooyongk commented 1 year ago

I wish it were possible to use the fontproperty function in matplotlib.

PaleNeutron commented 1 year ago

It is not planed. Matplotlib convert is designed for simple usecase.

Why not try any browser based converter if you applied complex theme to dataframe styler?

wooyongk commented 1 year ago

okay thanks