|
From: Ethan M. <merritt@u.washington.edu> - 2008-05-20 17:30:22
|
On Tuesday 20 May 2008 03:57, Shigeharu TAKENO wrote: > shige 05/20 2008 > ---------------- > > I will send a patch for grid linetype of emf.trm. In emf terminal > of current gnuplot, grid line (linetype 0) becomes solid lines. The patch looks correct. Thank you. > In the function EMF_dashtype(), LT_AXIS is considered correctly, > but I think the first line in the function may avoid it. > > ----- From Here ----- > diff -uN term/emf.trm.ORG term/emf.trm > --- term/emf.trm.ORG Thu May 1 16:05:10 2008 > +++ term/emf.trm Tue May 20 19:47:18 2008 > @@ -902,8 +902,11 @@ > 4, 9, 4, 2, 4, 2, 0, 0, /* 4 - dash-dot-dot */ > }; > > +/* shige */ > +#if 0 > if (dashtype < 0) > dashtype = 0; > +#endif > > emf_dashtype = dashtype; > > ----- To Here ----- > > +========================================================+ > Shigeharu TAKENO NIigata Institute of Technology > kashiwazaki,Niigata 945-1195 JAPAN > sh...@ie... TEL(&FAX): +81-257-22-8161 > +========================================================+ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > -- Ethan A Merritt Courier Deliveries: 1959 NE Pacific Dept of Biochemistry Regular Mail: Mailstop 357742 Health Sciences Building University of Washington - Seattle WA 98195-7742 |