Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
In these lessons, you will learn to visualize data with line charts. We’ll show you how to create a single plot line with labels and grids, and you’ll learn to lay out line graph subplots. You will start by creating a simple line plot, then you’ll learn how to generate line plots with styling like titles, x-axis and y-axis labels, and grids. You will also learn how to specify individual fonts for line plot titles and labels.
Then we’ll show you how to lay out line graph subplots. In these graphs, you will be able to lay out the row and column location for each subplot. You’ll use Numpy random integers to create unique lists of hypothetical stock prices in a Pandas DataFrame, then we’ll conclude with how to create line plots using the test stock data from the Pandas DataFrame you created.
You will learn to visualize data with line charts, including creating a single plot line with labels and grids, styling plots with titles and axis labels, specifying fonts, laying out line graph subplots, and plotting using a Pandas DataFrame.
The lessons cover Plot Labels and Grids, Creating Subplots, and Plotting With a Pandas DataFrame.
You will build skills in Data Visualization, Graphing, Information Visualization, Line Charts, Scientific Visualization, and Visualization.
You will use Numpy random integers to create unique lists of hypothetical stock prices in a Pandas DataFrame, then create line plots using that test stock data.