Skip to content

File not found, plot_width and plot height error in soccer.ipynb #1

@caw083

Description

@caw083

Sensei i fix, that

from bokeh.models import HoverTool
from bokeh.plotting import figure,show
from bokeh.io import save, output_file, show

output_file("soccer.html", title="socceer")

TOOLTIPS = HoverTool(tooltips=[
("index", "$index"),
("(Wage,Value)", "(@wage, @value)"),
("Name", "@name")]
)

p = figure(title="Soccer 2019", x_axis_label='Wage', y_axis_label='Value', width=700, height=700, tools=[TOOLTIPS])

p.circle("Wage", "Value", size=7, source=df1)
show(p)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions