Skip to content

Commit

Permalink
Silence escape code warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lzkelley committed May 4, 2024
1 parent fe62e4d commit 2de165e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zcode/plot/Hist2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def corner(axes, data, edges, hist1d=None, hist2d=None, labels=None, color='k',
return handle


'''
r'''
def hist2d(x, y, bins=20, range=None, weights=None, levels=None, smooth=None,
ax=None, color=None, quiet=False,
plot_datapoints=True, plot_density=True,
Expand Down Expand Up @@ -473,7 +473,7 @@ def hist2d(x, y, bins=20, range=None, weights=None, levels=None, smooth=None,



'''
r'''
data = np.array([m2/MSOL, mt/MSOL, mr, sepa/PC, fedds_sys])
weights = pv[:, 3]
NAME = 'either_5'
Expand Down Expand Up @@ -594,7 +594,7 @@ def hist2d(x, y, bins=20, range=None, weights=None, levels=None, smooth=None,
'''


'''
r'''
def plot2DHistProj(xvals, yvals, weights=None, statistic=None, bins=10, filter=None, extrema=None,
cumulative=None,
fig=None, xproj=True, yproj=True, hratio=0.7, wratio=0.7, pad=0.0, alpha=1.0,
Expand Down

0 comments on commit 2de165e

Please sign in to comment.