Skip to content

Commit 6652dc7

Browse files
committed
DOC: move setp whats new
1 parent 5fb27d1 commit 6652dc7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

doc/users/whats_new.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,15 @@ instance of the Colormap. This implements a way for any Colormap to be
349349
reversed.
350350

351351

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+
352361
Internals
353362
+++++++++
354363

@@ -414,14 +423,6 @@ Pending
414423

415424

416425

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-
425426

426427
Maximum streamline length and integration direction can now be specified
427428
------------------------------------------------------------------------

0 commit comments

Comments
 (0)