Skip to content
Snippets Groups Projects
Commit 855e1b47 authored by Julius's avatar Julius
Browse files

temp

parent 689f30cf
Branches
Tags v0.1.3
3 merge requests!41Resolve "Refactor/Documentation?",!39Resolve "Refactor/Documentation",!37Resolve "Refactor/Documentation"
......@@ -209,6 +209,11 @@ class _AxesProxy(Proxy[MplAxes]):
return result
pie.__doc__ = (
"\n\n Serialized parameters: x, labels, colors, explode, radius. \n\n Matplotlib documentation \n\n"
+ MplAxes.pie.__doc__
)
def bar(
self,
x,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment