observablehq / plot

A concise API for exploratory data visualization implementing a layered grammar of graphics
https://observablehq.com/plot/
ISC License
4.16k stars 171 forks source link

Support for different projections? #2048

Closed jaanli closed 3 months ago

jaanli commented 3 months ago

I am learning to use Plot and it's cool!

I am trying to change the "albers" projection in https://github.com/jaanli/jaan.li/blob/dd7c3ef57bfb4dc607ec01f60ba0d5abf7ada5b9/docs/components/narrativeMap.js

(from the electricity example: https://github.com/observablehq/framework/blob/main/examples/eia/docs/components/map.js)

But from the documentation (https://observablehq.com/plot/features/projections) it looks like the Imago projection is not supported.

Would love to use something like this:

https://observablehq.com/d/51f92faafc3fb631

(the idea is just to have a more interactive CV, rather than the boring standard PDF: jaan.io/cv)

Potentially related: https://github.com/observablehq/plot/issues/1191