Tagged Questions
1
vote
2answers
29 views
Trouble getting matplotlib to produce plots
I can get matplotlib to work in pylab (ipython --pylab), but when I execute the same command in a python script a plot does not appear. My workspace focus changes from a fullscreened terminal to a ...
0
votes
1answer
83 views
PythonXY, IPython Qt Console, matplotlib, draw something not in inline mode
I'm new to PythonXY and Matplotlib. I installed PythonXY (v2.7.3.1) in default full mode.
I use the "IPython Qt Console" application.
I draw something using matplotlib.pyplot (imported as plt).
...
2
votes
1answer
36 views
Odd exponent on plotting narrow range of data
I get a some very odd behaviour of matplotlib in an ipython notebook when trying to plot this data:
[
-142.8916729, -142.89161936, -142.89161954, -142.89162066,
-142.89162031, -142.89162033, ...
0
votes
1answer
96 views
How to properly install matplotlib on mac 10.7.5? And why is the command “conda” not found after Anaconda is successfully installed?
I tried for a long time to work with python on this Mac. I tried to remove python completely from my mac. Then I realized it was hard to get rid of this default python. Fortunately, I read in the ...
0
votes
0answers
23 views
matplotlib streamplot compresses the lines
I'm struggling to plot streamlines using matplotlib1.2 but I noticed it compress the line spaces in y direction. My data in y direction is from 0.5-1.5 but the streamlines are plotted between ...
0
votes
0answers
38 views
Error executing matplotlib.pyplot.subplots()
I have a script that creates png images from log data. It works fine on a production machine, but now spits errors on a new box while processing this line:
fig, ax = plt.subplots(1,1, ...
0
votes
0answers
65 views
IPython --pylab working in emacs under windows
I am trying to get
ipython --pylab
working within emacs on windows.
I have the latest ipython.el
I am using python2.7, with the latest versions of emacs for windows.
I am using the latest distribution ...
1
vote
0answers
75 views
Interactive plotting in a loop with matplotlib
I simply want to plot using matplotlib, via ipython, as my data comes in. I am opening ipython using the -pylab option. In the code below, the time.sleep(1) just acts as a place holder for the time it ...
2
votes
2answers
290 views
Unable to create plot in external window in Canopy ipython notebook
I just started using Canopy and it's very nice, but I am unable to create a figure in an external window in the iPython notebook. I would expect
plot(rand(100))
in the notebook to create a new ...
1
vote
1answer
58 views
Redisplaying modified plot in subsequent IPython notebook cells
I am creating a demo using IPython notebook. I launch the notebook in the pylab inline mode, e.g. ipython notebook --pylab=inline, and what I would like to do is progressively build a plot, modifying ...
2
votes
1answer
915 views
ipython --pylab on cygwin: TclError: no display name and no $DISPLAY environment variable
I recently installed ipython as per instructions here: http://ardiyu07.blogspot.com/2012/04/ipython-012-installation-in-cygwin.html.
When I run 'ipython --pylab' I get the error message below. I have ...
0
votes
2answers
223 views
Plot an IPython Notebook figure inline with fig.show()?
I'm calling the inline mode for IPython Notebook using;
%pylab inline
And the following code plots a figure immediately at the cell;
fig = plt.figure()
axes = fig.add_axes([0, 0, 1, 1])
However ...
0
votes
1answer
56 views
Mysterious IndexError
I've been getting errors similar to this recently:
IndexError Traceback (most recent call last)
<ipython-input-124-59ca523b1b36> in <module>()
----> 1 ...
1
vote
2answers
153 views
How to check that pylab backend of matplotlib runs inline?
I am modifying a python module that plots some special graphs using matplotlib.
Right now, this module just saves all figures as files.
I would like to make it possible to import the module while ...
0
votes
1answer
146 views
pylab troubles with EPD version of ipython
I recently switched to the EPD version of ipython (I have the 64-bit student edition), and now I'm having trouble with pylab. When I type "import pylab" it gives me the following error
ImportError ...
2
votes
1answer
306 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")
...
1
vote
0answers
80 views
Why does the IPython interpreter freeze on OS X when started with --pylab=wx?
I have a python package that uses both wxPython and matplotlib. To get non-blocking windows, I tried starting IPython like this:
# ipython --pylab=wx
When I do this, the IPython prompt appears and ...
0
votes
0answers
130 views
IPython Pylab Configuration - imshow interpolation
I have been working with IPython for several months now and I think it is one of the best interactive shells I've used. I especially like the built in matplotlib support through pylab.
One issue I ...
0
votes
1answer
342 views
Matplotlib in IPython + Pandas: ImportError Symbol not found: _png_create_info_struct
I've built Matplotlib in Python such that when I import it or any part of it, it works fine and graphs fine.
However, I've been going through "Python for Data Analysis," and in Ch.2's IPython ...
1
vote
1answer
364 views
IPython Notebook: Plotting with LaTeX?
Displaying lines of LaTeX in IPython Notebook has been answered previously, but how do you, for example, label the axis of a plot with a LaTeX string when plotting in IPython Notebook?
5
votes
2answers
315 views
In a matplotlib figure window (with imshow), how can I remove, hide, or redefine the displayed position of the mouse?
I am using ipython with matplotlib, and I show images in this way:
(started up with: ipython --pylab)
figure()
im = zeros([256,256]) #just a stand-in for my real images
imshow(im)
Now, as I ...
0
votes
0answers
157 views
non-interactive backend on update. Gtk backend not working. Backend clarification
Here is a code sample that demonstrates the issue:
from pylab import *
matplotlib.__version__
Out[2]: '1.2.0'
plt.plot([0,0], [1,1])
Out[3]: [<matplotlib.lines.Line2D at 0x3faa210>]
...
4
votes
2answers
243 views
exit on KeyboardInterrupt after generating plots in while loop
I am monitoring an experiment in real time using matplotlib to generate plots in a while loop. Ideally, the loop should exit on something like a KeyboardInterrupt. This works well enough in an Ubuntu ...
1
vote
1answer
576 views
ipython pylab figures not inline
I've installed iPython + SciPy Superpack on a Mac (OSX Lion).
If I plot using matplotlib.pyplot, it will pop up a window with the graph, and I close this for the ipython kernel to continue.
from ...
5
votes
2answers
367 views
matplotlib and libpng issues with ipython notebook
I was trying to use ipython notebook . I installed all the dependency libraries. However, I cannot use either the "--pylab=inline" option when launching ipython or "savefig" function in the Ipython ...
1
vote
1answer
87 views
How to get different point in ipython
plt.plot(jd1,spd1)
plt.plot(jd1,spd1,marker="o",markerfacecolor="r",linestyle='None')
plt.show()
print 'click on any obviously bad points and then press the enter key.'
badpoints=ginput(n=0)
...
1
vote
2answers
429 views
Interactive matplotlib through Eclipse PyDev
This is a follow up to this interactive matplolib through eclipse thread which is about 2 years old, I was wondering if there has been any progress in the meantime.
I am running the IPython console ...
2
votes
1answer
128 views
Network Plot Error Using Python / iPython
The following starter code errors out (AttributeError: incompatible shape for a non-contiguous array) when I try to use networkx on OSX 10.8.2, in an IPython notebook.
import networkx as nx
g = ...
0
votes
2answers
616 views
Unicode in ipython notebook
I'm trying to get a "degree" sign (°) in a matplotlib plot from ipython notebook.
When I run
ax = plt.gca()
ax.set_xlabel("something at 55" + unicode("\xc2", errors='replace'))
ax.plot([0.,1.,], ...
3
votes
2answers
2k views
Adding an arbitrary line to a matplotlib plot in ipython notebook
I'm rather new to both python/matplotlib and using it through the ipython notebook. I'm trying to add some annotation lines to an existing graph and I can't figure out how to render the lines on a ...
0
votes
1answer
143 views
Using ion() from pylab causes matplotlib to hang
I'm using Enthought's 32 bit python distribution for mac.
If I try:
$ ipython
In [1] from pylab import *
In [2] ion()
In [3] plot([1,2],[1,2])
The figure is created, but python freezes while ...
2
votes
1answer
238 views
Unable to use raw_input() during event handeling in Matplotlib while running pylab — RuntimeError: can't re-enter readline
I'm trying to write a script that allows the user to manipulate a graph via event handling in matplotlib, but I need to have them enter some additional information through the terminal
Calling ...
2
votes
1answer
428 views
Figure window won't appear after issuing show()
I recently updated ipython and pandas to their most recent stable versions. It resulted in some odd behavior in matplotlib where I can't get figures to appear if I run (previously behaving) scripts ...
1
vote
1answer
212 views
matplotlib discrepancy with iPython notebook and python file
I have a strange problem with matplotlib that I can not seem to figure out. When using the ipython notebook with the pylab flag, ipython notebook --pylab inline I have a line of code that looks like ...
0
votes
0answers
140 views
IPython Qt4Agg backend fails
I'm running ipython against EPEL's python 2.6 package on scientific linux 5.8.
The EPEL python2.6 distribution is hardly full featured, so to enable use of the qt4 matplotlib backend, I went ahead ...
1
vote
2answers
372 views
Can one remotely access an IPython Notebook without using inline plotting?
I'd like to connect to an IPython notebook on a remote computer (either via an ssh-tunnel or via https) and have the ipython notebook open a matplotlib plot in a new window (versus 'inline').
Is ...
1
vote
1answer
71 views
matplotlib not generating PS output
I have installed matplotlib and using ipython
I have changes the backend to "PS" because the other backends werenot working
Now when I do
In [1]: plot([1,2,3],[4,5,6])
Out[1]: ...
2
votes
1answer
727 views
Generating heatmap using pylab
I got a 2d array of data which i would like to plot as a heatmap using pylab. I only found solutions to use normal points to build a heatmap but not a way to map f(x,y) = heat onto a heatmap.
PS: ...
0
votes
2answers
193 views
.EXE installer crashes when installing Python modules: IPython, Pandas and Matplotlib
I recently installed Numpy with ease using the exe installer for Python 2.7. However, when I attempted to install IPython, Pandas or Matplotlib using the exe file, I consistently get a variant of the ...
1
vote
1answer
434 views
Interactively Display graphs in matplotlib in python
For the life of me, I can not get matplotlib to display graphs in ipython inactively.
I've tried two approaches - each time, I get the same results:
In [10]: plot([1,2,3])
Out[10]: ...
0
votes
2answers
185 views
Some inline plots won't print from Ipython noteboook
I am using Ipython Notebook to generate some bar plots.
The code cell is this:
kcount =0;for k, v in pledge.groupby(['Date','Break']).sum().Amount.iteritems():
if k[0] <> kcount:
...
4
votes
2answers
1k views
Manipulate inline figure in IPython notebook
I am using IPython 0.12.1 notebook to connect from a Windows machine to a Linux server where the IPython kernel runs. Since the Linux machine doesn't have an X-Server installed, I am using the ...
0
votes
1answer
152 views
What does the c underscore function `c_` do exactly?
It seems to be some kind of horizontal concatenation, but I could not find any documentation online. Here a minimal working example:
In [1]: from pylab import *
In [2]: a = ones(4)
In [3]: b = ...
7
votes
1answer
2k views
ipython notebook --pylab inline: zooming of a plot
Is it possible to zoom into a plot if inline is activated? Especially regarding to 3d-plots rotating and zooming is a necessary feature.
2
votes
1answer
340 views
Spyder plotting blocks console commands
Whenever I execute a plt.show() in an Ipython console in spyderlib, the console freezes until I close the figure window. This only occurs in spyderlib and the blocking does occur when I run 'ipython ...
1
vote
1answer
147 views
How to link a python data structure into matplotlib? Such as a dict -> bar chart
I have a colleague who showed me his work environment in some other language. He had the ability to create an empty dict-like object and pass a pointer to this object to some other charting library. ...
3
votes
4answers
2k views
live plotting in matplotlib while performing a measurement that takes time
I would like to perform a measurement and plot a graph while the measurement is
running. This measurements takes quite some time in python (it has to retrieve data over a slow connection). The problem ...
3
votes
1answer
122 views
How to identify/find self-created variables in iPython session?
Scenario:
I often work in 'pylab' mode of iPython for interactive data analysis. During these sessions I create many intermittent variables and sometimes I forget what I have called things, especially ...
3
votes
1answer
596 views
numpy/scipy/ipython:Failed to interpret file as a pickle
I have the file in following format:
0,0.104553357966
1,0.213014562052
2,0.280656379048
3,0.0654249076288
4,0.312223429689
5,0.0959008911106
6,0.114207780917
7,0.105294501195
8,0.0900673766572
...
3
votes
2answers
216 views
passing x- and y-data as keyword arguments in matplotlib?
Or, why doesn't
import numpy
import matplotlib.pyplot as plt
plt.plot(xdata = numpy.array([1]), ydata = numpy.array(1), color = 'red', marker = 'o')
work? c.f.
> In [21]: import numpy
> In ...


