About 228,000 results
Open links in new tab
  1. Plotly: How to change length of whiskers (min/max) in a boxplot?

    Dec 1, 2019 · By default, the whiskers correspond to the box' edges +/- 1.5 times the interquartile range (IQR: Q3-Q1), see "boxpoints" for other options. And under boxpoints you'll find:

  2. Box plots in JavaScript

    Over 30 examples of Box Plots including changing color, size, log axes, and more in JavaScript.

  3. Box traces in JavaScript - Plotly

    A box trace is an object with the key "type" equal to "box" (i.e. {"type": "box"}) and any of the keys listed below. Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The second quartile (Q2, …

  4. Boxplot's whiskers' length change when boxpoints option is used

    Nov 2, 2016 · plot_ly(ggplot2::diamonds, y = ~price, color = ~cut, type = "box") But if I want to suppress ouliers from the graph, I try to add boxpoints = FALSE like this : …

  5. Box Plot Whiskers at Percentile Level rather than 1.5 x IQR

    Nov 7, 2015 · It’s fairly standard practice to use the 95th/5th percentile on box and whisker plots in my field. Identifying data points of interest by looking for things that fall outside of 2 standard …

  6. Boxplot - show all boxpoints only (hide the actual boxplot) - plotly

    Oct 21, 2017 · I’m essentially trying to show a distribution of values in a time series (each time point has a bunch of values). Modes are more important to me than means/medians so I don’t …

  7. Box plots with log-scaled whiskers #7388 - GitHub

    I'd propose a new attribute for box traces, something like distribution: 'normal' | 'log-normal' | 'auto' where 'auto' uses 'log-normal' when displayed on a log axis, otherwise 'normal'. I'll be happy to …

  8. box plot and whiskers · Issue #522 · plotly/plotly.py - GitHub

    Jul 25, 2016 · I want the box plot to show its maximum and minimum instead of IQR correspond to the box' edges in the graph. "By default, the whiskers correspond to the box' edges +/- 1.5 …

  9. Boxplot whisker changes when set "boxpoints" to false #1953 - GitHub

    Aug 15, 2017 · The whisker position for "boxpoints = true" is correct and is what I want, it seems when "boxpoints = false", a different metric is used? Is it possible to fix the behavior? Thanks!

    Missing:

    • JavaScript

    Must include:

  10. Mastering Boxplot Visualization in JavaScript: A Comprehensive …

    Mar 17, 2025 · A boxplot, also known as a box-and-whisker plot, displays the distribution of a dataset based on five summary statistics: minimum, first quartile (Q1), median, third quartile …

  11. Some results have been removed
Refresh