Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Numpy Doc Format #7424

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

Merged
merged 6 commits into from
Jan 16, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Squashed commit and removed the excess changes that should not have b…
…een made in the first place
  • Loading branch information
Salil Vanvari authored and NelleV committed Jan 13, 2017
commit a4811430b32c82b4885d765689994a35ed73d24f
5 changes: 5 additions & 0 deletions doc/users/mathtext.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ When using the `STIX <http://www.stixfonts.org/>`_ fonts, you also have the choi
``\mathfrak{Fraktur}`` :math-stix:`\mathfrak{Fraktur}`
``\mathsf{sansserif}`` :math-stix:`\mathsf{sansserif}`
``\mathrm{\mathsf{sansserif}}`` :math-stix:`\mathrm{\mathsf{sansserif}}`
====================================== =========================================

.. htmlonly::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit reverts the first commit and adds a bunch of trailing whitespace.


====================================== =========================================
``\mathcircled{circled}`` :math-stix:`\mathcircled{circled}`

====================================== =========================================
Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3801,7 +3801,7 @@ def dopatch(xs, ys, **kwargs):
def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
vmin=None, vmax=None, alpha=None, linewidths=None,
verts=None, edgecolors=None,
**kx`wargs):
**kwargs):
"""
Make a scatter plot of `x` vs `y`

Expand Down