add box plots
This commit is contained in:
25
pdb-js/src/assets/img/box-plot.svg
Normal file
25
pdb-js/src/assets/img/box-plot.svg
Normal file
@@ -0,0 +1,25 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 32 32">
|
||||
<g transform="translate(0.5,0.5)">
|
||||
<rect x="5" y="8" width="8" height="15" style="fill: none; stroke: black;stroke-width:2;" />
|
||||
<line x1="6" y1="3" x2="12" y2="3" style="stroke:black;stroke-width:2;"/>
|
||||
<line x1="9" y1="8" x2="9" y2="3" style="stroke:black;stroke-width:2;"/>
|
||||
<line x1="5" y1="15" x2="13" y2="15" style="stroke:black;stroke-width:2;"/>
|
||||
<line x1="9" y1="23" x2="9" y2="28" style="stroke:black;stroke-width:2;"/>
|
||||
<line x1="6" y1="28" x2="12" y2="28" style="stroke:black;stroke-width:2;"/>
|
||||
|
||||
<rect x="18" y="6" width="8" height="13" style="fill: none; stroke: black; stroke-width:2;" />
|
||||
<line x1="19" y1="2" x2="25" y2="2" style="stroke:black;stroke-width:2;"/>
|
||||
<line x1="22" y1="6" x2="22" y2="2" style="stroke:black;stroke-width:2;"/>
|
||||
<line x1="18" y1="13" x2="26" y2="13" style="stroke:black;stroke-width:2;"/>
|
||||
<line x1="22" y1="19" x2="22" y2="26" style="stroke:black;stroke-width:2;"/>
|
||||
<line x1="19" y1="26" x2="25" y2="26" style="stroke:black;stroke-width:2;"/>
|
||||
|
||||
<path d="M1,0
|
||||
L1,30
|
||||
L32,30"
|
||||
style="stroke:black; stroke-width: 3px; fill:none;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user