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.

37ff022e9635463dae56e71cc0e8ca16

Project Selection

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

7ef457e926d04befa20d3a1c8e4d543c

See the Project Panel page for more details.

Object Selection

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

cebbe0afb0834dc0903fcee10e889c9d

Downsampling

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

dc04fee82f974f85b7bbe5c1f6600ad9

Axes options

Adjust the data channels used by the scatter plot.

eb658ce887334665b12d5d2a4a566ed0

3D Axes

Set the Cartesian axes, color and marker size.

56356e9de425459b91a3915a8353e614

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

5472281d18c6452597fb981db3d9dbec

Size

Set the maximum marker size to scale values from.

c1b3a1267c9546e8887e2774f1c98a0f

Save HTML

Save an interactive crossplot to an HTML file.

d702316a64c145628115a85590786f3c

[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