|
58 | 58 | "GUI: wx":
|
59 | 59 | - any-glob-to-any-file:
|
60 | 60 | - 'lib/matplotlib/backends/backend_wx*.py*'
|
| 61 | + |
| 62 | +"topic: animation": |
| 63 | + - any-glob-to-any-file: |
| 64 | + - 'lib/matplotlib/animation.py*' |
| 65 | + - 'lib/matplotlib/_animation_data.py*' |
| 66 | +"topic: axes": |
| 67 | + - any-glob-to-any-file: |
| 68 | + # Note, axes.py is not included here because it contains many plotting |
| 69 | + # methods, for which changes would not be considered on topic. |
| 70 | + - 'lib/matplotlib/axes/_base.py*' |
| 71 | +"topic: canvas and figure manager": |
| 72 | + - any-glob-to-any-file: |
| 73 | + - 'lib/matplotlib/backend_bases.py*' |
| 74 | +"topic: categorical": |
| 75 | + - any-glob-to-any-file: |
| 76 | + - 'lib/matplotlib/category.py*' |
| 77 | +"topic: collections and mappables": |
| 78 | + - any-glob-to-any-file: |
| 79 | + - 'lib/matplotlib/collections.py*' |
| 80 | +"topic: color/color & colormaps": |
| 81 | + - any-glob-to-any-file: |
| 82 | + - 'lib/matplotlib/colorbar.py*' |
| 83 | + - 'lib/matplotlib/colors.py*' |
| 84 | + - 'lib/matplotlib/_color_data.py*' |
| 85 | + - 'lib/matplotlib/cm.py*' |
| 86 | + - 'lib/matplotlib/_cm.py*' |
| 87 | + - 'lib/matplotlib/_cm_listed.py*' |
| 88 | +"topic: contour": |
| 89 | + - any-glob-to-any-file: |
| 90 | + - 'lib/matplotlib/contour.py*' |
| 91 | + - 'src/_qhull_wrapper.cpp' |
| 92 | +"topic: date handling": |
| 93 | + - any-glob-to-any-file: |
| 94 | + - 'lib/matplotlib/dates.py*' |
| 95 | +"topic: figures and subfigures": |
| 96 | + - any-glob-to-any-file: |
| 97 | + - 'lib/matplotlib/figure.py*' |
| 98 | +"topic: geometry manager": |
| 99 | + - any-glob-to-any-file: |
| 100 | + - 'lib/matplotlib/_constrained_layout.py*' |
| 101 | + - 'lib/matplotlib/_layoutgrid.py*' |
| 102 | + - 'lib/matplotlib/_tight_bbox.py*' |
| 103 | + - 'lib/matplotlib/_tight_layout.py*' |
| 104 | + - 'lib/matplotlib/gridspec.py*' |
| 105 | + - 'lib/matplotlib/layout_engine.py*' |
| 106 | +"topic: hatch": |
| 107 | + - any-glob-to-any-file: |
| 108 | + - 'lib/matplotlib/hatch.py*' |
| 109 | +"topic: images": |
| 110 | + - any-glob-to-any-file: |
| 111 | + - 'lib/matplotlib/image.py*' |
| 112 | + - 'lib/matplotlib/_image.pyi' |
| 113 | + - 'src/_image_*' |
| 114 | +"topic: legend": |
| 115 | + - any-glob-to-any-file: |
| 116 | + - 'lib/matplotlib/legend.py*' |
| 117 | + - 'lib/matplotlib/legend_handler.py*' |
| 118 | +"topic: markers": |
| 119 | + - any-glob-to-any-file: |
| 120 | + - 'lib/matplotlib/markers.py*' |
| 121 | +"topic: mpl_toolkit": |
| 122 | + - any-glob-to-any-file: |
| 123 | + - 'lib/mpl_toolkits/**' |
| 124 | + - all-globs-to-all-files: |
| 125 | + - '!lib/mpl_toolkits/mplot3d/**' |
| 126 | +"topic: mplot3d": |
| 127 | + - any-glob-to-any-file: |
| 128 | + - 'lib/mpl_toolkits/mplot3d/**' |
| 129 | +"topic: path handling": |
| 130 | + - any-glob-to-any-file: |
| 131 | + - 'lib/matplotlib/path.py*' |
| 132 | + - 'lib/matplotlib/patheffects.py*' |
| 133 | + - 'lib/matplotlib/_path.pyi' |
| 134 | + - 'src/*path*' |
| 135 | +"topic: polar": |
| 136 | + - any-glob-to-any-file: |
| 137 | + - 'lib/matplotlib/projections/polar.py*' |
| 138 | +"topic: pyplot API": |
| 139 | + - any-glob-to-any-file: |
| 140 | + - 'lib/matplotlib/pyplot.py' |
| 141 | + - 'lib/matplotlib/_pylab_helpers.py*' |
| 142 | +"topic: rcparams": |
| 143 | + - any-glob-to-any-file: |
| 144 | + - 'lib/matplotlib/rcsetup.py*' |
| 145 | +"topic: sankey": |
| 146 | + - any-glob-to-any-file: |
| 147 | + - 'lib/matplotlib/sankey.py*' |
| 148 | +"topic: sphinx extension": |
| 149 | + - any-glob-to-any-file: |
| 150 | + - 'lib/matplotlib/sphinxext/**' |
| 151 | +"topic: styles": |
| 152 | + - any-glob-to-any-file: |
| 153 | + - 'lib/matplotlib/mpl-data/stylelib/**' |
| 154 | + - 'lib/matplotlib/style/**' |
| 155 | +"topic: table": |
| 156 | + - any-glob-to-any-file: |
| 157 | + - 'lib/matplotlib/table.py*' |
| 158 | +"topic: text": |
| 159 | + - any-glob-to-any-file: |
| 160 | + - 'lib/matplotlib/text.py*' |
| 161 | + - 'lib/matplotlib/textpath.py*' |
| 162 | +"topic: text/fonts": |
| 163 | + - any-glob-to-any-file: |
| 164 | + - 'src/checkdep_freetype2.c' |
| 165 | + - 'src/ft2font*' |
| 166 | +"topic: text/mathtext": |
| 167 | + - any-glob-to-any-file: |
| 168 | + - 'lib/matplotlib/mathtext.py*' |
| 169 | + - 'lib/matplotlib/_mathtext.py*' |
| 170 | + - 'lib/matplotlib/_mathtext_data.py*' |
| 171 | +"topic: ticks axis labels": |
| 172 | + - any-glob-to-any-file: |
| 173 | + - 'lib/matplotlib/axis.py*' |
| 174 | + - 'lib/matplotlib/ticker.py*' |
| 175 | +"topic: toolbar": |
| 176 | + - any-glob-to-any-file: |
| 177 | + - 'lib/matplotlib/backend_managers.py*' |
| 178 | + - 'lib/matplotlib/backend_tools.py*' |
| 179 | +"topic: transforms and scales": |
| 180 | + - any-glob-to-any-file: |
| 181 | + - 'lib/matplotlib/scale.py*' |
| 182 | + - 'lib/matplotlib/transforms.py*' |
| 183 | +"topic: tri": |
| 184 | + - any-glob-to-any-file: |
| 185 | + - 'lib/matplotlib/tri/**' |
| 186 | + - 'src/tri/**' |
| 187 | +"topic: units and array ducktypes": |
| 188 | + - any-glob-to-any-file: |
| 189 | + - 'lib/matplotlib/units.py*' |
| 190 | +"topic: widgets/UI": |
| 191 | + - any-glob-to-any-file: |
| 192 | + - 'lib/matplotlib/widgets.py*' |
0 commit comments