File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -351,14 +351,12 @@ object::
351351
352352Writing a new pyplot function
353353=============================
354-
355- The :mod: `matplotlib.pyplot ` module can be thought of as combination of some
356- manually written and some autogenerated functions. Modifications can be made
357- to pyplot where the function definition does not explicitly state otherwise
358- and autogenerated functions can be modified by changing, and subsequently
359- runnning, the :file: `boilerplate.py ` script which will re-generate the complete
360- pyplot module inplace, keeping all of the manual content.
361-
354+ A large portion of the pyplot interface is automatically generated by the
355+ `boilerplate.py ` script (in the root of the source tree). To add or remove
356+ a plotting method from pyplot, edit the appropriate list in `boilerplate.py `
357+ and then run the script which will update the content in
358+ `lib/matplotlib/pyplot.py `. Both the changes in `boilerplate.py ` and
359+ `lib/matplotlib/pyplot.py ` should be checked into the repository.
362360
363361Testing
364362=======
You can’t perform that action at this time.
0 commit comments