dchakro
|
0211641dd3
|
fix critical error
|
2023-06-23 11:49:02 -07:00 |
|
dchakro
|
d65ccad111
|
add legend position and theme with major gridlines
and set default font to sans-serif
|
2023-06-23 11:44:20 -07:00 |
|
dchakro
|
befbabca76
|
complying with deprecation
The `size` argument of `element_rect()` is deprecated as of ggplot2
3.4.0. Please use the `linewidth` argument instead.
|
2023-05-31 09:52:18 -07:00 |
|
dchakro
|
18f32c18c2
|
size -> linewidth
The `size` argument of `element_line()` is deprecated as
of ggplot2 3.4.0
|
2022-12-19 08:54:32 +02:00 |
|
dchakro
|
b8e1e2f4f5
|
defining also for "L" shaped plots
|
2022-10-20 11:40:25 +03:00 |
|
dchakro
|
1950639090
|
hotfix parameter name
|
2022-10-20 11:36:08 +03:00 |
|
dchakro
|
93f6d8e66f
|
configuration for major gridlines
|
2022-10-20 11:35:21 +03:00 |
|
dchakro
|
0f9d36dfeb
|
add option for plot title font size
|
2021-10-14 17:08:50 +03:00 |
|
dchakro
|
7c37259bdc
|
Right justify y-axis markings
|
2021-10-08 11:52:20 +03:00 |
|
dchakro
|
8be3d88736
|
set hjust and vjust when x.axis.angle is 45
|
2021-09-21 11:33:07 +03:00 |
|
dchakro
|
b16e24fa01
|
updates
- display warning message when using legacy code
- Support title font style options
|
2021-06-13 03:15:31 +03:00 |
|
dchakro
|
fe72db0a85
|
update description
|
2020-08-25 18:02:35 +03:00 |
|
dchakro
|
138478394c
|
Reduce complexity and add support for system fonts
|
2020-08-25 17:49:57 +03:00 |
|
dchakro
|
3a22985ed4
|
Titles Formatting
- Axis title always bold
- only apply font face to x and y axis titles, and not every text as it was earlier.
|
2020-08-25 17:35:46 +03:00 |
|
dchakro
|
c9f0f67fe1
|
Squashed commit of the following:
commit 6f817ea39cee879a6022c5debc3c22eceadbec02
Author: dchakro <35454738+dchakro@users.noreply.github.com>
Date: Tue Aug 25 16:05:09 2020 +0300
Updates
commit 7b789a0ea89c057e4bc3e205198b3374c7d3d312
Author: dchakro <35454738+dchakro@users.noreply.github.com>
Date: Tue Aug 25 16:02:58 2020 +0300
add support for font face.
bold, italic, bold-italic and plain.
|
2020-08-25 16:05:54 +03:00 |
|
robocopAlpha
|
8b4ee7de00
|
update readme and add author info
|
2020-07-14 11:29:28 +03:00 |
|
robocopAlpha
|
accf6b4ff0
|
Add ggplot theme generator
|
2020-07-13 18:15:59 +03:00 |
|