File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,15 @@ instance of the Colormap. This implements a way for any Colormap to be
349
349
reversed.
350
350
351
351
352
+ `Artist.setp ` (and `pyplot.setp `) accept a ``file `` argument
353
+ ------------------------------------------------------------
354
+
355
+ The argument is keyword-only. It allows an output file other than
356
+ `sys.stdout ` to be specified. It works exactly like the ``file `` argument
357
+ to `print `.
358
+
359
+
360
+
352
361
Internals
353
362
+++++++++
354
363
@@ -414,14 +423,6 @@ Pending
414
423
415
424
416
425
417
- `Artist.setp ` (and `pyplot.setp `) accept a `file ` argument
418
- ----------------------------------------------------------
419
-
420
- The argument is keyword-only. It allows an output file other than
421
- `sys.stdout ` to be specified. It works exactly like the ``file `` argument
422
- to `print `.
423
-
424
-
425
426
426
427
Maximum streamline length and integration direction can now be specified
427
428
------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments