About 241,000 results
Open links in new tab
  1. r - Significant effect with overlapping boxplots? - Cross Validated

    May 11, 2020 · The boxplots are completely overlapping! The medians are basically the same and all the boxes are within each others ranges. Now why this is surprising to me, is when I read about boxplots, this should be an indication of non-significance. Only with large samples, this is not clearly the case.

  2. Python: Need to overlap the actual data in a boxplot

    Aug 20, 2020 · I'm using this code to plot my data in boxplot: Overlap, non_overlap. alpha=0.5) box = bp['boxes'][i] boxX = [] boxY = [] for j in range(5): boxX.append(box.get_xdata()[j]) boxY.append(box.get_ydata()[j]) box_coords = np.column_stack([boxX, boxY]) # Alternate between Dark Khaki and Royal Blue.

  3. overlapping data points - The Tableau Community

    Does anyone know of a way to "jitter" the data points so they aren't overlapping - or an alternate way to visually present the correlation between scores? Thanks for your help! Katie

  4. How to compare box plots. Box plots, a.k.a. box-and-whiskers

    May 22, 2018 · First, look at the boxes and median lines to see if they overlap. Then check the sizes of the boxes and whiskers to have a sense of ranges and variability. Finally, look for outliers if there are...

  5. How to avoid overlapping of labels/texts of boxplot in R?

    Jul 29, 2019 · I am drawing a boxplot along with violin plot to see the distribution of data using ggplot2. The quartiles of the box plot are very close to each other. That's why it causes overlapping.

  6. How To Show Overlapping Data In Excel | SpreadCheaters

    Jun 28, 2023 · In Excel, overlapping data helps provide a comprehensive context. It allows you to view the relationships between different variables or categories within the same chart. This context is valuable for making informed decisions and drawing meaningful insights.

  7. What happens when box plots overlap? – MullOverThing

    What happens when box plots overlap? Boxes overlap but don’t spread past both medians: groups are likely to be different. If both median lines lie within the overlap between two boxes, we will have to take another step to reach a conclusion about their groups.

  8. How to Understand and Compare Box Plots – mathsathome.com

    A box plot is a diagram used to display the distribution of data. A box plot indicates the position of the minimum, maximum and median values along with the position of the lower and upper quartiles. From this, the range, interquartile range and skewness of the data can be observed.

  9. How to create a boxplot with two boxes on top of each other, with ...

    Oct 6, 2023 · I have looked for a way to make two boxes overlap with one another in a boxplot, but I haven't succeeded. Would anyone have advice on how to achieve this in ggplot? Would it be possible to set the transparency of the box on the top so that we can see the overlapped portion?

  10. Why can't I make a boxplot with data overlay? - MathWorks

    Oct 20, 2023 · So, I have the following boxplot, the values on the X-axis are spaced by 1, which is fine and I understand why, but I need to find a way to do the same boxplot, but with each box at its own value and scale even if there is box overlaps.

  11. Some results have been removed