We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ef615 commit 942e067Copy full SHA for 942e067
stagpy/config.py
@@ -63,7 +63,7 @@ def _index_collection(arg):
63
CONF_DEF['plot'] = OrderedDict((
64
('ratio', Conf(None, True, None,
65
{'nargs': '?', 'const': 0.6, 'type': float},
66
- False, 'Force aspect ratio of field plot')),
+ False, 'force aspect ratio of field plot')),
67
('raster', switch_opt(True, None, 'rasterize field plots')),
68
('format', Conf('pdf', True, None, {},
69
True, 'figure format (pdf, eps, svg, png)')),
@@ -102,7 +102,7 @@ def _index_collection(arg):
102
('perturbation', switch_opt(False, None,
103
'plot departure from average profile')),
104
('shift', Conf(None, True, None, {'type': int},
105
- False, 'Shift plot horizontally')),
+ False, 'shift plot horizontally')),
106
('timelabel', switch_opt(False, None, 'add label with time')),
107
('interpolate', switch_opt(True, None, 'apply Gouraud shading')),
108
('colorbar', switch_opt(True, None, 'add color bar to plot')),
0 commit comments