0

I am trying to create a simple table with big font (as an image) of csv data in Python using matploylib such as the one seen here:

Newbie Matplotlib and Pandas Plotting from CSV file

luxstack
  • 9
  • 4

1 Answers1

0

You can use one of these:

  1. jupyter notebook and its styles

  2. pretty_html_table(Beautiful html tables made easy )

Shahab Rahnama
  • 982
  • 1
  • 7
  • 14