Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a481143

Browse filesBrowse 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 7517d00 commit a481143
Copy full SHA for a481143

File tree

Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed

‎doc/users/mathtext.rst

Copy file name to clipboardExpand all lines: doc/users/mathtext.rst
+5Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.