can't import Step class

Enter code here…
Hey guys, I was just curious where the Step plot went in the code. I used to be able to do this:

from bokeh.charts import Step

``

but now I get this error:

ImportError Traceback (most recent call last) <ipython-input-1-2935a59f4c77> in <module>() ----> 1 from bokeh.charts import Step ImportError: cannot import name Step

The charts API was given a dramatic upgrade for 0.10, however not all charts have yet been converted. They will all be converted for 0.11 but in the mean time all the old charts still exists in bokeh._legacy_charts, as described here:

  http://bokeh.pydata.org/en/latest/docs/user_guide/charts.html

Thanks,

Bryan

···

On Oct 19, 2015, at 9:38 AM, [email protected] wrote:

Enter code here...
Hey guys, I was just curious where the Step plot went in the code. I used to be able to do this:

from bokeh.charts import Step

but now I get this error:
ImportError Traceback (most recent call last) <ipython-input-1-2935a59f4c77> in <module>() ----> 1 from bokeh.charts import Step ImportError: cannot import name Step

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/d1501ed5-7946-4c22-a06e-f75282df16fb%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Thank you so much!

···

On Monday, October 19, 2015 at 9:59:45 AM UTC-5, Bryan Van de ven wrote:

The charts API was given a dramatic upgrade for 0.10, however not all charts have yet been converted. They will all be converted for 0.11 but in the mean time all the old charts still exists in bokeh._legacy_charts, as described here:

    [http://bokeh.pydata.org/en/latest/docs/user_guide/charts.html](http://bokeh.pydata.org/en/latest/docs/user_guide/charts.html)

Thanks,

Bryan

On Oct 19, 2015, at 9:38 AM, [email protected] wrote:

Enter code here…

Hey guys, I was just curious where the Step plot went in the code. I used to be able to do this:

from bokeh.charts import Step

but now I get this error:

ImportError Traceback (most recent call last) in () ----> 1 from bokeh.charts import Step ImportError: cannot import name Step


You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/d1501ed5-7946-4c22-a06e-f75282df16fb%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.