Skip to content

Improve network vis #1800

@jthorton

Description

@jthorton

Is your feature request related to a problem? Please describe.
Reported by a user via email:

In various examples in OpenFE documentation, the function "plot_atommapping_network" in utils.atommapping_network_plotting clips the image. I wonder if we can have the source code updated, e.g. with the following script:

    fig = plot_atommapping_network(ligand_network)
    axes = fig.axes
    for ax in axes:
        ax.set_frame_on(False) # remove the black frame
        for t in ax.texts:
            t.set_clip_on(False) # do not clip the label in the network plot

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions