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

setup: Add matplotlib package. #99

Closed ItamarShalev closed 1 year ago

ItamarShalev commented 1 year ago

Add matplotlib package which is required in order to use the repo.

ItamarShalev commented 1 year ago

@PaleNeutron Can you review it ? :)

PaleNeutron commented 1 year ago

Thanks for reporting this bug! It should be fixed by 570fe8d and this package will not depends on matplotlib unless user set converter to it.

Please help me to test if this commit works.

ItamarShalev commented 1 year ago

Thanks for reporting this bug! It should be fixed by 570fe8d and this package will not depends on matplotlib unless user set converter to it.

Please help me to test if this commit works.

Done, Validated. So let's leave it like that, thank you !