Tagged Questions
1
vote
2answers
111 views
Efficient Data Entry / Manipulation with Many Datasets
I currently have a simple task of graphing many different datasets (26 here, with many different instances where I'll need to do, say, 26 different ones from the same template). I'm trying to ...
4
votes
1answer
380 views
How do I use the ShowLegends function to produce a legend for my framed graphic?
I'm new to this site and new to Mathematica as you can see from my question. I'm also new to programming, btw.
I'm trying to produce a legend for my plot which I've coded as follows:
...
2
votes
2answers
191 views
How can I italicize FrameLabel directives?
Suppose that I use Frame -> True in Plot. Then I can use ...
2
votes
2answers
199 views
Annotating plots with plain (not italicized) mathematical text
I have a plot and I would like to annotate some mathematical text in it. Initially, Mathematica puts it in italics by using Drawing tools palette, but I want it all in plain text. How can I do it? ...
12
votes
5answers
1k views
Fixing quirky typesetting in plot labels
Consider this example plot.
Plot[
1-Exp[-x],
{x,0,3},
AxesLabel->{"thickness (\[Mu]m)","power density (W/m^2)"}
]
Let us hold the typographical quality ...
