Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Jun 7, 2024
1 parent b415da2 commit 871f260
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![CI](https://github.com/tlambert03/ndv/actions/workflows/ci.yml/badge.svg)](https://github.com/tlambert03/ndv/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/tlambert03/ndv/branch/main/graph/badge.svg)](https://codecov.io/gh/tlambert03/ndv)

Simple python nd array viewer:
Simple, fast-loading, asynchronous, n-dimensional viewer for Qt, with minimal dependencies.

```python
from qtpy import QtWidgets
Expand All @@ -23,8 +23,6 @@ qapp.exec()

## `NDViewer`

Simple, fast-loading, asynchronous, n-dimensional viewer for Qt. Minimal dependencies.

- supports arbitrary number of dimensions, with 2D/3D view canvas, and sliders for all non-visible dims
- sliders support integer as well as slice (range)-based slicing
- colormaps provided by [cmap](https://github.com/tlambert03/cmap)
Expand Down

0 comments on commit 871f260

Please sign in to comment.