You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chromplotter.ipynb notebook is intended to enable the plotting of whole chromosome matrices either alone or in comparison. These matrices should be square, however, for some matplotlib versions the plot_whole_chrom_contact_matrix generates non-square heatmaps due to the tickpos setting invoking a reset of the y axis limits. This can be addressed by simply putting ax.set_ylim(xmax, xmin) after setting the ytick positions.
The text was updated successfully, but these errors were encountered:
The chromplotter.ipynb notebook is intended to enable the plotting of whole chromosome matrices either alone or in comparison. These matrices should be square, however, for some matplotlib versions the
plot_whole_chrom_contact_matrix
generates non-square heatmaps due to the tickpos setting invoking a reset of the y axis limits. This can be addressed by simply puttingax.set_ylim(xmax, xmin)
after setting the ytick positions.The text was updated successfully, but these errors were encountered: