diff --git a/README.rst b/README.rst index ecc34ad..6c6b9b6 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ GetDist :Source: https://github.com/cmbant/getdist :Reference: https://arxiv.org/abs/1910.13970 -.. image:: https://travis-ci.com/cmbant/getdist.svg?branch=master +.. image:: https://img.shields.io/travis/com/cmbant/getdist :target: https://app.travis-ci.com/cmbant/getdist .. image:: https://img.shields.io/pypi/v/GetDist.svg?style=flat :target: https://pypi.python.org/pypi/GetDist/ diff --git a/getdist/plots.py b/getdist/plots.py index 818cb12..6ada99b 100644 --- a/getdist/plots.py +++ b/getdist/plots.py @@ -2349,7 +2349,7 @@ def triangle_plot(self, roots, params=None, legend_labels=None, plot_3d_with_par upper_kwargs=empty_dict, upper_label_right=False, diag1d_kwargs=empty_dict, markers=None, marker_args=empty_dict, param_limits=empty_dict, **kwargs): """ - Make a trianglular array of 1D and 2D plots. + Make a trianglular array of 1D and 2D plots. Also known as corner plot. A triangle plot is an array of subplots with 1D plots along the diagonal, and 2D plots in the lower corner. The upper triangle can also be used by setting upper_roots.