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.

d4d4445f9f37446fa3a4431c1e8279fe

Project Selection

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

69f4c6ef07de4f709db60a656fb7c6f2

See the Project Panel page for more details.

Object Selection

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

d129d0398917425d938d94b7de8909fb

Downsampling

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

a7196df470254542b9d486e5a26f91a7

Axes options

Adjust the data channels used by the scatter plot.

072eceab74ed4bee99bf9df67f391c36

3D Axes

Set the Cartesian axes, color and marker size.

0512daa306024c83a1a11c22da0f0b29

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

e760f042d8044135aa6371c567eddaa0

Size

Set the maximum marker size to scale values from.

2f7ec9c9ca4943cfb32cfebc5f950ac8

Save HTML

Save an interactive crossplot to an HTML file.

9d585bb7b0e34aa6af83f54db472480e

[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