_images/calypso.png

Density plotΒΆ

This function provides density diagrams of parameter Y vs parameter X, i.e. similar to scatter plot but emphasing on region withg large number of data

Xstr

Name of the column to plot on the X axis.

Ystr

Name of the column to plot on the Y axis.

args: dict

Dictionnary with the folowing keys: Y name: str

Name of the Y axis

X name: str

Name of the X axis

Y unit: str

Unit of the Y axis

X unit: str

Unit of the X axis

Y limits: list

2 value list with Y axis limit

X limits: list

2 value list with X axis limits

display: str

On or Off to display image

folder out: str

Path to save the output

minimum: float

Minimum value to plot

>>> df=tf['test1']['dataframe'].StatPlots.density_diagramm(X='U',Y='U_m')
>>>