Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WrightTools/artists/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down