Metadata-Version: 1.1
Name: orthoproj
Version: 0.0.3
Summary: Python package to create an Orthogonal Projection of 3D data with full axes synchronisation
Home-page: https://github.com/apbard/orthoproj
Author: Alessandro Pietro Bardelli
Author-email: UNKNOWN
License: MIT
Description: # OrthogonalProjection
        Easily create Orthogonal Projections graphs with matplotlib.
        
        [Orthogonal Projections](https://en.wikipedia.org/wiki/Multiview_orthographic_projection) (or  Orthographic Projections) are 2D visualisations of 3D objects from different directions all parallel to one of the coordinate axes of the object. 
        This class implements the first-angle scheme that is basically used worldwide but the United States (that uses the third-angle scheme) 
        
        The following picture (taken from larapedia.com) show an example:
        ![proiezioni_ortogonali](https://cloud.githubusercontent.com/assets/12557177/15484325/ca1bf938-2139-11e6-9617-af6c9d92d9e5.jpg)
        
        
        ### Features
        
        * All axes are synchronised
        * Different kind of plot supported:
          * Plot
          * Scatter
          * Wireframe
          * Surface (in 2D subplots a wireframe is still shown)
          * Collection
        * All arguments supported by underlying matplotlib plot are supported
        * Blocking/Non Blocking show
        
        ### Documentation/Example 
        See [orthoproj_demo.py](https://github.com/apbard/orthoproj/blob/master/example/orthoproj_demo.py) to see an example that will produce the following plot:
        
        ![example](https://cloud.githubusercontent.com/assets/12557177/15484323/c9fd5adc-2139-11e6-81ae-0f400952de62.png)
        
Keywords: orthogonal projections,visualisation,plot
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
