Answers for "mathematica axes label size"

0

mathematica axes label size

Plot[Sin[x^2], {x, 0, 3}, 
 AxesLabel -> {
    Style["x value", Purple, FontFamily -> "Zapfino", FontSize -> 24], 
    Style[x^2, Orange, FontFamily -> "Zapfino", FontSize -> 24]
    }]
Posted by: Guest on October-07-2021

Browse Popular Code Answers by Language