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