Changeset 6021 for trunk/examples/app-fermi/python
- Timestamp:
- Feb 18, 2016, 4:13:14 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
-
trunk/examples/app-fermi/python/fermi.py
r5681 r6021 38 38 # y-axis label, and y-axis units 39 39 f12 = rx['output.curve(f12)'] # a shortcut to save typing 40 f12[' label'] = 'Fermi-Dirac Factor'40 f12['about.label'] = 'Fermi-Dirac Factor' 41 41 f12['xaxis.label'] = 'Fermi-Dirac Factor' 42 42 f12['yaxis.label'] = 'Energy'
Note: See TracChangeset
for help on using the changeset viewer.