1164e7ab0bb36164605a3e559049eb0b42ad43e0
python/plotly/\343\202\260\343\203\251\343\203\225\343\201\256\350\203\214\346\231\257\350\211\262\343\202\222\351\200\217\346\230\216\343\201\253\343\201\231\343\202\213.md
... | ... | @@ -0,0 +1,8 @@ |
1 | +[python - Setting Background color to transparent in Plotly plots - Stack Overflow](https://stackoverflow.com/questions/29968152/setting-background-color-to-transparent-in-plotly-plots) |
|
2 | + |
|
3 | +```python |
|
4 | +fig.update_layout( |
|
5 | + paper_bgcolor='rgba(0,0,0,0)', |
|
6 | + plot_bgcolor='rgba(0,0,0,0)' |
|
7 | +) |
|
8 | +``` |
|
... | ... | \ No newline at end of file |