datalogd.plugins.matplotlib_datasink module

class datalogd.plugins.matplotlib_datasink.MatplotlibDataSink(filename='plot.pdf', keys=['timestamp', 'value'], labels=['timestamp', '{type}_{id}'])[source]

Bases: datalogd.DataSink

Note

This plugin is still a work in progress, and is really only at the proof-of-concept stage.

receive(data)[source]

Accept the provided data.

Parameters:data – Data received by this sink.