Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,12 @@ See the [examples](examples) folder for more examples, including bar charts, poi
## Documentation

Read the documentation and check out tutorials at https://bootplot.readthedocs.io/en/latest/

## Replicability

This repository participates in the [Graphics Replicability Stamp Initiative](https://www.replicabilitystamp.org).
Figure 6 of the paper can be reproduced with a single script — on macOS 11 or newer, clone the repository and run the script `install_dependencies.sh` from the `Replicability_Stamp` folder, for example (if cloned to Downloads):

bash ~/Downloads/bootplot/Replicability_Stamp/install_dependencies.sh

For more information, see [Replicability_Stamp/README.txt] file (Replicability_Stamp/README.txt).
Loading