https://github.com/bjlittle/nc-time-axis
Support for netcdftime axis in matplotlib.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Support for netcdftime axis in matplotlib.
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of SciTools/nc-time-axis
Created almost 10 years ago
· Last pushed 12 months ago
https://github.com/bjlittle/nc-time-axis/blob/main/
# nc-time-axisSupport for a cftime axis in matplotlib
| | | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | CI | [](https://github.com/SciTools/nc-time-axis/actions/workflows/ci-citation.yml) [](https://github.com/SciTools/nc-time-axis/actions/workflows/ci-locks.yml) [](https://github.com/SciTools/nc-time-axis/actions/workflows/ci-manifest.yml) [](https://github.com/SciTools/nc-time-axis/actions/workflows/ci-wheels.yml) [](https://results.pre-commit.ci/latest/github/SciTools/nc-time-axis/main) | | Community | [](https://github.com/SciTools/nc-time-axes/blob/main/CODE_OF_CONDUCT.md) [](https://github.com/SciTools/nc-time-axis/discussions) | | Documentation | [](https://nc-time-axis.readthedocs.io/en/stable/?badge=stable) | | Health | [](https://codecov.io/gh/SciTools/nc-time-axis) | | Meta | [](https://github.com/astral-sh/ruff) [](https://scientific-python.org/specs/spec-0000/) [](https://github.com/SciTools/nc-time-axis/blob/main/LICENSE) [](https://anaconda.org/conda-forge/nc-time-axis) | | Package | [](https://doi.org/10.5281/zenodo.6472640) [](https://anaconda.org/conda-forge/nc-time-axis) [](https://pypi.org/project/nc-time-axis/) [](https://pypi.org/project/nc-time-axis/) | | Repo | [](https://github.com/SciTools/nc-time-axis/commits/main) [](https://github.com/SciTools/nc-time-axis/graphs/contributors) [](https://github.com/SciTools/nc-time-axis/releases) | | | ## Installation Install `nc-time-axis` either with `conda`: ```shell conda install -c conda-forge nc-time-axis ``` Or `pip`: ```shell pip install nc-time-axis ``` ## Example ```python import random import cftime import matplotlib.pyplot as plt import nc_time_axis calendar = "360_day" dt = [ cftime.datetime(year=2017, month=2, day=day, calendar=calendar) for day in range(1, 31) ] temperatures = [round(random.uniform(0, 12), 3) for _ in range(len(dt))] plt.plot(dt, temperatures) plt.margins(0.1) plt.ylim(0, 12) plt.xlabel("Date") plt.ylabel("Temperature") plt.show() ```  ## License `nc-time-axis` is distributed under the terms of the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license. ## [#ShowYourStripes](https://showyourstripes.info/s/globe)**Graphics and Lead Scientist**: [Ed Hawkins](http://www.met.reading.ac.uk/~ed/home/index.php), National Centre for Atmospheric Science, University of Reading. **Data**: Berkeley Earth, NOAA, UK Met Office, MeteoSwiss, DWD, SMHI, UoR, Meteo France & ZAMG.
![]()
#ShowYourStripes is distributed under a Creative Commons Attribution 4.0 International License
![]()
Owner
- Name: Bill Little
- Login: bjlittle
- Kind: user
- Location: Exeter, Devon, England
- Company: Met Office
- Website: https://www.metoffice.gov.uk/
- Twitter: billjameslittle
- Repositories: 136
- Profile: https://github.com/bjlittle
Soft, fluffy and machine washable.
GitHub Events
Total
- Push event: 21
- Create event: 9
Last Year
- Push event: 21
- Create event: 9

