.. note:: :class: sphx-glr-download-link-note Click :ref:`here ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_explore.py: ============================= Explore mode! ============================= Explore mode is an experimental feature that allows you to (not surprisingly) explore the points in your dataset. When you hover over the points, a label will pop up that will help you identify the datapoint. You can customize the labels by passing a list of labels to the `label(s)` kwarg. Alternatively, if you don't pass a list of labels, the labels will be the index of the datapoint, along with the PCA coordinate. .. code-block:: default # Code source: Andrew Heusser # License: MIT # import import hypertools as hyp # load example data geo = hyp.load('weights_sample') # plot geo.plot(fmt='.', explore=True) .. rst-class:: sphx-glr-timing **Total running time of the script:** ( 0 minutes 0.000 seconds) .. _sphx_glr_download_auto_examples_explore.py: .. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-example .. container:: sphx-glr-download :download:`Download Python source code: explore.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: explore.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_