Browse Library Advanced SearchSign In
theexplanationsexposetheunderlyinglogicbehindMatplotlib.IfyouareanengineerorscientistwhowantstocreategreatvisualizationswithPython,ratherthanyetanotherspecializedlanguage,thisisthebookforyou.Whilethereareseveralverycompetentplottingpackages,Matplotlibis"just"aPythonmodule.Thus,ifyouknowsomePythonalready,youwillfeelathomefrom...
| | get_verts(self) | Return a copy of the vertices used in this patch | | If the patch contains Bezier curves, the curves will be | interpolated by line segments. To access the curves as | curves, use :meth:`get_path`. | | get_window_extent(self, renderer=None) | Get the ...
Bokeh是Python中的数据可视化库,可提供高性能的交互式图表和绘图,并且可以通过笔记本,html和服务器等各种介质获取输出。 Figure类创建一个新的Figure进行绘制。它是Plot的子类,可通过默认轴,网格,工具等简化绘图创建。bokeh.plotting.figure.step()功能散景库的绘图模块中的step()功能用于配置步字形并将其添加到该图形...