# FigureDrawer **Repository Path**: tju_haibo/FigureDrawer ## Basic Information - **Project Name**: FigureDrawer - **Description**: Wrappers for some common figure drawing APIs used in my experiments. - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FigureDrawer Inspired by the [mydrawer](https://github.com/yingjunwu/mydrawer.git) written by [Yingjun Wu](https://yingjunwu.github.io/). APIs: + DrawBrokenBarHFig + DrawColorBrokenBarHFig + DrawHatchBrokenBarHFig + DrawBreakdownFig + DrawLineFig + DrawBarFig # mydrawer python scripts for drawing experiment figures. The scripts have been tested in the following environments: ``` macOS Catalina (10.15) Ubuntu GNU/Linux 18.04 ``` `python3` is preferred. If there's any problem (e.g., font) when running the scripts, please upgrade `matplotlib` to the latest version. Any comments are welcome.