Fil / plot-cli

Observable Plot on the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deterministic?

Fil opened this issue · comments

Plot's stylesheet has a random id. In the test repo we normalize it for reproducibility, by reindexing all styles, markers and clip-paths. Maybe we should do it here also?

Fixed by 0.6.6, right?

Plot has a few improvements for server-side rendering. Plot now assumes a high pixel density display when headless. The default class name for plots is now deterministically generated (plot-d6a7b5) rather than randomly generated; this makes it easier to apply overrides to Plot’s default styles with an external stylesheet. (The default class name will change if Plot’s default styles change in a future release.)