mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[python] matplotlib: make pyplot a submodule of matplotlib
This commit is contained in:
14
python/port/mod/matplotlib/pyplot/plot_controller.cpp
Normal file
14
python/port/mod/matplotlib/pyplot/plot_controller.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "plot_controller.h"
|
||||
|
||||
namespace Matplotlib {
|
||||
|
||||
void PlotController::viewWillAppear() {
|
||||
m_store->initRange();
|
||||
curveView()->reload();
|
||||
}
|
||||
|
||||
void PlotController::viewDidDisappear() {
|
||||
m_store->flush();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user