Make a tab / notebook interface.
Allow user-extensible settings (new tabs).
Settings for: decorations etc. superpose (lattice) layers?
Dialog not modal.
Comment #1
Posted on Jan 10, 2008 by Massive Horse(No comment was entered for this change.)
Comment #2
Posted on Jul 16, 2008 by Massive HorseCreate the dialog once (after plot is initially drawn?) then just fill it in when it is opened. (currently way too slow to open)
Comment #3
Posted on Jul 16, 2008 by Massive HorseFor lattice plots, make a tab for modifying theme (via simpleTheme) col / col.points / col.line alpha / ... points: cex / pch / fill / font lines: lty / lwd polygons: fill / border (vectors for superposing, only first used otherwise)
-- this could be a stand-alone tool for creating lattice themes -- (save to global workspace)
Comment #4
Posted on Aug 7, 2008 by Massive Horselattice only:
all settings in $scales! (relation / alternating / tick.number / at / labels / rot / format (POSIXct))
handle main etc as vector or list -- or grob
layout (cols, rows) or (0, n); as.table
index.cond function
strip style...
Comment #5
Posted on Sep 3, 2008 by Massive Horse(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Enhancement
Priority-High