You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: