PSPs.visualize_psps¶
- 
simrun.synaptic_strength_fitting.PSPs.visualize_psps(g=1.0, method='dynamic_baseline', merge_celltype_kwargs={}, fig=None)¶
- Plot a histogram of the EPSP max voltage deflections for each celltype. - Parameters:¶
- g : float¶
- The simulated synaptic strength value to plot. 
- method : str¶
- dynamic_baselineor- constant_baseline.
- merge_celltype_kwargs : dict¶
- Additional keyword arguments to pass to - merge_celltypes().
- fig : plt.Figure¶
- A matplotlib figure to plot the histograms on. 
 
- Returns:¶
- None. Plots the histograms. 
 
Documentation unclear, incomplete, broken or wrong? Let us know