Matplotlib
How to use a (random) *.otf or *.ttf font in matplotlib?
How can I use any type of font in my font library开发者_Python百科 on my computer (e.g. *otf or *ttf) in all my matplotlib figures?See the example here: http://matplotlib.sourceforge.net/examples/api/[详细]
2023-04-12 10:28 分类:问答How to make offset axes in matplotlib?
I want to create two x-axes, one 开发者_如何学JAVAbelow the other. I believe I want to base it off this example (which looks like this), but in particular how do I draw this outside (below) the origi[详细]
2023-04-12 08:29 分类:问答Interpolate large irregular grid onto another irregular grid in Python
I am trying to interpolate complex values from one irregular grid to another irregular grid using Python. The grids are in 2D and there are 103,113 data points. I am using Python 2.6.6, Scipy 0.7.2, N[详细]
2023-04-12 05:46 分类:问答Writing a table to a matplotlib pdf file
I am using matplotlib and a modified version of this example to generate plots in pdf files. So I am plotting each plot on a single page and the results are just fine.[详细]
2023-04-12 03:25 分类:问答How to make a log log histogram in python
Given an an array of values, I want to plot a log log histogram of the开发者_开发百科se values by their counts. I only know how to log the x values, but not the y values because they are not explicitl[详细]
2023-04-12 02:41 分类:问答NULL tstate Error when using matplotlib together with Tkinter
I draw some matplotlib.pyplot figures onto a Tkinter GUI. When I destroy the window the \"Fatal Python Error\" is raised. I seem to not be the only one with the problem but I cannot read a solution to[详细]
2023-04-12 01:00 分类:问答I am having trouble getting the navigation toolbar to come up on matplotlib plot embedded in tkinter
I wrote this program that uses a tkinter gui to plot orbits using matplotlib.Everything works but the toolbar on the graph. I have it in there but is not active.The program just does nothing when I ha[详细]
2023-04-11 21:45 分类:问答Individual point-sizing in Matplotlib?
I\'d like to have non-uniform point sizes in matplotlib (set a size for each point). Is there a way to do this? I guess I could hack it by having a separate plot command (with markersize set) for each[详细]
2023-04-11 07:10 分类:问答Plotting labeled intervals in matplotlib/gnuplot
I have a data sample which looks like this: a 10:15:22 10:15:30 OK b 10:15:23 10:15:28 OK c 10:16:00 10:17:10 FAILED[详细]
2023-04-11 03:59 分类:问答Clockwise polar plot with 0 deg at the top
How can I make a clockwise polar plot? Somebody ask a similar question here: How to make the angles in a matplotlib polar plot go clockwise with 0° at the top?, But I don\'t understand this:[详细]
2023-04-11 03:55 分类:问答