[GRASS-SVN] r74087 - grass-addons/grass7/display/d.vect.colhist
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 15 05:19:25 PST 2019
Author: mlennert
Date: 2019-02-15 05:19:25 -0800 (Fri, 15 Feb 2019)
New Revision: 74087
Modified:
grass-addons/grass7/display/d.vect.colhist/d.vect.colhist.py
Log:
d.vect.colhist: harmonize indentation to spaces
Modified: grass-addons/grass7/display/d.vect.colhist/d.vect.colhist.py
===================================================================
--- grass-addons/grass7/display/d.vect.colhist/d.vect.colhist.py 2019-02-12 19:26:13 UTC (rev 74086)
+++ grass-addons/grass7/display/d.vect.colhist/d.vect.colhist.py 2019-02-15 13:19:25 UTC (rev 74087)
@@ -75,9 +75,9 @@
plt.hist(data, bins=bins)
if plot_output == '-':
- plt.show()
+ plt.show()
else:
- plt.savefig(plot_output)
+ plt.savefig(plot_output)
if __name__ == "__main__":
options, flags = gscript.parser()
More information about the grass-commit
mailing list