DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
fig=plt.figure(figsize=(2,2))
subplot
(
1
,
1
,
1
)
plot
(
x
,
y
,
'r--'
)
subplot
(
1
,
2
,
2
)
plot
(
y
,
x
,
'g*-'
)
;
Source by www.southampton.ac.uk #
PREVIOUS
NEXT
Tagged:
ADD COMMENT
Topic
COMMENT
Name
4+3 =
Submit