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.

4d464c48239842889f09735a3fd3ed25

Project Selection

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

82fd857a32584f0fa142eea97535e8e3

See the Project Panel page for more details.

Object Selection

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

7cdbd929ab2c4580bcbe96cc64511a42

Downsampling

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

b4b0bb9eb71843abbb3be18c4845fb5d

Axes options

Adjust the data channels used by the scatter plot.

3c3ae36ff88b4fb29260d54de3bb6a4a

3D Axes

Set the Cartesian axes, color and marker size.

21a1683054d64c39b444056fb7979d72

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

28a932b13e0f48e4b880b3a82fff0fd1

Size

Set the maximum marker size to scale values from.

23ebb9f710004edb825dd0ab36bffe63

Save HTML

Save an interactive crossplot to an HTML file.

52110102cb2b436f96384b50b52067da

[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