Last active
January 16, 2018 14:10
-
-
Save reneegyllensvaan/068947e0f5b2f79bba391c66d0851e18 to your computer and use it in GitHub Desktop.
ciu180 infoviz svg bar chart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<!-- Generator: Gravit.io --> | |
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 400 300" width="400" height="300"><defs><clipPath id="_clipPath_FpnaGlDWTGcNZWiRxQwxvMT7koZN857w"><rect width="400" height="300"/></clipPath></defs><g clip-path="url(#_clipPath_FpnaGlDWTGcNZWiRxQwxvMT7koZN857w)"><g id="Group"><g id="Group"><line x1="384" y1="266" x2="30" y2="266" vector-effect="non-scaling-stroke" stroke-width="1" stroke="rgb(0,0,0)" stroke-linejoin="miter" stroke-linecap="square" stroke-miterlimit="3"/><line x1="30" y1="54" x2="30" y2="266" vector-effect="non-scaling-stroke" stroke-width="1" stroke="rgb(0,0,0)" stroke-linejoin="miter" stroke-linecap="square" stroke-miterlimit="3"/></g></g><g transform="matrix(-0.002,-0.471,0.471,-0.002,10.35,222.304)"><text transform="matrix(1,0,0,1,0,21.377)" style="font-family:"Open Sans";font-weight:400;font-size:20px;font-style:normal;fill:#000000;stroke:none;">Permutations per iteration</text></g><g transform="matrix(0.471,0,0,0.471,177.657,283.021)"><text transform="matrix(1,0,0,1,0,21.377)" style="font-family:"Open Sans";font-weight:400;font-size:20px;font-style:normal;fill:#000000;stroke:none;">Iterations per set</text></g><rect x="51" y="205" width="51" height="60" transform="matrix(1,0,0,1,0,0)" fill="rgb(255,0,0)"/><rect x="131" y="72" width="51" height="193" transform="matrix(1,0,0,1,0,0)" fill="rgb(0,255,0)"/><rect x="211" y="140" width="51" height="125" transform="matrix(1,0,0,1,0,0)" fill="rgb(74,134,232)"/><rect x="291" y="191" width="51" height="74" transform="matrix(1,0,0,1,0,0)" fill="rgb(74,134,232)"/><g transform="matrix(0.48,0,0,0.48,69,265)"><text transform="matrix(1,0,0,1,0,21.377)" style="font-family:"Open Sans";font-weight:400;font-size:20px;font-style:normal;fill:#000000;stroke:none;">16</text></g><g transform="matrix(0.48,0,0,0.48,149,265)"><text transform="matrix(1,0,0,1,0,21.377)" style="font-family:"Open Sans";font-weight:400;font-size:20px;font-style:normal;fill:#000000;stroke:none;">32</text></g><g transform="matrix(0.48,0,0,0.48,229,265)"><text transform="matrix(1,0,0,1,0,21.377)" style="font-family:"Open Sans";font-weight:400;font-size:20px;font-style:normal;fill:#000000;stroke:none;">64</text></g><g transform="matrix(0.48,0,0,0.48,309,265)"><text transform="matrix(1,0,0,1,0,21.377)" style="font-family:"Open Sans";font-weight:400;font-size:20px;font-style:normal;fill:#000000;stroke:none;">128</text></g><g transform="matrix(1,0,0,1,32,16)"><text transform="matrix(1,0,0,1,0,21.377)" style="font-family:"Open Sans";font-weight:400;font-size:20px;font-style:normal;fill:#000000;stroke:none;">Workshop 1 SVG, Renee Gyllensvaan</text></g></g></svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment