Commit 213d37f
committed
doc: mathtext example use axhspan instead of fill_between
fill_between isn't the right thing to use here. It might do the same
thing (as long as the plot isn't interacted with / zoomed out), but it
feels real clunky and should not be encouraged to use here in a user
facing example. I only encountered this because this plot was showing up
as a usage example on the plt.fill_between() API docs (older version)
and I found this real odd.1 parent dd001ed commit 213d37f
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
| 92 | + | |
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
| |||
0 commit comments