Hi Jeremy,

first, many thanks for this wonderful program; I use it a lot!
I did encounter another bug when building stacked plots with some margin sharing the same x-axis. The latter is duplicated w/ labels and inevitably printed at the edge of the grid. I currently work around it by allowing for a larger boundary around and cut that off later externally.
I was able to reproduce the bug using the stackedxy example (attached).

Cheers,

Tobias

On 27.03.2013 19:21, Jeremy Sanders wrote:
There's quite a serious bug in 1.17. The print dialog box does not work. I'll make a 1.17.1 fix. Does anything else need fixing?

Jeremy

_______________________________________________
Veusz-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/veusz-discuss



--



____________________________________________________________________

 Tobias Heitmann
 Institut für Wasser- und Umweltsystemmodellierung
 Versuchseinrichtung zur Grundwasser- und Altlastensanierung (VEGAS)
 Universität Stuttgart
 Pfaffenwaldring 61
 70569 Stuttgart
 Tel: (0049) 711/685-69156
 Fax: (0049) 711/685-67020
 e-mail: tobias.heitmann(at)iws.uni-stuttgart.de
 www: http://www.iws.uni-stuttgart.de
 www: http://www.vegasinfo.de
____________________________________________________________________

# Veusz saved document (version 1.17)
# Saved at 2013-03-27T18:54:47.075000

AddImportPath(u'D:\\Documents')
ImportString('x(numeric)','''
0.000000e+00
1.000000e+00
2.000000e+00
3.000000e+00
4.000000e+00
5.000000e+00
6.000000e+00
7.000000e+00
8.000000e+00
9.000000e+00
1.000000e+01
1.100000e+01
1.200000e+01
1.300000e+01
1.400000e+01
1.500000e+01
1.600000e+01
1.700000e+01
1.800000e+01
1.900000e+01
''')
ImportString('y1(numeric)','''
-8.627642e-01
1.213047e+00
-1.682870e+00
2.540669e+00
9.385744e-04
-6.966657e-01
-8.769203e-01
-6.930465e-01
-2.456379e-01
-6.419765e-01
-1.485679e+00
-7.142200e-01
8.639527e-02
-1.155861e+00
-9.576156e-01
6.018372e-02
-1.027861e+00
2.953903e-01
-3.615840e-01
2.474292e-01
''')
ImportString('y2(numeric)','''
7.356253e-01
2.187511e+00
9.680102e-01
-7.393343e-01
1.071199e+00
1.763134e+00
1.589872e+00
2.015283e+00
7.102356e-01
1.808795e+00
8.750188e-01
1.477934e+00
3.591239e-02
3.046406e+00
3.515513e+00
7.194178e-01
3.498590e+00
4.465251e+00
1.638100e+00
3.577523e+00
''')
ImportString('y3(numeric),+-','''
1.537872e+00 3.000000e-01
2.879103e-01 3.000000e-01
7.127184e+00 3.000000e-01
5.775675e+00 3.000000e-01
3.390224e+00 3.000000e-01
2.470264e+00 3.000000e-01
1.019945e+00 3.000000e-01
-5.690097e-01 3.000000e-01
4.276276e+00 3.000000e-01
-4.449537e+00 3.000000e-01
-7.127589e-02 3.000000e-01
-9.531333e-01 3.000000e-01
-1.129021e+00 3.000000e-01
2.561764e+00 3.000000e-01
-1.763882e+00 3.000000e-01
-3.791216e-01 3.000000e-01
2.752641e-02 3.000000e-01
-1.044617e+00 3.000000e-01
2.075609e+00 3.000000e-01
-7.859457e-01 3.000000e-01
''')
Add('page', name='page1', autoadd=False)
To('page1')
Add('grid', name='grid1', autoadd=False)
To('grid1')
Set('rows', 3)
Set('columns', 1)
Add('axis', name='x', autoadd=False)
To('x')
Set('label', 'Traffic police')
To('..')
Add('graph', name='graph1', autoadd=False)
To('graph1')
Set('leftMargin', '0cm')
Set('rightMargin', '0cm')
Set('topMargin', '0cm')
Set('bottomMargin', u'0.5cm')
Add('axis', name='y', autoadd=False)
To('y')
Set('label', 'Valkyries')
Set('direction', 'vertical')
Set('Label/atEdge', True)
To('..')
Add('xy', name='xy1', autoadd=False)
To('xy1')
Set('yData', 'y1')
To('..')
To('..')
Add('graph', name='graph2', autoadd=False)
To('graph2')
Set('leftMargin', '0cm')
Set('rightMargin', '0cm')
Set('topMargin', '0cm')
Set('bottomMargin', u'0.5cm')
Add('axis', name='y', autoadd=False)
To('y')
Set('label', 'Swindon')
Set('direction', 'vertical')
Set('Label/atEdge', True)
To('..')
Add('xy', name='xy1', autoadd=False)
To('xy1')
Set('yData', 'y2')
Set('marker', 'diamond')
Set('PlotLine/style', 'dotted')
Set('MarkerFill/color', 'red')
To('..')
To('..')
Add('graph', name='graph3', autoadd=False)
To('graph3')
Set('leftMargin', '0cm')
Set('rightMargin', '0cm')
Set('topMargin', '0cm')
Set('bottomMargin', u'0.5cm')
Add('axis', name='y', autoadd=False)
To('y')
Set('label', 'Discworld')
Set('direction', 'vertical')
Set('Label/atEdge', True)
To('..')
Add('xy', name='xy1', autoadd=False)
To('xy1')
Set('yData', 'y3')
Set('marker', 'square')
Set('PlotLine/style', 'dashed')
Set('MarkerFill/color', 'blue')
To('..')
To('..')
To('..')
To('..')

<<attachment: tobias_heitmann.vcf>>

_______________________________________________
Veusz-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/veusz-discuss

Répondre à