Commit 695bc25
Expanded documentation of Axis.set_ticks as per discussion in issue matplotlib#22262 (matplotlib#22270)
* Expanded documentation of Axis.set_ticks()
* Fix flake8 W293 (blank line contains whitespace) warnings
* Expanded the documentation even more based on discussion in issue matplotlib#22262
* Update lib/matplotlib/axis.py - @jklymak rewording
Co-authored-by: Jody Klymak <[email protected]>
* Reduced verbosity of doc by @jklymak 's suggestion.
* On second thought, the previous wording could be seen as very ambiguous.
* Update set_ticks docstring by @timhoffm compromise suggestion
Co-authored-by: Tim Hoffmann <[email protected]>
* Removed extra sentence as per @timhoffm review
* Blank line whitespace issue crept up again
* Update lib/matplotlib/axis.py as per correction by @timhoffm
Co-authored-by: Tim Hoffmann <[email protected]>
Co-authored-by: unknown <>
Co-authored-by: Jody Klymak <[email protected]>
Co-authored-by: Tim Hoffmann <[email protected]>1 parent 1791022 commit 695bc25
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1823 | 1823 | | |
1824 | 1824 | | |
1825 | 1825 | | |
1826 | | - | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
1827 | 1834 | | |
1828 | | - | |
| 1835 | + | |
| 1836 | + | |
1829 | 1837 | | |
1830 | 1838 | | |
1831 | 1839 | | |
| |||
0 commit comments