728x90
계란형
p = figure(plot_width=400, plot_height=400)
p.oval(x=[1, 2, 3, 4, 5], y=[1, 2, 3, 4, 5],
width=[0.4, 0.3, 0.7, 0.5, 0.6], height=30, color="darkblue",
angle=np.pi/2, height_units="screen")
show(p)
.
'bokeh' 카테고리의 다른 글
[bokeh] 세그먼트, 광선(Segments, Rays) (0) | 2020.10.05 |
---|---|
[bokeh] 이미지 (Images) (0) | 2020.10.05 |
[bokeh] 패치, 폴리곤 (Patch, Polygons) (0) | 2020.10.05 |
[bokeh] 영역 (Areas) (0) | 2020.10.05 |
[bokeh] 막대, 사각형, 육각 타일 (0) | 2020.10.04 |