Plotly中的破折号:拆分图例并向右移动

时间:2018-07-15 19:50:14

标签: plotly legend title figure plotly-dash

我已绘制了一个附表,我想在图中添加更多的折线图或条形图,但图例的剩余空间已结束。因此,我想在我在该框中写的此处,在该区域的右边添加下一个图例。怎么办 请在下面enter image description here下查看该标题的代码:

dcc.Graph(
        id='example-graph',
        figure={
            'data': [trace1, trace2, trace4, trace5, trace6, trace7],
            'layout':
            go.Layout(
            title='', width="508", height="350", legend=dict(x=0, y=7), 
            margin={'l': 20, 'b': 40, 't': 10, 'r': 65},

            font=dict(
        family='sans-serif',
        size=8,
        color='#000'
    ), 

欢迎您的帮助。 谢谢。

0 个答案:

没有答案