The labeling tag has no wiki summary.
1
vote
0answers
35 views
A Symbol with Subscript and Superscript as an Axis Label
I am trying to have the symbol $\epsilon_{9/2,4}^-$ as the axis label in a graph in Mathematica. First problem is that: when I use Subscript[$\epsilon$,9/2,4], 9/2 changes to $\frac{9}{2}$ (which I ...
0
votes
1answer
77 views
Labelling Curves Using ListLogLinearPlot within DynamicModule (So Close)
I currently have a large number of time-series datasets in the form where the name and time-series transposed data, so I have a list of lists of names for datasets and their time-dependant data.
The ...
1
vote
1answer
94 views
Dynamically labeling a family of curves [duplicate]
I have created some simple code which generates a plot. This plot contains a family of curves created by changing a single parameter "k". I use the Table function within the Show function to iterate ...
1
vote
2answers
61 views
Font size in PlotLegends, using Table to generate the list in the legend
I am currently trying to get to graph with several functions as below. My problem is that I cannot change the font size in the legend (authomatically generated numbers by "Table" function). This code ...
5
votes
1answer
105 views
Error invoking Information on functions containing Legended
In adapting some plotting functions to utilize the PlotLegends option of version 9, I came across the following errors:
...
1
vote
1answer
48 views
Control formatting of a Text element in a plot?
Is it possible to define the format for a part of Text in a plot? For instance, is it possible to have v bold and ...
0
votes
2answers
131 views
Do/For loop for plots
I have a lot of points that I would like to get shown on a plot. The problem is that sometimes I only have 2 points while other times i have 10 points. I've tried to make a for loop to create a plot ...
1
vote
1answer
58 views
How to label vertices in a grid with random integers?
I would like to assign each vertex a random number with the minimum bound equal to the smallest vertex and the maximum equal to the value of the largest without repeats. ie in a 20x20 grid, the ...
3
votes
3answers
144 views
Label points in plot with a text
I'm a newbie at Mathematica and I couldn't find how to label the maximum and the zero of a simple function in Plot with their names:
...
5
votes
3answers
94 views
AxesLabel in Histogram3D unreadable
I'd like to modify this chart to relocate the z axis label so it's not over printing the values.
...
-1
votes
1answer
150 views
Labels for each curve on a multi-curve plot using an efficient method(without writing a large code) [duplicate]
I have a question on plot labeling in Mathematica. I have
y = 4 x / L + 2
where
L = {10, 20, 30, 40}
I want to draw a ...
5
votes
3answers
136 views
Placing bar chart labels on the upper and lower frame axes
In the bar chart (with negative values)
...
5
votes
1answer
158 views
axis label and ticks alignment of ListPlot3D and Histogram3D
I have a question on axis label alignment of ListPlot3D and Histogram3D. These labels are not aligned with the axis of the view, but only horizontally. I have tried very hard to align them manually, ...
3
votes
2answers
575 views
Placing x-axes label below rather than at end of axes
By default Mathematica places the x-axis labels at the end of the axes like
Googling has suggested a way around this is to use Frame- for example ...
5
votes
1answer
163 views
Label both sides in BarChart
I have labeled the name(A,B,C) of each row on the left and value of each item , is there any way to put the total number(6,7,5) of each row on the right side without changing other labels?
...
4
votes
1answer
110 views
Row inside FrameLabel doesn't work in Mathematica 9
So as to automate/customize plot titles I use Row inside e.g. FrameLabel:
FrameLabel -> {"x", "y", Row[...]}
Now with ...
7
votes
3answers
197 views
Adding a label to an expression result
To make my notebook easier to read for non-Mathematica literate colleagues (myself included), I'd like to have the output from an assignment expression look somewhat more obvious. Normally an ...
2
votes
2answers
101 views
Labeling a Plot with a Slash for Division Sign
I'm trying to label a 2D plot with something like $A/B$ rather than $\frac{A}{B}$. I have tried:
Plot[Sin[x], {x, 0, 10}, AxesLabel -> {HoldForm[A/B], y}]
...
10
votes
3answers
279 views
Labeling plots without evaluation
This is my first question here so please excuse my mistakes.
Let us consider a rather contrived example:
...
0
votes
3answers
334 views
How do I place frame ticks without having corresponding numbers? [duplicate]
Possible Duplicate:
Remove tick labels, but retain tick marks in RegionPlot (and related functions)
I need to display a 2D graph, say $y=x^2$ with tick-marks along the $x$ and $y$-axes but ...
7
votes
0answers
133 views
How to style and position VerticalCallouts and RadialCallouts
Here is a pie chart with a labels placed with a "VerticalCallout"
...


