yfournier created page: get started authored by Yori Fournier's avatar Yori Fournier
......@@ -175,7 +175,7 @@ ax.get_xlabel()
```
As you can see any part of the object can be access.
for more details see matplotlib documentation [doc](http://matplotlib.org/api/axes_api.html)
for more details see matplotlib documentation (see [doc](http://matplotlib.org/api/axes_api.html))
Now it is time to show the data set on the screen. To do so `myplotlib`
comes with a class called `MyWin`. This class will create a window,
......
......