Commit 64b0d02
authored
docs: remove example sections from plotting.py
The docstrings for plotting functions previously included example sections
that referenced external libraries and interactive code (e.g., matplotlib
usage with fig.show()). These examples were removed to keep the
documentation clean, consistent, and focused only on parameters
and return values.
This improves clarity and avoids confusion for users while maintaining
a standard NumPy-style docstring format across the module.1 parent f950e33 commit 64b0d02
1 file changed
Lines changed: 1 addition & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
| |||
30 | 25 | | |
31 | 26 | | |
32 | 27 | | |
33 | | - | |
| 28 | + | |
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
| |||
49 | 44 | | |
50 | 45 | | |
51 | 46 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 47 | | |
58 | 48 | | |
59 | 49 | | |
| |||
77 | 67 | | |
78 | 68 | | |
79 | 69 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 70 | | |
86 | 71 | | |
0 commit comments