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
Hi, thanks for this usefull tool, it's useful for me.
However, I want to use it to plot a small region (~1k bp) of the genome (1M bp), and I've found there is no arrow on the genome. It is caused by the misuseage of self.sequence_length in L160:
Hi, thanks for this usefull tool, it's useful for me.
However, I want to use it to plot a small region (~1k bp) of the genome (1M bp), and I've found there is no arrow on the genome. It is caused by the misuseage of
self.sequence_length
in L160:DnaFeaturesViewer/dna_features_viewer/GraphicRecord/MatplotlibPlottableMixin.py
Lines 156 to 162 in 990b201
Example
Supposed change
just use
ax.get_xlim()
to get the actual plotted genome range.Thanks for your consideration!
The text was updated successfully, but these errors were encountered: