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

Skip to content

Commit a481143

Browse files
Salil VanvariNelleV
authored andcommitted
Squashed commit and removed the excess changes that should not have been made in the first place
1 parent 7517d00 commit a481143

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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

0 commit comments

Comments
 (0)