plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
Using `plotly==5.18.0` and `pandas==2.2.0`. I get the following `FutureWarning` ``` .venv/lib/python3.12/site-packages/plotly/express/_core.py:2065: FutureWarning: When grouping with a length-1 list-like, you will need to pass a length-1 tuple to get_group in a...
Pandas looks like it will be changing the semantics of the `get_group()` method in a future version, specifically for groupings created using a length-1 list-like. The current behavior of it...
There is a bug with buttons using "method":"update". The bug is present in your documentation for use of buttons: https://plotly.com/python/custom-buttons/  The title and traces are supposed to be updated...
I am working with plotly but the output image show the watermark: My code: ``` df = pd.read_json(os.path.join(path_rq12, 'macro-topics.json')) categories = [] frequency_p = [] frequency_k = [] for index,...
picture of behavior: https://imgur.com/a/oSBgqvp I believe the same issue is experienced by another user here: https://community.plotly.com/t/rangebreaks-with-bounds-and-values-show-overlapping-candlesticks/46067 code to reproduce this: (example.pkl can be found on https://repl.it/join/pdmlylnv-angstscheisse ) ``` import pandas...
In the following example, the code seems to call for the lines around the outside of the circles to be the same color, but they are not. Setting the marker...
I'm trying to install the lab extension for JupyterLab v4.0.5 with the command: ```bash $ jupyter labextension install jupyterlab-plotly (Deprecated) Installing extensions with the jupyter labextension install command is now...
Hi, I am trying to write plot into PDF format, but I cannot get rid of this box saying "Loading [MathJax]/extensions/MathMenu.js", will you be able to tell me how should...
The issue is with the method of sorting the data from highest to lowest. The data needs to be sorted so both, the largest positive and negative values are plotted...
Links mode does not change from direct to loop or reverse after node drag-and-drop. The same thing happens if initial nodes position is changed with XY coordinates. It appears that...