GUI

This module defines logic for plotting exg data in real-time.

olimex.gui.show_exg(port)

Create and display a real-time exg figure.

This function will create a new matplotlib figure and make a call to FuncAnimation to begin plotting the exg.

Parameters:port (str) – Serial port being sent exg packets.
olimex.gui.update_generator(axes, port)

Update exg figure.

This function will update the exg figure.

Parameters:
  • axes
  • port

Previous topic

EXG

Next topic

Mock

This Page