Skip to content

OlivierHecart/matelot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matelot: a seaborn extension

Brightness grouping

Add a grouping variable that will produce lines or boxplots with different brightnesses when using lineplot or boxplot.

Example:

matelot.lineplot(
    data=df,
    x="payload",
    y="msg/s",
    estimator="median",
    hue="branch",
    brightness="binary",
)

Interactive annotations

Generate svg files that show plotted values as annotations when placing mouse cursor over a plotted line.

Example:

matelot.lineplot(
    data=df,
    x="payload",
    y="msg/s",
    estimator="median",
    hue="branch",
    brightness="binary",
    annotated=True,
)

matelot.savefig("linepot.svg")

Example of generated svg:

About

A seaborn extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages