Plotting
MeGraPDE.plot_graph_3d
— Functionplot_graph_3d(Γ::Union{EquilateralMetricGraph,MetricGraph}; save_as=false, set_title=false, color="gray", size=(300,300))
Plot metric graph 'Γ' on 3d-grid.
Optional Arguments
- save_as=false: path to save plot
- set_title=false: optional title on plot
- color="gray": color to plot graph
MeGraPDE.plot_function_3d
— Functionplot_function_3d(Γ::Union{EquilateralMetricGraph,MetricGraph}, u::Vector{Function}; save_as=false, set_title=false, color_graph="gray", color_func="cornflowerblue", size=(300,300), lw=3)
Plot function 'u' on metric graph 'Γ' on 3d-grid.
Optional Arguments
- save_as=false: path to save plot
- set_title=false: optional title on plot
- color_graph="gray": color to plot graph
- color_func="cornflowerblue": color to plot function