-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
I observed two issues with importing geo…
-
### Problem
I would like to change the appearance of a stacked bar plot, e.g. change the color of the top bars.
If I had multiple lines, I would use matplotlib.axes.Axes.get_lines() to get a list …
-
This was my experience / initial understanding of the caching functionality.
I was unsure if I might need this functionality for the amount of data I want to load, but it seemed like a nice concep…
-
There were some neat blog posts during the GSoC, let's bring them into the gallery in some form.
-
### Bug summary
When using `plt.colorbar` along with `plt.matshow`, the colorbar is taller than the plot. If I use `plt.matshow(A, fig=0)`, then it is the same height as the plot.
### Code for r…
-
Hello, and thanks for making this public; the paper is very interesting. For more general usability and extension of these results, would it be possible to upload the code you used to generate the ini…
-
### Discussed in https://github.com/ansys/pydpf-core/discussions/1187
Originally posted by **Caroline-Poyser** October 9, 2023
Hi,
I am using python 3.8 and Ansys 2022 R2. I tried to run the…
-
Thanks for creating this tool! I plan to use it for an ongoing project. I just ran into the following apparent contradiction in the documentation:
In the example "Preprocessing workflow with autore…
-
### Documentation Link
https://matplotlib.org/stable/gallery/misc/histogram_path.html#sphx-glr-gallery-misc-histogram-path-py
### Problem
This plot renders poorly in the gallery web page as it is a…
-
To make the plot display when run from the command line, it's necessary to include:
```
import matplotlib.pyplot as plt
# at end
plt.show()
```