mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python/matplotlib] Validate the plot parameters
This commit is contained in:
committed by
Émilie Feral
parent
6a796f5f7c
commit
6f3d3f62de
@@ -35,7 +35,7 @@ public:
|
||||
void setGrid(bool grid) { m_grid = grid; }
|
||||
bool grid() { return m_grid; }
|
||||
private:
|
||||
mp_obj_t m_dots;
|
||||
mp_obj_t m_dots; // A list of (x,y), where x and y are lists of numbers
|
||||
bool m_grid;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user