Metadata-Version: 1.1
Name: ipython-animated-array
Version: 1.0.0
Summary: animated array rendering on ipython-notebook (jupyter)
Home-page: https://github.com/airtoxin/ipython-animated-array
Author: Ryoji Ishii
Author-email: airtoxin@icloud.com
License: MIT
Description: ipython-animated-array
        ======================
        
        render animated array on ipython-notebook (jupyter)
        
        |https://gyazo.com/5e0f68746ce124a0891749903b6c8a3c|
        
        Install
        -------
        
        ``pip install ipython-animated-array``
        
        Document
        --------
        
        *Module* ``ipython_animated_array``
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        *Class* ``ipython_animated_array.AnimateArray``
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        ``constructor(viz_list, cmap='cool')``
        ''''''''''''''''''''''''''''''''''''''
        
        **viz\_list**: list of animating array(1d or 2d).
        
        **cmap='cool'**: `color map
        name <http://matplotlib.org/users/colormaps.html>`__
        
        *Method* ``animate_array.show(reflesh=1000)``
        '''''''''''''''''''''''''''''''''''''''''''''
        
        Show animate array.
        
        **reflesh=1000** ``reflesh animation duration(ms).``
        
        License
        -------
        
        MIT
        
        .. |https://gyazo.com/5e0f68746ce124a0891749903b6c8a3c| image:: https://i.gyazo.com/5e0f68746ce124a0891749903b6c8a3c.gif
           :target: https://gyazo.com/5e0f68746ce124a0891749903b6c8a3c
        
Keywords: ipython jupyter animation array
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Framework :: IPython
Classifier: Topic :: Scientific/Engineering :: Visualization
