Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Fix Malformed table. Text in column margin #3320

Merged
merged 1 commit into from Jul 29, 2014
Merged

DOC: Fix Malformed table. Text in column margin #3320

merged 1 commit into from Jul 29, 2014

Conversation

cgohlke
Copy link
Contributor

@cgohlke cgohlke commented Jul 29, 2014

Sphinx 1.2.2 on Windows throws the following error:

ERROR: Malformed table. Text in column margin in table line 22.

==========  ==========================================================
Argument    Description
==========  ==========================================================
*xs*, *ys*  Positions of data points.
*zs*        Either an array of the same length as *xs* and
            *ys* or a single value to place all points in
            the same plane. Default is 0.
*zdir*      Which direction to use as z ('x', 'y' or 'z')
            when plotting a 2D set.
*s*         size in points^2.  It is a scalar or an array of the same
            length as *x* and *y*.

*c*         a color. *c* can be a single color format string, or a
            sequence of color specifications of length *N*, or a
            sequence of *N* numbers to be mapped to colors using the
            *cmap* and *norm* specified via kwargs (see below). Note
            that *c* should not be a single numeric RGB or RGBA
            sequence because that is indistinguishable from an array
            of values to be colormapped.  *c* can be a 2-D array in
            which the rows are RGB or RGBA, however.

*depthshade*
            Whether or not to shade the scatter markers to give the
            appearance of depth. Default is *True*.
==========  ==========================================================

tacaswell added a commit that referenced this pull request Jul 29, 2014
DOC: Fix Malformed table. Text in column margin

only doc white-space changes
@tacaswell tacaswell merged commit a921124 into matplotlib:v1.4.x Jul 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants