-
Running with Matplotlib version 3.2.0.
Get the following error when trying to launch `xpecgen` gui.
```python
(base) C:\Users\easyXAFS>xpecgen
Traceback (most recent call last):
File "c:\to…
-
Learn some Python libraries to get started with data analytics.
- [ ] Python (https://docs.python.org/3/tutorial/index.html)
- [ ] Numpy (https://numpy.org/devdocs/user/quickstart.html) - shape ma…
-
### Describe the bug, what's wrong, and what you expected.
I found a bug which happens only in a new laptop (with a AMD Ryzen 7 processor)!
In Ipython, after `%matplotlib` is run (i.e. after loa…
-
```
import pandas as pd
from matplotlib import pyplot as plt
# Read CSV into pandas
data = pd.read_csv(r"cars.csv")
data.head()
df = pd.DataFrame(data)
name = df['car'].head(12)
price = df…
-
Hello.
From what I've seen the matplotlib backend when running CONAN is left as the default for the system. Lately I've run into some issues that I wasn't running into before. They are detailed here:…
-
would it be possible for galore to automatically default to truetype font so the figure can be edited easily later? I know you can put this in the matplotlibrc file as `pdf.fonttype = 42` but I have b…
-
The IPython console is not working with `matplotlib`. It's not a generic import, since `import numpy as np` works. Below the error report from 2 attempts at using it:
```
import matplotlib as plt…
-
Specs:
OS: Windows 10
Graphics card: RTX3070
CUDA: 9.0
Python: 3.9
Due to series 3000 cards not working with Tensorflow 1.x, I'm trying to run the headless DeepLabCut with tensorflow 2.0.
I…
-
Hello,
I noticed the new plot feature is creating a hard dependency on matplotlib.
Can this be avoided?
We are installing this package on restricted embedded targets. Just declaring the depende…
-