Salut André,

while looking at grid-problem in Bug #1518414, I recognised that the
x-axis of the plot in the example is strokes several times. I just
made two prints (Rev. 3042)

graph/graph.py, line 214: print axisname
graph/axis/axis.py, line 246: print axispos.vbasepath()

The outcome of the example in the bug-report (pyx_grid.py) is then

--------------- snippet ----------------
y
path(moveto_pt(0, 0), lineto_pt(0, 140.153))
x
path(moveto_pt(0, 0), lineto_pt(226.772, 0))
path(moveto_pt(0, 0), lineto_pt(226.772, 0))
path(moveto_pt(0, 0), lineto_pt(226.772, 0))
x2
path(moveto_pt(0, 140.153), lineto_pt(226.772, 140.153))
y2
path(moveto_pt(226.772, 0), lineto_pt(226.772, 140.153))
-----------------------------------------

which tells me that the x-axis is stroked three times.

Best,
  Michael


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
PyX-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-devel

Reply via email to