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
Adds a Style Panel to plot windows' Options Tab to allow changes in font sizes dynamically for the current plot.
Supports switching to light/dark modes dynamically. This only occurs when running a version of Qt that triggers changes to the window palettes in response to the operating system. Versions of PyQt greater than 5.15 give the most consistent results.
Prevents windows from closing when the Escape key is pressed.
'Preferences' are now renamed to 'Settings.'
Fixes a bug when resizing plot windows on high-DPI screens.
Fixes a bug caused by using deprecated Matplotlib functions to catch KeyPress events. This affects Matplotlib v3.8.
Adds 'Reload All' and 'Remove All' to the tree view contextual menu.
Sets the nexusformat and qtconsole dependencies to eliminate incompatible versions.
Simplifies use of the NXScrollArea widget by allowing both QWidgets and QLayouts as valid content. QLayouts are automatically wrapped in a QWidget before calling the setWidget function.