From 13ea83f408be617656bb2047740fb098c58943ec Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Mon, 30 May 2011 20:20:59 -0700 Subject: [PATCH] updated github POD --- README.pod | 8 ++++++++ 1 file changed, 8 insertions(+) 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