B
    =cwN                 @   s  d dl Z e dde G dd deZG dd deZG dd	 d	eZG d
d deZG dd deZ	G dd deZ
G dd deZG dd deZG dd deZG dd deZG dd deZG dd deZG dd deZG dd deZG d d! d!eZG d"d# d#eZG d$d% d%eZG d&d' d'eZG d(d) d)eZG d*d+ d+eZG d,d- d-eZG d.d/ d/eZG d0d1 d1eZG d2d3 d3eZG d4d5 d5eZdS )6    Ndefaultz%plotly\.graph_objs\.\w+ is deprecatedc                   s    e Zd ZdZ fddZ  ZS )Dataz
    plotly.graph_objs.Data is deprecated.
Please replace it with a list or tuple of instances of the following types
  - plotly.graph_objs.Scatter
  - plotly.graph_objs.Bar
  - plotly.graph_objs.Area
  - plotly.graph_objs.Histogram
  - etc.

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Data is deprecated.
Please replace it with a list or tuple of instances of the following types
  - plotly.graph_objs.Scatter
  - plotly.graph_objs.Bar
  - plotly.graph_objs.Area
  - plotly.graph_objs.Histogram
  - etc.

        zplotly.graph_objs.Data is deprecated.
Please replace it with a list or tuple of instances of the following types
  - plotly.graph_objs.Scatter
  - plotly.graph_objs.Bar
  - plotly.graph_objs.Area
  - plotly.graph_objs.Histogram
  - etc.
N)warningswarnDeprecationWarningsuperr   __init__)selfargskwargs)	__class__ P/var/www/cleansys/lib/python3.7/site-packages/plotly/graph_objs/_deprecations.pyr      s    zData.__init__)__name__
__module____qualname____doc__r   __classcell__r   r   )r   r   r      s   
r   c                   s    e Zd ZdZ fddZ  ZS )Annotationsz
    plotly.graph_objs.Annotations is deprecated.
Please replace it with a list or tuple of instances of the following types
  - plotly.graph_objs.layout.Annotation
  - plotly.graph_objs.layout.scene.Annotation

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Annotations is deprecated.
Please replace it with a list or tuple of instances of the following types
  - plotly.graph_objs.layout.Annotation
  - plotly.graph_objs.layout.scene.Annotation

        zplotly.graph_objs.Annotations is deprecated.
Please replace it with a list or tuple of instances of the following types
  - plotly.graph_objs.layout.Annotation
  - plotly.graph_objs.layout.scene.Annotation
N)r   r   r   r   r   r   )r	   r
   r   )r   r   r   r   6   s    zAnnotations.__init__)r   r   r   r   r   r   r   r   )r   r   r   -   s   r   c                   s    e Zd ZdZ fddZ  ZS )Framesz
    plotly.graph_objs.Frames is deprecated.
Please replace it with a list or tuple of instances of the following types
  - plotly.graph_objs.Frame

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Frames is deprecated.
Please replace it with a list or tuple of instances of the following types
  - plotly.graph_objs.Frame

        zplotly.graph_objs.Frames is deprecated.
Please replace it with a list or tuple of instances of the following types
  - plotly.graph_objs.Frame
N)r   r   r   r   r   r   )r	   r
   r   )r   r   r   r   Q   s    zFrames.__init__)r   r   r   r   r   r   r   r   )r   r   r   I   s   r   c                   s    e Zd ZdZ fddZ  ZS )AngularAxisz
    plotly.graph_objs.AngularAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.AngularAxis
  - plotly.graph_objs.layout.polar.AngularAxis

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.AngularAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.AngularAxis
  - plotly.graph_objs.layout.polar.AngularAxis

        zplotly.graph_objs.AngularAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.AngularAxis
  - plotly.graph_objs.layout.polar.AngularAxis
N)r   r   r   r   r   r   )r	   r
   r   )r   r   r   r   k   s    zAngularAxis.__init__)r   r   r   r   r   r   r   r   )r   r   r   b   s   r   c                   s    e Zd ZdZ fddZ  ZS )
Annotationz
    plotly.graph_objs.Annotation is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Annotation
  - plotly.graph_objs.layout.scene.Annotation

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Annotation is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Annotation
  - plotly.graph_objs.layout.scene.Annotation

        zplotly.graph_objs.Annotation is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Annotation
  - plotly.graph_objs.layout.scene.Annotation
N)r   r   r   r   r   r   )r	   r
   r   )r   r   r   r      s    zAnnotation.__init__)r   r   r   r   r   r   r   r   )r   r   r   ~   s   r   c                   s    e Zd ZdZ fddZ  ZS )ColorBarz
    plotly.graph_objs.ColorBar is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.marker.ColorBar
  - plotly.graph_objs.surface.ColorBar
  - etc.

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.ColorBar is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.marker.ColorBar
  - plotly.graph_objs.surface.ColorBar
  - etc.

        zplotly.graph_objs.ColorBar is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.marker.ColorBar
  - plotly.graph_objs.surface.ColorBar
  - etc.
N)r   r   r   r   r   r   )r	   r
   r   )r   r   r   r      s    	zColorBar.__init__)r   r   r   r   r   r   r   r   )r   r   r      s   r   c                   s    e Zd ZdZ fddZ  ZS )Contoursz
    plotly.graph_objs.Contours is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.contour.Contours
  - plotly.graph_objs.surface.Contours
  - etc.

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Contours is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.contour.Contours
  - plotly.graph_objs.surface.Contours
  - etc.

        zplotly.graph_objs.Contours is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.contour.Contours
  - plotly.graph_objs.surface.Contours
  - etc.
N)r   r   r   r   r   r   )r	   r
   r   )r   r   r   r      s    	zContours.__init__)r   r   r   r   r   r   r   r   )r   r   r      s   r   c                   s    e Zd ZdZ fddZ  ZS )ErrorXz
    plotly.graph_objs.ErrorX is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.ErrorX
  - plotly.graph_objs.histogram.ErrorX
  - etc.

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.ErrorX is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.ErrorX
  - plotly.graph_objs.histogram.ErrorX
  - etc.

        zplotly.graph_objs.ErrorX is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.ErrorX
  - plotly.graph_objs.histogram.ErrorX
  - etc.
N)r   r   r   r   r   r   )r	   r
   r   )r   r   r   r      s    	zErrorX.__init__)r   r   r   r   r   r   r   r   )r   r   r      s   r   c                   s    e Zd ZdZ fddZ  ZS )ErrorYz
    plotly.graph_objs.ErrorY is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.ErrorY
  - plotly.graph_objs.histogram.ErrorY
  - etc.

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.ErrorY is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.ErrorY
  - plotly.graph_objs.histogram.ErrorY
  - etc.

        zplotly.graph_objs.ErrorY is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.ErrorY
  - plotly.graph_objs.histogram.ErrorY
  - etc.
N)r   r   r   r   r   r   )r	   r
   r   )r   r   r   r     s    	zErrorY.__init__)r   r   r   r   r   r   r   r   )r   r   r      s   r   c                   s    e Zd ZdZ fddZ  ZS )ErrorZz
    plotly.graph_objs.ErrorZ is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter3d.ErrorZ

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.ErrorZ is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter3d.ErrorZ

        zplotly.graph_objs.ErrorZ is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter3d.ErrorZ
N)r   r   r   r   r   r   )r	   r
   r   )r   r   r   r     s    zErrorZ.__init__)r   r   r   r   r   r   r   r   )r   r   r     s   r   c                   s    e Zd ZdZ fddZ  ZS )Fontz
    plotly.graph_objs.Font is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Font
  - plotly.graph_objs.layout.hoverlabel.Font
  - etc.

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Font is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Font
  - plotly.graph_objs.layout.hoverlabel.Font
  - etc.

        zplotly.graph_objs.Font is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Font
  - plotly.graph_objs.layout.hoverlabel.Font
  - etc.
