BendNetwork.embed_in_plane
- BendNetwork.embed_in_plane(fixed=None)
 Embed the graph in the plane.
- Parameters:
 - graph
compas.datastructures.Graph A graph object.
- fixed[hashable, hashable], optional
 Two fixed points.
- graph
 - Returns:
 - bool
 True if the embedding was successful. False otherwise.
- Raises:
 - ImportError
 If NetworkX is not installed.