Skip to content

danielpalen/wandb_plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easily plot data from WandB directly to matplotlib

Usage

You need to define the layout of your matplotlib plot as usual, i.e. create subfigures etc. You can then pass the axes objects of that plot to wandb_plot, to plot the desired data from WandB directly onto that axis.

Minimal Example:


Installation

Optionally: Setup a conda environment first

git clone [email protected]:danielpalen/wandb_plot.git
cd wandb_plot
pip install .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages