GitLab | UTCN

Skip to content
Snippets Groups Projects
Unverified Commit 29a2a5d2 authored by renaudponcelet's avatar renaudponcelet Committed by GitHub
Browse files

Update PyPlot.py (#403)

parent 81dac7a1
Branches
No related tags found
2 merge requests!2Cloned github repo and added gitlab repo changes,!1Draft: Updated to most recent version of roboticstoolbox from github
......@@ -416,9 +416,9 @@ class PyPlot(Connector):
)
# make the background white, looks better than grey stipple
self.ax.w_xaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
self.ax.w_yaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
self.ax.w_zaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
self.ax.xaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
self.ax.yaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
self.ax.zaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
plt.gcf().canvas.draw()
# render the frame and save as a PIL image in the list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment