Plotting#
Plotting contains the ColorHandler class and functions for plotting geometries using matplotlib.
|
A class to handle color/layer adjustments for plotting. |
|
Adjusts the lightness of a given color and converts it to hexidecimal format. |
Gets the default axis object (matplotlib.axes.Axes) with grid enabled and equal aspect ratio. |
|
|
Draws labels on the given axis for each point in the geometry. |
Closes the current matplotlib figure if it exists. |
|
|
Plots a geometry object on the given axes. |
|
Plots the index of each line in the given polygon on the specified axes. |
|
Plot points with labels on a given axis. |
|
Plots the index of each polygon in the given geometry on the specified axes. |
|
Returns a list of segments from a given curve. |
|
Sets the limits of the given axes object. |