|
From: Thomas S. <t.s...@fz...> - 2010-11-12 13:31:32
|
the 'test' (instead of a 'plot') command gives a plot showing the capabilities of the actual terminal. the terminal 'latex' only knows black and white, because of latex's 'picture' environment. maybe you could use the 'epslatex' terminal. Gandalf84 wrote: > > Hi, > i'm making an histogram with multicolumn. I'm using the following > gnuplot code to generate che histogram: > plot 'data.dat' u 2 title 'A', u 3 title 'B', u 4 title 'C', u 5 title 'D' > > but in latex all the histogram bar are black! > I try using: > plot 'data.dat' u 2 title 'A' fs pattern 1, u 3 title 'B' fs pattern > 2, u 4 title 'C' fs pattern 3, u 5 title 'D' fs pattern 4 > > but this time, odd patterns are black and even patterns are white. > There is any other solution to distinguish those bars? Like a > grayscale...or pattern for latex? > > Thank you! > > ------------------------------------------------------------------------------ > Centralized Desktop Delivery: Dell and VMware Reference Architecture > Simplifying enterprise desktop deployment and management using > Dell EqualLogic storage and VMware View: A highly scalable, end-to-end > client virtualization framework. Read more! > http://p.sf.net/sfu/dell-eql-dev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/gnuplot-%2B-latex-%2B-histogram-%3D-help%21-tp30199112p30199360.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |