Skip to content

Commit b8efb5e

Browse files
authored
grammar
1 parent 0e23bdd commit b8efb5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deepszsim/visualization.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ def plot_graphs(image, title = None, xlabel = None, ylabel = None, cbarlabel = N
1111
extend = False,
1212
logNorm = False):
1313
"""
14-
Plotting tool function for our 2D submaps and CMB maps.
14+
Plotting tool function for our 2D submaps and CMB maps
1515
1616
Parameters:
1717
-----------
1818
image: float array
19-
graph we are plotting
19+
graph that is plotted
2020
title: str
2121
title of the graph
2222
xlabel: str
@@ -59,7 +59,7 @@ def plot_graphs(image, title = None, xlabel = None, ylabel = None, cbarlabel = N
5959

6060
def plotting_specs(cluster):
6161
"""
62-
Specifications for plot formatting.
62+
Specifications for plot formatting
6363
6464
Parameters:
6565
-----------

0 commit comments

Comments
 (0)