[python] Matplotlib: init store range depending on 'auto' parameter

This commit is contained in:
Émilie Feral
2020-03-26 12:13:41 +01:00
parent 8aa1930f80
commit 81170610eb
3 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
namespace Matplotlib {
void PlotController::viewWillAppear() {
m_store->initRange();
curveView()->reload();
}