diff --git a/README.pod b/README.pod index af5df1b..3075ee2 100644 --- a/README.pod +++ b/README.pod @@ -111,6 +111,14 @@ instead of I as a function of I). Thus the first 2 values on each line are interpreted as the domain instead of just 1. The rest of the processing happens the same way as before. +=head3 Special data commands + +Other than the raw data, 2 special commands are interpreted if they appear in +the input. These are C and C. If a line of data begins with +C and we're plotting in realtime with C<--stream>, the plot will be +refreshed immediately. If a line of data begins with C, the plot is +cleared, to be re-filled with any data following the C. + =head2 Real-time streaming data To plot real-time data, pass in the C<--stream [refreshperiod]> option. Data