Hi All,
Been reading this mail-list for a long time, I came to a conclusion,
that principal structure of the program is not well thought.
Look at the ton of mails where is asking how to change one or another parameter
in the given Plot. People just don't remember all functions or variables which
Hi, All
Is it possible to draw any graphical primitives in the plot area using
its scale?
Let say, I want to plot a filled circle there. Where do I have to look on?
Thanks in advance,
Alexey
-
Take Surveys. Earn Cash. Infl
Matplotlib 0.90
Found the bug in axes3d.py
lines 513, 514
please change:
for rs in nx.arange(0,rows,rstride):
for cs in nx.arange(0,cols,cstride):
to:
for rs in nx.arange(0,rows-1,rstride):
for cs in nx.arange(0,cols-1,cstride):
Otherwise I'm getting error
Thanks Mark for the link!
Exactly what I need.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief
Hi,
I've found no possibility to plot my experimental data with Matplotlib.
The data are coming in the form of a list of xyz vector.
[[1,2,3],[4,5,6],...]
But Matplotlib needs 2D grid, which I can't provide.
Does anybody know a solution of such a problem?
It will be pretty nice to integrate a c