About 2,700,000 results
Open links in new tab
  1. python - Interactive filtering data table in Plotly by using a dropdown ...

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

  2. python - Plotly: How to plot a regression line using plotly and plotly ...

    Plotly: How to plot a regression line using plotly and plotly express? Asked 6 years, 1 month ago Modified 3 years, 6 months ago Viewed 29k times

  3. 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 which can fail in …

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

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

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

  6. plotly - Python interactive plotting with click events - Stack Overflow

    Jan 8, 2022 · Python interactive plotting with click events Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 13k times

  7. 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 aggregation (i.e. …

  8. 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]?

  9. 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 used under

  10. python - Plotly: Create a Scatter with categorical x-axis jitter and ...

    Nov 27, 2020 · Some plotly.express functions provide a facet argument which allows you to create a plot that closely resembles the multi-level x-axis from your example, without calls to the low-level API. …