The Qt5 backend provides the same classes as Qt4, so it is a drop-in replacement. According to the documentation page below, `FigureCanvas` is an alias of `FigureCanvasQTAgg`, so the import `as` is unnecessary.
Bugfix: Plotting crashes when plotting data during a run.
2.16.0rc0
2.16.0b0
- Added IES2 algorithm to the list of algorithms available to run via the command-line interface (CLI) https://github.com/equinor/ert/issues/1028 - Bump libres to 7.0.b0 - Documentation improvements (thanks to berland) - Add pre_first_update hook https://github.com/equinor/semeio/issues/58 - Experimental storage: improvements