/MatPlotLibPython

Data visualization using the Matplotlib

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

MatPlotLibPython

Data visualization using the Matplotlib

Install all libraries and dependencies

pip3 install -r requirements.txt

To-Do list:

  • Graphs examples.
  • Choice of types of graphs.
  • Optional parameters (legends, labels, annotations).
  • Working with I/O files.
  • Graph animation.
  • Color (colormap, bitmap, rgb, cmyk).
  • GUI (tkinter or pyside), maybe...