/usr/share/pyshared/biggles/config.ini is in python-pybiggles 1.6.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 | #
# $Id: config.ini,v 1.94 2008/11/28 00:38:20 mrnolta Exp $
#
# Copyright (C) 2000-2001 Mike Nolta <mrnolta@users.sourceforge.net>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# --------------------------------------------------
# biggles checks here if it fails to find an option
# in other sections
#
[default]
fillcolor = 0xf0f0f0
filltype = 0x0
fontface = HersheySans
fontsize = 3.0
fontsize_min = 1.25
symboltype = diamond
symbolsize = 2.0
textangle = 0.0
texthalign = center
textvalign = center
# lines beginning with this character will be
# ignored by the read_* routines
comment_char = #
# if 1 the read_* routines will return numpy arrays
return_numpy = 1
# --------------------------------------------------
[screen]
# dimensions of window (pixels)
#
width = 512
height = 512
# make window persistent when using interactively?
#
persistent = yes
# --------------------------------------------------
[printer]
# command which postscript will be piped to
#
command = lpr
# --------------------------------------------------
[postscript]
# paper size name; accepts ISO sizes ("a0",..,"a4"),
# ANSI sizes ("a",..,"e"), "letter", "ledger", "tabloid",
# and "b5".
#
paper = letter
# size of output region on the page
# valid units are in,pt,cm,mm
#
width = 7.5in
height = 7.5in
# --------------------------------------------------
# default object parameters
#
[Contours]
func_color = None
func_linetype = None
func_linewidth = None
levels = 10
[FramedArray]
cellspacing = 0.0
gutter = 0.1
label_offset = 0.9
label_size = 2.7
uniform_limits = 0
xlabel = None
ylabel = None
[FramedPlot]
frame.grid_style = {linetype:dot}
frame.tickdir = -1
frame1.draw_grid = 0
gutter = 0.1
xlog = 0
ylog = 0
[Geodesic]
divisions = 100
[HammerAitoffPlot]
aspect_ratio = 0.5
ribs_b = 2
ribs_l = 3
ribs_style = {linetype:dot,linewidth:0.5}
[Histogram]
drop_to_zero = 1
[Plot]
gutter = 0.0
xlog = 0
xrange = None
ylog = 0
yrange = None
[PlotKey]
key_height = 2.0
key_hsep = 2.0
key_vsep = 2.0
key_width = 4.0
kw_defaults = { fontsize : 2.5,
texthalign : left }
[Table]
align_interiors = 0
cellpadding = 0.0
cellspacing = 2.0
# --------------------------------------------------
# internal; can change/disappear at any time
#
[_FillComponent]
filltype = 0x1
[Text]
fontface = HersheySerif
fontsize = 3.0
justify = left
halign = center
lineheight = 1.2
valign = center
[_HalfAxis]
draw_axis = 1
draw_grid = 0
draw_nothing = 0
draw_spine = 1
draw_subticks = None
draw_ticks = 1
draw_ticklabels = 1
grid_style = {linetype:dot}
intercept = None
label = None
label_offset = 1.0
label_style = {fontsize:3.0}
log = None
range = None
spine_style = {}
subticks = None
subticks_size = 0.75
subticks_style = {}
tickdir = -1
ticks = None
ticks_size = 1.5
ticks_style = {}
ticklabels = None
ticklabels_dir = 1
ticklabels_offset = 1.5
ticklabels_style = {fontsize:3.0}
[_ErrorBar]
barsize = 0.5
[_ErrorLimit]
size = 0.6
[_LabelComponent]
kw_defaults = { fontsize : 3.0,
textangle : 0.0,
texthalign : center,
textvalign : center }
[_LabelsComponent]
kw_defaults = { fontsize : 2.5,
textangle : 0.0,
texthalign : center,
textvalign : center }
[_LineComponent]
kw_defaults = {linewidth:1.0}
[_PlotContainer]
aspect_ratio = None
page_margin = 0.1
title = None
title_offset = 1.0
title_style = {fontsize:3.0}
|