Changeset 852:055a9be0f2d3
- Timestamp:
- 07/30/08 15:06:26 (2 years ago)
- Author:
- Phil <phil@…>
- Branch:
- default
- Message:
-
Changed Gnuplot's 'with' parameter into 'with_'. Need Gnuplot 1.8. (ticket #47)
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r846
|
r852
|
|
| 905 | 905 | trt[trace_id] = loctrace |
| 906 | 906 | |
| 907 | | tr = map(lambda x: Gnuplot.Data(x,with="lines"), trt.values()) |
| | 907 | tr = map(lambda x: Gnuplot.Data(x,with_="lines"), trt.values()) |
| 908 | 908 | g = Gnuplot.Gnuplot() |
| 909 | | world = Gnuplot.File(conf.gnuplot_world,with="lines") |
| | 909 | world = Gnuplot.File(conf.gnuplot_world,with_="lines") |
| 910 | 910 | g.plot(world,*tr) |
| 911 | 911 | return g |