ZTWHHH commited on
Commit
8df8887
·
verified ·
1 Parent(s): babc3da

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. omnilmm/lib/python3.10/site-packages/matplotlib/cbook/__init__.py +2341 -0
  2. omnilmm/lib/python3.10/site-packages/matplotlib/cbook/__pycache__/__init__.cpython-310.pyc +0 -0
  3. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/kpsewhich.lua +3 -0
  4. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/matplotlibrc +788 -0
  5. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/plot_directive/plot_directive.css +16 -0
  6. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/Minduka_Present_Blue_Pack.png +3 -0
  7. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/README.txt +2 -0
  8. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/Stocks.csv +526 -0
  9. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/data_x_x2_x3.csv +11 -0
  10. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/eeg.dat +0 -0
  11. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/embedding_in_wx3.xrc +65 -0
  12. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/grace_hopper.jpg +3 -0
  13. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/jacksboro_fault_dem.npz +3 -0
  14. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/membrane.dat +0 -0
  15. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/msft.csv +66 -0
  16. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/percent_bachelors_degrees_women_usa.csv +43 -0
  17. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/s1045.ima.gz +3 -0
  18. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/topobathy.npz +3 -0
  19. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/Solarize_Light2.mplstyle +53 -0
  20. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/_classic_test_patch.mplstyle +6 -0
  21. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/_mpl-gallery-nogrid.mplstyle +19 -0
  22. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/_mpl-gallery.mplstyle +19 -0
  23. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/bmh.mplstyle +29 -0
  24. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/classic.mplstyle +492 -0
  25. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/dark_background.mplstyle +29 -0
  26. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/fast.mplstyle +11 -0
  27. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/fivethirtyeight.mplstyle +40 -0
  28. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/ggplot.mplstyle +39 -0
  29. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/grayscale.mplstyle +29 -0
  30. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-bright.mplstyle +3 -0
  31. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-colorblind.mplstyle +3 -0
  32. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-dark-palette.mplstyle +3 -0
  33. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-dark.mplstyle +30 -0
  34. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-darkgrid.mplstyle +30 -0
  35. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-deep.mplstyle +3 -0
  36. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-muted.mplstyle +3 -0
  37. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-notebook.mplstyle +21 -0
  38. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-paper.mplstyle +21 -0
  39. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-pastel.mplstyle +3 -0
  40. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-poster.mplstyle +21 -0
  41. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-talk.mplstyle +21 -0
  42. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-ticks.mplstyle +30 -0
  43. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-white.mplstyle +30 -0
  44. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-whitegrid.mplstyle +30 -0
  45. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8.mplstyle +57 -0
  46. omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/tableau-colorblind10.mplstyle +3 -0
  47. omnilmm/lib/python3.10/site-packages/matplotlib/sphinxext/__init__.py +0 -0
  48. omnilmm/lib/python3.10/site-packages/matplotlib/sphinxext/__pycache__/__init__.cpython-310.pyc +0 -0
  49. omnilmm/lib/python3.10/site-packages/matplotlib/sphinxext/__pycache__/mathmpl.cpython-310.pyc +0 -0
  50. omnilmm/lib/python3.10/site-packages/matplotlib/sphinxext/__pycache__/plot_directive.cpython-310.pyc +0 -0
