Questions tagged [labeling]
Questions related to displaying identifiable labels in graphics or any other expressions, such as in AxesLabel and Labeled. Not to be confused with Goto-Label.
747 questions
0
votes
1
answer
94
views
HowTo vertically center node labels in Graph output
Version: "14.3.0 for Linux x86 (64-bit) (July 8, 2025)"
The code listed below using the data following it produces the result shown in the image. I want the node labels positioned directly ...
0
votes
1
answer
59
views
Using ListContourPlot, how to renumber the tick marks independent of the plot?
I am using ListContourPlot to plot trajectory data against launch and arrival dates in Julian days. My axes go from 1 to 29, but I need to label the x-axis from 491 to 519, and the y-axis from 731-...
0
votes
1
answer
95
views
Plot labels are moved when put into Grid
I add a label to a plot on specific position, but when using Grid the position moves slightly. How to keep position fixed as in the plot?
...
1
vote
1
answer
109
views
How to make edges of a graph longer in 13.3, so that long edge labels are always readable?
In Mathematica 13.3, is there a robust way to force longer edges so that long edge labels are always readable and not clipped/overlapped? As far as I could see, options for edge spacing in "...
2
votes
1
answer
112
views
How to display labeled edges in Mathematica 13.3
The following is a minimal example where it seems that 13.3 is unable to display labels over edges. How to fix that?
...
7
votes
1
answer
250
views
Undocumented change to behavior of Labeled[] in 14.3 intended?
In 14.2 the following produces labels aligned as one might find natural:
...
2
votes
1
answer
103
views
Wrong labels in contour plot involving Logs
I am plotting this contour map Mathematica (Version 13.0.1):
...
0
votes
2
answers
150
views
ListDensityPlot plots data incorrectly near function's peak, Data Range changes plotted distribution
I cannot understand the issue I faced with the plot when using ListDensityPlot. I have equidistant points in x coordinate ('LengRange'), and nonequidistand along y-...
1
vote
1
answer
170
views
Callout label with formatting issue
Here is my code...
ListPlot[{{1, 1}}, LabelingFunction->(Callout["cm^-1", Above] &)]
Except I write "cm^-1" as "cm ctrl+^ -1" so that it looks like
"$cm^{-...
4
votes
1
answer
195
views
How do I combine bold and regular text in a PlotLabel?
We can use string literals as Plot labels (or as other kinds of labels, but PlotLabel->"Figure 1. Demand Curve" is a good example). My question is, ...
11
votes
3
answers
735
views
How to show two or more non-overlapping label in a same position
I have such callout
...
3
votes
5
answers
127
views
Duplicated points not labeled when presented to ListPlot as point->"label"
A minimal working example is given via:
...
2
votes
3
answers
492
views
3
votes
1
answer
372
views
How to add legend for filled and unfilled regions?
I have the following plot.
How I add the legend for the filled, not-filled regions and the boundary line with the names "above", "below" and "boundary line", respectively?...
7
votes
5
answers
1k
views
LabelingFunction won't show all the labels [duplicate]
I am trying to plot a ListPlot where each point has a label. Unfortunately Mathematica seems to decide that is a label is too large, it will not show it. I would ...