You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
703 B
72 lines
703 B
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()
|