Archive for the ‘Python’ Category

 

上节我们说了标签,这节我们来说图例:

先看图

Read More: 3789 Words Totally

Tuesday, May 18th, 2010 at 10:13 | 0 comments
Categories: Python

 

下面我们看看如何用不同的方式来显示饼图的标签

1. 侧边标签层

Read More: 3627 Words Totally

Thursday, May 13th, 2010 at 16:26 | 0 comments
Categories: Python

 

我们扩展了一下开始画的简单的饼图, 那还能不能再扩展一下呢,

能否画出不同尝试的3D效果呢?

Read More: 1009 Words Totally

Monday, May 10th, 2010 at 09:22 | 1 comment
Categories: Python

 

前面我们画了一个非常简单的饼状图, 接下来,我们来扩展一下这个饼状图吧,

先看看我们扩展的这个3D饼图:

Read More: 710 Words Totally

Friday, May 7th, 2010 at 09:08 | 0 comments
Categories: Python

 

前面, 我们画了第一个图, 并把它保存到了文件, 下面我们看看怎么把它直接插入到网页中:

Read More: 973 Words Totally

Saturday, May 1st, 2010 at 16:12 | 0 comments
Categories: Python

 

 前面我们已经了解了ChartDirector,也从我给出的图表中感受了它的强大,它所支持的图表类型已经基本上能满足我们的要求。

那么我们下面来看一下ChartDirector的Hello, world程序(当然不是打印一个Hello world,而是画一个简单的图表,如果你要那么认为,我只能表示无语凝噎。。。)

Read More: 1105 Words Totally

Thursday, April 29th, 2010 at 13:47 | 0 comments
Categories: Python

 

ChartDirector是一个商业插件,但是。。。你懂的

使用起来也比较简单,这是我自己的一个学习过程,E文好的童鞋,可以看它自带的文档。

Read More: 872 Words Totally

Monday, April 26th, 2010 at 15:26 | 0 comments
Categories: Python

原文出处:http://www.woodpecker.org.cn/obp/django/django-faq/templates.html

Django 模板语言: 写给模板作者

Read More: 14441 Words Totally

Friday, March 26th, 2010 at 09:35 | 0 comments
Categories: Python
Tags:

 

接触Python,被Tkinter吸引。

因为项目要求,从LAMP(Linux + Apache + MySQL + PHP)转战至XAPPD(自己乱取的,纯属娱乐,Windows/Linux + Apache + PostgreSQL + Python + Django)。

Read More: 1215 Words Totally

Friday, March 19th, 2010 at 16:36 | 0 comments
Categories: Python
Tags:
TOP