About 50 results
Open links in new tab
  1. python - Set the range of the y axis in Plotly - Stack Overflow

    I made a line plot with Plotly. How can I set the range of Y axis to always have it in [0; 10]?

  2. How to change the x-axis and y-axis labels in plotly?

    Jan 31, 2022 · How can I change the x and y-axis labels in plotly because in matplotlib, I can simply use plt.xlabel but I am unable to do that in plotly. By using this code in a dataframe: Date = …

  3. Plotly chart not showing in Jupyter notebook - Stack Overflow

    Oct 12, 2018 · I have been trying to solve this issue for hours. I followed the steps on the Plotly website and the chart still doesn't show in the notebook. This is my code for the plot: colorway = ['#f3cec9', '#

  4. python - Re-order axis in Plotly graph - Stack Overflow

    Jun 21, 2021 · Whether using Plotly Express or not, categories can be sorted alphabetically or by value using the categoryorder attribute: and also: This example shows how to control category order when …

  5. Plotly: How to set node positions in a Sankey Diagram?

    Plotly: How to set node positions in a Sankey Diagram? Asked 5 years, 10 months ago Modified 7 months ago Viewed 16k times

  6. python - converting jupyter notebook (.ipynb) with to HTML using ...

    May 11, 2025 · import plotly.io as pio pio.write_html(fig, 'file_name.html', auto_open=True) Unless you would like to stick to the jupyter nbconvert conversion. UPDATED EDIT: An arbitrary number of …

  7. How to define colors in a figure using Plotly Graph Objects and Plotly ...

    Aug 18, 2020 · How to define colors in a figure using Plotly Graph Objects and Plotly Express Asked 5 years, 5 months ago Modified 1 year, 5 months ago Viewed 96k times

  8. save plotly plot to local file and insert into html

    I am using python and plotly to product interactive html report. This post gives a nice framework. If I produce the plot(via plotly) online, and insert the url into the html file, it works but

  9. How to save plotly express plot into a html or static image file?

    Aug 27, 2021 · However, I feel saving the figure with plotly.express is pretty tricky. How to save plotly.express or plotly plot into a individual html or static image file? Anyone can help?

  10. Saving multiple plots into a single html - Stack Overflow

    Apr 5, 2023 · I recently discovered plotly and find it really good for graphing, now I have a problem which I want to save multiple plot into a single html, how to do it please? *I want to save multiple plot, i...