Changeset 27232 for issm/trunk/src/m/plot/plot_mesh.py
- Timestamp:
- 08/25/22 16:50:29 (3 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/m/plot/plot_mesh.py
r24313 r27232 21 21 fig.delaxes(axgrid.cbar_axes[gridindex]) 22 22 23 #retrieve some options 24 edgecolor=options.getfieldvalue('edgecolor','k') 25 linewidth=options.getfieldvalue('linewidth',1) 26 23 27 if is2d: 24 ax.triplot(x, y, elements )28 ax.triplot(x, y, elements,color=edgecolor,linewidth=linewidth) 25 29 else: 26 30 ax = inset_axes(axgrid[gridindex], width='100%', height='100%', loc=3, borderpad=0, axes_class=Axes3D)
Note:
See TracChangeset
for help on using the changeset viewer.