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. python - Plotly: How to display and filter a dataframe with multiple ...

    May 2, 2020 · It's certainly possible to display and filter a dataframe with multiple dropdowns. The code snippet below will do exactly that for you. The snippet has quite a few elements in common with your …

  3. 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 = …

  4. 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

  5. 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, 6 months ago Modified 1 year, 6 months ago Viewed 96k times

  6. Plotly: how to avoid huge html file size - Stack Overflow

    Jun 4, 2022 · The html file created by the plotly has all the data necessary for graph plotting, so naturally the file size will be large depending on its contents. Reducing file size is a trade-off for content.

  7. 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', '#

  8. Plotly: Including additional data in hovertemplate - Stack Overflow

    Sep 22, 2021 · See below for an additional example of how to use customdata with multiple traces based on the code included in your question. Note that you actually need to add the customdata to …

  9. Plotly: How to filter a pandas dataframe using a dropdown menu?

    Dec 19, 2019 · Plotly: How to filter a pandas dataframe using a dropdown menu? Asked 6 years, 1 month ago Modified 4 years ago Viewed 27k times

  10. python - Display Plotly plot inside VS code - Stack Overflow

    Nov 15, 2020 · For plotting using " plotly ". " Plotly " is based on a web application that analyzes a python plotting library. Its drawing effect is displayed on the html page by default, so it is viewed in …