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
At the moment, s = ui.get_selected_signal(). Could I propose changing this to s = ui.get_current_signal(), copying matplotlib behaviour and allowing for the acronym-method s = ui.gcs(). In matplotlib, one normally gets ahold of the current figure by plt.gcf(), so something similar would be welcome. The current call is quite long, which isn't ideal.
The text was updated successfully, but these errors were encountered:
At the moment, s = ui.get_selected_signal(). Could I propose changing this to s = ui.get_current_signal(), copying matplotlib behaviour and allowing for the acronym-method s = ui.gcs(). In matplotlib, one normally gets ahold of the current figure by plt.gcf(), so something similar would be welcome. The current call is quite long, which isn't ideal.
The text was updated successfully, but these errors were encountered: