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 tried generating some example library structure plots and for the case of a seqspec with only one modality the bar height was flattened. There was also an error message:
~/proj/seqspec/seqspec/seqspec_print.py:94: UserWarning: constrained_layout not applied because axes sizes collapsed to zero. Try making figure larger or axes decorations smaller.
s.savefig(o, dpi=300, bbox_inches="tight")
I tried generating some example library structure plots and for the case of a seqspec with only one modality the bar height was flattened. There was also an error message:
I was using this seqspec https://github.com/detrout/y2ave_seqspecs/blob/main/Team_7_igvf_b01_LeftCortex_13A_seqspec.yaml
with the command:
python3 -m seqspec.main print -o parse-bridge-library.png -f png Team_7_igvf_b01_LeftCortex_13A_seqspec.yaml
and got this plot.
With other libraries that had multiple modalities, the bar height was larger than the region length text.
The text was updated successfully, but these errors were encountered: