Skip to content

Commit

Permalink
Minor changes to plotting scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ycanerol committed Jun 27, 2017
1 parent 6264a0e commit ce9f5b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions figure_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
flipper = 1
if i[3]:
flipper = -1

# %% plot all
matplotlib.rcParams['axes.spines.right'] = False
matplotlib.rcParams['axes.spines.top'] = False
matplotlib.rcParams['axes.spines.left'] = True
matplotlib.rcParams['axes.spines.bottom'] = True
matplotlib.rcParams['axes.spines.bottom'] = True

plt.figure(figsize=(12, 12), dpi=200)
plt.suptitle(str(' '.join(str(c['spike_path'])
.split('rasters')[0].split('Experiments')[1]
Expand Down Expand Up @@ -115,7 +115,7 @@
matplotlib.rcParams['axes.spines.top'] = False
matplotlib.rcParams['axes.spines.left'] = False
matplotlib.rcParams['axes.spines.bottom'] = False

plt.subplot(3, 3, 7)
plt.imshow(c['sta_unscaled'][:, :, c['max_i'][2]].reshape((60, 80,)),
cmap='Greys',
Expand Down

0 comments on commit ce9f5b2

Please sign in to comment.