lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

element_text() not implemented yet?

Open schakalakka opened this issue 4 years ago • 2 comments

element_text() does not seem to be implemented yet. But element_blank() is.

Changing the axis size is not possible for now.

schakalakka avatar Jun 14 '21 13:06 schakalakka

That's right, currently there is no way to adjust the axis style.

alshan avatar Jun 14 '21 18:06 alshan

Hi, in v2.2.0 element_text() was added but without ability to modify font size, family or face. However, we've increased the default font size so the need for adjustments is less pressing now.

Changing axis size (i.e. the line thickness) is now possible, if that is what you meant.

alshan avatar Nov 01 '21 18:11 alshan

Font size, family, face as well as hjust, vjust and margin parameters were added in v2.5.0.

alshan avatar Oct 03 '22 20:10 alshan