pyobsplot icon indicating copy to clipboard operation
pyobsplot copied to clipboard

Observable Plot in Jupyter notebooks and Quarto documents

Results 22 pyobsplot issues
Sort by recently updated
recently updated
newest added

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.

bug

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...

enhancement

See if IPC serialization could be replaced with parquet, using [hyparquet](https://github.com/hyparam/hyparquet).

enhancement

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...

upstream

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...

enhancement

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.

enhancement

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

enhancement
upstream

As plots with legends generate HTML output instead of SVG, they are not included in Quarto outputs for formats other than HTML.

enhancement

Error occurs when `population` is not converted to `int32`.

bug
upstream