-
Hi,
I believe the python-ecology-lesson has similar plots as the R-ecology-lesson.
You could discuss the same issue https://github.com/datacarpentry/R-ecology-lesson/issues/520
It would be in y…
-
This is a feature request. It would be awesome if plotnine supported dual y-axes!
-
---
I am trying to plot a reserved x-axis for spectrum plot, but stat_label_peaks() seems not support for the reverse plot. Is there any way to do this?
The warning message shows like following:
…
-
**Describe the bug**
Calling ggplot in plotnine triggers dependency errors, due to incompatible versions of pinned packages.
**Steps to reproduce**
1. Creat a new Jupyter notebook.
2. Run the co…
-
Current version of ggplot() takes a variable name as input, by default "data", and relies on ggsave()'s prefix argument to set the data object.
```
ggplot('data', aes(...)) + ggsave(..., prefix=data_…
-
I was wondering if it's possible to plot 2 axes in ggplot that come from 2 different data frames?
-
Filled contours can be more visually appealing than straight-up rasters.
-
Hello, I am trying to customize the background colors of the facets in my stacked bar plot and am running into issues.
Here is what the plot looks like:
![image](https://github.com/joey711/phylos…
-
Correct me if I am wrong, but it is not possible(?) to create a multi-facet plot with continuous facets where one of the facets reverses the x (y) axis in a particular facet. For example if I have:
…
-
Hi there,
I'm experiencing the same issue as @borenstein, referenced here: [Adding layer makes tool tips disappear](https://github.com/plotly/plotly.R/issues/770). Someone asked @borenstein to post…