Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit72cd67a

Browse files
committed
Fix doc
1 parent79f4a11 commit72cd67a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

‎lib/matplotlib/units.py‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ def _accepts_units(convert_x, convert_y):
6060
Parameters
6161
----------
6262
convert_x, convert_y : list
63-
A list of integers or strings (can be mixed). Integers denote
64-
non-keyword arguments to be converted, and strings denote keyword
65-
arguments to be converted.
63+
A list of integers or strings, indicating the arguments to be converted
6664
"""
6765
defdecorator(func):
6866
defwrapper(*args,**kwargs):

‎test.py‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
fromdatetimeimportdatetime
2+
importmatplotlib.pyplotasplt
3+
4+
5+
data= {"x":1,"y":datetime(1992,12,21)}
6+
plt.scatter('x','y',data=data)
7+
plt.show()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp