Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LWS for 2D plot not working? #38

Closed
vivianmiranda opened this issue Nov 14, 2019 · 2 comments
Closed

LWS for 2D plot not working? #38

vivianmiranda opened this issue Nov 14, 2019 · 2 comments

Comments

@vivianmiranda
Copy link

vivianmiranda commented Nov 14, 2019

I have been having difficulty in adjusting the width of lines in 2D contours in triangle plots. Let me give an example

plot17.pdf

Here is the code.

g.triangle_plot(roots, params, plot_3d_with_param=param_3d, filled=False, shaded=False, line_args=[ {'lw': 1.4, 'ls': 'solid', 'color':'red'}, {'lw': 0.8, 'ls': 'dashed', 'color':'black'} ], legend_loc=(0.5,0.8), contour_colors=['red','black'], contour_ls=['solid','dashed'], contour_lws=[1.4,0.8], legend_labels=[ 'DES Planck $\\theta_\\star$, NS', 'DES Flat Prior' ] )

Any clues?

@vivianmiranda vivianmiranda changed the title LW LWS for 2D plot not working? Nov 14, 2019
@cmbant
Copy link
Owner

cmbant commented Nov 15, 2019

Looks OK for me. Are you using getdist 1? (the axis tick labels also look bad, which shouldn't happen in version 1.0+)

@cmbant
Copy link
Owner

cmbant commented Dec 8, 2019

Can we close this or still an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants