You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In wiggleplot.m from line 53 on, should we use get(c(ord),'sta'), instead of
get(c,'sta')?
% replace dates with station names if stations are different
if ~check(c,'STA')
sta = get(c,'STA');
chan = get(c,'CHAN');
for i=1:get(c,'TRACES')
labels(i) = strcat( sta(i) , '_' , chan(i) );
end
set( gca , 'YTick' , [1:1:get(c,'TRACES')] );
set( gca , 'YTickLabel' , labels );
end
Original issue reported on code.google.com by [email protected] on 17 Sep 2012 at 4:37
Copied from original issue: giseislab/gismotools#33
The text was updated successfully, but these errors were encountered:
I haven't tested such as change, but based on the suggestion it seems quite
reasonable. I say go ahead and change it and then just look out of for issues.
From @GoogleCodeExporter on August 1, 2015 21:51
Original issue reported on code.google.com by
[email protected]
on 17 Sep 2012 at 4:37Copied from original issue: giseislab/gismotools#33
The text was updated successfully, but these errors were encountered: