summaryrefslogtreecommitdiff
path: root/images/fig-multi-vues.svg
blob: 41af47adabc97240abe385adeee7f6939f757764 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version='1.0' encoding='UTF-8' ?>
<svg
    xmlns="http://www.w3.org/2000/svg"
    xmlns:xlink='http://www.w3.org/1999/xlink'
    width="10cm"
    viewBox="0 0 640 480">
  <g fill-opacity="0.5" stroke="black">
    <rect x="80" y="80" width="160" height="64" fill="#E69F00" />
    <rect x="240" y="80" width="160" height="64" fill="#56B4E9" />
    <rect x="480" y="80" width="80" height="64" fill="#009E73" />
  </g>
  <g fill-opacity="0.2" stroke="black">
    <rect x="80" y="144" width="160" height="256" fill="#E69F00" />
    <rect x="240" y="144" width="160" height="256" fill="#56B4E9" />
    <rect x="480" y="144" width="80" height="256" fill="#009E73" />
  </g>
  <g text-anchor="middle">
    <text x="160" y="60">$X_1$ (texte)</text>
    <text x="320" y="60">$X_2$ (liens)</text>

    <g dominant-baseline="middle">
      <text x="160" y="112">${X_l}_{1}$</text>
      <text x="320" y="112">${X_l}_{1}$</text>
      <text x="520" y="112">$Y$</text>
      
      <text x="580" y="112" text-anchor="start">$n$</text>
      <text x="60" y="240" text-anchor="end">$N$</text>
    </g>
  </g>
</svg>