Sunday 1 March 2015

My understanding of Matplotlib Integration

Matplotlib Integration(mpl) - GSoC project

This requires a front-end to use matplotlib functionality and a back-end for its integration.
Front-end - Is a kivy widget that draws graphs using all the  functions provided by matplotlib.
Back-end - will be made using backend_template.py as base provided by mpl.

Important Questions:
What is a switchyard?
How to make a widget?
Adjust non-interactive mode of mpl such that it does not mess up kivy clock?

Stuff to understand:
Widget class working.
backend_template.py
Switchyard
 

No comments:

Post a Comment