out_map.NodeLabelRenderer

tools.out_map.NodeLabelRenderer(self, color='white')

A class for rendering text labels on choropleth maps. The default implementation is very simple, but you may override this class to customize.

Methods

Name Description
coords Determine where to draw the labels.
labels Determine the text of each label.
colors Determine the color of each label.
additional_kwargs Determine extra keyword arguments to pass to the annotate() method for each label.
render Render labels onto the given matplotlib.axes.Axes.