-
Hi @SimonDanisch , this is a follow up from yesterday's Discourse post where we shared that it would be nice to have an interface for general meshes, from simple Julia arrays (treated as regular meshe…
-
When I call `cr.pl.cluster_fates(adata_t, mode='clustermap', cluster_key='clusters_fine', clusters=clusters)`
I get
```python
--------------------------------------------------------------------…
-
There is a difference in the behavior of the contourf() method when I use datashader and when I don't. Below is the code I used:
```python
contourf1 = xa.hvplot.contourf(levels=30, aggregator=ds.m…
-
Here's a toy example I was testing out since I'm moving away from matplotlib's pcolormesh:
```python
from datashader import transfer_functions as tf
import numpy as np
import xarray as xr
impo…
-
_From @mdsumner on August 31, 2018 2:21_
Here is my attempt to get XYZ triangles into mapdeck, so we have a shared example to run with.
```R
key
-
On the current live docs, the examples page claims to be from release `2.0.2`, but it should be `2.1`: http://matplotlib.org/examples/index.html
-
# Bug report
**Bug summary**
#16258 deprecates `shading="flat"` when data and coordinates have the same shape and introduces `shading="nearest"` which interpolates the coordinates. However, the …
-
With the latest release 0.9.3 some incompatibilities with matplotlib 3.2.2 where introduced which make two unit-tests fail, namely `test/test_logplot_base.py` and `test/test_pandas_dataframe.py`.
G…
-
**Godot version:**
3.2.1
**OS/device including version:**
Windows 10
**Minimal reproduction project:**
https://1drv.ms/u/s!Arug_xB8WkZQtFRNDgHJ-GwbbneK?e=PnlxAB
**Issue description:**
I h…
-
In pyplot, empty hist2d makes a blank graph.
`
In [14]: plt.hist2d([],[]) `
`
Out[14]:
(array([[0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],
[0., 0., 0., 0., 0., 0., 0., 0., 0., 0.],
…