Alejandro Fontal
Alejandro Fontal
I'm dealing with a figure where I would like to be able to dodge columns based on the `group` aesthetic while having the columns stay stacked on the `fill` aesthetic....
I've been dealing with some trajectory calculations which end up producing 3D LineStrings as geometry. I am, however, unable to use `geom_map` with this kind of `GeoDataFrame` since `plotnine` expects...
As it stands now, I usually make several requests to split in chunks the datasets I fetch through the API for less memory-intensive processing. However, there is no way to...
Hi! I know that a few iterations ago the effect of the `figure_size` argument in theme changed a bit and now it directly specifies the width and height of the...
This addresses #81, and also could be considered to address #66. Basically, there were 2 really small errors that made the logic of running backwards dispersion models not work. For...
Hi! Thanks for wrapping HYSPLIT with such a nice R package! I was able to get the last version running and did some test runs on dispersion models. Everything seems...
## Environment data - OS and version: MacOS Monterrey 12.6 on Apple M1 Pro chip. - R version: `4.2.2` - IRkernel version: `1.3.1` - Jupyter server running: Local ## Steps...
I am trying to manually set the color of my axis labels with a list of colors of equal length as the labels, just as you can do with R....
Whenever an animation of figures containing colorbars is generated and saved via `PlotnineAnimation`, an artifact with a repeated colorbar, centered at coordinates (0, 0), appears in the animation. I would...
When using `coord_flip()`, arrowheads drawn by `geom_segment` (or indirectly, `geom_path`) appear completely distorted or squashed. The arrow shape calculation seems to be happening in data coordinates that do not account...