diff --git a/WrightTools/artists/_helpers.py b/WrightTools/artists/_helpers.py index 9b2e6a5c..4dd99f76 100644 --- a/WrightTools/artists/_helpers.py +++ b/WrightTools/artists/_helpers.py @@ -188,7 +188,7 @@ def corner_text( text : str The text to use. distance : number (optional) - Distance from the corner. Default is 0.05. + Distance from the corner. Default is 0.075. ax : axis (optional) The axis object to label. If None, uses current axis. Default is None. corner : {'UL', 'LL', 'UR', 'LR'} (optional)