-
Main
if __name__ == '__main__': # Runs main() if file wasn't imported.
main()
List
= [] # Or: [from_inclusive : to_exclusive : ±step]
.append() # Or: += []
.extend() …
-
https://nbconvert.readthedocs.io/en/latest/usage.html
Need:
```
nbconvert
nbconvert[webpdf]
```
-
### Bug summary
Importing a custom style sheet where the `backend` rcParam is set with `plt.style.use("custom_style.mplstyle")` raises the following warning and the backend remains `Agg` although it …
-
### Bug summary
Hello,
while packaging 3.5.0rc1, i notice that it's no longer possible to set a custom `matplotlibrc`, if the default one is "invalid".
```
# MPLCONFIGDIR=. PYTHONPATH=/build/mat…
-
Subject: Red the docs fails to build
### Problem
- I wanted to build the read the docs files, but it is crashing with the error message below.
#### Procedure to reproduce the problem
```
pyth…
-
Apparently
```python
plt.style.use('seaborn-colorblind')
```
yields a different color cycle than the one documented in the [seaborn docs](https://seaborn.pydata.org/tutorial/color_palettes.html#qu…
bixel updated
3 years ago
-
Currently the following CRAN packages have vignettes that contain unbalanced code chunk delimiters (e.g., a chunk opened by five backticks but closed by four, or opened by three but closed by four, or…
yihui updated
2 years ago
-
Looks like something is missing and probably some defailt location of the matplotlibrc file is used. This is causeing tha standard way of generarting sphinx documentation fails.
```console
[tkloczko…
-
Follows #10250
For 0.17.1
- [x] Nicer table styling for the pydata.org website
- [x] Include a visual example in 0.17.1.rst
- [x] remove `doc/source/html-styling.html` and find a way to include `doc/…
-
Consider the possibly to change the style of the Python Interactive window, especially when using jupyter, and providing a list of default themes, a style "JupyterLab" would be nice for example.
It…