home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / mac / 1100 / CCE_1153.ZIP / CCE_1153.PD / BSTAT248.LZH / bstat.248 / graph.doc < prev    next >
Text File  |  1995-03-12  |  32KB  |  663 lines

  1.                     GRAPHICS
  2.  
  3. Graph menu
  4.  
  5. The REGULAR selection will graph the data with the labels you have
  6. entered in the data entry area along the "X" axis. The type of
  7. graph will depend on the selections you have made in the "styles"
  8. area. Up to 12 variables may be chosen. You may plot some against
  9. the left axis and some against the right axis. 
  10.  
  11. -HORIZONTAL graphs put the labels on the "Y" axis and the
  12. values along the "X". You can not have a right side axis for this
  13. type of graph.
  14.  
  15. -"XY" graphs allow up to 12 pairs of variables to be used. You must
  16. select your data a pair at a time. The first one chosen of each
  17. pair will be the "X" value of the point and the second will be the
  18. "Y". You may repeat the same selection between pairs so that you
  19. can have several variables graphed against the same "X". There are
  20. no XY bar graphs. You can not have a right side axis.
  21.  
  22. -Histogram. Allows for up to 12 variables although usually used with 
  23. just one. This graph type is like an XY in terms of look. The 
  24. variable chosen sets the limits for the "X" axix. The Y axis is 
  25. the count of values in each range. You establish the ranges by 
  26. telling the program how many bars which you wish to see. The 
  27. program then divides the X axis into that many ranges and counts 
  28. the number of points in each variable in that range. These totals 
  29. are then displayed as bar charts. You are limited to 100 bars on 
  30. screen. If you select 2 variables then you are asked if the 
  31. second variable is a count variable. This allows you to have 
  32. partially grouped data.
  33.  
  34. -HI LO graphs are stock market graphs. The first 3 variables chosen
  35. will be displayed as a high low close type of graph. The remainder
  36. of the 12 possible graphs will be shown as selected on the styles
  37. section. You can use right side axis which allows you to graph
  38. volume on the same graph as stock  prices. You can have a hi low
  39. graph with only 2 variables. In this case the data represents
  40. simply a high and low but no close.
  41.  
  42. -PIE CHARTS. You may have up to 4 pies on the screen. Simply 
  43. specify the correct number of variables. A special case exists for
  44. 2 pie charts if you have selected "component pies" from the
  45. features menu. In this case the second variable will be assumed to
  46. be an explosion of the first pie segment. 
  47.  
  48. -3D PIE CHARTS are the same as regular pie charts except for the 3D
  49. aspect.
  50.  
  51. -BUBBLE GRAPHS require 3 or more variables to be chosen. 
  52. The first specifies the "X" value of the point. The second 
  53. specifies the "Y" value of the point and the third specifies 
  54. the relative  area of the bubble. If more than 3 variables are 
  55. chosen the remaining variables are used to create a pie chart 
  56. inside the bubble.
  57.  
  58. -OPPOSED  BARS  require 2 variables  which  must  be positive. If
  59. logs are on they are ignored. Opposed bars  are good for comparing
  60. similar  data  against one another.  an example might be the
  61. population of the  U.S.A.   by  age  group where  one   variable
  62. represents  males  and  another females.  The  key feature of
  63. opposed bars is that there is no  offset between  the  variables. 
  64. One  peculiarity  of the implementation  comes up in rescaling. 
  65. The  second variable  is  treated  as  being  negative  by  the
  66. program. Thus  the  minimum value is  shown  as  a negative.  This
  67. is a requirement so ensure that you enter  a negative for the
  68. minimum,  even though  it will be printed as a positive.
  69.  
  70. -FLOATING  BARS  require 2 variables for each  bar plotted. The 
  71. first represents the minimum of the floating bar and the second the
  72. top. Like XY graphs you will continue to be prompted for input 
  73. until you  fail to enter 2 variables.
  74. This is not an  XY graph however. The X-axis is scaled by the
  75. labels just as for a regular graph.
  76.  
  77. -HORIZONTAL  FLOATING BARS are the same  as  regular floating bars 
  78. except that the graph is done horizontally.
  79.  
  80. -POLAR PLOTS are a variation on XY graphs. Selection procedures are
  81. the same. The difference is that the variables chosen give the
  82. angle in radians and distance of the point rather than "X" and "Y"
  83. respectively.
  84.  
  85. -3D BAR/LINE allow for up to 40 points in each factor. The data is
  86. displayed with a three  dimensional  aspect. The variables are
  87. displayed behind one another  with the first variable chosen being
  88. the front  variable. In some cases data points will not be seen
  89. since  the column will be entirely hidden. No right side scaling
  90. may be used. Lines will be shown as ribbon graphs unless "filled"
  91. has been chosen. In this case a 3D area graph is drawn. Point
  92. graphs are ignored.
  93.  
  94. GRAPH B
  95.  
  96. These procedures are particular graph types used for analysis. 
  97.  
  98. -A STAR GRAPH produces a chart describing the physical values of
  99. several variables at each of several points. There should be no
  100. negative values. For each point a series of lines are drawn
  101. starting at 3 O'clock and then working counter clock wise around
  102. the point. The length of the lines represents how high the value
  103. of the variable is for that point. The minimum value of the line
  104. is set to 20 percent of the maximum.
  105.  
  106. -A SUN RAY GRAPH is similar in concept. In this case each line is
  107. the same length but the line is cut at a value indicating relative
  108. length. If the line is cut exactly in the middle then the point has
  109. a value for that variable which is at the mean for all points. 
  110.  
  111. -A BOX WHISKER GRAPH requires the selection of a variable and a
  112. category variable. The box and whisker are then drawn for values
  113. from the first variable where the categorical variable is at a
  114. certain level. The box and whisker is a regular style graph. The
  115. box has it's top value at the 3rd quartile point and its bottom at
  116. the first quartile. The box is bisected by a line at the median.
  117. Extending out from the box at top and bottom are the whiskers.
  118. These reach out to the  highest and lowest point in the data
  119. variable for a given level of the categorical variable.
  120.  
  121. -The NOTCHED BOX WHISKER is the same except that there is an
  122. additional piece of information given. There is a notch in the box
  123. which covers a 95 percent confidence limit on the median. The depth
  124. of the notch is proportional to the number of  elements in  the 
  125. variable  with  that  value  of  the  categorical variable.
  126.  
  127. -An INTERACTION GRAPH is used in 2 way Analysis of Variance. 
  128. Three variables must be chosen. The first contains observed 
  129. values. The second contains levels of the first factor in the 
  130. analysis and the third contains levels of the second factor. The 
  131. levels must start at 0 and be integer. If there are 16 or fewer 
  132. levels of the first factor then you will be asked to type in 
  133. labels for them. These will appear as the borrom axis labels. The 
  134. program will plot the means for each combination of factor 
  135. levels. The lines will be done for each factor level of the 
  136. second factor. If the resulting lines are parallel to one another 
  137. then there is no interaction. If they are not then there is some. 
  138. If confidence limits are turned on then the confidence bounds for 
  139. each mean are calculated.
  140.  
  141. -XYZ graphs are similar to XY graphs.  The main difference is  that
  142. there are three coordinate axes,  and you must pick the  variables
  143. in threes. Another change is the lack of a legend.  No legend is
  144. put on the right of the graph to allow for  the  extra  width 
  145. taken  by the  three  dimensional  graph.  For  labelling you will
  146. need to use the custom labelling feature. For XYZ graphs you may
  147. select point,  line and bar  options.  The  bar  option  does not
  148. actually  produce  bars  in  this  situation.  Instead,  a 
  149. perpendicular is dropped to the  XY  plain.  This  gives a better
  150. indicator of the height of  the  point.
  151.  
  152. -Z function plots are three dimensional graphs of a  function  of 
  153. the  form Z=f(X,Y).  You will be asked  to  specify  the  graphing 
  154. limits for X,Y and Z.  You will then be  asked  to  specify the
  155. equation and then the number of steps to make in  each  of the X
  156. and Y directions.  The greater the number  of  steps,  the  finer
  157. the graph but also the slower the  graph.  With 50 steps in each
  158. direction there are 5000 calls to  the  parser  and this can be a
  159. slow process.  After  setting  the  parameters  you will be asked
  160. whether you want hidden  lines  or  not.  The  default  is for no
  161. hidden lines  (ie  a  wire  frame). If hidden lines are chosen
  162. there is one more option asked. You are asked if you want the graph
  163. textured. If yes the graph will use the colors and pie settings for
  164. pie chart fills to color the graph depending on the maximum height
  165. in each quadrilateral. 
  166.  
  167. You will be asked if you want thick or thin outlines for the 
  168. quadrilaterals. Use thin unless your intent is to print using 
  169. GDOS to a high res printer such as a laser. On a 640 by 480 
  170. screen the X axis is about 400 points wide. Since a wide line is 
  171. 3 pixels wide a thick outline leaves little room for fills. On a 
  172. laser printed horizontally the X axis is about 5 times as wide in 
  173. pixels and the line is still only 3 pixels wide.
  174.  
  175. You will be asked to specify the break points for each color.
  176.  
  177. -The next option is a combination of the previous 2. The main  use 
  178. for  this  option is to examine actual  points  from  a  regression
  179. against the 3D regression surface provided by the  computer.
  180.  
  181. -The  Z Data plot assumes that all of the data in the  editor 
  182. represents  Z values for particular combinations of X and  Y  which 
  183. are  uniformly spaced.  It does not know  what  the  minimum and
  184. maximum X and Y values are. You will be asked to  specify the
  185. maximum and minimum for X,Y, and Z just as for a  function  plot. 
  186. You will not need to specify the number  of  steps  since  that 
  187. is  determined by  the  amount  of  data  available.  As an example
  188. consider a select mortality  table  as  used by an insurance
  189. company.  There would be  rates  of  mortality  for each issue age
  190. and for each of the  first  15  durations since the policy was
  191. issued. If we were to examine  mortality rates for ages 15 to 75
  192. and for durations 1 to  15  the  data  would be set up as follows. 
  193. There  would  be  15  columns in use.  Each row in the column would
  194. represent  the  mortality  level  at a given age for  that 
  195. duration.  There  would be 61 rows to handle the various ages.  The
  196. number  of  steps would internally be set to 60 and 14 with this
  197. data.
  198.  
  199. For  all  of the XYZ graph types the "right side"  title  is  used
  200. to label the "Y" axis.
  201.  
  202. -Y function graphs are those of the form Y=f(X). the use is  very
  203. similar to Z function graphs. You can combine Y function graphs 
  204. with XY graphs.
  205.  
  206. -Histogram plus Y function graphs. This can be a most interesting 
  207. combination. It is generally used to examine fit of a distribution 
  208. to the data/
  209.  
  210. -Histogram plus Normal. Because the nomal distribution is the most 
  211. common it is set up as a special instance of the previous graph 
  212. type. 
  213.  
  214. -Q-Q Graphs. You simply pick the variables to graph from 1 to 12. 
  215. The graph uses an XY plot with the X axis being determined by the 
  216. normal quantiles of the ordered data. the graph type is used to 
  217. examine normality and to pick out points which are out of place.
  218.  
  219. -Text only Graphs. This simply produces a screen with titles 
  220. only. You may then use custom labels to ad points of interest. 
  221. used only for preparing transparencies for a presentation.
  222.  
  223. SETTINGS
  224.  
  225. The settings menu allows you to define how the graph will look.
  226.  
  227. -The palette setting allows you to set the palette for the graph.
  228. There are 16 colors possible with B/STAT. 8 are set on each of 2
  229. pages. The settings for Red, Green and Blue are set in units from
  230. 0 to 1000. The right mouse button causes the values to decrease.
  231. The left causes them to increase. The speed is graduated depending
  232. on how long the mouse button is held.
  233.  
  234. -User Fill allows you to define up to 6 fill patterns for use
  235. by the program. These may be saved and reloaded for the next use
  236. of B/STAT. They are not compatible with fill files from DEGAS.
  237.  
  238. -Styles allows setting the line style fill pattern and point style.
  239. It also allows you to turn on lines bars or points. All 3 can be
  240. on for any given variable. The line style allows for regular lines 
  241. and step lines.
  242.  
  243. -Pie Style allows you to set colors and fill styles for pies as well
  244. as whether a slice is exploded.
  245.  
  246. -Background allows for setting a background fill pattern over which
  247. the graph is drawn. There are two types of fills. These are 
  248. gradient fills and regular fills. 
  249.  
  250. There are two types of regular fill, Full and Partial.
  251. For Full the entire graph area is filled in. For Partial only the
  252. part of the  graph between the axis lines is filled  in. The
  253. selection of fill style is the same as for pie or bar styles.
  254.  
  255. Gradient fills are more spectacular. In a gradient fill the 
  256. background color is blended smoothly between two colors which you 
  257. specify. For example you might grade between a yellow and an 
  258. aquamarine color, going through green on the way. This sort of 
  259. fill can be most spectacular in presentations. To see this type 
  260. of fill on screen requires a screen which can display 256 colors. 
  261. However one does not need this to use the feature. Meta files 
  262. support 256 colors even if done from a monochrome screen. B/STAT 
  263. also allows TIFF files and BMP files to be created with a 
  264. gradient fill even if the screen can only display 16 colors.
  265.  
  266. When you select a gradient fill you are asked to set the red, 
  267. green and blue levels for the start color and the end color. 
  268. These levels run from 0 to 1000. You will not be able to see the 
  269. colors on screen so you will have to use trial and error. As well 
  270. you must set a speed for the transition. One is a linear grade. 
  271. Values above 1 make the change happen faster. those below 1 do 
  272. the reverse. Values may be from .1 to 10.
  273.  
  274. Once the color gradation is chosen you must select the style of 
  275. gradient. There are three. linear which grades from the top to 
  276. the bottom is the most commonly used. Radial is a fill which 
  277. works in circles from a central point. Box is similar to radial 
  278. except that squares are used for the color changes. For both of 
  279. these two types you must then select the location where you want 
  280. the center of the fill to be. Thus you can have a center location 
  281. which is not at the center of the graph.
  282.  
  283. In order to create a TIFF or BMP file with a gradient fill and a 
  284. display capable of only 16 colors the following procedure must be 
  285. followed.
  286.  
  287. 1. Select a full regular background fill. Ensure that it is a 
  288. solid fill in color 15.
  289.  
  290. 2. Select a gradient fill in the style which you desire.
  291.  
  292. 3. Produce the graph on screen. What you will get is a graph with 
  293. a regular background fill.
  294.  
  295. 4. Save the graph as a TIFF file.
  296.  
  297. 5. relax this is a slow process
  298.  
  299. The program in sending the file out to disk will convert each 
  300. pixel that is in color 15 into the color it would have been had 
  301. the screen been 256 colors. This is slow.
  302.  
  303. When doing this make sure that no graph elements other than the 
  304. background are in color 15.
  305.  
  306. -Axes allows turning scaling or axes on and off as well as selecting
  307. the color to be used. Tic marks may be turned on or set  to go in
  308. or out.
  309.  
  310. -Titles allows you to enter the titles to be used on the graph.
  311.  
  312. -Title Fonts allows you to select the color and style of the titles
  313. and scales used in the graph. There are settings for most possible
  314. text uses. 
  315.  
  316. -Title Boxes allow you to place filled boxes (regular or  rounded)
  317. behind the each of the titles. The titles will then  take up more
  318. room and the graph will be consequently smaller.  These can be
  319. quite effective for presentation purposes.
  320.  
  321. -Tic size allows the setting of major and minor tic lengths.
  322.  
  323. -Overlap allows you to select the percentage overlap on bar  charts.
  324. The default is -33 which gives white space of one third the width
  325. of a bar.
  326.  
  327. Toggle
  328.  
  329. -Boxed means that for regular and horizontal graphs a line will be
  330. drawn to close in the graph.
  331.  
  332. -Rt side axis will allow a right side axis on regular graphs. This 
  333. is a three way toggle. The first setting is off. The next is for 
  334. regular right axis scaling. Variables may be graphed against the 
  335. scaling of the right axis which is independent of the left axis. 
  336. The last setting is for split screen graphs. This is similar to 
  337. regular right axis scaling in that some variables may be plotted 
  338. against this second axis. The difference is that in this case the 
  339. screen is split 2/3 1/3 with the second scale being a separate 
  340. graph drawn in the lower third of the screen. This approach is 
  341. often used for stock market graphs where volume of sales is shown 
  342. in the lower graph.
  343. Both of these options are available only on high low graphs and 
  344. regular graphs.
  345.  
  346. -Stacked will give stacked bar graphs and area graphs for line
  347. graphs.
  348.  
  349. -Filled will cause the area between lines to be filled in. It can
  350. not be combined with stacked. If you choose filled with a two 
  351. factor line graph then you will be asked if you want a difference 
  352. graph. If yes then only the difference between the lines is 
  353. filled in and the shading is based upon the factor which is 
  354. higher at that given time.
  355.  
  356. -Vals above will cause the value of the point to be  displayed above
  357. it for regular and horizontal graphs. For Pie charts the values
  358. will be printed below the pie label.
  359.  
  360. -Legend is a three way toggle. At the first level no legend is 
  361. displayed. At the secoond level (default) a legend is shown on 
  362. the right hand side of the graph. At the third level a horizontal 
  363. legend is placed at the bottom of the graph.
  364.  
  365. -Log X causes the X axis to be on a LOG basis.
  366.  
  367. -Log Y does the same for the Y axis.
  368.  
  369. -Log Z does the same for the z axis
  370.  
  371. -Proportional Pie means that if more than 1 pie is shown on the
  372. screen at once there relative sizes will be determined by the total
  373. of the values in each pie. This is quite useful when comparing 4
  374. years of sales data.
  375.  
  376. -Component Pie. When 2 variables are selected for a pie graph this
  377. option causes the second variable to be taken as a subset of the
  378. first pie sector. The values in the second variable are displayed
  379. as a stacked bar set to the right of the pie.
  380.  
  381. -Pie  Percent  will cause the  percentage  each  pie slice
  382. represents to be printed in the  pie  slice. The  percent is
  383. rounded to the nearest whole percentage.
  384.  
  385. -VECTOR XY(Z) when selected lines on XY and XYZ plots will not 
  386. join points but rather will be vectors from the origin to the 
  387. point. The most common use for such graphs is in factor analysis 
  388. for displaying the relationship of the factors one to another.
  389.  
  390. Toggle 2
  391.  
  392. -High Low ends. when selected causes high low lines to have a 
  393. horizontal line drawn at each end. This is useful for error bars.
  394.  
  395. -Outlined Bars. This option creates a special type of bar  chart
  396. where an overarching bar at the height of the sum of  the
  397. components is drawn under the regular bars. This has the  advantage
  398. of displaying two types of information on the same  graph.
  399.  
  400. -Error Bars
  401.  when selected XY graphs are to be done with error bars.
  402. 4 variables must be chosen; the regular 2 and then the high and
  403. low points for the Y value. 
  404.  
  405. If this option is chosen and either a regular or horizontal graph 
  406. is selected then the interpretation is slightly different. Two 
  407. variables are chosen for each graph element. The first is the 
  408. regular "Y" value. The second is the distance for the error bars 
  409. to extend. This can be the standard error or the 95% confidence. 
  410. For bar graphs the error bar will only be drawn in the upwards 
  411. direction.
  412.  
  413. -Bezier. There are 3 selections here which come up in turn.  These
  414. are no Bezier, Bezier and Sorted Bezier. When selected  a Bezier
  415. curve is drawn on XY plots using the data as control  points. When
  416. the data is not sorted the Bezier curve follows  the data as it is
  417. entered. When sorted it follows the data in  ascending order of the
  418. X variable.
  419.  
  420. -B Spline. Identical to Bezier except that a B spline is used rather
  421. than a Bezier curve.
  422.  
  423. -95% Conf Lim. When selected XY and regular graphs will be
  424. interpreted to calculate the 95% confidence limits and display them
  425. as error bars. You will be asked for a categorical variable. This 
  426. variable will consist of a class identifier for each point. The 
  427. program will actually graph values for the classes rather than 
  428. individual points. The program will calculate the mean and the 95% 
  429. confidence limits. These are then graphed as error bars. You can 
  430. select either to calculate 95% confidence limits for individual 
  431. points or for the mean itself. You may also choose to have simply 
  432. the standard deviation without conversion to the 95% confidence 
  433. level.
  434.  
  435. -Pyramid 3D. When chosen, 3D bars will be pyramids not columns.
  436.  
  437. -Top Tics. When selected regular graphs will have a top axis with
  438. tics at the same places as the bottom axis.
  439.  
  440. -Tics at ends. Tics normally are placed in the middle of an 
  441. interval (on axes with labels). This option places the tics at 
  442. the ends of the intervals. In some cases with clustered bar 
  443. charts this approach makes it easier to tell which bars naturally 
  444. go together. There are actually three settings on this switch. 
  445. The third setting alters labelling with tics at end. It is used 
  446. when you want to combine points and label them together. For 
  447. example you may have monthly sales data but want to label it by 
  448. quarter while still showing the monthly data. You specify the 
  449. number of points in a period. You then specify the labels for 
  450. each period. There can be no more than 16 periods.
  451.  
  452. -Contour is a three way toggle. The default is that no contours 
  453. will be drawn. This function is only applicable to Z function and 
  454. Z data graphs. A contour plot gives the projections on the XY 
  455. plane of constant Z values. It is most familiar on topographical 
  456. maps where the lines show the areas of constant altitude. 
  457.  
  458. You will be asked to specify the number of labels. This is done by 
  459. selecting from none, medium and high. The actual number of labels 
  460. will vary depending on the number of contour lines and their 
  461. lengths. 
  462.  
  463. If selected then you must give the values for which the contours
  464. will be drawn. There are a maximum of 14 levels you may select.
  465. The 2 other options are contours with the regularily selected graph over 
  466. the top and contours with the regular graph suppressed.
  467.  
  468. In the case where you are drawing a z function and showing it 
  469. along with the contours you will be asked if you wish to double 
  470. the resolution of the contour lines. If so then the number of 
  471. steps in each direction will be doubled in determining the 
  472. contours. They will remain as chosen for the graph itself.
  473.  
  474. -Kep scale. When chosen the previously used settings for maximum 
  475. and minimum etc will be used for the next graph. This saves work 
  476. if you are graphing a set of variables and do not want them to 
  477. have different ranges.
  478.  
  479. -Value table. If selected then below the graph will be drawn a 
  480. table showing the values in the data.
  481.  
  482. -Histogram fix. If selected, you will be asked for the mean and 
  483. standard deviation of the normal to fit to a histogram. If not set 
  484. the values are determined from the histogram.
  485.  
  486. -Label stack. If chosen then the X axis labels are offset into two 
  487. separate rows to allow for more labels.
  488.  
  489. -Equal Scales. If chosen then the spacing in millimeters for a 
  490. unit in the X direction will be the same as for a unit in the Y 
  491. direction on XY graphs and similarily for XYZ graphs. As a result 
  492. the graph will not take up the full graphing space. The 
  493. difference will be slight where the nominal scaling would be 
  494. close in any event. Where the range of values is significantly 
  495. different between the axes then it is unlikely that this option 
  496. should be used. It will likely be necessary to rescale the short 
  497. axis since the tics and label settings are not adjusted.
  498.  
  499. -Output Background. You can set the color for "color 0" which is 
  500. the basic screen color. This option allows you to output the 
  501. screen color to either a printer or a meta file. You can do the 
  502. same thing by setting a full background fill. By using this 
  503. option you can combine a background color with a partial 
  504. background fill. 
  505.  
  506. -Inverted scale. This option works only on regular graphs and 
  507. only for variables scaled against the left Y axis. When selected 
  508. these variables have the scale reversed. The largest value is at 
  509. the bottom of the graph and the smallest at the top.
  510.  
  511. -Show Top grids. Sometimes it is desirable to not place a grid 
  512. line at the top value on the graph. This can be because of the 
  513. style of axes lines or just that it crowds the top titles.
  514.  
  515. -Redraw will redraw the graph if the reset graph option is  off.
  516.  
  517. -Imterpolate When selected this option causes missing data to be 
  518. interpolated for line graphs only. It does not function if there 
  519. are not at least 4 real data points. It also is turned off 
  520. whenever 95% confidence limits are set or if stacked lines are 
  521. being drawn. The purpose is usually in scientific graphs where a 
  522. point style will be combined and the point style will be shown 
  523. only at real data points so that the interpolated nature of the 
  524. line graph is evident. The option toggles between 4 settings. The 
  525. first is no interpolation. Next is cubic spline interpolation, 
  526. then comes linear interpolation and lastly is geometric 
  527. interpolation.
  528.  
  529. Grids
  530. These options turn on horizontal and vertical grids and the  Z
  531. grids.
  532.  
  533. There is also a "zero line" option to ensure that  a line is drawn
  534. at the zero point even if  no grids are displayed.
  535.  
  536. STYLES allows setting the type of grid. The color may be set to 
  537. color 0 which is usefull only with background fills.
  538.  
  539. Miscellaneous
  540. -Save Set. This option saves the settings in use for the graph. It
  541. saves titles, fill settings, fonts etc.
  542.  
  543. -Load set. Same as above but to bring it back in.
  544.  
  545. While  a graph is on screen labels may be added  by double clicking
  546. where you want them to appear.  You will  be required to select the
  547. font and size for the label just as for titles. You have the 
  548. option of adding an arrow.
  549.  
  550. Simply click where you want it to  point. These labels may be 
  551. dragged on the screen. To remove a floating label, double click on
  552. the label. You are now asked "What to Change?".  This can be either
  553. font, text, or arrow. You can remove the label by selecting text
  554. and erasing the existing  text. A label with no text is simply
  555. removed from the list of labels. If you choose arrow you can either
  556. add an arrow if one does not exist or move the anchor point  for
  557. an existing arrow, or remove the arrow.  You may also re-size the
  558. graph. This is done by placing the mouse in the lower right corner
  559. of the graph and then dragging the mouse. The graph can be reduced
  560. to 1/4 its original size. You may also reposition the smaller
  561. graph by holding down the mouse button while the mouse is inside
  562. the axes.
  563.  
  564. For most graph types pressing the "F1" key causes a two fold 
  565. magnification about the mouse location. Pressing "F2" does the 
  566. reverse. Pressing "ESC" brings you back to the original settings. 
  567. "F1" and "F2" may be pressed more than once.
  568.  
  569. The  menu bar displayed while a graph is on screen allows you to
  570. save or print the graph. The "Save" menu items allow five forms
  571. of saving the screen image. The first is as a DEGAS compatible un-
  572. compressed image. The second is as a ".IMG"  file which can be used
  573. by desktop publishing programs. 
  574.  
  575. With a color system you will be asked if you want  a color IMG
  576. file. Many desk top publishing programs can not handle a color file
  577. so you can put out a monochrome version of the screen. 
  578. The  IMG files produced by B/STAT are compatible  with IMG files
  579. on MSDOS machines. They can therefore be used with Wordperfect
  580. version 5.0 on these  machines. Note that IMG files are bit image
  581. files. The quality of reproduction is not as good as using a GDOS 
  582. print to the same physical size area.  
  583.  
  584. The third choice is a TIFF file. TIFF Files are a standard set up 
  585. by ALDUS corporation and Microsoft. B/STAT supports several 
  586. variants for color TIFF files. Note that the TIFF files produced 
  587. by B/STAT are uncompressed. This should not pose a space problem 
  588. as B/STAT files are not large in any event.
  589.  
  590. The fourth choice is as a BMP file. A BMP file is the standard 
  591. bit map format for Microsoft Windows 3.x. BMP files are 
  592. uncompressed. Color files are all outputted as 16 color images 
  593. even if fewer than 16 colors exist.
  594.  
  595. The fifth choice is as a metafile. Metafiles can be read  by 
  596. programs such as Easy Draw and many desktop  publishing  programs
  597. such as Pagestream, Calamus and the Timeworks Desktop  Publisher
  598. (TWDTP). To read the files into TWDTP you will need to select  the
  599. "GEM DRAW" option in TWDTP.  
  600.  
  601. When printing you have three options. First you can print the
  602. screen using the built in  Atari screen dump utility or one which
  603. you have loaded yourself. The  second option is  useful only for
  604. 9 pin Epson printers. This option uses the Epson plotter mode to
  605. ensure properly scaled pictures. 
  606. A similar feature is available for EPSON LQ 24 pin printers. 
  607. The Hewlett Packard option does a screen dump to the HP laserjet 
  608. family in the same manner.
  609.  
  610. The third choice uses GDOS if you have it to plot to the printer.
  611. The text on the graph will not usually look quite the same as on
  612. the screen since many GDOS fonts are proportional and the default
  613. screen fonts are not. Also some of the printer fonts are not quite
  614. the same size as the screen fonts.
  615.  
  616. The remaining choices are to adjust GDOS printing. The GDOS
  617. settings item allows you to decide on the width and height of the
  618. graph on the paper. Various GDOS drivers as well as printers will
  619. start graphs in different places. Thus setting the starting
  620. position offset to be zero may not put the graph at exactly the
  621. edge of the paper. Many Epson clones start graphics 1/4 of an inch
  622. from the edge. You should therefore do a GDOS print of a graph
  623. with the standard settings. Before doing the print turn on "GDOS
  624. box". This will result in a box being drawn around the edges of
  625. the graphing area. You can then use the resulting positions to
  626. establish a vertical and horizontal offset for your particular
  627. printer. The "GDOS Device" Selection allows you to set the device
  628. ID that the program uses to that which you have set in your
  629. ASSIGN.SYS file. Most users will never have to use this setting.
  630. The default in B/STAT is device 21 which is the usual standard.
  631. This choice is for those lucky individuals who have more than one
  632. printer in use or who have a plotter which is supported by GDOS.
  633. "GDOS Rotate" allows you to print the graph in landscape mode as
  634. opposed to the normal portrait orientation.
  635.  
  636. The second last choice sets the number of copies for any printout.
  637.  
  638. The last option is selected only if your printer can use the HP 
  639. Laser option to specify the number of copies. This allows faster 
  640. printing of multiple copies since the printer stores the complete 
  641. page in memory and copies it.
  642.  
  643. The miscellaneous menu contains several unusual features. The 
  644. "Keep  Labels" option when chosen (the default) ensures  that  the 
  645. custom labels will be kept when you return to the  graph  selection
  646. screen. To get rid of them all, simply deselect the  option.
  647.  
  648. Also on the miscellaneous menu is the selection for "Legend  Box".
  649. When this is selected the legend may be dragged around on  the
  650. graph until you release the button. If the option has already been
  651. selected then reselecting it will result in returning to the
  652. default setting. When selected you may further  move the legend by
  653. selecting "Move Legend". 
  654.  
  655. "Values" causes the display of the value where the mouse is to be 
  656. continuously displayed in the lower left corner of the screen. 
  657. This option does not work for 3D graphs or pies, sun rays, star or 
  658. box whisker graphs.
  659.  
  660. Draw Menu
  661. This selection moves you to the draw menu which is used for 
  662. drawing filled boxes, lines, circles, and ellipses
  663.