Skip to content

Commit 5ca9a5e

Browse files
committed
Put back import of mpl_toolkits.mplot3d
Per recommendation of @dstrain115 in [review comment](#432 (comment)), putting back the import of `mplot3d`.
1 parent f327de3 commit 5ca9a5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recirq/benchmarks/rabi_oscillations.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818

1919
from matplotlib import pyplot as plt
2020

21+
# this is for older systems with matplotlib <3.2 otherwise 3d projections fail
22+
from mpl_toolkits import mplot3d # pylint: disable=unused-import
23+
2124
import cirq
2225

2326

0 commit comments

Comments
 (0)