N)r   r   r   r   r   r   )r	   r
   r   )r   r   r   r   9  s    	zFont.__init__)r   r   r   r   r   r   r   r   )r   r   r   /  s   r   c                   s    e Zd ZdZ fddZ  ZS )Legendz
    plotly.graph_objs.Legend is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Legend

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Legend is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Legend

        zplotly.graph_objs.Legend is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Legend
N)r   r   r   r   r   r   )r	   r
   r   )r   r   r   r   V  s    zLegend.__init__)r   r   r   r   r   r   r   r   )r   r   r   N  s   r   c                   s    e Zd ZdZ fddZ  ZS )Linez
    plotly.graph_objs.Line is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.Line
  - plotly.graph_objs.layout.shape.Line
  - etc.

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Line is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.Line
  - plotly.graph_objs.layout.shape.Line
  - etc.

        zplotly.graph_objs.Line is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.Line
  - plotly.graph_objs.layout.shape.Line
  - etc.
N)r   r   r   r   r   r   )r	   r
   r   )r   r   r   r   q  s    	zLine.__init__)r   r   r   r   r   r   r   r   )r   r   r   g  s   r   c                   s    e Zd ZdZ fddZ  ZS )Marginz
    plotly.graph_objs.Margin is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Margin

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Margin is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Margin

        zplotly.graph_objs.Margin is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Margin
N)r   r   r   r   r    r   )r	   r
   r   )r   r   r   r     s    zMargin.__init__)r   r   r   r   r   r   r   r   )r   r   r      s   r    c                   s    e Zd ZdZ fddZ  ZS )Markerz
    plotly.graph_objs.Marker is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.Marker
  - plotly.graph_objs.histogram.selected.Marker
  - etc.

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Marker is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.Marker
  - plotly.graph_objs.histogram.selected.Marker
  - etc.

        zplotly.graph_objs.Marker is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.Marker
  - plotly.graph_objs.histogram.selected.Marker
  - etc.
N)r   r   r   r   r!   r   )r	   r
   r   )r   r   r   r     s    	zMarker.__init__)r   r   r   r   r   r   r   r   )r   r   r!     s   r!   c                   s    e Zd ZdZ fddZ  ZS )
RadialAxisz
    plotly.graph_objs.RadialAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.RadialAxis
  - plotly.graph_objs.layout.polar.RadialAxis

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.RadialAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.RadialAxis
  - plotly.graph_objs.layout.polar.RadialAxis

        zplotly.graph_objs.RadialAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.RadialAxis
  - plotly.graph_objs.layout.polar.RadialAxis
N)r   r   r   r   r"   r   )r	   r
   r   )r   r   r   r     s    zRadialAxis.__init__)r   r   r   r   r   r   r   r   )r   r   r"     s   r"   c                   s    e Zd ZdZ fddZ  ZS )Scenez
    plotly.graph_objs.Scene is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Scene

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Scene is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Scene

        zplotly.graph_objs.Scene is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.Scene
N)r   r   r   r   r#   r   )r	   r
   r   )r   r   r   r     s    zScene.__init__)r   r   r   r   r   r   r   r   )r   r   r#     s   r#   c                   s    e Zd ZdZ fddZ  ZS )Streamz
    plotly.graph_objs.Stream is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.Stream
  - plotly.graph_objs.area.Stream

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Stream is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.Stream
  - plotly.graph_objs.area.Stream

        zplotly.graph_objs.Stream is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.scatter.Stream
  - plotly.graph_objs.area.Stream
N)r   r   r   r   r$   r   )r	   r
   r   )r   r   r   r     s    zStream.__init__)r   r   r   r   r   r   r   r   )r   r   r$     s   r$   c                   s    e Zd ZdZ fddZ  ZS )XAxisz
    plotly.graph_objs.XAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.XAxis
  - plotly.graph_objs.layout.scene.XAxis

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.XAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.XAxis
  - plotly.graph_objs.layout.scene.XAxis

        zplotly.graph_objs.XAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.XAxis
  - plotly.graph_objs.layout.scene.XAxis
