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.

b9e643c3234544718d6b9b23f40f63b8

Project Selection

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

68a7ff0d7d764dba9119853dc94501ed

See the Project Panel page for more details.

Object Selection

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

26dc5be8c96249cb98faa553bbacaa72

Downsampling

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

7169d633e48a4adbbe75a9323091b3b4

Axes options

Adjust the data channels used by the scatter plot.

dee4bc50ddea41888f0988a6ac6424e5

3D Axes

Set the Cartesian axes, color and marker size.

f0aa2f4c6013436b8a0d2079bf8d7056

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

15e6788ce5f8414a9e055608618588f5

Size

Set the maximum marker size to scale values from.

e8017b52f5194ddbb655e44fe5535a0c

Save HTML

Save an interactive crossplot to an HTML file.

9d68cf34cd0c4ca1a3ca7876b7cd5469

[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