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
I would like to configure my circos plots to center on <0,0> when I create them. It looks like there's a g element with a .all class that gets a transform such that the circos plot appears nicely when it is generated on its own. However, I am generating circos plots inside of my own g elements and I'd like to turn off the transform. Is there a way to configure the plot that way? I realize I could also just delete the translate attribute on all .all elements after I create the plot.
On further thought, the .all class might better be name-spaced so that it does not clash with user classes. Perhaps it might be worth adding a "standalone" configuration option. If it is false, then perhaps the g.all element is just never created?
The text was updated successfully, but these errors were encountered:
I would like to configure my circos plots to center on <0,0> when I create them. It looks like there's a
g
element with a.all
class that gets atransform
such that the circos plot appears nicely when it is generated on its own. However, I am generating circos plots inside of my owng
elements and I'd like to turn off the transform. Is there a way to configure the plot that way? I realize I could also just delete thetranslate
attribute on all.all
elements after I create the plot.On further thought, the
.all
class might better be name-spaced so that it does not clash with user classes. Perhaps it might be worth adding a "standalone" configuration option. If it isfalse
, then perhaps theg.all
element is just never created?The text was updated successfully, but these errors were encountered: