# figure_him_matrix **Reliability status**: `stable` ```{eval-rst} .. argparse:: :ref: traceratops.figure_him_matrix.parse_arguments :prog: figure_him_matrix ``` ## Example Here is examples usage of figure_him_matrix: ### Proximity matrix with all data (including bin with NaN value) ```bash figure_him_matrix -M PWDscMatrix.npy -B unique_barcodes.ecsv --keep_nan ```

### Default normalized VS. KDE (c_map: Spectral) ```bash figure_him_matrix -M PWDscMatrix.npy -B unique_barcodes.ecsv ``` **VS.** ```bash figure_him_matrix -M PWDscMatrix.npy -B unique_barcodes.ecsv --mode KDE --c_map Spectral ```