gitignore entfernt.

This commit is contained in:
2024-07-12 10:46:49 +02:00
parent 6e015d30a1
commit e0d1fc976a
4887 changed files with 1191510 additions and 0 deletions
@@ -0,0 +1,11 @@
# a small set of changes that will make your plotting FAST (1).
#
# (1) in some cases
# Maximally simplify lines.
path.simplify: True
path.simplify_threshold: 1.0
# chunk up large lines into smaller lines!
# simple trick to avoid those pesky O(>n) algorithms!
agg.path.chunksize: 10000