Live graphs updates in GTK widget

I would like to use root to plot the outputs of a few sensors (10Hz rate) as they happen in real time. Ideally, the resulting plot should be embedded in a GTK app written in C++.

I could not find anything that confirm that root can do:

  • Time based live plot updates.
  • Embed the plot in GTK.

Can someone point me in the right direction? Thank you.

In case any of this is needed:


ROOT Version: 6.14
Platform: CentOS 7
Compiler: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28)


Thi might help: How to Embed a TCanvas in External Applications

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.