simplecharts

SVG charts without dependencies
git clone https://git.ce9e.org/simplecharts.git

commit
684348fd2cce434ac7118cb9d251ddbe718a84f8
parent
cdf2328f7f714f45fbe09455c67015a361e1713c
Author
Tobias Bengfort <bengfort@mpib-berlin.mpg.de>
Date
2025-04-24 16:29
fix CLI description

Diffstat

M simplecharts.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/simplecharts.py b/simplecharts.py

@@ -319,7 +319,7 @@ class StackedAreaRenderer(BaseRenderer):
  319   319 
  320   320 def main():
  321   321     parser = argparse.ArgumentParser(
  322    -1         'read CSV from stdin and write SVG to stdout'
   -1   322         description='read CSV from stdin and write SVG to stdout'
  323   323     )
  324   324     parser.add_argument('-r', '--renderer', choices=[
  325   325         'column', 'stacked-column', 'line', 'stacked-area'