Skip to main content
Ctrl+K
marsilea 0.4.4 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
    • 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.
    • Sequence Alignment Plot
    • Upset Plot
  • Gallery
  • Real World Data Visualization
  • Sequence...

Note

Go to the end to download the full example code.

Sequence Alignment Plot#

from collections import Counter
import numpy as np
import pandas as pd

import marsilea as ma
import matplotlib as mpl

Generate random data#

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

Download Jupyter notebook: plot_tracks.ipynb

Download Python source code: plot_tracks.py

Download zipped: plot_tracks.zip

Gallery generated by Sphinx-Gallery

previous

Ranking of programming languages.

next

Upset Plot

On this page
  • Generate random data

© Copyright 2024, Mr-Milk.

Created using Sphinx 8.0.2.

Built with the PyData Sphinx Theme 0.15.4.