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.

76a87f38a4c34da3bfbda1a1dc5aee8f

Project Selection

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

d017c7defea04b33b5a4bcc21da00c97

See the Project Panel page for more details.

Object Selection

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

a981de54966742f1a1376ae79e2b5baf

Downsampling

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

f207b812ce8f4a2ab6a548e5a3060a99

Axes options

Adjust the data channels used by the scatter plot.

a06971dd15d040c8868ac5e58aacfa34

3D Axes

Set the Cartesian axes, color and marker size.

7c19327c9dd447ee929ecf75604307f8

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

a9d025432f3b45a9a2049555b44aa0cb

Size

Set the maximum marker size to scale values from.

feeecb1a3e634682b91981786448e5fc

Save HTML

Save an interactive crossplot to an HTML file.

e4ecd38e5cf34e95ab2df276ee853028

[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