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):
...
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, ...
2
votes
1
answer
127
views
TeX labels for arrows
I have this code:
...
2
votes
3
answers
370
views
Why does importing a .dot graph file cause \l and \r to become \n?
When I import a DOT file (or a string in that format) with labels containing the exact characters \\l or \\r, they are displayed ...
1
vote
0
answers
77
views
Is it possible to set PrivateFontOption for plots globally?
Originally motivated by my previous question.
I'm trying to see whether it's possible to write PrivateFontOptions in the init.m file of Mathematica so that I don't ...
2
votes
1
answer
166
views
Position of x- and y-label with FrameLabel
I am plotting with ListLinePlot and using FrameLabel to insert the label for the x- and y-axis. It seems the location of the labels is pretty far from the axes. I was wondering if there is an option ...
2
votes
0
answers
59
views
Prevent ChartLabels from being automatically resized
In recent versions, charting functions such as BarChart will automatically resize labels to fit in the available space. Sometimes this is counterproductive, and it ...
3
votes
2
answers
167
views
Group labels in BoxWhiskerChart
data has dimensions {3,4,5}. The Mathematica code
...
4
votes
1
answer
155
views
Control label location in Manipulate
Consider this simple code:
...