Metadata-Version: 1.1
Name: ipython-animated-array
Version: 0.0.1
Summary: animated array rendering on ipython-notebook (jupyter)
Home-page: https://github.com/airtoxin/ipython-array-animation
Author: Ryoji Ishii
Author-email: airtoxin@icloud.com
License: MIT
Description: ipython-array-animation
        =======================
        
        animated array rendering on ipython-notebook (jupyter)
        
        |https://gyazo.com/cfce4e057c9907ec4a625331b5fc71c2|
        
        Install
        -------
        
        ``pip install ipython-array-animation``
        
        Document
        --------
        
        *Module* ``ipython_array_animation``
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        *Class* ``ipython_array_animation.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()``
        '''''''''''''''''''''''''''''''''
        
        Show animate array.
        
        License
        -------
        
        MIT
        
        .. |https://gyazo.com/cfce4e057c9907ec4a625331b5fc71c2| image:: https://i.gyazo.com/cfce4e057c9907ec4a625331b5fc71c2.gif
           :target: https://gyazo.com/cfce4e057c9907ec4a625331b5fc71c2
        
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
