Skip to content

Commit 152341d

Browse files
committed
Add geoaxes.facealpha as alpha child, like facecolor
1 parent dafb319 commit 152341d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proplot/rctools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def get_ipython():
257257
'image.lut',
258258
),
259259
'alpha': ( # this is a custom setting
260-
'axes.facealpha',
260+
'axes.facealpha', 'geoaxes.facealpha',
261261
),
262262
'facecolor': (
263263
'axes.facecolor', 'geoaxes.facecolor'

0 commit comments

Comments
 (0)