mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python/matplotlib] Add grid control
This commit is contained in:
committed by
Émilie Feral
parent
a3b1b51f75
commit
a062c570d5
@@ -3,7 +3,8 @@
|
||||
namespace Matplotlib {
|
||||
|
||||
PlotStore::PlotStore() : Shared::InteractiveCurveViewRange(),
|
||||
m_grid(false)
|
||||
m_axesRequested(true),
|
||||
m_gridRequested(false)
|
||||
{
|
||||
flush();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user