I'm enjoying using Gviz - thanks for all your hard work on it.
I'm using code similar to GenomeAxisTrack(scale=0.5) to create a very simple scale bar.
When the scale bar ends up with size >=1kb, the label includes "kb". But when the scale bar is <1kb, the label is simply a number with no unit (in Gviz v1.36.2). Would it be easy to add "bp" to the label, just like "kb" gets added? That would be very nice from an end-user perspective.
hi again,
I'm enjoying using Gviz - thanks for all your hard work on it.
I'm using code similar to
GenomeAxisTrack(scale=0.5)
to create a very simple scale bar.When the scale bar ends up with size >=1kb, the label includes "kb". But when the scale bar is <1kb, the label is simply a number with no unit (in Gviz v1.36.2). Would it be easy to add "bp" to the label, just like "kb" gets added? That would be very nice from an end-user perspective.
thanks!
Janet