- Use
agg
matplotlib backend if tkinter cannot be imported - allow subplots to have error bars
- hide error bar labels by default
- add linestyle spec to matplotlib errorbars
- don't resolve path for scope_plot deps since makefiles probably expect target names to be relative
- print error when an input file is not found
- Add NOTICE and Apache 2.0 LICENSE
- Fixed a bug where ScopePlot would not run without DISPLAY environment set
- Use TkAgg backend on macOS to support running from a virtualenv
- Allow non-numeric x data in bar plots
- Add support for the
output
field in spec files
- Fix bugs in handling labels, color, regex for matplotlib and regex backends
- Refactor some underlying data structures
- break matplotlib backend
- Enable strict checking of spec files by default
- Sort benchmark data
- Omit invalid benchmark data
- Change documentation to docsify
- Fix a bug with unexpected "strict" argument
- rename to
scope_plot
- Initial support for
spec
andbar
subcommands.