Skip to content

Commit

Permalink
big fix in visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
jr0th committed May 17, 2017
1 parent 5602e92 commit 391eba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/helper/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def visualize(pred_y, true_x, true_y, out_dir='./', label=''):
for sampleIndex in range(nSamples):
nCols = 4
figure, axes = plt.subplots(ncols=nCols, nrows=1, figsize=(nCols*5, 5))
figure.tight_layout(pad = 1)

predFig = axes[0]
trueFig = axes[1]
Expand Down

0 comments on commit 391eba7

Please sign in to comment.