Skip to content

Commit 5404c78

Browse files
committed
Cleanup colortools, integer cmap_wrapper 'values', better inset colorbar defaults
1 parent 40cb992 commit 5404c78

6 files changed

Lines changed: 385 additions & 375 deletions

File tree

proplot/.proplotrc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,16 @@ axes.geogrid: True
124124
image.edgefix: True
125125
image.levels: 11
126126
# Colorbar settings
127+
colorbar.loc: 'lower right'
127128
colorbar.grid: False
128129
colorbar.frameon: True
129130
colorbar.framealpha: 0.8
130-
colorbar.extendinset: 0.08
131131
colorbar.extend: 0.15
132-
colorbar.length: 0.6
133-
colorbar.width: 0.12
134-
colorbar.loc: 'lower right'
132+
colorbar.extendinset: 1em
133+
colorbar.length: 8em
134+
colorbar.width: 1.5em
135135
colorbar.axespad: 0.5em
136-
colorbar.xspace: 0.3
136+
colorbar.xspace: 2.5em
137137
# Minor tick gridlines
138138
gridminor.alpha: # if empty, inherited from "grid"
139139
gridminor.color: # if empty, inherited from "grid"

0 commit comments

Comments
 (0)