Skip to content

Commit

Permalink
Removed double docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
audunth authored Apr 29, 2024
1 parent e1b28e8 commit 78ef08c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cosmoplots/axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ def figure_multiple_rows_columns(rows: int, columns: int):
plt.Axes
A list of all the axes objects owned by the figure
"""
# Returns a figure with axes which is appropriate for
# (rows, columns) subfigures
fig = plt.figure(figsize = (columns*3.37, rows*2.08277))
axes = [None]*rows*columns
for c in range(columns):
Expand Down

0 comments on commit 78ef08c

Please sign in to comment.