I am writing a program using PySide and Qt. I need to graph some data, can anyone suggest a tool that would be able to display graphs within the program (in a layout) instead of opening a new window and displaying the graph.
Thank you Very Much!
|
For an example see here. |
|||
|
|
GraphVizcan be embedded into other programs somehow. How exactly to wire it up through Python I've no idea though. It's also not very high-level integration, you have to implement the drawing yourself, GV will just hand you a description of what shapes go where on the canvas. – millimoose Jan 13 at 3:24matplotlib. – millimoose Jan 13 at 3:26