Adam Hughes

Results 119 issues of Adam Hughes

Code now: ``` @property def async_codist(self): """ Asynchronous codistribution """ # Empty asyn matrix numrows = self.shape[0] async = np.empty((numrows,numrows)) tm, t1 = self.columns[-1], self.columns[0] # Numpy arrays to speed...

Source houseekeeping

Need to parse all colorbars if you're going to do this, but essentially want to make a colorbar on fly with syntax: 'double_b_r' blue top half, r bottom. Hopefully can...

enhancement
plotting

Should support a reduced set of Kinds similar to Spetra.plot_kinds(). Also, I think having "scatter" be a keyword to _genplot might be cool for scatter plots of area; however, _genplot...

enhancement
plotting

New, simple tutorial...?

enhancement
Small to do

First, is LABELSIZE, TITLE SIZE DIFFERENT FROM MPL DEFAULTS? EITHER WAY, MAYBE ITS BEST TO HAVE THESE HERE FOR CONVENIENCE. Also, ticksize works nicely in basic_plots, but is it straightforward...

Source houseekeeping
plotting

Not sure if can make one functio that will handle all plots separately, or will need a 2d/3d colorbar function. Looking at this, all I need access to are timespectra;...

enhancement
plotting

areaplot/rangetimeplot should have a scatter keyword that calls plt.scatter() instead of plt.plot()

enhancement
plotting

Range timeplot is not showing correct x-axis because wavelength slices returns a timespectra with different type of ts.index/ts.columns x=ts.wavelength_slices(8) x.index Index([u'200.0:281.25', u'281.25:362.5', u'362.5:443.75', u'443.75:525.0', u'525.0:606.25', u'606.25:687.5', u'687.5:768.75', u'768.75:850.0'], dtype='object') x.columns...

Maybe just pick them by hand. Don't get too involved...

Small to do