Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/304.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 什么是matplotlib';什么样的脊柱?_Python_Matplotlib - Fatal编程技术网

Python 什么是matplotlib';什么样的脊柱?

Python 什么是matplotlib';什么样的脊柱?,python,matplotlib,Python,Matplotlib,的matplotlib文档显示,构造spine实例需要使用str参数spine\u type。该文档没有指出哪些spine_类型是可能的,也没有提供链接。我使用了文档搜索功能、web搜索和堆栈溢出搜索,但我找不到任何提示 matplotlib spine_类型是什么?特别感谢到文档的链接。从中,它是:“左”、“右”、“上”、“下”。还有“圆”。不,圆不是脊椎类型。@ImportantanceOfBeingernest如果self.spine\u type==‘圆’:(找到两次)?感谢链接!通过浏

的matplotlib文档显示,构造spine实例需要使用
str
参数
spine\u type
。该文档没有指出哪些spine_类型是可能的,也没有提供链接。我使用了文档搜索功能、web搜索和堆栈溢出搜索,但我找不到任何提示


matplotlib spine_类型是什么?特别感谢到文档的链接。

从中,它是:“左”、“右”、“上”、“下”。

还有“圆”。不,圆不是脊椎类型。@ImportantanceOfBeingernest如果self.spine\u type==‘圆’:(找到两次)?感谢链接!通过浏览源代码,看起来就这么简单。