File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99### Fixed
1010
1111- [ PR-11] ( https://github.com/matsoftware/swift-code-metrics/pull/11 ) Improved layout of bar plots for codebases with many frameworks
12+ - [ Issue-12] ( https://github.com/matsoftware/swift-code-metrics/issues/12 ) ` matplotlib ` not initialized if ` generate-graphs ` is not passed
13+
1214
1315## [ 1.3.0] ( https://github.com/matsoftware/swift-code-metrics/releases/tag/1.3.0 ) - 2019-03-14
1416
Original file line number Diff line number Diff line change 44
55from ._helpers import Log ,ReportingHelpers
66from ._analyzer import Inspector
7- from ._presenter import GraphPresenter
87from ._metrics import Metrics
98from .version import VERSION
109import sys
@@ -75,6 +74,7 @@ def main():
7574 sys .exit (0 )
7675
7776 # Creates graphs
77+ from ._presenter import GraphPresenter
7878 graph_presenter = GraphPresenter (artifacts )
7979 non_test_frameworks = analyzer .filtered_frameworks (is_test = False )
8080 test_frameworks = analyzer .filtered_frameworks (is_test = True )
You can’t perform that action at this time.
0 commit comments