ImportError: cannot import name 'figurez'

from bokeh.io import output_notebook, show
from bokeh.plotting import figurez

output_notebook()

create a new plot with default tools, using figure

p = figure(plot_width=400, plot_height=400)

add a circle renderer with a size, color, and alpha

p.circle([1, 2, 3, 4, 5], [6, 7, 2, 4, 5], size=15, line_color=“navy”, fill_color=“orange”, fill_alpha=0.5)

show(p) # show the results

Hi,

It’s “figure”, not “figurez”

Thanks,

Bryan

···

On May 4, 2018, at 15:21, [email protected] wrote:

from [bokeh.io](http://bokeh.io) import output_notebook, show
from bokeh.plotting import figurez


output_notebook()

create a new plot with default tools, using figure

p = figure(plot_width=400, plot_height=400)

add a circle renderer with a size, color, and alpha

p.circle([1, 2, 3, 4, 5], [6, 7, 2, 4, 5], size=15, line_color=“navy”, fill_color=“orange”, fill_alpha=0.5)

show(p) # show the results

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/68cd0586-5d54-4d41-8d6c-6fe9f86f7bb6%40continuum.io.

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