Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Removed long explanation of plot_graphs.py from README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kats committed Nov 8, 2019
1 parent f7ca111 commit 4a71f9d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ The easiest way to build and run the benchmarks is to [use Docker](docs/Docker.m
Use `ADBench/plot_graphs.py` script to plot graphs of the resulting timings.

```bash
python ADBench/plot_graphs.py [--save] [--plotly] [--show]
python ADBench/plot_graphs.py --save
```
- `--save`: save graphs as .png files to `tmp/graphs/static/`
- `--plotly`: save graphs as [Plot.ly](https://plot.ly/) .html files to `tmp/graphs/plotly/`
- `--show`: display graphs in new windows.
This will save graphs as .png files to `tmp/graphs/static/`

If neither `--save` nor `--plotly` are included, `--show` will be `True` by default - otherwise, it must be manually enabled.

Refer to [PlotCreating](docs/PlotCreating.md) for the complete documentation.
Refer to [PlotCreating](docs/PlotCreating.md) for other possible command line arguments and the complete documentation.

## Graph Archive

Expand Down

0 comments on commit 4a71f9d

Please sign in to comment.