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 883bbf9

Browse filesBrowse files
committed
Documentation update.
1 parent 982cecd commit 883bbf9
Copy full SHA for 883bbf9

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎examples/pylab_examples/set_and_get.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/set_and_get.py
+3-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.