NEW FEATURE: Implement formatoption widgets
Summary
With psyplot 1.1.0, the formatoption widget framework has been introduced that makes it possible to implement a fmt specific widget into the formatoptions widget of the GUI. However, this is still missing for most of the formatoptions
Reason
It makes it faster and more intuitive to handle and update the plots through the GUI
Detailed explanation
Here is an overview over the current implementations in the LinePlotter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And here the additional ones for the 2D plotter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And for the vector plotter
|
|
|
And for the density plotter
|
|
|
|
|
|