You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docstring cleanups around DATA_PARAMETER_PLACEHOLDER.
- `[notes section required to get data note injection right]` has been
obsoleted by DATA_PARAMETER_PLACEHOLDER; get rid of them.
- loglog, semilogx, semilogy are thin wrappers around plot; it seems
fine to not document data there and leave it implicitly part of
`**kwargs: all parameters supported by plot`. Then "Other Parameters"
only contains `**kwargs` whose description is quite short, so it can
just be lifted into the main Parameters section rather than requiring
a separate section just for itself.
- Likewise for `step`, but that method actually explicitly lists `data`
in its signature, so just move its (already existing) description down
to its correct position.
This change was motivated by the fact that DATA_PARAMETER_PLACEHOLDER is
not correctly handled for these simple plot() wrappers; because they all
operate without going through _preprocess_data(), fixing them would also
require their own ad-hoc solution anyways.
0 commit comments