Commit ecba62c
Refactor Tephi to work with Subplots (#170)
* began fixing imports
* refactored experimental subplots code
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* corrected imports
* corrected imports
* added shapely to docs env
* readded DATA_DIR to __init__
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* imported os
* reverted weird change
* drastic measures
* numpy to mp
* fuctioning tests, albeit image tests need work
* removing legacy
* subplot tests and refactorings
* fixed the broken imtests, and added some todos
* readded in default sizing
* removed isopleths from barbs_from_file
* added test images
* started fixing the doctests
* loadtext docstring numpy style
* locator numpy2 compatible
* further doctests
* phash
* added a unpleasant workaround
* added properties for each isopleth
* DRAFT: rewritten customise.rst
* DRAFT: corrected rst
* DRAFT: corrected rst
* DRAFT: corrected rst
* barb fix
* fixed mpl custom artists
* fixed mpl custom artists
* made progress on customisation docs
* fixed mixing ratios
* fixed pre-commit formatting
* removed print, added preamble
* fixed preamble indents
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent f69cd49 commit ecba62c
File tree
15 files changed
+1407
-1558
lines changed- docs/source
- requirements
- tephi
- tests
- results
15 files changed
+1407
-1558
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments