Changeset 75 for trunk/src/plot_field.m


Ignore:
Timestamp:
Mar 31, 2010, 2:57:31 PM (14 years ago)
Author:
sommeria
Message:

plot_field: bug repaired for profiles
view_field: introduction of a edit uicontrol for text display (needs to be used)
rescaling of the figure to optimize space
uvmat: small bugs repaired, in particular for 3D fields
TODO: adapt proj_field for lines in 3D space

introduce volume objects and interpolate on 3D grid (griddata3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r74 r75  
    454454    end
    455455end
    456 if test_newplot && ~isequal(plotstr,'plot(')
    457     plotstr=[plotstr '''tag'',''plot_line'');'];
     456if test_newplot && ~isequal(plotstr,'hhh=plot(')
     457    plotstr=[plotstr '''tag'',''plot_line'');']
    458458                %execute plot (instruction  plotstr) 
    459459    eval(plotstr)
Note: See TracChangeset for help on using the changeset viewer.