REMOVE THE LEGEND IN STKO MONITOR

Hello! In this section we'll talk about the post processing module and the data visualization.
Post Reply
Sylwester
Posts: 44
Joined: Sat Sep 10, 2022 11:59 am

REMOVE THE LEGEND IN STKO MONITOR

Post by Sylwester » Mon Jan 06, 2025 9:32 pm

DEAR STKO,

I wanted to ask if it is possible to remove the legend from STKO MONITOR ?
I have a chart for more than 400 analyses and removing the label name of each of them manually will take a lot of time.

With so many analyses, the legend does not fit on the chart and hides the main part of the data.

I checked the code in program C:/files/STKO but I'm not sure which exact line is responsible for displaying the legend on the main chart .

I would like to do this only for the selected case, and the analyses are already done. (I turn on the plot using LaunchSTKOMONITOR)

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: REMOVE THE LEGEND IN STKO MONITOR

Post by STKO Team » Fri Jan 17, 2025 12:01 pm

It's not possible from the user interface (we will add an option to do that in next versions).
Now you can simply comment line 499 of STKOMonitorPlotWidget.py.

If you do it in C:\Program Files\STKO\external_solvers\STKOMonitor, it will affect all next stko runs.
Instead, you can locally change the copy stko makes in your model folder.

Post Reply