Adam Hughes

Results 119 issues of Adam Hughes

Is it possible to hide right y, or top etc... ``` ax.tick_params(right="off") ```

Small to do

My codes will never completely reflect all of the suggestions in the styleguide, but I do want to focus on a couple points. 4 spaces per line: (I've implemented this...

enhancement
Major todo

I wonder if a class that does the plotting itself could house the various plots but retain enough metadata to effectively serve as plot registry. I'd imagine it could store...

Possible idea/musing

Right now, waterfall is being hacked to seem to be oriented same way as wire/surf, however it is intriniscally rotated based on how polygon is being created. I don't know...

plotting

Some things that would be worth adding to plotting UI: - cbar_r : radiobutton that reverses colorbar - options for various plots ``` - for example, contour plot should have...

Notebook Widgets

Plot like page 252 2DCS book where curves are plottted a certain distance D spaced out. I think the spacing should be set at the first point in each plot,...

enhancement
plotting

Not sure how feasible. Need 3d/thick polygons: http://www.phyast.pitt.edu/~zov1/gnuplot/png/wall.png Colormap in 3d plots should have an axis. Like "cbar axis": http://www.originlab.com/www/products/images/WaterfallPlot.png Actually, probably should be that way in 1d plots too.

Like in printout in pyparty. ## Key Description None Spectra vs. Variation contour3d 3D Contour Plot ploy 3D Polygon Plot scatter3d 3D Scatter Plot spec3d 3D Spectra vs. Variation surf...

If I do the projection before the wireframe on a plot, the project still seems to occlude the lines, even though the lines are "in front of" the projection. ```...

plotting

Inheriting from DataFrame, or NDFrame would actually clean up metadataframe API significantly. It would also help with forward compatibility. Geopandas has a nice implementation that's based on this. One nice...

enhancement
Major todo