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
The graphical interface offers the ability to plot the computed QRE correspondence.
This was useful at one time (and folded into Gambit functionality that was previously in a separate tool called PXI). However, these days tools like Jupyter notebooks (or other visualisation systems) provide much better functionality. Further, the inclusion of this plotting capability requires embedding a number of third-party wxWidgets extensions which are not actively maintained; they're not guaranteed to continue working with future wxWidgets versions (and indeed may well not work properly anymore anyway).
Therefore, it makes sense to remove the built-in plotting and instead look for ways to generate and export data for external tools, or possibly even to call those external tools directly if relevant.\
This discussion was converted from issue #808 on March 18, 2026 15:06.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The graphical interface offers the ability to plot the computed QRE correspondence.
This was useful at one time (and folded into Gambit functionality that was previously in a separate tool called PXI). However, these days tools like Jupyter notebooks (or other visualisation systems) provide much better functionality. Further, the inclusion of this plotting capability requires embedding a number of third-party wxWidgets extensions which are not actively maintained; they're not guaranteed to continue working with future wxWidgets versions (and indeed may well not work properly anymore anyway).
Therefore, it makes sense to remove the built-in plotting and instead look for ways to generate and export data for external tools, or possibly even to call those external tools directly if relevant.\
Beta Was this translation helpful? Give feedback.
All reactions