Public
Edited
Apr 18, 2023
Insert cell
Insert cell
landGuzzlersSketch1 = FileAttachment("Land Guzzlers Sketch@1.pdf")
Insert cell
<svg width="11000" height="1100">
<style>
.label {
font: 30px arial;
fill: #FFFFFF;
}
.info {
font: 20px arial;
fill: #FFFFFF;
}
.additional {
font: 18px arial;
fill: #FFFFFF;
}
/* put style rules in this section. These will apply to the whole file */
/* you can also use inline style="property:value; property:value;" statements in the svg elements below. */
.yoursHere {fill: someColor; stroke: someColor; stroke-width: someSizeInPixels}
</style>


<!-- shapes -->
<rect width="1048" height="1048" x="0" y="52" style="fill: #a5620b; stroke:#FFFFFF; stroke-width: 2px" />
<!-- L Dog square -->

<rect width="916" height="916" x="0" y="184" style="fill: #c29657; stroke:#FFFFFF; stroke-width: 2px" />
<!-- M Dog square -->

<rect width="640" height="640" x="0" y="460" style="fill: #cc1f5e; stroke:#FFFFFF; stroke-width: 2px" />
<!-- Toyota LC square -->
<rect width="424" height="424" x="0" y="676" style="fill: #a71949; stroke:#FFFFFF; stroke-width: 2px" />
<!-- VWGolf square -->

<rect width="387" height="387" x="0" y="713" style="fill: #f7991d; stroke:#FFFFFF; stroke-width: 2px" />
<!-- cat square -->

<rect width="118" height="118" x="0" y="982" style="fill: #231f20; stroke:#FFFFFF; stroke-width: 2px" />
<!-- hamster square -->

<!-- Main Labels -->

<text text-anchor="end" x="1043" y="82" class="label">LARGE DOG</text>
<!-- L Dog -->
<text text-anchor="end" x="911" y="214" class="label">MEDIUM-SIZED DOG</text>
<!-- M Dog -->
<text text-anchor="end" x=635 y="490" class="label">TOYOTA LAND CRUISER</text>
<!-- Toyota LC -->
<text text-anchor="end" x="419" y="706" class="label">VOLKSWAGON GOLF</text>
<!-- VWGolf -->
<text text-anchor="end" x="382" y="743" class="label">CAT</text>
<!-- cat -->

<text text-anchor="start" x="120" y="1010" class="label">HAMSTER</text>
<!-- hamster -->

<!-- Eco-footprint Labels -->

<text text-anchor="start" x="92" y="-1030" class="info" transform="rotate(90)" >Eco-footprint: 1.1 hectares</text>
<!-- L Dog -->
<text text-anchor="start" x="224" y="-898" class="info" transform="rotate(90)" >Eco-footprint: 0.84 hectares</text>
<!-- M Dog -->
<text text-anchor="start" x="500" y="-622" class="info" transform="rotate(90)" >Eco-footprint: 0.41 hectares</text>
<!-- Toyota LC -->
<text text-anchor="start" x="753" y="-369" class="info" transform="rotate(90)" >Eco-footprint: 0.15 hectares</text>
<!-- cat -->

<text text-anchor="start" x="120" y="1030" class="info">Eco-footprint:</text>
<text text-anchor="start" x="120" y="1050" class="info">0.014 hectares</text>
<!-- hamsters -->

<!-- seperators -->

<line x1="590" y1="225" x2="890" y2="225" style="stroke:#FFFFFF;" />
<line x1="890" y1="225" x2="890" y2="300" style="stroke:#FFFFFF;" />
<!-- M Dog -->

<line x1="260" y1="500" x2="615" y2="500" style="stroke:#FFFFFF;" />
<line x1="615" y1="500" x2="615" y2="550" style="stroke:#FFFFFF;" />
<!-- Toyota LC -->

<!-- additional info lines -->
<text text-anchor="end" x="884" y="244" class="additional">CONSUMPTION PER YEAR</text>
<text text-anchor="end" x="884" y="264" class="additional">164kg of meat, 95kg of cereals</text>
<text text-anchor="end" x="884" y="284" class="additional">43.3m2 of land per 1kg of chicken (more for beef or lamb), 13.4m2 of land per 1kg of cereals</text>
<!-- M Dog -->

<text text-anchor="end" x=610 y="520" class="additional">10,000km DRIVEN PER YEAR</text>
<text text-anchor="end" x=610 y="540" class="additional">55.1 gigajoules (includes energy required to fuel and construct)</text>
<!-- Toyota LC -->

<!-- Title -->
<text text-anchor="start" x=0 y="30" style="fill: black; font: 32pt arial">Land guzzlers</text>
<text text-anchor="start" x=0 y="50" style="fill: black; font: 12pt arial">The ecological footprints of our pets can make SUVs look positively eco-friendly</text>
</svg>
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more