Commit a8c4999
kasemir
RTPlot: Only show Y axis labels for visible traces
When hiding a trace, and there are multiple traces on an axis, all trace
labels were shown. Now only names of visible traces are shown, so hiding
a trace removes both the trace itself and its axis label1 parent 119bd96 commit a8c4999
File tree
1 file changed
+6
-5
lines changed- app/rtplot/src/main/java/org/csstudio/javafx/rtplot/internal
1 file changed
+6
-5
lines changedLines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments