Skip to content

Commit f9ecd8c

Browse files
committed
axes_grid to axes_grid1 in whatsnew
1 parent 92e0a29 commit f9ecd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pyplots/whats_new_99_axes_grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import numpy as np
22
import matplotlib.pyplot as plt
3-
from mpl_toolkits.axes_grid.axes_rgb import RGBAxes
3+
from mpl_toolkits.axes_grid1.axes_rgb import RGBAxes
44

55
def get_demo_image():
66
# prepare image

0 commit comments

Comments
 (0)