I'm would like to make a live-updating plot using Bokeh. I've run this example, but the plot resizes to show all of my data. How do I configure the plot to scroll as the data is loaded so it only shows the most recent additions? This blog post has a link in the comments that claims it's possible (added in version 0.4), but the link is broken. I've checked the documentation for the figure object, but should my investigation focus more on the renderer?
Related to this previous question.