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
#2430 adds support for plotting hexgrids. It comes with an optional grid using a patchcollection. This results in some overdrawing of lines wich is less than ideal.
Also, property layers won't display correctly yet because the coordinate systems are different.
The solution to both might be to create a polycollection (as used in matplotlib's hexbin).
The text was updated successfully, but these errors were encountered:
#2430 adds support for plotting hexgrids. It comes with an optional grid using a patchcollection. This results in some overdrawing of lines wich is less than ideal.
Also, property layers won't display correctly yet because the coordinate systems are different.
The solution to both might be to create a polycollection (as used in matplotlib's hexbin).
The text was updated successfully, but these errors were encountered: