File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,14 @@ This also allows these functions to handle values that need unit-conversion
201
201
applied.
202
202
203
203
204
+ Hexbin default line color
205
+ -------------------------
206
+
207
+ The default ``linecolor `` keyword argument for :func: `~matplotlib.axes.Axes.hexbin `
208
+ is now ``'face' ``, and supplying ``'none' `` now prevents lines from being drawn
209
+ around the hexagons.
210
+
211
+
204
212
Internals
205
213
+++++++++
206
214
@@ -235,13 +243,6 @@ Pending
235
243
+++++++
236
244
237
245
238
- Hexbin default line color
239
- -------------------------
240
-
241
- The default ``linecolor `` keyword argument for :func: `~matplotlib.axes.Axes.hexbin `
242
- is now ``'face' ``, and supplying ``'none' `` now prevents lines from being drawn
243
- around the hexagons.
244
-
245
246
246
247
Figure.legend() can be called without arguments
247
248
-----------------------------------------------
You can’t perform that action at this time.
0 commit comments