pyudv.geometry.sketch_probes#
- sketch_probes(probes, combinations=None, ax=None, probe_colors=None, combination_colors=None)[source]#
Sketch multiple probes, and optionaly their intersections, etc …
- Parameters:
combinations (list[tuple[int, int]], optional) – list of tuple of size 2 containing indexes of probes whose intersection should be sketched.
ax (mplaxes.Axes, optional) – matplotlib axe on which the sketch is drawn. If None, a new figure is created (default is None).
probe_colors (list[str], optional) – list of colors for the probes, by default None. It should be the same size as probes.
combination_colors (list[str], optional) – list of colors for the intersetctions, by default None. It should be the same size as combinations.
Examples using pyudv.geometry.sketch_probes
#
Probes and velocity reconstruction
Probes and velocity reconstruction
Sketch multiple probes