Skip to content

Conversation

@okajimad
Copy link

This PR improves the problem of point names going outside the area.
With draw_point, the range of coordinates is calculated and then tabulated.

(before)
before

(after)
after


plt.axis('equal')
fig.subplots_adjust(left=0, right=1, top=1, bottom=0, wspace=0, hspace=0)
if points:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is worthwhile to eliminate the inefficient loop here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant