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

Hi, I've just wanted to change the title persian font of a graph object but this approach does not change anything at all. ``` fig.update_layout(barmode='group', xaxis_tickangle=-45 ,title={'y':0.98, 'x':0.5, 'text':f"فروش ماهانه...

Shapes would be covered by gridlines of existing figure if `layer='below'` is used in `fig.add_shape()`. And updating axis with `layer='below traces'` cannot make the gridlines down to the bottom layer...

data df: ` id date_time time_hms time_second price time_date 0 2021-05-31 09:25:00 09:25:00 33900 7 2021-05-31 1 2021-05-31 09:30:00 09:30:00 34200 8 2021-05-31 2 2021-05-31 09:30:01 09:30:01 34201 7 2021-05-31...

When SVG figure files are saved using plotly.offline, the SVG image's XML code uses the style option `vector-effect:non-scaling-stroke` for lines associated with scatter traces, but not for graph axes or...

plotly.js

The purpose of this PR is to bring the Plotly.py package up to date with proposed changes for a PR in Plotly.js (https://github.com/plotly/plotly.js/pull/6216) related to issue (https://github.com/plotly/plotly.js/issues/6213). @archmoj - hopefully...

Split from #2876 We need to localize all texts in our project. So, we can't rely on auto-generated, English labels such as "sum of" or "probability." ## Issue The following...

When setting the line color for a box plot, it also makes the fill color of the box plot the same as the line color (with a different opacity I...

I need to use latex notation in legend of the plot, but it works wrong (at least in jupyter lab). For example: ``` import plotly.graph_objects as go fig = go.Figure()...

Hello Plotly community, thank you for all you have done and are currently doing. I would like to request a feature to include tooltips on a plots main title and...

Change Figure-wide to Figure-wise