Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Removed colorbar

This commit is contained in:
Arnar Flatberg 2007-01-31 13:01:09 +00:00
parent 37feb1c25b
commit d1205ae67f
1 changed files with 0 additions and 2 deletions

View File

@ -716,8 +716,6 @@ class ScatterPlot(Plot):
lw = scipy.zeros(self.xaxis_data.shape)
self.sc = sc = self.ax.scatter(self.xaxis_data, self.yaxis_data,
s=s, c=c, linewidth=lw)
if len(c)>1:
self.fig.colorbar(sc, fraction=.05)
self.ax.axhline(0, color='k', lw=1., zorder=1)
self.ax.axvline(0, color='k', lw=1., zorder=1)