forked from kristapsdz/kplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion_0_1_9.xml
More file actions
23 lines (23 loc) · 1.23 KB
/
Copy pathversion_0_1_9.xml
File metadata and controls
23 lines (23 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.1.9</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2015-02-07">2015-02-07</time>
</header>
<aside>
Stipulated that <a href="kplot_draw.3.html">kplot_draw(3)</a> can return error.
Overhauled colour management: colours may either be palette-driven, which indexes into a list of patterns; a custom pattern; or
a default that depends on the colour context.
By default, grid components (e.g., tic and grid lines) are assigned specific colours and lines and points are assigned a
palette.
The palette itself is also most robust.
This overhaul works much nicer with the Cairo colour model itself and allows for all sorts of customisation, e.g., linear fading
and so on.
Backed out <code>kdata_set(3)</code>, as some sources do extra bookkeeping that this would bypass in general use.
Added <a href="kdata_vector_append.3.html">kdata_vector_set(3)</a>,
<a href="kdata_array_fill.3.html">kdata_array_fill_ydoubles(3)</a>, and
<a href="kdata_array_fill.3.html">kdata_array_fill_ysizes(3)</a>.
Fixed clipping model when extrema (which are now in <a href="kplot_draw.3.html">kplot_draw(3)</a> instead of per-line) are
specified.
</aside>
</article>