@@ -642,48 +642,4 @@ ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; c
642642
643643-- fix contour mappable to work under changes in clim, cmap
644644
645- -- port colorbar, current mappable to API
646-
647- -- add qt / gpl warning
648-
649- -- Nil's xtick labeling bug
650-
651- -- make a fig dict wrapper
652-
653- -- plot items ala gnuplot
654- FileItem, FuncItem, High level plot items
655-
656- -- doc why figimage doesn't respond to nav
657-
658- - imshow() bug: make a random 1024x1024 array, zoom in hard (to a 10x10
659- square). All displayed area is white.
660-
661-
662- -- Tk figure destruction bugs with mayavi. Already reported.
663-
664- -- run in ipython with -backend
665-
666-
667- - easy interactive logscaling x/y axes independently. (l->y, L->x) Button?
668-
669- - grid on/off toggle (g key), button?
670-
671- - measuring ruler? (see gnuplot's 'r' hotkey in X11).
672-
673- - button to add text labels easily anywhere on the plot. A few drawing
674- buttons as well for simple things? Circle/ellipse, box, arrows, etc.
675-
676- - toggle log/linear shows strange accumulation of ticks on y axis
677-
678- from pylab import *
679- x = arange(-2.00, 10, 0.01)
680- y = exp(-x)
681- plot(x,y)
682- #set(gca(), xscale='log')
683- show()
684-
685- -- DONE pyparsing a performance bottleneck for log ticks
686-
687- -- DONE draw point and draw pixel currently broken for new style markers
688-
689- -- alpha channel in colormaps
645+ -- make subplot delaxes on other subplots under it.
0 commit comments