nc-time-axis icon indicating copy to clipboard operation
nc-time-axis copied to clipboard

Provides support for a cftime axis in matplotlib

Results 18 nc-time-axis issues
Sort by recently updated
recently updated
newest added

## 🚀 Pull Request ### Description Added the `set_params` method to the `NetCDFTimeDateLocator` class to support updating the number of ticks after the nc-time-axis is created. This allows for the...

## 🚀 Pull Request This is a proof of concept to show that we can no longer subclass `mpl.dates.DateConverter` in `NetCDFTimeConverter` without any ill effects. I think it is unlikely...

## ✨ Feature Request Should/ could allow passing a string to `convert` (of the `NetCDFTimeConverter`) be beneficial? ## Motivation I want to set the xlim of a nc-time axis. Is...

New: Feature

Currently, the max number of ticks is set to 4 (on [this line](https://github.com/SciTools/nc-time-axis/blob/master/nc_time_axis/__init__.py#L214)). This is a bit restrictive. It would be nice if the user had control over the number...

## 📚 Documentation This is a nice and useful extension of `cftime` and `matplolib`! We spent some time this afternoon with @oliviermarti trying to understand why a time series based...

New: Documentation
Type: Documentation

## ✨ Feature Request A few years ago, matplotlib introduced a date formatter that helps to display date information in a more concise manner. It does so by minimizing the...

New: Feature

## 📰 Custom Issue I'm adding full docstrings to the main objects in nc-time-axis and noticed that `min_n_ticks`, an optional argument for the `NetCDFDateTimeLocator` constructor, is set as an attribute,...

New: Issue

## 📰 Custom Issue Historically the time units used in nc-time-axis have been `"days since 2000-01-01"`. `cftime.num2date` and `cftime.date2num` are exact as of cftime version 1.2.1 if units of microseconds...

New: Issue

synced local file(s) with [SciTools/.github](https://github.com/SciTools/.github). # [Click for `README`](https://github.com/SciTools/.github/tree/main/templates) Changed files synced local .pre-commit-config.yaml with remote templates/.pre-commit-config.yaml --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#10650249600](https://github.com/SciTools/.github/actions/runs/10650249600)

Type: Infrastructure
Bot

Lockfiles updated to the latest resolvable environment. ### If the CI tasks fail, create a new branch based on this PR and add the required fixes to that branch.

New: Pull Request
Bot