Matplot lib
-
I’m having problems using the Matplotlib module within the python app. The code runs fine but nothing displays on the console. How do I use python to be able to see the output?
-
you need to type plt.show(). Check your examples folders.
I also wrote an experimental interface which allows you to zoom/pan interactively (however I think there were reports that this crashed on 64bit devices).