About 3,080,000 results
Open links in new tab
  1. python - Interactive filtering data table in Plotly by using a …

    Oct 14, 2021 · Interactive filtering data table in Plotly by using a dropdown Asked 4 years, 2 months ago Modified 3 years, 4 months ago Viewed 11k times

  2. plot - Plotly python: force axis limits (range) - Stack Overflow

    Documentation of plotly says, with parameter range we can set the limits of the axis, for example range = [0, 10] sets the axis minimum to 0 and maximum to 10. According to docs, it can be …

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

  4. python - Change line color in Plotly - Stack Overflow

    Oct 2, 2019 · Change line color in Plotly Asked 6 years, 3 months ago Modified 2 years, 3 months ago Viewed 135k times

  5. python - How to change plotly figure size - Stack Overflow

    How to change plotly figure size Asked 5 years, 11 months ago Modified 6 months ago Viewed 176k times

  6. Plotly Python: How to properly add shapes to subplots

    Nov 14, 2024 · The problem with shapes in subplots arises from how plotly assigns axis references (xref and yref). add_vrect automatically maps shapes to subplots using row and col …

  7. python - Set the range of the y axis in Plotly - Stack Overflow

    Set the range of the y axis in Plotly Asked 6 years, 9 months ago Modified 4 days ago Viewed 280k times

  8. Make Plotly scatter plots faster for large datasets - Python

    Oct 16, 2020 · Namely, Plotly's Python bindings sends all the data to the front-end, making it both slow to render and interact with. Plotly-Resampler tackles this by performing dynamic …

  9. python - save plotly plot to local file and insert into html - Stack ...

    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

  10. python - Plotly Express how to show legend? - Stack Overflow

    Sep 24, 2022 · I reused the example in the reference to draw the same graph, but the legend is reflected from the plotly.express data.