Use this tag for questions about the interactive graphing library for Python.
I have the following code to create the line plot with Plotly. How can I set the range of Y …
python plotly plotly-pythonTrying to use 'plotly.graph_objects' but I get this error ModuleNotFoundError: No module named 'plotly.graph_objects' How do …
python plotly plotly-pythonHow can I set the color of a line in plotly? import plotly.graph_objects as go from plotly.subplots …
python python-3.x plotly plotly-pythonI am trying to add a title to my plot, but I get the error message: "AttributeError: 'Figure' object has …
python python-3.x visualization plotly-pythonPlotly Express allows me to easily plot a pandas dataframe, as explained in their examples. Rather than using a named …
python pandas plotly plotly-pythonI am trying to learn Plotly by firstly creating a simple bar chart in Plotly Express and then updating it …
python plotly data-visualization plotly-pythonWhat is the HTML equivalent for   (space) in Dash? html.Div( [ dcc.Input(), <add horizontal space here&…
python plotly plotly-dash plotly-pythonI have a dataframe and using plotly I want to visualise the data. I have the following code fig = px.…
python plotly plotly-pythonI'm trying to plot a bar chart using plotly and I wanted to add a caption and subtitle.(Here you …
python plotly plotly-python