136s
136s
**Describe the bug** In v0.10.4, a list of `matplotlib.text.Text` was included in ax drawn with `ig.plot(g, target=ax)`, but not in v0.10.5 or the latest version. **To reproduce** ```python import igraph...
corrected #33
When I input expression data to `analysis.identifiers_form()` function, "Status code returned a value of 415" raises. The following code shows the difference from using the `analysis.identifiers_url()` function using the expample...
In [/exporter/diagram/{identifier}.{ext}](https://reactome.org/ContentService/#/exporter/diagramImage_1), the Default value of resource is `TOTAL`, but in [resultome2py.content.export_diagram](https://reactome.github.io/reactome2py/content.html#reactome2py.content.export_diagram), `Total`. This prevents markers from being colored in the following code. ```py from reactome2py import content, analysis markers...
#### **Description** When using `sns.scatterplot` with the `size` parameter, if the unique values in `size` are **only 0 and one other number**, the size assigned to 0 is unexpectedly large....