/coplot

A personal plotting library that commonly used in the research of cosmology and astrophysics.

Primary LanguagePythonMIT LicenseMIT

CoPlot

CoPlot is a personal plotting library that commonly used in the research of cosmology and astrophysics. It contains many commonly used plotting modules.

It will be updated according to the research progress of the researcher. Its goal is to achieve the most complex and perfect drawings with minimal code.

If you find it useful, enjoy it!

Documentation

The documentation can be found at coplot.readthedocs.io.

Dependencies

  • os
  • numpy
  • scipy
  • math
  • matplotlib
  • logging

Installation

You can install coplot by using pip:

$ sudo pip install coplot

or from source:

$ git clone https://github.com/Guo-Jian-Wang/coplot.git
$ cd coplot
$ sudo python setup.py install

License

Copyright 2020-2020 Guojian Wang

coplot is free software made available under the MIT License. For details see the LICENSE file.