matlotlib
2016-12-06 16:56:28 0 举报
Matplotlib是一个Python的2D绘图库,它提供了一种直观的方式创建高质量的图形。Matplotlib能够绘制各种类型的图形,包括折线图、散点图、柱状图、饼图等。此外,Matplotlib还支持交互式图形,这意味着用户可以与图形进行交互,例如缩放、平移和选择数据点。Matplotlib的设计目标是易于使用,同时保持灵活性和高度的可定制性。这使得它成为数据可视化、探索性数据分析和创建信息图表的理想工具。
作者其他创作
大纲/内容
Figure
- figsize: None- dpi: None- facecolor: None- edgecolor: None- linewidth: 0.0- frameon: None- subpoltpars: None- tight_layout: None
- add_axes()- add_axobserver()- add_subpolt()- autofmt_xdate()- clear()- clf()- colorbar()- contains()- delaxes()- draw()- draw_artist()- figimage()- gca()- get_axes()- get_children()- get_default_bbox_extra_artiets()- get_dpi()- get_edgecolor()- get_facecolor()- get_figheight()- get_figwidth()- get_frameon()- get_size_inches()- get_tight_layout()- get_tightbbox()- get_window_extent()- ginput()- hold()- legend()- savefig()- sca()- set_canvas()- set_dpi()- set_edgecolor()- set_facecolor()- set_figheight()- set_figwidth()- set_frameon()- set_size_inches()- set_tight_layout()- show()- subplots_adjust()- suptitle()- text()- tight_layout()- waitforbuttonpress()
Axes
- fig- rect- axisbg: None- frameon: True- sharex: None- sharey: None- label: ''- xscale: None- ysacle: None
- acorr()- add_artist()- add_callback()- add_collection()- add_ container()- add_image()- add_line()- add_patch()- add_table()- angle_spectrum()- annotate()- apply_aspect()- arrow()- auto_scale()- autoscale_view()- axhline()- axhspan()- axis()- axvline()- axvspan()- bar()- barbs()- barh()- boxplot()- broken_barh()- bxp()- can_pan()- can_zoom()- cla()- clabel()- clear()- cohere()- contains()- contains_point()- contour()- 未完待续
0 条评论
下一页
为你推荐
查看更多