Closed aliaksei135 closed 3 years ago
Worked around by saving plot to a temp file and calling system default photo viewer in subprocess. CUrrently only works in Windows as call to is to explorer
. Mac and *nix alternatives could be added easily if required.
Closed as fixed for now
Due to current threaded implementation, layers are unable to display anything to GUI, so cannot add additional plots/info/etc. to view. This should be changed to pass a plot callback to layers that can be used to run plots from the GUI thread.
Some work on this has been started using
pyqtgraph
on theseedpod_ground_risk/feature_external_plot_windows
branch.