mirror of
https://github.com/apachecn/ailearning.git
synced 2026-04-27 20:12:20 +08:00
2020-10-19 21:08:55
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
In [1]:
|
||||
|
||||
```
|
||||
```py
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
%matplotlib inline
|
||||
@@ -25,7 +25,7 @@ import numpy as np
|
||||
|
||||
In [2]:
|
||||
|
||||
```
|
||||
```py
|
||||
# -*- coding: utf-8 -*-
|
||||
import matplotlib.pyplot as plt
|
||||
%matplotlib inline
|
||||
@@ -551,7 +551,7 @@ YvJMRERERGQiJs9ERERERCZi8kxEREREZCImz0REREREJvofHWbt2xvCuI0AAAAASUVORK5CYII=
|
||||
|
||||
In [3]:
|
||||
|
||||
```
|
||||
```py
|
||||
import matplotlib.pyplot as plt
|
||||
import matplotlib.patches as patches
|
||||
|
||||
@@ -980,7 +980,7 @@ Qwz4kiRJUkMM+JIkSVJDDPiSJElSQwz4kiRJUkMM+JIkSVJDDPiSJElSQwz4kiRJUkMM+JIkSVJD
|
||||
|
||||
In [4]:
|
||||
|
||||
```
|
||||
```py
|
||||
fig = plt.figure()
|
||||
ax = fig.add_subplot(111)
|
||||
|
||||
@@ -1265,7 +1265,7 @@ RVGUgPP/Qde6gvF4TtQAAAAASUVORK5CYII=
|
||||
|
||||
In [5]:
|
||||
|
||||
```
|
||||
```py
|
||||
fig = plt.figure()
|
||||
ax = fig.add_subplot(111)
|
||||
|
||||
@@ -1536,7 +1536,7 @@ cNwO3SiKoig2o45eURQl4KijVxRFCTjq6BVFUQKOOnpFUZSAo45eURQl4KijVxRFCTjq6BVFUQLO
|
||||
|
||||
In [6]:
|
||||
|
||||
```
|
||||
```py
|
||||
fig = plt.figure()
|
||||
ax = fig.add_subplot(111, polar=True)
|
||||
r = np.arange(0,1,0.001)
|
||||
|
||||
Reference in New Issue
Block a user