Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Variables might need to be renamed: PR #116 bug?
  • Loading branch information
makdl committed Jun 14, 2021
commit 854d1d56ab154fd16136ff9934d031c7f1b14f13
2 changes: 1 addition & 1 deletion spatialpy/Result.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def plot_species(self, species, t_ndx=0, concentration=False, deterministic=Fals
if colormap is None:
colormap = "viridis"

plt.figure(figsize=(mpl_width,mpl_height))
plt.figure(figsize=(width, height))
plt.scatter(points[:,0],points[:,1],c=d,cmap=colormap)
plt.axis('scaled')
plt.colorbar()
Expand Down