plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
It is written that now the recommended way of adding text annotations to shapes is by adding labels. But for that the `textposition` is only working for `["start", "middle", "end"]`....
Hi plotly team, When the `labelangle` is below some threshold, the axis label gets centered automatically (like "choose_from(...)" on the figure below). Instead, we'd like to control this behavior with...
Mesh3D seems to have a shading bug, not sure how to describe it more precisely, but the images should help. This is the minimal example produced with the code below:...
Hi all, This seems to be related to the PR https://github.com/plotly/plotly.py/pull/5104 The check for jupyterlab is still failing on my end. I have a LabEnv that uses other kernels in...
In the following code I created a simple plot with a dropdown menu where each button is expected to modify the colorscale. However, some of these don't seem to work...
When using more than one column to define `customdata`, the data seems to be parsed as a tuple. The example below shows three versions of the same figure: - LEFT....
When using `pio.renderers.default = "notebook"` and exporting to HTML via nbconvert, the resulting HTML includes a MathJax import from a CDN: "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG" This behavior appears to contradict the documentation for...
Symbols Not Rendering in a Subplot: 'cross-thin', 'x-thin', 'asterisk', 'hash', ‘hash-dot’, 'y-up', 'y-left', 'y-down', ‘y-right’, 'line-ew', 'line-ns', 'line-ne', 'line-nw' All other symbols mentioned in the [documentation](https://plotly.com/python-api-reference/generated/plotly.graph_objects.Scatter.html#plotly.graph_objects.scatter.Marker.symbol) are rendering. Plotly Version:...
It would be useful if Plotly exposed functions to map floats, e.g. values in [0,1], to corresponding RGB strings formatted as 'rgb(255, 0, 0)'. There are lots of use cases...
The hovertemplate for go.Surface doesn't work properly, it can't display the user defined customdata nor 'text', it will only display the plain text as "cost: %{text}". Of course, I have...