wollud1969
wollud1969

Reputation: 497

Bringing PyQt and PyChart together

I want to visualize some measurement values in realtime. I think - although not finally sure - I can do this with PyChart. The surrounding application is based on PyQt.

Now I', wondering how I can put the chart drawn using PyChart into some qt widget, may be a QGraphicWidget?

Could someone give me a bit advise?

Cheers, Wolfgang

Upvotes: 1

Views: 608

Answers (1)

Schuh
Schuh

Reputation: 1095

I have learned to do this by following the instructions of Eli Benderski.

It is answered here on this site in this thread

Demo Code is here

This uses matplotlib instead of PyChart. Usage of matplotlib is well documented here.

Matplotlib allows you to interact with the plot canvas as well as importing a Navigation Tool Bar.

Hope this is helpful.

Upvotes: 0

Related Questions