Scatter Plot

This application lets users visualize up to 5D of data pulled from any Geoscience ANALYST objects. The application uses the rich graphical interface of Plotly. This application allows users to:

  • Easily flip between 2D and 3D cross-plots.

  • Plot positive and negative values in log scale (symmetric-log)

  • Change the color and size of markers based on property values

  • Zoom, pan, rotate and export figures.

New user? Visit the Getting Started page.

e50f887291ee4ef5bd3156345daa7576

Project Selection

Select and connect to an existing geoh5 or ui.json project file containing data.

482d1fd1b3684318a3d6c9640ece189c

See the Project Panel page for more details.

Object Selection

List of objects available for export from the target geoh5 project.

ce3e73f22c9a4b20862a46ba902244ac

Downsampling

Reduce the points shown on the scatter plot to a percentage of the original amount.

d053ebb976864b6ea6ca8d09c99936fe

Axes options

Adjust the data channels used by the scatter plot.

767db58c87e945cd944ecfcfde642938

3D Axes

Set the Cartesian axes, color and marker size.

8835d2945177486d8cf068762b767e89

Data: Select the property to be displayed by the axis.

Log10: Scale the values using a symmlog stretch.

Threshold: Small value around zero defining the transition between linear to log.

Min: Set a lower bound on values displayed by the axis.

Max: Set an upper bound on values displayed by the axis.

Color

Select a color scheme from the list of colormaps

b61ce75b0d20440ca6aab3a20445d512

Size

Set the maximum marker size to scale values from.

d16bd0df51ff44d5bc4a5e0f8a72a982

Save HTML

Save an interactive crossplot to an HTML file.

e957f46eaa804f7885b221700eb45b6e

[1]:
import plotly.io as io
import plotly.graph_objects as go

go.FigureWidget(io.read_json("./images/scatter/scatter_plot.json"))

Need help? Contact us at support@mirageoscience.com