pencil.visu.lic =============== .. py:module:: pencil.visu.lic Functions --------- .. autoapisummary:: pencil.visu.lic.lic Module Contents --------------- .. py:function:: lic(vectorfield, filepath='.', filename='tmp', cmap='bone', kernellen=31, DPI=300, SIZE=(1024, 1024), PNG=True, EPS=False, PDF=False, FIG_BACKGROUND='white', DEBUG=True) Plotting a vector field in Line Integral Convolution style. :param vectorfield: put vectorfield here, shape is: [Nx, Ny, 2] :param filepath: where to store imapge :param filename: image name :param cmap: put colormap here :param kernellen: ??? whats this good for? :param DPI: set dpi :param size: in inches