This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Largely a copy of the great gist by Danny Price (https://github.com/telegraphic) | |
# Minimal modifications to make the example work with Python 3, and to send | |
# python objects instead of using the msgpack library. | |
# | |
# Original gist can be found here: | |
# https://gist.github.com/telegraphic/2709b7e6edc3a0c39ed9b75452da205 | |
""" | |
# app.py - example Dash + ZMQ + msgpack + numpy monitor | |
This app receives data from zmq_pub.py, and plots it. |