Description:
Add labels next to the lines.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r511:2c66980026d6 -

@@ -105,6 +105,8
105 if (data_array.Length > 0 && show)
105 if (data_array.Length > 0 && show)
106 {
106 {
107 ImPlot.PlotLine(key, ref data_array[0], data_array.Length);
107 ImPlot.PlotLine(key, ref data_array[0], data_array.Length);
108 ImPlot.AnnotateClamped(data_array.Length-1, data_array[data_array.Length-1],
109 new Num.Vector2(5, -10), StyleSets.grey, key);
108 }
110 }
109 }
111 }
110
112
You need to be logged in to leave comments. Login now