omnilmm/lib/python3.10/site-packages/matplotlib/cbook/__init__.py ADDED
@@ -0,0 +1,2341 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ A collection of utility functions and classes. Originally, many
3
+ (but not all) were from the Python Cookbook -- hence the name cbook.
4
+
5
+ This module is safe to import from anywhere within Matplotlib;
6
+ it imports Matplotlib only at runtime.
7
+ """
8
+
9
+ import collections
10
+ import collections.abc
11
+ import contextlib
12
+ import functools
13
+ import gzip
14
+ import itertools
15
+ import math
16
+ import operator
17
+ import os
18
+ from pathlib import Path
19
+ import shlex
20
+ import subprocess
21
+ import sys
22
+ import time
23
+ import traceback
24
+ import types
25
+ import weakref
26
+
27
+ import numpy as np
28
+
29
+ try:
30
+ from numpy.exceptions import VisibleDeprecationWarning # numpy >= 1.25
31
+ except ImportError:
32
+ from numpy import VisibleDeprecationWarning
33
+
34
+ import matplotlib
35
+ from matplotlib import _api, _c_internal_utils
36
+
37
+
38
+ @_api.caching_module_getattr
39
+ class __getattr__:
40
+ # module-level deprecations
41
+ MatplotlibDeprecationWarning = _api.deprecated(
42
+ "3.6", obj_type="",
43
+ alternative="matplotlib.MatplotlibDeprecationWarning")(
44
+ property(lambda self: _api.deprecation.MatplotlibDeprecationWarning))
45
+ mplDeprecation = _api.deprecated(
46
+ "3.6", obj_type="",
47
+ alternative="matplotlib.MatplotlibDeprecationWarning")(
48
+ property(lambda self: _api.deprecation.MatplotlibDeprecationWarning))
49
+
50
+
51
+ def _get_running_interactive_framework():
52
+ """
53
+ Return the interactive framework whose event loop is currently running, if
54
+ any, or "headless" if no event loop can be started, or None.
55
+
56
+ Returns
57
+ -------
58
+ Optional[str]
59
+ One of the following values: "qt", "gtk3", "gtk4", "wx", "tk",
60
+ "macosx", "headless", ``None``.
61
+ """
62
+ # Use ``sys.modules.get(name)`` rather than ``name in sys.modules`` as
63
+ # entries can also have been explicitly set to None.
64
+ QtWidgets = (
65
+ sys.modules.get("PyQt6.QtWidgets")
66
+ or sys.modules.get("PySide6.QtWidgets")
67
+ or sys.modules.get("PyQt5.QtWidgets")
68
+ or sys.modules.get("PySide2.QtWidgets")
69
+ )
70
+ if QtWidgets and QtWidgets.QApplication.instance():
71
+ return "qt"
72
+ Gtk = sys.modules.get("gi.repository.Gtk")
73
+ if Gtk:
74
+ if Gtk.MAJOR_VERSION == 4:
75
+ from gi.repository import GLib
76
+ if GLib.main_depth():
77
+ return "gtk4"
78
+ if Gtk.MAJOR_VERSION == 3 and Gtk.main_level():
79
+ return "gtk3"
80
+ wx = sys.modules.get("wx")
81
+ if wx and wx.GetApp():
82
+ return "wx"
83
+ tkinter = sys.modules.get("tkinter")
84
+ if tkinter:
85
+ codes = {tkinter.mainloop.__code__, tkinter.Misc.mainloop.__code__}
86
+ for frame in sys._current_frames().values():
87
+ while frame:
88
+ if frame.f_code in codes:
89
+ return "tk"
90
+ frame = frame.f_back
91
+ # premetively break reference cycle between locals and the frame
92
+ del frame
93
+ macosx = sys.modules.get("matplotlib.backends._macosx")
94
+ if macosx and macosx.event_loop_is_running():
95
+ return "macosx"
96
+ if not _c_internal_utils.display_is_valid():
97
+ return "headless"
98
+ return None
99
+
100
+
101
+ def _exception_printer(exc):
102
+ if _get_running_interactive_framework() in ["headless", None]:
103
+ raise exc
104
+ else:
105
+ traceback.print_exc()
106
+
107
+
108
+ class _StrongRef:
109
+ """
110
+ Wrapper similar to a weakref, but keeping a strong reference to the object.
111
+ """
112
+
113
+ def __init__(self, obj):
114
+ self._obj = obj
115
+
116
+ def __call__(self):
117
+ return self._obj
118
+
119
+ def __eq__(self, other):
120
+ return isinstance(other, _StrongRef) and self._obj == other._obj
121
+
122
+ def __hash__(self):
123
+ return hash(self._obj)
124
+
125
+
126
+ def _weak_or_strong_ref(func, callback):
127
+ """
128
+ Return a `WeakMethod` wrapping *func* if possible, else a `_StrongRef`.
129
+ """
130
+ try:
131
+ return weakref.WeakMethod(func, callback)
132
+ except TypeError:
133
+ return _StrongRef(func)
134
+
135
+
136
+ class CallbackRegistry:
137
+ """
138
+ Handle registering, processing, blocking, and disconnecting
139
+ for a set of signals and callbacks:
140
+
141
+ >>> def oneat(x):
142
+ ... print('eat', x)
143
+ >>> def ondrink(x):
144
+ ... print('drink', x)
145
+
146
+ >>> from matplotlib.cbook import CallbackRegistry
147
+ >>> callbacks = CallbackRegistry()
148
+
149
+ >>> id_eat = callbacks.connect('eat', oneat)
150
+ >>> id_drink = callbacks.connect('drink', ondrink)
151
+
152
+ >>> callbacks.process('drink', 123)
153
+ drink 123
154
+ >>> callbacks.process('eat', 456)
155
+ eat 456
156
+ >>> callbacks.process('be merry', 456) # nothing will be called
157
+
158
+ >>> callbacks.disconnect(id_eat)
159
+ >>> callbacks.process('eat', 456) # nothing will be called
160
+
161
+ >>> with callbacks.blocked(signal='drink'):
162
+ ... callbacks.process('drink', 123) # nothing will be called
163
+ >>> callbacks.process('drink', 123)
164
+ drink 123
165
+
166
+ In practice, one should always disconnect all callbacks when they are
167
+ no longer needed to avoid dangling references (and thus memory leaks).
168
+ However, real code in Matplotlib rarely does so, and due to its design,
169
+ it is rather difficult to place this kind of code. To get around this,
170
+ and prevent this class of memory leaks, we instead store weak references
171
+ to bound methods only, so when the destination object needs to die, the
172
+ CallbackRegistry won't keep it alive.
173
+
174
+ Parameters
175
+ ----------
176
+ exception_handler : callable, optional
177
+ If not None, *exception_handler* must be a function that takes an
178
+ `Exception` as single parameter. It gets called with any `Exception`
179
+ raised by the callbacks during `CallbackRegistry.process`, and may
180
+ either re-raise the exception or handle it in another manner.
181
+
182
+ The default handler prints the exception (with `traceback.print_exc`) if
183
+ an interactive event loop is running; it re-raises the exception if no
184
+ interactive event loop is running.
185
+
186
+ signals : list, optional
187
+ If not None, *signals* is a list of signals that this registry handles:
188
+ attempting to `process` or to `connect` to a signal not in the list
189
+ throws a `ValueError`. The default, None, does not restrict the
190
+ handled signals.
191
+ """
192
+
193
+ # We maintain two mappings:
194
+ # callbacks: signal -> {cid -> weakref-to-callback}
195
+ # _func_cid_map: signal -> {weakref-to-callback -> cid}
196
+
197
+ def __init__(self, exception_handler=_exception_printer, *, signals=None):
198
+ self._signals = None if signals is None else list(signals) # Copy it.
199
+ self.exception_handler = exception_handler
200
+ self.callbacks = {}
201
+ self._cid_gen = itertools.count()
202
+ self._func_cid_map = {}
203
+ # A hidden variable that marks cids that need to be pickled.
204
+ self._pickled_cids = set()
205
+
206
+ def __getstate__(self):
207
+ return {
208
+ **vars(self),
209
+ # In general, callbacks may not be pickled, so we just drop them,
210
+ # unless directed otherwise by self._pickled_cids.
211
+ "callbacks": {s: {cid: proxy() for cid, proxy in d.items()
212
+ if cid in self._pickled_cids}
213
+ for s, d in self.callbacks.items()},
214
+ # It is simpler to reconstruct this from callbacks in __setstate__.
215
+ "_func_cid_map": None,
216
+ "_cid_gen": next(self._cid_gen)
217
+ }
218
+
219
+ def __setstate__(self, state):
220
+ cid_count = state.pop('_cid_gen')
221
+ vars(self).update(state)
222
+ self.callbacks = {
223
+ s: {cid: _weak_or_strong_ref(func, self._remove_proxy)
224
+ for cid, func in d.items()}
225
+ for s, d in self.callbacks.items()}
226
+ self._func_cid_map = {
227
+ s: {proxy: cid for cid, proxy in d.items()}
228
+ for s, d in self.callbacks.items()}
229
+ self._cid_gen = itertools.count(cid_count)
230
+
231
+ def connect(self, signal, func):
232
+ """Register *func* to be called when signal *signal* is generated."""
233
+ if self._signals is not None:
234
+ _api.check_in_list(self._signals, signal=signal)
235
+ self._func_cid_map.setdefault(signal, {})
236
+ proxy = _weak_or_strong_ref(func, self._remove_proxy)
237
+ if proxy in self._func_cid_map[signal]:
238
+ return self._func_cid_map[signal][proxy]
239
+ cid = next(self._cid_gen)
240
+ self._func_cid_map[signal][proxy] = cid
241
+ self.callbacks.setdefault(signal, {})
242
+ self.callbacks[signal][cid] = proxy
243
+ return cid
244
+
245
+ def _connect_picklable(self, signal, func):
246
+ """
247
+ Like `.connect`, but the callback is kept when pickling/unpickling.
248
+
249
+ Currently internal-use only.
250
+ """
251
+ cid = self.connect(signal, func)
252
+ self._pickled_cids.add(cid)
253
+ return cid
254
+
255
+ # Keep a reference to sys.is_finalizing, as sys may have been cleared out
256
+ # at that point.
257
+ def _remove_proxy(self, proxy, *, _is_finalizing=sys.is_finalizing):
258
+ if _is_finalizing():
259
+ # Weakrefs can't be properly torn down at that point anymore.
260
+ return
261
+ for signal, proxy_to_cid in list(self._func_cid_map.items()):
262
+ cid = proxy_to_cid.pop(proxy, None)
263
+ if cid is not None:
264
+ del self.callbacks[signal][cid]
265
+ self._pickled_cids.discard(cid)
266
+ break
267
+ else:
268
+ # Not found
269
+ return
270
+ # Clean up empty dicts
271
+ if len(self.callbacks[signal]) == 0:
272
+ del self.callbacks[signal]
273
+ del self._func_cid_map[signal]
274
+
275
+ def disconnect(self, cid):
276
+ """
277
+ Disconnect the callback registered with callback id *cid*.
278
+
279
+ No error is raised if such a callback does not exist.
280
+ """
281
+ self._pickled_cids.discard(cid)
282
+ # Clean up callbacks
283
+ for signal, cid_to_proxy in list(self.callbacks.items()):
284
+ proxy = cid_to_proxy.pop(cid, None)
285
+ if proxy is not None:
286
+ break
287
+ else:
288
+ # Not found
289
+ return
290
+
291
+ proxy_to_cid = self._func_cid_map[signal]
292
+ for current_proxy, current_cid in list(proxy_to_cid.items()):
293
+ if current_cid == cid:
294
+ assert proxy is current_proxy
295
+ del proxy_to_cid[current_proxy]
296
+ # Clean up empty dicts
297
+ if len(self.callbacks[signal]) == 0:
298
+ del self.callbacks[signal]
299
+ del self._func_cid_map[signal]
300
+
301
+ def process(self, s, *args, **kwargs):
302
+ """
303
+ Process signal *s*.
304
+
305
+ All of the functions registered to receive callbacks on *s* will be
306
+ called with ``*args`` and ``**kwargs``.
307
+ """
308
+ if self._signals is not None:
309
+ _api.check_in_list(self._signals, signal=s)
310
+ for cid, ref in list(self.callbacks.get(s, {}).items()):
311
+ func = ref()
312
+ if func is not None:
313
+ try:
314
+ func(*args, **kwargs)
315
+ # this does not capture KeyboardInterrupt, SystemExit,
316
+ # and GeneratorExit
317
+ except Exception as exc:
318
+ if self.exception_handler is not None:
319
+ self.exception_handler(exc)
320
+ else:
321
+ raise
322
+
323
+ @contextlib.contextmanager
324
+ def blocked(self, *, signal=None):
325
+ """
326
+ Block callback signals from being processed.
327
+
328
+ A context manager to temporarily block/disable callback signals
329
+ from being processed by the registered listeners.
330
+
331
+ Parameters
332
+ ----------
333
+ signal : str, optional
334
+ The callback signal to block. The default is to block all signals.
335
+ """
336
+ orig = self.callbacks
337
+ try:
338
+ if signal is None:
339
+ # Empty out the callbacks
340
+ self.callbacks = {}
341
+ else:
342
+ # Only remove the specific signal
343
+ self.callbacks = {k: orig[k] for k in orig if k != signal}
344
+ yield
345
+ finally:
346
+ self.callbacks = orig
347
+
348
+
349
+ class silent_list(list):
350
+ """
351
+ A list with a short ``repr()``.
352
+
353
+ This is meant to be used for a homogeneous list of artists, so that they
354
+ don't cause long, meaningless output.
355
+
356
+ Instead of ::
357
+
358
+ [<matplotlib.lines.Line2D object at 0x7f5749fed3c8>,
359
+ <matplotlib.lines.Line2D object at 0x7f5749fed4e0>,
360
+ <matplotlib.lines.Line2D object at 0x7f5758016550>]
361
+
362
+ one will get ::
363
+
364
+ <a list of 3 Line2D objects>
365
+
366
+ If ``self.type`` is None, the type name is obtained from the first item in
367
+ the list (if any).
368
+ """
369
+
370
+ def __init__(self, type, seq=None):
371
+ self.type = type
372
+ if seq is not None:
373
+ self.extend(seq)
374
+
375
+ def __repr__(self):
376
+ if self.type is not None or len(self) != 0:
377
+ tp = self.type if self.type is not None else type(self[0]).__name__
378
+ return f"<a list of {len(self)} {tp} objects>"
379
+ else:
380
+ return "<an empty list>"
381
+
382
+
383
+ def _local_over_kwdict(
384
+ local_var, kwargs, *keys,
385
+ warning_cls=_api.MatplotlibDeprecationWarning):
386
+ out = local_var
387
+ for key in keys:
388
+ kwarg_val = kwargs.pop(key, None)
389
+ if kwarg_val is not None:
390
+ if out is None:
391
+ out = kwarg_val
392
+ else:
393
+ _api.warn_external(f'"{key}" keyword argument will be ignored',
394
+ warning_cls)
395
+ return out
396
+
397
+
398
+ def strip_math(s):
399
+ """
400
+ Remove latex formatting from mathtext.
401
+
402
+ Only handles fully math and fully non-math strings.
403
+ """
404
+ if len(s) >= 2 and s[0] == s[-1] == "$":
405
+ s = s[1:-1]
406
+ for tex, plain in [
407
+ (r"\times", "x"), # Specifically for Formatter support.
408
+ (r"\mathdefault", ""),
409
+ (r"\rm", ""),
410
+ (r"\cal", ""),
411
+ (r"\tt", ""),
412
+ (r"\it", ""),
413
+ ("\\", ""),
414
+ ("{", ""),
415
+ ("}", ""),
416
+ ]:
417
+ s = s.replace(tex, plain)
418
+ return s
419
+
420
+
421
+ def _strip_comment(s):
422
+ """Strip everything from the first unquoted #."""
423
+ pos = 0
424
+ while True:
425
+ quote_pos = s.find('"', pos)
426
+ hash_pos = s.find('#', pos)
427
+ if quote_pos < 0:
428
+ without_comment = s if hash_pos < 0 else s[:hash_pos]
429
+ return without_comment.strip()
430
+ elif 0 <= hash_pos < quote_pos:
431
+ return s[:hash_pos].strip()
432
+ else:
433
+ closing_quote_pos = s.find('"', quote_pos + 1)
434
+ if closing_quote_pos < 0:
435
+ raise ValueError(
436
+ f"Missing closing quote in: {s!r}. If you need a double-"
437
+ 'quote inside a string, use escaping: e.g. "the \" char"')
438
+ pos = closing_quote_pos + 1 # behind closing quote
439
+
440
+
441
+ def is_writable_file_like(obj):
442
+ """Return whether *obj* looks like a file object with a *write* method."""
443
+ return callable(getattr(obj, 'write', None))
444
+
445
+
446
+ def file_requires_unicode(x):
447
+ """
448
+ Return whether the given writable file-like object requires Unicode to be
449
+ written to it.
450
+ """
451
+ try:
452
+ x.write(b'')
453
+ except TypeError:
454
+ return True
455
+ else:
456
+ return False
457
+
458
+
459
+ def to_filehandle(fname, flag='r', return_opened=False, encoding=None):
460
+ """
461
+ Convert a path to an open file handle or pass-through a file-like object.
462
+
463
+ Consider using `open_file_cm` instead, as it allows one to properly close
464
+ newly created file objects more easily.
465
+
466
+ Parameters
467
+ ----------
468
+ fname : str or path-like or file-like
469
+ If `str` or `os.PathLike`, the file is opened using the flags specified
470
+ by *flag* and *encoding*. If a file-like object, it is passed through.
471
+ flag : str, default: 'r'
472
+ Passed as the *mode* argument to `open` when *fname* is `str` or
473
+ `os.PathLike`; ignored if *fname* is file-like.
474
+ return_opened : bool, default: False
475
+ If True, return both the file object and a boolean indicating whether
476
+ this was a new file (that the caller needs to close). If False, return
477
+ only the new file.
478
+ encoding : str or None, default: None
479
+ Passed as the *mode* argument to `open` when *fname* is `str` or
480
+ `os.PathLike`; ignored if *fname* is file-like.
481
+
482
+ Returns
483
+ -------
484
+ fh : file-like
485
+ opened : bool
486
+ *opened* is only returned if *return_opened* is True.
487
+ """
488
+ if isinstance(fname, os.PathLike):
489
+ fname = os.fspath(fname)
490
+ if isinstance(fname, str):
491
+ if fname.endswith('.gz'):
492
+ fh = gzip.open(fname, flag)
493
+ elif fname.endswith('.bz2'):
494
+ # python may not be compiled with bz2 support,
495
+ # bury import until we need it
496
+ import bz2
497
+ fh = bz2.BZ2File(fname, flag)
498
+ else:
499
+ fh = open(fname, flag, encoding=encoding)
500
+ opened = True
501
+ elif hasattr(fname, 'seek'):
502
+ fh = fname
503
+ opened = False
504
+ else:
505
+ raise ValueError('fname must be a PathLike or file handle')
506
+ if return_opened:
507
+ return fh, opened
508
+ return fh
509
+
510
+
511
+ def open_file_cm(path_or_file, mode="r", encoding=None):
512
+ r"""Pass through file objects and context-manage path-likes."""
513
+ fh, opened = to_filehandle(path_or_file, mode, True, encoding)
514
+ return fh if opened else contextlib.nullcontext(fh)
515
+
516
+
517
+ def is_scalar_or_string(val):
518
+ """Return whether the given object is a scalar or string like."""
519
+ return isinstance(val, str) or not np.iterable(val)
520
+
521
+
522
+ def get_sample_data(fname, asfileobj=True, *, np_load=False):
523
+ """
524
+ Return a sample data file. *fname* is a path relative to the
525
+ :file:`mpl-data/sample_data` directory. If *asfileobj* is `True`
526
+ return a file object, otherwise just a file path.
527
+
528
+ Sample data files are stored in the 'mpl-data/sample_data' directory within
529
+ the Matplotlib package.
530
+
531
+ If the filename ends in .gz, the file is implicitly ungzipped. If the
532
+ filename ends with .npy or .npz, *asfileobj* is True, and *np_load* is
533
+ True, the file is loaded with `numpy.load`. *np_load* currently defaults
534
+ to False but will default to True in a future release.
535
+ """
536
+ path = _get_data_path('sample_data', fname)
537
+ if asfileobj:
538
+ suffix = path.suffix.lower()
539
+ if suffix == '.gz':
540
+ return gzip.open(path)
541
+ elif suffix in ['.npy', '.npz']:
542
+ if np_load:
543
+ return np.load(path)
544
+ else:
545
+ _api.warn_deprecated(
546
+ "3.3", message="In a future release, get_sample_data "
547
+ "will automatically load numpy arrays. Set np_load to "
548
+ "True to get the array and suppress this warning. Set "
549
+ "asfileobj to False to get the path to the data file and "
550
+ "suppress this warning.")
551
+ return path.open('rb')
552
+ elif suffix in ['.csv', '.xrc', '.txt']:
553
+ return path.open('r')
554
+ else:
555
+ return path.open('rb')
556
+ else:
557
+ return str(path)
558
+
559
+
560
+ def _get_data_path(*args):
561
+ """
562
+ Return the `pathlib.Path` to a resource file provided by Matplotlib.
563
+
564
+ ``*args`` specify a path relative to the base data path.
565
+ """
566
+ return Path(matplotlib.get_data_path(), *args)
567
+
568
+
569
+ def flatten(seq, scalarp=is_scalar_or_string):
570
+ """
571
+ Return a generator of flattened nested containers.
572
+
573
+ For example:
574
+
575
+ >>> from matplotlib.cbook import flatten
576
+ >>> l = (('John', ['Hunter']), (1, 23), [[([42, (5, 23)], )]])
577
+ >>> print(list(flatten(l)))
578
+ ['John', 'Hunter', 1, 23, 42, 5, 23]
579
+
580
+ By: Composite of Holger Krekel and Luther Blissett
581
+ From: https://code.activestate.com/recipes/121294/
582
+ and Recipe 1.12 in cookbook
583
+ """
584
+ for item in seq:
585
+ if scalarp(item) or item is None:
586
+ yield item
587
+ else:
588
+ yield from flatten(item, scalarp)
589
+
590
+
591
+ @_api.deprecated("3.6", alternative="functools.lru_cache")
592
+ class maxdict(dict):
593
+ """
594
+ A dictionary with a maximum size.
595
+
596
+ Notes
597
+ -----
598
+ This doesn't override all the relevant methods to constrain the size,
599
+ just ``__setitem__``, so use with caution.
600
+ """
601
+
602
+ def __init__(self, maxsize):
603
+ super().__init__()
604
+ self.maxsize = maxsize
605
+
606
+ def __setitem__(self, k, v):
607
+ super().__setitem__(k, v)
608
+ while len(self) >= self.maxsize:
609
+ del self[next(iter(self))]
610
+
611
+
612
+ class Stack:
613
+ """
614
+ Stack of elements with a movable cursor.
615
+
616
+ Mimics home/back/forward in a web browser.
617
+ """
618
+
619
+ def __init__(self, default=None):
620
+ self.clear()
621
+ self._default = default
622
+
623
+ def __call__(self):
624
+ """Return the current element, or None."""
625
+ if not self._elements:
626
+ return self._default
627
+ else:
628
+ return self._elements[self._pos]
629
+
630
+ def __len__(self):
631
+ return len(self._elements)
632
+
633
+ def __getitem__(self, ind):
634
+ return self._elements[ind]
635
+
636
+ def forward(self):
637
+ """Move the position forward and return the current element."""
638
+ self._pos = min(self._pos + 1, len(self._elements) - 1)
639
+ return self()
640
+
641
+ def back(self):
642
+ """Move the position back and return the current element."""
643
+ if self._pos > 0:
644
+ self._pos -= 1
645
+ return self()
646
+
647
+ def push(self, o):
648
+ """
649
+ Push *o* to the stack at current position. Discard all later elements.
650
+
651
+ *o* is returned.
652
+ """
653
+ self._elements = self._elements[:self._pos + 1] + [o]
654
+ self._pos = len(self._elements) - 1
655
+ return self()
656
+
657
+ def home(self):
658
+ """
659
+ Push the first element onto the top of the stack.
660
+
661
+ The first element is returned.
662
+ """
663
+ if not self._elements:
664
+ return
665
+ self.push(self._elements[0])
666
+ return self()
667
+
668
+ def empty(self):
669
+ """Return whether the stack is empty."""
670
+ return len(self._elements) == 0
671
+
672
+ def clear(self):
673
+ """Empty the stack."""
674
+ self._pos = -1
675
+ self._elements = []
676
+
677
+ def bubble(self, o):
678
+ """
679
+ Raise all references of *o* to the top of the stack, and return it.
680
+
681
+ Raises
682
+ ------
683
+ ValueError
684
+ If *o* is not in the stack.
685
+ """
686
+ if o not in self._elements:
687
+ raise ValueError('Given element not contained in the stack')
688
+ old_elements = self._elements.copy()
689
+ self.clear()
690
+ top_elements = []
691
+ for elem in old_elements:
692
+ if elem == o:
693
+ top_elements.append(elem)
694
+ else:
695
+ self.push(elem)
696
+ for _ in top_elements:
697
+ self.push(o)
698
+ return o
699
+
700
+ def remove(self, o):
701
+ """
702
+ Remove *o* from the stack.
703
+
704
+ Raises
705
+ ------
706
+ ValueError
707
+ If *o* is not in the stack.
708
+ """
709
+ if o not in self._elements:
710
+ raise ValueError('Given element not contained in the stack')
711
+ old_elements = self._elements.copy()
712
+ self.clear()
713
+ for elem in old_elements:
714
+ if elem != o:
715
+ self.push(elem)
716
+
717
+
718
+ def safe_masked_invalid(x, copy=False):
719
+ x = np.array(x, subok=True, copy=copy)
720
+ if not x.dtype.isnative:
721
+ # If we have already made a copy, do the byteswap in place, else make a
722
+ # copy with the byte order swapped.
723
+ x = x.byteswap(inplace=copy).newbyteorder('N') # Swap to native order.
724
+ try:
725
+ xm = np.ma.masked_invalid(x, copy=False)
726
+ xm.shrink_mask()
727
+ except TypeError:
728
+ return x
729
+ return xm
730
+
731
+
732
+ def print_cycles(objects, outstream=sys.stdout, show_progress=False):
733
+ """
734
+ Print loops of cyclic references in the given *objects*.
735
+
736
+ It is often useful to pass in ``gc.garbage`` to find the cycles that are
737
+ preventing some objects from being garbage collected.
738
+
739
+ Parameters
740
+ ----------
741
+ objects
742
+ A list of objects to find cycles in.
743
+ outstream
744
+ The stream for output.
745
+ show_progress : bool
746
+ If True, print the number of objects reached as they are found.
747
+ """
748
+ import gc
749
+
750
+ def print_path(path):
751
+ for i, step in enumerate(path):
752
+ # next "wraps around"
753
+ next = path[(i + 1) % len(path)]
754
+
755
+ outstream.write(" %s -- " % type(step))
756
+ if isinstance(step, dict):
757
+ for key, val in step.items():
758
+ if val is next:
759
+ outstream.write("[{!r}]".format(key))
760
+ break
761
+ if key is next:
762
+ outstream.write("[key] = {!r}".format(val))
763
+ break
764
+ elif isinstance(step, list):
765
+ outstream.write("[%d]" % step.index(next))
766
+ elif isinstance(step, tuple):
767
+ outstream.write("( tuple )")
768
+ else:
769
+ outstream.write(repr(step))
770
+ outstream.write(" ->\n")
771
+ outstream.write("\n")
772
+
773
+ def recurse(obj, start, all, current_path):
774
+ if show_progress:
775
+ outstream.write("%d\r" % len(all))
776
+
777
+ all[id(obj)] = None
778
+
779
+ referents = gc.get_referents(obj)
780
+ for referent in referents:
781
+ # If we've found our way back to the start, this is
782
+ # a cycle, so print it out
783
+ if referent is start:
784
+ print_path(current_path)
785
+
786
+ # Don't go back through the original list of objects, or
787
+ # through temporary references to the object, since those
788
+ # are just an artifact of the cycle detector itself.
789
+ elif referent is objects or isinstance(referent, types.FrameType):
790
+ continue
791
+
792
+ # We haven't seen this object before, so recurse
793
+ elif id(referent) not in all:
794
+ recurse(referent, start, all, current_path + [obj])
795
+
796
+ for obj in objects:
797
+ outstream.write(f"Examining: {obj!r}\n")
798
+ recurse(obj, obj, {}, [])
799
+
800
+
801
+ class Grouper:
802
+ """
803
+ A disjoint-set data structure.
804
+
805
+ Objects can be joined using :meth:`join`, tested for connectedness
806
+ using :meth:`joined`, and all disjoint sets can be retrieved by
807
+ using the object as an iterator.
808
+
809
+ The objects being joined must be hashable and weak-referenceable.
810
+
811
+ Examples
812
+ --------
813
+ >>> from matplotlib.cbook import Grouper
814
+ >>> class Foo:
815
+ ... def __init__(self, s):
816
+ ... self.s = s
817
+ ... def __repr__(self):
818
+ ... return self.s
819
+ ...
820
+ >>> a, b, c, d, e, f = [Foo(x) for x in 'abcdef']
821
+ >>> grp = Grouper()
822
+ >>> grp.join(a, b)
823
+ >>> grp.join(b, c)
824
+ >>> grp.join(d, e)
825
+ >>> list(grp)
826
+ [[a, b, c], [d, e]]
827
+ >>> grp.joined(a, b)
828
+ True
829
+ >>> grp.joined(a, c)
830
+ True
831
+ >>> grp.joined(a, d)
832
+ False
833
+ """
834
+
835
+ def __init__(self, init=()):
836
+ self._mapping = {weakref.ref(x): [weakref.ref(x)] for x in init}
837
+
838
+ def __contains__(self, item):
839
+ return weakref.ref(item) in self._mapping
840
+
841
+ def clean(self):
842
+ """Clean dead weak references from the dictionary."""
843
+ mapping = self._mapping
844
+ to_drop = [key for key in mapping if key() is None]
845
+ for key in to_drop:
846
+ val = mapping.pop(key)
847
+ val.remove(key)
848
+
849
+ def join(self, a, *args):
850
+ """
851
+ Join given arguments into the same set. Accepts one or more arguments.
852
+ """
853
+ mapping = self._mapping
854
+ set_a = mapping.setdefault(weakref.ref(a), [weakref.ref(a)])
855
+
856
+ for arg in args:
857
+ set_b = mapping.get(weakref.ref(arg), [weakref.ref(arg)])
858
+ if set_b is not set_a:
859
+ if len(set_b) > len(set_a):
860
+ set_a, set_b = set_b, set_a
861
+ set_a.extend(set_b)
862
+ for elem in set_b:
863
+ mapping[elem] = set_a
864
+
865
+ self.clean()
866
+
867
+ def joined(self, a, b):
868
+ """Return whether *a* and *b* are members of the same set."""
869
+ self.clean()
870
+ return (self._mapping.get(weakref.ref(a), object())
871
+ is self._mapping.get(weakref.ref(b)))
872
+
873
+ def remove(self, a):
874
+ self.clean()
875
+ set_a = self._mapping.pop(weakref.ref(a), None)
876
+ if set_a:
877
+ set_a.remove(weakref.ref(a))
878
+
879
+ def __iter__(self):
880
+ """
881
+ Iterate over each of the disjoint sets as a list.
882
+
883
+ The iterator is invalid if interleaved with calls to join().
884
+ """
885
+ self.clean()
886
+ unique_groups = {id(group): group for group in self._mapping.values()}
887
+ for group in unique_groups.values():
888
+ yield [x() for x in group]
889
+
890
+ def get_siblings(self, a):
891
+ """Return all of the items joined with *a*, including itself."""
892
+ self.clean()
893
+ siblings = self._mapping.get(weakref.ref(a), [weakref.ref(a)])
894
+ return [x() for x in siblings]
895
+
896
+
897
+ class GrouperView:
898
+ """Immutable view over a `.Grouper`."""
899
+
900
+ def __init__(self, grouper):
901
+ self._grouper = grouper
902
+
903
+ class _GrouperMethodForwarder:
904
+ def __init__(self, deprecated_kw=None):
905
+ self._deprecated_kw = deprecated_kw
906
+
907
+ def __set_name__(self, owner, name):
908
+ wrapped = getattr(Grouper, name)
909
+ forwarder = functools.wraps(wrapped)(
910
+ lambda self, *args, **kwargs: wrapped(
911
+ self._grouper, *args, **kwargs))
912
+ if self._deprecated_kw:
913
+ forwarder = _api.deprecated(**self._deprecated_kw)(forwarder)
914
+ setattr(owner, name, forwarder)
915
+
916
+ __contains__ = _GrouperMethodForwarder()
917
+ __iter__ = _GrouperMethodForwarder()
918
+ joined = _GrouperMethodForwarder()
919
+ get_siblings = _GrouperMethodForwarder()
920
+ clean = _GrouperMethodForwarder(deprecated_kw=dict(since="3.6"))
921
+ join = _GrouperMethodForwarder(deprecated_kw=dict(since="3.6"))
922
+ remove = _GrouperMethodForwarder(deprecated_kw=dict(since="3.6"))
923
+
924
+
925
+ def simple_linear_interpolation(a, steps):
926
+ """
927
+ Resample an array with ``steps - 1`` points between original point pairs.
928
+
929
+ Along each column of *a*, ``(steps - 1)`` points are introduced between
930
+ each original values; the values are linearly interpolated.
931
+
932
+ Parameters
933
+ ----------
934
+ a : array, shape (n, ...)
935
+ steps : int
936
+
937
+ Returns
938
+ -------
939
+ array
940
+ shape ``((n - 1) * steps + 1, ...)``
941
+ """
942
+ fps = a.reshape((len(a), -1))
943
+ xp = np.arange(len(a)) * steps
944
+ x = np.arange((len(a) - 1) * steps + 1)
945
+ return (np.column_stack([np.interp(x, xp, fp) for fp in fps.T])
946
+ .reshape((len(x),) + a.shape[1:]))
947
+
948
+
949
+ def delete_masked_points(*args):
950
+ """
951
+ Find all masked and/or non-finite points in a set of arguments,
952
+ and return the arguments with only the unmasked points remaining.
953
+
954
+ Arguments can be in any of 5 categories:
955
+
956
+ 1) 1-D masked arrays
957
+ 2) 1-D ndarrays
958
+ 3) ndarrays with more than one dimension
959
+ 4) other non-string iterables
960
+ 5) anything else
961
+
962
+ The first argument must be in one of the first four categories;
963
+ any argument with a length differing from that of the first
964
+ argument (and hence anything in category 5) then will be
965
+ passed through unchanged.
966
+
967
+ Masks are obtained from all arguments of the correct length
968
+ in categories 1, 2, and 4; a point is bad if masked in a masked
969
+ array or if it is a nan or inf. No attempt is made to
970
+ extract a mask from categories 2, 3, and 4 if `numpy.isfinite`
971
+ does not yield a Boolean array.
972
+
973
+ All input arguments that are not passed unchanged are returned
974
+ as ndarrays after removing the points or rows corresponding to
975
+ masks in any of the arguments.
976
+
977
+ A vastly simpler version of this function was originally
978
+ written as a helper for Axes.scatter().
979
+
980
+ """
981
+ if not len(args):
982
+ return ()
983
+ if is_scalar_or_string(args[0]):
984
+ raise ValueError("First argument must be a sequence")
985
+ nrecs = len(args[0])
986
+ margs = []
987
+ seqlist = [False] * len(args)
988
+ for i, x in enumerate(args):
989
+ if not isinstance(x, str) and np.iterable(x) and len(x) == nrecs:
990
+ seqlist[i] = True
991
+ if isinstance(x, np.ma.MaskedArray):
992
+ if x.ndim > 1:
993
+ raise ValueError("Masked arrays must be 1-D")
994
+ else:
995
+ x = np.asarray(x)
996
+ margs.append(x)
997
+ masks = [] # List of masks that are True where good.
998
+ for i, x in enumerate(margs):
999
+ if seqlist[i]:
1000
+ if x.ndim > 1:
1001
+ continue # Don't try to get nan locations unless 1-D.
1002
+ if isinstance(x, np.ma.MaskedArray):
1003
+ masks.append(~np.ma.getmaskarray(x)) # invert the mask
1004
+ xd = x.data
1005
+ else:
1006
+ xd = x
1007
+ try:
1008
+ mask = np.isfinite(xd)
1009
+ if isinstance(mask, np.ndarray):
1010
+ masks.append(mask)
1011
+ except Exception: # Fixme: put in tuple of possible exceptions?
1012
+ pass
1013
+ if len(masks):
1014
+ mask = np.logical_and.reduce(masks)
1015
+ igood = mask.nonzero()[0]
1016
+ if len(igood) < nrecs:
1017
+ for i, x in enumerate(margs):
1018
+ if seqlist[i]:
1019
+ margs[i] = x[igood]
1020
+ for i, x in enumerate(margs):
1021
+ if seqlist[i] and isinstance(x, np.ma.MaskedArray):
1022
+ margs[i] = x.filled()
1023
+ return margs
1024
+
1025
+
1026
+ def _combine_masks(*args):
1027
+ """
1028
+ Find all masked and/or non-finite points in a set of arguments,
1029
+ and return the arguments as masked arrays with a common mask.
1030
+
1031
+ Arguments can be in any of 5 categories:
1032
+
1033
+ 1) 1-D masked arrays
1034
+ 2) 1-D ndarrays
1035
+ 3) ndarrays with more than one dimension
1036
+ 4) other non-string iterables
1037
+ 5) anything else
1038
+
1039
+ The first argument must be in one of the first four categories;
1040
+ any argument with a length differing from that of the first
1041
+ argument (and hence anything in category 5) then will be
1042
+ passed through unchanged.
1043
+
1044
+ Masks are obtained from all arguments of the correct length
1045
+ in categories 1, 2, and 4; a point is bad if masked in a masked
1046
+ array or if it is a nan or inf. No attempt is made to
1047
+ extract a mask from categories 2 and 4 if `numpy.isfinite`
1048
+ does not yield a Boolean array. Category 3 is included to
1049
+ support RGB or RGBA ndarrays, which are assumed to have only
1050
+ valid values and which are passed through unchanged.
1051
+
1052
+ All input arguments that are not passed unchanged are returned
1053
+ as masked arrays if any masked points are found, otherwise as
1054
+ ndarrays.
1055
+
1056
+ """
1057
+ if not len(args):
1058
+ return ()
1059
+ if is_scalar_or_string(args[0]):
1060
+ raise ValueError("First argument must be a sequence")
1061
+ nrecs = len(args[0])
1062
+ margs = [] # Output args; some may be modified.
1063
+ seqlist = [False] * len(args) # Flags: True if output will be masked.
1064
+ masks = [] # List of masks.
1065
+ for i, x in enumerate(args):
1066
+ if is_scalar_or_string(x) or len(x) != nrecs:
1067
+ margs.append(x) # Leave it unmodified.
1068
+ else:
1069
+ if isinstance(x, np.ma.MaskedArray) and x.ndim > 1:
1070
+ raise ValueError("Masked arrays must be 1-D")
1071
+ try:
1072
+ x = np.asanyarray(x)
1073
+ except (VisibleDeprecationWarning, ValueError):
1074
+ # NumPy 1.19 raises a warning about ragged arrays, but we want
1075
+ # to accept basically anything here.
1076
+ x = np.asanyarray(x, dtype=object)
1077
+ if x.ndim == 1:
1078
+ x = safe_masked_invalid(x)
1079
+ seqlist[i] = True
1080
+ if np.ma.is_masked(x):
1081
+ masks.append(np.ma.getmaskarray(x))
1082
+ margs.append(x) # Possibly modified.
1083
+ if len(masks):
1084
+ mask = np.logical_or.reduce(masks)
1085
+ for i, x in enumerate(margs):
1086
+ if seqlist[i]:
1087
+ margs[i] = np.ma.array(x, mask=mask)
1088
+ return margs
1089
+
1090
+
1091
+ def boxplot_stats(X, whis=1.5, bootstrap=None, labels=None,
1092
+ autorange=False):
1093
+ r"""
1094
+ Return a list of dictionaries of statistics used to draw a series of box
1095
+ and whisker plots using `~.Axes.bxp`.
1096
+
1097
+ Parameters
1098
+ ----------
1099
+ X : array-like
1100
+ Data that will be represented in the boxplots. Should have 2 or
1101
+ fewer dimensions.
1102
+
1103
+ whis : float or (float, float), default: 1.5
1104
+ The position of the whiskers.
1105
+
1106
+ If a float, the lower whisker is at the lowest datum above
1107
+ ``Q1 - whis*(Q3-Q1)``, and the upper whisker at the highest datum below
1108
+ ``Q3 + whis*(Q3-Q1)``, where Q1 and Q3 are the first and third
1109
+ quartiles. The default value of ``whis = 1.5`` corresponds to Tukey's
1110
+ original definition of boxplots.
1111
+
1112
+ If a pair of floats, they indicate the percentiles at which to draw the
1113
+ whiskers (e.g., (5, 95)). In particular, setting this to (0, 100)
1114
+ results in whiskers covering the whole range of the data.
1115
+
1116
+ In the edge case where ``Q1 == Q3``, *whis* is automatically set to
1117
+ (0, 100) (cover the whole range of the data) if *autorange* is True.
1118
+
1119
+ Beyond the whiskers, data are considered outliers and are plotted as
1120
+ individual points.
1121
+
1122
+ bootstrap : int, optional
1123
+ Number of times the confidence intervals around the median
1124
+ should be bootstrapped (percentile method).
1125
+
1126
+ labels : array-like, optional
1127
+ Labels for each dataset. Length must be compatible with
1128
+ dimensions of *X*.
1129
+
1130
+ autorange : bool, optional (False)
1131
+ When `True` and the data are distributed such that the 25th and 75th
1132
+ percentiles are equal, ``whis`` is set to (0, 100) such that the
1133
+ whisker ends are at the minimum and maximum of the data.
1134
+
1135
+ Returns
1136
+ -------
1137
+ list of dict
1138
+ A list of dictionaries containing the results for each column
1139
+ of data. Keys of each dictionary are the following:
1140
+
1141
+ ======== ===================================
1142
+ Key Value Description
1143
+ ======== ===================================
1144
+ label tick label for the boxplot
1145
+ mean arithmetic mean value
1146
+ med 50th percentile
1147
+ q1 first quartile (25th percentile)
1148
+ q3 third quartile (75th percentile)
1149
+ iqr interquartile range
1150
+ cilo lower notch around the median
1151
+ cihi upper notch around the median
1152
+ whislo end of the lower whisker
1153
+ whishi end of the upper whisker
1154
+ fliers outliers
1155
+ ======== ===================================
1156
+
1157
+ Notes
1158
+ -----
1159
+ Non-bootstrapping approach to confidence interval uses Gaussian-based
1160
+ asymptotic approximation:
1161
+
1162
+ .. math::
1163
+
1164
+ \mathrm{med} \pm 1.57 \times \frac{\mathrm{iqr}}{\sqrt{N}}
1165
+
1166
+ General approach from:
1167
+ McGill, R., Tukey, J.W., and Larsen, W.A. (1978) "Variations of
1168
+ Boxplots", The American Statistician, 32:12-16.
1169
+ """
1170
+
1171
+ def _bootstrap_median(data, N=5000):
1172
+ # determine 95% confidence intervals of the median
1173
+ M = len(data)
1174
+ percentiles = [2.5, 97.5]
1175
+
1176
+ bs_index = np.random.randint(M, size=(N, M))
1177
+ bsData = data[bs_index]
1178
+ estimate = np.median(bsData, axis=1, overwrite_input=True)
1179
+
1180
+ CI = np.percentile(estimate, percentiles)
1181
+ return CI
1182
+
1183
+ def _compute_conf_interval(data, med, iqr, bootstrap):
1184
+ if bootstrap is not None:
1185
+ # Do a bootstrap estimate of notch locations.
1186
+ # get conf. intervals around median
1187
+ CI = _bootstrap_median(data, N=bootstrap)
1188
+ notch_min = CI[0]
1189
+ notch_max = CI[1]
1190
+ else:
1191
+
1192
+ N = len(data)
1193
+ notch_min = med - 1.57 * iqr / np.sqrt(N)
1194
+ notch_max = med + 1.57 * iqr / np.sqrt(N)
1195
+
1196
+ return notch_min, notch_max
1197
+
1198
+ # output is a list of dicts
1199
+ bxpstats = []
1200
+
1201
+ # convert X to a list of lists
1202
+ X = _reshape_2D(X, "X")
1203
+
1204
+ ncols = len(X)
1205
+ if labels is None:
1206
+ labels = itertools.repeat(None)
1207
+ elif len(labels) != ncols:
1208
+ raise ValueError("Dimensions of labels and X must be compatible")
1209
+
1210
+ input_whis = whis
1211
+ for ii, (x, label) in enumerate(zip(X, labels)):
1212
+
1213
+ # empty dict
1214
+ stats = {}
1215
+ if label is not None:
1216
+ stats['label'] = label
1217
+
1218
+ # restore whis to the input values in case it got changed in the loop
1219
+ whis = input_whis
1220
+
1221
+ # note tricksiness, append up here and then mutate below
1222
+ bxpstats.append(stats)
1223
+
1224
+ # if empty, bail
1225
+ if len(x) == 0:
1226
+ stats['fliers'] = np.array([])
1227
+ stats['mean'] = np.nan
1228
+ stats['med'] = np.nan
1229
+ stats['q1'] = np.nan
1230
+ stats['q3'] = np.nan
1231
+ stats['iqr'] = np.nan
1232
+ stats['cilo'] = np.nan
1233
+ stats['cihi'] = np.nan
1234
+ stats['whislo'] = np.nan
1235
+ stats['whishi'] = np.nan
1236
+ continue
1237
+
1238
+ # up-convert to an array, just to be safe
1239
+ x = np.asarray(x)
1240
+
1241
+ # arithmetic mean
1242
+ stats['mean'] = np.mean(x)
1243
+
1244
+ # medians and quartiles
1245
+ q1, med, q3 = np.percentile(x, [25, 50, 75])
1246
+
1247
+ # interquartile range
1248
+ stats['iqr'] = q3 - q1
1249
+ if stats['iqr'] == 0 and autorange:
1250
+ whis = (0, 100)
1251
+
1252
+ # conf. interval around median
1253
+ stats['cilo'], stats['cihi'] = _compute_conf_interval(
1254
+ x, med, stats['iqr'], bootstrap
1255
+ )
1256
+
1257
+ # lowest/highest non-outliers
1258
+ if np.iterable(whis) and not isinstance(whis, str):
1259
+ loval, hival = np.percentile(x, whis)
1260
+ elif np.isreal(whis):
1261
+ loval = q1 - whis * stats['iqr']
1262
+ hival = q3 + whis * stats['iqr']
1263
+ else:
1264
+ raise ValueError('whis must be a float or list of percentiles')
1265
+
1266
+ # get high extreme
1267
+ wiskhi = x[x <= hival]
1268
+ if len(wiskhi) == 0 or np.max(wiskhi) < q3:
1269
+ stats['whishi'] = q3
1270
+ else:
1271
+ stats['whishi'] = np.max(wiskhi)
1272
+
1273
+ # get low extreme
1274
+ wisklo = x[x >= loval]
1275
+ if len(wisklo) == 0 or np.min(wisklo) > q1:
1276
+ stats['whislo'] = q1
1277
+ else:
1278
+ stats['whislo'] = np.min(wisklo)
1279
+
1280
+ # compute a single array of outliers
1281
+ stats['fliers'] = np.concatenate([
1282
+ x[x < stats['whislo']],
1283
+ x[x > stats['whishi']],
1284
+ ])
1285
+
1286
+ # add in the remaining stats
1287
+ stats['q1'], stats['med'], stats['q3'] = q1, med, q3
1288
+
1289
+ return bxpstats
1290
+
1291
+
1292
+ #: Maps short codes for line style to their full name used by backends.
1293
+ ls_mapper = {'-': 'solid', '--': 'dashed', '-.': 'dashdot', ':': 'dotted'}
1294
+ #: Maps full names for line styles used by backends to their short codes.
1295
+ ls_mapper_r = {v: k for k, v in ls_mapper.items()}
1296
+
1297
+
1298
+ def contiguous_regions(mask):
1299
+ """
1300
+ Return a list of (ind0, ind1) such that ``mask[ind0:ind1].all()`` is
1301
+ True and we cover all such regions.
1302
+ """
1303
+ mask = np.asarray(mask, dtype=bool)
1304
+
1305
+ if not mask.size:
1306
+ return []
1307
+
1308
+ # Find the indices of region changes, and correct offset
1309
+ idx, = np.nonzero(mask[:-1] != mask[1:])
1310
+ idx += 1
1311
+
1312
+ # List operations are faster for moderately sized arrays
1313
+ idx = idx.tolist()
1314
+
1315
+ # Add first and/or last index if needed
1316
+ if mask[0]:
1317
+ idx = [0] + idx
1318
+ if mask[-1]:
1319
+ idx.append(len(mask))
1320
+
1321
+ return list(zip(idx[::2], idx[1::2]))
1322
+
1323
+
1324
+ def is_math_text(s):
1325
+ """
1326
+ Return whether the string *s* contains math expressions.
1327
+
1328
+ This is done by checking whether *s* contains an even number of
1329
+ non-escaped dollar signs.
1330
+ """
1331
+ s = str(s)
1332
+ dollar_count = s.count(r'$') - s.count(r'\$')
1333
+ even_dollars = (dollar_count > 0 and dollar_count % 2 == 0)
1334
+ return even_dollars
1335
+
1336
+
1337
+ def _to_unmasked_float_array(x):
1338
+ """
1339
+ Convert a sequence to a float array; if input was a masked array, masked
1340
+ values are converted to nans.
1341
+ """
1342
+ if hasattr(x, 'mask'):
1343
+ return np.ma.asarray(x, float).filled(np.nan)
1344
+ else:
1345
+ return np.asarray(x, float)
1346
+
1347
+
1348
+ def _check_1d(x):
1349
+ """Convert scalars to 1D arrays; pass-through arrays as is."""
1350
+ # Unpack in case of e.g. Pandas or xarray object
1351
+ x = _unpack_to_numpy(x)
1352
+ # plot requires `shape` and `ndim`. If passed an
1353
+ # object that doesn't provide them, then force to numpy array.
1354
+ # Note this will strip unit information.
1355
+ if (not hasattr(x, 'shape') or
1356
+ not hasattr(x, 'ndim') or
1357
+ len(x.shape) < 1):
1358
+ return np.atleast_1d(x)
1359
+ else:
1360
+ return x
1361
+
1362
+
1363
+ def _reshape_2D(X, name):
1364
+ """
1365
+ Use Fortran ordering to convert ndarrays and lists of iterables to lists of
1366
+ 1D arrays.
1367
+
1368
+ Lists of iterables are converted by applying `numpy.asanyarray` to each of
1369
+ their elements. 1D ndarrays are returned in a singleton list containing
1370
+ them. 2D ndarrays are converted to the list of their *columns*.
1371
+
1372
+ *name* is used to generate the error message for invalid inputs.
1373
+ """
1374
+
1375
+ # Unpack in case of e.g. Pandas or xarray object
1376
+ X = _unpack_to_numpy(X)
1377
+
1378
+ # Iterate over columns for ndarrays.
1379
+ if isinstance(X, np.ndarray):
1380
+ X = X.T
1381
+
1382
+ if len(X) == 0:
1383
+ return [[]]
1384
+ elif X.ndim == 1 and np.ndim(X[0]) == 0:
1385
+ # 1D array of scalars: directly return it.
1386
+ return [X]
1387
+ elif X.ndim in [1, 2]:
1388
+ # 2D array, or 1D array of iterables: flatten them first.
1389
+ return [np.reshape(x, -1) for x in X]
1390
+ else:
1391
+ raise ValueError(f'{name} must have 2 or fewer dimensions')
1392
+
1393
+ # Iterate over list of iterables.
1394
+ if len(X) == 0:
1395
+ return [[]]
1396
+
1397
+ result = []
1398
+ is_1d = True
1399
+ for xi in X:
1400
+ # check if this is iterable, except for strings which we
1401
+ # treat as singletons.
1402
+ if not isinstance(xi, str):
1403
+ try:
1404
+ iter(xi)
1405
+ except TypeError:
1406
+ pass
1407
+ else:
1408
+ is_1d = False
1409
+ xi = np.asanyarray(xi)
1410
+ nd = np.ndim(xi)
1411
+ if nd > 1:
1412
+ raise ValueError(f'{name} must have 2 or fewer dimensions')
1413
+ result.append(xi.reshape(-1))
1414
+
1415
+ if is_1d:
1416
+ # 1D array of scalars: directly return it.
1417
+ return [np.reshape(result, -1)]
1418
+ else:
1419
+ # 2D array, or 1D array of iterables: use flattened version.
1420
+ return result
1421
+
1422
+
1423
+ def violin_stats(X, method, points=100, quantiles=None):
1424
+ """
1425
+ Return a list of dictionaries of data which can be used to draw a series
1426
+ of violin plots.
1427
+
1428
+ See the ``Returns`` section below to view the required keys of the
1429
+ dictionary.
1430
+
1431
+ Users can skip this function and pass a user-defined set of dictionaries
1432
+ with the same keys to `~.axes.Axes.violinplot` instead of using Matplotlib
1433
+ to do the calculations. See the *Returns* section below for the keys
1434
+ that must be present in the dictionaries.
1435
+
1436
+ Parameters
1437
+ ----------
1438
+ X : array-like
1439
+ Sample data that will be used to produce the gaussian kernel density
1440
+ estimates. Must have 2 or fewer dimensions.
1441
+
1442
+ method : callable
1443
+ The method used to calculate the kernel density estimate for each
1444
+ column of data. When called via ``method(v, coords)``, it should
1445
+ return a vector of the values of the KDE evaluated at the values
1446
+ specified in coords.
1447
+
1448
+ points : int, default: 100
1449
+ Defines the number of points to evaluate each of the gaussian kernel
1450
+ density estimates at.
1451
+
1452
+ quantiles : array-like, default: None
1453
+ Defines (if not None) a list of floats in interval [0, 1] for each
1454
+ column of data, which represents the quantiles that will be rendered
1455
+ for that column of data. Must have 2 or fewer dimensions. 1D array will
1456
+ be treated as a singleton list containing them.
1457
+
1458
+ Returns
1459
+ -------
1460
+ list of dict
1461
+ A list of dictionaries containing the results for each column of data.
1462
+ The dictionaries contain at least the following:
1463
+
1464
+ - coords: A list of scalars containing the coordinates this particular
1465
+ kernel density estimate was evaluated at.
1466
+ - vals: A list of scalars containing the values of the kernel density
1467
+ estimate at each of the coordinates given in *coords*.
1468
+ - mean: The mean value for this column of data.
1469
+ - median: The median value for this column of data.
1470
+ - min: The minimum value for this column of data.
1471
+ - max: The maximum value for this column of data.
1472
+ - quantiles: The quantile values for this column of data.
1473
+ """
1474
+
1475
+ # List of dictionaries describing each of the violins.
1476
+ vpstats = []
1477
+
1478
+ # Want X to be a list of data sequences
1479
+ X = _reshape_2D(X, "X")
1480
+
1481
+ # Want quantiles to be as the same shape as data sequences
1482
+ if quantiles is not None and len(quantiles) != 0:
1483
+ quantiles = _reshape_2D(quantiles, "quantiles")
1484
+ # Else, mock quantiles if it's none or empty
1485
+ else:
1486
+ quantiles = [[]] * len(X)
1487
+
1488
+ # quantiles should have the same size as dataset
1489
+ if len(X) != len(quantiles):
1490
+ raise ValueError("List of violinplot statistics and quantiles values"
1491
+ " must have the same length")
1492
+
1493
+ # Zip x and quantiles
1494
+ for (x, q) in zip(X, quantiles):
1495
+ # Dictionary of results for this distribution
1496
+ stats = {}
1497
+
1498
+ # Calculate basic stats for the distribution
1499
+ min_val = np.min(x)
1500
+ max_val = np.max(x)
1501
+ quantile_val = np.percentile(x, 100 * q)
1502
+
1503
+ # Evaluate the kernel density estimate
1504
+ coords = np.linspace(min_val, max_val, points)
1505
+ stats['vals'] = method(x, coords)
1506
+ stats['coords'] = coords
1507
+
1508
+ # Store additional statistics for this distribution
1509
+ stats['mean'] = np.mean(x)
1510
+ stats['median'] = np.median(x)
1511
+ stats['min'] = min_val
1512
+ stats['max'] = max_val
1513
+ stats['quantiles'] = np.atleast_1d(quantile_val)
1514
+
1515
+ # Append to output
1516
+ vpstats.append(stats)
1517
+
1518
+ return vpstats
1519
+
1520
+
1521
+ def pts_to_prestep(x, *args):
1522
+ """
1523
+ Convert continuous line to pre-steps.
1524
+
1525
+ Given a set of ``N`` points, convert to ``2N - 1`` points, which when
1526
+ connected linearly give a step function which changes values at the
1527
+ beginning of the intervals.
1528
+
1529
+ Parameters
1530
+ ----------
1531
+ x : array
1532
+ The x location of the steps. May be empty.
1533
+
1534
+ y1, ..., yp : array
1535
+ y arrays to be turned into steps; all must be the same length as ``x``.
1536
+
1537
+ Returns
1538
+ -------
1539
+ array
1540
+ The x and y values converted to steps in the same order as the input;
1541
+ can be unpacked as ``x_out, y1_out, ..., yp_out``. If the input is
1542
+ length ``N``, each of these arrays will be length ``2N + 1``. For
1543
+ ``N=0``, the length will be 0.
1544
+
1545
+ Examples
1546
+ --------
1547
+ >>> x_s, y1_s, y2_s = pts_to_prestep(x, y1, y2)
1548
+ """
1549
+ steps = np.zeros((1 + len(args), max(2 * len(x) - 1, 0)))
1550
+ # In all `pts_to_*step` functions, only assign once using *x* and *args*,
1551
+ # as converting to an array may be expensive.
1552
+ steps[0, 0::2] = x
1553
+ steps[0, 1::2] = steps[0, 0:-2:2]
1554
+ steps[1:, 0::2] = args
1555
+ steps[1:, 1::2] = steps[1:, 2::2]
1556
+ return steps
1557
+
1558
+
1559
+ def pts_to_poststep(x, *args):
1560
+ """
1561
+ Convert continuous line to post-steps.
1562
+
1563
+ Given a set of ``N`` points convert to ``2N + 1`` points, which when
1564
+ connected linearly give a step function which changes values at the end of
1565
+ the intervals.
1566
+
1567
+ Parameters
1568
+ ----------
1569
+ x : array
1570
+ The x location of the steps. May be empty.
1571
+
1572
+ y1, ..., yp : array
1573
+ y arrays to be turned into steps; all must be the same length as ``x``.
1574
+
1575
+ Returns
1576
+ -------
1577
+ array
1578
+ The x and y values converted to steps in the same order as the input;
1579
+ can be unpacked as ``x_out, y1_out, ..., yp_out``. If the input is
1580
+ length ``N``, each of these arrays will be length ``2N + 1``. For
1581
+ ``N=0``, the length will be 0.
1582
+
1583
+ Examples
1584
+ --------
1585
+ >>> x_s, y1_s, y2_s = pts_to_poststep(x, y1, y2)
1586
+ """
1587
+ steps = np.zeros((1 + len(args), max(2 * len(x) - 1, 0)))
1588
+ steps[0, 0::2] = x
1589
+ steps[0, 1::2] = steps[0, 2::2]
1590
+ steps[1:, 0::2] = args
1591
+ steps[1:, 1::2] = steps[1:, 0:-2:2]
1592
+ return steps
1593
+
1594
+
1595
+ def pts_to_midstep(x, *args):
1596
+ """
1597
+ Convert continuous line to mid-steps.
1598
+
1599
+ Given a set of ``N`` points convert to ``2N`` points which when connected
1600
+ linearly give a step function which changes values at the middle of the
1601
+ intervals.
1602
+
1603
+ Parameters
1604
+ ----------
1605
+ x : array
1606
+ The x location of the steps. May be empty.
1607
+
1608
+ y1, ..., yp : array
1609
+ y arrays to be turned into steps; all must be the same length as
1610
+ ``x``.
1611
+
1612
+ Returns
1613
+ -------
1614
+ array
1615
+ The x and y values converted to steps in the same order as the input;
1616
+ can be unpacked as ``x_out, y1_out, ..., yp_out``. If the input is
1617
+ length ``N``, each of these arrays will be length ``2N``.
1618
+
1619
+ Examples
1620
+ --------
1621
+ >>> x_s, y1_s, y2_s = pts_to_midstep(x, y1, y2)
1622
+ """
1623
+ steps = np.zeros((1 + len(args), 2 * len(x)))
1624
+ x = np.asanyarray(x)
1625
+ steps[0, 1:-1:2] = steps[0, 2::2] = (x[:-1] + x[1:]) / 2
1626
+ steps[0, :1] = x[:1] # Also works for zero-sized input.
1627
+ steps[0, -1:] = x[-1:]
1628
+ steps[1:, 0::2] = args
1629
+ steps[1:, 1::2] = steps[1:, 0::2]
1630
+ return steps
1631
+
1632
+
1633
+ STEP_LOOKUP_MAP = {'default': lambda x, y: (x, y),
1634
+ 'steps': pts_to_prestep,
1635
+ 'steps-pre': pts_to_prestep,
1636
+ 'steps-post': pts_to_poststep,
1637
+ 'steps-mid': pts_to_midstep}
1638
+
1639
+
1640
+ def index_of(y):
1641
+ """
1642
+ A helper function to create reasonable x values for the given *y*.
1643
+
1644
+ This is used for plotting (x, y) if x values are not explicitly given.
1645
+
1646
+ First try ``y.index`` (assuming *y* is a `pandas.Series`), if that
1647
+ fails, use ``range(len(y))``.
1648
+
1649
+ This will be extended in the future to deal with more types of
1650
+ labeled data.
1651
+
1652
+ Parameters
1653
+ ----------
1654
+ y : float or array-like
1655
+
1656
+ Returns
1657
+ -------
1658
+ x, y : ndarray
1659
+ The x and y values to plot.
1660
+ """
1661
+ try:
1662
+ return y.index.to_numpy(), y.to_numpy()
1663
+ except AttributeError:
1664
+ pass
1665
+ try:
1666
+ y = _check_1d(y)
1667
+ except (VisibleDeprecationWarning, ValueError):
1668
+ # NumPy 1.19 will warn on ragged input, and we can't actually use it.
1669
+ pass
1670
+ else:
1671
+ return np.arange(y.shape[0], dtype=float), y
1672
+ raise ValueError('Input could not be cast to an at-least-1D NumPy array')
1673
+
1674
+
1675
+ def safe_first_element(obj):
1676
+ """
1677
+ Return the first element in *obj*.
1678
+
1679
+ This is a type-independent way of obtaining the first element,
1680
+ supporting both index access and the iterator protocol.
1681
+ """
1682
+ return _safe_first_finite(obj, skip_nonfinite=False)
1683
+
1684
+
1685
+ def _safe_first_finite(obj, *, skip_nonfinite=True):
1686
+ """
1687
+ Return the first finite element in *obj* if one is available and skip_nonfinite is
1688
+ True. Otherwise return the first element.
1689
+
1690
+ This is a method for internal use.
1691
+
1692
+ This is a type-independent way of obtaining the first finite element, supporting
1693
+ both index access and the iterator protocol.
1694
+ """
1695
+ def safe_isfinite(val):
1696
+ if val is None:
1697
+ return False
1698
+ try:
1699
+ return np.isfinite(val) if np.isscalar(val) else True
1700
+ except TypeError:
1701
+ # This is something that numpy can not make heads or tails
1702
+ # of, assume "finite"
1703
+ return True
1704
+ if skip_nonfinite is False:
1705
+ if isinstance(obj, collections.abc.Iterator):
1706
+ # needed to accept `array.flat` as input.
1707
+ # np.flatiter reports as an instance of collections.Iterator
1708
+ # but can still be indexed via [].
1709
+ # This has the side effect of re-setting the iterator, but
1710
+ # that is acceptable.
1711
+ try:
1712
+ return obj[0]
1713
+ except TypeError:
1714
+ pass
1715
+ raise RuntimeError("matplotlib does not support generators "
1716
+ "as input")
1717
+ return next(iter(obj))
1718
+ elif isinstance(obj, np.flatiter):
1719
+ # TODO do the finite filtering on this
1720
+ return obj[0]
1721
+ elif isinstance(obj, collections.abc.Iterator):
1722
+ raise RuntimeError("matplotlib does not "
1723
+ "support generators as input")
1724
+ else:
1725
+ return next((val for val in obj if safe_isfinite(val)), safe_first_element(obj))
1726
+
1727
+
1728
+ def sanitize_sequence(data):
1729
+ """
1730
+ Convert dictview objects to list. Other inputs are returned unchanged.
1731
+ """
1732
+ return (list(data) if isinstance(data, collections.abc.MappingView)
1733
+ else data)
1734
+
1735
+
1736
+ def normalize_kwargs(kw, alias_mapping=None):
1737
+ """
1738
+ Helper function to normalize kwarg inputs.
1739
+
1740
+ Parameters
1741
+ ----------
1742
+ kw : dict or None
1743
+ A dict of keyword arguments. None is explicitly supported and treated
1744
+ as an empty dict, to support functions with an optional parameter of
1745
+ the form ``props=None``.
1746
+
1747
+ alias_mapping : dict or Artist subclass or Artist instance, optional
1748
+ A mapping between a canonical name to a list of aliases, in order of
1749
+ precedence from lowest to highest.
1750
+
1751
+ If the canonical value is not in the list it is assumed to have the
1752
+ highest priority.
1753
+
1754
+ If an Artist subclass or instance is passed, use its properties alias
1755
+ mapping.
1756
+
1757
+ Raises
1758
+ ------
1759
+ TypeError
1760
+ To match what Python raises if invalid arguments/keyword arguments are
1761
+ passed to a callable.
1762
+ """
1763
+ from matplotlib.artist import Artist
1764
+
1765
+ if kw is None:
1766
+ return {}
1767
+
1768
+ # deal with default value of alias_mapping
1769
+ if alias_mapping is None:
1770
+ alias_mapping = dict()
1771
+ elif (isinstance(alias_mapping, type) and issubclass(alias_mapping, Artist)
1772
+ or isinstance(alias_mapping, Artist)):
1773
+ alias_mapping = getattr(alias_mapping, "_alias_map", {})
1774
+
1775
+ to_canonical = {alias: canonical
1776
+ for canonical, alias_list in alias_mapping.items()
1777
+ for alias in alias_list}
1778
+ canonical_to_seen = {}
1779
+ ret = {} # output dictionary
1780
+
1781
+ for k, v in kw.items():
1782
+ canonical = to_canonical.get(k, k)
1783
+ if canonical in canonical_to_seen:
1784
+ raise TypeError(f"Got both {canonical_to_seen[canonical]!r} and "
1785
+ f"{k!r}, which are aliases of one another")
1786
+ canonical_to_seen[canonical] = k
1787
+ ret[canonical] = v
1788
+
1789
+ return ret
1790
+
1791
+
1792
+ @contextlib.contextmanager
1793
+ def _lock_path(path):
1794
+ """
1795
+ Context manager for locking a path.
1796
+
1797
+ Usage::
1798
+
1799
+ with _lock_path(path):
1800
+ ...
1801
+
1802
+ Another thread or process that attempts to lock the same path will wait
1803
+ until this context manager is exited.
1804
+
1805
+ The lock is implemented by creating a temporary file in the parent
1806
+ directory, so that directory must exist and be writable.
1807
+ """
1808
+ path = Path(path)
1809
+ lock_path = path.with_name(path.name + ".matplotlib-lock")
1810
+ retries = 50
1811
+ sleeptime = 0.1
1812
+ for _ in range(retries):
1813
+ try:
1814
+ with lock_path.open("xb"):
1815
+ break
1816
+ except FileExistsError:
1817
+ time.sleep(sleeptime)
1818
+ else:
1819
+ raise TimeoutError("""\
1820
+ Lock error: Matplotlib failed to acquire the following lock file:
1821
+ {}
1822
+ This maybe due to another process holding this lock file. If you are sure no
1823
+ other Matplotlib process is running, remove this file and try again.""".format(
1824
+ lock_path))
1825
+ try:
1826
+ yield
1827
+ finally:
1828
+ lock_path.unlink()
1829
+
1830
+
1831
+ def _topmost_artist(
1832
+ artists,
1833
+ _cached_max=functools.partial(max, key=operator.attrgetter("zorder"))):
1834
+ """
1835
+ Get the topmost artist of a list.
1836
+
1837
+ In case of a tie, return the *last* of the tied artists, as it will be
1838
+ drawn on top of the others. `max` returns the first maximum in case of
1839
+ ties, so we need to iterate over the list in reverse order.
1840
+ """
1841
+ return _cached_max(reversed(artists))
1842
+
1843
+
1844
+ def _str_equal(obj, s):
1845
+ """
1846
+ Return whether *obj* is a string equal to string *s*.
1847
+
1848
+ This helper solely exists to handle the case where *obj* is a numpy array,
1849
+ because in such cases, a naive ``obj == s`` would yield an array, which
1850
+ cannot be used in a boolean context.
1851
+ """
1852
+ return isinstance(obj, str) and obj == s
1853
+
1854
+
1855
+ def _str_lower_equal(obj, s):
1856
+ """
1857
+ Return whether *obj* is a string equal, when lowercased, to string *s*.
1858
+
1859
+ This helper solely exists to handle the case where *obj* is a numpy array,
1860
+ because in such cases, a naive ``obj == s`` would yield an array, which
1861
+ cannot be used in a boolean context.
1862
+ """
1863
+ return isinstance(obj, str) and obj.lower() == s
1864
+
1865
+
1866
+ def _array_perimeter(arr):
1867
+ """
1868
+ Get the elements on the perimeter of *arr*.
1869
+
1870
+ Parameters
1871
+ ----------
1872
+ arr : ndarray, shape (M, N)
1873
+ The input array.
1874
+
1875
+ Returns
1876
+ -------
1877
+ ndarray, shape (2*(M - 1) + 2*(N - 1),)
1878
+ The elements on the perimeter of the array::
1879
+
1880
+ [arr[0, 0], ..., arr[0, -1], ..., arr[-1, -1], ..., arr[-1, 0], ...]
1881
+
1882
+ Examples
1883
+ --------
1884
+ >>> i, j = np.ogrid[:3, :4]
1885
+ >>> a = i*10 + j
1886
+ >>> a
1887
+ array([[ 0, 1, 2, 3],
1888
+ [10, 11, 12, 13],
1889
+ [20, 21, 22, 23]])
1890
+ >>> _array_perimeter(a)
1891
+ array([ 0, 1, 2, 3, 13, 23, 22, 21, 20, 10])
1892
+ """
1893
+ # note we use Python's half-open ranges to avoid repeating
1894
+ # the corners
1895
+ forward = np.s_[0:-1] # [0 ... -1)
1896
+ backward = np.s_[-1:0:-1] # [-1 ... 0)
1897
+ return np.concatenate((
1898
+ arr[0, forward],
1899
+ arr[forward, -1],
1900
+ arr[-1, backward],
1901
+ arr[backward, 0],
1902
+ ))
1903
+
1904
+
1905
+ def _unfold(arr, axis, size, step):
1906
+ """
1907
+ Append an extra dimension containing sliding windows along *axis*.
1908
+
1909
+ All windows are of size *size* and begin with every *step* elements.
1910
+
1911
+ Parameters
1912
+ ----------
1913
+ arr : ndarray, shape (N_1, ..., N_k)
1914
+ The input array
1915
+ axis : int
1916
+ Axis along which the windows are extracted
1917
+ size : int
1918
+ Size of the windows
1919
+ step : int
1920
+ Stride between first elements of subsequent windows.
1921
+
1922
+ Returns
1923
+ -------
1924
+ ndarray, shape (N_1, ..., 1 + (N_axis-size)/step, ..., N_k, size)
1925
+
1926
+ Examples
1927
+ --------
1928
+ >>> i, j = np.ogrid[:3, :7]
1929
+ >>> a = i*10 + j
1930
+ >>> a
1931
+ array([[ 0, 1, 2, 3, 4, 5, 6],
1932
+ [10, 11, 12, 13, 14, 15, 16],
1933
+ [20, 21, 22, 23, 24, 25, 26]])
1934
+ >>> _unfold(a, axis=1, size=3, step=2)
1935
+ array([[[ 0, 1, 2],
1936
+ [ 2, 3, 4],
1937
+ [ 4, 5, 6]],
1938
+ [[10, 11, 12],
1939
+ [12, 13, 14],
1940
+ [14, 15, 16]],
1941
+ [[20, 21, 22],
1942
+ [22, 23, 24],
1943
+ [24, 25, 26]]])
1944
+ """
1945
+ new_shape = [*arr.shape, size]
1946
+ new_strides = [*arr.strides, arr.strides[axis]]
1947
+ new_shape[axis] = (new_shape[axis] - size) // step + 1
1948
+ new_strides[axis] = new_strides[axis] * step
1949
+ return np.lib.stride_tricks.as_strided(arr,
1950
+ shape=new_shape,
1951
+ strides=new_strides,
1952
+ writeable=False)
1953
+
1954
+
1955
+ def _array_patch_perimeters(x, rstride, cstride):
1956
+ """
1957
+ Extract perimeters of patches from *arr*.
1958
+
1959
+ Extracted patches are of size (*rstride* + 1) x (*cstride* + 1) and
1960
+ share perimeters with their neighbors. The ordering of the vertices matches
1961
+ that returned by ``_array_perimeter``.
1962
+
1963
+ Parameters
1964
+ ----------
1965
+ x : ndarray, shape (N, M)
1966
+ Input array
1967
+ rstride : int
1968
+ Vertical (row) stride between corresponding elements of each patch
1969
+ cstride : int
1970
+ Horizontal (column) stride between corresponding elements of each patch
1971
+
1972
+ Returns
1973
+ -------
1974
+ ndarray, shape (N/rstride * M/cstride, 2 * (rstride + cstride))
1975
+ """
1976
+ assert rstride > 0 and cstride > 0
1977
+ assert (x.shape[0] - 1) % rstride == 0
1978
+ assert (x.shape[1] - 1) % cstride == 0
1979
+ # We build up each perimeter from four half-open intervals. Here is an
1980
+ # illustrated explanation for rstride == cstride == 3
1981
+ #
1982
+ # T T T R
1983
+ # L R
1984
+ # L R
1985
+ # L B B B
1986
+ #
1987
+ # where T means that this element will be in the top array, R for right,
1988
+ # B for bottom and L for left. Each of the arrays below has a shape of:
1989
+ #
1990
+ # (number of perimeters that can be extracted vertically,
1991
+ # number of perimeters that can be extracted horizontally,
1992
+ # cstride for top and bottom and rstride for left and right)
1993
+ #
1994
+ # Note that _unfold doesn't incur any memory copies, so the only costly
1995
+ # operation here is the np.concatenate.
1996
+ top = _unfold(x[:-1:rstride, :-1], 1, cstride, cstride)
1997
+ bottom = _unfold(x[rstride::rstride, 1:], 1, cstride, cstride)[..., ::-1]
1998
+ right = _unfold(x[:-1, cstride::cstride], 0, rstride, rstride)
1999
+ left = _unfold(x[1:, :-1:cstride], 0, rstride, rstride)[..., ::-1]
2000
+ return (np.concatenate((top, right, bottom, left), axis=2)
2001
+ .reshape(-1, 2 * (rstride + cstride)))
2002
+
2003
+
2004
+ @contextlib.contextmanager
2005
+ def _setattr_cm(obj, **kwargs):
2006
+ """
2007
+ Temporarily set some attributes; restore original state at context exit.
2008
+ """
2009
+ sentinel = object()
2010
+ origs = {}
2011
+ for attr in kwargs:
2012
+ orig = getattr(obj, attr, sentinel)
2013
+ if attr in obj.__dict__ or orig is sentinel:
2014
+ # if we are pulling from the instance dict or the object
2015
+ # does not have this attribute we can trust the above
2016
+ origs[attr] = orig
2017
+ else:
2018
+ # if the attribute is not in the instance dict it must be
2019
+ # from the class level
2020
+ cls_orig = getattr(type(obj), attr)
2021
+ # if we are dealing with a property (but not a general descriptor)
2022
+ # we want to set the original value back.
2023
+ if isinstance(cls_orig, property):
2024
+ origs[attr] = orig
2025
+ # otherwise this is _something_ we are going to shadow at
2026
+ # the instance dict level from higher up in the MRO. We
2027
+ # are going to assume we can delattr(obj, attr) to clean
2028
+ # up after ourselves. It is possible that this code will
2029
+ # fail if used with a non-property custom descriptor which
2030
+ # implements __set__ (and __delete__ does not act like a
2031
+ # stack). However, this is an internal tool and we do not
2032
+ # currently have any custom descriptors.
2033
+ else:
2034
+ origs[attr] = sentinel
2035
+
2036
+ try:
2037
+ for attr, val in kwargs.items():
2038
+ setattr(obj, attr, val)
2039
+ yield
2040
+ finally:
2041
+ for attr, orig in origs.items():
2042
+ if orig is sentinel:
2043
+ delattr(obj, attr)
2044
+ else:
2045
+ setattr(obj, attr, orig)
2046
+
2047
+
2048
+ class _OrderedSet(collections.abc.MutableSet):
2049
+ def __init__(self):
2050
+ self._od = collections.OrderedDict()
2051
+
2052
+ def __contains__(self, key):
2053
+ return key in self._od
2054
+
2055
+ def __iter__(self):
2056
+ return iter(self._od)
2057
+
2058
+ def __len__(self):
2059
+ return len(self._od)
2060
+
2061
+ def add(self, key):
2062
+ self._od.pop(key, None)
2063
+ self._od[key] = None
2064
+
2065
+ def discard(self, key):
2066
+ self._od.pop(key, None)
2067
+
2068
+
2069
+ # Agg's buffers are unmultiplied RGBA8888, which neither PyQt<=5.1 nor cairo
2070
+ # support; however, both do support premultiplied ARGB32.
2071
+
2072
+
2073
+ def _premultiplied_argb32_to_unmultiplied_rgba8888(buf):
2074
+ """
2075
+ Convert a premultiplied ARGB32 buffer to an unmultiplied RGBA8888 buffer.
2076
+ """
2077
+ rgba = np.take( # .take() ensures C-contiguity of the result.
2078
+ buf,
2079
+ [2, 1, 0, 3] if sys.byteorder == "little" else [1, 2, 3, 0], axis=2)
2080
+ rgb = rgba[..., :-1]
2081
+ alpha = rgba[..., -1]
2082
+ # Un-premultiply alpha. The formula is the same as in cairo-png.c.
2083
+ mask = alpha != 0
2084
+ for channel in np.rollaxis(rgb, -1):
2085
+ channel[mask] = (
2086
+ (channel[mask].astype(int) * 255 + alpha[mask] // 2)
2087
+ // alpha[mask])
2088
+ return rgba
2089
+
2090
+
2091
+ def _unmultiplied_rgba8888_to_premultiplied_argb32(rgba8888):
2092
+ """
2093
+ Convert an unmultiplied RGBA8888 buffer to a premultiplied ARGB32 buffer.
2094
+ """
2095
+ if sys.byteorder == "little":
2096
+ argb32 = np.take(rgba8888, [2, 1, 0, 3], axis=2)
2097
+ rgb24 = argb32[..., :-1]
2098
+ alpha8 = argb32[..., -1:]
2099
+ else:
2100
+ argb32 = np.take(rgba8888, [3, 0, 1, 2], axis=2)
2101
+ alpha8 = argb32[..., :1]
2102
+ rgb24 = argb32[..., 1:]
2103
+ # Only bother premultiplying when the alpha channel is not fully opaque,
2104
+ # as the cost is not negligible. The unsafe cast is needed to do the
2105
+ # multiplication in-place in an integer buffer.
2106
+ if alpha8.min() != 0xff:
2107
+ np.multiply(rgb24, alpha8 / 0xff, out=rgb24, casting="unsafe")
2108
+ return argb32
2109
+
2110
+
2111
+ def _get_nonzero_slices(buf):
2112
+ """
2113
+ Return the bounds of the nonzero region of a 2D array as a pair of slices.
2114
+
2115
+ ``buf[_get_nonzero_slices(buf)]`` is the smallest sub-rectangle in *buf*
2116
+ that encloses all non-zero entries in *buf*. If *buf* is fully zero, then
2117
+ ``(slice(0, 0), slice(0, 0))`` is returned.
2118
+ """
2119
+ x_nz, = buf.any(axis=0).nonzero()
2120
+ y_nz, = buf.any(axis=1).nonzero()
2121
+ if len(x_nz) and len(y_nz):
2122
+ l, r = x_nz[[0, -1]]
2123
+ b, t = y_nz[[0, -1]]
2124
+ return slice(b, t + 1), slice(l, r + 1)
2125
+ else:
2126
+ return slice(0, 0), slice(0, 0)
2127
+
2128
+
2129
+ def _pformat_subprocess(command):
2130
+ """Pretty-format a subprocess command for printing/logging purposes."""
2131
+ return (command if isinstance(command, str)
2132
+ else " ".join(shlex.quote(os.fspath(arg)) for arg in command))
2133
+
2134
+
2135
+ def _check_and_log_subprocess(command, logger, **kwargs):
2136
+ """
2137
+ Run *command*, returning its stdout output if it succeeds.
2138
+
2139
+ If it fails (exits with nonzero return code), raise an exception whose text
2140
+ includes the failed command and captured stdout and stderr output.
2141
+
2142
+ Regardless of the return code, the command is logged at DEBUG level on
2143
+ *logger*. In case of success, the output is likewise logged.
2144
+ """
2145
+ logger.debug('%s', _pformat_subprocess(command))
2146
+ proc = subprocess.run(
2147
+ command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)
2148
+ if proc.returncode:
2149
+ stdout = proc.stdout
2150
+ if isinstance(stdout, bytes):
2151
+ stdout = stdout.decode()
2152
+ stderr = proc.stderr
2153
+ if isinstance(stderr, bytes):
2154
+ stderr = stderr.decode()
2155
+ raise RuntimeError(
2156
+ f"The command\n"
2157
+ f" {_pformat_subprocess(command)}\n"
2158
+ f"failed and generated the following output:\n"
2159
+ f"{stdout}\n"
2160
+ f"and the following error:\n"
2161
+ f"{stderr}")
2162
+ if proc.stdout:
2163
+ logger.debug("stdout:\n%s", proc.stdout)
2164
+ if proc.stderr:
2165
+ logger.debug("stderr:\n%s", proc.stderr)
2166
+ return proc.stdout
2167
+
2168
+
2169
+ def _backend_module_name(name):
2170
+ """
2171
+ Convert a backend name (either a standard backend -- "Agg", "TkAgg", ... --
2172
+ or a custom backend -- "module://...") to the corresponding module name).
2173
+ """
2174
+ return (name[9:] if name.startswith("module://")
2175
+ else "matplotlib.backends.backend_{}".format(name.lower()))
2176
+
2177
+
2178
+ def _setup_new_guiapp():
2179
+ """
2180
+ Perform OS-dependent setup when Matplotlib creates a new GUI application.
2181
+ """
2182
+ # Windows: If not explicit app user model id has been set yet (so we're not
2183
+ # already embedded), then set it to "matplotlib", so that taskbar icons are
2184
+ # correct.
2185
+ try:
2186
+ _c_internal_utils.Win32_GetCurrentProcessExplicitAppUserModelID()
2187
+ except OSError:
2188
+ _c_internal_utils.Win32_SetCurrentProcessExplicitAppUserModelID(
2189
+ "matplotlib")
2190
+
2191
+
2192
+ def _format_approx(number, precision):
2193
+ """
2194
+ Format the number with at most the number of decimals given as precision.
2195
+ Remove trailing zeros and possibly the decimal point.
2196
+ """
2197
+ return f'{number:.{precision}f}'.rstrip('0').rstrip('.') or '0'
2198
+
2199
+
2200
+ def _g_sig_digits(value, delta):
2201
+ """
2202
+ Return the number of significant digits to %g-format *value*, assuming that
2203
+ it is known with an error of *delta*.
2204
+ """
2205
+ if delta == 0:
2206
+ # delta = 0 may occur when trying to format values over a tiny range;
2207
+ # in that case, replace it by the distance to the closest float.
2208
+ delta = abs(np.spacing(value))
2209
+ # If e.g. value = 45.67 and delta = 0.02, then we want to round to 2 digits
2210
+ # after the decimal point (floor(log10(0.02)) = -2); 45.67 contributes 2
2211
+ # digits before the decimal point (floor(log10(45.67)) + 1 = 2): the total
2212
+ # is 4 significant digits. A value of 0 contributes 1 "digit" before the
2213
+ # decimal point.
2214
+ # For inf or nan, the precision doesn't matter.
2215
+ return max(
2216
+ 0,
2217
+ (math.floor(math.log10(abs(value))) + 1 if value else 1)
2218
+ - math.floor(math.log10(delta))) if math.isfinite(value) else 0
2219
+
2220
+
2221
+ def _unikey_or_keysym_to_mplkey(unikey, keysym):
2222
+ """
2223
+ Convert a Unicode key or X keysym to a Matplotlib key name.
2224
+
2225
+ The Unicode key is checked first; this avoids having to list most printable
2226
+ keysyms such as ``EuroSign``.
2227
+ """
2228
+ # For non-printable characters, gtk3 passes "\0" whereas tk passes an "".
2229
+ if unikey and unikey.isprintable():
2230
+ return unikey
2231
+ key = keysym.lower()
2232
+ if key.startswith("kp_"): # keypad_x (including kp_enter).
2233
+ key = key[3:]
2234
+ if key.startswith("page_"): # page_{up,down}
2235
+ key = key.replace("page_", "page")
2236
+ if key.endswith(("_l", "_r")): # alt_l, ctrl_l, shift_l.
2237
+ key = key[:-2]
2238
+ key = {
2239
+ "return": "enter",
2240
+ "prior": "pageup", # Used by tk.
2241
+ "next": "pagedown", # Used by tk.
2242
+ }.get(key, key)
2243
+ return key
2244
+
2245
+
2246
+ @functools.lru_cache(None)
2247
+ def _make_class_factory(mixin_class, fmt, attr_name=None):
2248
+ """
2249
+ Return a function that creates picklable classes inheriting from a mixin.
2250
+
2251
+ After ::
2252
+
2253
+ factory = _make_class_factory(FooMixin, fmt, attr_name)
2254
+ FooAxes = factory(Axes)
2255
+
2256
+ ``Foo`` is a class that inherits from ``FooMixin`` and ``Axes`` and **is
2257
+ picklable** (picklability is what differentiates this from a plain call to
2258
+ `type`). Its ``__name__`` is set to ``fmt.format(Axes.__name__)`` and the
2259
+ base class is stored in the ``attr_name`` attribute, if not None.
2260
+
2261
+ Moreover, the return value of ``factory`` is memoized: calls with the same
2262
+ ``Axes`` class always return the same subclass.
2263
+ """
2264
+
2265
+ @functools.lru_cache(None)
2266
+ def class_factory(axes_class):
2267
+ # if we have already wrapped this class, declare victory!
2268
+ if issubclass(axes_class, mixin_class):
2269
+ return axes_class
2270
+
2271
+ # The parameter is named "axes_class" for backcompat but is really just
2272
+ # a base class; no axes semantics are used.
2273
+ base_class = axes_class
2274
+
2275
+ class subcls(mixin_class, base_class):
2276
+ # Better approximation than __module__ = "matplotlib.cbook".
2277
+ __module__ = mixin_class.__module__
2278
+
2279
+ def __reduce__(self):
2280
+ return (_picklable_class_constructor,
2281
+ (mixin_class, fmt, attr_name, base_class),
2282
+ self.__getstate__())
2283
+
2284
+ subcls.__name__ = subcls.__qualname__ = fmt.format(base_class.__name__)
2285
+ if attr_name is not None:
2286
+ setattr(subcls, attr_name, base_class)
2287
+ return subcls
2288
+
2289
+ class_factory.__module__ = mixin_class.__module__
2290
+ return class_factory
2291
+
2292
+
2293
+ def _picklable_class_constructor(mixin_class, fmt, attr_name, base_class):
2294
+ """Internal helper for _make_class_factory."""
2295
+ factory = _make_class_factory(mixin_class, fmt, attr_name)
2296
+ cls = factory(base_class)
2297
+ return cls.__new__(cls)
2298
+
2299
+
2300
+ def _unpack_to_numpy(x):
2301
+ """Internal helper to extract data from e.g. pandas and xarray objects."""
2302
+ if isinstance(x, np.ndarray):
2303
+ # If numpy, return directly
2304
+ return x
2305
+ if hasattr(x, 'to_numpy'):
2306
+ # Assume that any function to_numpy() do actually return a numpy array
2307
+ return x.to_numpy()
2308
+ if hasattr(x, 'values'):
2309
+ xtmp = x.values
2310
+ # For example a dict has a 'values' attribute, but it is not a property
2311
+ # so in this case we do not want to return a function
2312
+ if isinstance(xtmp, np.ndarray):
2313
+ return xtmp
2314
+ return x
2315
+
2316
+
2317
+ def _auto_format_str(fmt, value):
2318
+ """
2319
+ Apply *value* to the format string *fmt*.
2320
+
2321
+ This works both with unnamed %-style formatting and
2322
+ unnamed {}-style formatting. %-style formatting has priority.
2323
+ If *fmt* is %-style formattable that will be used. Otherwise,
2324
+ {}-formatting is applied. Strings without formatting placeholders
2325
+ are passed through as is.
2326
+
2327
+ Examples
2328
+ --------
2329
+ >>> _auto_format_str('%.2f m', 0.2)
2330
+ '0.20 m'
2331
+ >>> _auto_format_str('{} m', 0.2)
2332
+ '0.2 m'
2333
+ >>> _auto_format_str('const', 0.2)
2334
+ 'const'
2335
+ >>> _auto_format_str('%d or {}', 0.2)
2336
+ '0 or {}'
2337
+ """
2338
+ try:
2339
+ return fmt % (value,)
2340
+ except (TypeError, ValueError):
2341
+ return fmt.format(value)
omnilmm/lib/python3.10/site-packages/matplotlib/cbook/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (68 kB). View file
 
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/kpsewhich.lua ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ -- see dviread._LuatexKpsewhich
2
+ kpse.set_program_name("latex")
3
+ while true do print(kpse.lookup(io.read():gsub("\r", ""))); io.flush(); end
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/matplotlibrc ADDED
@@ -0,0 +1,788 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #### MATPLOTLIBRC FORMAT
2
+
3
+ ## NOTE FOR END USERS: DO NOT EDIT THIS FILE!
4
+ ##
5
+ ## This is a sample Matplotlib configuration file - you can find a copy
6
+ ## of it on your system in site-packages/matplotlib/mpl-data/matplotlibrc
7
+ ## (relative to your Python installation location).
8
+ ## DO NOT EDIT IT!
9
+ ##
10
+ ## If you wish to change your default style, copy this file to one of the
11
+ ## following locations:
12
+ ## Unix/Linux:
13
+ ## $HOME/.config/matplotlib/matplotlibrc OR
14
+ ## $XDG_CONFIG_HOME/matplotlib/matplotlibrc (if $XDG_CONFIG_HOME is set)
15
+ ## Other platforms:
16
+ ## $HOME/.matplotlib/matplotlibrc
17
+ ## and edit that copy.
18
+ ##
19
+ ## See https://matplotlib.org/stable/tutorials/introductory/customizing.html#customizing-with-matplotlibrc-files
20
+ ## for more details on the paths which are checked for the configuration file.
21
+ ##
22
+ ## Blank lines, or lines starting with a comment symbol, are ignored, as are
23
+ ## trailing comments. Other lines must have the format:
24
+ ## key: val # optional comment
25
+ ##
26
+ ## Formatting: Use PEP8-like style (as enforced in the rest of the codebase).
27
+ ## All lines start with an additional '#', so that removing all leading '#'s
28
+ ## yields a valid style file.
29
+ ##
30
+ ## Colors: for the color values below, you can either use
31
+ ## - a Matplotlib color string, such as r, k, or b
32
+ ## - an RGB tuple, such as (1.0, 0.5, 0.0)
33
+ ## - a double-quoted hex string, such as "#ff00ff".
34
+ ## The unquoted string ff00ff is also supported for backward
35
+ ## compatibility, but is discouraged.
36
+ ## - a scalar grayscale intensity such as 0.75
37
+ ## - a legal html color name, e.g., red, blue, darkslategray
38
+ ##
39
+ ## String values may optionally be enclosed in double quotes, which allows
40
+ ## using the comment character # in the string.
41
+ ##
42
+ ## This file (and other style files) must be encoded as utf-8.
43
+ ##
44
+ ## Matplotlib configuration are currently divided into following parts:
45
+ ## - BACKENDS
46
+ ## - LINES
47
+ ## - PATCHES
48
+ ## - HATCHES
49
+ ## - BOXPLOT
50
+ ## - FONT
51
+ ## - TEXT
52
+ ## - LaTeX
53
+ ## - AXES
54
+ ## - DATES
55
+ ## - TICKS
56
+ ## - GRIDS
57
+ ## - LEGEND
58
+ ## - FIGURE
59
+ ## - IMAGES
60
+ ## - CONTOUR PLOTS
61
+ ## - ERRORBAR PLOTS
62
+ ## - HISTOGRAM PLOTS
63
+ ## - SCATTER PLOTS
64
+ ## - AGG RENDERING
65
+ ## - PATHS
66
+ ## - SAVING FIGURES
67
+ ## - INTERACTIVE KEYMAPS
68
+ ## - ANIMATION
69
+
70
+ ##### CONFIGURATION BEGINS HERE
71
+
72
+
73
+ ## ***************************************************************************
74
+ ## * BACKENDS *
75
+ ## ***************************************************************************
76
+ ## The default backend. If you omit this parameter, the first working
77
+ ## backend from the following list is used:
78
+ ## MacOSX QtAgg Gtk4Agg Gtk3Agg TkAgg WxAgg Agg
79
+ ## Other choices include:
80
+ ## QtCairo GTK4Cairo GTK3Cairo TkCairo WxCairo Cairo
81
+ ## Qt5Agg Qt5Cairo Wx # deprecated.
82
+ ## PS PDF SVG Template
83
+ ## You can also deploy your own backend outside of Matplotlib by referring to
84
+ ## the module name (which must be in the PYTHONPATH) as 'module://my_backend'.
85
+ ##backend: Agg
86
+
87
+ ## The port to use for the web server in the WebAgg backend.
88
+ #webagg.port: 8988
89
+
90
+ ## The address on which the WebAgg web server should be reachable
91
+ #webagg.address: 127.0.0.1
92
+
93
+ ## If webagg.port is unavailable, a number of other random ports will
94
+ ## be tried until one that is available is found.
95
+ #webagg.port_retries: 50
96
+
97
+ ## When True, open the web browser to the plot that is shown
98
+ #webagg.open_in_browser: True
99
+
100
+ ## If you are running pyplot inside a GUI and your backend choice
101
+ ## conflicts, we will automatically try to find a compatible one for
102
+ ## you if backend_fallback is True
103
+ #backend_fallback: True
104
+
105
+ #interactive: False
106
+ #figure.hooks: # list of dotted.module.name:dotted.callable.name
107
+ #toolbar: toolbar2 # {None, toolbar2, toolmanager}
108
+ #timezone: UTC # a pytz timezone string, e.g., US/Central or Europe/Paris
109
+
110
+
111
+ ## ***************************************************************************
112
+ ## * LINES *
113
+ ## ***************************************************************************
114
+ ## See https://matplotlib.org/stable/api/artist_api.html#module-matplotlib.lines
115
+ ## for more information on line properties.
116
+ #lines.linewidth: 1.5 # line width in points
117
+ #lines.linestyle: - # solid line
118
+ #lines.color: C0 # has no affect on plot(); see axes.prop_cycle
119
+ #lines.marker: None # the default marker
120
+ #lines.markerfacecolor: auto # the default marker face color
121
+ #lines.markeredgecolor: auto # the default marker edge color
122
+ #lines.markeredgewidth: 1.0 # the line width around the marker symbol
123
+ #lines.markersize: 6 # marker size, in points
124
+ #lines.dash_joinstyle: round # {miter, round, bevel}
125
+ #lines.dash_capstyle: butt # {butt, round, projecting}
126
+ #lines.solid_joinstyle: round # {miter, round, bevel}
127
+ #lines.solid_capstyle: projecting # {butt, round, projecting}
128
+ #lines.antialiased: True # render lines in antialiased (no jaggies)
129
+
130
+ ## The three standard dash patterns. These are scaled by the linewidth.
131
+ #lines.dashed_pattern: 3.7, 1.6
132
+ #lines.dashdot_pattern: 6.4, 1.6, 1, 1.6
133
+ #lines.dotted_pattern: 1, 1.65
134
+ #lines.scale_dashes: True
135
+
136
+ #markers.fillstyle: full # {full, left, right, bottom, top, none}
137
+
138
+ #pcolor.shading: auto
139
+ #pcolormesh.snap: True # Whether to snap the mesh to pixel boundaries. This is
140
+ # provided solely to allow old test images to remain
141
+ # unchanged. Set to False to obtain the previous behavior.
142
+
143
+ ## ***************************************************************************
144
+ ## * PATCHES *
145
+ ## ***************************************************************************
146
+ ## Patches are graphical objects that fill 2D space, like polygons or circles.
147
+ ## See https://matplotlib.org/stable/api/artist_api.html#module-matplotlib.patches
148
+ ## for more information on patch properties.
149
+ #patch.linewidth: 1.0 # edge width in points.
150
+ #patch.facecolor: C0
151
+ #patch.edgecolor: black # if forced, or patch is not filled
152
+ #patch.force_edgecolor: False # True to always use edgecolor
153
+ #patch.antialiased: True # render patches in antialiased (no jaggies)
154
+
155
+
156
+ ## ***************************************************************************
157
+ ## * HATCHES *
158
+ ## ***************************************************************************
159
+ #hatch.color: black
160
+ #hatch.linewidth: 1.0
161
+
162
+
163
+ ## ***************************************************************************
164
+ ## * BOXPLOT *
165
+ ## ***************************************************************************
166
+ #boxplot.notch: False
167
+ #boxplot.vertical: True
168
+ #boxplot.whiskers: 1.5
169
+ #boxplot.bootstrap: None
170
+ #boxplot.patchartist: False
171
+ #boxplot.showmeans: False
172
+ #boxplot.showcaps: True
173
+ #boxplot.showbox: True
174
+ #boxplot.showfliers: True
175
+ #boxplot.meanline: False
176
+
177
+ #boxplot.flierprops.color: black
178
+ #boxplot.flierprops.marker: o
179
+ #boxplot.flierprops.markerfacecolor: none
180
+ #boxplot.flierprops.markeredgecolor: black
181
+ #boxplot.flierprops.markeredgewidth: 1.0
182
+ #boxplot.flierprops.markersize: 6
183
+ #boxplot.flierprops.linestyle: none
184
+ #boxplot.flierprops.linewidth: 1.0
185
+
186
+ #boxplot.boxprops.color: black
187
+ #boxplot.boxprops.linewidth: 1.0
188
+ #boxplot.boxprops.linestyle: -
189
+
190
+ #boxplot.whiskerprops.color: black
191
+ #boxplot.whiskerprops.linewidth: 1.0
192
+ #boxplot.whiskerprops.linestyle: -
193
+
194
+ #boxplot.capprops.color: black
195
+ #boxplot.capprops.linewidth: 1.0
196
+ #boxplot.capprops.linestyle: -
197
+
198
+ #boxplot.medianprops.color: C1
199
+ #boxplot.medianprops.linewidth: 1.0
200
+ #boxplot.medianprops.linestyle: -
201
+
202
+ #boxplot.meanprops.color: C2
203
+ #boxplot.meanprops.marker: ^
204
+ #boxplot.meanprops.markerfacecolor: C2
205
+ #boxplot.meanprops.markeredgecolor: C2
206
+ #boxplot.meanprops.markersize: 6
207
+ #boxplot.meanprops.linestyle: --
208
+ #boxplot.meanprops.linewidth: 1.0
209
+
210
+
211
+ ## ***************************************************************************
212
+ ## * FONT *
213
+ ## ***************************************************************************
214
+ ## The font properties used by `text.Text`.
215
+ ## See https://matplotlib.org/stable/api/font_manager_api.html for more information
216
+ ## on font properties. The 6 font properties used for font matching are
217
+ ## given below with their default values.
218
+ ##
219
+ ## The font.family property can take either a single or multiple entries of any
220
+ ## combination of concrete font names (not supported when rendering text with
221
+ ## usetex) or the following five generic values:
222
+ ## - 'serif' (e.g., Times),
223
+ ## - 'sans-serif' (e.g., Helvetica),
224
+ ## - 'cursive' (e.g., Zapf-Chancery),
225
+ ## - 'fantasy' (e.g., Western), and
226
+ ## - 'monospace' (e.g., Courier).
227
+ ## Each of these values has a corresponding default list of font names
228
+ ## (font.serif, etc.); the first available font in the list is used. Note that
229
+ ## for font.serif, font.sans-serif, and font.monospace, the first element of
230
+ ## the list (a DejaVu font) will always be used because DejaVu is shipped with
231
+ ## Matplotlib and is thus guaranteed to be available; the other entries are
232
+ ## left as examples of other possible values.
233
+ ##
234
+ ## The font.style property has three values: normal (or roman), italic
235
+ ## or oblique. The oblique style will be used for italic, if it is not
236
+ ## present.
237
+ ##
238
+ ## The font.variant property has two values: normal or small-caps. For
239
+ ## TrueType fonts, which are scalable fonts, small-caps is equivalent
240
+ ## to using a font size of 'smaller', or about 83 % of the current font
241
+ ## size.
242
+ ##
243
+ ## The font.weight property has effectively 13 values: normal, bold,
244
+ ## bolder, lighter, 100, 200, 300, ..., 900. Normal is the same as
245
+ ## 400, and bold is 700. bolder and lighter are relative values with
246
+ ## respect to the current weight.
247
+ ##
248
+ ## The font.stretch property has 11 values: ultra-condensed,
249
+ ## extra-condensed, condensed, semi-condensed, normal, semi-expanded,
250
+ ## expanded, extra-expanded, ultra-expanded, wider, and narrower. This
251
+ ## property is not currently implemented.
252
+ ##
253
+ ## The font.size property is the default font size for text, given in points.
254
+ ## 10 pt is the standard value.
255
+ ##
256
+ ## Note that font.size controls default text sizes. To configure
257
+ ## special text sizes tick labels, axes, labels, title, etc., see the rc
258
+ ## settings for axes and ticks. Special text sizes can be defined
259
+ ## relative to font.size, using the following values: xx-small, x-small,
260
+ ## small, medium, large, x-large, xx-large, larger, or smaller
261
+
262
+ #font.family: sans-serif
263
+ #font.style: normal
264
+ #font.variant: normal
265
+ #font.weight: normal
266
+ #font.stretch: normal
267
+ #font.size: 10.0
268
+
269
+ #font.serif: DejaVu Serif, Bitstream Vera Serif, Computer Modern Roman, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif
270
+ #font.sans-serif: DejaVu Sans, Bitstream Vera Sans, Computer Modern Sans Serif, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
271
+ #font.cursive: Apple Chancery, Textile, Zapf Chancery, Sand, Script MT, Felipa, Comic Neue, Comic Sans MS, cursive
272
+ #font.fantasy: Chicago, Charcoal, Impact, Western, Humor Sans, xkcd, fantasy
273
+ #font.monospace: DejaVu Sans Mono, Bitstream Vera Sans Mono, Computer Modern Typewriter, Andale Mono, Nimbus Mono L, Courier New, Courier, Fixed, Terminal, monospace
274
+
275
+
276
+ ## ***************************************************************************
277
+ ## * TEXT *
278
+ ## ***************************************************************************
279
+ ## The text properties used by `text.Text`.
280
+ ## See https://matplotlib.org/stable/api/artist_api.html#module-matplotlib.text
281
+ ## for more information on text properties
282
+ #text.color: black
283
+
284
+ ## FreeType hinting flag ("foo" corresponds to FT_LOAD_FOO); may be one of the
285
+ ## following (Proprietary Matplotlib-specific synonyms are given in parentheses,
286
+ ## but their use is discouraged):
287
+ ## - default: Use the font's native hinter if possible, else FreeType's auto-hinter.
288
+ ## ("either" is a synonym).
289
+ ## - no_autohint: Use the font's native hinter if possible, else don't hint.
290
+ ## ("native" is a synonym.)
291
+ ## - force_autohint: Use FreeType's auto-hinter. ("auto" is a synonym.)
292
+ ## - no_hinting: Disable hinting. ("none" is a synonym.)
293
+ #text.hinting: force_autohint
294
+
295
+ #text.hinting_factor: 8 # Specifies the amount of softness for hinting in the
296
+ # horizontal direction. A value of 1 will hint to full
297
+ # pixels. A value of 2 will hint to half pixels etc.
298
+ #text.kerning_factor: 0 # Specifies the scaling factor for kerning values. This
299
+ # is provided solely to allow old test images to remain
300
+ # unchanged. Set to 6 to obtain previous behavior.
301
+ # Values other than 0 or 6 have no defined meaning.
302
+ #text.antialiased: True # If True (default), the text will be antialiased.
303
+ # This only affects raster outputs.
304
+ #text.parse_math: True # Use mathtext if there is an even number of unescaped
305
+ # dollar signs.
306
+
307
+
308
+ ## ***************************************************************************
309
+ ## * LaTeX *
310
+ ## ***************************************************************************
311
+ ## For more information on LaTeX properties, see
312
+ ## https://matplotlib.org/stable/tutorials/text/usetex.html
313
+ #text.usetex: False # use latex for all text handling. The following fonts
314
+ # are supported through the usual rc parameter settings:
315
+ # new century schoolbook, bookman, times, palatino,
316
+ # zapf chancery, charter, serif, sans-serif, helvetica,
317
+ # avant garde, courier, monospace, computer modern roman,
318
+ # computer modern sans serif, computer modern typewriter
319
+ #text.latex.preamble: # IMPROPER USE OF THIS FEATURE WILL LEAD TO LATEX FAILURES
320
+ # AND IS THEREFORE UNSUPPORTED. PLEASE DO NOT ASK FOR HELP
321
+ # IF THIS FEATURE DOES NOT DO WHAT YOU EXPECT IT TO.
322
+ # text.latex.preamble is a single line of LaTeX code that
323
+ # will be passed on to the LaTeX system. It may contain
324
+ # any code that is valid for the LaTeX "preamble", i.e.
325
+ # between the "\documentclass" and "\begin{document}"
326
+ # statements.
327
+ # Note that it has to be put on a single line, which may
328
+ # become quite long.
329
+ # The following packages are always loaded with usetex,
330
+ # so beware of package collisions:
331
+ # geometry, inputenc, type1cm.
332
+ # PostScript (PSNFSS) font packages may also be
333
+ # loaded, depending on your font settings.
334
+
335
+ ## The following settings allow you to select the fonts in math mode.
336
+ #mathtext.fontset: dejavusans # Should be 'dejavusans' (default),
337
+ # 'dejavuserif', 'cm' (Computer Modern), 'stix',
338
+ # 'stixsans' or 'custom'
339
+ ## "mathtext.fontset: custom" is defined by the mathtext.bf, .cal, .it, ...
340
+ ## settings which map a TeX font name to a fontconfig font pattern. (These
341
+ ## settings are not used for other font sets.)
342
+ #mathtext.bf: sans:bold
343
+ #mathtext.cal: cursive
344
+ #mathtext.it: sans:italic
345
+ #mathtext.rm: sans
346
+ #mathtext.sf: sans
347
+ #mathtext.tt: monospace
348
+ #mathtext.fallback: cm # Select fallback font from ['cm' (Computer Modern), 'stix'
349
+ # 'stixsans'] when a symbol can not be found in one of the
350
+ # custom math fonts. Select 'None' to not perform fallback
351
+ # and replace the missing character by a dummy symbol.
352
+ #mathtext.default: it # The default font to use for math.
353
+ # Can be any of the LaTeX font names, including
354
+ # the special name "regular" for the same font
355
+ # used in regular text.
356
+
357
+
358
+ ## ***************************************************************************
359
+ ## * AXES *
360
+ ## ***************************************************************************
361
+ ## Following are default face and edge colors, default tick sizes,
362
+ ## default font sizes for tick labels, and so on. See
363
+ ## https://matplotlib.org/stable/api/axes_api.html#module-matplotlib.axes
364
+ #axes.facecolor: white # axes background color
365
+ #axes.edgecolor: black # axes edge color
366
+ #axes.linewidth: 0.8 # edge line width
367
+ #axes.grid: False # display grid or not
368
+ #axes.grid.axis: both # which axis the grid should apply to
369
+ #axes.grid.which: major # grid lines at {major, minor, both} ticks
370
+ #axes.titlelocation: center # alignment of the title: {left, right, center}
371
+ #axes.titlesize: large # font size of the axes title
372
+ #axes.titleweight: normal # font weight of title
373
+ #axes.titlecolor: auto # color of the axes title, auto falls back to
374
+ # text.color as default value
375
+ #axes.titley: None # position title (axes relative units). None implies auto
376
+ #axes.titlepad: 6.0 # pad between axes and title in points
377
+ #axes.labelsize: medium # font size of the x and y labels
378
+ #axes.labelpad: 4.0 # space between label and axis
379
+ #axes.labelweight: normal # weight of the x and y labels
380
+ #axes.labelcolor: black
381
+ #axes.axisbelow: line # draw axis gridlines and ticks:
382
+ # - below patches (True)
383
+ # - above patches but below lines ('line')
384
+ # - above all (False)
385
+
386
+ #axes.formatter.limits: -5, 6 # use scientific notation if log10
387
+ # of the axis range is smaller than the
388
+ # first or larger than the second
389
+ #axes.formatter.use_locale: False # When True, format tick labels
390
+ # according to the user's locale.
391
+ # For example, use ',' as a decimal
392
+ # separator in the fr_FR locale.
393
+ #axes.formatter.use_mathtext: False # When True, use mathtext for scientific
394
+ # notation.
395
+ #axes.formatter.min_exponent: 0 # minimum exponent to format in scientific notation
396
+ #axes.formatter.useoffset: True # If True, the tick label formatter
397
+ # will default to labeling ticks relative
398
+ # to an offset when the data range is
399
+ # small compared to the minimum absolute
400
+ # value of the data.
401
+ #axes.formatter.offset_threshold: 4 # When useoffset is True, the offset
402
+ # will be used when it can remove
403
+ # at least this number of significant
404
+ # digits from tick labels.
405
+
406
+ #axes.spines.left: True # display axis spines
407
+ #axes.spines.bottom: True
408
+ #axes.spines.top: True
409
+ #axes.spines.right: True
410
+
411
+ #axes.unicode_minus: True # use Unicode for the minus symbol rather than hyphen. See
412
+ # https://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
413
+ #axes.prop_cycle: cycler('color', ['1f77b4', 'ff7f0e', '2ca02c', 'd62728', '9467bd', '8c564b', 'e377c2', '7f7f7f', 'bcbd22', '17becf'])
414
+ # color cycle for plot lines as list of string color specs:
415
+ # single letter, long name, or web-style hex
416
+ # As opposed to all other parameters in this file, the color
417
+ # values must be enclosed in quotes for this parameter,
418
+ # e.g. '1f77b4', instead of 1f77b4.
419
+ # See also https://matplotlib.org/stable/tutorials/intermediate/color_cycle.html
420
+ # for more details on prop_cycle usage.
421
+ #axes.xmargin: .05 # x margin. See `axes.Axes.margins`
422
+ #axes.ymargin: .05 # y margin. See `axes.Axes.margins`
423
+ #axes.zmargin: .05 # z margin. See `axes.Axes.margins`
424
+ #axes.autolimit_mode: data # If "data", use axes.xmargin and axes.ymargin as is.
425
+ # If "round_numbers", after application of margins, axis
426
+ # limits are further expanded to the nearest "round" number.
427
+ #polaraxes.grid: True # display grid on polar axes
428
+ #axes3d.grid: True # display grid on 3D axes
429
+
430
+ #axes3d.xaxis.panecolor: (0.95, 0.95, 0.95, 0.5) # background pane on 3D axes
431
+ #axes3d.yaxis.panecolor: (0.90, 0.90, 0.90, 0.5) # background pane on 3D axes
432
+ #axes3d.zaxis.panecolor: (0.925, 0.925, 0.925, 0.5) # background pane on 3D axes
433
+
434
+ ## ***************************************************************************
435
+ ## * AXIS *
436
+ ## ***************************************************************************
437
+ #xaxis.labellocation: center # alignment of the xaxis label: {left, right, center}
438
+ #yaxis.labellocation: center # alignment of the yaxis label: {bottom, top, center}
439
+
440
+
441
+ ## ***************************************************************************
442
+ ## * DATES *
443
+ ## ***************************************************************************
444
+ ## These control the default format strings used in AutoDateFormatter.
445
+ ## Any valid format datetime format string can be used (see the python
446
+ ## `datetime` for details). For example, by using:
447
+ ## - '%x' will use the locale date representation
448
+ ## - '%X' will use the locale time representation
449
+ ## - '%c' will use the full locale datetime representation
450
+ ## These values map to the scales:
451
+ ## {'year': 365, 'month': 30, 'day': 1, 'hour': 1/24, 'minute': 1 / (24 * 60)}
452
+
453
+ #date.autoformatter.year: %Y
454
+ #date.autoformatter.month: %Y-%m
455
+ #date.autoformatter.day: %Y-%m-%d
456
+ #date.autoformatter.hour: %m-%d %H
457
+ #date.autoformatter.minute: %d %H:%M
458
+ #date.autoformatter.second: %H:%M:%S
459
+ #date.autoformatter.microsecond: %M:%S.%f
460
+ ## The reference date for Matplotlib's internal date representation
461
+ ## See https://matplotlib.org/stable/gallery/ticks/date_precision_and_epochs.html
462
+ #date.epoch: 1970-01-01T00:00:00
463
+ ## 'auto', 'concise':
464
+ #date.converter: auto
465
+ ## For auto converter whether to use interval_multiples:
466
+ #date.interval_multiples: True
467
+
468
+ ## ***************************************************************************
469
+ ## * TICKS *
470
+ ## ***************************************************************************
471
+ ## See https://matplotlib.org/stable/api/axis_api.html#matplotlib.axis.Tick
472
+ #xtick.top: False # draw ticks on the top side
473
+ #xtick.bottom: True # draw ticks on the bottom side
474
+ #xtick.labeltop: False # draw label on the top
475
+ #xtick.labelbottom: True # draw label on the bottom
476
+ #xtick.major.size: 3.5 # major tick size in points
477
+ #xtick.minor.size: 2 # minor tick size in points
478
+ #xtick.major.width: 0.8 # major tick width in points
479
+ #xtick.minor.width: 0.6 # minor tick width in points
480
+ #xtick.major.pad: 3.5 # distance to major tick label in points
481
+ #xtick.minor.pad: 3.4 # distance to the minor tick label in points
482
+ #xtick.color: black # color of the ticks
483
+ #xtick.labelcolor: inherit # color of the tick labels or inherit from xtick.color
484
+ #xtick.labelsize: medium # font size of the tick labels
485
+ #xtick.direction: out # direction: {in, out, inout}
486
+ #xtick.minor.visible: False # visibility of minor ticks on x-axis
487
+ #xtick.major.top: True # draw x axis top major ticks
488
+ #xtick.major.bottom: True # draw x axis bottom major ticks
489
+ #xtick.minor.top: True # draw x axis top minor ticks
490
+ #xtick.minor.bottom: True # draw x axis bottom minor ticks
491
+ #xtick.alignment: center # alignment of xticks
492
+
493
+ #ytick.left: True # draw ticks on the left side
494
+ #ytick.right: False # draw ticks on the right side
495
+ #ytick.labelleft: True # draw tick labels on the left side
496
+ #ytick.labelright: False # draw tick labels on the right side
497
+ #ytick.major.size: 3.5 # major tick size in points
498
+ #ytick.minor.size: 2 # minor tick size in points
499
+ #ytick.major.width: 0.8 # major tick width in points
500
+ #ytick.minor.width: 0.6 # minor tick width in points
501
+ #ytick.major.pad: 3.5 # distance to major tick label in points
502
+ #ytick.minor.pad: 3.4 # distance to the minor tick label in points
503
+ #ytick.color: black # color of the ticks
504
+ #ytick.labelcolor: inherit # color of the tick labels or inherit from ytick.color
505
+ #ytick.labelsize: medium # font size of the tick labels
506
+ #ytick.direction: out # direction: {in, out, inout}
507
+ #ytick.minor.visible: False # visibility of minor ticks on y-axis
508
+ #ytick.major.left: True # draw y axis left major ticks
509
+ #ytick.major.right: True # draw y axis right major ticks
510
+ #ytick.minor.left: True # draw y axis left minor ticks
511
+ #ytick.minor.right: True # draw y axis right minor ticks
512
+ #ytick.alignment: center_baseline # alignment of yticks
513
+
514
+
515
+ ## ***************************************************************************
516
+ ## * GRIDS *
517
+ ## ***************************************************************************
518
+ #grid.color: "#b0b0b0" # grid color
519
+ #grid.linestyle: - # solid
520
+ #grid.linewidth: 0.8 # in points
521
+ #grid.alpha: 1.0 # transparency, between 0.0 and 1.0
522
+
523
+
524
+ ## ***************************************************************************
525
+ ## * LEGEND *
526
+ ## ***************************************************************************
527
+ #legend.loc: best
528
+ #legend.frameon: True # if True, draw the legend on a background patch
529
+ #legend.framealpha: 0.8 # legend patch transparency
530
+ #legend.facecolor: inherit # inherit from axes.facecolor; or color spec
531
+ #legend.edgecolor: 0.8 # background patch boundary color
532
+ #legend.fancybox: True # if True, use a rounded box for the
533
+ # legend background, else a rectangle
534
+ #legend.shadow: False # if True, give background a shadow effect
535
+ #legend.numpoints: 1 # the number of marker points in the legend line
536
+ #legend.scatterpoints: 1 # number of scatter points
537
+ #legend.markerscale: 1.0 # the relative size of legend markers vs. original
538
+ #legend.fontsize: medium
539
+ #legend.labelcolor: None
540
+ #legend.title_fontsize: None # None sets to the same as the default axes.
541
+
542
+ ## Dimensions as fraction of font size:
543
+ #legend.borderpad: 0.4 # border whitespace
544
+ #legend.labelspacing: 0.5 # the vertical space between the legend entries
545
+ #legend.handlelength: 2.0 # the length of the legend lines
546
+ #legend.handleheight: 0.7 # the height of the legend handle
547
+ #legend.handletextpad: 0.8 # the space between the legend line and legend text
548
+ #legend.borderaxespad: 0.5 # the border between the axes and legend edge
549
+ #legend.columnspacing: 2.0 # column separation
550
+
551
+
552
+ ## ***************************************************************************
553
+ ## * FIGURE *
554
+ ## ***************************************************************************
555
+ ## See https://matplotlib.org/stable/api/figure_api.html#matplotlib.figure.Figure
556
+ #figure.titlesize: large # size of the figure title (``Figure.suptitle()``)
557
+ #figure.titleweight: normal # weight of the figure title
558
+ #figure.labelsize: large # size of the figure label (``Figure.sup[x|y]label()``)
559
+ #figure.labelweight: normal # weight of the figure label
560
+ #figure.figsize: 6.4, 4.8 # figure size in inches
561
+ #figure.dpi: 100 # figure dots per inch
562
+ #figure.facecolor: white # figure face color
563
+ #figure.edgecolor: white # figure edge color
564
+ #figure.frameon: True # enable figure frame
565
+ #figure.max_open_warning: 20 # The maximum number of figures to open through
566
+ # the pyplot interface before emitting a warning.
567
+ # If less than one this feature is disabled.
568
+ #figure.raise_window : True # Raise the GUI window to front when show() is called.
569
+
570
+ ## The figure subplot parameters. All dimensions are a fraction of the figure width and height.
571
+ #figure.subplot.left: 0.125 # the left side of the subplots of the figure
572
+ #figure.subplot.right: 0.9 # the right side of the subplots of the figure
573
+ #figure.subplot.bottom: 0.11 # the bottom of the subplots of the figure
574
+ #figure.subplot.top: 0.88 # the top of the subplots of the figure
575
+ #figure.subplot.wspace: 0.2 # the amount of width reserved for space between subplots,
576
+ # expressed as a fraction of the average axis width
577
+ #figure.subplot.hspace: 0.2 # the amount of height reserved for space between subplots,
578
+ # expressed as a fraction of the average axis height
579
+
580
+ ## Figure layout
581
+ #figure.autolayout: False # When True, automatically adjust subplot
582
+ # parameters to make the plot fit the figure
583
+ # using `tight_layout`
584
+ #figure.constrained_layout.use: False # When True, automatically make plot
585
+ # elements fit on the figure. (Not
586
+ # compatible with `autolayout`, above).
587
+ #figure.constrained_layout.h_pad: 0.04167 # Padding around axes objects. Float representing
588
+ #figure.constrained_layout.w_pad: 0.04167 # inches. Default is 3/72 inches (3 points)
589
+ #figure.constrained_layout.hspace: 0.02 # Space between subplot groups. Float representing
590
+ #figure.constrained_layout.wspace: 0.02 # a fraction of the subplot widths being separated.
591
+
592
+
593
+ ## ***************************************************************************
594
+ ## * IMAGES *
595
+ ## ***************************************************************************
596
+ #image.aspect: equal # {equal, auto} or a number
597
+ #image.interpolation: antialiased # see help(imshow) for options
598
+ #image.cmap: viridis # A colormap name (plasma, magma, etc.)
599
+ #image.lut: 256 # the size of the colormap lookup table
600
+ #image.origin: upper # {lower, upper}
601
+ #image.resample: True
602
+ #image.composite_image: True # When True, all the images on a set of axes are
603
+ # combined into a single composite image before
604
+ # saving a figure as a vector graphics file,
605
+ # such as a PDF.
606
+
607
+
608
+ ## ***************************************************************************
609
+ ## * CONTOUR PLOTS *
610
+ ## ***************************************************************************
611
+ #contour.negative_linestyle: dashed # string or on-off ink sequence
612
+ #contour.corner_mask: True # {True, False}
613
+ #contour.linewidth: None # {float, None} Size of the contour line
614
+ # widths. If set to None, it falls back to
615
+ # `line.linewidth`.
616
+ #contour.algorithm: mpl2014 # {mpl2005, mpl2014, serial, threaded}
617
+
618
+
619
+ ## ***************************************************************************
620
+ ## * ERRORBAR PLOTS *
621
+ ## ***************************************************************************
622
+ #errorbar.capsize: 0 # length of end cap on error bars in pixels
623
+
624
+
625
+ ## ***************************************************************************
626
+ ## * HISTOGRAM PLOTS *
627
+ ## ***************************************************************************
628
+ #hist.bins: 10 # The default number of histogram bins or 'auto'.
629
+
630
+
631
+ ## ***************************************************************************
632
+ ## * SCATTER PLOTS *
633
+ ## ***************************************************************************
634
+ #scatter.marker: o # The default marker type for scatter plots.
635
+ #scatter.edgecolors: face # The default edge colors for scatter plots.
636
+
637
+
638
+ ## ***************************************************************************
639
+ ## * AGG RENDERING *
640
+ ## ***************************************************************************
641
+ ## Warning: experimental, 2008/10/10
642
+ #agg.path.chunksize: 0 # 0 to disable; values in the range
643
+ # 10000 to 100000 can improve speed slightly
644
+ # and prevent an Agg rendering failure
645
+ # when plotting very large data sets,
646
+ # especially if they are very gappy.
647
+ # It may cause minor artifacts, though.
648
+ # A value of 20000 is probably a good
649
+ # starting point.
650
+
651
+
652
+ ## ***************************************************************************
653
+ ## * PATHS *
654
+ ## ***************************************************************************
655
+ #path.simplify: True # When True, simplify paths by removing "invisible"
656
+ # points to reduce file size and increase rendering
657
+ # speed
658
+ #path.simplify_threshold: 0.111111111111 # The threshold of similarity below
659
+ # which vertices will be removed in
660
+ # the simplification process.
661
+ #path.snap: True # When True, rectilinear axis-aligned paths will be snapped
662
+ # to the nearest pixel when certain criteria are met.
663
+ # When False, paths will never be snapped.
664
+ #path.sketch: None # May be None, or a 3-tuple of the form:
665
+ # (scale, length, randomness).
666
+ # - *scale* is the amplitude of the wiggle
667
+ # perpendicular to the line (in pixels).
668
+ # - *length* is the length of the wiggle along the
669
+ # line (in pixels).
670
+ # - *randomness* is the factor by which the length is
671
+ # randomly scaled.
672
+ #path.effects:
673
+
674
+
675
+ ## ***************************************************************************
676
+ ## * SAVING FIGURES *
677
+ ## ***************************************************************************
678
+ ## The default savefig parameters can be different from the display parameters
679
+ ## e.g., you may want a higher resolution, or to make the figure
680
+ ## background white
681
+ #savefig.dpi: figure # figure dots per inch or 'figure'
682
+ #savefig.facecolor: auto # figure face color when saving
683
+ #savefig.edgecolor: auto # figure edge color when saving
684
+ #savefig.format: png # {png, ps, pdf, svg}
685
+ #savefig.bbox: standard # {tight, standard}
686
+ # 'tight' is incompatible with pipe-based animation
687
+ # backends (e.g. 'ffmpeg') but will work with those
688
+ # based on temporary files (e.g. 'ffmpeg_file')
689
+ #savefig.pad_inches: 0.1 # padding to be used, when bbox is set to 'tight'
690
+ #savefig.directory: ~ # default directory in savefig dialog, gets updated after
691
+ # interactive saves, unless set to the empty string (i.e.
692
+ # the current directory); use '.' to start at the current
693
+ # directory but update after interactive saves
694
+ #savefig.transparent: False # whether figures are saved with a transparent
695
+ # background by default
696
+ #savefig.orientation: portrait # orientation of saved figure, for PostScript output only
697
+
698
+ ### tk backend params
699
+ #tk.window_focus: False # Maintain shell focus for TkAgg
700
+
701
+ ### ps backend params
702
+ #ps.papersize: letter # {auto, letter, legal, ledger, A0-A10, B0-B10}
703
+ #ps.useafm: False # use of AFM fonts, results in small files
704
+ #ps.usedistiller: False # {ghostscript, xpdf, None}
705
+ # Experimental: may produce smaller files.
706
+ # xpdf intended for production of publication quality files,
707
+ # but requires ghostscript, xpdf and ps2eps
708
+ #ps.distiller.res: 6000 # dpi
709
+ #ps.fonttype: 3 # Output Type 3 (Type3) or Type 42 (TrueType)
710
+
711
+ ### PDF backend params
712
+ #pdf.compression: 6 # integer from 0 to 9
713
+ # 0 disables compression (good for debugging)
714
+ #pdf.fonttype: 3 # Output Type 3 (Type3) or Type 42 (TrueType)
715
+ #pdf.use14corefonts: False
716
+ #pdf.inheritcolor: False
717
+
718
+ ### SVG backend params
719
+ #svg.image_inline: True # Write raster image data directly into the SVG file
720
+ #svg.fonttype: path # How to handle SVG fonts:
721
+ # path: Embed characters as paths -- supported
722
+ # by most SVG renderers
723
+ # None: Assume fonts are installed on the
724
+ # machine where the SVG will be viewed.
725
+ #svg.hashsalt: None # If not None, use this string as hash salt instead of uuid4
726
+
727
+ ### pgf parameter
728
+ ## See https://matplotlib.org/stable/tutorials/text/pgf.html for more information.
729
+ #pgf.rcfonts: True
730
+ #pgf.preamble: # See text.latex.preamble for documentation
731
+ #pgf.texsystem: xelatex
732
+
733
+ ### docstring params
734
+ #docstring.hardcopy: False # set this when you want to generate hardcopy docstring
735
+
736
+
737
+ ## ***************************************************************************
738
+ ## * INTERACTIVE KEYMAPS *
739
+ ## ***************************************************************************
740
+ ## Event keys to interact with figures/plots via keyboard.
741
+ ## See https://matplotlib.org/stable/users/explain/interactive.html for more
742
+ ## details on interactive navigation. Customize these settings according to
743
+ ## your needs. Leave the field(s) empty if you don't need a key-map. (i.e.,
744
+ ## fullscreen : '')
745
+ #keymap.fullscreen: f, ctrl+f # toggling
746
+ #keymap.home: h, r, home # home or reset mnemonic
747
+ #keymap.back: left, c, backspace, MouseButton.BACK # forward / backward keys
748
+ #keymap.forward: right, v, MouseButton.FORWARD # for quick navigation
749
+ #keymap.pan: p # pan mnemonic
750
+ #keymap.zoom: o # zoom mnemonic
751
+ #keymap.save: s, ctrl+s # saving current figure
752
+ #keymap.help: f1 # display help about active tools
753
+ #keymap.quit: ctrl+w, cmd+w, q # close the current figure
754
+ #keymap.quit_all: # close all figures
755
+ #keymap.grid: g # switching on/off major grids in current axes
756
+ #keymap.grid_minor: G # switching on/off minor grids in current axes
757
+ #keymap.yscale: l # toggle scaling of y-axes ('log'/'linear')
758
+ #keymap.xscale: k, L # toggle scaling of x-axes ('log'/'linear')
759
+ #keymap.copy: ctrl+c, cmd+c # copy figure to clipboard
760
+
761
+
762
+ ## ***************************************************************************
763
+ ## * ANIMATION *
764
+ ## ***************************************************************************
765
+ #animation.html: none # How to display the animation as HTML in
766
+ # the IPython notebook:
767
+ # - 'html5' uses HTML5 video tag
768
+ # - 'jshtml' creates a JavaScript animation
769
+ #animation.writer: ffmpeg # MovieWriter 'backend' to use
770
+ #animation.codec: h264 # Codec to use for writing movie
771
+ #animation.bitrate: -1 # Controls size/quality trade-off for movie.
772
+ # -1 implies let utility auto-determine
773
+ #animation.frame_format: png # Controls frame format used by temp files
774
+
775
+ ## Path to ffmpeg binary. Unqualified paths are resolved by subprocess.Popen.
776
+ #animation.ffmpeg_path: ffmpeg
777
+ ## Additional arguments to pass to ffmpeg.
778
+ #animation.ffmpeg_args:
779
+
780
+ ## Path to ImageMagick's convert binary. Unqualified paths are resolved by
781
+ ## subprocess.Popen, except that on Windows, we look up an install of
782
+ ## ImageMagick in the registry (as convert is also the name of a system tool).
783
+ #animation.convert_path: convert
784
+ ## Additional arguments to pass to convert.
785
+ #animation.convert_args: -layers, OptimizePlus
786
+ #
787
+ #animation.embed_limit: 20.0 # Limit, in MB, of size of base64 encoded
788
+ # animation in HTML (i.e. IPython notebook)
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/plot_directive/plot_directive.css ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * plot_directive.css
3
+ * ~~~~~~~~~~~~
4
+ *
5
+ * Stylesheet controlling images created using the `plot` directive within
6
+ * Sphinx.
7
+ *
8
+ * :copyright: Copyright 2020-* by the Matplotlib development team.
9
+ * :license: Matplotlib, see LICENSE for details.
10
+ *
11
+ */
12
+
13
+ img.plot-directive {
14
+ border: 0;
15
+ max-width: 100%;
16
+ }
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/Minduka_Present_Blue_Pack.png ADDED

Git LFS Details

  • SHA256: 5e72868826a7a4329a950e5a9efa393594807833fb7f27e5cd001a8afb9cd081
  • Pointer size: 130 Bytes
  • Size of remote file: 13.6 kB
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/README.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ This is the sample data needed for some of matplotlib's examples and
2
+ docs. See matplotlib.cbook.get_sample_data for more info.
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/Stocks.csv ADDED
@@ -0,0 +1,526 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Data source: https://finance.yahoo.com
2
+ Date,IBM,AAPL,MSFT,XRX,AMZN,DELL,GOOGL,ADBE,^GSPC,^IXIC
3
+ 1990-01-01,10.970438003540039,0.24251236021518707,0.40375930070877075,11.202081680297852,,,,1.379060983657837,329.0799865722656,415.79998779296875
4
+ 1990-02-01,11.554415702819824,0.24251236021518707,0.43104037642478943,10.39472484588623,,,,1.7790844440460205,331.8900146484375,425.79998779296875
5
+ 1990-02-05,,,,,,,,,,
6
+ 1990-03-01,11.951693534851074,0.28801724314689636,0.4834197461605072,11.394058227539062,,,,2.2348830699920654,339.94000244140625,435.5
7
+ 1990-04-01,12.275476455688477,0.2817564308643341,0.5063362717628479,10.139430046081543,,,,2.2531447410583496,330.79998779296875,420.1000061035156
8
+ 1990-05-01,13.514284133911133,0.295173317193985,0.6372847557067871,9.704153060913086,,,,2.0985164642333984,361.2300109863281,459.0
9
+ 1990-05-04,,,,,,,,,,
10
+ 1990-06-01,13.380948066711426,0.3211067020893097,0.6634747385978699,9.749448776245117,,,,2.164785146713257,358.0199890136719,462.29998779296875
11
+ 1990-07-01,12.697657585144043,0.3013734817504883,0.5805402994155884,9.489465713500977,,,,2.069063901901245,356.1499938964844,438.20001220703125
12
+ 1990-08-01,11.601561546325684,0.26549553871154785,0.5368908047676086,8.553519248962402,,,,1.4750508069992065,322.55999755859375,381.20001220703125
13
+ 1990-08-06,,,,,,,,,,
14
+ 1990-09-01,12.251119613647461,0.20872052013874054,0.5499854683876038,7.255113124847412,,,,1.1210384368896484,306.04998779296875,344.5
15
+ 1990-10-01,12.15034294128418,0.22131578624248505,0.5565334558486938,6.248927116394043,,,,1.416249394416809,304.0,329.79998779296875
16
+ 1990-11-01,13.08609390258789,0.26449888944625854,0.6307373642921448,7.361023426055908,,,,1.4900128841400146,322.2200012207031,359.1000061035156
17
+ 1990-11-05,,,,,,,,,,
18
+ 1990-12-01,13.161062240600586,0.31051647663116455,0.6569272875785828,7.519896507263184,,,,1.7186784744262695,330.2200012207031,373.79998779296875
19
+ 1991-01-01,14.762505531311035,0.40078282356262207,0.8566243648529053,10.554410934448242,,,,2.242394208908081,343.92999267578125,414.20001220703125
20
+ 1991-02-01,14.995450973510742,0.4134202301502228,0.9057300686836243,12.286416053771973,,,,2.8402483463287354,367.07000732421875,453.1000061035156
21
+ 1991-02-04,,,,,,,,,,
22
+ 1991-03-01,13.39067268371582,0.49208223819732666,0.92646324634552,12.511940002441406,,,,3.1869795322418213,375.2200012207031,482.29998779296875
23
+ 1991-04-01,12.111870765686035,0.39800751209259033,0.8642628788948059,12.511940002441406,,,,3.0589873790740967,375.3399963378906,484.7200012207031
24
+ 1991-05-01,12.479341506958008,0.34011581540107727,0.9581103920936584,12.73144817352295,,,,2.9850986003875732,389.8299865722656,506.1099853515625
25
+ 1991-05-06,,,,,,,,,,
26
+ 1991-06-01,11.555957794189453,0.30108359456062317,0.89208984375,11.853414535522461,,,,2.5565452575683594,371.1600036621094,475.9200134277344
27
+ 1991-07-01,12.04675579071045,0.33554431796073914,0.9624748229980469,12.397871017456055,,,,3.1678967475891113,387.80999755859375,502.0400085449219
28
+ 1991-08-01,11.526222229003906,0.3845158815383911,1.1163398027420044,13.037229537963867,,,,3.012463331222534,395.42999267578125,525.6799926757812
29
+ 1991-08-06,,,,,,,,,,
30
+ 1991-09-01,12.478833198547363,0.3599340617656708,1.1654454469680786,13.740047454833984,,,,3.0346662998199463,387.8599853515625,526.8800048828125
31
+ 1991-10-01,11.83155345916748,0.37447676062583923,1.2292828559875488,14.41578483581543,,,,3.1431360244750977,392.45001220703125,542.97998046875
32
+ 1991-11-01,11.139124870300293,0.36902356147766113,1.2734787464141846,13.965290069580078,,,,2.846613883972168,375.2200012207031,523.9000244140625
33
+ 1991-11-04,,,,,,,,,,
34
+ 1991-12-01,10.851117134094238,0.4109107553958893,1.4568067789077759,15.42939281463623,,,,3.8844411373138428,417.0899963378906,586.3400268554688
35
+ 1992-01-01,10.973037719726562,0.4719553291797638,1.5746610164642334,17.584869384765625,,,,3.639812469482422,408.7799987792969,620.2100219726562
36
+ 1992-02-01,10.592026710510254,0.49199995398521423,1.61721932888031,18.04088020324707,,,,3.3547844886779785,412.70001220703125,633.469970703125
37
+ 1992-02-06,,,,,,,,,,
38
+ 1992-03-01,10.317353248596191,0.4253714978694916,1.5517452955245972,16.302349090576172,,,,3.043056011199951,403.69000244140625,603.77001953125
39
+ 1992-04-01,11.213163375854492,0.43906375765800476,1.4437123537063599,17.062589645385742,,,,2.631263494491577,414.95001220703125,578.6799926757812
40
+ 1992-05-01,11.213163375854492,0.4363253116607666,1.5844820737838745,17.263996124267578,,,,2.705594062805176,415.3500061035156,585.3099975585938
41
+ 1992-05-07,,,,,,,,,,
42
+ 1992-06-01,12.25231647491455,0.3505205810070038,1.3749638795852661,16.055517196655273,,,,2.705594062805176,408.1400146484375,563.5999755859375
43
+ 1992-07-01,11.861115455627441,0.34207984805107117,1.4289811849594116,17.38025665283203,,,,2.263554334640503,424.2099914550781,580.8300170898438
44
+ 1992-08-01,10.84400749206543,0.33659130334854126,1.4633547067642212,17.525571823120117,,,,1.9359338283538818,414.0299987792969,563.1199951171875
45
+ 1992-08-06,,,,,,,,,,
46
+ 1992-09-01,10.243829727172852,0.3310767114162445,1.58120858669281,18.464359283447266,,,,1.6753284931182861,417.79998779296875,583.27001953125
47
+ 1992-10-01,8.483662605285645,0.38518592715263367,1.7432584762573242,17.436922073364258,,,,2.12785267829895,418.67999267578125,605.1699829101562
48
+ 1992-11-01,8.658098220825195,0.42187052965164185,1.8291932344436646,18.493711471557617,,,,2.030792474746704,431.3500061035156,652.72998046875
49
+ 1992-11-05,,,,,,,,,,
50
+ 1992-12-01,6.505843639373779,0.43931084871292114,1.6769649982452393,18.788379669189453,,,,1.8814688920974731,435.7099914550781,676.9500122070312
51
+ 1993-01-01,6.651134490966797,0.43747296929359436,1.6990629434585571,20.329378128051758,,,,2.4787611961364746,438.7799987792969,696.3400268554688
52
+ 1993-02-01,7.022435188293457,0.38968151807785034,1.6376806497573853,19.618152618408203,,,,2.670894145965576,443.3800048828125,670.77001953125
53
+ 1993-02-04,,,,,,,,,,
54
+ 1993-03-01,6.6405534744262695,0.37947842478752136,1.8169171810150146,19.766319274902344,,,,2.573633909225464,451.6700134277344,690.1300048828125
55
+ 1993-04-01,6.346868991851807,0.3776364326477051,1.6794201135635376,18.451818466186523,,,,3.434307336807251,440.19000244140625,661.4199829101562
56
+ 1993-05-01,6.885295867919922,0.4172421991825104,1.8193715810775757,18.12286949157715,,,,3.959200859069824,450.19000244140625,700.530029296875
57
+ 1993-05-06,,,,,,,,,,
58
+ 1993-06-01,6.51603364944458,0.29166528582572937,1.7285257577896118,19.299583435058594,,,,3.7042527198791504,450.5299987792969,703.9500122070312
59
+ 1993-07-01,5.872671604156494,0.2049039751291275,1.453533411026001,17.638439178466797,,,,2.9742372035980225,448.1300048828125,704.7000122070312
60
+ 1993-08-01,6.037637233734131,0.19567380845546722,1.4756313562393188,17.759246826171875,,,,2.5536391735076904,463.55999755859375,742.8400268554688
61
+ 1993-08-05,,,,,,,,,,
62
+ 1993-09-01,5.574150562286377,0.1733584851026535,1.620492935180664,17.849544525146484,,,,2.1931254863739014,458.92999267578125,762.780029296875
63
+ 1993-10-01,6.105024337768555,0.22805523872375488,1.5738422870635986,19.34462547302246,,,,2.6137242317199707,467.8299865722656,779.260009765625
64
+ 1993-11-01,7.150176048278809,0.2336171418428421,1.5713871717453003,20.107433319091797,,,,2.786593437194824,461.7900085449219,754.3900146484375
65
+ 1993-11-04,,,,,,,,,,
66
+ 1993-12-01,7.535686016082764,0.21771006286144257,1.5836634635925293,22.01595687866211,,,,2.68115496635437,466.45001220703125,776.7999877929688
67
+ 1994-01-01,7.535686016082764,0.24376071989536285,1.672054648399353,24.171361923217773,,,,3.64516544342041,481.6099853515625,800.469970703125
68
+ 1994-02-01,7.052198886871338,0.27167221903800964,1.620492935180664,23.894229888916016,,,,3.5310842990875244,467.1400146484375,792.5
69
+ 1994-02-04,,,,,,,,,,
70
+ 1994-03-01,7.31842041015625,0.24837146699428558,1.6646885871887207,23.706161499023438,,,,2.9274797439575195,445.7699890136719,743.4600219726562
71
+ 1994-04-01,7.703606128692627,0.22409436106681824,1.8169171810150146,24.543949127197266,,,,3.2354440689086914,450.9100036621094,733.8400268554688
72
+ 1994-05-01,8.440468788146973,0.21849241852760315,2.1115520000457764,24.947307586669922,,,,3.4773480892181396,456.5,735.1900024414062
73
+ 1994-05-05,,,,,,,,,,
74
+ 1994-06-01,7.905290126800537,0.19873161613941193,2.028071165084839,24.444643020629883,,,,3.2959203720092773,444.2699890136719,705.9600219726562
75
+ 1994-07-01,8.325791358947754,0.2526327669620514,2.023160934448242,25.569963455200195,,,,3.756444215774536,458.260009765625,722.1599731445312
76
+ 1994-08-01,9.217235565185547,0.27138155698776245,2.2834222316741943,26.789077758789062,,,,3.847325563430786,475.489990234375,765.6199951171875
77
+ 1994-08-04,,,,,,,,,,
78
+ 1994-09-01,9.405942916870117,0.25350791215896606,2.2048532962799072,26.88198471069336,,,,3.9382081031799316,462.7099914550781,764.2899780273438
79
+ 1994-10-01,10.064526557922363,0.324998676776886,2.474935293197632,25.811735153198242,,,,4.368794918060303,472.3500061035156,777.489990234375
80
+ 1994-11-01,9.557921409606934,0.28031668066978455,2.470024824142456,24.741479873657227,,,,4.004726409912109,453.69000244140625,750.3200073242188
81
+ 1994-11-04,,,,,,,,,,
82
+ 1994-12-01,9.9633207321167,0.2943686842918396,2.401276111602783,25.12115478515625,,,,3.6103241443634033,459.2699890136719,751.9600219726562
83
+ 1995-01-01,9.77692985534668,0.3047473132610321,2.332528591156006,27.753808975219727,,,,3.5117223262786865,470.4200134277344,755.2000122070312
84
+ 1995-02-01,10.200541496276855,0.29814332723617554,2.474935293197632,28.13443946838379,,,,4.345465660095215,487.3900146484375,793.72998046875
85
+ 1995-02-06,,,,,,,,,,
86
+ 1995-03-01,11.169903755187988,0.2667955756187439,2.7941226959228516,29.989917755126953,,,,6.016797065734863,500.7099914550781,817.2100219726562
87
+ 1995-04-01,12.870043754577637,0.2895018756389618,3.2115228176116943,31.52293586730957,,,,7.08742618560791,514.7100219726562,843.97998046875
88
+ 1995-05-01,12.649023056030273,0.31457316875457764,3.326920747756958,28.96788215637207,,,,6.326970100402832,533.4000244140625,864.5800170898438
89
+ 1995-05-04,,,,,,,,,,
90
+ 1995-06-01,13.091790199279785,0.3524453043937683,3.5503528118133545,30.15083122253418,,,,7.057007789611816,544.75,933.4500122070312
91
+ 1995-07-01,14.847586631774902,0.3415350615978241,3.5552642345428467,30.697277069091797,,,,7.513277530670166,562.0599975585938,1001.2100219726562
92
+ 1995-08-01,14.09753131866455,0.32635587453842163,3.6338343620300293,31.08300018310547,,,,6.210629463195801,561.8800048828125,1020.1099853515625
93
+ 1995-08-08,,,,,,,,,,
94
+ 1995-09-01,12.916881561279297,0.28348639607429504,3.5552642345428467,34.767181396484375,,,,6.301961898803711,584.4099731445312,1043.5400390625
95
+ 1995-10-01,13.292764663696289,0.27635207772254944,3.92846941947937,33.5381965637207,,,,6.941293239593506,581.5,1036.06005859375
96
+ 1995-11-01,13.207347869873047,0.2901458144187927,3.4226772785186768,35.478694915771484,,,,8.243063926696777,605.3699951171875,1059.199951171875
97
+ 1995-11-08,,,,,,,,,,
98
+ 1995-12-01,12.52143669128418,0.24333631992340088,3.447230815887451,35.68303298950195,,,,7.557409763336182,615.9299926757812,1052.1300048828125
99
+ 1996-01-01,14.868143081665039,0.21089188754558563,3.6338343620300293,32.199371337890625,,,,4.14438533782959,636.02001953125,1059.7900390625
100
+ 1996-02-01,16.80373764038086,0.2099376916885376,3.876908779144287,33.924922943115234,,,,4.089058876037598,640.4299926757812,1100.050048828125
101
+ 1996-02-07,,,,,,,,,,
102
+ 1996-03-01,15.278267860412598,0.1875123232603073,4.051232814788818,32.900360107421875,,,,3.936483860015869,645.5,1101.4000244140625
103
+ 1996-04-01,14.797598838806152,0.1860809624195099,4.448990821838379,38.40559768676758,,,,5.248644828796387,654.1699829101562,1190.52001953125
104
+ 1996-05-01,14.660264015197754,0.1994406133890152,4.6650567054748535,41.25652313232422,,,,4.538435459136963,669.1199951171875,1243.4300537109375
105
+ 1996-05-08,,,,,,,,,,
106
+ 1996-06-01,13.641029357910156,0.1603158563375473,4.719073295593262,42.07575225830078,,,,4.385625839233398,670.6300048828125,1185.02001953125
107
+ 1996-07-01,14.812233924865723,0.1679503321647644,4.630680561065674,39.836021423339844,,,,3.7132644653320312,639.9500122070312,1080.5899658203125
108
+ 1996-08-01,15.759532928466797,0.18512675166130066,4.812370777130127,43.394588470458984,,,,4.269299030303955,651.989990234375,1141.5
109
+ 1996-08-07,,,,,,,,,,
110
+ 1996-09-01,17.209583282470703,0.16938161849975586,5.180670261383057,42.40607833862305,,,,4.5600385665893555,687.3300170898438,1226.9200439453125
111
+ 1996-10-01,17.831613540649414,0.17558389902114868,5.391822814941406,36.86507034301758,,,,4.244296073913574,705.27001953125,1221.510009765625
112
+ 1996-11-01,22.03032875061035,0.184172585606575,6.162785530090332,38.95176315307617,,,,4.841867923736572,757.02001953125,1292.6099853515625
113
+ 1996-11-06,,,,,,,,,,
114
+ 1996-12-01,20.998197555541992,0.15936164557933807,6.491794109344482,41.83340072631836,,,,4.581387996673584,740.739990234375,1291.030029296875
115
+ 1997-01-01,21.743183135986328,0.12691716849803925,8.01407527923584,46.8797492980957,,,,4.642676830291748,786.1599731445312,1379.8499755859375
116
+ 1997-02-01,19.924028396606445,0.1240537017583847,7.660515785217285,49.97840881347656,,,,4.47982120513916,790.8200073242188,1309.0
117
+ 1997-02-06,,,,,,,,,,
118
+ 1997-03-01,19.067983627319336,0.13932174444198608,7.203826904296875,45.4803581237793,,,,4.924733638763428,757.1199951171875,1221.699951171875
119
+ 1997-04-01,22.298084259033203,0.12977975606918335,9.546177864074707,49.431339263916016,,,,4.807621955871582,801.3400268554688,1260.760009765625
120
+ 1997-05-01,24.034704208374023,0.12691716849803925,9.742606163024902,54.45485305786133,,,,5.483453750610352,848.280029296875,1400.3199462890625
121
+ 1997-05-07,,,,,,,,,,
122
+ 1997-05-28,,,,,,,,,,
123
+ 1997-06-01,25.13742446899414,0.10878564417362213,9.929201126098633,63.396705627441406,0.07708299905061722,,,4.3084282875061035,885.1400146484375,1442.0699462890625
124
+ 1997-07-01,29.45465660095215,0.1335965245962143,11.107746124267578,66.42845916748047,0.11979199945926666,,,4.592585563659668,954.3099975585938,1593.81005859375
125
+ 1997-08-01,28.23609161376953,0.1660410314798355,10.385887145996094,60.97687911987305,0.11692699790000916,,,4.851738929748535,899.469970703125,1587.3199462890625
126
+ 1997-08-07,,,,,,,,,,
127
+ 1997-09-01,29.579116821289062,0.16556398570537567,10.395710945129395,67.9932632446289,0.21692700684070587,,,6.2071452140808105,947.280029296875,1685.68994140625
128
+ 1997-10-01,27.48627281188965,0.13001829385757446,10.214018821716309,64.32245635986328,0.25416699051856995,,,5.889601707458496,914.6199951171875,1593.6099853515625
129
+ 1997-11-01,30.555805206298828,0.13550494611263275,11.117568969726562,63.00460433959961,0.20624999701976776,,,5.180382251739502,955.4000244140625,1600.550048828125
130
+ 1997-11-06,,,,,,,,,,
131
+ 1997-12-01,29.25237274169922,0.10019782930612564,10.155089378356934,59.91267013549805,0.2510420083999634,,,5.087874889373779,970.4299926757812,1570.3499755859375
132
+ 1998-01-01,27.609769821166992,0.1397988647222519,11.721570014953613,65.44635009765625,0.24583299458026886,,,4.750911235809326,980.280029296875,1619.3599853515625
133
+ 1998-02-01,29.19993782043457,0.1803557574748993,13.317505836486816,72.36756134033203,0.3208329975605011,,,5.452751159667969,1049.3399658203125,1770.510009765625
134
+ 1998-02-06,,,,,,,,,,
135
+ 1998-03-01,29.10112953186035,0.2099376916885376,14.06391716003418,86.66805267333984,0.35637998580932617,,,5.576151371002197,1101.75,1835.6800537109375
136
+ 1998-04-01,32.4630012512207,0.20898354053497314,14.162128448486328,92.79229736328125,0.3822920024394989,,,6.177727699279785,1111.75,1868.4100341796875
137
+ 1998-05-01,32.918251037597656,0.2032574564218521,13.327329635620117,84.10579681396484,0.3671880066394806,,,4.930263519287109,1090.8199462890625,1778.8699951171875
138
+ 1998-05-06,,,,,,,,,,
139
+ 1998-06-01,32.225502014160156,0.2190026193857193,17.029911041259766,83.08383178710938,0.831250011920929,,,5.238887786865234,1133.8399658203125,1894.739990234375
140
+ 1998-07-01,37.19002914428711,0.26433059573173523,17.27544403076172,86.6082992553711,0.9239580035209656,,,3.988961935043335,1120.6700439453125,1872.3900146484375
141
+ 1998-08-01,31.611520767211914,0.23808826506137848,15.075493812561035,72.04536437988281,0.6979169845581055,,,3.2419238090515137,957.280029296875,1499.25
142
+ 1998-08-06,,,,,,,,,,
143
+ 1998-09-01,36.12905502319336,0.2910497486591339,17.295076370239258,69.53275299072266,0.9302080273628235,,,4.283971786499023,1017.010009765625,1693.8399658203125
144
+ 1998-10-01,41.75224685668945,0.2834153473377228,16.637067794799805,80.36154174804688,1.0536459684371948,,,4.59221076965332,1098.6700439453125,1771.3900146484375
145
+ 1998-11-01,46.4265251159668,0.2438134402036667,19.170928955078125,88.54693603515625,1.600000023841858,,,5.535391330718994,1163.6300048828125,1949.5400390625
146
+ 1998-11-06,,,,,,,,,,
147
+ 1998-12-01,51.91548538208008,0.3125200569629669,21.793180465698242,97.19573974609375,2.6770830154418945,,,5.782783031463623,1229.22998046875,2192.68994140625
148
+ 1999-01-01,51.59874725341797,0.3144294023513794,27.499271392822266,102.47120666503906,2.92343807220459,,,5.912916660308838,1279.6400146484375,2505.889892578125
149
+ 1999-02-01,47.797481536865234,0.2657618522644043,23.5904541015625,91.21175384521484,3.203125,,,4.984185218811035,1238.3299560546875,2288.030029296875
150
+ 1999-02-08,,,,,,,,,,
151
+ 1999-03-01,49.97552490234375,0.27435049414634705,28.16712188720703,88.21611785888672,4.304687976837158,,,7.027392387390137,1286.3699951171875,2461.39990234375
152
+ 1999-04-01,58.98025894165039,0.35116779804229736,25.554689407348633,97.44929504394531,4.301562786102295,,,7.854666709899902,1335.1800537109375,2542.860107421875
153
+ 1999-05-01,65.41220092773438,0.3363769054412842,25.35825538635254,93.19886779785156,2.96875,,,9.187017440795898,1301.8399658203125,2470.52001953125
154
+ 1999-05-06,,,,,,,,,,
155
+ 1999-05-27,,,,,,,,,,
156
+ 1999-06-01,72.96644592285156,0.35355332493782043,28.343910217285156,97.96764373779297,3.128124952316284,,,10.182408332824707,1372.7099609375,2686.1201171875
157
+ 1999-07-01,70.95524597167969,0.4251234233379364,26.96893310546875,81.35432434082031,2.50156307220459,,,10.634023666381836,1328.719970703125,2638.489990234375
158
+ 1999-08-01,70.32015991210938,0.49812400341033936,29.090301513671875,79.7938461303711,3.109375,,,12.354691505432129,1320.4100341796875,2739.35009765625
159
+ 1999-08-06,,,,,,,,,,
160
+ 1999-09-01,68.37564849853516,0.48333317041397095,28.46175193786621,69.8066177368164,3.996875047683716,,,14.07535457611084,1282.7099609375,2746.159912109375
161
+ 1999-10-01,55.519859313964844,0.6116815209388733,29.090301513671875,47.42917251586914,3.53125,,,17.35419464111328,1362.9300537109375,2966.429931640625
162
+ 1999-11-01,58.239349365234375,0.747186541557312,28.613975524902344,45.75767135620117,4.253125190734863,,,17.044021606445312,1388.9100341796875,3336.159912109375
163
+ 1999-11-08,,,,,,,,,,
164
+ 1999-12-01,61.04003143310547,0.7848799824714661,36.6919059753418,37.92245101928711,3.8062500953674316,,,16.687326431274414,1469.25,4069.31005859375
165
+ 2000-01-01,63.515560150146484,0.7920366525650024,30.75990104675293,35.14961242675781,3.2281250953674316,,,13.668244361877441,1394.4599609375,3940.35009765625
166
+ 2000-02-01,58.14006042480469,0.8750578165054321,28.088550567626953,36.62297058105469,3.4437499046325684,,,25.31960105895996,1366.4200439453125,4696.68994140625
167
+ 2000-02-08,,,,,,,,,,
168
+ 2000-03-01,67.05181884765625,1.0368047952651978,33.39197540283203,43.779178619384766,3.3499999046325684,,,27.631258010864258,1498.5799560546875,4572.830078125
169
+ 2000-04-01,63.157623291015625,0.947104275226593,21.920852661132812,45.03520965576172,2.7593750953674316,,,30.027847290039062,1452.4300537109375,3860.659912109375
170
+ 2000-05-01,60.785640716552734,0.6412634253501892,19.661985397338867,46.097347259521484,2.4156250953674316,,,27.948402404785156,1420.5999755859375,3400.909912109375
171
+ 2000-05-08,,,,,,,,,,
172
+ 2000-06-01,62.13500213623047,0.7996708750724792,25.142194747924805,35.529056549072266,1.8156249523162842,,,32.277984619140625,1454.5999755859375,3966.110107421875
173
+ 2000-07-01,63.65913009643555,0.7758141756057739,21.940492630004883,25.79067039489746,1.506250023841858,,,28.43518829345703,1430.8299560546875,3766.989990234375
174
+ 2000-08-01,74.86860656738281,0.9304049015045166,21.940492630004883,27.82395362854004,2.075000047683716,,,32.28449630737305,1517.6800537109375,4206.35009765625
175
+ 2000-08-08,,,,,,,,,,
176
+ 2000-09-01,63.94328689575195,0.3931553065776825,18.95485496520996,25.980575561523438,1.921875,,,38.555137634277344,1436.510009765625,3672.820068359375
177
+ 2000-10-01,55.92375183105469,0.29868337512016296,21.645862579345703,14.6140718460083,1.8312499523162842,,,37.785430908203125,1429.4000244140625,3369.6298828125
178
+ 2000-11-01,53.08496856689453,0.2519250810146332,18.03167152404785,12.016016960144043,1.234375,,,31.482683181762695,1314.949951171875,2597.929931640625
179
+ 2000-11-08,,,,,,,,,,
180
+ 2000-12-01,48.32046127319336,0.22711420059204102,13.631781578063965,8.067792892456055,0.778124988079071,,,28.90570068359375,1320.280029296875,2470.52001953125
181
+ 2001-01-01,63.6693229675293,0.33017459511756897,19.190568923950195,14.251648902893066,0.8656250238418579,,,21.702556610107422,1366.010009765625,2772.72998046875
182
+ 2001-02-01,56.790767669677734,0.2786443829536438,18.54237174987793,10.536102294921875,0.5093749761581421,,,14.440549850463867,1239.93994140625,2151.830078125
183
+ 2001-02-07,,,,,,,,,,
184
+ 2001-03-01,54.73835754394531,0.3369686007499695,17.18704605102539,10.535667419433594,0.5115000009536743,,,17.375865936279297,1160.3299560546875,1840.260009765625
185
+ 2001-04-01,65.52893829345703,0.38918623328208923,21.292295455932617,15.900238990783691,0.7889999747276306,,,22.32872772216797,1249.4599609375,2116.239990234375
186
+ 2001-05-01,63.62804412841797,0.3046000301837921,21.741714477539062,17.430465698242188,0.8345000147819519,,,19.768779754638672,1255.8199462890625,2110.489990234375
187
+ 2001-05-08,,,,,,,,,,
188
+ 2001-06-01,64.6737060546875,0.35498547554016113,22.942251205444336,16.83243751525879,0.7074999809265137,,,23.362648010253906,1224.3800048828125,2160.5400390625
189
+ 2001-07-01,59.949947357177734,0.28688937425613403,20.80202293395996,14.035829544067383,0.6244999766349792,,,18.640790939331055,1211.22998046875,2027.1300048828125
190
+ 2001-08-01,56.952762603759766,0.2832247018814087,17.929533004760742,16.18165397644043,0.44699999690055847,,,16.711578369140625,1133.5799560546875,1805.4300537109375
191
+ 2001-08-08,,,,,,,,,,
192
+ 2001-09-01,52.33213424682617,0.23680917918682098,16.081575393676758,13.6312894821167,0.2985000014305115,,,11.92334270477295,1040.93994140625,1498.800048828125
193
+ 2001-10-01,61.660858154296875,0.26810887455940247,18.275238037109375,12.312134742736816,0.3490000069141388,,,13.133195877075195,1059.780029296875,1690.199951171875
194
+ 2001-11-01,65.95150756835938,0.3252120614051819,20.17975616455078,14.774558067321777,0.5659999847412109,,,15.958827018737793,1139.449951171875,1930.5799560546875
195
+ 2001-11-07,,,,,,,,,,
196
+ 2001-12-01,69.1006088256836,0.3343726694583893,20.820878982543945,18.32748794555664,0.5410000085830688,,,15.446427345275879,1148.0799560546875,1950.4000244140625
197
+ 2002-01-01,61.63407897949219,0.37742963433265686,20.022619247436523,19.928070068359375,0.7095000147819519,,,16.771486282348633,1130.199951171875,1934.030029296875
198
+ 2002-02-01,56.052799224853516,0.3313194811344147,18.334945678710938,17.07868194580078,0.7049999833106995,,,18.105239868164062,1106.72998046875,1731.489990234375
199
+ 2002-02-06,,,,,,,,,,
200
+ 2002-03-01,59.49020767211914,0.3613981306552887,18.95407485961914,18.907917022705078,0.7149999737739563,,,20.051130294799805,1147.3900146484375,1845.3499755859375
201
+ 2002-04-01,47.912540435791016,0.3705587685108185,16.424144744873047,15.56605339050293,0.8345000147819519,,,19.893611907958984,1076.9200439453125,1688.22998046875
202
+ 2002-05-01,46.01911926269531,0.35574817657470703,15.999865531921387,15.777122497558594,0.9114999771118164,,,17.971961975097656,1067.1400146484375,1615.72998046875
203
+ 2002-05-08,,,,,,,,,,
204
+ 2002-06-01,41.26642990112305,0.2705524265766144,17.190977096557617,10.55325984954834,0.8125,,,14.188389778137207,989.8200073242188,1463.2099609375
205
+ 2002-07-01,40.349422454833984,0.23299239575862885,15.079033851623535,12.224191665649414,0.7225000262260437,,,11.933782577514648,911.6199951171875,1328.260009765625
206
+ 2002-08-01,43.203697204589844,0.22520573437213898,15.424735069274902,12.329721450805664,0.746999979019165,,,10.01123046875,916.0700073242188,1314.8499755859375
207
+ 2002-08-07,,,,,,,,,,
208
+ 2002-09-01,33.49409484863281,0.22138899564743042,13.746496200561523,8.706437110900879,0.796500027179718,,,9.513158798217773,815.280029296875,1172.06005859375
209
+ 2002-10-01,45.344242095947266,0.24535933136940002,16.804426193237305,11.678934097290039,0.9679999947547913,,,11.782204627990723,885.760009765625,1329.75
210
+ 2002-11-01,49.92806625366211,0.23665708303451538,18.127525329589844,15.337401390075684,1.1675000190734863,,,14.71778678894043,936.3099975585938,1478.780029296875
211
+ 2002-11-06,,,,,,,,,,
212
+ 2002-12-01,44.5990104675293,0.2187930941581726,16.248149871826172,14.15894889831543,0.9445000290870667,,,12.360349655151367,879.8200073242188,1335.510009765625
213
+ 2003-01-01,45.00184631347656,0.21925139427185059,14.91561222076416,15.56605339050293,1.0924999713897705,,,13.167760848999023,855.7000122070312,1320.9100341796875
214
+ 2003-02-01,44.85797119140625,0.22917553782463074,14.896756172180176,15.829883575439453,1.1004999876022339,,,13.712512969970703,841.1500244140625,1337.52001953125
215
+ 2003-02-06,,,,,,,,,,
216
+ 2003-03-01,45.22197723388672,0.2158920168876648,15.266251564025879,15.302220344543457,1.3014999628067017,,,15.372973442077637,848.1799926757812,1341.1700439453125
217
+ 2003-04-01,48.95253372192383,0.21711383759975433,16.123830795288086,17.342517852783203,1.434499979019165,,,17.22471046447754,916.9199829101562,1464.31005859375
218
+ 2003-05-01,50.76301956176758,0.2740640342235565,15.518482208251953,19.224523544311523,1.7944999933242798,,,17.618791580200195,963.5900268554688,1595.9100341796875
219
+ 2003-05-07,,,,,,,,,,
220
+ 2003-06-01,47.655845642089844,0.29101142287254333,16.16796875,18.626508712768555,1.815999984741211,,,15.997578620910645,974.5,1622.800048828125
221
+ 2003-07-01,46.933773040771484,0.32185351848602295,16.653514862060547,18.995861053466797,2.0820000171661377,,,16.333431243896484,990.3099975585938,1735.02001953125
222
+ 2003-08-01,47.37279510498047,0.34521347284317017,16.722881317138672,18.960683822631836,2.315999984741211,,,19.37755012512207,1008.010009765625,1810.449951171875
223
+ 2003-08-06,,,,,,,,,,
224
+ 2003-09-01,51.1259651184082,0.3163566291332245,17.530014038085938,18.046072006225586,2.4214999675750732,,,19.657007217407227,995.969970703125,1786.93994140625
225
+ 2003-10-01,51.79159927368164,0.3494885563850403,16.48325538635254,18.468202590942383,2.7214999198913574,,,21.84463119506836,1050.7099609375,1932.2099609375
226
+ 2003-11-01,52.405128479003906,0.3192576766014099,16.303056716918945,21.423110961914062,2.698499917984009,,,20.621614456176758,1058.199951171875,1960.260009765625
227
+ 2003-11-06,,,,,,,,,,
228
+ 2003-12-01,53.74093246459961,0.32628077268600464,17.35569190979004,24.272485733032227,2.63100004196167,,,19.5084171295166,1111.9200439453125,2003.3699951171875
229
+ 2004-01-01,57.53900146484375,0.3444499373435974,17.533241271972656,25.74994659423828,2.5199999809265137,,,19.119047164916992,1131.1300048828125,2066.14990234375
230
+ 2004-02-01,55.95598602294922,0.36521488428115845,16.82303810119629,24.87051010131836,2.1505000591278076,,,18.600963592529297,1144.93994140625,2029.8199462890625
231
+ 2004-02-06,,,,,,,,,,
232
+ 2004-03-01,53.3401985168457,0.4128514230251312,15.808448791503906,25.6268310546875,2.1640000343322754,,,19.62464141845703,1126.2099609375,1994.219970703125
233
+ 2004-04-01,51.208683013916016,0.39361342787742615,16.56939125061035,23.6217041015625,2.180000066757202,,,20.729951858520508,1107.300048828125,1920.1500244140625
234
+ 2004-05-01,51.45262145996094,0.4284247159957886,16.632802963256836,23.815183639526367,2.424999952316284,,,22.293439865112305,1120.6800537109375,1986.739990234375
235
+ 2004-05-06,,,,,,,,,,
236
+ 2004-06-01,51.300846099853516,0.4968261420726776,18.110280990600586,25.503700256347656,2.7200000286102295,,,23.227535247802734,1140.8399658203125,2047.7900390625
237
+ 2004-07-01,50.672325134277344,0.4937727451324463,18.065902709960938,24.378023147583008,1.9459999799728394,,,21.075881958007812,1101.719970703125,1887.3599853515625
238
+ 2004-08-01,49.28722381591797,0.5265995860099792,17.31130027770996,23.6217041015625,1.906999945640564,,,22.91964340209961,1104.239990234375,1838.0999755859375
239
+ 2004-08-06,,,,,,,,,,
240
+ 2004-09-01,50.00397872924805,0.5916416049003601,17.5849609375,24.764976501464844,2.0429999828338623,,64.8648681640625,24.718441009521484,1114.5799560546875,1896.8399658203125
241
+ 2004-10-01,52.34260559082031,0.800052285194397,17.788476943969727,25.978591918945312,1.7065000534057617,,95.41541290283203,28.003637313842773,1130.199951171875,1974.989990234375
242
+ 2004-11-01,54.96117401123047,1.0237311124801636,17.050731658935547,26.945974349975586,1.9839999675750732,,91.0810775756836,30.26772117614746,1173.8199462890625,2096.81005859375
243
+ 2004-11-08,,,,,,,,,,
244
+ 2004-12-01,57.60344696044922,0.9832708239555359,18.939943313598633,29.918479919433594,2.2144999504089355,,96.49149322509766,31.357276916503906,1211.9200439453125,2175.43994140625
245
+ 2005-01-01,54.58831024169922,1.1741228103637695,18.628063201904297,27.930959701538086,2.1610000133514404,,97.90790557861328,28.444419860839844,1181.27001953125,2062.409912109375
246
+ 2005-02-01,54.09749221801758,1.3698610067367554,17.83417510986328,27.438472747802734,1.7589999437332153,,94.0890884399414,30.86894416809082,1203.5999755859375,2051.719970703125
247
+ 2005-02-08,,,,,,,,,,
248
+ 2005-03-01,53.49815368652344,1.2724499702453613,17.18527603149414,26.6469669342041,1.7135000228881836,,90.34534454345703,33.57841110229492,1180.5899658203125,1999.22998046875
249
+ 2005-04-01,44.7164421081543,1.1011403799057007,17.988739013671875,23.305103302001953,1.6180000305175781,,110.110107421875,29.735000610351562,1156.8499755859375,1921.6500244140625
250
+ 2005-05-01,44.23051071166992,1.2141252756118774,18.3442440032959,23.867952346801758,1.7755000591278076,,138.77377319335938,33.119998931884766,1191.5,2068.219970703125
251
+ 2005-05-06,,,,,,,,,,
252
+ 2005-06-01,43.555538177490234,1.124043345451355,17.71768569946289,24.254899978637695,1.6545000076293945,,147.22222900390625,28.610000610351562,1191.3299560546875,2056.9599609375
253
+ 2005-07-01,48.991188049316406,1.3023751974105835,18.26690673828125,23.234752655029297,2.257499933242798,,144.02401733398438,29.639999389648438,1234.1800537109375,2184.830078125
254
+ 2005-08-01,47.3240966796875,1.431849479675293,19.529403686523438,23.58652687072754,2.134999990463257,,143.1431427001953,27.040000915527344,1220.3299560546875,2152.090087890625
255
+ 2005-08-08,,,,,,,,,,
256
+ 2005-09-01,47.202552795410156,1.6370543241500854,18.40694236755371,24.00865936279297,2.265000104904175,,158.3883819580078,29.850000381469727,1228.81005859375,2151.68994140625
257
+ 2005-10-01,48.1793098449707,1.7585887908935547,18.385473251342773,23.867952346801758,1.9930000305175781,,186.25625610351562,32.25,1207.010009765625,2120.300048828125
258
+ 2005-11-01,52.309974670410156,2.0709757804870605,19.80194664001465,24.976051330566406,2.4230000972747803,,202.65765380859375,32.61000061035156,1249.47998046875,2232.820068359375
259
+ 2005-11-08,,,,,,,,,,
260
+ 2005-12-01,48.483585357666016,2.1952593326568604,18.762245178222656,25.76755142211914,2.3575000762939453,,207.63763427734375,36.959999084472656,1248.2900390625,2205.320068359375
261
+ 2006-01-01,47.95273208618164,2.305800437927246,20.19721794128418,25.169517517089844,2.240999937057495,,216.5465545654297,39.72999954223633,1280.0799560546875,2305.820068359375
262
+ 2006-02-01,47.32752227783203,2.0914342403411865,19.27882957458496,26.207246780395508,1.871999979019165,,181.49148559570312,38.54999923706055,1280.6600341796875,2281.389892578125
263
+ 2006-02-08,,,,,,,,,,
264
+ 2006-03-01,48.76497268676758,1.9152405261993408,19.588937759399414,26.734920501708984,1.8265000581741333,,195.1951904296875,34.95000076293945,1294.8699951171875,2339.7900390625
265
+ 2006-04-01,48.6880989074707,2.149454355239868,17.385986328125,24.694625854492188,1.7604999542236328,,209.17918395996094,39.20000076293945,1310.6099853515625,2322.570068359375
266
+ 2006-05-01,47.24531936645508,1.8251585960388184,16.306108474731445,24.149375915527344,1.7304999828338623,,186.09609985351562,28.6299991607666,1270.0899658203125,2178.8798828125
267
+ 2006-05-08,,,,,,,,,,
268
+ 2006-06-01,45.58832931518555,1.7488168478012085,16.83946990966797,24.465961456298828,1.934000015258789,,209.8748779296875,30.360000610351562,1270.199951171875,2172.090087890625
269
+ 2006-07-01,45.938453674316406,2.075251340866089,17.388734817504883,24.78256607055664,1.344499945640564,,193.49349975585938,28.510000228881836,1276.6600341796875,2091.469970703125
270
+ 2006-08-01,48.051090240478516,2.0718915462493896,18.574007034301758,26.048952102661133,1.5414999723434448,,189.45445251464844,32.439998626708984,1303.8199462890625,2183.75
271
+ 2006-08-08,,,,,,,,,,
272
+ 2006-09-01,48.820682525634766,2.350689172744751,19.839282989501953,27.368104934692383,1.6059999465942383,,201.15115356445312,37.459999084472656,1335.8499755859375,2258.429931640625
273
+ 2006-10-01,55.01115798950195,2.475886821746826,20.82581329345703,29.90088653564453,1.9045000076293945,,238.4334259033203,38.25,1377.93994140625,2366.7099609375
274
+ 2006-11-01,54.766883850097656,2.798962354660034,21.29731559753418,29.021446228027344,2.0169999599456787,,242.64764404296875,40.15999984741211,1400.6300048828125,2431.77001953125
275
+ 2006-11-08,,,,,,,,,,
276
+ 2006-12-01,58.07079315185547,2.5907039642333984,21.73406219482422,29.812957763671875,1.9730000495910645,,230.47047424316406,41.119998931884766,1418.300048828125,2415.2900390625
277
+ 2007-01-01,59.266300201416016,2.617882013320923,22.461923599243164,30.252676010131836,1.8834999799728394,,251.00100708007812,38.869998931884766,1438.239990234375,2463.929931640625
278
+ 2007-02-01,55.55428695678711,2.583681344985962,20.50397491455078,30.37578582763672,1.9570000171661377,,224.949951171875,39.25,1406.8199462890625,2416.14990234375
279
+ 2007-02-07,,,,,,,,,,
280
+ 2007-03-01,56.51309585571289,2.8371317386627197,20.3559513092041,29.707414627075195,1.9895000457763672,,229.30931091308594,41.70000076293945,1420.8599853515625,2421.639892578125
281
+ 2007-04-01,61.27952575683594,3.0475287437438965,21.867843627929688,32.539215087890625,3.066499948501587,,235.92591857910156,41.560001373291016,1482.3699951171875,2525.090087890625
282
+ 2007-05-01,63.91150665283203,3.700700044631958,22.415639877319336,33.18999099731445,3.4570000171661377,,249.20420837402344,44.060001373291016,1530.6199951171875,2604.52001953125
283
+ 2007-05-08,,,,,,,,,,
284
+ 2007-06-01,63.347747802734375,3.7266552448272705,21.59428596496582,32.5040397644043,3.4205000400543213,,261.6116027832031,40.150001525878906,1503.3499755859375,2603.22998046875
285
+ 2007-07-01,66.59786987304688,4.023471355438232,21.242568969726562,30.70998764038086,3.927000045776367,,255.2552490234375,40.290000915527344,1455.27001953125,2546.27001953125
286
+ 2007-08-01,70.23324584960938,4.228675365447998,21.052053451538086,30.12954330444336,3.995500087738037,,257.88287353515625,42.75,1473.989990234375,2596.360107421875
287
+ 2007-08-08,,,,,,,,,,
288
+ 2007-09-01,71.1520004272461,4.68641471862793,21.662628173828125,30.49891471862793,4.65749979019165,,283.9189147949219,43.65999984741211,1526.75,2701.5
289
+ 2007-10-01,70.13726806640625,5.800380706787109,27.067256927490234,30.674802780151367,4.457499980926514,,353.8538513183594,47.900001525878906,1549.3800048828125,2859.1201171875
290
+ 2007-11-01,63.529457092285156,5.564334392547607,24.70686912536621,29.6898193359375,4.5279998779296875,,346.8468322753906,42.13999938964844,1481.1400146484375,2660.9599609375
291
+ 2007-11-07,,,,,,,,,,
292
+ 2007-12-01,65.52474212646484,6.048642158508301,26.26405906677246,28.4762020111084,4.631999969482422,,346.0860900878906,42.72999954223633,1468.3599853515625,2652.280029296875
293
+ 2008-01-01,64.92465209960938,4.133399963378906,24.050800323486328,27.21040916442871,3.884999990463257,,282.43243408203125,34.93000030517578,1378.550048828125,2389.860107421875
294
+ 2008-02-01,69.0161361694336,3.8176541328430176,20.066930770874023,25.923078536987305,3.2235000133514404,,235.82582092285156,33.650001525878906,1330.6300048828125,2271.47998046875
295
+ 2008-02-06,,,,,,,,,,
296
+ 2008-03-01,70.05885314941406,4.381966590881348,21.01883316040039,26.399211883544922,3.565000057220459,,220.45545959472656,35.59000015258789,1322.699951171875,2279.10009765625
297
+ 2008-04-01,73.44194030761719,5.311798572540283,21.122520446777344,24.706567764282227,3.93149995803833,,287.43243408203125,37.290000915527344,1385.5899658203125,2412.800048828125
298
+ 2008-05-01,78.75386810302734,5.763737201690674,20.974388122558594,24.016834259033203,4.080999851226807,,293.1932067871094,44.060001373291016,1400.3800048828125,2522.659912109375
299
+ 2008-05-07,,,,,,,,,,
300
+ 2008-06-01,72.41636657714844,5.11300802230835,20.449499130249023,23.981456756591797,3.6665000915527344,,263.4734802246094,39.38999938964844,1280.0,2292.97998046875
301
+ 2008-07-01,78.18988800048828,4.853753566741943,19.118900299072266,24.197914123535156,3.816999912261963,,237.1121063232422,41.349998474121094,1267.3800048828125,2325.550048828125
302
+ 2008-08-01,74.37141418457031,5.176827907562256,20.285959243774414,24.712379455566406,4.040500164031982,,231.8768768310547,42.83000183105469,1282.8299560546875,2367.52001953125
303
+ 2008-08-06,,,,,,,,,,
304
+ 2008-09-01,71.73551177978516,3.470762014389038,19.91908073425293,20.454687118530273,3.638000011444092,,200.46046447753906,39.470001220703125,1166.3599853515625,2091.8798828125
305
+ 2008-10-01,57.02163314819336,3.2854056358337402,16.66515350341797,14.2785062789917,2.861999988555908,,179.85986328125,26.639999389648438,968.75,1720.949951171875
306
+ 2008-11-01,50.04803466796875,2.8298041820526123,15.090431213378906,12.444729804992676,2.134999990463257,,146.6266326904297,23.15999984741211,896.239990234375,1535.5699462890625
307
+ 2008-11-06,,,,,,,,,,
308
+ 2008-12-01,51.90673828125,2.6062774658203125,14.606595039367676,14.189484596252441,2.563999891281128,,153.97897338867188,21.290000915527344,903.25,1577.030029296875
309
+ 2009-01-01,56.52627944946289,2.7522425651550293,12.848398208618164,11.888165473937988,2.940999984741211,,169.43443298339844,19.309999465942383,825.8800048828125,1476.4200439453125
310
+ 2009-02-01,56.76066589355469,2.7272019386291504,12.13459587097168,9.274202346801758,3.239500045776367,,169.16416931152344,16.700000762939453,735.0900268554688,1377.8399658203125
311
+ 2009-02-06,,,,,,,,,,
312
+ 2009-03-01,60.08320999145508,3.209982395172119,13.897279739379883,8.146258354187012,3.671999931335449,,174.20420837402344,21.389999389648438,797.8699951171875,1528.5899658203125
313
+ 2009-04-01,64.00231170654297,3.8423893451690674,15.3270902633667,11.028571128845215,4.026000022888184,,198.1831817626953,27.350000381469727,872.8099975585938,1717.300048828125
314
+ 2009-05-01,65.90607452392578,4.147140979766846,15.803704261779785,12.274019241333008,3.8994998931884766,,208.82382202148438,28.18000030517578,919.1400146484375,1774.3299560546875
315
+ 2009-05-06,,,,,,,,,,
316
+ 2009-06-01,65.09091186523438,4.349293231964111,18.0966796875,11.69642448425293,4.183000087738037,,211.00601196289062,28.299999237060547,919.3200073242188,1835.0400390625
317
+ 2009-07-01,73.51245880126953,4.989336013793945,17.906352996826172,14.879191398620605,4.288000106811523,,221.7467498779297,32.41999816894531,987.47998046875,1978.5
318
+ 2009-08-01,73.58724975585938,5.1365203857421875,18.766645431518555,15.714898109436035,4.059500217437744,,231.06607055664062,31.420000076293945,1020.6199951171875,2009.06005859375
319
+ 2009-08-06,,,,,,,,,,
320
+ 2009-09-01,74.90744018554688,5.659914016723633,19.69136619567871,14.061647415161133,4.668000221252441,,248.1731719970703,33.040000915527344,1057.0799560546875,2122.419921875
321
+ 2009-10-01,75.53370666503906,5.756102561950684,21.230228424072266,13.72740650177002,5.940499782562256,,268.3283386230469,32.939998626708984,1036.18994140625,2045.1099853515625
322
+ 2009-11-01,79.12847900390625,6.1045241355896,22.51645278930664,14.055986404418945,6.795499801635742,,291.7917785644531,35.08000183105469,1095.6300048828125,2144.60009765625
323
+ 2009-11-06,,,,,,,,,,
324
+ 2009-12-01,82.34589385986328,6.434925556182861,23.438796997070312,15.443329811096191,6.72599983215332,,310.30029296875,36.779998779296875,1115.0999755859375,2269.14990234375
325
+ 2010-01-01,76.99246215820312,5.86481237411499,21.670120239257812,15.999075889587402,6.270500183105469,,265.2352294921875,32.29999923706055,1073.8699951171875,2147.35009765625
326
+ 2010-02-01,79.99315643310547,6.248349666595459,22.04693031311035,17.19167137145996,5.920000076293945,,263.6636657714844,34.650001525878906,1104.489990234375,2238.260009765625
327
+ 2010-02-08,,,,,,,,,,
328
+ 2010-03-01,81.0396728515625,7.176041126251221,22.629026412963867,17.88887596130371,6.78849983215332,,283.8438415527344,35.369998931884766,1169.4300537109375,2397.9599609375
329
+ 2010-04-01,81.51359558105469,7.972740650177002,23.594758987426758,20.0878963470459,6.855000019073486,,263.11309814453125,33.599998474121094,1186.68994140625,2461.18994140625
330
+ 2010-05-01,79.1503677368164,7.84417724609375,19.932706832885742,17.157638549804688,6.2729997634887695,,243.0580596923828,32.08000183105469,1089.4100341796875,2257.0400390625
331
+ 2010-05-06,,,,,,,,,,
332
+ 2010-06-01,78.42550659179688,7.680809020996094,17.857412338256836,14.817129135131836,5.4629998207092285,,222.69769287109375,26.43000030517578,1030.7099609375,2109.239990234375
333
+ 2010-07-01,81.55033874511719,7.855478763580322,20.03040885925293,18.038850784301758,5.894499778747559,,242.66766357421875,28.719999313354492,1101.5999755859375,2254.699951171875
334
+ 2010-08-01,78.20323944091797,7.4233856201171875,18.214401245117188,15.64971923828125,6.241499900817871,,225.2352294921875,27.700000762939453,1049.3299560546875,2114.030029296875
335
+ 2010-08-06,,,,,,,,,,
336
+ 2010-09-01,85.6181411743164,8.664690971374512,19.10737419128418,19.168588638305664,7.853000164031982,,263.1581726074219,26.149999618530273,1141.199951171875,2368.6201171875
337
+ 2010-10-01,91.65619659423828,9.190831184387207,20.808244705200195,21.757949829101562,8.261500358581543,,307.15716552734375,28.149999618530273,1183.260009765625,2507.409912109375
338
+ 2010-11-01,90.290283203125,9.501388549804688,19.70814323425293,21.311634063720703,8.770000457763672,,278.1331481933594,27.799999237060547,1180.550048828125,2498.22998046875
339
+ 2010-11-08,,,,,,,,,,
340
+ 2010-12-01,94.08943176269531,9.84980583190918,21.909496307373047,21.423206329345703,9.0,,297.28228759765625,30.780000686645508,1257.6400146484375,2652.8701171875
341
+ 2011-01-01,103.8599853515625,10.361597061157227,21.76820182800293,19.823131561279297,8.482000350952148,,300.48046875,33.04999923706055,1286.1199951171875,2700.080078125
342
+ 2011-02-01,103.78302001953125,10.785745620727539,20.865453720092773,20.065792083740234,8.66450023651123,,307.00701904296875,34.5,1327.219970703125,2782.27001953125
343
+ 2011-02-08,,,,,,,,,,
344
+ 2011-03-01,104.95984649658203,10.64222526550293,20.04909324645996,19.879127502441406,9.006500244140625,,293.6736755371094,33.15999984741211,1325.8299560546875,2781.070068359375
345
+ 2011-04-01,109.79368591308594,10.691693305969238,20.467607498168945,18.910266876220703,9.790499687194824,,272.32232666015625,33.54999923706055,1363.6099853515625,2873.5400390625
346
+ 2011-05-01,108.73165130615234,10.621461868286133,19.7490291595459,19.135168075561523,9.834500312805176,,264.7747802734375,34.630001068115234,1345.199951171875,2835.300048828125
347
+ 2011-05-06,,,,,,,,,,
348
+ 2011-06-01,110.91179656982422,10.25013542175293,20.665348052978516,19.510000228881836,10.224499702453613,,253.4434356689453,31.450000762939453,1320.6400146484375,2773.52001953125
349
+ 2011-07-01,117.571044921875,11.923834800720215,21.778095245361328,17.562105178833008,11.12600040435791,,302.14715576171875,27.709999084472656,1292.280029296875,2756.3798828125
350
+ 2011-08-01,111.14454650878906,11.75130844116211,21.142244338989258,15.623312950134277,10.761500358581543,,270.7507629394531,25.239999771118164,1218.8900146484375,2579.4599609375
351
+ 2011-08-08,,,,,,,,,,
352
+ 2011-09-01,113.55061340332031,11.644124984741211,19.90796661376953,13.119815826416016,10.81149959564209,,257.77777099609375,24.170000076293945,1131.4200439453125,2415.39990234375
353
+ 2011-10-01,119.88819122314453,12.360504150390625,21.299680709838867,15.485393524169922,10.67549991607666,,296.6166076660156,29.40999984741211,1253.300048828125,2684.409912109375
354
+ 2011-11-01,122.07645416259766,11.670994758605957,20.459848403930664,15.42860221862793,9.614500045776367,,299.9949951171875,27.420000076293945,1246.9599609375,2620.340087890625
355
+ 2011-11-08,,,,,,,,,,
356
+ 2011-12-01,119.88117218017578,12.367225646972656,20.92014503479004,15.068914413452148,8.654999732971191,,323.2732849121094,28.270000457763672,1257.5999755859375,2605.14990234375
357
+ 2012-01-01,125.56623077392578,13.939234733581543,23.79706382751465,14.749091148376465,9.722000122070312,,290.3453369140625,30.950000762939453,1312.4100341796875,2813.840087890625
358
+ 2012-02-01,128.25875854492188,16.564136505126953,25.57801628112793,15.662582397460938,8.98449993133545,,309.4344482421875,32.88999938964844,1365.6800537109375,2966.889892578125
359
+ 2012-02-08,,,,,,,,,,
360
+ 2012-03-01,136.5597381591797,18.308074951171875,26.1682071685791,15.377117156982422,10.125499725341797,,320.9409484863281,34.310001373291016,1408.469970703125,3091.570068359375
361
+ 2012-04-01,135.53221130371094,17.83262062072754,25.97353172302246,14.882647514343262,11.595000267028809,,302.72772216796875,33.54999923706055,1397.9100341796875,3046.360107421875
362
+ 2012-05-01,126.25150299072266,17.64176368713379,23.677928924560547,13.811394691467285,10.645500183105469,,290.7207336425781,31.049999237060547,1310.3299560546875,2827.340087890625
363
+ 2012-05-08,,,,,,,,,,
364
+ 2012-06-01,128.5418243408203,17.83323097229004,24.976381301879883,15.054808616638184,11.417499542236328,,290.3253173828125,32.369998931884766,1362.1600341796875,2935.050048828125
365
+ 2012-07-01,128.80467224121094,18.650381088256836,24.06191635131836,13.332178115844727,11.664999961853027,,316.8017883300781,30.8799991607666,1379.3199462890625,2939.52001953125
366
+ 2012-08-01,128.06199645996094,20.314008712768555,25.1641845703125,14.178669929504395,12.41349983215332,,342.88787841796875,31.270000457763672,1406.5799560546875,3066.9599609375
367
+ 2012-08-08,,,,,,,,,,
368
+ 2012-09-01,136.92532348632812,20.458269119262695,24.459667205810547,14.120949745178223,12.715999603271484,,377.62762451171875,32.439998626708984,1440.6700439453125,3116.22998046875
369
+ 2012-10-01,128.39756774902344,18.256948471069336,23.456958770751953,12.4627103805542,11.644499778747559,,340.490478515625,34.029998779296875,1412.1600341796875,2977.22998046875
370
+ 2012-11-01,125.45381927490234,17.94904899597168,21.878910064697266,13.178736686706543,12.602499961853027,,349.5345458984375,34.61000061035156,1416.1800537109375,3010.239990234375
371
+ 2012-11-07,,,,,,,,,,
372
+ 2012-12-01,126.98394775390625,16.39484405517578,22.13326644897461,13.19808578491211,12.543499946594238,,354.0440368652344,37.68000030517578,1426.18994140625,3019.510009765625
373
+ 2013-01-01,134.6208953857422,14.03252124786377,22.746475219726562,15.598185539245605,13.274999618530273,,378.2232360839844,37.83000183105469,1498.1099853515625,3142.1298828125
374
+ 2013-02-01,133.1359405517578,13.598445892333984,23.036500930786133,15.79291820526123,13.213500022888184,,401.0010070800781,39.310001373291016,1514.6800537109375,3160.18994140625
375
+ 2013-02-06,,,,,,,,,,
376
+ 2013-03-01,141.99786376953125,13.716739654541016,23.903995513916016,16.74711036682129,13.32450008392334,,397.49249267578125,43.52000045776367,1569.18994140625,3267.52001953125
377
+ 2013-04-01,134.8347625732422,13.720457077026367,27.655447006225586,16.822824478149414,12.690500259399414,,412.69769287109375,45.08000183105469,1597.5699462890625,3328.7900390625
378
+ 2013-05-01,138.48284912109375,13.935823440551758,29.15936851501465,17.234567642211914,13.460000038146973,,436.0460510253906,42.90999984741211,1630.739990234375,3455.909912109375
379
+ 2013-05-08,,,,,,,,,,
380
+ 2013-06-01,127.82191467285156,12.368638038635254,29.060949325561523,17.783567428588867,13.884499549865723,,440.6256408691406,45.560001373291016,1606.280029296875,3403.25
381
+ 2013-07-01,130.45040893554688,14.115401268005371,26.789243698120117,19.142587661743164,15.060999870300293,,444.3193054199219,47.279998779296875,1685.72998046875,3626.3701171875
382
+ 2013-08-01,121.90938568115234,15.19745922088623,28.101774215698242,19.695158004760742,14.048999786376953,,423.8738708496094,45.75,1632.969970703125,3589.8701171875
383
+ 2013-08-07,,,,,,,,,,
384
+ 2013-09-01,124.47478485107422,14.96906566619873,28.19812774658203,20.306934356689453,15.631999969482422,,438.3934020996094,51.939998626708984,1681.550048828125,3771.47998046875
385
+ 2013-10-01,120.46192169189453,16.41180992126465,30.002870559692383,19.72601890563965,18.201499938964844,,515.8057861328125,54.220001220703125,1756.5400390625,3919.7099609375
386
+ 2013-11-01,120.77778625488281,17.45956802368164,32.30753707885742,22.58371353149414,19.680999755859375,,530.3253173828125,56.779998779296875,1805.81005859375,4059.889892578125
387
+ 2013-11-06,,,,,,,,,,
388
+ 2013-12-01,126.7584228515625,17.71782684326172,31.937856674194336,24.151473999023438,19.93950080871582,,560.9158935546875,59.880001068115234,1848.3599853515625,4176.58984375
389
+ 2014-01-01,119.39906311035156,15.80967903137207,32.304969787597656,21.634523391723633,17.934499740600586,,591.0760498046875,59.189998626708984,1782.5899658203125,4103.8798828125
390
+ 2014-02-01,125.13655090332031,16.61942481994629,32.70622634887695,21.913677215576172,18.104999542236328,,608.4334106445312,68.62999725341797,1859.449951171875,4308.1201171875
391
+ 2014-02-06,,,,,,,,,,
392
+ 2014-03-01,130.79644775390625,17.052499771118164,35.256614685058594,22.53180694580078,16.818500518798828,,557.8128051757812,65.73999786376953,1872.3399658203125,4198.990234375
393
+ 2014-04-01,133.50091552734375,18.747455596923828,34.7491340637207,24.246538162231445,15.206500053405762,,534.8800048828125,61.689998626708984,1883.949951171875,4114.56005859375
394
+ 2014-05-01,125.27215576171875,20.11072540283203,35.21359634399414,24.767969131469727,15.6274995803833,,571.6500244140625,64.54000091552734,1923.5699462890625,4242.6201171875
395
+ 2014-05-07,,,,,,,,,,
396
+ 2014-06-01,123.88963317871094,20.782461166381836,36.12032699584961,24.94846534729004,16.23900032043457,,584.6699829101562,72.36000061035156,1960.22998046875,4408.18017578125
397
+ 2014-07-01,130.99761962890625,21.37957000732422,37.38497543334961,26.72607421875,15.649499893188477,,579.5499877929688,69.25,1930.6700439453125,4369.77001953125
398
+ 2014-08-01,131.4281463623047,22.922651290893555,39.35124206542969,27.834640502929688,16.95199966430664,,582.3599853515625,71.9000015258789,2003.3699951171875,4580.27001953125
399
+ 2014-08-06,,,,,,,,,,
400
+ 2014-09-01,130.50729370117188,22.643360137939453,40.40761947631836,26.66560935974121,16.121999740600586,,588.4099731445312,69.19000244140625,1972.2900390625,4493.39013671875
401
+ 2014-10-01,113.0242691040039,24.27278709411621,40.92185974121094,26.89417266845703,15.27299976348877,,567.8699951171875,70.12000274658203,2018.050048828125,4630.740234375
402
+ 2014-11-01,111.49117279052734,26.729284286499023,41.67144012451172,28.27128028869629,16.93199920654297,,549.0800170898438,73.68000030517578,2067.56005859375,4791.6298828125
403
+ 2014-11-06,,,,,,,,,,
404
+ 2014-12-01,111.05672454833984,24.915250778198242,40.74142074584961,28.068769454956055,15.517499923706055,,530.6599731445312,72.69999694824219,2058.89990234375,4736.0498046875
405
+ 2015-01-01,106.12132263183594,26.445661544799805,35.434940338134766,26.79075813293457,17.726499557495117,,537.5499877929688,70.12999725341797,1994.989990234375,4635.240234375
406
+ 2015-02-01,112.09505462646484,28.996322631835938,38.460933685302734,27.767194747924805,19.007999420166016,,562.6300048828125,79.0999984741211,2104.5,4963.52978515625
407
+ 2015-02-06,,,,,,,,,,
408
+ 2015-03-01,111.87759399414062,28.197509765625,35.91679000854492,26.139816284179688,18.604999542236328,,554.7000122070312,73.94000244140625,2067.889892578125,4900.8798828125
409
+ 2015-04-01,119.3988265991211,28.360668182373047,42.96587371826172,23.521541595458984,21.089000701904297,,548.77001953125,76.05999755859375,2085.510009765625,4941.419921875
410
+ 2015-05-01,118.25563049316406,29.523195266723633,41.39352035522461,23.3579158782959,21.46150016784668,,545.3200073242188,79.08999633789062,2107.389892578125,5070.02978515625
411
+ 2015-05-06,,,,,,,,,,
412
+ 2015-06-01,114.24130249023438,28.542850494384766,39.253108978271484,21.762542724609375,21.704500198364258,,540.0399780273438,81.01000213623047,2063.110107421875,4986.8701171875
413
+ 2015-07-01,113.77072143554688,27.60302734375,41.520286560058594,22.683992385864258,26.8075008392334,,657.5,81.98999786376953,2103.840087890625,5128.27978515625
414
+ 2015-08-01,103.86784362792969,25.65966796875,38.692989349365234,20.93431854248047,25.644500732421875,,647.8200073242188,78.56999969482422,1972.1800537109375,4776.509765625
415
+ 2015-08-06,,,,,,,,,,
416
+ 2015-09-01,102.66226959228516,25.21347999572754,39.61040496826172,20.028608322143555,25.594499588012695,,638.3699951171875,82.22000122070312,1920.030029296875,4620.16015625
417
+ 2015-10-01,99.1993637084961,27.31651496887207,47.11008071899414,19.46390151977539,31.295000076293945,,737.3900146484375,88.66000366210938,2079.360107421875,5053.75
418
+ 2015-11-01,98.7319564819336,27.042200088500977,48.64043045043945,21.868392944335938,33.2400016784668,,762.8499755859375,91.45999908447266,2080.409912109375,5108.669921875
419
+ 2015-11-06,,,,,,,,,,
420
+ 2015-12-01,98.37144470214844,24.16438102722168,49.98638916015625,22.03421974182129,33.794498443603516,,778.010009765625,93.94000244140625,2043.93994140625,5007.41015625
421
+ 2016-01-01,89.20050811767578,22.3461971282959,49.63501739501953,20.343839645385742,29.350000381469727,,761.3499755859375,89.12999725341797,1940.239990234375,4613.9501953125
422
+ 2016-02-01,93.6608657836914,22.196985244750977,45.841888427734375,20.051719665527344,27.625999450683594,,717.219970703125,85.1500015258789,1932.22998046875,4557.9501953125
423
+ 2016-02-08,,,,,,,,,,
424
+ 2016-03-01,109.36297607421875,25.15644073486328,50.11842727661133,23.285871505737305,29.68199920654297,,762.9000244140625,93.80000305175781,2059.739990234375,4869.85009765625
425
+ 2016-04-01,105.3841552734375,21.636524200439453,45.25450134277344,20.178363800048828,32.97949981689453,,707.8800048828125,94.22000122070312,2065.300048828125,4775.35986328125
426
+ 2016-05-01,111.01663208007812,23.049110412597656,48.094825744628906,20.956079483032227,36.13949966430664,,748.8499755859375,99.47000122070312,2096.949951171875,4948.0498046875
427
+ 2016-05-06,,,,,,,,,,
428
+ 2016-06-01,110.65898895263672,22.20018196105957,46.75897216796875,19.947153091430664,35.78099822998047,,703.530029296875,95.79000091552734,2098.860107421875,4842.669921875
429
+ 2016-07-01,117.10401916503906,24.199600219726562,51.79398727416992,21.839828491210938,37.94049835205078,,791.3400268554688,97.86000061035156,2173.60009765625,5162.1298828125
430
+ 2016-08-01,115.83541107177734,24.638490676879883,52.506752014160156,20.885658264160156,38.45800018310547,,789.8499755859375,102.30999755859375,2170.949951171875,5213.22021484375
431
+ 2016-08-08,,,,,,,,,,
432
+ 2016-09-01,116.81381225585938,26.394628524780273,52.96271896362305,21.479366302490234,41.865501403808594,13.321450233459473,804.0599975585938,108.54000091552734,2168.27001953125,5312.0
433
+ 2016-10-01,113.019287109375,26.509033203125,55.095947265625,20.878395080566406,39.49100112915039,13.680961608886719,809.9000244140625,107.51000213623047,2126.14990234375,5189.14013671875
434
+ 2016-11-01,119.29200744628906,25.803936004638672,55.40858840942383,19.980859756469727,37.528499603271484,14.926712036132812,775.8800048828125,102.80999755859375,2198.81005859375,5323.68017578125
435
+ 2016-11-08,,,,,,,,,,
436
+ 2016-12-01,123.1717300415039,27.180198669433594,57.52321243286133,18.655929565429688,37.493499755859375,15.31966781616211,792.4500122070312,102.94999694824219,2238.830078125,5383.1201171875
437
+ 2017-01-01,129.5013427734375,28.47795867919922,59.84672927856445,22.670724868774414,41.17399978637695,17.554771423339844,820.1900024414062,113.37999725341797,2278.8701171875,5614.7900390625
438
+ 2017-02-01,133.43417358398438,32.148292541503906,59.22650909423828,24.339130401611328,42.25199890136719,17.69411849975586,844.9299926757812,118.33999633789062,2363.639892578125,5825.43994140625
439
+ 2017-02-08,,,,,,,,,,
440
+ 2017-03-01,130.24111938476562,33.85976028442383,61.33644485473633,24.011991500854492,44.32699966430664,17.858545303344727,847.7999877929688,130.1300048828125,2362.719970703125,5911.740234375
441
+ 2017-04-01,119.88253784179688,33.85739517211914,63.75787353515625,23.72492027282715,46.2495002746582,18.70298194885254,924.52001953125,133.74000549316406,2384.199951171875,6047.60986328125
442
+ 2017-05-01,114.1535415649414,36.00456237792969,65.0430908203125,23.328956604003906,49.73099899291992,19.338397979736328,987.0900268554688,141.86000061035156,2411.800048828125,6198.52001953125
443
+ 2017-05-08,,,,,,,,,,
444
+ 2017-06-01,116.17494201660156,34.084716796875,64.56354522705078,23.700172424316406,48.400001525878906,17.030832290649414,929.6799926757812,141.44000244140625,2423.409912109375,6140.419921875
445
+ 2017-07-01,109.25714874267578,35.19940948486328,68.0947265625,25.520694732666016,49.388999938964844,17.911497116088867,945.5,146.49000549316406,2470.300048828125,6348.1201171875
446
+ 2017-08-01,108.01860809326172,38.81330490112305,70.03360748291016,26.852062225341797,49.029998779296875,20.882347106933594,955.239990234375,155.16000366210938,2471.64990234375,6428.66015625
447
+ 2017-08-08,,,,,,,,,,
448
+ 2017-09-01,110.72441864013672,36.6182861328125,70.14307403564453,27.700807571411133,48.067501068115234,21.517763137817383,973.719970703125,149.17999267578125,2519.360107421875,6495.9599609375
449
+ 2017-10-01,117.57792663574219,40.163211822509766,78.32596588134766,25.408233642578125,55.263999938964844,23.067289352416992,1033.0400390625,175.16000366210938,2575.260009765625,6727.669921875
450
+ 2017-11-01,117.50923919677734,40.83085632324219,79.2582015991211,24.86334991455078,58.837501525878906,21.80481719970703,1036.1700439453125,181.47000122070312,2647.580078125,6873.97021484375
451
+ 2017-11-09,,,,,,,,,,
452
+ 2017-12-01,118.25981140136719,40.3528938293457,80.95279693603516,24.43583106994629,58.4734992980957,22.65203857421875,1053.4000244140625,175.24000549316406,2673.610107421875,6903.39013671875
453
+ 2018-01-01,126.18390655517578,39.9236946105957,89.91493225097656,28.855159759521484,72.54450225830078,19.982173919677734,1182.219970703125,199.75999450683594,2823.81005859375,7411.47998046875
454
+ 2018-02-01,120.11751556396484,42.472713470458984,88.74141693115234,25.634004592895508,75.62249755859375,20.7039852142334,1103.9200439453125,209.1300048828125,2713.830078125,7273.009765625
455
+ 2018-02-08,,,,,,,,,,
456
+ 2018-03-01,119.43197631835938,40.170265197753906,86.7812271118164,24.33201026916504,72.36699676513672,20.402997970581055,1037.1400146484375,216.0800018310547,2640.8701171875,7063.4501953125
457
+ 2018-04-01,112.83880615234375,39.566917419433594,88.92057037353516,26.82056999206543,78.30650329589844,20.00168228149414,1018.5800170898438,221.60000610351562,2648.050048828125,7066.27001953125
458
+ 2018-05-01,109.99760437011719,44.7408332824707,93.97891998291016,23.179109573364258,81.48100280761719,22.479249954223633,1100.0,249.27999877929688,2705.27001953125,7442.1201171875
459
+ 2018-05-09,,,,,,,,,,
460
+ 2018-06-01,109.95153045654297,44.4903450012207,94.16664123535156,20.467208862304688,84.98999786376953,23.571720123291016,1129.18994140625,243.80999755859375,2718.3701171875,7510.2998046875
461
+ 2018-07-01,114.06781768798828,45.73533630371094,101.30004119873047,22.375450134277344,88.87200164794922,25.784528732299805,1227.219970703125,244.67999267578125,2816.2900390625,7671.7900390625
462
+ 2018-08-01,115.2877197265625,54.709842681884766,107.2684097290039,24.00385284423828,100.635498046875,26.8017520904541,1231.800048828125,263.510009765625,2901.52001953125,8109.5400390625
463
+ 2018-08-09,,,,,,,,,,
464
+ 2018-09-01,120.2962646484375,54.445865631103516,109.63678741455078,23.24565315246582,100.1500015258789,27.066509246826172,1207.0799560546875,269.95001220703125,2913.97998046875,8046.35009765625
465
+ 2018-10-01,91.83122253417969,52.78649139404297,102.38966369628906,24.236047744750977,79.90049743652344,25.190916061401367,1090.5799560546875,245.75999450683594,2711.739990234375,7305.89990234375
466
+ 2018-11-01,98.86396026611328,43.07142639160156,106.3008041381836,23.4099178314209,84.50849914550781,29.396371841430664,1109.6500244140625,250.88999938964844,2760.169921875,7330.5400390625
467
+ 2018-11-08,,,,,,,,,,
468
+ 2018-12-01,91.58279418945312,38.17780685424805,97.78714752197266,17.18350601196289,75.09850311279297,24.59708595275879,1044.9599609375,226.24000549316406,2506.85009765625,6635.27978515625
469
+ 2019-01-01,108.30086517333984,40.28346252441406,100.5406265258789,24.84735679626465,85.9365005493164,24.456159591674805,1125.8900146484375,247.82000732421875,2704.10009765625,7281.740234375
470
+ 2019-02-01,111.28997039794922,41.90748596191406,107.85758972167969,27.216707229614258,81.99150085449219,28.095136642456055,1126.550048828125,262.5,2784.489990234375,7532.52978515625
471
+ 2019-02-07,,,,,,,,,,
472
+ 2019-03-01,115.00740814208984,46.17075729370117,114.03240966796875,28.167972564697266,89.0374984741211,29.539655685424805,1176.8900146484375,266.489990234375,2834.39990234375,7729.31982421875
473
+ 2019-04-01,114.33090209960938,48.77644348144531,126.27296447753906,29.61660385131836,96.32599639892578,33.9285774230957,1198.9599609375,289.25,2945.830078125,8095.39013671875
474
+ 2019-05-01,103.50668334960938,42.55390930175781,119.58222198486328,27.175188064575195,88.75350189208984,29.972509384155273,1106.5,270.8999938964844,2752.06005859375,7453.14990234375
475
+ 2019-05-09,,,,,,,,,,
476
+ 2019-06-01,113.73433685302734,48.293270111083984,130.00108337402344,31.43656349182129,94.68150329589844,25.56848907470703,1082.800048828125,294.6499938964844,2941.760009765625,8006.240234375
477
+ 2019-07-01,122.26231384277344,51.98261260986328,132.24281311035156,28.701255798339844,93.33899688720703,29.061506271362305,1218.199951171875,298.8599853515625,2980.3798828125,8175.419921875
478
+ 2019-08-01,111.7796401977539,50.93339920043945,133.78579711914062,25.92054557800293,88.81449890136719,25.9359073638916,1190.530029296875,284.510009765625,2926.4599609375,7962.8798828125
479
+ 2019-08-08,,,,,,,,,,
480
+ 2019-09-01,121.34967803955078,54.85721969604492,135.37051391601562,26.743131637573242,86.79550170898438,26.10200309753418,1221.1400146484375,276.25,2976.739990234375,7999.33984375
481
+ 2019-10-01,111.59463500976562,60.929054260253906,139.59625244140625,30.58913803100586,88.83300018310547,26.620418548583984,1258.800048828125,277.92999267578125,3037.56005859375,8292.3603515625
482
+ 2019-11-01,112.19547271728516,65.45783996582031,147.39544677734375,35.09682083129883,90.04000091552734,24.40582847595215,1304.0899658203125,309.5299987792969,3140.97998046875,8665.4697265625
483
+ 2019-11-07,,,,,,,,,,
484
+ 2019-12-01,113.17443084716797,72.13994598388672,154.07154846191406,33.23965072631836,92.39199829101562,25.86544418334961,1339.3900146484375,329.80999755859375,3230.780029296875,8972.599609375
485
+ 2020-01-01,121.35601806640625,76.03622436523438,166.31326293945312,32.28398132324219,100.43599700927734,24.546754837036133,1432.780029296875,351.1400146484375,3225.52001953125,9150.9404296875
486
+ 2020-02-01,109.88997650146484,67.1553726196289,158.28240966796875,29.225305557250977,94.1875,20.364192962646484,1339.25,345.1199951171875,2954.219970703125,8567.3701171875
487
+ 2020-02-07,,,,,,,,,,
488
+ 2020-03-01,94.6399154663086,62.61878204345703,154.502197265625,17.190288543701172,97.48600006103516,19.90617561340332,1161.949951171875,318.239990234375,2584.590087890625,7700.10009765625
489
+ 2020-04-01,107.12150573730469,72.34808349609375,175.5648956298828,16.6003360748291,123.69999694824219,21.486589431762695,1346.699951171875,353.6400146484375,2912.429931640625,8889.5498046875
490
+ 2020-05-01,106.55841827392578,78.29256439208984,179.52272033691406,14.412978172302246,122.11849975585938,24.98464012145996,1433.52001953125,386.6000061035156,3044.31005859375,9489.8701171875
491
+ 2020-05-07,,,,,,,,,,
492
+ 2020-06-01,104.41674041748047,90.0749740600586,199.92588806152344,13.877481460571289,137.9409942626953,27.652219772338867,1418.050048828125,435.30999755859375,3100.2900390625,10058.76953125
493
+ 2020-07-01,106.29290008544922,104.9491958618164,201.3994598388672,15.366937637329102,158.23399353027344,30.11343765258789,1487.949951171875,444.32000732421875,3271.1201171875,10745.26953125
494
+ 2020-08-01,106.61280059814453,127.44819641113281,221.55807495117188,17.406635284423828,172.54800415039062,33.25917053222656,1629.530029296875,513.3900146484375,3500.31005859375,11775.4599609375
495
+ 2020-08-07,,,,,,,,,,
496
+ 2020-09-01,106.57222747802734,114.5876235961914,207.12527465820312,17.323570251464844,157.43649291992188,34.06950759887695,1465.5999755859375,490.42999267578125,3363.0,11167.509765625
497
+ 2020-10-01,97.80435180664062,107.71099090576172,199.38504028320312,16.259458541870117,151.8074951171875,30.329862594604492,1616.1099853515625,447.1000061035156,3269.9599609375,10911.58984375
498
+ 2020-11-01,108.19266510009766,117.79344177246094,210.8082733154297,20.478687286376953,158.40199279785156,34.74394989013672,1754.4000244140625,478.4700012207031,3621.6298828125,12198.740234375
499
+ 2020-11-09,,,,,,,,,,
500
+ 2020-12-01,111.85865020751953,131.51597595214844,219.60447692871094,21.694869995117188,162.84649658203125,36.88808059692383,1752.6400146484375,500.1199951171875,3756.070068359375,12888.2802734375
501
+ 2021-01-01,105.84272766113281,130.7924346923828,229.0237274169922,19.891191482543945,160.30999755859375,36.6867561340332,1827.3599853515625,458.7699890136719,3714.239990234375,13070.6904296875
502
+ 2021-02-01,105.68277740478516,120.18710327148438,229.4384002685547,24.100215911865234,154.64649963378906,40.80388259887695,2021.9100341796875,459.6700134277344,3811.14990234375,13192.349609375
503
+ 2021-02-09,,,,,,,,,,
504
+ 2021-03-01,119.9990005493164,121.25013732910156,233.32164001464844,22.955739974975586,154.70399475097656,44.367366790771484,2062.52001953125,475.3699951171875,3972.889892578125,13246.8701171875
505
+ 2021-04-01,127.76121520996094,130.49156188964844,249.56121826171875,23.070621490478516,173.37100219726562,49.49113082885742,2353.5,508.3399963378906,4181.169921875,13962.6796875
506
+ 2021-05-01,129.4361114501953,123.6920166015625,247.08718872070312,22.41118812561035,161.15350341796875,49.64715576171875,2356.85009765625,504.5799865722656,4204.10986328125,13748.740234375
507
+ 2021-05-07,,,,,,,,,,
508
+ 2021-06-01,133.47738647460938,136.1819610595703,268.70587158203125,22.44941520690918,172.00799560546875,50.16557312011719,2441.7900390625,585.6400146484375,4297.5,14503.9501953125
509
+ 2021-07-01,128.35101318359375,145.03138732910156,282.6023864746094,23.305561065673828,166.37950134277344,48.63045883178711,2694.530029296875,621.6300048828125,4395.259765625,14672.6796875
510
+ 2021-08-01,127.78646087646484,150.96749877929688,299.4349365234375,21.74091148376465,173.5395050048828,49.053245544433594,2893.949951171875,663.7000122070312,4522.68017578125,15259.240234375
511
+ 2021-08-09,,,,,,,,,,
512
+ 2021-09-01,127.95899963378906,140.906982421875,280.1719665527344,19.48086166381836,164.2519989013672,52.36507034301758,2673.52001953125,575.719970703125,4307.5400390625,14448.580078125
513
+ 2021-10-01,115.22111511230469,149.1721954345703,329.56378173828125,17.397972106933594,168.6215057373047,55.35980224609375,2960.919921875,650.3599853515625,4605.3798828125,15498.3896484375
514
+ 2021-11-01,112.8140869140625,164.60723876953125,328.5401611328125,18.003969192504883,175.35350036621094,56.077186584472656,2837.949951171875,669.8499755859375,4567.0,15537.6904296875
515
+ 2021-11-04,,,,,,,,,,
516
+ 2021-11-09,,,,,,,,,,
517
+ 2021-12-01,130.48629760742188,177.08387756347656,334.8461608886719,22.1286563873291,166.7169952392578,55.77927017211914,2897.0400390625,567.0599975585938,4766.18017578125,15644.9697265625
518
+ 2022-01-01,130.3984375,174.30149841308594,309.6171875,20.856517791748047,149.57350158691406,56.41482162475586,2706.070068359375,534.2999877929688,4515.5498046875,14239.8798828125
519
+ 2022-02-01,119.60104370117188,164.66795349121094,297.4805908203125,19.47332763671875,153.56300354003906,50.60551452636719,2701.139892578125,467.67999267578125,4373.93994140625,13751.400390625
520
+ 2022-02-10,,,,,,,,,,
521
+ 2022-03-01,128.46168518066406,174.3538360595703,307.59356689453125,19.927804946899414,162.99749755859375,49.84086990356445,2781.35009765625,455.6199951171875,4530.41015625,14220.51953125
522
+ 2022-04-01,130.6254425048828,157.418701171875,276.8751220703125,17.399999618530273,124.28150177001953,46.68299102783203,2282.18994140625,395.95001220703125,4131.93017578125,12334.6396484375
523
+ 2022-05-01,137.1759796142578,148.6216278076172,271.2382507324219,18.81999969482422,120.20950317382812,49.939998626708984,2275.239990234375,416.4800109863281,4132.14990234375,12081.3896484375
524
+ 2022-05-09,,,,,,,,,,
525
+ 2022-06-01,141.86000061035156,137.44000244140625,256.4800109863281,15.819999694824219,107.4000015258789,48.939998626708984,2240.14990234375,365.6300048828125,3821.550048828125,11181.5400390625
526
+ 2022-06-28,141.86000061035156,137.44000244140625,256.4800109863281,15.819999694824219,107.4000015258789,48.939998626708984,2240.14990234375,365.6300048828125,3821.550048828125,11181.5400390625
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/data_x_x2_x3.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0 0 0
2
+ 1 1 1
3
+ 2 4 8
4
+ 3 9 27
5
+ 4 16 64
6
+ 5 25 125
7
+ 6 36 216
8
+ 7 49 343
9
+ 8 64 512
10
+ 9 81 729
11
+ 10 100 1000
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/eeg.dat ADDED
Binary file (25.6 kB). View file
 
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/embedding_in_wx3.xrc ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" ?>
2
+ <resource>
3
+ <object class="wxFrame" name="MainFrame">
4
+ <title>embedding_in_wx3</title>
5
+ <object class="wxPanel" name="MainPanel">
6
+ <object class="wxBoxSizer">
7
+ <orient>wxVERTICAL</orient>
8
+ <object class="sizeritem">
9
+ <object class="wxStaticText">
10
+ <label>Check out this whizz-bang stuff!</label>
11
+ <style>wxALIGN_CENTRE</style>
12
+ </object>
13
+ <option>0</option>
14
+ <flag>wxALL|wxEXPAND</flag>
15
+ <border>5</border>
16
+ </object>
17
+ <object class="sizeritem">
18
+ <object class="wxBoxSizer">
19
+ <orient>wxHORIZONTAL</orient>
20
+ <object class="sizeritem">
21
+ <object class="wxButton" name="whiz_button">
22
+ <label>whiz</label>
23
+ </object>
24
+ <option>0</option>
25
+ <flag>wxALL|wxEXPAND</flag>
26
+ <border>2</border>
27
+ </object>
28
+ <object class="sizeritem">
29
+ <object class="wxButton" name="bang_button">
30
+ <label>bang</label>
31
+ </object>
32
+ <option>0</option>
33
+ <flag>wxALL|wxEXPAND</flag>
34
+ <border>2</border>
35
+ </object>
36
+ <object class="sizeritem">
37
+ <object class="wxStaticText" name="">
38
+ <label>bang count:</label>
39
+ <style>wxALIGN_RIGHT</style>
40
+ </object>
41
+ <option>1</option>
42
+ <flag>wxALL|wxEXPAND</flag>
43
+ <border>2</border>
44
+ </object>
45
+ <object class="sizeritem">
46
+ <object class="wxTextCtrl" name="bang_count">
47
+ <value>0</value>
48
+ </object>
49
+ <option>0</option>
50
+ <flag>wxEXPAND</flag>
51
+ </object>
52
+ </object>
53
+ <option>0</option>
54
+ <flag>wxLEFT|wxRIGHT|wxEXPAND</flag>
55
+ <border>5</border>
56
+ </object>
57
+ <object class="sizeritem">
58
+ <object class="wxPanel" name="plot_container_panel"/>
59
+ <option>1</option>
60
+ <flag>wxEXPAND</flag>
61
+ </object>
62
+ </object>
63
+ </object>
64
+ </object>
65
+ </resource>
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/grace_hopper.jpg ADDED

Git LFS Details

  • SHA256: a8ca6d734765703b09728ab47fe59f473d93ae3967fc24c7c0288c3c7adb7130
  • Pointer size: 130 Bytes
  • Size of remote file: 61.3 kB
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/jacksboro_fault_dem.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d493f50a33e82a4420494c54d1fca1539d177bdc27ab190bc5fe6e92f62fb637
3
+ size 174061
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/membrane.dat ADDED
Binary file (48 kB). View file
 
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/msft.csv ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Date,Open,High,Low,Close,Volume,Adj. Close*
2
+ 19-Sep-03,29.76,29.97,29.52,29.96,92433800,29.79
3
+ 18-Sep-03,28.49,29.51,28.42,29.50,67268096,29.34
4
+ 17-Sep-03,28.76,28.95,28.47,28.50,47221600,28.34
5
+ 16-Sep-03,28.41,28.95,28.32,28.90,52060600,28.74
6
+ 15-Sep-03,28.37,28.61,28.33,28.36,41432300,28.20
7
+ 12-Sep-03,27.48,28.40,27.45,28.34,55777200,28.18
8
+ 11-Sep-03,27.66,28.11,27.59,27.84,37813300,27.68
9
+ 10-Sep-03,28.03,28.18,27.48,27.55,54763500,27.40
10
+ 9-Sep-03,28.65,28.71,28.31,28.37,44315200,28.21
11
+ 8-Sep-03,28.39,28.92,28.34,28.84,46105300,28.68
12
+ 5-Sep-03,28.23,28.75,28.17,28.38,64024500,28.22
13
+ 4-Sep-03,28.10,28.47,27.99,28.43,59840800,28.27
14
+ 3-Sep-03,27.42,28.40,27.38,28.30,109437800,28.14
15
+ 2-Sep-03,26.70,27.30,26.47,27.26,74168896,27.11
16
+ 29-Aug-03,26.46,26.55,26.35,26.52,34503000,26.37
17
+ 28-Aug-03,26.50,26.58,26.24,26.51,46211200,26.36
18
+ 27-Aug-03,26.51,26.58,26.30,26.42,30633900,26.27
19
+ 26-Aug-03,26.31,26.67,25.96,26.57,47546000,26.42
20
+ 25-Aug-03,26.31,26.54,26.23,26.50,36132900,26.35
21
+ 22-Aug-03,26.78,26.95,26.21,26.22,65846300,26.07
22
+ 21-Aug-03,26.65,26.73,26.13,26.24,63802700,26.09
23
+ 20-Aug-03,26.30,26.53,26.00,26.45,56739300,26.30
24
+ 19-Aug-03,25.85,26.65,25.77,26.62,72952896,26.47
25
+ 18-Aug-03,25.56,25.83,25.46,25.70,45817400,25.56
26
+ 15-Aug-03,25.61,25.66,25.43,25.54,27607900,25.40
27
+ 14-Aug-03,25.66,25.71,25.52,25.63,37338300,25.49
28
+ 13-Aug-03,25.79,25.89,25.50,25.60,39636900,25.46
29
+ 12-Aug-03,25.71,25.77,25.45,25.73,38208400,25.59
30
+ 11-Aug-03,25.61,25.99,25.54,25.61,36433900,25.47
31
+ 8-Aug-03,25.88,25.98,25.50,25.58,33241400,25.44
32
+ 7-Aug-03,25.72,25.81,25.45,25.71,44258500,25.57
33
+ 6-Aug-03,25.54,26.19,25.43,25.65,56294900,25.51
34
+ 5-Aug-03,26.31,26.54,25.60,25.66,58825800,25.52
35
+ 4-Aug-03,26.15,26.41,25.75,26.18,51825600,26.03
36
+ 1-Aug-03,26.33,26.51,26.12,26.17,42649700,26.02
37
+ 31-Jul-03,26.60,26.99,26.31,26.41,64504800,26.26
38
+ 30-Jul-03,26.46,26.57,26.17,26.23,41240300,26.08
39
+ 29-Jul-03,26.88,26.90,26.24,26.47,62391100,26.32
40
+ 28-Jul-03,26.94,27.00,26.49,26.61,52658300,26.46
41
+ 25-Jul-03,26.28,26.95,26.07,26.89,54173000,26.74
42
+ 24-Jul-03,26.78,26.92,25.98,26.00,53556600,25.85
43
+ 23-Jul-03,26.42,26.65,26.14,26.45,49828200,26.30
44
+ 22-Jul-03,26.28,26.56,26.13,26.38,51791000,26.23
45
+ 21-Jul-03,26.87,26.91,26.00,26.04,48480800,25.89
46
+ 18-Jul-03,27.11,27.23,26.75,26.89,63388400,26.74
47
+ 17-Jul-03,27.14,27.27,26.54,26.69,72805000,26.54
48
+ 16-Jul-03,27.56,27.62,27.20,27.52,49838900,27.37
49
+ 15-Jul-03,27.47,27.53,27.10,27.27,53567600,27.12
50
+ 14-Jul-03,27.63,27.81,27.05,27.40,60464400,27.25
51
+ 11-Jul-03,26.95,27.45,26.89,27.31,50377300,27.16
52
+ 10-Jul-03,27.25,27.42,26.59,26.91,55350800,26.76
53
+ 9-Jul-03,27.56,27.70,27.25,27.47,62300700,27.32
54
+ 8-Jul-03,27.26,27.80,27.25,27.70,61896800,27.55
55
+ 7-Jul-03,27.02,27.55,26.95,27.42,88960800,27.27
56
+ 3-Jul-03,26.69,26.95,26.41,26.50,39440900,26.35
57
+ 2-Jul-03,26.50,26.93,26.45,26.88,94069296,26.73
58
+ 1-Jul-03,25.59,26.20,25.39,26.15,60926000,26.00
59
+ 30-Jun-03,25.94,26.12,25.50,25.64,48073100,25.50
60
+ 27-Jun-03,25.95,26.34,25.53,25.63,76040304,25.49
61
+ 26-Jun-03,25.39,26.51,25.21,25.75,51758100,25.61
62
+ 25-Jun-03,25.64,25.99,25.14,25.26,60483500,25.12
63
+ 24-Jun-03,25.65,26.04,25.52,25.70,51820300,25.56
64
+ 23-Jun-03,26.14,26.24,25.49,25.78,52584500,25.64
65
+ 20-Jun-03,26.34,26.38,26.01,26.33,86048896,26.18
66
+ 19-Jun-03,26.09,26.39,26.01,26.07,63626900,25.92
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/percent_bachelors_degrees_women_usa.csv ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Year,Agriculture,Architecture,Art and Performance,Biology,Business,Communications and Journalism,Computer Science,Education,Engineering,English,Foreign Languages,Health Professions,Math and Statistics,Physical Sciences,Psychology,Public Administration,Social Sciences and History
2
+ 1970,4.22979798,11.92100539,59.7,29.08836297,9.064438975,35.3,13.6,74.53532758,0.8,65.57092343,73.8,77.1,38,13.8,44.4,68.4,36.8
3
+ 1971,5.452796685,12.00310559,59.9,29.39440285,9.503186594,35.5,13.6,74.14920369,1,64.55648516,73.9,75.5,39,14.9,46.2,65.5,36.2
4
+ 1972,7.42071022,13.21459351,60.4,29.81022105,10.5589621,36.6,14.9,73.55451996,1.2,63.6642632,74.6,76.9,40.2,14.8,47.6,62.6,36.1
5
+ 1973,9.653602412,14.7916134,60.2,31.14791477,12.80460152,38.4,16.4,73.50181443,1.6,62.94150212,74.9,77.4,40.9,16.5,50.4,64.3,36.4
6
+ 1974,14.07462346,17.44468758,61.9,32.99618284,16.20485038,40.5,18.9,73.33681143,2.2,62.41341209,75.3,77.9,41.8,18.2,52.6,66.1,37.3
7
+ 1975,18.33316153,19.13404767,60.9,34.44990213,19.68624931,41.5,19.8,72.80185448,3.2,61.64720641,75,78.9,40.7,19.1,54.5,63,37.7
8
+ 1976,22.25276005,21.39449143,61.3,36.07287146,23.4300375,44.3,23.9,72.16652471,4.5,62.14819377,74.4,79.2,41.5,20,56.9,65.6,39.2
9
+ 1977,24.6401766,23.74054054,62,38.33138629,27.16342715,46.9,25.7,72.45639481,6.8,62.72306675,74.3,80.5,41.1,21.3,59,69.3,40.5
10
+ 1978,27.14619175,25.84923973,62.5,40.11249564,30.52751868,49.9,28.1,73.19282134,8.4,63.61912216,74.3,81.9,41.6,22.5,61.3,71.5,41.8
11
+ 1979,29.63336549,27.77047744,63.2,42.06555109,33.62163381,52.3,30.2,73.82114234,9.4,65.08838972,74.2,82.3,42.3,23.7,63.3,73.3,43.6
12
+ 1980,30.75938956,28.08038075,63.4,43.99925716,36.76572529,54.7,32.5,74.98103152,10.3,65.28413007,74.1,83.5,42.8,24.6,65.1,74.6,44.2
13
+ 1981,31.31865519,29.84169408,63.3,45.24951206,39.26622984,56.4,34.8,75.84512345,11.6,65.83832154,73.9,84.1,43.2,25.7,66.9,74.7,44.6
14
+ 1982,32.63666364,34.81624758,63.1,45.96733794,41.94937335,58,36.3,75.84364914,12.4,65.84735212,72.7,84.4,44,27.3,67.5,76.8,44.6
15
+ 1983,31.6353471,35.82625735,62.4,46.71313451,43.54206966,58.6,37.1,75.95060123,13.1,65.91837999,71.8,84.6,44.3,27.6,67.9,76.1,44.1
16
+ 1984,31.09294748,35.45308311,62.1,47.66908276,45.12403027,59.1,36.8,75.86911601,13.5,65.74986233,72.1,85.1,46.2,28,68.2,75.9,44.1
17
+ 1985,31.3796588,36.13334795,61.8,47.9098841,45.747782,59,35.7,75.92343971,13.5,65.79819852,70.8,85.3,46.5,27.5,69,75,43.8
18
+ 1986,31.19871923,37.24022346,62.1,48.30067763,46.53291505,60,34.7,76.14301516,13.9,65.98256091,71.2,85.7,46.7,28.4,69,75.7,44
19
+ 1987,31.48642948,38.73067535,61.7,50.20987789,46.69046648,60.2,32.4,76.96309168,14,66.70603055,72,85.5,46.5,30.4,70.1,76.4,43.9
20
+ 1988,31.08508746,39.3989071,61.7,50.09981147,46.7648277,60.4,30.8,77.62766177,13.9,67.14449816,72.3,85.2,46.2,29.7,70.9,75.6,44.4
21
+ 1989,31.6124031,39.09653994,62,50.77471585,46.7815648,60.5,29.9,78.11191872,14.1,67.01707156,72.4,84.6,46.2,31.3,71.6,76,44.2
22
+ 1990,32.70344407,40.82404662,62.6,50.81809432,47.20085084,60.8,29.4,78.86685859,14.1,66.92190193,71.2,83.9,47.3,31.6,72.6,77.6,45.1
23
+ 1991,34.71183749,33.67988118,62.1,51.46880537,47.22432481,60.8,28.7,78.99124597,14,66.24147465,71.1,83.5,47,32.6,73.2,78.2,45.5
24
+ 1992,33.93165961,35.20235628,61,51.34974154,47.21939541,59.7,28.2,78.43518191,14.5,65.62245655,71,83,47.4,32.6,73.2,77.3,45.8
25
+ 1993,34.94683208,35.77715877,60.2,51.12484404,47.63933161,58.7,28.5,77.26731199,14.9,65.73095014,70,82.4,46.4,33.6,73.1,78,46.1
26
+ 1994,36.03267447,34.43353129,59.4,52.2462176,47.98392441,58.1,28.5,75.81493264,15.7,65.64197772,69.1,81.8,47,34.8,72.9,78.8,46.8
27
+ 1995,36.84480747,36.06321839,59.2,52.59940342,48.57318101,58.8,27.5,75.12525621,16.2,65.93694921,69.6,81.5,46.1,35.9,73,78.8,47.9
28
+ 1996,38.96977475,35.9264854,58.6,53.78988011,48.6473926,58.7,27.1,75.03519921,16.7,66.43777883,69.7,81.3,46.4,37.3,73.9,79.8,48.7
29
+ 1997,40.68568483,35.10193413,58.7,54.99946903,48.56105033,60,26.8,75.1637013,17,66.78635548,70,81.9,47,38.3,74.4,81,49.2
30
+ 1998,41.91240333,37.59854457,59.1,56.35124789,49.2585152,60,27,75.48616027,17.8,67.2554484,70.1,82.1,48.3,39.7,75.1,81.3,50.5
31
+ 1999,42.88720191,38.63152919,59.2,58.22882288,49.81020815,61.2,28.1,75.83816206,18.6,67.82022113,70.9,83.5,47.8,40.2,76.5,81.1,51.2
32
+ 2000,45.05776637,40.02358491,59.2,59.38985737,49.80361649,61.9,27.7,76.69214284,18.4,68.36599498,70.9,83.5,48.2,41,77.5,81.1,51.8
33
+ 2001,45.86601517,40.69028156,59.4,60.71233149,50.27514494,63,27.6,77.37522931,19,68.57852029,71.2,85.1,47,42.2,77.5,80.9,51.7
34
+ 2002,47.13465821,41.13295053,60.9,61.8951284,50.5523346,63.7,27,78.64424394,18.7,68.82995959,70.5,85.8,45.7,41.1,77.7,81.3,51.5
35
+ 2003,47.93518721,42.75854266,61.1,62.1694558,50.34559774,64.6,25.1,78.54494815,18.8,68.89448726,70.6,86.5,46,41.7,77.8,81.5,50.9
36
+ 2004,47.88714025,43.46649345,61.3,61.91458697,49.95089449,64.2,22.2,78.65074774,18.2,68.45473436,70.8,86.5,44.7,42.1,77.8,80.7,50.5
37
+ 2005,47.67275409,43.10036784,61.4,61.50098432,49.79185139,63.4,20.6,79.06712173,17.9,68.57122114,69.9,86,45.1,41.6,77.5,81.2,50
38
+ 2006,46.79029957,44.49933107,61.6,60.17284465,49.21091439,63,18.6,78.68630551,16.8,68.29759443,69.6,85.9,44.1,40.8,77.4,81.2,49.8
39
+ 2007,47.60502633,43.10045895,61.4,59.41199314,49.00045935,62.5,17.6,78.72141311,16.8,67.87492278,70.2,85.4,44.1,40.7,77.1,82.1,49.3
40
+ 2008,47.570834,42.71173041,60.7,59.30576517,48.88802678,62.4,17.8,79.19632674,16.5,67.59402834,70.2,85.2,43.3,40.7,77.2,81.7,49.4
41
+ 2009,48.66722357,43.34892051,61,58.48958333,48.84047414,62.8,18.1,79.5329087,16.8,67.96979204,69.3,85.1,43.3,40.7,77.1,82,49.4
42
+ 2010,48.73004227,42.06672091,61.3,59.01025521,48.75798769,62.5,17.6,79.61862451,17.2,67.92810557,69,85,43.1,40.2,77,81.7,49.3
43
+ 2011,50.03718193,42.7734375,61.2,58.7423969,48.18041792,62.2,18.2,79.43281184,17.5,68.42673015,69.5,84.8,43.1,40.1,76.7,81.9,49.2
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/s1045.ima.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32b424d64f62b7e71cb24d29fd53938ad5664d608055a67ab2b2af4369f8b89e
3
+ size 33229
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/sample_data/topobathy.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0244e03291702df45024dcb5cacbc4f3d4cb30d72dfa7fd371c4ac61c42b4fbf
3
+ size 45224
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/Solarize_Light2.mplstyle ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Solarized color palette taken from https://ethanschoonover.com/solarized/
2
+ # Inspired by, and copied from ggthemes https://github.com/jrnold/ggthemes
3
+
4
+ #TODO:
5
+ # 1. Padding to title from face
6
+ # 2. Remove top & right ticks
7
+ # 3. Give Title a Magenta Color(?)
8
+
9
+ #base00 ='#657b83'
10
+ #base01 ='#93a1a1'
11
+ #base2 ='#eee8d5'
12
+ #base3 ='#fdf6e3'
13
+ #base01 ='#586e75'
14
+ #Magenta ='#d33682'
15
+ #Blue ='#268bd2'
16
+ #cyan ='#2aa198'
17
+ #violet ='#6c71c4'
18
+ #green ='#859900'
19
+ #orange ='#cb4b16'
20
+
21
+ figure.facecolor : FDF6E3
22
+
23
+ patch.antialiased : True
24
+
25
+ lines.linewidth : 2.0
26
+ lines.solid_capstyle: butt
27
+
28
+ axes.titlesize : 16
29
+ axes.labelsize : 12
30
+ axes.labelcolor : 657b83
31
+ axes.facecolor : eee8d5
32
+ axes.edgecolor : eee8d5
33
+ axes.axisbelow : True
34
+ axes.prop_cycle : cycler('color', ['268BD2', '2AA198', '859900', 'B58900', 'CB4B16', 'DC322F', 'D33682', '6C71C4'])
35
+ # Blue
36
+ # Cyan
37
+ # Green
38
+ # Yellow
39
+ # Orange
40
+ # Red
41
+ # Magenta
42
+ # Violet
43
+ axes.grid : True
44
+ grid.color : fdf6e3 # grid color
45
+ grid.linestyle : - # line
46
+ grid.linewidth : 1 # in points
47
+
48
+ ### TICKS
49
+ xtick.color : 657b83
50
+ xtick.direction : out
51
+
52
+ ytick.color : 657b83
53
+ ytick.direction : out
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/_classic_test_patch.mplstyle ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # This patch should go on top of the "classic" style and exists solely to avoid
2
+ # changing baseline images.
3
+
4
+ text.kerning_factor : 6
5
+
6
+ ytick.alignment: center_baseline
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/_mpl-gallery-nogrid.mplstyle ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This style is used for the plot_types gallery. It is considered private.
2
+
3
+ axes.grid: False
4
+ axes.axisbelow: True
5
+
6
+ figure.figsize: 2, 2
7
+ # make it so the axes labels don't show up. Obviously
8
+ # not good style for any quantitative analysis:
9
+ figure.subplot.left: 0.01
10
+ figure.subplot.right: 0.99
11
+ figure.subplot.bottom: 0.01
12
+ figure.subplot.top: 0.99
13
+
14
+ xtick.major.size: 0.0
15
+ ytick.major.size: 0.0
16
+
17
+ # colors:
18
+ image.cmap : Blues
19
+ axes.prop_cycle: cycler('color', ['1f77b4', '82bbdb', 'ccdff1'])
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/_mpl-gallery.mplstyle ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This style is used for the plot_types gallery. It is considered part of the private API.
2
+
3
+ axes.grid: True
4
+ axes.axisbelow: True
5
+
6
+ figure.figsize: 2, 2
7
+ # make it so the axes labels don't show up. Obviously
8
+ # not good style for any quantitative analysis:
9
+ figure.subplot.left: 0.01
10
+ figure.subplot.right: 0.99
11
+ figure.subplot.bottom: 0.01
12
+ figure.subplot.top: 0.99
13
+
14
+ xtick.major.size: 0.0
15
+ ytick.major.size: 0.0
16
+
17
+ # colors:
18
+ image.cmap : Blues
19
+ axes.prop_cycle: cycler('color', ['1f77b4', '58a1cf', 'abd0e6'])
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/bmh.mplstyle ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #Author: Cameron Davidson-Pilon, original styles from Bayesian Methods for Hackers
2
+ # https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
3
+
4
+ lines.linewidth : 2.0
5
+
6
+ patch.linewidth: 0.5
7
+ patch.facecolor: blue
8
+ patch.edgecolor: eeeeee
9
+ patch.antialiased: True
10
+
11
+ text.hinting_factor : 8
12
+
13
+ mathtext.fontset : cm
14
+
15
+ axes.facecolor: eeeeee
16
+ axes.edgecolor: bcbcbc
17
+ axes.grid : True
18
+ axes.titlesize: x-large
19
+ axes.labelsize: large
20
+ axes.prop_cycle: cycler('color', ['348ABD', 'A60628', '7A68A6', '467821', 'D55E00', 'CC79A7', '56B4E9', '009E73', 'F0E442', '0072B2'])
21
+
22
+ grid.color: b2b2b2
23
+ grid.linestyle: --
24
+ grid.linewidth: 0.5
25
+
26
+ legend.fancybox: True
27
+
28
+ xtick.direction: in
29
+ ytick.direction: in
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/classic.mplstyle ADDED
@@ -0,0 +1,492 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Classic matplotlib plotting style as of v1.5
2
+
3
+
4
+ ### LINES
5
+ # See https://matplotlib.org/api/artist_api.html#module-matplotlib.lines for more
6
+ # information on line properties.
7
+ lines.linewidth : 1.0 # line width in points
8
+ lines.linestyle : - # solid line
9
+ lines.color : b # has no affect on plot(); see axes.prop_cycle
10
+ lines.marker : None # the default marker
11
+ lines.markerfacecolor : auto # the default markerfacecolor
12
+ lines.markeredgecolor : auto # the default markeredgecolor
13
+ lines.markeredgewidth : 0.5 # the line width around the marker symbol
14
+ lines.markersize : 6 # markersize, in points
15
+ lines.dash_joinstyle : round # miter|round|bevel
16
+ lines.dash_capstyle : butt # butt|round|projecting
17
+ lines.solid_joinstyle : round # miter|round|bevel
18
+ lines.solid_capstyle : projecting # butt|round|projecting
19
+ lines.antialiased : True # render lines in antialiased (no jaggies)
20
+ lines.dashed_pattern : 6, 6
21
+ lines.dashdot_pattern : 3, 5, 1, 5
22
+ lines.dotted_pattern : 1, 3
23
+ lines.scale_dashes: False
24
+
25
+ ### Marker props
26
+ markers.fillstyle: full
27
+
28
+ ### PATCHES
29
+ # Patches are graphical objects that fill 2D space, like polygons or
30
+ # circles. See
31
+ # https://matplotlib.org/api/artist_api.html#module-matplotlib.patches
32
+ # information on patch properties
33
+ patch.linewidth : 1.0 # edge width in points
34
+ patch.facecolor : b
35
+ patch.force_edgecolor : True
36
+ patch.edgecolor : k
37
+ patch.antialiased : True # render patches in antialiased (no jaggies)
38
+
39
+ hatch.color : k
40
+ hatch.linewidth : 1.0
41
+
42
+ hist.bins : 10
43
+
44
+ ### FONT
45
+ #
46
+ # font properties used by text.Text. See
47
+ # https://matplotlib.org/api/font_manager_api.html for more
48
+ # information on font properties. The 6 font properties used for font
49
+ # matching are given below with their default values.
50
+ #
51
+ # The font.family property has five values: 'serif' (e.g., Times),
52
+ # 'sans-serif' (e.g., Helvetica), 'cursive' (e.g., Zapf-Chancery),
53
+ # 'fantasy' (e.g., Western), and 'monospace' (e.g., Courier). Each of
54
+ # these font families has a default list of font names in decreasing
55
+ # order of priority associated with them. When text.usetex is False,
56
+ # font.family may also be one or more concrete font names.
57
+ #
58
+ # The font.style property has three values: normal (or roman), italic
59
+ # or oblique. The oblique style will be used for italic, if it is not
60
+ # present.
61
+ #
62
+ # The font.variant property has two values: normal or small-caps. For
63
+ # TrueType fonts, which are scalable fonts, small-caps is equivalent
64
+ # to using a font size of 'smaller', or about 83% of the current font
65
+ # size.
66
+ #
67
+ # The font.weight property has effectively 13 values: normal, bold,
68
+ # bolder, lighter, 100, 200, 300, ..., 900. Normal is the same as
69
+ # 400, and bold is 700. bolder and lighter are relative values with
70
+ # respect to the current weight.
71
+ #
72
+ # The font.stretch property has 11 values: ultra-condensed,
73
+ # extra-condensed, condensed, semi-condensed, normal, semi-expanded,
74
+ # expanded, extra-expanded, ultra-expanded, wider, and narrower. This
75
+ # property is not currently implemented.
76
+ #
77
+ # The font.size property is the default font size for text, given in pts.
78
+ # 12pt is the standard value.
79
+ #
80
+ font.family : sans-serif
81
+ font.style : normal
82
+ font.variant : normal
83
+ font.weight : normal
84
+ font.stretch : normal
85
+ # note that font.size controls default text sizes. To configure
86
+ # special text sizes tick labels, axes, labels, title, etc, see the rc
87
+ # settings for axes and ticks. Special text sizes can be defined
88
+ # relative to font.size, using the following values: xx-small, x-small,
89
+ # small, medium, large, x-large, xx-large, larger, or smaller
90
+ font.size : 12.0
91
+ font.serif : DejaVu Serif, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif
92
+ font.sans-serif: DejaVu Sans, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
93
+ font.cursive : Apple Chancery, Textile, Zapf Chancery, Sand, Script MT, Felipa, cursive
94
+ font.fantasy : Comic Sans MS, Chicago, Charcoal, ImpactWestern, Humor Sans, fantasy
95
+ font.monospace : DejaVu Sans Mono, Andale Mono, Nimbus Mono L, Courier New, Courier, Fixed, Terminal, monospace
96
+
97
+ ### TEXT
98
+ # text properties used by text.Text. See
99
+ # https://matplotlib.org/api/artist_api.html#module-matplotlib.text for more
100
+ # information on text properties
101
+
102
+ text.color : k
103
+
104
+ ### LaTeX customizations. See http://www.scipy.org/Wiki/Cookbook/Matplotlib/UsingTex
105
+ text.usetex : False # use latex for all text handling. The following fonts
106
+ # are supported through the usual rc parameter settings:
107
+ # new century schoolbook, bookman, times, palatino,
108
+ # zapf chancery, charter, serif, sans-serif, helvetica,
109
+ # avant garde, courier, monospace, computer modern roman,
110
+ # computer modern sans serif, computer modern typewriter
111
+ # If another font is desired which can loaded using the
112
+ # LaTeX \usepackage command, please inquire at the
113
+ # matplotlib mailing list
114
+ text.latex.preamble : # IMPROPER USE OF THIS FEATURE WILL LEAD TO LATEX FAILURES
115
+ # AND IS THEREFORE UNSUPPORTED. PLEASE DO NOT ASK FOR HELP
116
+ # IF THIS FEATURE DOES NOT DO WHAT YOU EXPECT IT TO.
117
+ # text.latex.preamble is a single line of LaTeX code that
118
+ # will be passed on to the LaTeX system. It may contain
119
+ # any code that is valid for the LaTeX "preamble", i.e.
120
+ # between the "\documentclass" and "\begin{document}"
121
+ # statements.
122
+ # Note that it has to be put on a single line, which may
123
+ # become quite long.
124
+ # The following packages are always loaded with usetex, so
125
+ # beware of package collisions: color, geometry, graphicx,
126
+ # type1cm, textcomp.
127
+ # Adobe Postscript (PSSNFS) font packages may also be
128
+ # loaded, depending on your font settings.
129
+
130
+ text.hinting : auto # May be one of the following:
131
+ # 'none': Perform no hinting
132
+ # 'auto': Use freetype's autohinter
133
+ # 'native': Use the hinting information in the
134
+ # font file, if available, and if your
135
+ # freetype library supports it
136
+ # 'either': Use the native hinting information,
137
+ # or the autohinter if none is available.
138
+ # For backward compatibility, this value may also be
139
+ # True === 'auto' or False === 'none'.
140
+ text.hinting_factor : 8 # Specifies the amount of softness for hinting in the
141
+ # horizontal direction. A value of 1 will hint to full
142
+ # pixels. A value of 2 will hint to half pixels etc.
143
+
144
+ text.antialiased : True # If True (default), the text will be antialiased.
145
+ # This only affects the Agg backend.
146
+
147
+ # The following settings allow you to select the fonts in math mode.
148
+ # They map from a TeX font name to a fontconfig font pattern.
149
+ # These settings are only used if mathtext.fontset is 'custom'.
150
+ # Note that this "custom" mode is unsupported and may go away in the
151
+ # future.
152
+ mathtext.cal : cursive
153
+ mathtext.rm : serif
154
+ mathtext.tt : monospace
155
+ mathtext.it : serif:italic
156
+ mathtext.bf : serif:bold
157
+ mathtext.sf : sans\-serif
158
+ mathtext.fontset : cm # Should be 'cm' (Computer Modern), 'stix',
159
+ # 'stixsans' or 'custom'
160
+ mathtext.fallback: cm # Select fallback font from ['cm' (Computer Modern), 'stix'
161
+ # 'stixsans'] when a symbol can not be found in one of the
162
+ # custom math fonts. Select 'None' to not perform fallback
163
+ # and replace the missing character by a dummy.
164
+
165
+ mathtext.default : it # The default font to use for math.
166
+ # Can be any of the LaTeX font names, including
167
+ # the special name "regular" for the same font
168
+ # used in regular text.
169
+
170
+ ### AXES
171
+ # default face and edge color, default tick sizes,
172
+ # default fontsizes for ticklabels, and so on. See
173
+ # https://matplotlib.org/api/axes_api.html#module-matplotlib.axes
174
+ axes.facecolor : w # axes background color
175
+ axes.edgecolor : k # axes edge color
176
+ axes.linewidth : 1.0 # edge linewidth
177
+ axes.grid : False # display grid or not
178
+ axes.grid.which : major
179
+ axes.grid.axis : both
180
+ axes.titlesize : large # fontsize of the axes title
181
+ axes.titley : 1.0 # at the top, no autopositioning.
182
+ axes.titlepad : 5.0 # pad between axes and title in points
183
+ axes.titleweight : normal # font weight for axes title
184
+ axes.labelsize : medium # fontsize of the x any y labels
185
+ axes.labelpad : 5.0 # space between label and axis
186
+ axes.labelweight : normal # weight of the x and y labels
187
+ axes.labelcolor : k
188
+ axes.axisbelow : False # whether axis gridlines and ticks are below
189
+ # the axes elements (lines, text, etc)
190
+
191
+ axes.formatter.limits : -7, 7 # use scientific notation if log10
192
+ # of the axis range is smaller than the
193
+ # first or larger than the second
194
+ axes.formatter.use_locale : False # When True, format tick labels
195
+ # according to the user's locale.
196
+ # For example, use ',' as a decimal
197
+ # separator in the fr_FR locale.
198
+ axes.formatter.use_mathtext : False # When True, use mathtext for scientific
199
+ # notation.
200
+ axes.formatter.useoffset : True # If True, the tick label formatter
201
+ # will default to labeling ticks relative
202
+ # to an offset when the data range is very
203
+ # small compared to the minimum absolute
204
+ # value of the data.
205
+ axes.formatter.offset_threshold : 2 # When useoffset is True, the offset
206
+ # will be used when it can remove
207
+ # at least this number of significant
208
+ # digits from tick labels.
209
+
210
+ axes.unicode_minus : True # use Unicode for the minus symbol
211
+ # rather than hyphen. See
212
+ # https://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
213
+ axes.prop_cycle : cycler('color', 'bgrcmyk')
214
+ # color cycle for plot lines
215
+ # as list of string colorspecs:
216
+ # single letter, long name, or
217
+ # web-style hex
218
+ axes.autolimit_mode : round_numbers
219
+ axes.xmargin : 0 # x margin. See `axes.Axes.margins`
220
+ axes.ymargin : 0 # y margin See `axes.Axes.margins`
221
+ axes.spines.bottom : True
222
+ axes.spines.left : True
223
+ axes.spines.right : True
224
+ axes.spines.top : True
225
+ polaraxes.grid : True # display grid on polar axes
226
+ axes3d.grid : True # display grid on 3d axes
227
+
228
+ date.autoformatter.year : %Y
229
+ date.autoformatter.month : %b %Y
230
+ date.autoformatter.day : %b %d %Y
231
+ date.autoformatter.hour : %H:%M:%S
232
+ date.autoformatter.minute : %H:%M:%S.%f
233
+ date.autoformatter.second : %H:%M:%S.%f
234
+ date.autoformatter.microsecond : %H:%M:%S.%f
235
+ date.converter: auto # 'auto', 'concise'
236
+
237
+ ### TICKS
238
+ # see https://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick
239
+
240
+ xtick.top : True # draw ticks on the top side
241
+ xtick.bottom : True # draw ticks on the bottom side
242
+ xtick.major.size : 4 # major tick size in points
243
+ xtick.minor.size : 2 # minor tick size in points
244
+ xtick.minor.visible : False
245
+ xtick.major.width : 0.5 # major tick width in points
246
+ xtick.minor.width : 0.5 # minor tick width in points
247
+ xtick.major.pad : 4 # distance to major tick label in points
248
+ xtick.minor.pad : 4 # distance to the minor tick label in points
249
+ xtick.color : k # color of the tick labels
250
+ xtick.labelsize : medium # fontsize of the tick labels
251
+ xtick.direction : in # direction: in, out, or inout
252
+ xtick.major.top : True # draw x axis top major ticks
253
+ xtick.major.bottom : True # draw x axis bottom major ticks
254
+ xtick.minor.top : True # draw x axis top minor ticks
255
+ xtick.minor.bottom : True # draw x axis bottom minor ticks
256
+ xtick.alignment : center
257
+
258
+ ytick.left : True # draw ticks on the left side
259
+ ytick.right : True # draw ticks on the right side
260
+ ytick.major.size : 4 # major tick size in points
261
+ ytick.minor.size : 2 # minor tick size in points
262
+ ytick.minor.visible : False
263
+ ytick.major.width : 0.5 # major tick width in points
264
+ ytick.minor.width : 0.5 # minor tick width in points
265
+ ytick.major.pad : 4 # distance to major tick label in points
266
+ ytick.minor.pad : 4 # distance to the minor tick label in points
267
+ ytick.color : k # color of the tick labels
268
+ ytick.labelsize : medium # fontsize of the tick labels
269
+ ytick.direction : in # direction: in, out, or inout
270
+ ytick.major.left : True # draw y axis left major ticks
271
+ ytick.major.right : True # draw y axis right major ticks
272
+ ytick.minor.left : True # draw y axis left minor ticks
273
+ ytick.minor.right : True # draw y axis right minor ticks
274
+ ytick.alignment : center
275
+
276
+ ### GRIDS
277
+ grid.color : k # grid color
278
+ grid.linestyle : : # dotted
279
+ grid.linewidth : 0.5 # in points
280
+ grid.alpha : 1.0 # transparency, between 0.0 and 1.0
281
+
282
+ ### Legend
283
+ legend.fancybox : False # if True, use a rounded box for the
284
+ # legend, else a rectangle
285
+ legend.loc : upper right
286
+ legend.numpoints : 2 # the number of points in the legend line
287
+ legend.fontsize : large
288
+ legend.borderpad : 0.4 # border whitespace in fontsize units
289
+ legend.markerscale : 1.0 # the relative size of legend markers vs. original
290
+ # the following dimensions are in axes coords
291
+ legend.labelspacing : 0.5 # the vertical space between the legend entries in fraction of fontsize
292
+ legend.handlelength : 2. # the length of the legend lines in fraction of fontsize
293
+ legend.handleheight : 0.7 # the height of the legend handle in fraction of fontsize
294
+ legend.handletextpad : 0.8 # the space between the legend line and legend text in fraction of fontsize
295
+ legend.borderaxespad : 0.5 # the border between the axes and legend edge in fraction of fontsize
296
+ legend.columnspacing : 2. # the border between the axes and legend edge in fraction of fontsize
297
+ legend.shadow : False
298
+ legend.frameon : True # whether or not to draw a frame around legend
299
+ legend.framealpha : None # opacity of legend frame
300
+ legend.scatterpoints : 3 # number of scatter points
301
+ legend.facecolor : inherit # legend background color (when 'inherit' uses axes.facecolor)
302
+ legend.edgecolor : inherit # legend edge color (when 'inherit' uses axes.edgecolor)
303
+
304
+
305
+
306
+ ### FIGURE
307
+ # See https://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure
308
+ figure.titlesize : medium # size of the figure title
309
+ figure.titleweight : normal # weight of the figure title
310
+ figure.labelsize: medium # size of the figure label
311
+ figure.labelweight: normal # weight of the figure label
312
+ figure.figsize : 8, 6 # figure size in inches
313
+ figure.dpi : 80 # figure dots per inch
314
+ figure.facecolor : 0.75 # figure facecolor; 0.75 is scalar gray
315
+ figure.edgecolor : w # figure edgecolor
316
+ figure.autolayout : False # When True, automatically adjust subplot
317
+ # parameters to make the plot fit the figure
318
+ figure.frameon : True
319
+
320
+ # The figure subplot parameters. All dimensions are a fraction of the
321
+ # figure width or height
322
+ figure.subplot.left : 0.125 # the left side of the subplots of the figure
323
+ figure.subplot.right : 0.9 # the right side of the subplots of the figure
324
+ figure.subplot.bottom : 0.1 # the bottom of the subplots of the figure
325
+ figure.subplot.top : 0.9 # the top of the subplots of the figure
326
+ figure.subplot.wspace : 0.2 # the amount of width reserved for space between subplots,
327
+ # expressed as a fraction of the average axis width
328
+ figure.subplot.hspace : 0.2 # the amount of height reserved for space between subplots,
329
+ # expressed as a fraction of the average axis height
330
+
331
+ ### IMAGES
332
+ image.aspect : equal # equal | auto | a number
333
+ image.interpolation : bilinear # see help(imshow) for options
334
+ image.cmap : jet # gray | jet | ...
335
+ image.lut : 256 # the size of the colormap lookup table
336
+ image.origin : upper # lower | upper
337
+ image.resample : False
338
+ image.composite_image : True
339
+
340
+ ### CONTOUR PLOTS
341
+ contour.negative_linestyle : dashed # dashed | solid
342
+ contour.corner_mask : True
343
+
344
+ # errorbar props
345
+ errorbar.capsize: 3
346
+
347
+ # scatter props
348
+ scatter.marker: o
349
+
350
+ ### Boxplots
351
+ boxplot.bootstrap: None
352
+ boxplot.boxprops.color: b
353
+ boxplot.boxprops.linestyle: -
354
+ boxplot.boxprops.linewidth: 1.0
355
+ boxplot.capprops.color: k
356
+ boxplot.capprops.linestyle: -
357
+ boxplot.capprops.linewidth: 1.0
358
+ boxplot.flierprops.color: b
359
+ boxplot.flierprops.linestyle: none
360
+ boxplot.flierprops.linewidth: 1.0
361
+ boxplot.flierprops.marker: +
362
+ boxplot.flierprops.markeredgecolor: k
363
+ boxplot.flierprops.markerfacecolor: auto
364
+ boxplot.flierprops.markersize: 6.0
365
+ boxplot.meanline: False
366
+ boxplot.meanprops.color: r
367
+ boxplot.meanprops.linestyle: -
368
+ boxplot.meanprops.linewidth: 1.0
369
+ boxplot.medianprops.color: r
370
+ boxplot.meanprops.marker: s
371
+ boxplot.meanprops.markerfacecolor: r
372
+ boxplot.meanprops.markeredgecolor: k
373
+ boxplot.meanprops.markersize: 6.0
374
+ boxplot.medianprops.linestyle: -
375
+ boxplot.medianprops.linewidth: 1.0
376
+ boxplot.notch: False
377
+ boxplot.patchartist: False
378
+ boxplot.showbox: True
379
+ boxplot.showcaps: True
380
+ boxplot.showfliers: True
381
+ boxplot.showmeans: False
382
+ boxplot.vertical: True
383
+ boxplot.whiskerprops.color: b
384
+ boxplot.whiskerprops.linestyle: --
385
+ boxplot.whiskerprops.linewidth: 1.0
386
+ boxplot.whiskers: 1.5
387
+
388
+ ### Agg rendering
389
+ ### Warning: experimental, 2008/10/10
390
+ agg.path.chunksize : 0 # 0 to disable; values in the range
391
+ # 10000 to 100000 can improve speed slightly
392
+ # and prevent an Agg rendering failure
393
+ # when plotting very large data sets,
394
+ # especially if they are very gappy.
395
+ # It may cause minor artifacts, though.
396
+ # A value of 20000 is probably a good
397
+ # starting point.
398
+ ### SAVING FIGURES
399
+ path.simplify : True # When True, simplify paths by removing "invisible"
400
+ # points to reduce file size and increase rendering
401
+ # speed
402
+ path.simplify_threshold : 0.1111111111111111
403
+ # The threshold of similarity below which
404
+ # vertices will be removed in the simplification
405
+ # process
406
+ path.snap : True # When True, rectilinear axis-aligned paths will be snapped to
407
+ # the nearest pixel when certain criteria are met. When False,
408
+ # paths will never be snapped.
409
+ path.sketch : None # May be none, or a 3-tuple of the form (scale, length,
410
+ # randomness).
411
+ # *scale* is the amplitude of the wiggle
412
+ # perpendicular to the line (in pixels). *length*
413
+ # is the length of the wiggle along the line (in
414
+ # pixels). *randomness* is the factor by which
415
+ # the length is randomly scaled.
416
+
417
+ # the default savefig params can be different from the display params
418
+ # e.g., you may want a higher resolution, or to make the figure
419
+ # background white
420
+ savefig.dpi : 100 # figure dots per inch
421
+ savefig.facecolor : w # figure facecolor when saving
422
+ savefig.edgecolor : w # figure edgecolor when saving
423
+ savefig.format : png # png, ps, pdf, svg
424
+ savefig.bbox : standard # 'tight' or 'standard'.
425
+ # 'tight' is incompatible with pipe-based animation
426
+ # backends (e.g. 'ffmpeg') but will work with those
427
+ # based on temporary files (e.g. 'ffmpeg_file')
428
+ savefig.pad_inches : 0.1 # Padding to be used when bbox is set to 'tight'
429
+ savefig.transparent : False # setting that controls whether figures are saved with a
430
+ # transparent background by default
431
+ savefig.orientation : portrait
432
+
433
+ # ps backend params
434
+ ps.papersize : letter # auto, letter, legal, ledger, A0-A10, B0-B10
435
+ ps.useafm : False # use of afm fonts, results in small files
436
+ ps.usedistiller : False # can be: None, ghostscript or xpdf
437
+ # Experimental: may produce smaller files.
438
+ # xpdf intended for production of publication quality files,
439
+ # but requires ghostscript, xpdf and ps2eps
440
+ ps.distiller.res : 6000 # dpi
441
+ ps.fonttype : 3 # Output Type 3 (Type3) or Type 42 (TrueType)
442
+
443
+ # pdf backend params
444
+ pdf.compression : 6 # integer from 0 to 9
445
+ # 0 disables compression (good for debugging)
446
+ pdf.fonttype : 3 # Output Type 3 (Type3) or Type 42 (TrueType)
447
+ pdf.inheritcolor : False
448
+ pdf.use14corefonts : False
449
+
450
+ # pgf backend params
451
+ pgf.texsystem : xelatex
452
+ pgf.rcfonts : True
453
+ pgf.preamble :
454
+
455
+ # svg backend params
456
+ svg.image_inline : True # write raster image data directly into the svg file
457
+ svg.fonttype : path # How to handle SVG fonts:
458
+ # 'none': Assume fonts are installed on the machine where the SVG will be viewed.
459
+ # 'path': Embed characters as paths -- supported by most SVG renderers
460
+
461
+ # Event keys to interact with figures/plots via keyboard.
462
+ # Customize these settings according to your needs.
463
+ # Leave the field(s) empty if you don't need a key-map. (i.e., fullscreen : '')
464
+
465
+ keymap.fullscreen : f, ctrl+f # toggling
466
+ keymap.home : h, r, home # home or reset mnemonic
467
+ keymap.back : left, c, backspace # forward / backward keys to enable
468
+ keymap.forward : right, v # left handed quick navigation
469
+ keymap.pan : p # pan mnemonic
470
+ keymap.zoom : o # zoom mnemonic
471
+ keymap.save : s, ctrl+s # saving current figure
472
+ keymap.quit : ctrl+w, cmd+w # close the current figure
473
+ keymap.grid : g # switching on/off a grid in current axes
474
+ keymap.yscale : l # toggle scaling of y-axes ('log'/'linear')
475
+ keymap.xscale : k, L # toggle scaling of x-axes ('log'/'linear')
476
+
477
+ ###ANIMATION settings
478
+ animation.writer : ffmpeg # MovieWriter 'backend' to use
479
+ animation.codec : mpeg4 # Codec to use for writing movie
480
+ animation.bitrate: -1 # Controls size/quality tradeoff for movie.
481
+ # -1 implies let utility auto-determine
482
+ animation.frame_format: png # Controls frame format used by temp files
483
+ animation.ffmpeg_path: ffmpeg # Path to ffmpeg binary. Without full path
484
+ # $PATH is searched
485
+ animation.ffmpeg_args: # Additional arguments to pass to ffmpeg
486
+ animation.convert_path: convert # Path to ImageMagick's convert binary.
487
+ # On Windows use the full path since convert
488
+ # is also the name of a system tool.
489
+ animation.convert_args:
490
+ animation.html: none
491
+
492
+ _internal.classic_mode: True
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/dark_background.mplstyle ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Set black background default line colors to white.
2
+
3
+ lines.color: white
4
+ patch.edgecolor: white
5
+
6
+ text.color: white
7
+
8
+ axes.facecolor: black
9
+ axes.edgecolor: white
10
+ axes.labelcolor: white
11
+ axes.prop_cycle: cycler('color', ['8dd3c7', 'feffb3', 'bfbbd9', 'fa8174', '81b1d2', 'fdb462', 'b3de69', 'bc82bd', 'ccebc4', 'ffed6f'])
12
+
13
+ xtick.color: white
14
+ ytick.color: white
15
+
16
+ grid.color: white
17
+
18
+ figure.facecolor: black
19
+ figure.edgecolor: black
20
+
21
+ savefig.facecolor: black
22
+ savefig.edgecolor: black
23
+
24
+ ### Boxplots
25
+ boxplot.boxprops.color: white
26
+ boxplot.capprops.color: white
27
+ boxplot.flierprops.color: white
28
+ boxplot.flierprops.markeredgecolor: white
29
+ boxplot.whiskerprops.color: white
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/fast.mplstyle ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # a small set of changes that will make your plotting FAST (1).
2
+ #
3
+ # (1) in some cases
4
+
5
+ # Maximally simplify lines.
6
+ path.simplify: True
7
+ path.simplify_threshold: 1.0
8
+
9
+ # chunk up large lines into smaller lines!
10
+ # simple trick to avoid those pesky O(>n) algorithms!
11
+ agg.path.chunksize: 10000
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/fivethirtyeight.mplstyle ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #Author: Cameron Davidson-Pilon, replicated styles from FiveThirtyEight.com
2
+ # See https://www.dataorigami.net/blogs/fivethirtyeight-mpl
3
+
4
+ lines.linewidth: 4
5
+ lines.solid_capstyle: butt
6
+
7
+ legend.fancybox: true
8
+
9
+ axes.prop_cycle: cycler('color', ['008fd5', 'fc4f30', 'e5ae38', '6d904f', '8b8b8b', '810f7c'])
10
+ axes.facecolor: f0f0f0
11
+ axes.labelsize: large
12
+ axes.axisbelow: true
13
+ axes.grid: true
14
+ axes.edgecolor: f0f0f0
15
+ axes.linewidth: 3.0
16
+ axes.titlesize: x-large
17
+
18
+ patch.edgecolor: f0f0f0
19
+ patch.linewidth: 0.5
20
+
21
+ svg.fonttype: path
22
+
23
+ grid.linestyle: -
24
+ grid.linewidth: 1.0
25
+ grid.color: cbcbcb
26
+
27
+ xtick.major.size: 0
28
+ xtick.minor.size: 0
29
+ ytick.major.size: 0
30
+ ytick.minor.size: 0
31
+
32
+ font.size:14.0
33
+
34
+ savefig.edgecolor: f0f0f0
35
+ savefig.facecolor: f0f0f0
36
+
37
+ figure.subplot.left: 0.08
38
+ figure.subplot.right: 0.95
39
+ figure.subplot.bottom: 0.07
40
+ figure.facecolor: f0f0f0
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/ggplot.mplstyle ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # from https://everyhue.me/posts/sane-color-scheme-for-matplotlib/
2
+
3
+ patch.linewidth: 0.5
4
+ patch.facecolor: 348ABD # blue
5
+ patch.edgecolor: EEEEEE
6
+ patch.antialiased: True
7
+
8
+ font.size: 10.0
9
+
10
+ axes.facecolor: E5E5E5
11
+ axes.edgecolor: white
12
+ axes.linewidth: 1
13
+ axes.grid: True
14
+ axes.titlesize: x-large
15
+ axes.labelsize: large
16
+ axes.labelcolor: 555555
17
+ axes.axisbelow: True # grid/ticks are below elements (e.g., lines, text)
18
+
19
+ axes.prop_cycle: cycler('color', ['E24A33', '348ABD', '988ED5', '777777', 'FBC15E', '8EBA42', 'FFB5B8'])
20
+ # E24A33 : red
21
+ # 348ABD : blue
22
+ # 988ED5 : purple
23
+ # 777777 : gray
24
+ # FBC15E : yellow
25
+ # 8EBA42 : green
26
+ # FFB5B8 : pink
27
+
28
+ xtick.color: 555555
29
+ xtick.direction: out
30
+
31
+ ytick.color: 555555
32
+ ytick.direction: out
33
+
34
+ grid.color: white
35
+ grid.linestyle: - # solid line
36
+
37
+ figure.facecolor: white
38
+ figure.edgecolor: 0.50
39
+
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/grayscale.mplstyle ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Set all colors to grayscale
2
+ # Note: strings of float values are interpreted by matplotlib as gray values.
3
+
4
+
5
+ lines.color: black
6
+ patch.facecolor: gray
7
+ patch.edgecolor: black
8
+
9
+ text.color: black
10
+
11
+ axes.facecolor: white
12
+ axes.edgecolor: black
13
+ axes.labelcolor: black
14
+ # black to light gray
15
+ axes.prop_cycle: cycler('color', ['0.00', '0.40', '0.60', '0.70'])
16
+
17
+ xtick.color: black
18
+ ytick.color: black
19
+
20
+ grid.color: black
21
+
22
+ figure.facecolor: 0.75
23
+ figure.edgecolor: white
24
+
25
+ image.cmap: gray
26
+
27
+ savefig.facecolor: white
28
+ savefig.edgecolor: white
29
+
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-bright.mplstyle ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Seaborn bright palette
2
+ axes.prop_cycle: cycler('color', ['003FFF', '03ED3A', 'E8000B', '8A2BE2', 'FFC400', '00D7FF'])
3
+ patch.facecolor: 003FFF
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-colorblind.mplstyle ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Seaborn colorblind palette
2
+ axes.prop_cycle: cycler('color', ['0072B2', '009E73', 'D55E00', 'CC79A7', 'F0E442', '56B4E9'])
3
+ patch.facecolor: 0072B2
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-dark-palette.mplstyle ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Seaborn dark palette
2
+ axes.prop_cycle: cycler('color', ['001C7F', '017517', '8C0900', '7600A1', 'B8860B', '006374'])
3
+ patch.facecolor: 001C7F
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-dark.mplstyle ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Seaborn common parameters
2
+ # .15 = dark_gray
3
+ # .8 = light_gray
4
+ figure.facecolor: white
5
+ text.color: .15
6
+ axes.labelcolor: .15
7
+ legend.frameon: False
8
+ legend.numpoints: 1
9
+ legend.scatterpoints: 1
10
+ xtick.direction: out
11
+ ytick.direction: out
12
+ xtick.color: .15
13
+ ytick.color: .15
14
+ axes.axisbelow: True
15
+ image.cmap: Greys
16
+ font.family: sans-serif
17
+ font.sans-serif: Arial, Liberation Sans, DejaVu Sans, Bitstream Vera Sans, sans-serif
18
+ grid.linestyle: -
19
+ lines.solid_capstyle: round
20
+
21
+ # Seaborn dark parameters
22
+ axes.grid: False
23
+ axes.facecolor: EAEAF2
24
+ axes.edgecolor: white
25
+ axes.linewidth: 0
26
+ grid.color: white
27
+ xtick.major.size: 0
28
+ ytick.major.size: 0
29
+ xtick.minor.size: 0
30
+ ytick.minor.size: 0
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-darkgrid.mplstyle ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Seaborn common parameters
2
+ # .15 = dark_gray
3
+ # .8 = light_gray
4
+ figure.facecolor: white
5
+ text.color: .15
6
+ axes.labelcolor: .15
7
+ legend.frameon: False
8
+ legend.numpoints: 1
9
+ legend.scatterpoints: 1
10
+ xtick.direction: out
11
+ ytick.direction: out
12
+ xtick.color: .15
13
+ ytick.color: .15
14
+ axes.axisbelow: True
15
+ image.cmap: Greys
16
+ font.family: sans-serif
17
+ font.sans-serif: Arial, Liberation Sans, DejaVu Sans, Bitstream Vera Sans, sans-serif
18
+ grid.linestyle: -
19
+ lines.solid_capstyle: round
20
+
21
+ # Seaborn darkgrid parameters
22
+ axes.grid: True
23
+ axes.facecolor: EAEAF2
24
+ axes.edgecolor: white
25
+ axes.linewidth: 0
26
+ grid.color: white
27
+ xtick.major.size: 0
28
+ ytick.major.size: 0
29
+ xtick.minor.size: 0
30
+ ytick.minor.size: 0
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-deep.mplstyle ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Seaborn deep palette
2
+ axes.prop_cycle: cycler('color', ['4C72B0', '55A868', 'C44E52', '8172B2', 'CCB974', '64B5CD'])
3
+ patch.facecolor: 4C72B0
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-muted.mplstyle ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Seaborn muted palette
2
+ axes.prop_cycle: cycler('color', ['4878CF', '6ACC65', 'D65F5F', 'B47CC7', 'C4AD66', '77BEDB'])
3
+ patch.facecolor: 4878CF
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-notebook.mplstyle ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Seaborn notebook context
2
+ figure.figsize: 8.0, 5.5
3
+ axes.labelsize: 11
4
+ axes.titlesize: 12
5
+ xtick.labelsize: 10
6
+ ytick.labelsize: 10
7
+ legend.fontsize: 10
8
+
9
+ grid.linewidth: 1
10
+ lines.linewidth: 1.75
11
+ patch.linewidth: .3
12
+ lines.markersize: 7
13
+ lines.markeredgewidth: 0
14
+
15
+ xtick.major.width: 1
16
+ ytick.major.width: 1
17
+ xtick.minor.width: .5
18
+ ytick.minor.width: .5
19
+
20
+ xtick.major.pad: 7
21
+ ytick.major.pad: 7
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-paper.mplstyle ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Seaborn paper context
2
+ figure.figsize: 6.4, 4.4
3
+ axes.labelsize: 8.8
4
+ axes.titlesize: 9.6
5
+ xtick.labelsize: 8
6
+ ytick.labelsize: 8
7
+ legend.fontsize: 8
8
+
9
+ grid.linewidth: 0.8
10
+ lines.linewidth: 1.4
11
+ patch.linewidth: 0.24
12
+ lines.markersize: 5.6
13
+ lines.markeredgewidth: 0
14
+
15
+ xtick.major.width: 0.8
16
+ ytick.major.width: 0.8
17
+ xtick.minor.width: 0.4
18
+ ytick.minor.width: 0.4
19
+
20
+ xtick.major.pad: 5.6
21
+ ytick.major.pad: 5.6
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-pastel.mplstyle ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Seaborn pastel palette
2
+ axes.prop_cycle: cycler('color', ['92C6FF', '97F0AA', 'FF9F9A', 'D0BBFF', 'FFFEA3', 'B0E0E6'])
3
+ patch.facecolor: 92C6FF
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-poster.mplstyle ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Seaborn poster context
2
+ figure.figsize: 12.8, 8.8
3
+ axes.labelsize: 17.6
4
+ axes.titlesize: 19.2
5
+ xtick.labelsize: 16
6
+ ytick.labelsize: 16
7
+ legend.fontsize: 16
8
+
9
+ grid.linewidth: 1.6
10
+ lines.linewidth: 2.8
11
+ patch.linewidth: 0.48
12
+ lines.markersize: 11.2
13
+ lines.markeredgewidth: 0
14
+
15
+ xtick.major.width: 1.6
16
+ ytick.major.width: 1.6
17
+ xtick.minor.width: 0.8
18
+ ytick.minor.width: 0.8
19
+
20
+ xtick.major.pad: 11.2
21
+ ytick.major.pad: 11.2
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-talk.mplstyle ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Seaborn talk context
2
+ figure.figsize: 10.4, 7.15
3
+ axes.labelsize: 14.3
4
+ axes.titlesize: 15.6
5
+ xtick.labelsize: 13
6
+ ytick.labelsize: 13
7
+ legend.fontsize: 13
8
+
9
+ grid.linewidth: 1.3
10
+ lines.linewidth: 2.275
11
+ patch.linewidth: 0.39
12
+ lines.markersize: 9.1
13
+ lines.markeredgewidth: 0
14
+
15
+ xtick.major.width: 1.3
16
+ ytick.major.width: 1.3
17
+ xtick.minor.width: 0.65
18
+ ytick.minor.width: 0.65
19
+
20
+ xtick.major.pad: 9.1
21
+ ytick.major.pad: 9.1
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-ticks.mplstyle ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Seaborn common parameters
2
+ # .15 = dark_gray
3
+ # .8 = light_gray
4
+ figure.facecolor: white
5
+ text.color: .15
6
+ axes.labelcolor: .15
7
+ legend.frameon: False
8
+ legend.numpoints: 1
9
+ legend.scatterpoints: 1
10
+ xtick.direction: out
11
+ ytick.direction: out
12
+ xtick.color: .15
13
+ ytick.color: .15
14
+ axes.axisbelow: True
15
+ image.cmap: Greys
16
+ font.family: sans-serif
17
+ font.sans-serif: Arial, Liberation Sans, DejaVu Sans, Bitstream Vera Sans, sans-serif
18
+ grid.linestyle: -
19
+ lines.solid_capstyle: round
20
+
21
+ # Seaborn white parameters
22
+ axes.grid: False
23
+ axes.facecolor: white
24
+ axes.edgecolor: .15
25
+ axes.linewidth: 1.25
26
+ grid.color: .8
27
+ xtick.major.size: 6
28
+ ytick.major.size: 6
29
+ xtick.minor.size: 3
30
+ ytick.minor.size: 3
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-white.mplstyle ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Seaborn common parameters
2
+ # .15 = dark_gray
3
+ # .8 = light_gray
4
+ figure.facecolor: white
5
+ text.color: .15
6
+ axes.labelcolor: .15
7
+ legend.frameon: False
8
+ legend.numpoints: 1
9
+ legend.scatterpoints: 1
10
+ xtick.direction: out
11
+ ytick.direction: out
12
+ xtick.color: .15
13
+ ytick.color: .15
14
+ axes.axisbelow: True
15
+ image.cmap: Greys
16
+ font.family: sans-serif
17
+ font.sans-serif: Arial, Liberation Sans, DejaVu Sans, Bitstream Vera Sans, sans-serif
18
+ grid.linestyle: -
19
+ lines.solid_capstyle: round
20
+
21
+ # Seaborn white parameters
22
+ axes.grid: False
23
+ axes.facecolor: white
24
+ axes.edgecolor: .15
25
+ axes.linewidth: 1.25
26
+ grid.color: .8
27
+ xtick.major.size: 0
28
+ ytick.major.size: 0
29
+ xtick.minor.size: 0
30
+ ytick.minor.size: 0
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8-whitegrid.mplstyle ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Seaborn common parameters
2
+ # .15 = dark_gray
3
+ # .8 = light_gray
4
+ figure.facecolor: white
5
+ text.color: .15
6
+ axes.labelcolor: .15
7
+ legend.frameon: False
8
+ legend.numpoints: 1
9
+ legend.scatterpoints: 1
10
+ xtick.direction: out
11
+ ytick.direction: out
12
+ xtick.color: .15
13
+ ytick.color: .15
14
+ axes.axisbelow: True
15
+ image.cmap: Greys
16
+ font.family: sans-serif
17
+ font.sans-serif: Arial, Liberation Sans, DejaVu Sans, Bitstream Vera Sans, sans-serif
18
+ grid.linestyle: -
19
+ lines.solid_capstyle: round
20
+
21
+ # Seaborn whitegrid parameters
22
+ axes.grid: True
23
+ axes.facecolor: white
24
+ axes.edgecolor: .8
25
+ axes.linewidth: 1
26
+ grid.color: .8
27
+ xtick.major.size: 0
28
+ ytick.major.size: 0
29
+ xtick.minor.size: 0
30
+ ytick.minor.size: 0
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/seaborn-v0_8.mplstyle ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # default seaborn aesthetic
2
+ # darkgrid + deep palette + notebook context
3
+
4
+ axes.axisbelow: True
5
+ axes.edgecolor: white
6
+ axes.facecolor: EAEAF2
7
+ axes.grid: True
8
+ axes.labelcolor: .15
9
+ axes.labelsize: 11
10
+ axes.linewidth: 0
11
+ axes.prop_cycle: cycler('color', ['4C72B0', '55A868', 'C44E52', '8172B2', 'CCB974', '64B5CD'])
12
+ axes.titlesize: 12
13
+
14
+ figure.facecolor: white
15
+ figure.figsize: 8.0, 5.5
16
+
17
+ font.family: sans-serif
18
+ font.sans-serif: Arial, Liberation Sans, DejaVu Sans, Bitstream Vera Sans, sans-serif
19
+
20
+ grid.color: white
21
+ grid.linestyle: -
22
+ grid.linewidth: 1
23
+
24
+ image.cmap: Greys
25
+
26
+ legend.fontsize: 10
27
+ legend.frameon: False
28
+ legend.numpoints: 1
29
+ legend.scatterpoints: 1
30
+
31
+ lines.linewidth: 1.75
32
+ lines.markeredgewidth: 0
33
+ lines.markersize: 7
34
+ lines.solid_capstyle: round
35
+
36
+ patch.facecolor: 4C72B0
37
+ patch.linewidth: .3
38
+
39
+ text.color: .15
40
+
41
+ xtick.color: .15
42
+ xtick.direction: out
43
+ xtick.labelsize: 10
44
+ xtick.major.pad: 7
45
+ xtick.major.size: 0
46
+ xtick.major.width: 1
47
+ xtick.minor.size: 0
48
+ xtick.minor.width: .5
49
+
50
+ ytick.color: .15
51
+ ytick.direction: out
52
+ ytick.labelsize: 10
53
+ ytick.major.pad: 7
54
+ ytick.major.size: 0
55
+ ytick.major.width: 1
56
+ ytick.minor.size: 0
57
+ ytick.minor.width: .5
omnilmm/lib/python3.10/site-packages/matplotlib/mpl-data/stylelib/tableau-colorblind10.mplstyle ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Tableau colorblind 10 palette
2
+ axes.prop_cycle: cycler('color', ['006BA4', 'FF800E', 'ABABAB', '595959', '5F9ED1', 'C85200', '898989', 'A2C8EC', 'FFBC79', 'CFCFCF'])
3
+ patch.facecolor: 006BA4
omnilmm/lib/python3.10/site-packages/matplotlib/sphinxext/__init__.py ADDED
File without changes
omnilmm/lib/python3.10/site-packages/matplotlib/sphinxext/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (173 Bytes). View file
 
omnilmm/lib/python3.10/site-packages/matplotlib/sphinxext/__pycache__/mathmpl.cpython-310.pyc ADDED
Binary file (7.3 kB). View file
 
omnilmm/lib/python3.10/site-packages/matplotlib/sphinxext/__pycache__/plot_directive.cpython-310.pyc ADDED
Binary file (21.4 kB). View file