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 current "horizontal" layout shows samples in rows, chromosomes in columns. A transposed or "vertical" layout would show samples in columns, chromosomes in rows. (Sometimes this makes a better figure.)
Consider the flags "-t/--transpose" or "-v/--vertical".
The text was updated successfully, but these errors were encountered:
I first tried keeping up with BrokenBarHCollection, but verticalized plot was quite heavy to plot (loading all the time, zooming locked...)
Then I implemented a 2nd version using pcolor + a native Matplotlib colormap
=> Not perfect but seems consistent with "default / not vertical view", still some polish left
=> Also I could not reimplement --desaturate mode as I had trouble understanding the maths...
=> IMHO it should be possible to implement it directly inside the colormap using custom normalization (with a proper sigmoid function)
The current "horizontal" layout shows samples in rows, chromosomes in columns. A transposed or "vertical" layout would show samples in columns, chromosomes in rows. (Sometimes this makes a better figure.)
Consider the flags "-t/--transpose" or "-v/--vertical".
The text was updated successfully, but these errors were encountered: