Skip to content

Commit

Permalink
made dir for chaos experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuhron committed Oct 23, 2022
1 parent 4cc8414 commit 1c144bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ BasisSpectrumOutput/
Mapping/NoiseImages/
Emergence/Images/
Genetics/*.png
StrangeAttractorImages/
Chaos/Images/
MomentOfInertiaImages/
RecurrenceRelationImages/
Genetics/ChemicalDiagrams/
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion QuadraticMap.py → Chaos/QuadraticMap.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ def get_late_iterations(f, x0, y0, coefficients, n0, n1):

xs, ys = get_late_iterations(quadratic_map_2d, 0, 0, coefficients, 10000, 100000)
plt.scatter(xs, ys, c="k", marker='o', s=(72./plt.gcf().dpi)**2, alpha=0.1)
plt.savefig("QMap.png")
plt.savefig("QuadraticMapImages/QMap.png")

0 comments on commit 1c144bd

Please sign in to comment.