Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add `scale_percentile` method * rearrange the `Array` to process the given rgb array by `scale_percentile` instead of the surface reflectance function * the `statistic.histogram` can plot multiple column array * add docstring * add images to docstring * move docs inside resources folder * add auto docs * reformat * update index * adjust version number * add modules * add autodocs for the array class * add installation page * add installation page * update dependencies in the installation page * add statistics.py docstring * update the index file * add docstring to the array module * add pytest config file * update the package description * update the package description * correct module name * correct code block * add example to Array class * add example to Array class * adjust the docs to use pip instead of conda * adjust the docs to use pip instead of conda * add doc requirements to the setup.py * remove the ../. from the docs/requirements.txt file * add to extra docs to the index.rst * correct module name * correct indundations * remove the environment.yml * add docs build files * clean comment statments * rename the `get_rgb` to `to_rgb` * rename the `hex_color` attribute to `color_value` * add example for creating the `colors` object * add `is_valid_rgb` method and tests * add doctest to pre-commit hooks * create `is_valid_hex_i` and `is_valid_rgb_i` * create `get_type` function * split the `is_valid_rgb` to two different functions * add `to_hex` method * adjust the `to_rgb` for the format * adjust scripts * rename the `Array` class to `ArrayGlyph` * rename the Array class to ArrayGlyph * rename the array module to array_glyph * rename the `array` module to `array_glyph` * reformat styles module * fix missing array_glyph docs * abstract the color bar creating lines into a function. * solve the floating point error in calculating the ticks * rename the `color_scale` to be `linear`, `power`, ... * correct the color scale names * parse the kwargs in the constructors as well as the `plot` method * adjust the colorbar parameters in the kwargs to start with cbar * add examples to the `plot` method * adjust indentations * adjust indentations * adjust indentations * remove class level docstring * correct indentation * add more examples * add more examples * correct image paths * add animate example * convert method to private * update checklist files
- Loading branch information