Skip to main content
Ctrl+K
marsilea 0.5.3 documentation - Home marsilea 0.5.3 documentation - Home
  • Tutorial
  • Gallery
  • API
  • Installation
  • How-To
  • GitHub
  • Tutorial
  • Gallery
  • API
  • Installation
  • How-To
  • GitHub

Section Navigation

  • Basics
    • Grouped heatmap
    • Heatmap
    • Annotate stacked bar
    • Two Heatmaps
  • All Plotters
    • AnnoLabels
    • Arc
    • Area
    • Bar
    • Box
    • Boxen
    • CenterBar
    • Chunk
    • ColorMesh
    • Colors
    • Emoji
    • FixedChunk
    • Image
    • Labels
    • MarkerMesh
    • Numbers
    • Point
    • Range
    • SeqLogo
    • SizedMesh
    • StackBar
    • Strip
    • Swarm
    • TextMesh
    • Title
    • Violin
  • Real World Data Visualization
    • Les Miserables Arc Diagram
    • Current available plotters in Marsilea
    • Bivariate Distribution
    • Mouse Embryo Map
    • Fat content in cooking oils
    • Breast cancer mutation with Oncoprinter
    • Visualizing Single-cell RNA-seq Data
    • Visualizing Single-cell Multi-Omics Data
    • Sequence Alignment Plot
    • Ranking of programming languages.
    • Track Plot
    • Upset Plot
  • Gallery
  • All Plotters
  • Emoji

Note

Go to the end to download the full example code.

Emoji#

Emoji is a plotter that displays funny emoji.

plot emoji
import matplotlib.pyplot as plt

from marsilea.plotter import Emoji

_, ax = plt.subplots()
Emoji("😆😆🤣😂😉😇🐍🦀🦄").render(ax)

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

Download Jupyter notebook: plot_emoji.ipynb

Download Python source code: plot_emoji.py

Download zipped: plot_emoji.zip

Gallery generated by Sphinx-Gallery

previous

Colors

next

FixedChunk

© Copyright 2025, Mr-Milk.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.