InverseToon
0.1
|
Isophote plotting functions. More...
Classes | |
class | CurvePlotter |
Curve plotter. More... | |
class | ScenePlotter |
Isophote scene plotter. More... | |
Functions | |
def | plotVectors |
Plot 2D vectors as arrows. More... | |
def | plotSegment |
Plot segment data as polylines. More... | |
Isophote plotting functions.
def inversetoon.plot.isophote.plotSegment | ( | plt, | |
segment, | |||
color = (0.1, 0.1 , |
|||
linewidth = 2 , |
|||
kargs | |||
) |
Plot segment data as polylines.
def inversetoon.plot.isophote.plotVectors | ( | plt, | |
ps, | |||
vectors, | |||
color = (1.0, 0.0 , |
|||
l = 40 |
|||
) |
Plot 2D vectors as arrows.