create_preview_cycler#
- create_preview_cycler(cycler: Cycler) Cycler[source]#
Create a cycler with preview images of plotstyles, as HTML
imgtags.The actual image in the
imgtag is stored as base64 encoded string.- Parameters:
cycler (Cycler) – Cycler to generate the preview for.
- Returns:
Preview images as HTML
imgwith image data stored as base64 string.- Return type:
Cycler
See also