- Timestamp:
- Nov 3, 2016, 3:00:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/model_graphics.py
r1239 r1264 2002 2002 leglabels = ','.join(lablines) 2003 2003 2004 graphvals = spacedim + ':' + axisvals + ':' + sdlab + ': ' + leglabels +\2005 ':' + CFvplot[0] +':'+ figtit + ':0|auto:' + lines +':'+ kinds + ':' + \2006 marks +':'+ sizes +':'+ sizes +':all:'+ finame.replace('.'+kfig, '') +\2007 ':' + kfig + ':True'2004 graphvals = spacedim + ':' + axisvals + ':' + sdlab + ':auto:' + \ 2005 leglabels + ':' + CFvplot[0] +':'+ figtit + ':0|auto:' + lines + ':' + \ 2006 kinds + ':' + marks +':'+ sizes +':'+ sizes +':all:'+ \ 2007 finame.replace('.'+kfig, '') + ':' + kfig + ':True' 2008 2008 2009 2009 fvarS = vplot[0]
Note: See TracChangeset
for help on using the changeset viewer.