diff options
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): |
