Skip to content

discussions Search Results · repo:observablehq/plot language:JavaScript is:public

240 results
 (94 ms)

240 results

inobservablehq/plot (press backspace or delete to remove)

Say we have an expensive selection/mapping/transformation that needs to be re-used between marks (example notebook): // Complex transform that filters data where d.freq 0 // and maps selection to return ...

Hello! I ll start by saying that I ve figured out a way to do what I need, but I want to ask if I have missed an easier way to do it. Here s what I ve got. My data is of the form { series: string; value: ...

my data structure like this: [ {2024-01-01,2024,10796}, {2024-01-02,2024,11403}, ....... {2024-12-31,2024,13072}, {2025-01-01,2025,13137}, {2025-01-02,2025,15366}, ..... {2025-06-27,2025,11383}, {2025-06-28,2025,10644}] ...

Hello ObservableHq Plot community, Good Day! Question Is this a known issue? Can x.interval and Plot.tip coexist with correct positioning, or am I misconfiguring something? Using, x.interval is a must ...

My faceted bar chart is not working because when I use fx: source_name (faceting by country), Observable Plot creates a consistent x-axis across all facets showing ALL firms, but only fills in bars for ...

Hello! I m working on a bar chart visualization similar to this example from the documentation: img width= 903 height= 667 alt= image src= https://github.com/user-attachments/assets/21a66824-fd2d-4773-9e14-55bc5f1f128d ...

Most of the notebooks in my workspace are running very slowly, and some don’t respond at all: https://observablehq.com/@rnd?tab=recents

img width= 894 height= 387 alt= Screenshot 2025-08-15 114348 src= https://github.com/user-attachments/assets/3cdfbe90-93ac-47e9-99cb-0d98ecf0cdd4 / I have faceted bar charts. I am looking to wrap my fx ...

I have a dataset that I would like to represent in a waffle-mark like way, but I would like each dot (or waffle cell ) to represent an individual datapoint, rather than a unit of a quantity. I think the ...

Using Plot, I would like to work with the coordinates under the pointer, but in data space. An example would be some kind of spatial point-based query of an external spatial database, the results of which ...