diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-17 09:28:59 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-17 09:28:59 -0500 |
| commit | a3df620a87fb6f773bcf71709b37d04f62f8aa0a (patch) | |
| tree | bbf9f84f1693f7323124b21e283d637d0a2dc49a /utils/plot.py | |
| parent | 8b9bed6c80bde554028c4a7c07d2078177bcffb9 (diff) | |
| parent | 318ab51c6132a48cbd6dea3dcbb30e83121be6c3 (diff) | |
| download | GolemFlavor-a3df620a87fb6f773bcf71709b37d04f62f8aa0a.tar.gz GolemFlavor-a3df620a87fb6f773bcf71709b37d04f62f8aa0a.zip | |
Merge branch 'refactor' of github.com:ShiveshM/flavour_ratio into refactor
Diffstat (limited to 'utils/plot.py')
| -rw-r--r-- | utils/plot.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/plot.py b/utils/plot.py index db65dda..a635d9d 100644 --- a/utils/plot.py +++ b/utils/plot.py @@ -196,7 +196,7 @@ def get_tax(ax, scale, ax_labels): ticks = np.linspace(0, 1, 6) tax.ticks(ticks=ticks, locations=ticks*scale, axis='blr', linewidth=1, offset=0.03, fontsize=fontsize, tick_formats='%.1f') - tax.ticks() + # tax.ticks() tax._redraw_labels() @@ -269,8 +269,8 @@ def flavour_contour(frs, ax, nbins, coverage, **kwargs): ev_polygon.T[0], ev_polygon.T[1], label=r'{0}\%'.format(int(coverage)), **kwargs ) - ax.scatter(points.T[0], points.T[1], marker='o', s=2, alpha=1, zorder=3, - **kwargs) + # ax.scatter(points.T[0], points.T[1], marker='o', s=2, alpha=1, zorder=3, + # **kwargs) def plot_Tchain(Tchain, axes_labels, ranges): |
