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
41
votes
4
answers
20k
views
Is there an option to change the space/distance between tick labels and axes labels for plots?
In an attempt to squeeze more plots and controls into the limited space for a demo UI, I am trying to remove any extra white spaces I see.
I am not sure what options to use to reduce the amount of ...
36
votes
5
answers
33k
views
Remove tick labels, but retain tick marks in RegionPlot (and related functions)
I would like to remove the numbering on the axes of the following RegionPlot. I would like to keep the tick marks but drop the numbering, I haven't figured out how ...
32
votes
4
answers
19k
views
What is the most elegant way to display multiple graphs with a common title?
I often seek to display two graphs, side by side, with a common label over them. There is no option for adding a label to GraphicsRow, which means, I think, that I ...
30
votes
3
answers
17k
views
About the number format in ticks
I want to LogPlot a function, but I have the trouble in the number format in the ticks.
For example,
...
28
votes
3
answers
36k
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 ...
25
votes
2
answers
3k
views
How to create diagrams using Wolfram / Mathematica?
How can one use Wolfram to make diagrams like
with the arrows labeled as well (to label "mediating factors" between the causal elements)?
25
votes
6
answers
3k
views
Label multiple edges between same vertices
I have a simple graph with multiple edges between two vertices, say:
Graph[{
Labeled[a -> b, "A"],
Labeled[a -> b, "B"]
}]
Unfortunately, Mathematica ...
24
votes
3
answers
34k
views
Formatting legend text font
I am using this code to plot a graph, and I am trying to make the font of the legend bigger.
...
23
votes
3
answers
745
views
How to insert dimensions in graphics?
I'm creating figures (a T beam section) using the Graphics function. Like this:
...
23
votes
4
answers
2k
views
Drawing the schematic diagram of algorithm
The B-Spline function used the alogrithm as shown below:
I would like to draw it in Mathematica (Although this is my first time to use TreePlot)
...
23
votes
3
answers
2k
views
How to get axes labels with MultiaxisArrangement
I am delighted to see the new MultiaxisArrangement feature, but when I tried it, I could not figure out how to label the two axes. For example, the following produces no axis labels. Nor does any ...
22
votes
3
answers
90k
views
Generate a Unit Circle Trigonometry
Struggling often with Trigonometry I would like to have some code to generate this Unit Circle Trigonometry. Would be of great help when I need to transform some data :
19
votes
5
answers
9k
views
Left-aligned PlotLabel?
Is it possible to have the text generated by PlotLabel (or any other function) aligned to the left side of the plot instead of in the center?
19
votes
0
answers
278
views
Why the Callout option makes plotting performance poor
Bug introduced in 11.0 and fixed in 11.1
The Callout option is a new option for plotting, but the performance is very poor, see bellow testing case.
...
18
votes
2
answers
1k
views