Hi, On 08.03.07, Salvador Cardona Serra wrote: > Hello, I'm new here, but a I have one important question oon my work now. > > I have a file, with two columns, they are impulses (in gnuplot meaning). I > want to plot them in pyx because it's more powerfull. The script I use in > gnuplot is: > > plot 'filename' with impulses > > What should I write to make a similar thing in PyX??
I'm sorry for another *very* late response. Anyway, I always advocate to create special graph styles for those requirements, since PyX is designed to be able to add those features. I wrote an impulses style now and added it for future PyX releases. However, the enclosed code should work well on PyX 0.9 too ... André -- by _ _ _ Dr. André Wobst / \ \ / ) [EMAIL PROTECTED], http://www.wobsta.de/ / _ \ \/\/ / PyX - High quality PostScript and PDF figures (_/ \_)_/\_/ with Python & TeX: visit http://pyx.sourceforge.net/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
