From: Joao C. <jc...@us...> - 2001-09-24 02:59:18
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv13496/drivers Added Files: ntk.c Log Message: Experimental tk driver using a plain "wish". No "configure" support, just add the following line to drivers/drivers.db ntk:New Tk driver:ntk.drv:43:ntk In the Makefile add "ntk" to DYNAMIC_DRIVERS and also the targets drivers/ntk.drv : shared/ntk$O $(SHLIB_BUILD) $@ $< -L. -l$(PLLIB_NAME)$(LIB_TAG) \ $(MAT_LINK) $(LDC_LIBS) ntk$O: ntk.c plplot/plDevs.h plplot/plplotP.h plplot/plConfig.h \ plplot/plplot.h plplot/plstrm.h plplot/pdf.h \ plplot/pldebug.h plplot/plxwd.h plplot/drivers.h \ plplot/plevent.h Same interesting bindings: Shift-B1: zoom at current cursor position (and zoom, and zoom,...) Shift-B3: unzoom once (and unzoom...) Shift-B2: reset zoom Ctrl-B1: identify object (to edit it, in the future--interesting to notice that the new fonts dont benefict from my polyline acceleration, and axis/ticks are not polyline!) |