Thrust Available and Thrust Required at 10,000 ft
Explore how to use Python and Matplotlib to create subplots illustrating thrust available and thrust required at 10,000 feet. Understand adjusting graph properties and plotting techniques to visualize engine performance at different altitudes.
We'll cover the following...
We'll cover the following...
You could probably adjust the x-axis a little more to remove some of the whitespaces, but the first graph looks good, and it will help to have space later.
You want to create three subplots to be shown that represent each altitude, so you need to tell Matplotlib that you want to make subplots. After the inputs but before the sea level code, add: