[Matplotlib-users] discrepancy between plotted line styles and legend styles?

2008-04-09 Thread Joseph Xu
Hi: I'm having a problem where the lines I plot show up in one style (all solid, with different colors) while the legend shows them to be a different style (all blue, different dashes). I used the following code to plot: labels = [] dir_names = {'U' : 'UP', 'D' : 'DOWN', 'L' : 'LEFT', 'R' : 'RIGH

Re: [Matplotlib-users] discrepancy between plotted line styles and legend styles?

2008-04-09 Thread Joseph Xu
regards Matthias > > PS: Could you provide a complete example, if my suggestion doesn't help, > please? > > > > On Wednesday 09 April 2008 10:54:23 Joseph Xu wrote: > > Hi: > > > > I'm having a problem where the lines I plot show up in o