Skip to main content

Reference data used in my research

Project description

ToCM_reference_data

A python library to process reference data usefull for my projects.

How to

This is a small code example of how this library works

import tocm_reference_data as ref
import matplotlib.pyplot as plt

for line in ref.Hestand_2015.figure7.lines:
    plt.plot(line.x, line.y, label=line.label)

plt.legend()
plt.show()

print(ref.Hestand_2015.metadata)

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

tocm_reference_data-0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

tocm_reference_data-0.1-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

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