Changeset 538 for trunk/src/get_field.m


Ignore:
Timestamp:
Sep 3, 2012, 11:53:30 PM (12 years ago)
Author:
sommeria
Message:

bug corrected in get_field to get multiple curves in 1D mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r537 r538  
    892892        set(hh.Coord_x,'String',{get_field_GUI.Panel1Dplot.abscissa})
    893893        set(hh.Coord_y,'String',get_field_GUI.Panel1Dplot.ordinate)
     894        set(hh.Coord_y,'Max', numel(get_field_GUI.Panel1Dplot.ordinate))
    894895        set(hh.Coord_y,'Value',1:numel(get_field_GUI.Panel1Dplot.ordinate))
    895896        set(hfield,'Value',1)
Note: See TracChangeset for help on using the changeset viewer.