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
gplt.cartogram currently allows you to plot so-called overlapping non-contiguous cartograms. These cartograms are non-contiguous because the shapes, which are simply scaled in place, are not connected to one another. And they are overlapping because, if the size of the scaled shape exceeds its usual boundaries, it may pass over or under neighboring shapes.
An overlapping non-contiguous cartogram is easy to implement, because it's a simple scaling operation. There are other more complex cartogram types that are more difficult to implement, but can potentially create more visually interesting results. Some combination of these would be a nice-to-have in geoplot.
Non-overlapping non-contiguous cartograms
Non-overlapping non-contiguous cartograms deal with the "overlapping geometries" problem by adding another form of distortion: the geometries are positioned in space in such a way that they do not overlap (e.g. they are displaced from their true center in some non-overlapping way). This is strictly preferable in cases in which scaled geometries may exceed the original geometries in size.
Contiguous cartograms
Contiguous cartograms retain regional connectivity at the expense of shape (so they are kind of equivalent to cone-versus-cylinder in the projection world).
Visually stunning when the delta in the data is large. These plots preserve area but sacrifice geography pretty horribly to do so.
Dorling cartogram
Dorling cartograms replace the shape entirely with bubbles (or boxes, or whatever).
The text was updated successfully, but these errors were encountered:
gplt.cartogram
currently allows you to plot so-called overlapping non-contiguous cartograms. These cartograms are non-contiguous because the shapes, which are simply scaled in place, are not connected to one another. And they are overlapping because, if the size of the scaled shape exceeds its usual boundaries, it may pass over or under neighboring shapes.For instance:
An overlapping non-contiguous cartogram is easy to implement, because it's a simple scaling operation. There are other more complex cartogram types that are more difficult to implement, but can potentially create more visually interesting results. Some combination of these would be a nice-to-have in
geoplot
.Non-overlapping non-contiguous cartograms
Non-overlapping non-contiguous cartograms deal with the "overlapping geometries" problem by adding another form of distortion: the geometries are positioned in space in such a way that they do not overlap (e.g. they are displaced from their true center in some non-overlapping way). This is strictly preferable in cases in which scaled geometries may exceed the original geometries in size.
Contiguous cartograms
Contiguous cartograms retain regional connectivity at the expense of shape (so they are kind of equivalent to cone-versus-cylinder in the projection world).
Visually stunning when the delta in the data is large. These plots preserve area but sacrifice geography pretty horribly to do so.
Dorling cartogram
Dorling cartograms replace the shape entirely with bubbles (or boxes, or whatever).
The text was updated successfully, but these errors were encountered: