plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!

Results 707 plotly.py issues
Sort by recently updated
recently updated
newest added

Apache Arrow is slowly becoming the new standard for dataframes, and there is a dataframe library written on top of Arrow called Polars https://github.com/pola-rs/polars and it's [really fast](https://h2oai.github.io/db-benchmark/) It would...

Traceback that this leads to: ``` File .../python3.9/site-packages/plotly/express/_core.py:2226, in make_figure(args, constructor, trace_patch, layout_patch) 2223 if args.get("marginal_y") is not None: 2224 ncols += 1 -> 2226 fig = init_figure( 2227 args,...

feature
P2
community

I'm running the following code-snippet with Python3.7. The web-browser (Chrome) is opening and showing a scatter plot as expected. The problem is, when I click on the scatter points, the...

According to the documentation, it should be possible to give an integer to the `size` argument of `px.scatter`. This does not seem to be the case, and it still tries...

Currently there seems to be no way to add a line to an existing graph (e.g. as a new trace) based on slope and intercept and without the necessity to...

The first time I use it, I print out a script, but the second time I don't. My environment is: python: 3.8.12 plotly: 5.1.0 Part of the script is as...

Running the following code with history_manager diabled in jupyerlab ``` import plotly.express as px fig = px.scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16]) import plotly.io as pio...

A community member has pointed out via message to Jiny that the yaxis2 and yaxis3 title colors don't match the yaxis2 and yaxis3 legend color in this [example](https://plotly.com/python/multiple-axes/#multiple-axes). The community...

Hi, I am having last 1 year time series financial data. I removed weekends as no data is present. I created plotly viz, `2w`,`1m` range selector buttons are not showing...

I was following the [guide](https://github.com/plotly/plotly.py/blob/master/doc/README.md) to build the API reference. Took me a while to debug the `make html` to build api reference in `apidoc` folder on **macOS**. Error message:...