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

Skip to content

Commit 319776f

Browse files
author
Salil Vanvari
committed
Squashed commit and removed the excess changes that should not have been made in the first place
1 parent 46ca9b3 commit 319776f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/users/mathtext.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ When using the `STIX <http://www.stixfonts.org/>`_ fonts, you also have the choi
214214
``\mathfrak{Fraktur}`` :math-stix:`\mathfrak{Fraktur}`
215215
``\mathsf{sansserif}`` :math-stix:`\mathsf{sansserif}`
216216
``\mathrm{\mathsf{sansserif}}`` :math-stix:`\mathrm{\mathsf{sansserif}}`
217+
====================================== =========================================
218+
219+
.. htmlonly::
220+
221+
====================================== =========================================
217222
``\mathcircled{circled}`` :math-stix:`\mathcircled{circled}`
218223

219224
====================================== =========================================

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3796,7 +3796,7 @@ def dopatch(xs, ys, **kwargs):
37963796
def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
37973797
vmin=None, vmax=None, alpha=None, linewidths=None,
37983798
verts=None, edgecolors=None,
3799-
**kx`wargs):
3799+
**kwargs):
38003800
"""
38013801
Make a scatter plot of `x` vs `y`
38023802

0 commit comments

Comments
 (0)