I am using matplotlib in interactive mode to show the user a plot that will help them enter a range of variables. They have the option of hitting \"?\" to show this plot, and the prompt for variables
I have a numpy recarray with several integer columns and some string columns. The data in the string columns is composed 99% of integers, but numpy things it\'s a s开发者_Python百科tring because \"NA\
I\'ve started with matplot and managed some basic plots, but now I find it hard to discover how to do some stuff I need now :(
I was installing matplotlib to use basemap today when I had to install a lot of stuff to make it work. After installing matplotlib and be able to import it I installed basemap but I can\'t import base
I have a line graph that I want to plot using arrows ins开发者_如何学Ctead of lines. That is, the line between successive pairs of points should be an arrow going from the first point to the second po
I have been tasked with producing a analytic tool for some of the data which we get in about the activities the company i work for has with its clients.
I have a lot of graphs I want to plot in one plot. I\'ve just started with matplotlib and can\'t find a good way to generate a lot of distinguishable colors :( Maybe cycling over HSV with SV at maximu
I want to plot a 2D array (roughly 1000x1000) with the values corresponding to a color scale. So I used matplotlib.pcolor, which did just that but for some reason it is super slow when it gets to thos
Been struggling to resolve this for most of the day, hoping someone can assist... I\'m running python 2.7, have installed matplotlib but when attempting to get started and import pylab I receive erro
I\'m trying to obtain an figure object (using matplotlib), inside a wxpython application. I don\'t need to plot (or see) the figure, because I would want only to save it in a png file.