Matplotlib
matplotlib strings as labels on x axis
I am building a small tool for data analysis and I have come to the point, where I have to plot the prepared data. The code before this produces the following two lists with equal length.[详细]
2023-04-08 18:18 分类:问答Python: Type error when drawing contour plot
despite using the search function I\'ve been unable to find an answer. I got two assumptions, but don\'t know in how far they may apply. Now the problem:[详细]
2023-04-08 16:53 分类:问答Setting range of a colormap in Matplotlib
I\'m using matplotlib to plot a simple graph: cm=plt.get_cmap(\'Blues\') nx.draw_circular(G, node_color=\'White\',[详细]
2023-04-08 16:00 分类:问答matplotlib does not show my plot although I call pyplot.show()
Help required on matplotlib. Yes, I did not forget calling the pyplot.show(). $ ipython --pylab import matplotlib.pyplot as p[详细]
2023-04-08 14:03 分类:问答matplotlib, rectangular plot in polar axes
Is it possible to have a standard rectangular (aka Cartesian)plot, but displayed on a polar set of axes?[详细]
2023-04-08 13:14 分类:问答error in matplotlib library in python while using csv2rec
I am working in Ipython, trying to开发者_运维技巧 load a csv file. from matplotlib import * data=matplotlib.mlab.csv2rec(\'helix.csv\',delimiter=\'\\t\')[详细]
2023-04-08 13:06 分类:问答How to change the 3d axis settings in matplotlib
I have managed to create this graph using matplotlib. I would like to remove the 0.2, 0.4, 0.6.. from the axis named B and change the axis interval from 200 to 100 in the axis named A. I have been t[详细]
2023-04-08 10:08 分类:问答Matplotlib: Using a colorbar in conjunction with the extent keyword produces off-center images in figure window
I\'m using matplotlib to do some plotting.I\'d like to be able to use the extent keywo开发者_如何转开发rd to control the aspect ratio of my plots as well as display the size of the image along the axi[详细]
2023-04-07 20:01 分类:问答How to change the page/plot two figures
I am developing a tool that should produce 3 plots. Two of those are related and therefor I have created them using the the pyplot.subplot. The third one needs more space, and I would like to create i[详细]
2023-04-07 13:33 分类:问答what is the corresponding matplotlib code of this matlab code
I\'m trying to go away 开发者_如何学编程from matlab and use python + matplotlib instead. However, I haven\'t really figured out what the matplotlib equivalent of matlab \'handles\' is. So here\'s some[详细]
2023-04-07 11:11 分类:问答