DASCHOOL Discount Returns!
분석시각화 대회 코드 공유 게시물은
내용 확인 후
좋아요(투표) 가능합니다.
동적 차트 및 지도를 만들고 싶으신가요? with Bokeh by ChatGPT
Chatgpt 의 도움을 받았습니다.
To create a chart in Python using Bokeh, you need to follow these steps:
Here is an example of a simple line chart in Bokeh:
from bokeh.plotting import figure, show # Prepare the data x = [1, 2, 3, 4, 5] y = [5, 4, 3, 2, 1] # Create the chart p = figure(title="Line Chart Example") p.line(x, y) # Show the chart show(p)
DACON Co.,Ltd | CEO Kookjin Kim | 699-81-01021
Mail-order-sales Registration Number: 2021-서울영등포-1704
Business Providing Employment Information Number: J1204020250004
#901, Eunhaeng-ro 3, Yeongdeungpo-gu, Seoul 07237
E-mail dacon@dacon.io |
Tel. 070-4102-0545
Copyright ⓒ DACON Inc. All rights reserved