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.

5447674ad3ec4b2281fc4e0ac2fc65c0

Project Selection

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

e4beaaad3689471484423b6e47b41fb7

See the Project Panel page for more details.

Object Selection

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

1f712cddb9ec4b9c89a6df5a88834677

Downsampling

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

d2e44c171cfc41a0a1562b9dfeb7d169

Axes options

Adjust the data channels used by the scatter plot.

390264dc1a8d4d23855ff22166da0a82

3D Axes

Set the Cartesian axes, color and marker size.

9a91bd9e8f9749bd85c1ba401bf35385

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

573c6a3190e644218a3ad82e9276efb6

Size

Set the maximum marker size to scale values from.

f533859dd3204da8a0cf106b44344b71

Save HTML

Save an interactive crossplot to an HTML file.

16e4fd74af1e418bb942785ea1a4eebe

[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