SG++-Doxygen-Documentation
python.uq.plot.plot2d Namespace Reference

Functions

def addContours (xv, yv, Z, levels=None, clabels=None, manual_locations=None)
 
def plotDensity2d (U, n=50, addContour=True, color_bar_label=r'$\hat{f}(\xi_1, \xi_2)$', levels=None, clabels=None, manual_locations=None)
 
def plotFunction2d (f, addContour=True, n=101, xlim=[0, ylim=[0, color_bar_label=r' $u(\xi_1, \xi_2)$', levels=None, clabels=None, manual_locations=None)
 
def plotGrid2d (grid, alpha=None, show_numbers=True, xlim=(0, 1), ylim=(0, 1), args, kws)
 
def plotSamples2d (samples)
 
def plotScatter2d (samples, values, bounds=None, color_bar_label=r"$u(x)$")
 
def plotSG2d (grid, alpha, addContour=True, n=100, show_negative=False, show_grid_points=False, show_numbers=False, colorbarLabel=r"$\t{f}_{\thcal{I}}(\)$", levels=None, clabels=None, manual_locations=None)
 
def plotSGDE2d (U, n=100)
 
def plotTimedependentDensity2d (Us, us, ts, addContour=True, color_bar_label=r'$\hat{F}(\xi_1, \xi_2)$', levels=None, clabels=None, manual_locations=None)
 
def plotTimedependentDensity2dWithRawData (xv, yv, Z, ts, us, addContour=True, color_bar_label=r'$\hat{F}(\xi_1, \xi_2)$', levels=None, clabels=None, manual_locations=None)
 

Function Documentation

◆ addContours()

◆ plotDensity2d()

def python.uq.plot.plot2d.plotDensity2d (   U,
  n = 50,
  addContour = True,
  color_bar_label = r'$\hat{f}(\xi_1, \xi_2)$',
  levels = None,
  clabels = None,
  manual_locations = None 
)

◆ plotFunction2d()

def python.uq.plot.plot2d.plotFunction2d (   f,
  addContour = True,
  n = 101,
  xlim = [0,
  ylim = [0,
  color_bar_label = r'$u(\xi_1, \xi_2)$',
  levels = None,
  clabels = None,
  manual_locations = None 
)

◆ plotGrid2d()

◆ plotSamples2d()

def python.uq.plot.plot2d.plotSamples2d (   samples)

◆ plotScatter2d()

def python.uq.plot.plot2d.plotScatter2d (   samples,
  values,
  bounds = None,
  color_bar_label = r"$u(x)$" 
)

◆ plotSG2d()

def python.uq.plot.plot2d.plotSG2d (   grid,
  alpha,
  addContour = True,
  n = 100,
  show_negative = False,
  show_grid_points = False,
  show_numbers = False,
  colorbarLabel = r"$\hat{f}_{\mathcal{I}}(\xi)$",
  levels = None,
  clabels = None,
  manual_locations = None 
)

◆ plotSGDE2d()

def python.uq.plot.plot2d.plotSGDE2d (   U,
  n = 100 
)

◆ plotTimedependentDensity2d()

def python.uq.plot.plot2d.plotTimedependentDensity2d (   Us,
  us,
  ts,
  addContour = True,
  color_bar_label = r'$\hat{F}(\xi_1, \xi_2)$',
  levels = None,
  clabels = None,
  manual_locations = None 
)

◆ plotTimedependentDensity2dWithRawData()

def python.uq.plot.plot2d.plotTimedependentDensity2dWithRawData (   xv,
  yv,
  Z,
  ts,
  us,
  addContour = True,
  color_bar_label = r'$\hat{F}(\xi_1, \xi_2)$',
  levels = None,
  clabels = None,
  manual_locations = None 
)