Ask Python Expert

Task: Bubble Charts

Overview

One of the most basic functions of any IT system is to process a given data set to produce some form of human-readable output. This task requires you to produce a visual image based on data stored in a list. It tests your abilities to:

• Iterate through sequences of data values;
• Perform arithmetic operations;
• Display information in a visual form; and
• Produce reusable code.

These same skills, which you will acquire by completing this task at home, will subsequently be tested under time pressure in the Week 7 "in-class test."

Goal

You are required to write a Python program which processes data stored in a list to produce a "bubble chart." Bubble charts are a common way to visually display data sets that have values in three dimensions. They extend the familiar notion of a scatter plot, used to display two-dimensional data on an x-y coordinate system, to include a third dimension by varying the sizes of the dots on the chart. In our case, however, we will not draw simple "bubbles" (dots), but will use the abilities of Turtle graphics to show the bubbles as icons which visually represent the data items whose values they portray.

The data values to be displayed each consists of a quadruple, specifying the icon style, and the corresponding x, y and z components for this data item. You are required to use Turtle graphics to draw a corresponding bubble chart for each icon in a list, where the x and y values determine the position of the icon and the z value determines its size. Each icon drawn must precisely match the dimensions specified, and each icon must be clearly distinct. Your program must work for any of the given data sets, and any other similar data sets in the same format. You have a free choice in the style of icons to be displayed, however.

Specific requirements

To complete this task you are required to extend the given bubble_charts.py template file by completing the function draw_bubble_chart so that it can draw bubble charts by following a given data set that specifies the style and dimensions of the icons to be displayed. In addition, your chart must include a legend explaining what each of the icons denotes.

To get started, you first need to choose a collection of five icons to draw. These must all be related in some way, must clearly be evocative of the subject they are intended to represent, and must be non-trivial. Simple geometric shapes, such as squares, circles, etc, are not acceptable. Suggested sources of ideas for sets of icons include the following.

• Comic or cartoon characters

• TV shows

• Sporting teams

• Political parties

• Countries or states

• Brands of commercial products, e.g., soft drinks, fast food, etc

• Automobile makes

• Games

• Companies, e.g., airlines, banks, etc

• Educational institutions, e.g., universities or high schools

• Media brands, e.g., newspapers, magazines, etc

Other ideas are welcome, provided that they involve a set of non-trivial, clearly-distinct icons.

Your submitted solution will consist of a single Python file and must have at least the following features.

• It must produce at least five different styles of icon. The icons must be clearly distinct in colour and shape. The icons must be non-trivial, i.e., they must not be simple geometric shapes such as circles and squares. We would expect that each icon would comprise at least two separate shapes and colours, typically more. Effort should be put into making your drawing of the icon look like the "real" one. (We admit that our Turtle-based drawing of Superman's emblem is far from perfect, but it is still clear which superhero it represents!)

• When your draw_bubble_chart function is called with a particular data set, the icons must be drawn to precisely match the specifications in the data set in terms of their style, position and size. Importantly, all features of each icon must scale proportionately when it is drawn at different sizes.

• You may not import any modules or files into your program other than those already included in the given bubble_charts.py template. In particular, you may not

import any image files for use in creating your icons. All five icons must be drawn using basic Turtle graphics functions only.

• The legend must be easy to read and understand and must clearly identify what each icon represents.

• Your solution must work for all of the given data sets. You may not change the data sets provided, but you can add additional sets if you like.

• Your program code must be presented in a professional manner. See the coding guidelines in the IFB104 Code Marking Guide (on Blackboard under Assessment) for suggestions on how to achieve this. In particular, given the obscure and repetitive nature of the code needed to draw complex images using Turtle graphics, each significant code segment must be clearly commented to say what it does, e.g., what feature of the icon the corresponding code produces.

Most importantly, you are not required to copy the set of icon styles shown in this document. Instead you are strongly encouraged to be creative and to choose your own set of icons from some area that interests you personally.

Development hints

• This is not a difficult task, but due to the need to create multiple icon styles that can be drawn at different sizes, it would be very repetitive if you tried to code the whole solution using ‘brute force.' Instead you are strongly encouraged to design reusable parameterised functions to draw the icons to reduce the amount of code you need to write. (And obviously you should aim to use the same functions to draw the icons in the legend and on the chart.)

• To draw the icons you must use only the basic Turtle drawing functions. You may not import any image files into your code. In our "superheroes" demonstration we created Batman's emblem by varying the shape and colour of the turtle and "stamping" it onto the screen; the icon is made of an oval (actually a stretched circle), a rectangle (a stretched square), and several triangles. On the other hand, Superman's shield was produced just by moving the turtle to draw individual lines.

• If you are unable to complete the whole task, just submit whatever parts you can get working. You will receive partial marks for incomplete solutions. (The hardest part of this task is making the icons scalable to different sizes, so you may want to leave this to last.)

• To help you debug your code we have provided some data sets which don't produce realistic looking bubble charts, but allow you to clearly see the dimensions of your icons. In particular, data sets 0 to 4 each draw one icon at different sizes, so you can use these to guide your development of each icon style.


Attachment:- bubble_charts.rar

Python, Programming

  • Category:- Python
  • Reference No.:- M91582480
  • Price:- $220

Guranteed 48 Hours Delivery, In Price:- $220

Have any Question?


Related Questions in Python

Part i the assignment filesone of the most important

Part I: The Assignment Files One of the most important outcomes of this assignment is that you understand the importance of testing. This assignment will follow an iterative development cycle. That means you will write a ...

Homework -this homework will have both a short written and

Homework - This homework will have, both a short written and coding assignment. The problems that are supposed to be written are clearly marked. 1) (Written) Make heuristics Describe two heuristics for the slide problem ...

Tasksdemonstrate data scraping of a social network of

Tasks Demonstrate data scraping of a social network of choice. Develop technical documentation, including the development of the code & detailing the results. Provide a report on the findings, that includes research into ...

Assignment1 utilising python 3 build the following

Assignment 1. Utilising Python 3 Build the following regression models: - Decision Tree - Gradient Boosted Tree - Linear regression 2. Select a dataset (other than the example dataset given in section 3) and apply the De ...

Python programming assignment -you first need an abstract

Python Programming Assignment - You first need an abstract base class, called, Account which has the following attributes and methods: accountID: This attribute holds the ID assigned the account , if not provided set to ...

Learning outcomes lo3 - research develop and document a

Learning Outcomes LO3 - Research, develop, and document a basic security policy, and analyse, record, and resolve all security incidents LO4 - Identify and assess the threats to, and vulnerabilities of networks Assessmen ...

Question research pythons dictionary data type dictdiscuss

Question : Research Python's dictionary data type (dict). Discuss its interface and usage. Include examples. Discuss practical applications of dictionaries.

Questionwhat is a python development frameworkgive 3

Question What is a python development framework? Give 3 examples python development framework used today. and explain which development framework is used in which industry.

Below zero - ice cream storethe local ice-cream store needs

Below Zero - ice cream store The local ice-cream store needs a new ordering system to improve customer service by streamlining the ordering process. The manager of the store has found that many orders are incorrect and s ...

The second task in this assignment is to create a python

The second task in this assignment is to create a Python program called pancakes.py that will determine the final order of a stack of pancakes after a series of flips.(PYTHON 3) Problem Task In this problem, your input w ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As