Questions tagged [legending]
Questions on legends, figures (usually insets) that indicate what those lines/bars/points in plots refer to, using arrangements of graphic elements and text, whether manually or using built-in functions.
936 questions
2
votes
2
answers
121
views
Log-scaled bar legends in both directions
EDIT: This question has been heavily edited to only show the one question I have without confusion.
I am simulating points $X_j$ and getting outputs $Y_j=f(X_j)+e_j$ where $e_j\sim N(0,3)$ where $f$ ...
2
votes
1
answer
112
views
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
84
views
BarLegend with Plot3D example coloring function
I've been trying to get BarLegend to work with Mathematica's Plot3D coloring example function. I wanted to use coloring to indicate the height of the function, and the Plot3D documentation provides ...
6
votes
3
answers
367
views
Is it possible to make the top and bottom of barlegend pointy?
I was wondering if it possible to change the shape of top and bottom of a barlegend as in this picture
1
vote
1
answer
81
views
Adding a title to a chart legend (or any other text near chart legends
I need to add text in the area close to a chart legend
I highlighted chart above, to emphasize that LegendLabel option will not work, as it is not an option for ...
1
vote
2
answers
222
views
Calculate SmoothHistogram
I'd like multiple smooth histograms on a single set of axes with legends. Legends do not seem to be among the options for SmoothHistogram. So I thought I'd ...
3
votes
1
answer
189
views
4D plot - how to change the color using Hue in plot and Lagend bar?
I am trying to plot the 4D Poincaré surface of section, using Hue, specifying one dimension with the color. I have pasted my code below
...
6
votes
0
answers
297
views
1
vote
0
answers
56
views
Order of Plots and PlotMarkers for Around in Mathematica
I am plotting data and a fit to it in a ListPlot and require the legend to be inside the plot. To display the data with error, I use Around. The problem is that the plotmarkers of the data are always ...
3
votes
1
answer
147
views
Remove Frame in SwatchLegend
This example from the documentation, I want to remove the horizontal. and vertical lines
...
2
votes
1
answer
147
views
How to force PlotLegends value not to evaluate parameters
I need to plot many function pairs $\{f_i(x),f_i(x) + e h_i(x)\}$, where $e$ is a small parameter, say 0.05, in a single plot with a legend generated using ...
2
votes
0
answers
102
views
Formatting label with equation and numerical values
I am trying to make a plot of a function that depends on some numerical values that I get from another computation. I am trying to get the legend to display the mathematical expression for the ...
3
votes
1
answer
150
views
A decimal point keep appearing after 10 when drawing log-scale ListDensityPlot legend
When I try to add a bar legend to a log-scale ListDensityPlot, a decimal point appears at the weird position.
For example,
...
0
votes
1
answer
90
views
Styling the LabelingFunction in a Histogram
I am doing some data analysis and I'd like to style the LabelingFunction in the Histogram that I'm making.
I would like to know if it's possible to box the content of the labels similar to a ...