arlieu / design-template

Showcases various UI designs
0 stars 0 forks source link

Charting Libraries #3

Open arlieu opened 8 years ago

arlieu commented 8 years ago

External charting libraries are not compatible with Kivy. Running a library will stall the main Kivy app from loading until charting window is closed.

arlieu commented 8 years ago

Two options for charting in Kivy:

  1. garden.graph - basic plotting capability, appears limited to line charts
  2. garden.matplotlib - integration of matplotlib into kivy; still in development stages