# ohos_lib_graph **Repository Path**: stesen/ohos_lib_graph ## Basic Information - **Project Name**: ohos_lib_graph - **Description**: 绘制so关系。目前配套ohos,理论上适合所有linux - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-06-01 - **Last Updated**: 2023-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 首先 ```shell pip install pyecharts ``` 抓取so ```shell hdc_std file send get_libs.sh /data hdc_std shell sh /data/get_libs.sh hiview hdc_std file recv /data/libs_hiview . ``` 画图 ```shell python calc_libs.py libs_hiview ``` 示例