Popular recipes tagged "chart"http://code.activestate.com/recipes/tags/chart/2017-03-10T16:34:49-08:00ActiveState Code RecipesSimple Tkinter strip chart (Python 3) (Python) 2017-03-10T16:34:49-08:00Ronaldhttp://code.activestate.com/recipes/users/4189912/http://code.activestate.com/recipes/578871-simple-tkinter-strip-chart-python-3/ <p style="color: grey"> Python recipe 578871 by <a href="/recipes/users/4189912/">Ronald</a> (<a href="/recipes/tags/chart/">chart</a>, <a href="/recipes/tags/strip/">strip</a>). Revision 3. </p> <p>This is a very simple example of how to implement a Strip Chart in Tkinter. It's somewhat slow. I've done a few things to help with performance but more could probably be done.</p>