Matplotlib is a plotting library for Python, built on NumPy and often used interactively with IPython. Its compact "pylab" interface is similar to the plotting functions of MATLAB®.
0
votes
3answers
20 views
python plot and powerlaw fit
I have the following list:
[6, 4, 0, 0, 0, 0, 0, 1, 3, 1, 0, 3, 3, 0, 0, 0, 0, 1, 1, 0, 0, 0, 3, 2, 3, 3, 2, 5, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 2, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 2, 0, 0, 0, 2, ...
0
votes
1answer
13 views
Coloring slices of pie chart in matplotlib python
Assume, I have a pie chart as following; and I would like to color the slices based on some values in a vector, as a gradient between blue to red. Blue for -1, and red +1, there is no value greater ...
0
votes
1answer
25 views
Refresh the data in bar chart in matplotlib
The idea is that I want to refresh the data in the bar chart, not to update the previous data. Is there any method used to wipe out the previous data of the chart and apply the new one?
I have the ...
1
vote
1answer
34 views
Unicode character render
I can't find a way to render the unicode characters in the matlibplot chart:
# -*- coding: utf-8 -*-
import matplotlib.pyplot as plt
from numpy.random import normal
from itertools import count
...
0
votes
0answers
15 views
Pyplot bar chart does not match table columns position with all bars
I'm building a bar graph with a table using the code example.
Everything looks good when I have up to 10 columns, but above 10 columns the bars are shifted to the left and do not match the position ...
1
vote
0answers
43 views
Ploting a spectrogram of a pure sinus with matplotlib
I'm trying to get a spectogram plot of a pure sine function. Together with that i want to show a plot of the fft of that whole signal. I'm expecting the peaks to be on the same frequency since were ...
-2
votes
1answer
40 views
Is there a good solution for space efficiently showing multiple images in pylab/matplotlib? [closed]
I am looking for a montage.m equivalent.
It takes some images and displays them in a nice and space-efficient manner.
I am mainly looking for something that is more space-efficient than subplots and ...
0
votes
1answer
33 views
matplotlib savefig doesn't work when run with crontab
I'm trying to run a python script with crontab that uses matplotlib to save a plot png. The script runs fine when run normally/not by cron.
My crontab file is:
SHELL=/bin/bash
...
1
vote
0answers
22 views
Make divider without changing size of original axis?
Matplotlib's make_axes_locatable tool allows you to tack a new axis onto the side of an existing axis. However, it resizes the parent axis. Is there a way to avoid this?
Below is a complete example ...
0
votes
1answer
23 views
Legend using PathCollections in matplotlib
I'm plotting groups of circles using collections and I am not able to generate the legend of the three categories. I want:
Cat 1: red circles
Cat 2: blue circles
Cat 3: yellow circles
import ...
6
votes
1answer
188 views
using arctan / arctan2 to plot a from 0 to 2π
I am trying to replicate a plot in Orbital Mechanics by Curtis but I just can't quite get it. However, I have made head way by switching to np.arctan2 from np.arctan.
Maybe I am implementing arctan2 ...
2
votes
0answers
25 views
Matplotlib polar plot radial axis offset
I was wondering, is it possible to offset the start of the radial axis or move it outside of the graph.
This is what I'm hoping to achieve:
And this is what I have for now.
I have read the ...
0
votes
1answer
27 views
multi-line text with matplotlib gridspec
I am trying to produce a set of plots using grispec. There should be 5 rows and 2 columns. There should be an images shown in each of the axes (using imshow) in the top four rows. In the bottom left ...
2
votes
1answer
104 views
Pandas Plots: Separate color for weekends, pretty printing times on x axis
I created a plot which looks like
I have a few issues:
How can i specifically show the weekends. Some ways i had thought were to grab the indices corresponding to weekends and then draw transparent ...
1
vote
2answers
36 views
matplotlib pnpoly example results in error
I ran the following code as per the example here:
http://matplotlib.org/faq/howto_faq.html#test-whether-a-point-is-inside-a-polygon
I would kindly appreciate your help. Thank you.
...
3
votes
0answers
60 views
In the saved pdf plots of matplotlib some characters are in lower position
If I save a figure with matplotlib, sometimes some of the characters, like endash, ű énd ő, are in a lower position than the others. Not just in the legend, but in labels and title as well. I tried it ...
1
vote
0answers
61 views
How to create a live updating matplotlib graph in gtk3
I wanted to put my live plotting app into a nice gtk3 programm and so far I got this but it doesn't show a window. What am I missing? Thanks in advance!
import serial
import numpy as np
from ...
4
votes
2answers
320 views
Updating marker style in scatter plot with matplotlib
I am working on an interactive plotting application which requires users to select data points from a matplotlib scatter plot. For clarity, I would like to be able to alter the colour and shape of a ...
3
votes
0answers
45 views
matplotlib intelligent axis labels for timedelta
I have a simple dataset of X and Y values I am plotting in matplotlib. The independent variable in my data is a duration/timedelta (e.g. 60 seconds, 2 hours, 24 hours, 10 days), which in my input ...
2
votes
1answer
271 views
Scaling scatter plot in IPython Notebook
I'm running an IPython Notebook:
$ ipython notebook --pylab inline
Is it possible to scale plots or images which are inline?
E.g. I have
pylab.xlabel("Label X")
pylab.ylabel("Label Y")
...
9
votes
6answers
841 views
world map without rivers with matplotlib / Basemap?
Would there be a way to plot the borders of the continents with Basemap (or without Basemap, if there is some other way), without those annoying rivers coming along? Especially that piece of Kongo ...
3
votes
1answer
438 views
Python subplots leaving space for common axis labels
I have the following code that makes four subplots in one figure:
f = figure( figsize=(7,7) )
f.add_axes([0.2,0.175,0.75,0.75])
f.subplots_adjust(left=0.15)
f.clf()
ax = f.add_subplot(111)
ax1 = ...
2
votes
1answer
605 views
Imshow: extent and aspect
I'm writing a software system that visualizes slices and projections through a 3D dataset. I'm using matplotlib and specifically imshow to visualize the image buffers I get back from my analysis ...
2
votes
2answers
328 views
How to get a Matplotlib figure to scroll + resize properly in a Tkinter GUI
I have a Tkinter GUI which displays a Matplotlib plot (Python 2.7.3 with Matplotlib 1.2.0rc2) and lets the user configure certain aspects of the plot. The plots tend to get large, so the figure is ...
7
votes
2answers
1k views
Draw polygons more efficiently with matplotlib
I have a dateset of around 60000 shapes (with lat/lon coordinates of each corner) which I want to draw on a map using matplotlib and basemap.
This is the way I am doing it at the moment:
for ii in ...
5
votes
1answer
5k views
How do I set figure title and axes labels font size in matplotlib?
I am creating a figure in matplotlib like this:
from matplotlib import pyplot as plt
fig = plt.figure()
plt.plot(data)
fig.suptitle('test title')
plt.xlabel('xlabel')
plt.ylabel('ylabel')
...
3
votes
2answers
271 views
Embedding a networkx graph into wxPython with matplotlib
I've created a graph with networkx.
G=nx.DiGraph()
# ... building the graph ...
# and I can display it with matplotlib like this:
nx.draw(G)
matplotlib.pyplot.show()
But what I would like to do ...
6
votes
1answer
939 views
In matplotlib, what is the difference betweent set_xlim and set_xbound?
From the help:
set_xlim: Set the data limits for the xaxis.
set_xbound: Set the lower and upper numerical bounds of the x-axis.
That is not very clear, so let’s say that I plot something:
import ...
1
vote
2answers
854 views
Change matplotlib.pyplot text() object properties
I have a matplotlib.pyplot graph that updates in a loop to create an animation, using this kind of code that I got from another answer:
import matplotlib.pyplot as plt
fig, ax = plt.subplots() ...
4
votes
1answer
3k views
Embedding a matplotlib figure inside a WxPython panel
How do I embed a matplotlib figure object inside a WxPython panel?
I googled around and saw complicated examples involving interactive graphics and other extra stuff. Can anybody help with a minimal ...
-1
votes
1answer
418 views
Matplotlib - _tkinter.TclError: bad screen distance “320.0” [closed]
File "main.py", line 52, in <module>
r2n(name)
File "C:\Users\Riki\Documents\Universita\Erasmus\Personalization and Metadata modeling 02817\Final ...
7
votes
1answer
1k views
Setting aspect ratio of 3D plot
I am trying to plot a 3D image of the seafloor from the data of a sonar run over a 500m by 40m portion of the seafloor. I am using matplotlib/mplot3d with Axes3D and I want to be able to change the ...
4
votes
2answers
3k views
Python : 2d contour plot from 3 lists : x, y and rho?
I have a simple problem in python and matplotlib.
I have 3 lists : x, y and rho with rho[i] a density at the point x[i], y[i].
All values of x and y are between -1. and 1. but they are not in a ...
7
votes
1answer
707 views
Matplotlib 3D scatter color lost after redraw
Related to this question, I want a 3D scatter plot with prescribed colors for each point. The example posted in the question works on my system, but after the first redraw (for instance after saving ...
0
votes
1answer
3k views
Matplotlib 3D scatter plot with color gradient
How can I create a 3D plot with a color gradient for the points? See the example below, which works for a 2D scatter plot.
Edit (thanks to Chris): What I'm expecting to see from the 3D plot is a ...
9
votes
2answers
10k views
Exact figure size in matplotlib with title, axis labels
Similar questions have been asked before, but all of my search results don't
address my problem. Take the following example code:
from matplotlib.pyplot import *
fig = figure(1, ...
3
votes
1answer
497 views
split title of a figure in matplotlib
I use matplotlib to create a figure with 4 sub-plots in it.
I would like to split one of my title of a subplot, such that each line would be in the centered with respect to subplot.
I tried
import ...
7
votes
2answers
7k views
matplotlib: Set markers for individual points on a line
I have used matplotlib to plot lines on a figure. Now I would now like to set the style, specifically the marker, for individual points on the line. How do I do this?
5
votes
4answers
1k views
set matplotlib 3d plot aspect ratio?
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
Setting the aspect ratio works for 2d plots:
ax = plt.axes()
ax.plot([0,1],[0,10])
ax.set_aspect('equal','box')
But does ...
3
votes
1answer
310 views
matplotlib not changing scatter point colors if they are assigned the first time
In the following minimal example, I create 1-point scatter plot and later change color of points in loop using Collection.set_color. If I set the color(s) the first time scatter is called, set_color ...
6
votes
3answers
6k views
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 :(
My actual question is how to place a global title and global legend on a ...
1
vote
2answers
475 views
graphing a relationship matrix in python
i have a python interface using wxpython which allows the user to fill in a matrix (0/1) and then graphs it for them. The program creates a numpy matrix, then makes a networkx graph out of that ...
2
votes
2answers
2k views
How to change the face color of a plot using Matplotlib
I just started using Matplotlib and am trying to change the color of the face color of a plot...
if I create the figure like this:
plt.figure(num=None, figsize=(5, 10), dpi=80, facecolor='y', ...
8
votes
1answer
5k views
Python Tkinter Embed Matplotlib in GUI
I'm trying to embed a plot in my Tkinter GUI coded in Python. I believe the code below succeeds in simply putting a graph into a canvas, but I don't have any control of the canvas location within the ...
35
votes
3answers
25k views
How to change the font size on a matplotlib plot
How does one change the font size for all elements (ticks, labels, title) on a matplotlib plot?
I know how to change the tick label sizes, this is done with:
import matplotlib
...
2
votes
2answers
1k views
Embedding Matplotlib in Tkinter, display problems
I'm currently trying to graph a sphere in a tkinter window using matplotlib. How do I go about making the display square? I'd like the sphere to have as little distortion as possible.
My code:
...
14
votes
4answers
11k views
Display image as grayscale using matplotlib
I'm trying to display a grayscale image using matplotlib.pyplot.imshow(). My problem is that the grayscale image is displayed as a colormap. I need the grayscale because I want to draw on top of the ...
7
votes
2answers
2k views
cannot change font to Helvetica in Matplotlib in Python on Mac OS X 10.6
I am trying to change the matplotlib font to helvetica, which I'd like to use in a PDF plot. I try the following:
import matplotlib
matplotlib.use('PDF')
import matplotlib.pylab as plt
from ...
7
votes
3answers
9k views
Matplotlib subplots_adjust hspace so titles and xlabels don't overlap?
With say 3 rows of subplots in matplotlib, xlabels of one row can overlap the title of the next;
one has to fiddle with pl.subplots_adjust( hspace ), annoying.
Is there a recipe for hspace that ...
2
votes
1answer
2k views
Quitting matplotlib.pyplot animation gracefully
I have a script that plots data of some photometry apertures, and I want to plot them in an xy plot. I am using matplotlib.pyplot with python 2.5.
The input data is stored in around 500 files and ...
