# Extracting features from a boxplot in Gadfly

**URL:** https://discourse.julialang.org/t/extracting-features-from-a-boxplot-in-gadfly/68167
**Category:** New to Julia
**Tags:** plotting, gadfly
**Created:** [September 14, 2021, 7:08pm UTC](https://discourse.julialang.org/t/extracting-features-from-a-boxplot-in-gadfly/68167 "2021-09-14T19:08:39Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![varun7rs](https://avatars.discourse-cdn.com/v4/letter/v/c2a13f/32.png) [@varun7rs](https://discourse.julialang.org/u/varun7rs)
#### Post date: [September 14, 2021, 7:08pm UTC](https://discourse.julialang.org/t/extracting-features-from-a-boxplot-in-gadfly/68167/1 "2021-09-14T19:08:39Z")

</div>

I am using Gadfly package to make boxplots. Is it possible to print out the boxplot features i.e., notches, whiskers and quartiles on the terminal?

---

<div class="post-metadata">

### Author: ![bjarthur](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bjarthur/32/9638_2.png) [@bjarthur](https://discourse.julialang.org/u/bjarthur)
#### Post date: [September 15, 2021, 1:54am UTC](https://discourse.julialang.org/t/extracting-features-from-a-boxplot-in-gadfly/68167/2 "2021-09-15T01:54:28Z")

</div>

no, but you could hack it by adding a print statement [here](https://github.com/GiovineItalia/Gadfly.jl/blob/master/src/statistics.jl#L1095-L1102)
