Skip to main content

Questions tagged [boxplot]

Boxplot is a form of displaying cardinally scaled data displaying robust summary statistics as graphical elements.

boxplot
0 votes
0 answers
20 views

Multiple measurements taken at discrete depths, how to plot as a box plot in R [closed]

I have multiple measurements taken at varying depths in the form of the table below: Depth_1 Depth_2 Perm_1 Perm_1 Perm_2 Perm_2 This is taken for 11 depths with each depth containing 8 ...
diver77's user avatar
0 votes
2 answers
28 views

Adding outliers to a boxplot from precomputed summary statistics

I am working with a large (50 x 800 000) sparse matrix (dgCMatrix) and want to plot a boxplot for the initial inspection of the data. This is a matrix of numeric items, with named rows (genes) and ...
stellaria's user avatar
0 votes
0 answers
10 views

How to add legend list on BoxPlotChart (AmChart4)

I'm using a XYChart of AmChart4 to draw a BoxPlot chart q1, q3, median, max, min Sum Value is a LineSeries and displayed by the purple dot. I want to add all the value on the X-Axis to the legend ...
Sao Bui Van's user avatar
0 votes
1 answer
31 views

How to avoid plotting a box when number of abservations is too low with seaborn boxplot?

I'm using seaborn boxplot to plot a bunch of boxes representing some errors when varying a variable that ranges from 0 to 30. When that variable is low, like 0, 1 or 2, I have a lot of observations to ...
Juan Felipe Salamanca Lozano's user avatar
0 votes
0 answers
25 views

Adding specific y axis to boxplots (placed in a vertical way)

I'm trying to plot values over time in boxplots. The boxplots seem to overlap each other and I can't set a locked y axis. If I plot the specific positions they bunch up and the boxes are massive. ...
Tania Chatila's user avatar
0 votes
0 answers
13 views

Is there a way to extract the median value data from box plots as CSV using Orange?

I've created a series of box plots based based on geochemical data for geologic units using Orange. I am attempting to extract the median values (as well as the standard deviation and quantiles) for ...
Qwertz's user avatar
  • 1
0 votes
2 answers
67 views

how to label mean value on seaborn boxplot? [duplicate]

i made a code for boxplot in seaborn and I want to label mean value of the boxplot, not showmeans option, the "number". import seaborn as sns import pandas as pd import matplotlib.pyplot as ...
joo's user avatar
  • 1
1 vote
0 answers
55 views

R ggplot boxplot: add compact letter display (CLD) along with facet wrap and aes(colour), 3-way factorial design

I hope this is not a replicated question, I've roamed this website without finding an exact answer to my doubts. I've performed a a 3-ways factorial experiment (3 independent, categorical variables) ...
FTac's user avatar
  • 11
0 votes
1 answer
37 views

Differences between manually and ggplot-calculated boxplot statistics / outlier elimination

Note: Question edited to simplify the data. I have a few datasets combined in a dataframe, which I want to eliminate outliers from. When trying different ways to calculate upper and lower thresholds I ...
Sulfatide's user avatar
0 votes
0 answers
14 views

Add labels to boxplot

I'm trying to recreate a screenshot with some boxplots in excel. Specifically, I would like to add labels for the interquartile range, median, 10th-90th percentile, and current value. What I'm looking ...
t.pellegrom's user avatar
0 votes
1 answer
44 views

I'm struggling to write a code in r to wrap box plot using a condition called species

species seed type germination time A initial 10.5 A initial 11.3 B stored 12.5 about data There are 34 species, 2 seed types (stored and initial), germination time is numerical. What I need to ...
Bandara Rathnathilaka's user avatar
0 votes
2 answers
35 views

how can I get a double y-axis (twiny) on a facet-wrap in ggplot boxplots?

I have a ggplot figure with a couple of boxplots and I want the last boxplot in each group (in my example all boxplots c) to be shown on a different y-axis on the right hand side (and preferably mark ...
Katy's user avatar
  • 13
2 votes
2 answers
60 views

What is the alternative to Whis: 'range'?

Earlier I used whis = 'range' like this: box = plt.boxplot(data, whis = 'range', widths = 0.15, patch_artist = True, showfliers = False) In the newer matplotlib versions, whis is a ...
Sri Sanketh Uppalapati's user avatar
1 vote
1 answer
42 views

gnuplot: boxplot over several files

In Gnuplot v5.4.2 I'd like to make a boxplots for several data columns from different files, combined in one multi-boxplot with the same y-value range. What I can do is t combine the data into one ...
emacs drives me nuts's user avatar
1 vote
0 answers
19 views

ylab is not displayed correctly in Boxplot [duplicate]

I want to display two variables in a boxplot T using the code below. rm(list = ls()) baums = c(3.44,3.32,3.57) traums = c(2.77,0.99,-2.94,2.75,1.88,1.38,2.83,1.8,0.93,2.69,2.89,0.56,2.61,2.12) ...
Weiss's user avatar
  • 283

15 30 50 per page
1
2 3 4 5
230