📅  最后修改于: 2023-12-03 14:46:33.003000             🧑  作者: Mango
bokeh.plotting.figure.circle()函数是Bokeh绘图库中用于绘制散点图的函数,以圆圈的形式显示数据点。该函数可以指定数据点的位置、大小、填充颜色、边框颜色等属性。该函数的详细参数如下:
circle(x, y, size=4, angle=0.0, fill_alpha=1.0, line_alpha=1.0, color=None, line_color=None, fill_color=None, legend=None, source=None, **kwargs)
使用示例:
from bokeh.plotting import figure, show
# 创建一个散点图
p = figure(width=400, height=400)
p.circle([1, 2, 3, 4, 5], [6, 7, 2, 4, 5], size=10, color="red", alpha=0.5)
show(p)
说明:
以上代码将创建一个散点图,横坐标为[1,2,3,4,5],纵坐标为[6,7,2,4,5],并将散点的大小设置为10,颜色设置为红色,透明度为0.5。最后使用show()函数将图形显示出来。
Markdown格式代码片段如下:
# Python中的 bokeh.plotting.figure.circle()函数介绍
bokeh.plotting.figure.circle()函数是Bokeh绘图库中用于绘制散点图的函数,以圆圈的形式显示数据点。该函数可以指定数据点的位置、大小、填充颜色、边框颜色等属性。该函数的详细参数如下:
```python
circle(x, y, size=4, angle=0.0, fill_alpha=1.0, line_alpha=1.0, color=None, line_color=None, fill_color=None, legend=None, source=None, **kwargs)
使用示例:
from bokeh.plotting import figure, show
# 创建一个散点图
p = figure(width=400, height=400)
p.circle([1, 2, 3, 4, 5], [6, 7, 2, 4, 5], size=10, color="red", alpha=0.5)
show(p)
说明:
以上代码将创建一个散点图,横坐标为[1,2,3,4,5],纵坐标为[6,7,2,4,5],并将散点的大小设置为10,颜色设置为红色,透明度为0.5。最后使用show()函数将图形显示出来。