% plot all the line groups ... % bright Fe are blue and plotted first plot_group(Fe_all, cFe_all); % overplot specific ions in other colors plot_group(Fe_16, cFe_16); plot_group(Fe_17, cFe_17); plot_group(Fe_18, cFe_18); plot_group(Fe_19, cFe_19); plot_group(Fe_22, cFe_22); plot_group(Fe_23, cFe_23); plot_group(Fe_24, cFe_24); plot_group(Fe_25, cFe_25); plot_group(N_all, cN_all); plot_group(O_all, cO_all); plot_group(Mg_all, cMg_all); plot_group(Ne_all, cNe_all); plot_group(Si_all, cSi_all); plot_group(S_all, cS_all); plot_group(Ar_all, cAr_all); plot_group(Ca_all, cCa_all);