Questions tagged [ggh4x]

Use this tag for questions related to the ggh4x package. The ggh4x package is a ggplot2 extension package which provides some 'hacky' utility functions which can be useful in tweaking your ggplots.

The is a extension package. It provides some utility functions that don’t entirely fit within the ‘grammar of graphics’ concept —they can be a bit hacky— but can nonetheless be useful in tweaking your ggplots.

An overview and introduction to the package can be found on the package website.

16 questions
-1
votes
1 answer

How to put axis labels in between the axis ticks in ggplot2

In base R, I like to make plots with time on the x-axis where the labels are shown in between long tick marks. For example, there may be tick marks at June 1 and June 31, but the text "June" shows up in between, centered around June 15. In base R, I…
rrr
  • 1,914
  • 2
  • 21
  • 24
1
2