我的编程空间,编程开发者的网络收藏夹
学习永远不晚

python-object-one

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

python-object-one

#!/usr/bin/env python2.6

from reportlab.lib import colors
from reportlab.graphics.shapes import *
from reportlab.graphics import renderPDF
data = [
        (2007, 8, 113.2, 114.2, 112.2),
        (2007, 9, 112.8, 115.8, 109.8),
        (2007,10, 111.0, 116.0, 106.0),
        (2007,11, 109.8, 116.8, 102.8),
        (2007,12, 107.3, 115.3, 99.3),
        (2008, 1, 105.2, 114.2, 96.2),
        (2008, 2, 104.1, 114.1, 94.1),
        (2008, 3, 99.9,  110.9, 88.9),
        (2008, 4, 94.8,  106.8, 82.8),
        (2008, 5, 91.2,  104.2, 78.2)]
# Create Drawing mode
drawing = Drawing(200, 150)

pred = [row[2]-40 for row in data]
high = [row[3]-40 for row in data]
low = [row[4]-40 for row in data]
times = [200*((row[0]+row[1]/12.0) - 2007)-110 for row in data]
#
drawing.add(PolyLine(zip(times, pred), strokeColor=colors.blue))
drawing.add(PolyLine(zip(times, high), strokeColor=colors.red))
drawing.add(PolyLine(zip(times, low), strokeColor=colors.black))
drawing.add(String(65, 115, 'Sunspots', fontSize=18, fillColor=colors.red))

renderPDF.drawToFile(drawing, 'Tony_report1.pdf', 'Sunspots')
 

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

python-object-one

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

python-object-one

#!/usr/bin/env python2.6from reportlab.lib import colorsfrom reportlab.graphics.shapes import *from reportlab.graphics i
2023-01-31

python-object-one-ne

#!/usr/bin/env python2.6# Written by Tony.yang# 2012-12-28 from urllib import urlopenfrom reportlab.graphics.shapes impo
2023-01-31

python - one day

1. python历史。2008 年出现 python 2.7 与 python 3.0 两个版本,后来 吉多·范罗苏姆 大叔决定停用 python 2.7,但因用户反对,于是决定于 2020 年停止 python 2.7 的更新 宏观上:
2023-01-30

Python day one

一、python介绍  python的创始人为吉多·范罗苏姆(Guido van Rossum)。1989年的圣诞节期间,吉多·范罗苏姆为了在阿姆斯特丹打发时间,决心开发一个新的脚本解释程序,作为ABC语言的一种继承。    最新的TIOB
2023-01-31

python class Object

一:为什么要使用python的类对象编程?    我的理解:     1:便于维护、扩展代码。     2:更易于重复使用代码。二:python 类对象编程代码如下:#创建firstClass类class firstClass:    i=
2023-01-31

ORA-26754: cannot specify both one-to-one transformation function string and one-to-many transformat

文档解释ORA-26754: cannot specify both one-to-one transformation function string and one-to-many transformation function
ORA-26754: cannot specify both one-to-one transformation function string and one-to-many transformat
2023-11-04

python中Json与object转化

python提供了json包来进行json处理,json与python中数据类型对应关系如下: 一个python object无法直接与json转化,只能先将对象转化成dictionary,再转化成json;对json,也只能先转换成di
2023-01-31

ORA-41651: Event structure object type has one or more dependent objects ORACLE 报错 故障修复 远程处理

文档解释ORA-41651: Event structure object type has one or more dependent objectsCause: An attempt was made to configure an
ORA-41651: Event structure object type has one or more dependent objects ORACLE 报错 故障修复 远程处理
2023-11-05
2023-09-04

python object转换方式有哪些

在Python中,有以下几种方式可以将对象进行转换:使用内置函数str()、int()、float()等,将对象转换为字符串、整数、浮点数等基本数据类型。使用list()、tuple()、set()等内置函数,将对象转换为列表、元组、集合等
2023-10-24

如何阐述Python PyString Object对象

本篇文章为大家展示了如何阐述Python PyString Object对象,内容简明扼要并且容易理解,绝对能使你眼前一亮,通过这篇文章的详细介绍希望你能有所收获。Python PyString Object传入的参数必须是以NULL结尾的
2023-06-17

One very useful script

by myself[@more@]test_orcl.batREM set oracle_sid=orclsqlplus /@orcl as sysdba @d:scripttest_orcl.sqlpuasetest_orcl.sqlc
2023-06-03

TypeError: object()

日常编写Python代码的过程中,特别是Python新手,经常会遇到这样的错误:TypeError: object() takes no parameters对于上面这个错误,很容易迷惑我们,因为这个错误信息没有很明确的指出,到底是哪段代码
2023-01-31

ORA-26748: The one-to-one transformation function string encountered the following error: string ORA

文档解释ORA-26748: The one-to-one transformation function string encountered the following error: stringCause: The
ORA-26748: The one-to-one transformation function string encountered the following error: string ORA
2023-11-05

Object moved

原文地址:
Object moved
2014-07-27

编程热搜

  • Python 学习之路 - Python
    一、安装Python34Windows在Python官网(https://www.python.org/downloads/)下载安装包并安装。Python的默认安装路径是:C:\Python34配置环境变量:【右键计算机】--》【属性】-
    Python 学习之路 - Python
  • chatgpt的中文全称是什么
    chatgpt的中文全称是生成型预训练变换模型。ChatGPT是什么ChatGPT是美国人工智能研究实验室OpenAI开发的一种全新聊天机器人模型,它能够通过学习和理解人类的语言来进行对话,还能根据聊天的上下文进行互动,并协助人类完成一系列
    chatgpt的中文全称是什么
  • C/C++中extern函数使用详解
  • C/C++可变参数的使用
    可变参数的使用方法远远不止以下几种,不过在C,C++中使用可变参数时要小心,在使用printf()等函数时传入的参数个数一定不能比前面的格式化字符串中的’%’符号个数少,否则会产生访问越界,运气不好的话还会导致程序崩溃
    C/C++可变参数的使用
  • css样式文件该放在哪里
  • php中数组下标必须是连续的吗
  • Python 3 教程
    Python 3 教程 Python 的 3.0 版本,常被称为 Python 3000,或简称 Py3k。相对于 Python 的早期版本,这是一个较大的升级。为了不带入过多的累赘,Python 3.0 在设计的时候没有考虑向下兼容。 Python
    Python 3 教程
  • Python pip包管理
    一、前言    在Python中, 安装第三方模块是通过 setuptools 这个工具完成的。 Python有两个封装了 setuptools的包管理工具: easy_install  和  pip , 目前官方推荐使用 pip。    
    Python pip包管理
  • ubuntu如何重新编译内核
  • 改善Java代码之慎用java动态编译

目录