label-studio icon indicating copy to clipboard operation
label-studio copied to clipboard

Time series as dots instead of connected lines?

Open protoniu opened this issue 1 year ago • 1 comments

Is it possible to have time series plots with different style, not just connected lines? Like point or scatter plots? Is it possible to have multiple lines on the same axis?

protoniu avatar Apr 03 '24 18:04 protoniu

@protoniu If you have time series in different columns of the same input file and they have the same time column, you plot them together on one axis with multiple Channel tags. See the example.

You can add markers to the line plots by adding parameters to the Channel tags such as markerColor="#1f77b4" markerSize="4". However, I found that setting strokeWidth=0 removes the lines and the markers unfortunately. So a pure scatter plot seems unsupported currently.

avishapiro avatar Aug 27 '24 17:08 avishapiro