Philippe Rivière

Results 379 issues of Philippe Rivière

The poi/polylabel transform guarantees that the selected point belongs to the interior of the polygon or multipolygon. For line and point geometries, it defers to the classic centroid. This PR...

for lines with variable aesthetics we want to maintain the higher-level semantics of markers: - markerStart matches the start of the line - markerMid matches the points which are not...

uses the same duck type test as https://github.com/observablehq/inputs/pull/263 addresses https://github.com/observablehq/framework/issues/1376 (for the Plot part) Note: it's not as good as full Arrow support (where the data would not get transformed...

When using **markerEnd** on a line with variable aesthetics, the marker is shown on each and every segment: This seems wrong, and it would be better to apply markerStart only...

bug

The centroid of a geometry is sometimes outside of it, for example (but not exclusively) with a MultiPolygon such as France+Guyane. This can result in labels or interactive tips that...

enhancement
question

https://observablehq.com/@observablehq/plot-raster-resample this can sample (down), supersample with an interpolator, or do a combination (not useful in this case when represented as a raster, but the resampled values could be used...

enhancement

addresses the Inputs.table part of https://github.com/observablehq/framework/issues/1376 I thought we could extend it to duck-type other field types (numbers vs strings), but there is no real need beyond dates and it...

closes https://github.com/observablehq/framework/issues/344

This selector errors after c104f8cdf49d38699a9570d327446689251efe11; it's working with the parent 34c2154acbaf0e2b21accecbb1bf9c71fc5ee229 `Dom.select("h1 + h2")`

closes #286 closes https://github.com/observablehq/plot/issues/2076