-
Migrated from https://github.com/conda/conda/issues/2600 by @akshaybabloo:
I am using Anaconda for Python 3.5.
```
platform : win-64
conda version : 4.0.7
conda-build version : 1.20.3
python versi…
-
https://app.shippable.com/github/Archiconda/matplotlib-feedstock/runs/10/summary/console
I think there are now some CDTs available on this channel:
https://anaconda.org/c4aarch64/
but I don't…
-
Hello,
thank you for that package I really appreciate your work. I am a data scientist wanting to start a blog with all the POC I have written in the past either as Rmarkdown or as jupyter notebook…
-
```
/home/sorna/.pyenv/versions/3.6.0/lib/python3.6/site-packages/matplotlib/tight_layout.py:226: UserWarning: tight_layout : falling back to Agg renderer
warnings.warn("tight_layout : falling bac…
-
### 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…
-
This is the error message on the console.
\Traceback (most recent call last):
File "C:\Users\yamat\Desktop\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1931, in…
-
The installation of 'pydiva' is not complete or matplotlib misses the module 'matplotlib._cntr', which is not anymore available.
It is impossible to import the package.
-
Paste in the interactive session:
```
import matplotlib.pyplot as plt
def example():
plt.figure()
plt.plot(range(10), range(10))
plt.show()
example() # plot appears
plt.ion()
…
opk12 updated
3 years ago
-
This cell will not finish
``` python
%matplotlib qt5
import asyncio
await asyncio.sleep(1)
print("done")
```
Except if the other cell is run:
``` python
import matplotlib.pyplot as plt
plt.f…
-
Hi, I am a beginner with Python and are learning through the lectures "Quantitative Economics" at https://lectures.quantecon.org/py/python_by_example.html
I downloaded Anaconda and started Jupyter …