Skip to content

Commit 21f4912

Browse files
committed
fix ruff error in descfcn.py (matplotlib no longer needed)
1 parent 2764889 commit 21f4912

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

control/ctrlplot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def _process_ax_keyword(
355355
the calling function to do the actual axis creation (needed for
356356
curvilinear grids that use the AxisArtist module).
357357
358-
Legacy behavior: some of the older plotting commands use a axes label
358+
Legacy behavior: some of the older plotting commands use an axes label
359359
to identify the proper axes for plotting. This behavior is supported
360360
through the use of the label keyword, but will only work if shape ==
361361
(1, 1) and squeeze == True.

control/descfcn.py

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import math
1010
from warnings import warn
1111

12-
import matplotlib.pyplot as plt
1312
import numpy as np
1413
import scipy
1514

0 commit comments

Comments
 (0)