Skip to content

Commit

Permalink
badge
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 10, 2024
1 parent dd890c0 commit 5ec49d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion getdist/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5ec49d0

Please sign in to comment.