Home > Python > Plotting in Python

Ch. 5.1 Basic Plot and formatting

Chapters Index
Program 1

Basic Plot and formatting

Python 3.11 Ready

                                
Click "Run Code" to execute script and render figures.

Mathematical Problem Formulation

Basic Line Plot
Program 2

Basic Plot and formatting

Python 3.11 Ready

                                
Click "Run Code" to execute script and render figures.

Mathematical Problem Formulation

Basic Scatter Plot
Program 3

Basic Plot and formatting

Python 3.11 Ready

                                
Click "Run Code" to execute script and render figures.

Mathematical Problem Formulation

Multiple Lines on same plot
Program 4

Basic Plot and formatting

Python 3.11 Ready

                                
Click "Run Code" to execute script and render figures.

Mathematical Problem Formulation

Dual Axis Plot
Program 5

Basic Plot and formatting

Python 3.11 Ready

                                
Click "Run Code" to execute script and render figures.

Mathematical Problem Formulation

Error Bar
Program 6

Basic Plot and formatting

Python 3.11 Ready

                                
Click "Run Code" to execute script and render figures.

Mathematical Problem Formulation

Line Plot of Sine Function
Program 7

Basic Plot and formatting

Python 3.11 Ready

                                
Click "Run Code" to execute script and render figures.

Mathematical Problem Formulation

User defined Function Plot
Program 8

Basic Plot and formatting

Python 3.11 Ready

                                
Click "Run Code" to execute script and render figures.

Mathematical Problem Formulation

User Defined Function Plot