diff --git a/README.md b/README.md
index d62d2be..81b00e4 100644
--- a/README.md
+++ b/README.md
@@ -114,6 +114,21 @@ The output should look like plot below. This conveys same information as the ind
+
+(Detailed) Additional Plots
+`GetPostfitParamPlots` can produce two additional sets of plots:
+
+**Ridge Plot** - This allow to nicely see non-Gaussian paramters.
+
+
+
+**Violin Plot** - This also allow to see nicely non-Gaussian parameters but also is usefull in comparing two chains.
+`ProcessMCMC` must be run with option "PlotCorr" to be able to produce violin plot.
+
+
+
+
+
### Plotting Correlation Matrix
If you have run `ProcessMCMC` with option "PlotCorr" you will have a correlation matrix in the outputs. This is a handy tool for viewing how correlated different parameters are.
However, mature analyses with hundreds of parameters may run into the problem of having too large of plots to be useful. To combat this, you can plot a subset of parameters using `MatrixPlotter`: