Commit 397c76b
File tree
Expand file treeCollapse file tree
6 files changed
+102
-96
lines changedFilter options
- examples
- pylab_examples
- statistics
- tests
- lib/matplotlib/axes
Expand file treeCollapse file tree
6 files changed
+102
-96
lines changedexamples/pylab_examples/hist2d_demo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/hist2d_demo.py-48Lines changed: 0 additions & 48 deletions
This file was deleted.
examples/pylab_examples/hist_colormapped.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/hist_colormapped.py-27Lines changed: 0 additions & 27 deletions
This file was deleted.
examples/pylab_examples/histogram_percent_demo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/histogram_percent_demo.py-19Lines changed: 0 additions & 19 deletions
This file was deleted.
examples/statistics/plot_hist.py
Copy file name to clipboard+101Lines changed: 101 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
examples/tests/backend_driver.py
Copy file name to clipboardExpand all lines: examples/tests/backend_driver.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
176 |
| - |
177 | 176 |
|
178 | 177 |
|
179 | 178 |
|
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6499 | 6499 |
|
6500 | 6500 |
|
6501 | 6501 |
|
6502 |
| - |
| 6502 | + |
6503 | 6503 |
|
6504 | 6504 |
|
6505 | 6505 |
|
|
0 commit comments