Matplotlib: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 2:
 
The library provides a "pylab" interface which is procedural and based on a state machine, like [[OpenGL]]. There is also an [[Object-oriented programming|OOP]] interface which has less thorough documentation and greater complexity.
 
Using the OOP interface, matplotlib plots can be embedded in applications using generic GUI toolkits like [[wxPython]], [[Qt]] or [[GTK]].
 
== External links ==