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 回答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" to x.tx="" 回答2: Unfortunately removing Aa label when using mode = markers+text is