v1.1.0: New plugins and formatoptions interfaces
This release mainly adds the possibility to create plugins into the
psyplot-gui and it adds a new framework to allow the formatoptions to provide
a custom interface to the formatoptions widget.
Added
- Added layout windows menu and default layout
- Added
script
andcommand
command line arguments - The
pwd
command line arguments now changes the working directory of the running GUI - Added callbacks to the
MainWindow
class. This framework can be used on a low level to interact with the current GUI. - The DataFrameEditor. A widget to display dataframes
- The implementation of the
psyplot.plotter.Formatoption.get_fmt_widget
method. Formatoptions now can add a custom widget to the formatoptions widget