Could you please tell me whether (and how) it is possible to make the redesign of the x axis in the plot? I have not found the relevant information in the documentation.
Tag Archives: axes
Both axes labels and frame to my graph

Seems like I can’t ad axes labels and a frame to my graph.
I am trying this:
Plot[Blackvolality[k], {k, 0, 0.1}, AxesLabel -> {Volatility, Strike},
PlotLabel -> "Beta=0"]
This work fine^. But when I add frame to it:
Plot[Blackvolality[k], {k, 0, 0.1}, AxesLabel -> {Volatility, Strike},
PlotLabel -> "Beta=0",Frame->True]
Suddenly my Axes labels disappear. How Come? How can I have both?