Reputation: 750
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
Upvotes: 3
Views: 1962
Reputation: 36
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"
to x.tx=""
Upvotes: 2