Why can't I see the top legend on a Financial Time Series plot created by FTSGUI?

I
Isabellasmith · Aug 7, 2020 · 2K views
Question
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.
Expert Answer
Profile picture of John Williams
John Williams PhD Expert
Answered Aug 25, 2026
This problem has been fixed in Financial Time Series Toolbox 2.0 (R13).
If you are using a previous version, please read the following:
This problem is caused by incorrectly making the axes current in the fints overloaded method for the PLOT function.
To correct the problem:
1. Type 'edit fints/plot' at the MATLAB prompt. This should open it up in the Editor.
 
2. Change lines 104 and 164 to:
 
set(gcf, 'currentaxes', hsub1);

This will display the legend properly.

100% Run Guarantee 3-Hour Fast-Track Delivery

Need a Custom Version or Complete Simulation for This Problem?

Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.

Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!