On 02/23/2012 03:31 PM, Slavomir Hnatic wrote: > Hello, > I am looking to plot dynamically (tick by tick) data into a plot from C/C++. > > Any example how to do this in plplot would be very helpful > , > could you give me a hint please? >
I'm not sure exactly what you are trying to do, but perhaps Example 17 is what you are looking for (This demonstrates the stripchart functionality of PLplot). If you want a static plot (i.e. unchanging axises) w/ points that appear then you can probably draw a point, and then call plflush() to force an update of the plot. How well this works will be some what dependent on which output device driver you use. Also, we'd appreciate it if you'd send your questions to the mailing list so that others can also benefit. -Hazen ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Plplot-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-general
