Matplotlib
matplotlib interactive mode: determine if figure window is still displayed
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[详细]
2023-04-07 10:02 分类:问答Data type conversion of column in numpy record array
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\[详细]
2023-04-06 22:00 分类:问答Matplotlib - global legend and title aside subplots
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 :([详细]
2023-04-06 18:04 分类:问答Import error ft2font from matplotlib (python, macosx)
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[详细]
2023-04-06 16:54 分类:问答Line plot with arrows in matplotlib
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[详细]
2023-04-06 15:17 分类:问答Graphing data, website views what platform to use
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.[详细]
2023-04-06 13:58 分类:问答matplotlib large set of colors for plots
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[详细]
2023-04-06 12:01 分类:问答matplotlib.pcolor very slow. alternatives?
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[详细]
2023-04-06 08:33 分类:问答Matplotlib + Pylab import error
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[详细]
2023-04-06 03:08 分类:问答bad screen distance
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.[详细]
2023-04-05 21:53 分类:问答