Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
solo.qli: ~Plotfix: Mv hold(h(2), 'on') between irf_plot() calls
ADD hold(h(i2), 'on') to be between two irf_plot() calls. ==> Plot 2's top and right boundaries+ticks come back (previously disappeared). @@ -558,6 +558,7 @@ text(h(1), 0, 1.2, str, 'Units', 'normalized') yyaxis(h(2), 'left'); h(2).YScale = 'log'; % NOTE: Later changed to LIN for non-24h quicklooks. h(2).YTick = [1, 10, 100]; +h(2).YLimMode = 'auto'; ==> Correct the y scaling after above change. Plot used to be OK, but has changed without modifying the solo.qli code, possibly due to updated irf_spectrogram(). Otherwise unclear why. modified: generate_quicklooks_24h_6h_2h.m
- Loading branch information