Skip to content

Commit

Permalink
Columns are X, rows are Y, not the other way around!
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Jul 26, 2018
1 parent 7e1a26a commit 497ba20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeptools/correlation.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def plot_scatter(self, plot_filename, plot_title='', image_format=None, log1p=Fa
else:
ax.set_xticklabels([])

ax.hist2d(vector1, vector2, bins=200, cmin=0.1)
ax.hist2d(vector2, vector1, bins=200, cmin=0.1)

if xRange is not None:
ax.set_xlim(xRange)
Expand Down

0 comments on commit 497ba20

Please sign in to comment.