Skip to main content
Ctrl+K
🔨 Malet - Home 🔨 Malet - Home

Getting Started

  • Installation
  • Quick Start
    • Prerequisites
    • Running Experiments
    • Grid Configuration

Plotting

  • Plotting Guide
    • Plot gallery
    • Overview
    • Curve Plots
    • Bar Charts
    • Heatmaps
    • Scatter Plots
    • Multi-Line Plots
    • Multi-Plot Grids
    • Animated Plots (GIF)
    • Styling and Configuration

Guides

  • Parallel Grid Splitting
  • Intermediate Checkpointing
  • Merging Log Files
  • Weights & Biases Integration

Examples & Reference

  • Examples & Templates
  • ExperimentLog API Reference
  • API Reference
    • malet
      • malet.experiment
      • malet.merge_log
      • malet.plot
      • malet.plot_utils
        • malet.plot_utils.data_processor
        • malet.plot_utils.plot_drawer
        • malet.plot_utils.utils
      • malet.utils

Development

  • Changelog
  • Contributing
  • .md

Plotting Guide

Plotting Guide#

Malet’s malet-plot CLI generates publication-ready plots directly from experiment logs — no boilerplate scripts needed. This section covers every plot type, styling option, and advanced feature.

Start with Overview to understand the core concepts, then explore individual plot types.

  • Plot gallery
    • Curve plots
    • Scatter plots
    • Multi-plot grids
    • Multi-line
    • Animation (GIF)
    • Other visualizations
  • Overview
    • Core concept
    • The mode string
    • Filtering data
    • Best-at-max
    • Quick example
    • Data pipeline
  • Curve Plots
    • Basic usage
    • Error bands and error bars
    • Curve with best point starred
    • Python API
  • Bar Charts
    • Basic usage
    • Error bars
    • Python API
  • Heatmaps
    • Basic usage
    • Colormap and scale
    • Annotations
    • Python API
  • Scatter Plots
    • 2D scatter (scatter)
    • 3D scatter with color (scatter_heat)
    • Multi-line support
    • Python API
  • Multi-Line Plots
    • Basic usage
    • Multiple fields
    • Style limits by plot type
    • Custom colors
    • Legend
    • Python API
  • Multi-Plot Grids
    • Basic usage
    • Two-dimensional grid
    • Combining with multi-line
    • Supported plot types
  • Animated Plots (GIF)
    • Basic usage
    • How it works
    • Common use cases
    • Combining with multi-line and multi-plot
    • Output
  • Styling and Configuration
    • CLI styling flags
    • Colors
    • YAML plot config
    • Field ordering
    • Best-reference arguments
    • Custom preprocessing

previous

Grid Configuration

next

Plot gallery

By Dongyeop Lee

© Copyright 2024, Dongyeop Lee.