diff --git a/docs/36.md b/docs/36.md index 1f512eae4394a9d90f8b5ea96a7d3da194294d55..6f500f4d41c128c187538ad24cdd8d3b677d9d02 100644 --- a/docs/36.md +++ b/docs/36.md @@ -4,9 +4,9 @@ PairGrid.map(func, **kwargs) ``` -Plot with the same function in every subplot. +在每个子图中用相同的函数绘制。 -参数:`func`:callable plotting function +参数:`func`:可调用的绘图函数 -> Must take x, y arrays as positional arguments and draw onto the “currently active” matplotlib Axes. Also needs to accept kwargs called `color` and `label`. +> 必须将x,y数组作为位置参数并绘制到“当前活动”的matplotlib轴上。还需要接受名为`color`和`label`的kwargs。