biggles

reference guide 1.3.0 : functions

( overview : containers : components : style : config : functions )

file functions

readcolumn ( num, filename, atox=float, comment_char='#' )
Returns column number num from filename as a list. Columns are separated by whitespace and are numbered left to right beginning with 0. atox specifies the string conversion function applied to the column values. Lines which are empty or begin with comment_char are ignored.

state functions

interactive ( flag=1 )
Call this function if you are using Biggles interactively, and would like it to reuse the plotting window instead of creating a new one with every invocation of .show().