https://github.com/pbrus/interactive-diagrams
This program allows to visualize data on different diagrams. There is no limitation on the number of displaying graphs. Interaction with one of them has the influence on other.
https://github.com/pbrus/interactive-diagrams
diagram interactive photometric stars visualize-data
Last synced: 14 days ago
JSON representation
This program allows to visualize data on different diagrams. There is no limitation on the number of displaying graphs. Interaction with one of them has the influence on other.
- Host: GitHub
- URL: https://github.com/pbrus/interactive-diagrams
- Owner: pbrus
- License: mit
- Created: 2017-01-05T22:26:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T18:29:52.000Z (almost 7 years ago)
- Last Synced: 2025-12-16T20:17:44.039Z (3 months ago)
- Topics: diagram, interactive, photometric, stars, visualize-data
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interactive-diagrams
[](https://travis-ci.org/pbrus/interactive-diagrams)
[](https://www.python.org/)
[](https://badge.fury.io/py/idgrms)
[](https://github.com/pbrus/interactive-diagrams/blob/master/LICENSE)
This program allows to visualize points on different diagrams and interact with them.

## Installation
To install the package please type from the command line:
```bash
$ sudo pip3 install idgrms
```
or alternatively:
```bash
$ git clone https://github.com/pbrus/interactive-diagrams
$ cd interactive-diagrams
$ sudo python3 setup.py install
```
## Usage
To use the program properly you need to prepare a file with data. At the beginning call the script from the terminal window with the `-h` option:
```bash
$ interactive_diagrams.py -h
```
This will give you a description of all options. If you need to see the program in action immediately, please download the `example_data/` directory from the repository to your working directory. A basic call:
```bash
$ interactive_diagrams.py example_data/mags.db --col 12 -10 --col 12 -4
```
More advanced call:
```bash
$ interactive_diagrams.py example_data/mags.db --col 12 -10 --col 12 -4 --grp example_data/best.num green --grp example_data/better.num yellow -t
```
In both cases try to click on any point to see changes on diagrams.
I encourage to visit my website to see more detailed description of this program. The current link can be found on my [GitHub profile](https://github.com/pbrus).
## License
**Interactive-diagrams** is licensed under the [MIT license](http://opensource.org/licenses/MIT).