[python-arrayfire] 57/58: Fixing bug in graphics documentation
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Sep 28 13:57:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository python-arrayfire.
commit 7935ed9d157720d97d68c7eedc8b3e9e8be203a0
Author: Pavan Yalamanchili <contact at pavanky.com>
Date: Sun Sep 25 01:45:45 2016 -0700
Fixing bug in graphics documentation
---
arrayfire/graphics.py | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/arrayfire/graphics.py b/arrayfire/graphics.py
index 3ada187..4e378aa 100644
--- a/arrayfire/graphics.py
+++ b/arrayfire/graphics.py
@@ -127,8 +127,8 @@ class Window(object):
"""
Display an arrayfire array as an image.
- Paramters
- ---------
+ Parameters
+ ----------
img: af.Array.
A 2 dimensional array for single channel image.
@@ -144,8 +144,8 @@ class Window(object):
"""
Renders input arrays as 2D or 3D scatter plot.
- Paramters
- ---------
+ Parameters
+ ----------
X: af.Array.
A 1 dimensional array containing X co-ordinates.
@@ -183,8 +183,8 @@ class Window(object):
"""
Renders the input array as a 2D Scatter plot.
- Paramters
- ---------
+ Parameters
+ ----------
points: af.Array.
A 2 dimensional array containing (X,Y) co-ordinates.
@@ -204,8 +204,8 @@ class Window(object):
"""
Renders the input array as a 3D Scatter plot.
- Paramters
- ---------
+ Parameters
+ ----------
points: af.Array.
A 2 dimensional array containing (X,Y,Z) co-ordinates.
@@ -224,8 +224,8 @@ class Window(object):
"""
Display a 2D or 3D Plot.
- Paramters
- ---------
+ Parameters
+ ----------
X: af.Array.
- A 1 dimensional array containing X co-ordinates.
@@ -264,8 +264,8 @@ class Window(object):
"""
Display a 2D Plot.
- Paramters
- ---------
+ Parameters
+ ----------
line: af.Array.
- A 2 dimensional array of size [n 2]. Each column denotes X, and Y co-ordinates for plotting 2D lines.
@@ -283,8 +283,8 @@ class Window(object):
"""
Display a 3D Plot.
- Paramters
- ---------
+ Parameters
+ ----------
line: af.Array.
- A 3 dimensional array of size [n 3]. Each column denotes X, Y, and Z co-ordinates for plotting 3D lines.
@@ -302,8 +302,8 @@ class Window(object):
"""
Display a 2D or 3D Vector_Field.
- Paramters
- ---------
+ Parameters
+ ----------
xpoints : af.Array.
- A 1 dimensional array containing X co-ordinates.
@@ -364,8 +364,8 @@ class Window(object):
"""
Renders the input array as a 3D surface plot.
- Paramters
- ---------
+ Parameters
+ ----------
x_vals: af.Array.
A 1 dimensional array containing X co-ordinates.
@@ -388,8 +388,8 @@ class Window(object):
"""
Display a histogram Plot.
- Paramters
- ---------
+ Parameters
+ ----------
X: af.Array.
A 1 dimensional array containing the histogram.
@@ -454,8 +454,8 @@ class Window(object):
"""
Set axis limits.
- Paramters
- ---------
+ Parameters
+ ----------
xmin : af.Array.
- lower limit of the x axis.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-arrayfire.git
More information about the debian-science-commits
mailing list