[NumPy-Tickets] [NumPy] #1706: Misleading help options
NumPy Trac
numpy-tickets@scipy....
Sun Jan 9 21:30:33 CST 2011
#1706: Misleading help options
------------------------+---------------------------------------------------
Reporter: hector1618 | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: Other | Version: 1.5.0
Keywords: |
------------------------+---------------------------------------------------
I am a newbie and was using numpy in IPython. When I create a matrix
object,say A, and look for options available, it shows some options which
are not valid for that object like A.shape(),A.size() in this case. This
is really mis-leading for newbie. The code for the same is-
{{{
In[1]:import numpy as np
In[2]:A = np.matrix([[1,2],[3,4]])
In[3]:A.shape()
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1706>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list