Skip to content

Commit 88650b5

Browse files
authored
clarification
1 parent 6d776e6 commit 88650b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ see the [matplotlib.pyplot documentation for more
5252
information](http://matplotlib.org/api/pyplot_api.html). The Matplotlib
5353
version number is returned by `PythonPlot.version`.
5454

55-
### Differences from PyPlot
55+
### Differences from PyPlot.jl
5656

57-
Compared to the PyPlot package, there are a few differences in the API.
57+
Compared to the PyPlot.jl package, there are a few differences in the API.
5858

5959
* To avoid type piracy, the functions `show`, `close`, `step`, and `fill` are renamed to `pltshow`, `pltclose`, `pltstep`, and `pltfill`, respectively. (You can also access them as `PythonPlot.show` etcetera.)
6060
* The `matplotlibl.pyplot` module is exported as `pyplot` rather than as `plt`.

0 commit comments

Comments
 (0)