plotly 주석 (1) 썸네일형 리스트형 [plotly] annotation(주석) 넣기 참고 사이트: https://plotly.com/python/text-and-annotations/ 상세 옵션: https://plotly.com/python/reference/#layout-annotations import plotly.graph_objects as go fig = go.Figure() fig.add_trace( go.Bar( x=merged_order_month_sum_from2017.index, y=merged_order_month_sum_from2017['payment_value'], text=merged_order_month_sum_from2017['payment_value'], textposition='auto', texttemplate='R$ %{y:,.0f}', marker.. 이전 1 다음