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

Skip to content

Commit e1c76f6

Browse files
Salil VanvariNelleV
Salil Vanvari
authored andcommitted
Squashed commit and removed the excess changes that should not have been made in the first place
1 parent 180412b commit e1c76f6

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
@@ -3798,7 +3798,7 @@ def dopatch(xs, ys, **kwargs):
37983798
def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
37993799
vmin=None, vmax=None, alpha=None, linewidths=None,
38003800
verts=None, edgecolors=None,
3801-
**kx`wargs):
3801+
**kwargs):
38023802
"""
38033803
Make a scatter plot of `x` vs `y`
38043804

0 commit comments

Comments
 (0)