plot labels
richard mendes
mendes.richard at gmail.com
Tue Jul 4 15:24:26 PDT 2006
Hello wxPython users,
I'm a newby on using wxpython for GUI programming so probably my
questions are relativly easy or sound very stupid my apologies for
that.
Currently i'm working on a application for a school project where i
have to make a scatter plot of datapoints. the syntax i use for that
is out of the tutorial posted on the wxpython wiki page.
line = PolyMarker(pointMatrix, legend='Wide Line',
colour=self.clrList[kleurCode], size=1,marker="circle")
panel = PlotCanvas(splitter)
splitter.AppendWindow(panel,500)
panel.Draw(PlotGraphics(chromosoomPlots[i], chromosoomNummer, "Value
X", "Value Y"))
the problem i'm having is that i have to plot the datapoints with
some kind of label. is this possible with wxpython and the syntax i
used?
And if so is it possible to print it vertically ?
thank's in advance for your time,
richard mendes
More information about the wxpython-users
mailing list