N)r   r   r   r   r%   r   )r	   r
   r   )r   r   r   r     s    zXAxis.__init__)r   r   r   r   r   r   r   r   )r   r   r%     s   r%   c                   s    e Zd ZdZ fddZ  ZS )YAxisz
    plotly.graph_objs.YAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.YAxis
  - plotly.graph_objs.layout.scene.YAxis

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.YAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.YAxis
  - plotly.graph_objs.layout.scene.YAxis

        zplotly.graph_objs.YAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.YAxis
  - plotly.graph_objs.layout.scene.YAxis
N)r   r   r   r   r&   r   )r	   r
   r   )r   r   r   r   4  s    zYAxis.__init__)r   r   r   r   r   r   r   r   )r   r   r&   +  s   r&   c                   s    e Zd ZdZ fddZ  ZS )ZAxisz
    plotly.graph_objs.ZAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.scene.ZAxis

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.ZAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.scene.ZAxis

        zplotly.graph_objs.ZAxis is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.layout.scene.ZAxis
N)r   r   r   r   r'   r   )r	   r
   r   )r   r   r   r   O  s    zZAxis.__init__)r   r   r   r   r   r   r   r   )r   r   r'   G  s   r'   c                   s    e Zd ZdZ fddZ  ZS )XBinsz
    plotly.graph_objs.XBins is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.histogram.XBins
  - plotly.graph_objs.histogram2d.XBins

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.XBins is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.histogram.XBins
  - plotly.graph_objs.histogram2d.XBins

        zplotly.graph_objs.XBins is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.histogram.XBins
  - plotly.graph_objs.histogram2d.XBins
N)r   r   r   r   r(   r   )r	   r
   r   )r   r   r   r   i  s    zXBins.__init__)r   r   r   r   r   r   r   r   )r   r   r(   `  s   r(   c                   s    e Zd ZdZ fddZ  ZS )YBinsz
    plotly.graph_objs.YBins is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.histogram.YBins
  - plotly.graph_objs.histogram2d.YBins

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.YBins is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.histogram.YBins
  - plotly.graph_objs.histogram2d.YBins

        zplotly.graph_objs.YBins is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.histogram.YBins
  - plotly.graph_objs.histogram2d.YBins
N)r   r   r   r   r)   r   )r	   r
   r   )r   r   r   r     s    zYBins.__init__)r   r   r   r   r   r   r   r   )r   r   r)   |  s   r)   c                   s    e Zd ZdZ fddZ  ZS )Tracez
    plotly.graph_objs.Trace is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.Scatter
  - plotly.graph_objs.Bar
  - plotly.graph_objs.Area
  - plotly.graph_objs.Histogram
  - etc.

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Trace is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.Scatter
  - plotly.graph_objs.Bar
  - plotly.graph_objs.Area
  - plotly.graph_objs.Histogram
  - etc.

        zplotly.graph_objs.Trace is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.Scatter
  - plotly.graph_objs.Bar
  - plotly.graph_objs.Area
  - plotly.graph_objs.Histogram
  - etc.
N)r   r   r   r   r*   r   )r	   r
   r   )r   r   r   r     s    zTrace.__init__)r   r   r   r   r   r   r   r   )r   r   r*     s   
r*   c                   s    e Zd ZdZ fddZ  ZS )Histogram2dcontourz
    plotly.graph_objs.Histogram2dcontour is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.Histogram2dContour

    c                s"   t dt tt| j|| dS )z
        plotly.graph_objs.Histogram2dcontour is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.Histogram2dContour

        zplotly.graph_objs.Histogram2dcontour is deprecated.
Please replace it with one of the following more specific types
  - plotly.graph_objs.Histogram2dContour
N)r   r   r   r   r+   r   )r	   r
   r   )r   r   r   r     s    zHistogram2dcontour.__init__)r   r   r   r   r   r   r   r   )r   r   r+     s   r+   )r   filterwarningsr   listr   r   r   dictr   r   r   r   r   r   r   r   r   r   r    r!   r"   r#   r$   r%   r&   r'   r(   r)   r*   r+   r   r   r   r   <module>   s6   
%%