Emily KL

Results 110 comments of Emily KL

Thanks for the ticket @videni! I'm able to reproduce the issue. Shared spikelines across multiple subplots _should_ be supported, and it seems like the root cause is a bug in...

Small example demonstrating the shared x-axis behavior with `make_subplots(shared_xaxes=True)`. The code snippet below produces the following plot JSON, where the two subplots have separate x-axes (`x` and `x2`), but use...

@gmjw This looks great, thanks for the fix. The broken CI job has been fixed on `main`; it should pass if you merge `main` into this branch.

Hi @amna-sib , thank you for raising this. The current behavior of grouped bars (i.e. leaving a gap) is desirable in some cases, so we are unlikely to change the...

@m-ad Thank you for the PR! I'm open to something along these lines as a "patch" fix to enable `add_vline()` and `add_hline()` to work with datetime axes, although as @nicolaskruchten...

@LiamConnors Any reason not to simply require `geopandas>=1.0`? I'm not sure if we need to provide examples for both old and new geopandas.

@jorenham Thanks for the contribution! We try to keep our dev dependencies pretty minimal and only include packages which are strictly required for the dev process. If you want to...

Hi @robertoffmoura , [the default for `layout.plot_bgcolor` is already white](https://plotly.com/javascript/reference/#layout-plot_bgcolor), do you have an example of where the current default is not working?

@LiamConnors @daexs The `perform_codegen()` function is missing the reformat step. See lines 326-330 of `commands.py`: [Link](https://github.com/plotly/plotly.py/blob/11d50b056752033df792fc56efccae5d3835cf5d/codegen/__init__.py#L326C1-L330C30) These lines should be added at the end of `perform_codegen()` in `bin/codegen/__init__.py`. There is...