Skip to content

Commit

Permalink
Added --subplot* to plotmpl.py
Browse files Browse the repository at this point in the history
Driven primarily by a want to compare measurements of different runtime
complexities (it's difficult to fit O(n) and O(log n) on the same plot),
this adds the ability to nest subplots in the same .svg which try to align
as much as possible. This turned out to be surprisingly complicated.

As a part of this, adopted matplotlib's relatively recent
constrained_layout, which behaves much more consistently.

Also dropped --legend-left, no one should really be using that.
  • Loading branch information
geky committed Dec 16, 2022
1 parent 2d2dd8b commit cfd4e60
Showing 1 changed file with 599 additions and 250 deletions.

0 comments on commit cfd4e60

Please sign in to comment.