File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ Writing examples
323
323
================
324
324
325
325
We have hundreds of examples in subdirectories of
326
- file:`matplotlib/examples `, and these are automatically
326
+ : file: `matplotlib/examples `, and these are automatically
327
327
generated when the website is built to show up both in the `examples
328
328
<http://matplotlib.sourceforge.net/examples/index.html> `_ and `gallery
329
329
<http://matplotlib.sourceforge.net/gallery.html> `_ sections of the
@@ -349,6 +349,17 @@ object::
349
349
print 'datafile', datafile
350
350
351
351
352
+ Writing a new pyplot function
353
+ =============================
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
+
362
+
352
363
Testing
353
364
=======
354
365
You can’t perform that action at this time.
0 commit comments