Skip to content

Commit 2aebca1

Browse files
committed
Import matplotlib..
1 parent a02223b commit 2aebca1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/examples/advanced_concatenation.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@
275275
"source": [
276276
"# Clean up from before to have a clean slate for demonstration purposes\n",
277277
"from itertools import chain\n",
278+
"\n",
278279
"for key, pulse in chain(X2.items(), Y2.items()):\n",
279280
" pulse.cleanup('frequency dependent')\n",
280281
" pulse.cache_filter_function(omega[key], cache_intermediates=True,\n",
@@ -299,6 +300,8 @@
299300
"metadata": {},
300301
"outputs": [],
301302
"source": [
303+
"import matplotlib.pyplot as plt\n",
304+
"\n",
302305
"for key, pulse in H.items():\n",
303306
" fig, axes = plt.subplots(3, 3, sharex=True, sharey=False,\n",
304307
" figsize=(9, 6))\n",

0 commit comments

Comments
 (0)