This repository was archived by the owner on Aug 7, 2026. It is now read-only.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
> **ARCHIVED / 已归档** — this repository is read-only and no longer maintained. > > All functionality has been consolidated into **EMMoMSuite.jl** (the latest version of the MoM framework): > https://github.com/deltaeecs/EMMoMSuite.jl > > Please use `using EMMoMSuite` instead (`Pkg.add("EMMoMSuite")`). #  # MoM_Visualizing  [](https://deltaeecs.github.io/MoM_Visualizing.jl/) [](https://deltaeecs.github.io/MoM_Visualizing.jl/dev/) [](https://github.com/deltaeecs/MoM_Visualizing.jl/actions/workflows/CI.yml?query=branch%3Amaster) [](https://codecov.io/gh/deltaeecs/MoM_Visualizing.jl)    ## 介绍 提供 CEM\_MoMs ([](https://github.com/deltaeecs/CEM_MoMs.jl), [](https://gitee.com/deltaeecs/CEM_MoMs.jl)) 包的可视化绘图函数相关功能。 CEM_MoMs 本身被拆分为几个独立的包以方便开发时快速编译,同时避免在无图形化界面使用时调入绘图相关包而导致报错。 ## 安装与测试 ### 安装 可直接在 Julia REPL 的包管理模式中安装: ```julia julia> Pkg.add("MoM_Visualizing") ``` 或 ```julia pkg> add MoM_Visualizing ``` ### 测试 同样可直接在 Julia REPL 的包管理模式中测试包: ```julia julia> Pkg.test("MoM_Visualizing") ``` 或 ```julia pkg> add MoM_Visualizing ```