From: Kelvin C. <kel...@uv...> - 2007-03-29 23:13:51
|
Hi there; I use gnuplot-py very often because it is better suited to most of my tasks than other python plotting routines. That much said, I am getting warnings Warning: 'with' will become a reserved keyword in Python 2.6 I have 3 questions. 1. Is there any way to turn off these warnings? 2. Should I be using a different way of setting linetypes, etc. for plotting? d = Gnuplot.Data(x,y,with='lines lt 4') 3. Is Gnuplot.py going to replace the 'with' keyword? Thanks very much. -k -- Department of Physics, Cook Building, University of Vermont 82 University Place, Burlington VT 05405-0125 http://www.uvm.edu/~kchu/; (802) 656-0064; Fax: (802) 656-0817 |