Changeset 5555 for branches


Ignore:
Timestamp:
May 18, 2015, 7:54:43 PM (9 years ago)
Author:
mmh
Message:

update for python api

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/uq/examples/zoo/curve/curve.py

    r5554 r5555  
    3838# These are also acceptable.
    3939# single['component.xy'] = [x, y]
    40 # single['component.xy'] = np.column_stack((x, y))
     40# single['component.xy'] = np.row_stack((x, y))
    4141
    4242# generate multiple curves on the same plot
Note: See TracChangeset for help on using the changeset viewer.