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.
2
votes
2answers
148 views
Varying plot sizes for identical PlotRanges in ListLinePlot, where one has a legend
I am trying to make some figures using ListLinePlot in Mathematica 8. Although the PlotRanges are the same, the resulting frame sizes are different. The only difference (as I see it) between the two ...
2
votes
1answer
1k views
9
votes
3answers
581 views
Adapt ticks in plot and font in legend
Some of my 2-dimensional data are displayed with a code similar to this:
...
2
votes
3answers
180 views
Selective inclusion of elements in BarChart Legend
Further to my previous question, is there a concise way - amenable to automated setting in a package so that it can be accessed globally - to eliminate some legend item that would otherwise show? For ...
3
votes
1answer
158 views
SetOptions or other approach to imposing default styling of text in a BarChart Legend?
Gustavo Delfino's answer to an earlier question showed that it is possible to use the third argument to Placed to format text in a ...
19
votes
3answers
2k views
ShowLegend values
How do I get ShowLegend to put the max and min values that a plot produces.
for example, when using ListDensityPlot, with ...
2
votes
1answer
152 views
Is it possible to use styled (e.g., colored) text in PlotLabel?
Sometimes, I want to provide a key or legend for my Plot or ListPlot without using the ...
3
votes
2answers
631 views
Plot CSV-data; make statistical statements in Mathematica / WA
First, I'm quite new to Mathematica so sorry in advance if some questions seem to be trivial.
I have a CSV-file which looks like this:
...
11
votes
4answers
349 views
Changing the order of elements in a chart legend
In a stacked BarChart or Histogram the bars are stacked from bottom to top, while the legend entries are listed from top to ...
8
votes
2answers
2k views
Legend of a plot: how to increase the size of the line/marker?
I'm using the following kind of code to do the legends of my plots:
...
22
votes
6answers
5k views
Labeling individual curves in Mathematica
I need to create a plot for export and inclusion in a report. Is there a better way to label curves than PlotLegends? From what I've read and my personal ...
33
votes
4answers
5k views
Creating legends for plots with multiple lines?
So I have a graph with multiple lists, for e.g.
data = {{1,2}, {3,4}, {3,5}, {2,3} . . .}
If I then do ...
17
votes
5answers
2k views
Using PlotLegends with Show messes up the graphics
I have already obtained the plot that I want but am having trouble legending the graph correctly.
...
10
votes
1answer
3k 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.
...
19
votes
7answers
1k views
Sizing cells in a GraphicsGrid/GraphicsRow
I would like to add a colour bar to a plot. I tried to use GraphicsRow for this. In a GraphicsRow, each item is given the same ...
8
votes
3answers
433 views
How do I change the Font in BarChart Legend?
Just wondering if anyone knows the proper Syntax to change the Text properties in the BarChart's ChartLegend. I cannot seem to figure out how to get Style[] to apply. Here is an example:
...
21
votes
3answers
2k views
ListPlot with each point a different color and a legend bar
I would like to generate a ListPlot with the color for each point in the plot corresponding to a particular value (not associated with the position in the plot). I'd then like to add a legend ...