I was using PlotLegend in Mathematica to label different data sets in a plot. But after generating the plot when saved / exported the image in pdf, gif or png format I found nothing but a white image. How to solve this problem? This problem occurs only when I use PlotLegend. I use Mathematica 7.
PlotMu=ListLogLinearPlot[{data1,data2},
LegendShadow->None,
AxesLabel->{"GeV","P"},
PlotLegend->{"A","B"},
Joined->{True,True},
LegendPosition->{0.4,-0.4},
LegendSpacing->-0,
LegendSize->0.5
]
Where is the problem do you think?
legendingtag for similar questions. Look at related questions if some alternatives toPlotLegendcan help, e.g. mathematica.stackexchange.com/questions/4444/… – Artes Aug 8 '12 at 12:08<<PlotLegends`first? – Sjoerd C. de Vries Aug 8 '12 at 13:16