Ask Your Question
1

Legend appears twice

asked 2014-10-30 11:34:38 +0200

petres gravatar image

updated 2014-10-30 11:40:01 +0200

I have some problem with the legend, if I use the function graphics_array the entries of the legend box of the second plot appear twice. For example:

f(x) = sin(x)
g(x) = sin(2*x)
p1 = plot(f,(-2*pi,2*pi), legend_label="f")
p2 = plot(g,(-2*pi,2*pi), legend_label="g")
graphics_array((p1,p2))

What I am doing wrong, or how can I fix it? Thanks in advance

edit retag flag offensive close merge delete

Comments

With more plots, there is only a problem with the last legend, which is duplicated.

FrédéricC gravatar imageFrédéricC ( 2014-10-30 12:27:05 +0200 )edit

I know, is there some possiblity to get rid of it. Should I write a bug report?

petres gravatar imagepetres ( 2014-10-30 12:42:02 +0200 )edit

Solved in http://trac.sagemath.org/ticket/12591 that needs review.

FrédéricC gravatar imageFrédéricC ( 2014-11-04 14:30:58 +0200 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2014-10-30 13:09:12 +0200

kcrisman gravatar image
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2014-10-30 11:34:38 +0200

Seen: 239 times

Last updated: Oct 30 '14