导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

08 2014 档案

matplotlib-plot-style
摘要:# style 1.绘制x=12.不同线宽 * enumerate(Widths)3.线型(实线,虚线,点划线) * linestyle * set_dashes4.自动设置线颜色5.点的显示形式 * marker * markersize * markeredgecolor * ma... 阅读全文

posted @ 2014-08-17 12:13 淅沥枫 阅读(22484) 评论(0) 推荐(2) 编辑

plot sin示意图(隐藏刻度,自定义刻度)
摘要:# plot sin示意图(隐藏刻度,自定义刻度)* 隐藏坐标轴刻度* 自定义坐标轴刻度---## Code```python#!/usr/bin/env python# -*- coding: utf-8 -*-import numpy as npimport matplotlibimport m... 阅读全文

posted @ 2014-08-17 01:22 淅沥枫 阅读(9692) 评论(0) 推荐(0) 编辑

plot sin 动态配置rc settings
摘要:# plot sin 动态配置rc settings* 坐标轴颜色* 线的颜色* 绘图前景色----## Code```python#!/usr/bin/env python# -*- coding: utf-8 -*-import numpy as npimport matplotlibimpor... 阅读全文

posted @ 2014-08-17 01:21 淅沥枫 阅读(349) 评论(0) 推荐(0) 编辑

plot sin 04 坐标轴居中
摘要:# plot sin 04* 坐标轴居中---## code ```python#!/usr/bin/env python# -*- coding: utf-8 -*-import numpy as npimport matplotlibimport matplotlib.pyplot as plt... 阅读全文

posted @ 2014-08-17 00:36 淅沥枫 阅读(1037) 评论(0) 推荐(0) 编辑

plot sin 03-数据区域边界线的位置
摘要:#plot sin 031. 数据区域边界线的位置---# Code``` python#!/usr/bin/env python# -*- coding: utf-8 -*-import numpy as npimport matplotlibimport matplotlib.pyplot as... 阅读全文

posted @ 2014-08-17 00:22 淅沥枫 阅读(296) 评论(0) 推荐(0) 编辑

plot-sin-02
摘要:# draw sin 021. 设置数据区域的边界线颜色2. 设置坐标轴的位置---## code``` python#!/usr/bin/env python# -*- coding: utf-8 -*-import numpy as npimport matplotlibimport matpl... 阅读全文

posted @ 2014-08-17 00:05 淅沥枫 阅读(172) 评论(0) 推荐(0) 编辑

draw sin
摘要:# draw sin ## Steps1. 导入包2. 生成X轴,Y轴的数据点3. 设置输出图大小,像素,前景色4. 指定线宽,线型,绘制曲线5. 设置坐标轴范围6. 显示图形.## Code```python#!/usr/bin/env python# -*- coding: utf-8 -*-i... 阅读全文

posted @ 2014-08-16 10:20 淅沥枫 阅读(285) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示