-
### Description
pcolormesh no longer draws the "other half" of gridpoints that have their center at the edge of the maps - see the example and figure. This may very well be an 'indended' conseque…
-
### Bug summary
With the 3.6.0.rc1, matplotlib is issuing warnings when preparing a legend if the axes contains artists that do not have a registered legend handler even if the artist was not provi…
-
### Version check:
Run and copy the output:
```python
import sys, dython
print(sys.version_info)
print(dython.__version__)
Output:
sys.version_info(major=3, minor=8, micro=5, releaselev…
-
I tried to run the Polygons docs page with binder and it doesn't run through: https://datashader.org/user_guide/Polygons.html
It worked if I installed `spatialpandas` at version `0.4.2` and additio…
-
Adjacent patch objects which share an edge show a visible seam at the coincident edge for edgecolor=None. I've verified via reading the raw text in the pdf file that the points are precisely coincide…
-
I'm not sure if it is just me, but I just had a big struggle with the obspy.imaging.spectrogram script trying to add a colorbar to the figure. I would therefore like to suggest two permanent changes f…
-
### Bug summary
Hey
I've noticed that there are quite some performance-issues with `collections.QuadMesh` in [EOmaps](https://github.com/raphaelquast/EOmaps) for large datasets and so I had a bi…
-
Hello,
When using imshow, it's possible to pass either a 2D array (which is rendered as false color via a colormap) or a 3D array where the last dimension is 3 (or perhaps 4, I've not tested). In t…
-
Error running notebook 02 with
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
in
…
-
### Describe the project you are working on
A 3D ARPG relying on a pixel-art style with the help of custom post-processing and materials.
### Describe the problem or limitation you are having in you…