SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
python.uq.plot.scatterplot Namespace Reference

Functions

 scatterplot_matrix (data, names, **kwargs)
 

Function Documentation

◆ scatterplot_matrix()

python.uq.plot.scatterplot.scatterplot_matrix (   data,
  names,
**  kwargs 
)
Plots a scatterplot matrix of subplots.  Each row of "data" is plotted
against other rows, resulting in a nrows by nrows grid of subplots with the
diagonal subplots labeled with "names".  Additional keyword arguments are
passed on to matplotlib's "plot" command. Returns the matplotlib figure
object containg the subplot grid.