From 61fbb8bd98c49561d01d9bd8b554cfc95ec75cfa Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 10 Feb 2021 10:18:01 -0500 Subject: Add output image example to readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e3023b6..66a595c 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,6 @@ $ conmets -c lpconfig.yml.example --files logfile-2019* dataset ## Output One plot per conda channel identified in the web server transaction log will be produced summarizing the software titles downloaded, ordered by total transactions along with some other relevant statistics. Titles that are also available via PyPI are shown in bold orange text. + +## Example output image +![plot](https://raw.githubusercontent.com/astroconda/conmets/master/example_output/astroconda-20190901-20190930.offbytes.png) -- cgit