fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
hist
Subroutine
9 statements
Source File
fortplot_matplotlib_plot_wrappers.f90
fortplot_matplotlib_plot_wrappers
hist
Contents
public subroutine hist(data, bins, density, label, color)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
data
(:)
integer,
intent(in),
optional
::
bins
logical,
intent(in),
optional
::
density
character(len=*),
intent(in),
optional
::
label
real(kind=wp),
intent(in),
optional
::
color
(3)