Changes
Page history
yfournier created page: get started
authored
Feb 15, 2017
by
Yori Fournier
Show whitespace changes
Inline
Side-by-side
get-started.md
View page @
78848f09
...
@@ -175,7 +175,7 @@ ax.get_xlabel()
...
@@ -175,7 +175,7 @@ ax.get_xlabel()
```
```
As you can see any part of the object can be access.
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`
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,
comes with a class called
`MyWin`
. This class will create a window,
...
...
...
...