I am using kafka-python to create a Kafka consumer (connected to Kafka producer, broker etc.) in Python that is receiving a live stream of data.
Now I just want to have a live timeseries plot of this data.
I found Plotly as very nice Python library but it seems like they are only providing some server-based solutions.
Can I make Plotly work for this offline? Can you suggest other libraries?
Thanks a lot!