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.
935 questions
1 vote
1 answer
88 views
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 ...
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 ...
3 votes
1 answer
187 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 ...
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 ...
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 ...
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, ...
3 votes
2 answers
189 views
ContourPlot BarLegend including ClippingStyle colors?
Simple question with a (probably) complicated answer: How can I include the ClippingStyle colors of a ContourPlot in its ...