pyobsplot
pyobsplot copied to clipboard
Observable Plot in Jupyter notebooks and Quarto documents
This is a pull request addressing https://github.com/juba/pyobsplot/issues/23 Supported output formats are - pdf - png - svg (including title, caption etc) ### Example ``` from pyobsplot import Obsplot, Plot import...
For the moment "static" plots generated as HTML or SVG by the `jsdom` renderer cannot have pointer interactions.
Export a png
It would be great to be able to be able to export a png and have it include the title, subtitle and figcaption as is the case when using the...
See if IPC serialization could be replaced with parquet, using [hyparquet](https://github.com/hyparam/hyparquet).
JupyterLab doesn't save widget output state when the file is closed, so all cells have to be recomputed to see the output. When using the `jsdom` renderer, output is saved...
Hi, In line with having a syntax as close as possible to javascript it would nice to be able to use the shorthand syntax as seen [here](https://observablehq.com/plot/features/scales). ``` import pandas...
See if it would be possible to use the typescript type declarations [introduced in Plot 0.6.5](https://github.com/observablehq/plot/blob/main/CHANGELOG.md#065) to improve autocompletion and IDE support.
VSCode doesn't save widget output state when the file is closed, so all cells have to be recomputed to see the output. See: https://github.com/microsoft/vscode-jupyter/issues/4404
As plots with legends generate HTML output instead of SVG, they are not included in Quarto outputs for formats other than HTML.
Error occurs when `population` is not converted to `int32`.