Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For example, plot _ noon _ elevations _ over _ year ( - 4 3 . 5 2 5 6 5 ) should display a

For example, plot_noon_elevations_over_year(-43.52565) should display a graph like the one below:
Graph details - get the window dressing right
Your plot should use the following settings:
a linestyle of '-'
a marker of None.
a color of 'orange'
The title of the graph should display the latitude to two decimal places. You should use the following string as a basis for generating the graph title:
Daily noon solar elevations at latitude =-43.53
The x and y axis labels should be 'Day' and 'Noon solar elevation (degrees)' respectively.
The x ticks should be integer values from 0 to 360, inclusive, in steps of 30.
The x tick labels should be the nice date string for each x tick. For example, axes.set_xticklabels(day_strings, rotation=90)
Remember, you must set x ticks before setting the x tick labels.
The extra rotation value will mean the labels are printed vertically (it's optional but your graph will be ugly without it).
To get you axis labels to show fully you should call plt.tight_layout() just before your plt.show()
Alternatively, you can adjust the bottom margin of the graph window by clicking on the button in the view window and sliding/changing the bottom value.
The y ticks should be integer values from -90 to 90, inclusive, in steps of 10.
The y tick labels should be set to be the same as the y tick values.
The grid should be showing on the graph.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Michael V. Mannino

4th Edition

0615231047, 978-0615231044

More Books

Students also viewed these Databases questions

Question

2. DO change any clerical or calculation errors.

Answered: 1 week ago

Question

8-6 Who poses the biggest security threat: insiders or outsiders?

Answered: 1 week ago