8000 Documentation update. · matplotlib/matplotlib@883bbf9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 883bbf9

Browse files
committed
Documentation update.
1 parent 982cecd commit 883bbf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/pylab_examples/set_and_get.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
22
3-
MATLAB and pyplot allow you to use setp and get to set and get
3+
The pyplot interface allows you to use setp and getp to set and get
44
object properties, as well as to do introspection on the object
55
6-
set
6+
set:
77
To set the linestyle of a line to be dashed, you can do
88
99
>>> line, = plt.plot([1,2,3])
@@ -65,7 +65,7 @@
6565
"""
6666

6767
from __future__ import print_function
68-
# from pylab import *
68+
6969
import matplotlib.pyplot as plt
7070
import numpy as np
7171

0 commit comments

Comments
 (0)
0