Changeset 379 in ETALON for SPESO


Ignore:
Timestamp:
Mar 18, 2016, 5:31:08 PM (8 years ago)
Author:
malovyts
Message:

Added error bars to legend on plots on the general daily info page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SPESO/ana2015/data_histc.m

    r371 r379  
    7777   errorbar(bins2(2,:),bins2(1,:),bins2(3,:), 'bo');
    7878hold off
    79 legend(selection_text1, selection_text2, 'Location','southoutside');
     79legend(selection_text1, selection_text2, selection_text1, selection_text2, 'Location','southoutside');
    8080title({ [ get_var_name(var1) ' vs ' get_var_name(var2) ];allData.selection});
    8181xlabel(get_var_name(var1));
Note: See TracChangeset for help on using the changeset viewer.