# format_sciplot **Repository Path**: mengcanzhai/format_sciplot ## Basic Information - **Project Name**: format_sciplot - **Description**: 配置文件驱动的风格化科研绘图工具,基于matplotlib和seaborn包装构建,自用 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-29 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装 目前为最小可用版本 ``` pip install "git+https://gitee.com/mengcanzhai/format_sciplot.git" ``` ## 使用方法 - 在当前目录生成模板 ``` python -m format_sciplot init barplot ``` - 生成绘图 ``` python -m format_sciplot draw barplot <数据文件路径> <数据模板路径> [-to <输出文件夹>](可选) [-use <配置文件路径>](可选) ```