Question: Networking for Software Developers This is a group lab that will contribute towards your final project. One person will submit this work to the group

Networking for Software Developers
This is a group lab that will contribute towards your final project. One person will submit this work to the group dropbox.
Lab 9- Display Chart.
We will build a GUI to display a set of values. You will display the values using both a line chart and a bar chart on the same app. You will implement the following:
In the constructor create a list of 20 values from your generator class in Lab Assignment 6. This will not change for the life of the application.
In the initUI() method do the following:
Add the code that will create the three widgets at the top of the window as shown in the screenshot below.
Call the method below that will draw the rectangles and lines as shown in the screenshot.
Wire-up the button to read the input from the textbox and call the method in step 3 with the appropriate arguments.
Define a method that takes the start values (the list of values is available as a class attribute) and will draw the six rectangles and the lines.
Hictarinal nota
Historical Data
Due:
See schedule for due date.
Requirements:
You will use the same quantity that you selected in the previous lab (from temperature, humidity, barometric pressure, customers at a mall, or just with an alternate descriptor).
Design and build a GUI application class that will model a display for your sensor reasonably well.
You must provide an Entry (Textbox) and a button to read the value and call the method to draw the rectangles and lines.
There are marks for aesthetics.
See the appendix of the previous week lab for some code sample and possible directions to explore.
Submission
Your code file will be named group_your_group_number_display_chart.py (e.g., group_1_display_chart.py).
Must be uploaded to course dropbox.
See schedule for due date.
Rubrics
[Class]4/4
[unitUI Method]3/3
[Button Handler]2/2
|| Draw rectangle]6/6
Networking for Software Developers This is a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!