Demetris Roumis

Results 301 comments of Demetris Roumis

I would not have guessed that `"bar_length_units" = "data"` would be needed to make the `bar_length` apply to the subcoordinate axis. Even in the [bokeh docs](https://docs.bokeh.org/en/latest/docs/reference/models/annotations.html#bokeh.models.ScaleBar.bar_length_units:~:text=bar_length_units%20%3D%20%27screen%27): `"data" - the length...

@hoxbro , the first point doesn't seem like a blocker, correct?

started reviewing the notebook, but got stuck debugging the following: ```python ddf = dd.from_pandas(sgeodf, npartitions=2).pack_partitions(npartitions=100).persist() tf.shade(cvs.polygons(ddf, geometry='geometry', agg=ds.mean('population')), cmap=cc.kg) ``` ```bash --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/opt/miniconda3/envs/datashader-dev/lib/python3.12/site-packages/dask_expr/_core.py:467,...

@jbednar ~~Does this match your understanding of interrelationships for Datashader Polygon world?~~ diagram updated.. see later comments in thread ```mermaid graph TD; subgraph SpatialPandas A[Polygon]:::spatialpandas -->|used in| E[PolygonArray]:::spatialpandas C[MultiPolygon]:::spatialpandas -->|used...

Changed some of the text to make it make more sense (to me at least). I also replaced the dataset with one that shows something more recognizable (USA! USA!) ![image](https://github.com/holoviz/datashader/assets/6613202/a3de4957-cbff-4c85-9125-5d19bc3d9dae)...

version 2: (NOT LATEST) ```mermaid graph TD; subgraph SpatialPandas A[Polygon]:::spatialpandas -->|used in| E[PolygonArray]:::spatialpandas B[MultiPolygon]:::spatialpandas -->|used in| F[MultiPolygonArray]:::spatialpandas E -->|used in| G[GeoDataFrame or GeoSeries]:::spatialpandas F -->|used in| G end subgraph Shapely...

V3 .. fixing subgraph titles overlapping with arrows with some trickery ```mermaid graph TD; subgraph SP[ ] A[Polygon]:::spatialpandas -->|used in| E[PolygonArray]:::spatialpandas B[MultiPolygon]:::spatialpandas -->|used in| F[MultiPolygonArray]:::spatialpandas E -->|used in| G[GeoDataFrame or...

They were intentional because the notebook mentions the `to_shapely` method. But I agree that it's a bit of a distraction so I've now removed those lines going back toward shapely.

requires - nbformat - duckdb