-
This issue was originally reported to the Spyder project with [Issue #5989](https://github.com/spyder-ide/spyder/issues/5989), but upon the recommendation of @CAM-Gerlach, it was found to be a QtConso…
-
I've experienced the following issues with running the demo so far:
1) Importing scanpy withput downgrading matplotlib to 3.4 produces this error:
imported three packages: ------------------------…
-
kolorcotrol` fails to execute due to missing `matplotlib.backends.backend_qt5agg`
```
@ $ kolorcontrol
Traceback (most recent call last):
File "/home/wwalker/.local/bin/kolorcontrol", line 19…
-
Hi. I'm currently using your bindings in my project and created a skia-canvas. Works great.
Yesterday I thought I could add hardware-accelerated matplotlib-support with that by writing a skia-python …
-
```
The backend is now hardcoded in plotutils.py to GTKAgg, so that the live
plotting (Log) works, but this prevents matplotlib plots in isfepy, and
femhub (sage notebook) too.
```
Original issue rep…
-
I finally tracked down a crash that we were facing inconsistently with reticulate on an RStudio Server instance.
Knitting would work fine, running the code in `repl_python()` would work fine, but r…
-
Clearly, matplotlib, as most major Python packages, is a moving target. We noticed a first issue with 3.6.x which is quite easy to fix, see #1525 and #1526.
More recent matplotlib packages, i.e. 3.…
-
### Description of the problem
Bad epoch from irrelevant condition isn't marked as "IGNORED" in drop_log.
### Expected results
"IGNORED" is added to the irrelevant epochs even when they're ba…
-
### Bug summary
If I rasterized artists in `DrawingArea`, they are rendered correctly in rasterized backend but will be misplaced in the vectorized backend
### Code for reproduction
```Python
impor…
-
Hi!
I used pyWGCNA on a count matrix containing 3000+ samples. I have an error at analyseWGCNA(), where at the "plotting module heatmap eigengene" I get:
```
-----------------------------------…