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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

斧頭反轉(zhuǎn)時(shí)無法設(shè)置范圍-plotly

斧頭反轉(zhuǎn)時(shí)無法設(shè)置范圍-plotly

炎炎設(shè)計(jì) 2023-06-20 15:17:11
我無法調(diào)整軸的范圍:我有l(wèi)ayout1= go.Layout(title=go.layout.Title(text="A graph",x=0.5),? ? ? ? xaxis={'title':'y[m]','range':[-10,10]},? ? ? ? yaxis={'title':'x[m]', 'side':'right'})# switch the x- and y-coordinatespoint_plot=[? ? ? ? ? ? go.Scatter(y=[3],x=[1],name="V0"),? ? ? ? ? ? go.Scatter(y=[5],x=[2],name="GT"),? ? ? ? ? ? go.Scatter(y=[0],x=[0],name="egoCar")? ? ]fig = go.Figure(data=point_plot, layout=layout1)# reverse the range of the xaxis (which contains the y values)fig.update_xaxes(autorange="reversed")fig.show()如您所見,我希望 Y 軸(現(xiàn)在是水平的)從 -10 變?yōu)?10 但是,我得到所以顯然范圍不工作。我想這是因?yàn)?amp;ldquo;autorange”,但我需要這個(gè),因?yàn)?ax Y 需要反轉(zhuǎn)。我怎樣才能做到這一點(diǎn)?
查看完整描述

1 回答

?
喵喔喔

TA貢獻(xiàn)1735條經(jīng)驗(yàn) 獲得超5個(gè)贊

我找到了答案。顯然要反轉(zhuǎn)軸,您不需要自動(dòng)調(diào)整它的范圍,而只需向后設(shè)置范圍


layout1= go.Layout(title=go.layout.Title(text="A graph",x=0.5),

#        xaxis={'title':'y[m]','autorange':'reversed','range':[-10,10]},

        xaxis={'title':'y[m]'},

        yaxis={'title':'x[m]', 'side':'right'})


# switch the x- and y-coordinates

point_plot=[

            go.Scatter(y=[3],x=[1],name="V0"),

            go.Scatter(y=[5],x=[2],name="GT"),

            go.Scatter(y=[0],x=[0],name="egoCar")

    ]



fig = go.Figure(data=point_plot, layout=layout1)


# reverse the range of the xaxis (which contains the y values)

#fig.update_xaxes(autorange="reversed")

fig.update_xaxes(range=[10,-10])  #BACKWARDS

fig.show()


查看完整回答
反對(duì) 回復(fù) 2023-06-20
  • 1 回答
  • 0 關(guān)注
  • 133 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

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