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

Merge branch 'rendering' into 'master'

changed yticks; updated test images

See merge request flatland/flatland!7
parents 9a0e0263 39967741
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