Bonzay
Bonzay

Reputation: 750

Plotly Legent Aa labels how to remove them

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

enter image description here

Upvotes: 3

Views: 1962

Answers (2)

luckycoach
luckycoach

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.

  1. Locate plotly.min.js (plotly.io.to_image() use internal library at site-packages\plotly\package_data)

  2. Find and replace x.tx="Aa" to x.tx=""

Upvotes: 2

Bonzay
Bonzay

Reputation: 750

Unfortunately removing Aa label when using mode = markers+text is not available in plotly

Found the answer here

Upvotes: 0

Related Questions