summaryrefslogtreecommitdiff
path: root/images/lasso.svg
diff options
context:
space:
mode:
Diffstat (limited to 'images/lasso.svg')
-rw-r--r--images/lasso.svg55
1 files changed, 55 insertions, 0 deletions
diff --git a/images/lasso.svg b/images/lasso.svg
new file mode 100644
index 0000000..35ae633
--- /dev/null
+++ b/images/lasso.svg
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.1"
+ viewBox="-10 -10 240 170"
+ height="75mm"
+ width="100mm">
+ <defs>
+ <clipPath id="figure-gauche-clip">
+ <rect x="00" y="00" width="100" height="100" />
+ </clipPath>
+ <clipPath id="figure-droite-clip">
+ <rect x="120" y="0" width="100" height="100" />
+ </clipPath>
+ <!-- Une figure, c'est un fond gris, deux axes en blanc dessus, et
+ la figure (qui est en fait un croisement de deux diagonales
+ avec une largeur très élevée) -->
+ <g id="figure-base">
+ <rect x="0" y="0" width="100" height="100" fill="#D3D3D3" />
+ <line x1="50" x2="50" y1="0" y2="100" stroke="white" stroke-width="0.5" />
+ <line x1="0" x2="100" y1="50" y2="50" stroke="white" stroke-width="0.5"/>
+ <line class="domaine"
+ x1="0" x2="100" y1="0" y2="100"
+ stroke="blue" opacity=".2" />
+ <line class="domaine"
+ x1="0" x2="100" y1="100" y2="0"
+ stroke="blue" opacity=".2" />
+ </g>
+ <g id="figure-decalee">
+ <use xlink:href="#figure-base" transform="translate (120 0)" />
+ </g>
+ </defs>
+ <use clip-path="url(#figure-gauche-clip)"
+ xlink:href="#figure-base"
+ id="gauche"
+ stroke-width="20"/>
+ <use clip-path="url(#figure-droite-clip)"
+ xlink:href="#figure-decalee"
+ id="droite"
+ stroke-width="50"/>
+ <text x="50" y="115" text-anchor="middle" font-size="10px">$\alpha$ grand</text>
+ <text x="170" y="115" text-anchor="middle" font-size="10px">$\alpha$ petit</text>
+
+ <rect x="0" y="125" width="20" height="15" fill="#D3D3D3" />
+ <text x="30" y="135" font-size="10px">
+ le modèle a une composante nulle
+ </text>
+
+ <rect x="0" y="145" width="20" height="15" fill="#D3D3D3" />
+ <rect x="0" y="145" width="20" height="15" fill="blue" opacity=".2" />
+ <text x="30" y="155" font-size="10px">
+ le modèle est dense
+ </text>
+</svg>