Skip to content

Commit

Permalink
Remove __create_axis() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
firasalchalabi committed Mar 14, 2024
1 parent f1dd215 commit ba05cfb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Util.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""
Creates an Axis object to be used by SeisColor, SeisOverlay, SeisWiggle.
"""
# Creates an Axis object to be used by SeisColor, SeisOverlay, SeisWiggle.
function __create_axis(fig)
return Axis(fig, yreversed=true, xautolimitmargin=(0,0), yautolimitmargin=(0,0))
end

0 comments on commit ba05cfb

Please sign in to comment.