Skip to content

Instantly share code, notes, and snippets.

@drazenz
Created April 14, 2019 19:29
Show Gist options
  • Select an option

  • Save drazenz/ac60b05fb96a781ae9911ba6ee4445a7 to your computer and use it in GitHub Desktop.

Select an option

Save drazenz/ac60b05fb96a781ae9911ba6ee4445a7 to your computer and use it in GitHub Desktop.
ax.set_xlim([-0.5, max([v for v in x_to_num.values()]) + 0.5])
ax.set_ylim([-0.5, max([v for v in y_to_num.values()]) + 0.5])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment