init
This commit is contained in:
71
lab2/results/figure_2_plot.py
Normal file
71
lab2/results/figure_2_plot.py
Normal file
@@ -0,0 +1,71 @@
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
plt.plot([
|
||||
-8.69983,
|
||||
-8.69546,
|
||||
-7.02473,
|
||||
-8.70105,
|
||||
-8.74989,
|
||||
-8.83741,
|
||||
-8.26651,
|
||||
-8.83748,
|
||||
-8.65732,
|
||||
-8.85348,
|
||||
-8.6054,
|
||||
-8.8361,
|
||||
-8.53024,
|
||||
-8.33546,
|
||||
-8.64118,
|
||||
-8.82631,
|
||||
-8.7925,
|
||||
-8.7356,
|
||||
-8.81997,
|
||||
-8.72815,
|
||||
-8.80891,
|
||||
-8.55486,
|
||||
-8.83265,
|
||||
-8.75692,
|
||||
-8.82736,
|
||||
-8.76921,
|
||||
-8.76973,
|
||||
-8.60752,
|
||||
-8.8201,
|
||||
-8.84716
|
||||
])
|
||||
|
||||
plt.plot([
|
||||
-8.69983,
|
||||
-8.69546,
|
||||
-8.69546,
|
||||
-8.70105,
|
||||
-8.74989,
|
||||
-8.83741,
|
||||
-8.83741,
|
||||
-8.83748,
|
||||
-8.83748,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348,
|
||||
-8.85348
|
||||
|
||||
])
|
||||
|
||||
plt.title("Pathological Function")
|
||||
plt.show()
|
||||
Reference in New Issue
Block a user