8000 ENH: _StringFuncParser to get numerical functions callables from strings by alvarosg · Pull Request #7464 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

ENH: _StringFuncParser to get numerical functions callables from strings #7464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 15, 2016
Prev Previous commit
Next Next commit
Fixed typo
  • Loading branch information
alvarosg committed Dec 14, 2016
commit 3bd901ea8268431642550fbb0a072604827d4065
2 changes: 1 addition & 1 deletion lib/matplotlib/cbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -2676,7 +2676,7 @@ class _FuncInfo(object):
on this
* A callable (check_params) that takes a list of the parameters
and returns a boolean specifying if a certain combination of
parameters is valid. It is only required if the function as
parameters is valid. It is only required if the function has
parameters and some of them are restricted.

"""
Expand Down
0