Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982cecd commit 883bbf9Copy full SHA for 883bbf9
1 file changed
examples/pylab_examples/set_and_get.py
@@ -1,9 +1,9 @@
1
"""
2
3
-MATLAB and pyplot allow you to use setp and get to set and get
+The pyplot interface allows you to use setp and getp to set and get
4
object properties, as well as to do introspection on the object
5
6
-set
+set:
7
To set the linestyle of a line to be dashed, you can do
8
9
>>> line, = plt.plot([1,2,3])
@@ -65,7 +65,7 @@
65
66
67
from __future__ import print_function
68
-# from pylab import *
+
69
import matplotlib.pyplot as plt
70
import numpy as np
71
0 commit comments