Skip to Content
Menu
This question has been flagged
1595 Views

Now I have a list of data -- 'x' which could be changed once per one hour;

I want to plot a figure by 'matplotlib.pyplot.plot(x)' once per one hour and show it on 'picture' which is a fields.Binary();

Shall I do that? how?

Avatar
Discard