/matplotlib

Primary LanguageJupyter Notebook

All the excercise are done using matplotlib.

This folders contains -

  1. Testing matplot lib

  2. Drawing a line in a diagram from position (0,0) to position (6,250) alt text Figure - 1

  3. Plotting on Line: Draw a line in a diagram from position (1, 3) to position (8, 10) alt text Figure - 2

  4. Plotting Without Line: Draw two points in the diagram, one at position (1, 3) and one in position (8, 10) alt text Figure - 3

  5. Multiple Points: Draw a line in a diagram from position (1, 3) to (2, 8) then to (6, 1) and finally to position (8, 10) alt text Figure - 4

  6. Default X-Points: Plotting without x-points

alt text Figure - 5

  1. Default Y-Points: Plotting without Y-points

alt text Figure - 6