[GRASS-SVN] r73888 - grass/trunk/gui/wxpython/wxplot
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 30 06:56:17 PST 2018
Author: annakrat
Date: 2018-12-30 06:56:16 -0800 (Sun, 30 Dec 2018)
New Revision: 73888
Modified:
grass/trunk/gui/wxpython/wxplot/profile.py
Log:
wxGUI/profile: fix showing legend
Modified: grass/trunk/gui/wxpython/wxplot/profile.py
===================================================================
--- grass/trunk/gui/wxpython/wxplot/profile.py 2018-12-29 22:30:58 UTC (rev 73887)
+++ grass/trunk/gui/wxpython/wxplot/profile.py 2018-12-30 14:56:16 UTC (rev 73888)
@@ -101,6 +101,8 @@
# Bind events
self.Bind(wx.EVT_CLOSE, self.OnCloseWindow)
+ self.SetGraphStyle()
+
def _initOpts(self):
"""Initialize plot options
"""
More information about the grass-commit
mailing list