Skip to content

Commit

Permalink
Increase horizontal space for 2d sample plots
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoelzle committed Mar 12, 2021
1 parent 633c1d2 commit cdea4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visualization/results_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def save_samples(self, purpose_hdf5_group: h5py.Group, logdir: pathlib.Path):

elevation_cmap = plt.get_cmap("viridis")

fig, axes = plt.subplots(nrows=2, ncols=2, figsize=[10, 10])
fig, axes = plt.subplots(nrows=2, ncols=2, figsize=[12, 10])
# axes = np.expand_dims(axes, axis=0)

if gt_dem is not None:
Expand Down

0 comments on commit cdea4a6

Please sign in to comment.