The main window of Fable Python is the interactive Console :
In the console you can type your favourite Python commands to do online calculations and plot e.g. :
Will produce this plot :
You can plot NumPy float arrays using the command :
plot.1d(array) – where array is the name of your NumPy float array
In the future more plotting commands will be adding for plotting y(x), 2d arrays as images, 3d plots
You can execute a Python script using this built-in command :
script.run(script) – where script is the name of your script
Running the plottest.py script :
Produces the following plot :