Python Forum

Full Version: Display school assigment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello All!

I got a school assignment, where I have to display a chart that contains 4 result.
There are 4 variables, each has an int value from 0-100. I have to place the 4 values on the four sections of the table.

The question is:
-How to draw this? (since I can not upload here,I put it on imgur. It has to be under 1024x840)
https://imgur.com/a/UUqzv

-How to place the 4 results on the chart?

The whole exercise is that, from a web survey I have to take the datas, and import them to python, where I place each survey result in the chart.

Thank you all for your help! Pray
For a newbie, this is too difficult.
If not:
  1. Learn Python 3.x
  2. Image: https://python-pillow.org/
  3. Web: http://www.pythonforbeginners.com/reques...-in-python
You are kind of scant on specifics, so I'll just suggest using Matplotlib.  They have many examples (with code) and their tutorial is very good.