ScatterViewerState3D
====================

.. currentmodule:: glue.viewers.scatter3d.viewer_state

.. autoclass:: ScatterViewerState3D
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ScatterViewerState3D.aspect
      ~ScatterViewerState3D.clip_data
      ~ScatterViewerState3D.clip_limits
      ~ScatterViewerState3D.layers
      ~ScatterViewerState3D.layers_data
      ~ScatterViewerState3D.line_width
      ~ScatterViewerState3D.native_aspect
      ~ScatterViewerState3D.perspective_view
      ~ScatterViewerState3D.title
      ~ScatterViewerState3D.visible_axes
      ~ScatterViewerState3D.x_att
      ~ScatterViewerState3D.x_max
      ~ScatterViewerState3D.x_min
      ~ScatterViewerState3D.x_stretch
      ~ScatterViewerState3D.y_att
      ~ScatterViewerState3D.y_max
      ~ScatterViewerState3D.y_min
      ~ScatterViewerState3D.y_stretch
      ~ScatterViewerState3D.z_att
      ~ScatterViewerState3D.z_max
      ~ScatterViewerState3D.z_min
      ~ScatterViewerState3D.z_stretch

   .. rubric:: Methods Summary

   .. autosummary::

      ~ScatterViewerState3D.add_callback
      ~ScatterViewerState3D.add_global_callback
      ~ScatterViewerState3D.as_dict
      ~ScatterViewerState3D.callback_properties
      ~ScatterViewerState3D.clear_callbacks
      ~ScatterViewerState3D.flip_x
      ~ScatterViewerState3D.flip_y
      ~ScatterViewerState3D.flip_z
      ~ScatterViewerState3D.is_alias
      ~ScatterViewerState3D.is_callback_property
      ~ScatterViewerState3D.iter_callback_properties
      ~ScatterViewerState3D.remove_callback
      ~ScatterViewerState3D.remove_global_callback
      ~ScatterViewerState3D.reset
      ~ScatterViewerState3D.reset_limits
      ~ScatterViewerState3D.set_limits
      ~ScatterViewerState3D.update_from_dict
      ~ScatterViewerState3D.update_from_state

   .. rubric:: Attributes Documentation

   .. autoattribute:: aspect
   .. autoattribute:: clip_data
   .. autoattribute:: clip_limits
   .. autoattribute:: layers
   .. autoattribute:: layers_data
   .. autoattribute:: line_width
   .. autoattribute:: native_aspect
   .. autoattribute:: perspective_view
   .. autoattribute:: title
   .. autoattribute:: visible_axes
   .. autoattribute:: x_att
   .. autoattribute:: x_max
   .. autoattribute:: x_min
   .. autoattribute:: x_stretch
   .. autoattribute:: y_att
   .. autoattribute:: y_max
   .. autoattribute:: y_min
   .. autoattribute:: y_stretch
   .. autoattribute:: z_att
   .. autoattribute:: z_max
   .. autoattribute:: z_min
   .. autoattribute:: z_stretch

   .. rubric:: Methods Documentation

   .. automethod:: add_callback
   .. automethod:: add_global_callback
   .. automethod:: as_dict
   .. automethod:: callback_properties
   .. automethod:: clear_callbacks
   .. automethod:: flip_x
   .. automethod:: flip_y
   .. automethod:: flip_z
   .. automethod:: is_alias
   .. automethod:: is_callback_property
   .. automethod:: iter_callback_properties
   .. automethod:: remove_callback
   .. automethod:: remove_global_callback
   .. automethod:: reset
   .. automethod:: reset_limits
   .. automethod:: set_limits
   .. automethod:: update_from_dict
   .. automethod:: update_from_state
