We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5564284 commit c6fac36Copy full SHA for c6fac36
examples/pylab_examples/polar_scatter.py
@@ -1,8 +1,8 @@
1
#!/usr/bin/env python
2
# a polar scatter plot; size increases radially in this example and
3
# 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
+# scattered correctly). In a real example, this would be wasting
+# dimensionality of the plot
6
from pylab import *
7
8
N = 150
0 commit comments