Yep.  There was some Python script that used Gnuplot to do the same thing, 
but the refresh rate was fairly awful.  There's also the original Gnuplot 
hack of putting a reload and timeout in your plot instructions--leading to 
gnuplot whack-a-mole.

Didn't notice that Racket had an incredible plotting library until after I 
finished.  Not sure how efficient it would be at live streaming, but it 
would definitely look nicer than what I've hand-rolled.


On Wednesday, November 28, 2018 at 6:28:03 PM UTC-6, Alex Harsanyi wrote:
>
>
>
> On Wednesday, November 28, 2018 at 8:38:04 PM UTC+8, Jason Stewart wrote:
>>
>> My first Racket program:
>>
>> https://github.com/BourgeoisBear/stdinoscope
>>
>>
> This looks cool.  Is this program intended for displaying real time data 
> from some signal acquisition system?
>
> I'm also working on an application that will have to display several 
> real-time plots, and I am undecided over whether to use the existing racket 
> plot library or to write my own -- the plot library is mostly designed for 
> plotting static data and mathematical functions, although it can be used in 
> some creative ways.  So far however, I am working on the "data acquisition" 
> part and the data display will have to wait a bit longer...
>
> Cheers,
> Alex.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to