Plotting - SCECcode/ucvm GitHub Wiki
Earlier distributions of UCVM contained matplotlib-based plotting utilities that helped users plot ucvm results in formats including vertical profiles, vertical cross sections, horizontal cross sections, and map views.
The UCVM plotting utilities have been moved to a separate SCEC GitHub repository. These UCVM plotting routines are still based on Python2. This may require the user to create a Python2 runtime environment in order to use these plotting routines.
Plotting Scripts
This is a partial list of the plotting scripts avialable in the ucvm_plotting repository:
- plot_compare_plot.py
- plot_cross_section.py
- plot_density_plot.py
- plot_depth_profile.py
- plot_elevation_cross_section.py
- plot_elevation_map.py
- plot_elevation_profile.py
- plot_horizontal_slice.py
- plot_scatter_plot.py
- plot_vs30_etree_map.py
- plot_vs30_map.py
- plot_z10_map.py
- plot_z25_map.py