问题
I am using a scatter plot with mode = markers+text. The legends appear with this disturbing Aa label. Anyway to remove them? I am using plotly for python
回答1:
It's certanly not the right way to perform the task, but if you want to render images using Orca - there is no other option.
Locate
plotly.min.js
(plotly.io.to_image()
use internal library at site-packages\plotly\package_data)Find and replace
x.tx="Aa"
tox.tx=""
回答2:
Unfortunately removing Aa label when using mode = markers+text is not available in plotly
Found the answer here
来源:https://stackoverflow.com/questions/51091593/plotly-legent-aa-labels-how-to-remove-them