Description

Learning Goal: I’m working on a python exercise and need an explanation and answer to help me learn.

(Easy coding for a quick buck)

Your task is to build a program from provided started code that reads data values from a file and draws a Sankey diagram that represents those values.

At a high-level, the aim is for you to demonstrate that you can use text files and the “ezgraphics” library.

You are given some starter code (sankey.py); you do not need to change this code. You are required to complete the functions described in this document (Sankey Diagram Instructions). You will also need to write your own functions.

I have attached 6 .txt files, 1 ezgraphics cache file, the started code (sankey.py) and pdf instructions.

This task should not take long at all, Please complete the optional exercises also and ADD A TON OF NOTES WITHIN THE CODE.