-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNEWS
55 lines (32 loc) · 894 Bytes
/
NEWS
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
Package: basetheme
==================
Version 0.1.3 [2023-04-07]
BUG FIXES
* Theme palette is now set immediately instead of waiting for the first plot.
IMPROVEMENTS
* Missing color in 'num2col' and 'lab2col' was set to grey in all themes.
Version 0.1.2 [2019-10-17]
NEW FEATURES
* Function 'num2col' for turning numbers into colors.
* Function 'lab2col' for turning labels into colors.
IMPROVEMENTS
* Implemented consistent color palettes for all themes.
BUG FIXES
* Fixed a bug that ignored par(new=TRUE).
Version 0.1.1 [2019-07-17]
NEW FEATURES
* Theme: deepblue.
* Theme: royal.
IMPROVEMENTS
* Removed axis ticks from the "minimal" theme.
* Adjusted "void" theme to be black and white.
Version 0.1.0 [2019-06-14]
NEW FEATURES
* Theme: dark.
* Theme: ink.
* Theme: brutal.
* Theme: clean.
* Theme: void.
* Theme: minimal.
* Theme: default.
* Created.