Changeset 405 for trunk/src/plot_field.m


Ignore:
Timestamp:
May 1, 2012, 10:08:36 PM (12 years ago)
Author:
sommeria
Message:

many bugs corrected: composition of 2 input fields, arrow colors from different scalar fields...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r404 r405  
    880880            set(hima,'YData',AY);
    881881        end
     882        % set the transparency to 0.5 if vectors are also plotted
     883        if test_vec
     884            set(hima,'AlphaData',0.5)
     885        else
     886            set(hima,'AlphaData',1)
     887        end
    882888    end
    883889    test_ima=1;
Note: See TracChangeset for help on using the changeset viewer.