v0.8.0 #473
AndreiKingsley
announced in
Announcements
v0.8.0
#473
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v0.8.0: Geoplotting
In this release of Kandy, we’re excited to announce the debut of our geodata plotting API. With the introduction of GeoDataFrame and Kandy-Geo, you can now effortlessly visualize geospatial data using the familiar Kandy DSL. This allows for flexible and detailed customization to meet your specific needs.
This marks the first step in enhancing geoplotting capabilities, and we’re eager to hear your feedback to help shape future improvements. See user guide to get introduced to geo-plotting and learn how to create geographic visualizations using Kandy.
Compatible with DataFrame v0.15.0 and statistics v0.4.0.
See the code for this plot and many others in the geo plots gallery.
kandy-lets-plot
Added
coordinatesTransformation
(improve lets-plot orientation api #100). See API reference.polygon
layer (Addpolygon
layer #440). See API reference.withData
. See API reference.vararg
support in positional scales (Add "positional categorical: functions withvararg
(instead of list of categories) #426) by @lucas-watkins .inset
parameter in plot canvas styles (AddplotInset
parameter to style #406) by @lucas-watkins .Changed
limits
was moved underaxis
:Fixed
axis.limits
(as well as a new alternative APIaxis.min
andaxis.max
) sets actual plot axis limits aligned with the selected coordinates transformation.kandy-geo
Introducing a new
kandy-geo
module that enables seamless plotting of GeoDataFrame and JTS geometries (#280, #441). This addition simplifies the visualization of geospatial data, providing intuitive and efficient tools for rendering geographic shapes and data directly on plots.See user guide and examples gallery.
This discussion was created from the release v0.8.0.
Beta Was this translation helpful? Give feedback.
All reactions