Skip to content

Commit

Permalink
move performance tests to benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Jan 11, 2021
1 parent d0116cb commit 47d1913
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function singleplot(filename::String, name::String, compare::String = "")
end
ax[:yaxis][:set_major_formatter](f)
ax[:legend](fontsize = 6, loc = 2, ncol = 1)
subplots_adjust(bottom = 0.12,top=0.92)
subplots_adjust(left = 0.15, bottom = 0.12,top=0.92)
fig[:savefig](name*filename*".pdf")
end

Expand Down
File renamed without changes.

0 comments on commit 47d1913

Please sign in to comment.