racket/collects/plot/scribblings/todo.scrbl
Neil Toronto a710cbb7fe Speed/readability improvements in contour, surface and isosurface renderers
Progress on customization docs
Snip fixes and UI improvements
2011-11-14 22:01:07 -08:00

28 lines
1023 B
Racket

#lang scribble/manual
@(require "common.rkt")
@title[#:tag "todo"]{To Do}
@itemlist[
@item{Planned new renderers
@itemlist[
@item{Functions with integer domains}
@item{2D kernel density estimator}
@item{3D kernel density estimator}
@item{3D decorations: labeled points, axes, grids}
]
}
@item{Possible minor enhancements
@itemlist[
@item{Better depth sorting (possibly split intersecting polygons; look into BSP tree)}
@item{Legend entries have minimum sizes}
@item{Label contour heights on the contour lines}
@item{3D support for exact rational functions (i.e. polynomial at [big..big+ε])}
@item{Join 2D contour lines}
@item{Manually exclude discontinuous points from function renderers: allow values @(racket (hole p1 p2)), @(racket (left-hole p1 p2)), @(racket (right-hole p1 p2))}
@item{@(racket histogram-list) to plot multiple histograms without manually calculating @(racket #:x-min)}
]
}
]