-
Only one matplotlibrc file is loaded instead of loading them in order of decreasing scope. So when I added a matplotlibrc file in my home directory it unexpectedly changed the backend that was being s…
-
CTA released a document describing best practices for data visualisation in a way friendly to color-blind people: https://www.cta-observatory.org/wp-content/uploads/2020/10/CTA_ColourBlindness_BestPra…
-
Copied from https://github.com/microsoft/LightGBM/pull/2963#issuecomment-623204453
![image](https://user-images.githubusercontent.com/25141164/80929082-e9d50100-8db1-11ea-9a6c-2169fbaf0488.png)
…
-
Hello,
I've ran into an error: "Error collecting output for parameter" while running tinyrna on my mac
## Basic description of the error
I have two small RNA-seq sequencing files that I would l…
-
The `MatplotlibProfileVisualizer` updates matplotlib rcParams upon initialization. It should either have
* A method to revert all changes to the previous values
* should use the matplotlib styles…
-
Maybe we could consider to invert plots (Matplotlib) in dark mode:
```css
img {
-webkit-filter: invert(1);
filter: invert(1);
}
```
turns
![image](https://user-images.githubusercon…
-
### Bug description
Since astroid 2.12.6, when parsing the following file:
```python
# -*- coding: utf-8 -*-
# pylint: skip-file
# due to conforming to the "Sphinx style"
#
# HydPy documentat…
-
The purpose of this issue is to discuss the future of the jupyter/notebook repository.
**Background:** The classic Jupyter notebook interface is currently maintained by a skeleton crew of develope…
-
### Describe the bug
I'm trying to build html documentation using `make html` from the directory where the Makefile is but I can't build it because of the following error:
```
Extension error:
C…
-
#### Code sample, a copy-pastable example if possible
```python
import pandas as pd
def align(data):
return pd.DataFrame('text-align: center', index=data.index, columns=data.columns)
de…