Why can't I see the top legend on a Financial Time Series plot created by FTSGUI? Upon loading a Financial Time Series through FTSGUI, the legend for the top plot which contains opening, closing, high, and low information is not visible. The legend for the bottom plot which contains volume information is visible. This problem is caused by the creation of the axes children in the first figure window for a particular time series. Specifically, the legend is created, but is hidden behind the top axis. This problem only occurs in the first displayed window for the time series; others have their legends displayed properly.
John Williams answered .
2025-11-20
set(gcf, 'currentaxes', hsub1);
This will display the legend properly.