Skip to content

Commit 04bb665

Browse files
committed
fix setting markersize in lotka volterra notebook
1 parent 747fe5e commit 04bb665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Lotka_Volterra_Point_Estimation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@
875875
" targets=val_sims,\n",
876876
" marker_mapping=marker_mapping,\n",
877877
" variable_names=par_names,\n",
878-
" s=50, # size of markers as in matplotlib.scatter\n",
878+
" markersize=7, # size of markers as in matplotlib.plot\n",
879879
")"
880880
]
881881
},

0 commit comments

Comments
 (0)