You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This post is mainly for developers who is working or planning to work on the GUI part of the code. Please let me know if you are working on the GUI because there will be big changes and your code might not be merged if you are basing on the current version.
There are few more features I would like to put into the ipywidgets GUI. Before implementing them, I would like to first refactor the GUI code. The current version of the GUI is a prove of concept and is now fairly bloated.
The features I have in minds are:
overlay analytical functions
one colorbar for multiple plots
more control over clim/vmin/vmax when making movies (so they don't have to change every frame in auto mode)
save/load config/widget states (for reproducibility and time saving in user interaction)
non-GUI method to generate plots/movies using the saved config (useful in batch scripts)
horizontal colorbar (orientation that can be changed interactively?)
overlay plots (scattered dots, contours, lines, etc) of other quantities
stacking two colormaps (I saw many PWFA plots like this)
If you have other ideas related to the GUI please post in this thread.
I will get the bulk of the refactoring done as soon as possible.
The text was updated successfully, but these errors were encountered:
This post is mainly for developers who is working or planning to work on the GUI part of the code. Please let me know if you are working on the GUI because there will be big changes and your code might not be merged if you are basing on the current version.
There are few more features I would like to put into the ipywidgets GUI. Before implementing them, I would like to first refactor the GUI code. The current version of the GUI is a prove of concept and is now fairly bloated.
The features I have in minds are:
If you have other ideas related to the GUI please post in this thread.
I will get the bulk of the refactoring done as soon as possible.
The text was updated successfully, but these errors were encountered: