plot

Visualize DesignSpaceDocument and resulting VariationModel.

fontTools.varLib.plot.main(args=None)[source]
fontTools.varLib.plot.plotDocument(doc, fig, **kwargs)[source]
fontTools.varLib.plot.plotLocations(locations, fig, names=None, **kwargs)[source]
fontTools.varLib.plot.plotModelFromMasters(model, masterValues, fig, **kwargs)[source]

Plot a variation model and set of master values corresponding to the locations to the model into a pyplot figure. Variation model must have axisOrder of size 1 or 2.

fontTools.varLib.plot.stops(support, count=10)[source]