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.1.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: hydrohyeto_matplotlib-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 85e856d335aa47c8d6241d9032b4325495c5b131f27976c6bf213619e22a25cb
MD5 c548a591215c7f92ae77d3fbffd054dc
BLAKE2b-256 8184cf331c5f6eddf6c7100748781641e2dba051ae257fba8e769a2af274648c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hydrohyeto_matplotlib-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 10c5328e2d4a31a4a5a433b5322380ef5be54f74e193208eacfacef47e0d9120
MD5 d49a8052d126d2f63eec6fc67f3cd849
BLAKE2b-256 51264eda73ad2a77db611aa16ff84f50ecc268883ba905653ebf915f4bc1bbd2

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