Skip to content
Snippets Groups Projects
Commit 39967741 authored by hagrid67's avatar hagrid67
Browse files

changed yticks; updated test images

parent a50c2279
No related branches found
No related tags found
No related merge requests found
......@@ -424,7 +424,7 @@ class RenderTool(object):
plt.xticks(gTicks, gLabels)
gTicks = np.arange(-env.height * cell_size, 0) + cell_size/2
gLabels = np.arange(env.height, 0, -1)
gLabels = np.arange(env.height-1, -1, -1)
plt.yticks(gTicks, gLabels)
plt.xlim([0, env.width * cell_size])
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment