SG++-Doxygen-Documentation
plot2d.py File Reference

Namespaces

 python.uq.plot.plot2d
 

Functions

def python.uq.plot.plot2d.addContours (xv, yv, Z, levels=None, clabels=None, manual_locations=None)
 
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)
 
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)
 
def python.uq.plot.plot2d.plotGrid2d (grid, alpha=None, show_numbers=True, xlim=(0, 1), ylim=(0, 1), args, kws)
 
def python.uq.plot.plot2d.plotSamples2d (samples)
 
def python.uq.plot.plot2d.plotScatter2d (samples, values, bounds=None, color_bar_label=r"$u(x)$")
 
def python.uq.plot.plot2d.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 python.uq.plot.plot2d.plotSGDE2d (U, n=100)
 
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)
 
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)