matsoftware/swift-code-metrics

Do not initialize matplotlib if generate-graphs is not passed

Closed this issue · 1 comments

When there's no need of rendering graphs (e.g. when --generate-graphs is not passed), the matplotlib module should not be initialized.

Solved in #16