Skip to content

Commit

Permalink
Adding label to x-axis in clip_range_distances.png.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jun 21, 2020
1 parent 83964b3 commit 8580e0a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file modified docs/images/clip_range.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/clip_range_distances.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/make_images.py
Expand Up @@ -1916,6 +1916,7 @@ def clip_range_distances(nodes1, nodes2):
)
ax.set_ylim(min_y, max_y)

ax.set_xlabel("$2t$")
ax.set_ylabel("$d(t)$", rotation=0)
save_image(figure, "clip_range_distances.png")

Expand Down

0 comments on commit 8580e0a

Please sign in to comment.