v2.11.0
ComplexMixtures v2.11.0
New features
- Support for plotting 2D density maps as
heatmap
orcontour
(without filling), forResidueContributions
objects:
julia> contourf(residue_contributions; oneletter=true)
julia> contour(residue_contributions; oneletter=true)
julia> heatmap(residue_contributions; oneletter=true)
Bug fixes
- Some bug fixes related to plotting
ResidueContributions
with repeated or unsorted residue numbers (in combination with PDBTools.jl v2.1.3). - Set maximum number of contributions by default when plotting contour plots, to avoid memory crashes (throws warnings).
- Fix example of 2D density map of example 3 of the documentation, where the terminal methyl groups where not shown.
Merged pull requests: