|
NAME
LIBRARYlibrary “libkplot” DESCRIPTIONThe
Domain and RangeEach plot domain and range is extended to fit all of its data sources at the moment kplot_draw(3) is invoked. StylesStyles are applied to plots and when a plot data source is added to a plot. Thus, if one has a data source referenced by two separate plots, they may be styled in different ways. Numerical PrecisionAll values in Drawing ModelThere are two main components to the drawing model: the plot area and the buffer zone. The plot area consists of the plotted curves and overlapping borders and axis tics. Each border centre is drawn at the graph edge, so half the border width will extend into the plot. (This is how Cairo draws its lines.) Moreover, tics, if facing inward, will also (and obviously) be part of the plot area. The buffer zone consists of the other half of borders, outward-facing tics, tic labels, axis labels, and the margin. The vertical (left and right) margins define the space between the left-most (or right-most) vertical axis label point and the image edge, or if labels have been specified, the same for those labels. Similarly, the horizontal margins define the space beyond the top-most (or bottom-most) horizontal axis label point. The space around the plot area for labels takes into account horizontal labels flowing into the vertical label space and vice versa. Borders and tics are not considered when measuring the buffer zone. Thus, a margin of zero will directly abut the plot area. Memory Model
StatisticsThe SEE ALSOkdata_array_alloc(3), kdata_array_fill(3), kdata_bucket_add(3), kdata_bucket_alloc(3), kdata_buffer_alloc(3), kdata_buffer_copy(3), kdata_destroy(3), kdata_get(3), kdata_hist_add(3), kdata_hist_alloc(3), kdata_mean_add(3), kdata_mean_alloc(3), kdata_pmfmean(3), kdata_pmfstddev(3), kdata_pmfvar(3), kdata_stddev_add(3), kdata_stddev_alloc(3), kdata_vector_alloc(3), kdata_vector_append(3), kdata_xmax(3), kdata_xmean(3), kdata_xmin(3), kdata_xstddev(3), kdata_ymax(3), kdata_ymean(3), kdata_ymin(3), kdata_ystddev(3), kdatacfg_defaults(3), kplot_alloc(3), kplot_attach_data(3), kplot_attach_datas(3), kplot_attach_smooth(3), kplot_detach(3), kplot_draw(3), kplot_free(3), kplot_get_datacfg(3), kplot_get_plotcfg(3), kplotcfg_defaults(3)
|