S3dlib: Real functions#
Surface plot of a real function, basic example#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D01_HelloWorldExample.py.
See: https://s3dlib.org/examples/functional/hw_example.html

Left figure: Hello_World_Example.
Surface plot of a real function, grid#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D02_HelloWorldExampleGrid.py.
See: https://s3dlib.org/examples/functional/hw_example_grid.html

Left figure: Hello_World_Example_Grid.
Surface plot of a real function, peaks example#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D03_HelloWorldExample2b.py.
See: https://s3dlib.org/examples/functional/swirl.html

Left figure: Hello_World_Example_2b.
Function plots: Ackley, Himmelblau, Rosenbroxk, Rastrigin#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D04_FunctionPlots.py.
See: https://s3dlib.org/examples/functional/funcplots.html

Left figure: Function_Plots.
McCormick function#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D05_FunctionPlots2.py.
See: https://s3dlib.org/examples/functional/domain.html

Left figure: picFunction_Plots2.
Surface plot combined with contour#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D06_SurfaceContours.py.
See: fzaverl/s3dlib

Left figure: 3d_surface_contours.
Sliced polar surface#
The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D07_SlicedPolarSurface.py.
See: https://s3dlib.org/examples/functional/screw.html

Left figure: Sliced_Polar_Surface.