# hub.domain.flight_planning.flightplanning_utils
Domain specification
Domain
# plot_network_adapted
plot_network_adapted(
graph: ,
p0: ,
p1: ,
dir_path: = None
)
Plots the vertical profile and map trajectory of a given flight graph. This version is adapted to work with the graph from create_flight_graph.
Args: graph (nx.DiGraph): The flight graph to plot. p0 (LatLon): The starting point object. p1 (LatLon): The ending point object. dir_path (str, optional): Directory to save the plot image. Defaults to None.