第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

散景工具提示獲得Y值頂部

散景工具提示獲得Y值頂部

侃侃爾雅 2022-09-27 10:40:03
我有以下代碼,但是在工具提示中,我想顯示每個vbar的y_value。from bokeh.io import output_file, showfrom bokeh.models import ColumnDataSourcefrom bokeh.plotting import figurefrom bokeh.transform import dodgeoutput_file("dodged_bars.html")fruits = ['Apples', 'Pears', 'Nectarines', 'Plums', 'Grapes', 'Strawberries']years = ['2015', '2016', '2017']data = {'fruits' : fruits,        '2015'   : [2, 1, 4, 3, 2, 4],        '2016'   : [5, 3, 3, 2, 4, 6],        '2017'   : [3, 2, 4, 4, 5, 3]}source = ColumnDataSource(data=data)p = figure(x_range=fruits, y_range=(0, 10), plot_height=250, title="Fruit Counts by Year",           toolbar_location=None, tools="", tooltips=[('Count', '$y_max')])p.vbar(x=dodge('fruits', -0.25, range=p.x_range), top='2015', width=0.2, source=source,       color="#c9d9d3", legend="2015 ")p.vbar(x=dodge('fruits',  0.0,  range=p.x_range), top='2016', width=0.2, source=source,       color="#718dbf", legend="2016 ")p.vbar(x=dodge('fruits',  0.25, range=p.x_range), top='2017', width=0.2, source=source,       color="#e84d60", legend="2017 ")p.x_range.range_padding = 0.1p.xgrid.grid_line_color = Nonep.legend.location = "top_left"p.legend.orientation = "horizontal"show(p)有沒有辦法相應(yīng)地顯示每個vbar的y_value?散景顯示
查看完整描述

1 回答

?
繁華開滿天機

TA貢獻1816條經(jīng)驗 獲得超4個贊

你需要做兩件事:

  1. 將參數(shù)添加到與其 具有相同值的每個 ,例如namevbartopname='2015'

  2. 替換為 in'$y_max''@$name'tooltips


查看完整回答
反對 回復(fù) 2022-09-27
  • 1 回答
  • 0 關(guān)注
  • 78 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號