Skip to content

Commit 5ec49d0

Browse files
committed
badge
1 parent dd890c0 commit 5ec49d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GetDist
77
:Source: https://github.com/cmbant/getdist
88
:Reference: https://arxiv.org/abs/1910.13970
99

10-
.. image:: https://travis-ci.com/cmbant/getdist.svg?branch=master
10+
.. image:: https://img.shields.io/travis/com/cmbant/getdist
1111
:target: https://app.travis-ci.com/cmbant/getdist
1212
.. image:: https://img.shields.io/pypi/v/GetDist.svg?style=flat
1313
:target: https://pypi.python.org/pypi/GetDist/

getdist/plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2349,7 +2349,7 @@ def triangle_plot(self, roots, params=None, legend_labels=None, plot_3d_with_par
23492349
upper_kwargs=empty_dict, upper_label_right=False, diag1d_kwargs=empty_dict, markers=None,
23502350
marker_args=empty_dict, param_limits=empty_dict, **kwargs):
23512351
"""
2352-
Make a trianglular array of 1D and 2D plots.
2352+
Make a trianglular array of 1D and 2D plots. Also known as corner plot.
23532353
23542354
A triangle plot is an array of subplots with 1D plots along the diagonal, and 2D plots in the lower corner.
23552355
The upper triangle can also be used by setting upper_roots.

0 commit comments

Comments
 (0)