We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2764889 commit 21f4912Copy full SHA for 21f4912
control/ctrlplot.py
@@ -355,7 +355,7 @@ def _process_ax_keyword(
355
the calling function to do the actual axis creation (needed for
356
curvilinear grids that use the AxisArtist module).
357
358
- Legacy behavior: some of the older plotting commands use a axes label
+ Legacy behavior: some of the older plotting commands use an axes label
359
to identify the proper axes for plotting. This behavior is supported
360
through the use of the label keyword, but will only work if shape ==
361
(1, 1) and squeeze == True.
control/descfcn.py
@@ -9,7 +9,6 @@
9
import math
10
from warnings import warn
11
12
-import matplotlib.pyplot as plt
13
import numpy as np
14
import scipy
15
0 commit comments