Metadata-Version: 2.1
Name: yagamee
Version: 0.2.2
Summary: 理系大学生のためのレポート作成支援ツール
Home-page: https://github.com/Mya-Mya/yagamee
Author: Mya-Mya
Author-email: 
License: MIT
Keywords: matplotlib,graphing,report,report-making,university,science
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE

[![License](https://img.shields.io/github/license/Mya-Mya/yagamee)](https://github.com/Mya-Mya/yagamee)

[![PyPI](https://img.shields.io/pypi/v/yagamee)](https://pypi.org/project/yagamee/)

[![Language](https://img.shields.io/github/languages/top/Mya-Mya/yagamee)](https://github.com/Mya-Mya/yagamee)

# yagamee



グラフ描画・データ整理などなど



矢上発・理系大学生のためのレポート作成支援ツール



# 使い方

1. (初回の方) `yagamee`をインストールします．

```

pip install yagamee

```

2. `Matplotlib`でグラフ作成を始める前に，`yagamee`をインポートします．



```

import yagamee

```



3. `Matplotlib`で作成したグラフが理系レポート仕様になります！



