Skip to content

Commit e7ac14a

Browse files
committed
New plot_at_surface function handles plates plots
1 parent 29c830a commit e7ac14a

File tree

2 files changed

+84
-281
lines changed

2 files changed

+84
-281
lines changed

stagpy/config.py

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def _index_collection(arg):
179179

180180
CONF_DEF['plates'] = OrderedDict((
181181
('plot',
182-
Conf('c,eta,sc', True, 'o',
182+
Conf('c.T.v2-v2.dv2-v2.topo_top', True, 'o',
183183
{'nargs': '?', 'const': '', 'type': str},
184184
True, 'variables to plot (see stagpy var)')),
185185
('field',
@@ -197,26 +197,6 @@ def _index_collection(arg):
197197
('zoom',
198198
Conf(None, True, None, {'type': float},
199199
False, 'zoom around surface')),
200-
('topomin', Conf(-40, False, None, {},
201-
True, 'min topography in plots')),
202-
('topomax', Conf(100, False, None, {},
203-
True, 'max topography in plots')),
204-
('agemin', Conf(-50, False, None, {},
205-
True, 'min age in plots')),
206-
('agemax', Conf(500, False, None, {},
207-
True, 'max age in plots')),
208-
('vmin', Conf(-5000, False, None, {},
209-
True, 'min velocity in plots')),
210-
('vmax', Conf(5000, False, None, {},
211-
True, 'max velocity in plots')),
212-
('dvmin', Conf(-250000, False, None, {},
213-
True, 'min velocity derivative in plots')),
214-
('dvmax', Conf(150000, False, None, {},
215-
True, 'max velocity derivative in plots')),
216-
('stressmin', Conf(0, False, None, {},
217-
True, 'min stress in plots')),
218-
('stressmax', Conf(800, False, None, {},
219-
True, 'max stress in plots')),
220200
))
221201

222202
CONF_DEF['info'] = OrderedDict((

0 commit comments

Comments
 (0)