-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
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 plotDescribe the solution you'd like
Describe alternatives you've considered
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels