Note
Go to the end to download the full example code.
Emoji#
Emoji is a plotter that displays funny emoji.
from marsilea.plotter import Emoji
import numpy as np
import matplotlib.pyplot as plt
_, ax = plt.subplots()
Emoji("😆😆🤣😂😉😇🐍🦀🦄").render(ax)

Total running time of the script: (0 minutes 0.812 seconds)