- Timestamp:
- May 18, 2015, 7:54:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/uq/examples/zoo/curve/curve.py
r5554 r5555 38 38 # These are also acceptable. 39 39 # single['component.xy'] = [x, y] 40 # single['component.xy'] = np. column_stack((x, y))40 # single['component.xy'] = np.row_stack((x, y)) 41 41 42 42 # generate multiple curves on the same plot
Note: See TracChangeset
for help on using the changeset viewer.