2006年03月23日 星期四 20:03
有没有代码可以画X,Y和Z三维的线条,比如说,从(1,2,5)到(8,2,4)画线. 最好就用PYTHON直接写的.多谢! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060323/bc8d3557/attachment.html
2006年03月23日 星期四 20:30
在06-3-23,linda. s <samrobertsmith at gmail.com> 写道: > 有没有代码可以画X,Y和Z三维的线条,比如说,从(1,2,5)到(8,2,4)画线. > 最好就用PYTHON直接写的.多谢! > wxPython应该就可以画,不行就用wxOpenGL呗。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060323/ee25c66f/attachment.html
2006年03月23日 星期四 21:12
画线是没有问题,如果想方便的显示,最好还是借助于OpenGL 在06-3-23,linda. s <samrobertsmith at gmail.com> 写道: > > 有没有代码可以画X,Y和Z三维的线条,比如说,从(1,2,5)到(8,2,4)画线. > 最好就用PYTHON直接写的.多谢! > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- My Blog >> http://leejd.cndev.org My QQ >> 9847243 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060323/0bae2f58/attachment.htm
2006年03月24日 星期五 02:47
如果只是画线,自己写一个三维坐标映射二维坐标的小函数也不困难~~ 初中立体几何的知识~~ 在06-3-23,Gerald Lee <leejd80 at gmail.com> 写道: > > 画线是没有问题,如果想方便的显示,最好还是借助于OpenGL > > 在06-3-23,linda. s <samrobertsmith at gmail.com> 写道: > > > > 有没有代码可以画X,Y和Z三维的线条,比如说,从(1,2,5)到(8,2,4)画线. > > 最好就用PYTHON直接写的.多谢! > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > > -- > My Blog >> http://leejd.cndev.org > My QQ >> 9847243 > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- mikespook & swill http://www.xxiyy.com http://main.xxiyy.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060324/45ca6f4e/attachment.html
2006年03月24日 星期五 10:09
知道初中立体几何的知识, 但是写代码很困难,对我这个新手来说,希望有几行写三维坐标 的代码帮我上手,然后我慢慢 添. 小妹多谢了. Linda On 3/23/06, mikespook <mikespook at gmail.com> wrote: > > 如果只是画线,自己写一个三维坐标映射二维坐标的小函数也不困难~~ > 初中立体几何的知识~~ > > > 在06-3-23,Gerald Lee <leejd80 at gmail.com> 写道: > > > 画线是没有问题,如果想方便的显示,最好还是借助于OpenGL > > 在06-3-23,linda. s <samrobertsmith at gmail.com > 写道: > > > > 有没有代码可以画X,Y和Z三维的线条,比如说,从(1,2,5)到(8,2,4)画线. > > 最好就用PYTHON直接写的.多谢! > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > -- > My Blog >> http://leejd.cndev.org > My QQ >> 9847243 > _______________________________________________ > > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > > > -- > mikespook & swill > > http://www.xxiyy.com > http://main.xxiyy.com > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > >
2006年03月25日 星期六 14:52
http://www.scipy.org/Cookbook/Matplotlib/mplot3D The examples below show simple 3D plots using matplotlib and John Porter's mplot3d module. On 3/24/06, linda. s <samrobertsmith at gmail.com> wrote: > > 知道初中立体几何的知识, > 但是写代码很困难,对我这个新手来说,希望有几行写三维坐标 > 的代码帮我上手,然后我慢慢 > 添. > 小妹多谢了. > Linda > On 3/23/06, mikespook <mikespook at gmail.com> wrote: > > > > 如果只是画线,自己写一个三维坐标映射二维坐标的小函数也不困难~~ > > 初中立体几何的知识~~ > > > > > > 在06-3-23,Gerald Lee <leejd80 at gmail.com> 写道: > > > > > 画线是没有问题,如果想方便的显示,最好还是借助于OpenGL > > > > 在06-3-23,linda. s <samrobertsmith at gmail.com > 写道: > > > > > > 有没有代码可以画X,Y和Z三维的线条,比如说,从(1,2,5)到(8,2,4)画线. > > > 最好就用PYTHON直接写的.多谢! > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese at lists.python.cn > > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > > -- > > My Blog >> http://leejd.cndev.org > > My QQ >> 9847243 > > _______________________________________________ > > > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > -- > > mikespook & swill > > > > http://www.xxiyy.com > > http://main.xxiyy.com > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060325/3720553c/attachment-0001.html
2006年03月25日 星期六 15:26
建议看gnuplot, python有接口. 理由很简单, gnuplot是GNU中的标准装备, 也是最强大的工具. On 3/25/06, imcs ee <imcsee at gmail.com> wrote: > > http://www.scipy.org/Cookbook/Matplotlib/mplot3D > > > The examples below show simple 3D plots using matplotlib and John Porter's > mplot3d module. > > On 3/24/06, linda. s <samrobertsmith at gmail.com> wrote: > > 知道初中立体几何的知识, > > 但是写代码很困难,对我这个新手来说,希望有几行写三维坐标 > > 的代码帮我上手,然后我慢慢 > > 添. > > 小妹多谢了. > > Linda > > On 3/23/06, mikespook < mikespook at gmail.com> wrote: > > > > > > 如果只是画线,自己写一个三维坐标映射二维坐标的小函数也不困难~~ > > > 初中立体几何的知识~~ > > > > > > > > > 在06-3-23,Gerald Lee < leejd80 at gmail.com> 写道: > > > > > > > 画线是没有问题,如果想方便的显示,最好还是借助于OpenGL > > > > > > 在06-3-23,linda. s <samrobertsmith at gmail.com > 写道: > > > > > > > > 有没有代码可以画X,Y和Z三维的线条,比如说,从(1,2,5)到(8,2,4)画线. > > > > 最好就用PYTHON直接写的.多谢! > > > > _______________________________________________ > > > > python-chinese > > > > Post: send python-chinese at lists.python.cn > > > > Subscribe: send subscribe to > > > python-chinese-request at lists.python.cn > > > > Unsubscribe: send unsubscribe to > > > python-chinese-request at lists.python.cn > > > > Detail Info: > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > > > > > > > > -- > > > My Blog >> http://leejd.cndev.org > > > My QQ >> 9847243 > > > _______________________________________________ > > > > > > python-chinese > > > Post: send python-chinese at lists.python.cn > > > Subscribe: send subscribe to > > > python-chinese-request at lists.python.cn > > > Unsubscribe: send unsubscribe to > > > python-chinese-request at lists.python.cn > > > Detail Info: > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > > > > > > -- > > > mikespook & swill > > > > > > http://www.xxiyy.com > > > http://main.xxiyy.com > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese at lists.python.cn > > > Subscribe: send subscribe to > > > python-chinese-request at lists.python.cn > > > Unsubscribe: send unsubscribe to > > > python-chinese-request at lists.python.cn > > > Detail Info: > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > -- ========================================================== A student of Math in Soochow University in China. Interested in Math, Python, Octave, Lisp, Maxima, Prolog and .NET/MONO. Blog: http://blog.sina.com.cn/blog/1142604745 http://www.cublog.cn/u/2015/ http://spaces.msn.com/hoxide Wiki: http://wiki.woodpecker.org.cn/moin/Hoxide
Zeuux © 2025
京ICP备05028076号