Skip to main content

Generate a hydrograph and a hyetograph.

Project description

PyPI version

hydrohyeto_matplotlib

ハイドロ、ハイエトグラフをmatplotlibで表示します。

demo

利用方法

  • hydrohyeto_matplotlibをimportした後、hydrohyetoを実行します。
  • グラフのラベルや凡例等のパラメータはコードの「default_kwargs」を参照してください。
import hydrohyeto_matplotlib
import pandas as pd

df_o = pd.read_csv(f'demo.csv', parse_dates=['date'], index_col=0)

zz = {
    'label_real': '実測値',
    'title': 'デモ用',
}
fig = hydrohyeto_matplotlib.hydrohyeto(
    df_o,
    **zz
)
fig.savefig('demo.png')

インストール

# pip
pip install hydrohyeto-matplotlib

利用フォント

IPAフォントのIPAexゴシック(Ver.003.01)を利用しています。 利用にあたってはIPAフォントライセンスv1.0に同意してください。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hydrohyeto_matplotlib-0.1.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

hydrohyeto_matplotlib-0.1.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file hydrohyeto_matplotlib-0.1.0.tar.gz.

File metadata

  • Download URL: hydrohyeto_matplotlib-0.1.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.8

File hashes

Hashes for hydrohyeto_matplotlib-0.1.0.tar.gz
Algorithm Hash digest
SHA256 79aedd95c5c11ebaecf6805ac19ea8c3d615f70e9a20b0768543e457c61bd892
MD5 5ae9927df759305dfb7baa99fc8af2d7
BLAKE2b-256 e636a502e256e7fd6a684a6a8603d7a386fe4c09ac05f6584e775cbb298cb09e

See more details on using hashes here.

File details

Details for the file hydrohyeto_matplotlib-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for hydrohyeto_matplotlib-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3b2632629bf85cd0318d125bdd4ac3bfce795dfbaf7a9fff979c643694ae873c
MD5 79887a4427405cfa5b65d9293b3f98c2
BLAKE2b-256 c0cc1a78ddaee93bc76e6f7e5e5284af5f0043943fd872fdbad6e7009f047e31

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page