Recursive_Symmetry_Aware_Materials_Microstructure_Explorer.viz package

Submodules

Recursive_Symmetry_Aware_Materials_Microstructure_Explorer.viz.viz module

Recursive_Symmetry_Aware_Materials_Microstructure_Explorer.viz.viz.imscatter(x, y, images, number_images_shown, ax=None, zoom=1.0)

Function that plots the a 2d scatter plot with superimposed images

Parameters:
  • x – x-positions

  • y – y-positions

  • images – images which are included

  • number_images_shown – the number of images shown

  • ax – the axis where the data is plotted

  • zoom – sets the zoom fraction on the images

Returns:

Recursive_Symmetry_Aware_Materials_Microstructure_Explorer.viz.viz.plot_embedding(X, number_images_shown, size, imgs)

Function that plots the projection map

Parameters:
  • X – Sets the position values and ranges

  • number_images_shown – Selects the number of images to show

  • size – Chooses the size of the images

  • imgs – images to plot

Returns:

Module contents