Add some decoration

There are two options below of template plots to build upon: a tree and a snowman.

As a group or individually, decorate an image (or multiple images) and when completed you can save this figure to file (uncomment the appropriate cell to do so). This can then be downloaded from Noteable and uploaded to the Padlet with your group name:

https://uob.padlet.org/fturci/adding-decorations-zk4khqfwj17l2377

Decorate a tree

The code below creates the outline of a tree which you can add your decoration to:


Decorate a snowman

As an alternative, the code below creates the outline of a snowman which you can add features to:


Some options in matplotlib

Here are some examples of some matplotlib options and functionality that you could use:

More options

Colour options:

Marker and line style options:

Patches (Rectangle, Circle, Polygon)

Or look in the matplotlib gallery to see if anything provides inspiration:


Extra Challenge: can you use random number generation to add detail to your picture?