Changeset 5805
- Timestamp:
- Aug 18, 2015 7:22:44 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/uq/examples/app-fermi/python/fermi.py
r5530 r5805 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.