geoplot icon indicating copy to clipboard operation
geoplot copied to clipboard

Allow labels on plot elements

Open ResidentMario opened this issue 6 years ago • 0 comments

A feature that would really nice to have is a way of adding text labels to map elements. This is a very non-trivial thing to do; there aren't any real map layout algorithms available via Python, and this is a really hard problem to solve in general. However, we can probably solve this problem reasonably well for a useful subset of cases by using the adjustText library.

ResidentMario avatar Jul 31 '19 01:07 ResidentMario