Questions tagged [legend]

a legend in a graph helps the reader determine the correspondence between line style and data values

447 questions
5
votes
1 answer

Put small title under name in a signature

I want to put a descriptive name under the name in a signature: I currently have: \def\sig#1{\vbox{\hsize=5.5cm \kern2cm\hrule\kern1ex \hbox to \hsize{\strut\hfil #1 \hfil}}} \newcommand\signatures[4]{% \hbox to \hsize{\hfil #1,…
edgarmtze
  • 1,035
5
votes
1 answer

Display mark instead of line in tikz legend

When using \addplot[color=black, mark=o, draw=none] table [y=Y, x=X]{Data/bottoms.dat}; \addlegendimage{New record}; \addplot[color=black, mark=x, draw=none] table [y=Y, x=X]{Data/breaks.dat}; \addlegendentry{Discarded solution}; …
Braaten1124
  • 339
  • 2
  • 7
2
votes
0 answers

Modifying the Legend in eps file

Is it possible to change Legend in an eps file which I have generated using MATLAB. I have not saved its .fig file, otherwise it would have been easy. I am using this file in LaTex.
Ehsa
  • 1,423
0
votes
1 answer

Legend Position in a double-column paper

How can i change the legend position in a multi-columns paper? Is there anything wrong with my code? I would like to put the legend in the top center of those two figures. Thanks. \begin{figure}[t] \ref{testLegend} \subfigure[Figure…
Polaris
  • 101
0
votes
0 answers

Legend failed to show correct things

I am trying to draw a graph with some legends. I have two questions: If I use \legend, then it has to give legends for all the plots above. If I use \addlegendentry, it cannot give correct graph (the picture below). How can I do…
0
votes
0 answers

Add one legend to several subcaptionfigures

I have the following problem: I have several pgf plots in one figure (see screenshot). I make it with \subcaptionbox. Now i want to add one legend for all 6 plots, since in all plots the same signals are. It should be placed over the titel "Figure…
Cap
  • 1
  • 2