Coverage for mlprodict/plotting/plotting.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

5 statements  

1# pylint: disable=W0611 

2""" 

3@file 

4@brief Shorcuts to plotting functions. 

5""" 

6 

7from .text_plot import ( 

8 onnx_text_plot, onnx_text_plot_tree, onnx_simple_text_plot, 

9 onnx_text_plot_io) 

10from .plotting_benchmark import plot_benchmark_metrics 

11from .plotting_validate_graph import plot_validate_benchmark 

12from .plotting_onnx import plot_onnx