Skip to content

Commit e3fbbab

Browse files
committed
Add geoaxes.facealpha as alpha child, like facecolor
1 parent 09009d2 commit e3fbbab

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)