Skip to content

Commit

Permalink
Slightly decrease default grid label pad
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Jan 15, 2022
1 parent 2b96eb0 commit f95b828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proplot/internals/rcsetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
FONTSIZE = 9.0
GRIDALPHA = 0.1
GRIDBELOW = 'line'
GRIDPAD = 4.0
GRIDPAD = 3.0
GRIDRATIO = 0.5 # differentiated from major by half size reduction
GRIDSTYLE = '-'
LABELPAD = 4.0 # default is 4.0, previously was 3.0
Expand Down

0 comments on commit f95b828

Please sign in to comment.