분석시각화 대회 코드 공유 게시물은
내용 확인 후
좋아요(투표) 가능합니다.
동적 차트 및 지도를 만들고 싶으신가요? 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)
데이콘(주) | 대표 김국진 | 699-81-01021
통신판매업 신고번호: 제 2021-서울영등포-1704호
서울특별시 영등포구 은행로 3 익스콘벤처타워 901호
이메일 dacon@dacon.io | 전화번호: 070-4102-0545
Copyright ⓒ DACON Inc. All rights reserved