Skip to content

Commit

Permalink
add link to source code of plot function properly
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Jun 5, 2024
1 parent 48c3bb1 commit 48a495f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ contourf_per_residue

A complete example of its usage can be seen [here](@ref 2D-map-example1).
This function is a convenience function only. For a customizable
plot, please refer to the source code of the function, which is linked
in the above doc entry. Basically, we are extracting the contribution
plot, please refer to the source code of the function at [this link](https://github.com/m3g/ComplexMixtures.jl/blob/c017bf6fd8aa412a43c8b3e08945496d2498d104/ext/ComplexMixturesPlotting.jl).

Basically, we are extracting the contribution
of each residue independently and building a matrix where each row
represents a distance and each column a residue.
Using `PDBTools`, this can be done with, for example:
Expand Down

0 comments on commit 48a495f

Please sign in to comment.