File talk:Supercomputers-history.svg

维基共享资源,媒体文件资料库
跳转到导航 跳转到搜索

Source[编辑]

Manually change -1 to 10 to 0.1 to 10000000000


SVG Chart

Mark and copy the following text. Paste it into a plain text file. The text file should have an svg extension, for example mychart.svg.

You can check the result with Toolforge tool SVGCheck (upload file temporarily), in W3Schools Tryit Editor (insert source code) or in Commons with File:Test.svg (upload as new file revision).

<?xml version="1.0" encoding="UTF-8" ?>
<!-- Generator: wikimedia.svg.chart, 2013-08-28 -->
<!-- modify viewBox (x,y,dx,dy) for position (x,y) and size (dx,dy) -->
<svg id="head"
  xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  version="1.1"     
  viewBox="-6.17625,-39.9,63.07625,45.4"      
  width="800.025" height="580"
  font-family="Helvetica, Arial, Liberation Sans"
>

<!-- also a workaround for librsvg: a <rect> must be placed somewhere before text for a good display of text -->
<rect id="imagebackground" x="-6.176" y="-39.9" width="63.08" height="45.4" stroke-width="0.04" stroke="none" fill="white"/>

<title>plain text svg graphic</title>
<desc>   
  This svg graphic is to edit with an text editor.
  Please do not overwrite this file by saving with an image editor.
  ----------------&#13; All values are scaled as log10.
</desc>

<style id="styles" type="text/css"> <![CDATA[
  .graphgeneral {         /*-- general look of graphs and markers, e.g. in legend --*/
    stroke-width:    0.284;
    fill:            none;
    stroke-linejoin: round;
    stroke-linecap:  round;
  }
  .graphgeneralstretch {  /*-- general look of graphs and markers on a stretched chart --*/ 
    stroke-width:    0.122;
    fill:            none;
    stroke-linejoin: round;
    stroke-linecap:  round;
  } 
.graph1lineblank { /*-- look of graph 1 --*/ stroke:  #004586; } .graph1line { stroke:  #004586;
marker-start:url(#graph1markerstretch); marker-mid:url(#graph1markerstretch); marker-end:url(#graph1markerstretch); }
.graph1marker { /*-- look of marker 1 --*/ stroke:  #004586; fill:  #004586; }
.graph2lineblank { /*-- look of graph 2 --*/ stroke:  #FF420E; } .graph2line { stroke:  #FF420E;
marker-start:url(#graph2markerstretch); marker-mid:url(#graph2markerstretch); marker-end:url(#graph2markerstretch); }
.graph2marker { /*-- look of marker 2 --*/ stroke:  #FF420E; fill:  #FF420E; }
.graph3lineblank { /*-- look of graph 3 --*/ stroke:  #FFD320; } .graph3line { stroke:  #FFD320;
marker-start:url(#graph3markerstretch); marker-mid:url(#graph3markerstretch); marker-end:url(#graph3markerstretch); }
.graph3marker { /*-- look of marker 3 --*/ stroke:  #FFD320; fill:  #FFD320; }
.graph4lineblank { /*-- look of graph 4 --*/ stroke: rgb(00%, 60%, 60%); } .graph4line { stroke: rgb(00%, 60%, 60%); }
.graph5lineblank { /*-- look of graph 5 --*/ stroke: rgb(60%, 00%, 60%); } .graph5line { stroke: rgb(60%, 00%, 60%); }
.graph6lineblank { /*-- look of graph 6 --*/ stroke: rgb(60%, 60%, 00%); } .graph6line { stroke: rgb(60%, 60%, 00%); }
.graph7lineblank { /*-- look of graph 7 --*/ stroke: rgb(00%, 00%, 30%); } .graph7line { stroke: rgb(00%, 00%, 30%); }
.graph8lineblank { /*-- look of graph 8 --*/ stroke: rgb(00%, 30%, 00%); } .graph8line { stroke: rgb(00%, 30%, 00%); } .axisline { stroke: black; stroke-width: 0.142; stroke-linecap: round; } .titletext { font-size: 2.005px; } .axistext-x { font-size: 1.823px; } .axistext-x-number { font-size: 1.823px; } .axistext-y { font-size: 1.823px; } .axismark-main { stroke: black; stroke-width: 0.099; } .axismark-second { stroke: black; stroke-width: 0.099; }   .legendtext { font-size: 1.823px; text-anchor: start; }
.graphmarker { stroke-width: 0.142; fill: white; stroke-linejoin: round; } ]]></style> <defs> <!--== axis dashes definitions ==--> <!-- x-axis mark, modify "height" --> <pattern id="x-axismark-main" x="0" width="10" height="0.8" patternUnits="userSpaceOnUse"> <line x1="0" y1="-1" x2="0" y2="0.8" class="axismark-main"/> </pattern> <!-- y-axis mark, modify "width" --> <pattern id="y-axismark-main" width="0.8" height="10" patternUnits="userSpaceOnUse"> <line x1="-1" y1="0" x2="0.8" y2="0" class="axismark-main"/> </pattern> <!-- y-axis2 mark, modify "width" --> <pattern id="y-axis2mark-main" width="0.4" height="10" patternUnits="userSpaceOnUse"> <line x1="-1" y1="0" x2="11" y2="0" class="axismark-main"/> </pattern>

<!--== graph marker ==--> <g class="graphmarker">
<g id="graph1markershape" transform="translate(0.85,0.85)"><rect x="-0.425" y="-0.425" width="0.851" height="0.851" fill="x"/></g> <!-- regular square --> <marker id="graph1marker" class="graph1marker" refX="0.85" refY="0.85" viewBox="0 0 1.7 1.7" markerUnits="userSpaceOnUse" markerWidth="1.7" markerHeight="1.7"> <use xlink:href="#graph1markershape"/> </marker> <marker id="graph1markerstretch" class="graph1marker" refX="0.85" refY="0.365" viewBox="0 0 1.7 1.7" markerUnits="userSpaceOnUse" markerWidth="1.7" markerHeight="1.7"> <use transform="scale(1, 0.429)" xlink:href="#graph1markershape"/> </marker>
<g id="graph2markershape" transform="translate(0.85,0.85)"><rect transform="rotate(45)" x="-0.425" y="-0.425" width="0.851" height="0.851" fill="x"/></g> <!-- tilted square --> <marker id="graph2marker" class="graph2marker" refX="0.85" refY="0.85" viewBox="0 0 1.7 1.7" markerUnits="userSpaceOnUse" markerWidth="1.7" markerHeight="1.7"> <use xlink:href="#graph2markershape"/> </marker> <marker id="graph2markerstretch" class="graph2marker" refX="0.85" refY="0.365" viewBox="0 0 1.7 1.7" markerUnits="userSpaceOnUse" markerWidth="1.7" markerHeight="1.7"> <use transform="scale(1, 0.429)" xlink:href="#graph2markershape"/> </marker>
<g id="graph3markershape" transform="translate(0.85,0.85)"><polygon points="-0.51,0.51 0.51,0.51 0,-0.51" fill="x"/></g> <!-- tilted triangle --> <marker id="graph3marker" class="graph3marker" refX="0.85" refY="0.85" viewBox="0 0 1.7 1.7" markerUnits="userSpaceOnUse" markerWidth="1.7" markerHeight="1.7"> <use xlink:href="#graph3markershape"/> </marker> <marker id="graph3markerstretch" class="graph3marker" refX="0.85" refY="0.365" viewBox="0 0 1.7 1.7" markerUnits="userSpaceOnUse" markerWidth="1.7" markerHeight="1.7"> <use transform="scale(1, 0.429)" xlink:href="#graph3markershape"/> </marker> </g> </defs> <g transform="scale(1, -1)"> <!-- x axis, modify "x2" and "width" --> <rect id="x-axismark" x="-0.2" y="-0.7" width="41.3" height="0.7" fill="url(#x-axismark-main)"/> <line id="x-axis" x1="0" y1="0" x2="41" y2="0" class="axisline"/> <!-- y axis, modify "height" --> <rect id="y-axismark" x="-0.7" y="-0.2" width="0.7" height="39.5" fill="url(#y-axismark-main)"/> <line id="y-axis" x1="0" y1="0" x2="0" y2="38.5" class="axisline"/> </g> <!-- x axis text, modify each value --> <g id="axistext-x" class="axistext-x-number" transform="translate(0, 2.4)" text-anchor="middle"> <text id="title-x" class="axistext-x" x="20.25" y="2.4" > <tspan dy="-0.733px"/></text> </g> <!-- y axis text, modify each value --> <g id="axistext-y" class="axistext-y" text-anchor="end" transform="translate(-1.2, 0.6)">   <text y= "-0"> <tspan dy="-0.733px"/>-1</text>   <text y="-3.5"> <tspan dy="-0.733px"/>0</text>   <text y= "-7"> <tspan dy="-0.733px"/>1</text>   <text y="-10.5"> <tspan dy="-0.733px"/>2</text>   <text y="-14"> <tspan dy="-0.733px"/>3</text>   <text y="-17.5"> <tspan dy="-0.733px"/>4</text>   <text y="-21"> <tspan dy="-0.733px"/>5</text>   <text y="-24.5"> <tspan dy="-0.733px"/>6</text>   <text y="-28"> <tspan dy="-0.733px"/>7</text>   <text y="-31.5"> <tspan dy="-0.733px"/>8</text>   <text y="-35"> <tspan dy="-0.733px"/>9</text>   <text y="-38.5"> <tspan dy="-0.733px"/>10</text>   <text y="-42"> <tspan dy="-0.733px"/>11</text>   <text y="-45.5"> <tspan dy="-0.733px"/>12</text>   <text y="-49"> <tspan dy="-0.733px"/>13</text>   <text y="-52.5"> <tspan dy="-0.733px"/>14</text>   <text y="-56"> <tspan dy="-0.733px"/>15</text>   <text y="-59.5"> <tspan dy="-0.733px"/>16</text>   <text y="-63"> <tspan dy="-0.733px"/>17</text>   <text y="-66.5"> <tspan dy="-0.733px"/>18</text> <text id="title-y" x="19.3" y="-3.3" transform="rotate(-90)" text-anchor="middle" > <tspan dy="-0.733px"/></text> </g>
<!-- legend --> <g id="legend" class="legendtext" transform="translate(42.5, -34.7)">
<g id="legend-background" class="axismark-main"> <rect x="0" y="0" fill="white" width="13.2" height="4.9"/> </g>
  <g class="graphgeneral"><g class="graph1line"> <polyline id="legend-line1" points="0.81 1.4 2.84 1.4" marker-start="none" marker-end="none"/>
<path id="legend-marker1" transform="scale(1 -1)" stroke-width="0.00001" d="M 1.82 -1.4 h 0" marker-start="url(#graph1marker)" marker-end="none"/> </g></g> <text id="legend-text1" x="3.6" y="1.95"> <tspan dy="-0.733px"/>1st W </text>
  <g class="graphgeneral"><g class="graph2line"> <polyline id="legend-line2" points="0.81 3.41 2.84 3.41" marker-start="none" marker-end="none"/>
<path id="legend-marker2" transform="scale(1 -1)" stroke-width="0.00001" d="M 1.82 -3.41 h 0" marker-start="url(#graph2marker)" marker-end="none"/> </g></g> <text id="legend-text2" x="3.6" y="3.95"> <tspan dy="-0.733px"/>2nd W </text> </g> <!--====== graph data with origin values, you can manually copy or attach the values here ======--> <!-- modify displacement "translate" --> <defs> <g id="graphs">
<!-- graph 2 -->
<polyline id="graph2" points=" 25 40 40 10 55 35 70 10 85 40 "/> </g> <g id="graph1"> <!-- graph 1 --> <polyline id="graph1-line" stroke-width="0.122" points=" 15 40 30 10 45 35 60 10 75 40 "/> </g> </defs> <g class="graphgeneralstretch" transform="scale(1.5, -3.5) translate(-1993, 1)">
  <!-- graph 2 --> <use id="graphuse2p2" transform="translate(0.08, 0)" class="graph2lineblank" xlink:href="#graph2"/> <use id="graphuse2m2" transform="translate(-0.08, 0)" class="graph2lineblank" xlink:href="#graph2"/> <use id="graphuse2p3" transform="translate(-0.039, 0)" class="graph2lineblank" xlink:href="#graph2"/> <use id="graphuse2m3" transform="translate(0.039, 0)" class="graph2lineblank" xlink:href="#graph2"/> <use id="graphuse2-1" transform="translate(0, 0)" class="graph2line" xlink:href="#graph2"/>
  <!-- graph 1 --> <use id="graphuse1p2" transform="translate(0.08, 0)" class="graph1lineblank" xlink:href="#graph1"/> <use id="graphuse1m2" transform="translate(-0.08, 0)" class="graph1lineblank" xlink:href="#graph1"/> <use id="graphuse1p3" transform="translate(-0.039, 0)" class="graph1lineblank" xlink:href="#graph1"/> <use id="graphuse1m3" transform="translate(0.039, 0)" class="graph1lineblank" xlink:href="#graph1"/> <use id="graphuse1-1" transform="translate(0, 0)" class="graph1line" xlink:href="#graph1"/> </g> </svg>