Controlling interpolation of line plots

In Chaco there is a great feature where you can control the interpolation method of line plots to be hold=‘left’ or hold=‘right’. Does any feature like this exist in bokeh?

For an example see line_plot_hold.py on this page:

http://docs.enthought.com/chaco/user_manual/annotated_examples.html

–Tom