ProjectMOSAIC / mosaicCalc

Calculus in R
12 stars 4 forks source link

Clean up the `label_text`, `label_x`, and `label_color` #10

Open dtkaplan opened 3 years ago

dtkaplan commented 3 years ago

Arrange them as a single argument label= which can take either a character string or a list(text=, x=, color=, ...) By default, use the plot color for the label.

Allow expressions (e.g., expression("x^2")) to be used for mathematical notation

rpruim commented 3 years ago

@dtkaplan: I don't know what function you are talking about. When I search for label_textin this repo, the only place I find it is in this issue. Can you elaborate?