Menu

SVG terminal size inconsistencies as compared to pngcairo or qt - gnuplot 5.2 patchlevel 8

Help
Roge
2020-01-11
2020-01-13
  • Roge

    Roge - 2020-01-11

    I've been wanting to ask about this for a while, here is an example of a graph generated using the same code but with different terminals:

    1. set term pngcairo size 720,720

    2. set terminal svg size 720, 720 fixed (look at GUI for pixel sizes)

    3. set terminal svg size 720, 720 dynamic (look at GUI for pixel sizes)

    As you can see the SVG files render in different sizes in Inkscape, and Firefox (600x480), compared to the PNG.
    I want to be able to open or render the SVG file and for it to look similar/identical to the PNG file. What am I doing wrong?

    my gnuplot code:

    #set term pngcairo size 720,720;
    #set term pngcairo font "DecimaMonoPro, 15" enhanced;
    set terminal svg size 720,720 fixed
    set terminal svg font "DecimaMonoPro, 15" enhanced;
    set style fill transparent solid .1;
    set style fill noborder;
    unset key;
    
    set size ratio 1
    
    set border 1;
    set border lc '#7F7C7C' lw '3'
    
    set title "LEY DE INGRESOS 2020 VS\nTRANSFERENCIAS DE LA FEDERACIÓN";
    set title font 'DecimaMonoPro, 17'
    
    set ylabel "MILLONES DE PESOS";
    set xtics 1 rotate by -45;
    set ytics 10;
    set xtics offset -1.2;
    set xtics scale 0;
    set ytics scale 0;
    # set xtics font 'DecimaMonoPro, 21';
    # set ytics font "DecimaMonoPro, 22";
    set grid
    set grid y lt -1 lw 1.2 lc "#ECE9E1"
    plot [2007.1:2020.9][0:100] 'Grafica_Ley_Ingresos_2020/LeyIng.dat' using 1:3 with filledcurves x1 lc "#1897CB",\
      '' using 1:3 with lp lt 7 lw 2 ps 2 lc "#1897CB";
    pause -1;
    

    SVG FIXED gnuplot generated file:

    <?xml version="1.0" encoding="utf-8"  standalone="no"?>
    <svg 
     width="600" height="480"
     viewBox="0 0 600 480"
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
    >
    
    <title>Gnuplot</title>
    <desc>Produced by GNUPLOT 5.2 patchlevel 8 </desc>
    
    <g id="gnuplot_canvas">
    
    <rect x="0" y="0" width="600" height="480" fill="none"/>
    <defs>
    
        <circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
        <path id='gpPt0' stroke-width='0.179' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
        <path id='gpPt1' stroke-width='0.179' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
        <path id='gpPt2' stroke-width='0.179' stroke='currentColor' d='M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1'/>
        <rect id='gpPt3' stroke-width='0.179' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
        <rect id='gpPt4' stroke-width='0.179' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
        <circle id='gpPt5' stroke-width='0.179' stroke='currentColor' cx='0' cy='0' r='1'/>
        <use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
        <path id='gpPt7' stroke-width='0.179' stroke='currentColor' d='M0,-1.33 L-1.33,0.67 L1.33,0.67 z'/>
        <use xlink:href='#gpPt7' id='gpPt8' fill='currentColor' stroke='none'/>
        <use xlink:href='#gpPt7' id='gpPt9' stroke='currentColor' transform='rotate(180)'/>
        <use xlink:href='#gpPt9' id='gpPt10' fill='currentColor' stroke='none'/>
        <use xlink:href='#gpPt3' id='gpPt11' stroke='currentColor' transform='rotate(45)'/>
        <use xlink:href='#gpPt11' id='gpPt12' fill='currentColor' stroke='none'/>
        <path id='gpPt13' stroke-width='0.179' stroke='currentColor' d='M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z'/>
        <use xlink:href='#gpPt13' id='gpPt14' fill='currentColor' stroke='none'/>
        <filter id='textbox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
          <feFlood flood-color='white' flood-opacity='1' result='bgnd'/>
          <feComposite in='SourceGraphic' in2='bgnd' operator='atop'/>
        </filter>
        <filter id='greybox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
          <feFlood flood-color='lightgrey' flood-opacity='1' result='grey'/>
          <feComposite in='SourceGraphic' in2='grey' operator='atop'/>
        </filter>
    </defs>
    <g fill="none" color="white" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="white" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,420.4 L499.0,420.4  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,420.4 M499.0,420.4  '/>    <g transform="translate(149.6,425.3)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 0</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,388.0 L499.0,388.0  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,388.0 M499.0,388.0  '/>    <g transform="translate(149.6,392.9)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 10</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,355.5 L499.0,355.5  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,355.5 M499.0,355.5  '/>    <g transform="translate(149.6,360.4)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 20</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,323.1 L499.0,323.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,323.1 M499.0,323.1  '/>    <g transform="translate(149.6,328.0)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 30</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,290.7 L499.0,290.7  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,290.7 M499.0,290.7  '/>    <g transform="translate(149.6,295.6)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 40</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,258.2 L499.0,258.2  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,258.2 M499.0,258.2  '/>    <g transform="translate(149.6,263.1)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 50</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,225.8 L499.0,225.8  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,225.8 M499.0,225.8  '/>    <g transform="translate(149.6,230.7)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 60</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,193.4 L499.0,193.4  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,193.4 M499.0,193.4  '/>    <g transform="translate(149.6,198.3)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 70</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,161.0 L499.0,161.0  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,161.0 M499.0,161.0  '/>    <g transform="translate(149.6,165.9)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 80</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,128.5 L499.0,128.5  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,128.5 M499.0,128.5  '/>    <g transform="translate(149.6,133.4)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 90</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,96.1 L499.0,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,96.1 M499.0,96.1  '/>  <g transform="translate(149.6,101.0)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 100</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M182.2,420.4 L182.2,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M182.2,420.4 M182.2,96.1  '/> <g transform="translate(166.1,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2008</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M206.8,420.4 L206.8,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M206.8,420.4 M206.8,96.1  '/> <g transform="translate(190.7,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2009</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M231.3,420.4 L231.3,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M231.3,420.4 M231.3,96.1  '/> <g transform="translate(215.2,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2010</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M255.9,420.4 L255.9,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M255.9,420.4 M255.9,96.1  '/> <g transform="translate(239.8,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2011</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M280.4,420.4 L280.4,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M280.4,420.4 M280.4,96.1  '/> <g transform="translate(264.3,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2012</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M305.0,420.4 L305.0,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M305.0,420.4 M305.0,96.1  '/> <g transform="translate(288.9,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2013</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M329.6,420.4 L329.6,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M329.6,420.4 M329.6,96.1  '/> <g transform="translate(313.5,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2014</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M354.1,420.4 L354.1,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M354.1,420.4 M354.1,96.1  '/> <g transform="translate(338.0,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2015</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M378.7,420.4 L378.7,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M378.7,420.4 M378.7,96.1  '/> <g transform="translate(362.6,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2016</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M403.2,420.4 L403.2,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M403.2,420.4 M403.2,96.1  '/> <g transform="translate(387.1,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2017</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M427.8,420.4 L427.8,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M427.8,420.4 M427.8,96.1  '/> <g transform="translate(411.7,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2018</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M452.3,420.4 L452.3,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M452.3,420.4 M452.3,96.1  '/> <g transform="translate(436.2,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2019</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M476.9,420.4 L476.9,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M476.9,420.4 M476.9,96.1  '/> <g transform="translate(460.8,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2020</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,96.1 M160.1,420.4 L499.0,420.4 M499.0,96.1 M160.1,96.1  '/></g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <g transform="translate(93.3,258.3) rotate(270)" stroke="none" fill="black" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="middle">
            <text><tspan font-family="DecimaMonoPro" >MILLONES DE PESOS</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <g transform="translate(329.5,39.4)" stroke="none" fill="black" font-family="DecimaMonoPro" font-size="17.00"  text-anchor="middle">
            <text><tspan font-family="DecimaMonoPro" >LEY DE INGRESOS 2020 VS</tspan></text>
        </g>
        <g transform="translate(329.5,64.9)" stroke="none" fill="black" font-family="DecimaMonoPro" font-size="17.00"  text-anchor="middle">
            <text><tspan font-family="DecimaMonoPro" >TRANSFERENCIAS DE LA FEDERACIÓN</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
        <g id="gnuplot_plot_1" ><title>'/mnt/home/Documents/2020/20200107-Grafica_Ley_Ingresos_2020/LeyIng.dat' using 1:3</title>
    <g fill="none" color="white" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
        <g stroke='none' shape-rendering='crispEdges'>
            <polygon fill = 'rgb( 24, 151, 203)' fill-opacity = '0.100000' points = '182.2,277.3 206.8,290.8 231.3,269.7 255.9,240.7 280.4,270.6 305.0,256.2 329.6,261.3 354.1,261.8 378.7,253.3 403.2,251.3 427.8,256.1 452.3,259.7 476.9,252.1 476.9,420.4 182.2,420.4 '/>
        </g>
    </g>
        </g>
        <g id="gnuplot_plot_2" ><title>'' using 1:3</title>
    <g fill="none" color="white" stroke="rgb( 24, 151, 203)" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb( 24, 151, 203)'  d='M182.2,277.3 L206.8,290.8 L231.3,269.7 L255.9,240.7 L280.4,270.6 L305.0,256.2 L329.6,261.3 L354.1,261.8
            L378.7,253.3 L403.2,251.3 L427.8,256.1 L452.3,259.7 L476.9,252.1  '/>   <use xlink:href='#gpPt6' transform='translate(182.2,277.3) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(206.8,290.8) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(231.3,269.7) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(255.9,240.7) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(280.4,270.6) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(305.0,256.2) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(329.6,261.3) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(354.1,261.8) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(378.7,253.3) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(403.2,251.3) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(427.8,256.1) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(452.3,259.7) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(476.9,252.1) scale(11.20)' color='rgb( 24, 151, 203)'/>
    </g>
        </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="black" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,96.1 M160.1,420.4 L499.0,420.4 M499.0,96.1 M160.1,96.1  '/></g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    </g>
    </svg>
    

    SVG DYNAMIC gnuplot generated file:

    <?xml version="1.0" encoding="utf-8"  standalone="no"?>
    <svg 
     width="600" height="480"
     viewBox="0 0 600 480"
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
    >
    
    <title>Gnuplot</title>
    <desc>Produced by GNUPLOT 5.2 patchlevel 8 </desc>
    
    <g id="gnuplot_canvas">
    
    <rect x="0" y="0" width="600" height="480" fill="none"/>
    <defs>
    
        <circle id='gpDot' r='0.5' stroke-width='0.5' stroke='currentColor'/>
        <path id='gpPt0' stroke-width='0.179' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
        <path id='gpPt1' stroke-width='0.179' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
        <path id='gpPt2' stroke-width='0.179' stroke='currentColor' d='M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1'/>
        <rect id='gpPt3' stroke-width='0.179' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
        <rect id='gpPt4' stroke-width='0.179' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
        <circle id='gpPt5' stroke-width='0.179' stroke='currentColor' cx='0' cy='0' r='1'/>
        <use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
        <path id='gpPt7' stroke-width='0.179' stroke='currentColor' d='M0,-1.33 L-1.33,0.67 L1.33,0.67 z'/>
        <use xlink:href='#gpPt7' id='gpPt8' fill='currentColor' stroke='none'/>
        <use xlink:href='#gpPt7' id='gpPt9' stroke='currentColor' transform='rotate(180)'/>
        <use xlink:href='#gpPt9' id='gpPt10' fill='currentColor' stroke='none'/>
        <use xlink:href='#gpPt3' id='gpPt11' stroke='currentColor' transform='rotate(45)'/>
        <use xlink:href='#gpPt11' id='gpPt12' fill='currentColor' stroke='none'/>
        <path id='gpPt13' stroke-width='0.179' stroke='currentColor' d='M0,1.330 L1.265,0.411 L0.782,-1.067 L-0.782,-1.076 L-1.265,0.411 z'/>
        <use xlink:href='#gpPt13' id='gpPt14' fill='currentColor' stroke='none'/>
        <filter id='textbox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
          <feFlood flood-color='white' flood-opacity='1' result='bgnd'/>
          <feComposite in='SourceGraphic' in2='bgnd' operator='atop'/>
        </filter>
        <filter id='greybox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
          <feFlood flood-color='lightgrey' flood-opacity='1' result='grey'/>
          <feComposite in='SourceGraphic' in2='grey' operator='atop'/>
        </filter>
    </defs>
    <g fill="none" color="white" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="white" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,420.4 L499.0,420.4  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,420.4 M499.0,420.4  '/>    <g transform="translate(149.6,425.3)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 0</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,388.0 L499.0,388.0  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,388.0 M499.0,388.0  '/>    <g transform="translate(149.6,392.9)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 10</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,355.5 L499.0,355.5  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,355.5 M499.0,355.5  '/>    <g transform="translate(149.6,360.4)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 20</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,323.1 L499.0,323.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,323.1 M499.0,323.1  '/>    <g transform="translate(149.6,328.0)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 30</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,290.7 L499.0,290.7  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,290.7 M499.0,290.7  '/>    <g transform="translate(149.6,295.6)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 40</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,258.2 L499.0,258.2  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,258.2 M499.0,258.2  '/>    <g transform="translate(149.6,263.1)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 50</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,225.8 L499.0,225.8  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,225.8 M499.0,225.8  '/>    <g transform="translate(149.6,230.7)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 60</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,193.4 L499.0,193.4  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,193.4 M499.0,193.4  '/>    <g transform="translate(149.6,198.3)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 70</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,161.0 L499.0,161.0  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,161.0 M499.0,161.0  '/>    <g transform="translate(149.6,165.9)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 80</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,128.5 L499.0,128.5  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,128.5 M499.0,128.5  '/>    <g transform="translate(149.6,133.4)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 90</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M160.1,96.1 L499.0,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,96.1 M499.0,96.1  '/>  <g transform="translate(149.6,101.0)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="end">
            <text><tspan font-family="DecimaMonoPro" > 100</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M182.2,420.4 L182.2,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M182.2,420.4 M182.2,96.1  '/> <g transform="translate(166.1,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2008</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M206.8,420.4 L206.8,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M206.8,420.4 M206.8,96.1  '/> <g transform="translate(190.7,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2009</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M231.3,420.4 L231.3,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M231.3,420.4 M231.3,96.1  '/> <g transform="translate(215.2,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2010</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M255.9,420.4 L255.9,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M255.9,420.4 M255.9,96.1  '/> <g transform="translate(239.8,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2011</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M280.4,420.4 L280.4,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M280.4,420.4 M280.4,96.1  '/> <g transform="translate(264.3,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2012</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M305.0,420.4 L305.0,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M305.0,420.4 M305.0,96.1  '/> <g transform="translate(288.9,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2013</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M329.6,420.4 L329.6,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M329.6,420.4 M329.6,96.1  '/> <g transform="translate(313.5,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2014</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M354.1,420.4 L354.1,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M354.1,420.4 M354.1,96.1  '/> <g transform="translate(338.0,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2015</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M378.7,420.4 L378.7,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M378.7,420.4 M378.7,96.1  '/> <g transform="translate(362.6,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2016</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M403.2,420.4 L403.2,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M403.2,420.4 M403.2,96.1  '/> <g transform="translate(387.1,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2017</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M427.8,420.4 L427.8,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M427.8,420.4 M427.8,96.1  '/> <g transform="translate(411.7,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2018</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M452.3,420.4 L452.3,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M452.3,420.4 M452.3,96.1  '/> <g transform="translate(436.2,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2019</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="rgb(127, 124, 124)" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.20" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(236, 233, 225)' class="gridline"  d='M476.9,420.4 L476.9,96.1  '/></g>
    <g fill="none" color="black" stroke="rgb(236, 233, 225)" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M476.9,420.4 M476.9,96.1  '/> <g transform="translate(460.8,434.4) rotate(45)" stroke="none" fill="rgb(127,124,124)" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="start">
            <text><tspan font-family="DecimaMonoPro" > 2020</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,96.1 M160.1,420.4 L499.0,420.4 M499.0,96.1 M160.1,96.1  '/></g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <g transform="translate(93.3,258.3) rotate(270)" stroke="none" fill="black" font-family="DecimaMonoPro" font-size="15.00"  text-anchor="middle">
            <text><tspan font-family="DecimaMonoPro" >MILLONES DE PESOS</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <g transform="translate(329.5,39.4)" stroke="none" fill="black" font-family="DecimaMonoPro" font-size="17.00"  text-anchor="middle">
            <text><tspan font-family="DecimaMonoPro" >LEY DE INGRESOS 2020 VS</tspan></text>
        </g>
        <g transform="translate(329.5,64.9)" stroke="none" fill="black" font-family="DecimaMonoPro" font-size="17.00"  text-anchor="middle">
            <text><tspan font-family="DecimaMonoPro" >TRANSFERENCIAS DE LA FEDERACIÓN</tspan></text>
        </g>
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
        <g id="gnuplot_plot_1" ><title>'/mnt/home/Documents/2020/20200107-Grafica_Ley_Ingresos_2020/LeyIng.dat' using 1:3</title>
    <g fill="none" color="white" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="1.00" stroke-linecap="butt" stroke-linejoin="miter">
        <g stroke='none' shape-rendering='crispEdges'>
            <polygon fill = 'rgb( 24, 151, 203)' fill-opacity = '0.100000' points = '182.2,277.3 206.8,290.8 231.3,269.7 255.9,240.7 280.4,270.6 305.0,256.2 329.6,261.3 354.1,261.8 378.7,253.3 403.2,251.3 427.8,256.1 452.3,259.7 476.9,252.1 476.9,420.4 182.2,420.4 '/>
        </g>
    </g>
        </g>
        <g id="gnuplot_plot_2" ><title>'' using 1:3</title>
    <g fill="none" color="white" stroke="rgb( 24, 151, 203)" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb( 24, 151, 203)'  d='M182.2,277.3 L206.8,290.8 L231.3,269.7 L255.9,240.7 L280.4,270.6 L305.0,256.2 L329.6,261.3 L354.1,261.8
            L378.7,253.3 L403.2,251.3 L427.8,256.1 L452.3,259.7 L476.9,252.1  '/>   <use xlink:href='#gpPt6' transform='translate(182.2,277.3) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(206.8,290.8) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(231.3,269.7) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(255.9,240.7) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(280.4,270.6) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(305.0,256.2) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(329.6,261.3) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(354.1,261.8) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(378.7,253.3) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(403.2,251.3) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(427.8,256.1) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(452.3,259.7) scale(11.20)' color='rgb( 24, 151, 203)'/>
        <use xlink:href='#gpPt6' transform='translate(476.9,252.1) scale(11.20)' color='rgb( 24, 151, 203)'/>
    </g>
        </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="2.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="black" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
        <path stroke='rgb(127, 124, 124)'  d='M160.1,96.1 M160.1,420.4 L499.0,420.4 M499.0,96.1 M160.1,96.1  '/></g>
    <g fill="none" color="black" stroke="currentColor" stroke-width="3.00" stroke-linecap="butt" stroke-linejoin="miter">
    </g>
    </g>
    </svg>
    

    Thanks

     
  • Norwid Behrnd

    Norwid Behrnd - 2020-01-13

    Hi Roge,

    I speculate your post may be inspired by the one by mine just earlier. This contributes to my interest to your post and this initial comment, because in my current perception of you question, the different size ratio of the dots to the overall dimension of the canvas / the line width either is / or is one point you understanably would like to keep consistent across the interfaces the file is read.

    For future reference, I suggest for one that the output .svg files are not posted as code snippets (with Ctrl-Alt-C). Instead, a post is more accessible if .svg are provided as files; for this, the «add attachments» below the message box allows to add multiple files at once. Basically copy-pasting the two corresponding sections into an editor, then saving them as .svg here.

    Because the gnuplot generated .svg are text files, it is possible to compare them side-by-side. If you like to use a GUI, kdiff3 kdiff3 is an example. If you installed the git version managment, the then accessible diff utility offers the rapid check by

    diff -s svg_dynamic.svg svg_fixed.svg 
    

    to report

    Files svg_dynamic.svg and svg_fixed.svg are identical
    

    The second comment is about the code shared by you. It will not work as such on other's computer because it calls for an external data file which (at present) is not provided here. However, because your question is about the different display of the .svg in either web browser, or inkscape, this may be of lesser relevance for now. It equally may be more portable to others if gnuplot is instructed to call a more common font -- such as Arial -- than DecimaMonoPro because even if gnuplot were unable to find Arial as such on the currently used operating system, cairo-based terminals (e.g., pdfcairo, pngcairo) would reach out for fontconfig to find a similar substitute (cf. manual of gnuplot 5.0.7 by august 2017).

    As documented in the attached screen photo, comparing the display of the display of svg_fixed.svg in either Firefox (72.0.1 (64-bit)) or inkscape (0.92.3 (2405546, 2018-03-11)), I found in both the dot size relatively large in comparsion of the overall scale, yet similar.

    In absence of the original data read by gnuplot, as there are so few dots, you still may read the .svg in inkscape, 1) ungroup the drawing-as-whole, and 2) ungroup the line with the dots. Now, selecting each dot for itself, 3) each one could be scaled to say 50% (Object -> Transform) as illustrated in dot_size.png. (If all are selected at once, you risk that the transformation equally affects the arrangment of the dots.)

    Norwid

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.