Skip to content

Commit c6fac36

Browse files
committed
fix typos
1 parent 5564284 commit c6fac36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pylab_examples/polar_scatter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python
22
# a polar scatter plot; size increases radially in this example and
33
# color increases with angle (just to verify the symbols are being
4-
# scattered correctlu). In a real example, this would be wasting
5-
# dimensionlaity of the plot
4+
# scattered correctly). In a real example, this would be wasting
5+
# dimensionality of the plot
66
from pylab import *
77

88
N = 150

0 commit comments

Comments
 (0)