[python/matplotlib] Add grid control

This commit is contained in:
Romain Goyet
2020-03-11 17:53:19 -04:00
committed by Émilie Feral
parent a3b1b51f75
commit a062c570d5
7 changed files with 34 additions and 13 deletions

View File

@@ -3,7 +3,8 @@
namespace Matplotlib {
PlotStore::PlotStore() : Shared::InteractiveCurveViewRange(),
m_grid(false)
m_axesRequested(true),
m_gridRequested(false)
{
flush();
}