Is there a way to make the hover textbox always show? Specifically, I am using Python API for a scattergeo map and would like to make a flat image with all the textbox info showing for each coordinate marker. Thanks in advance.
There is no way to freeze hover labels at the moment.
Alternatively, you can either:
Thank you so much for the reply. The mode=โmarkers+textโ parameter was just what I needed!