Tagged Questions
2
votes
1answer
23 views
How to change the x-axis when plotting groups from a pandas groupby combined in one plot
I am processing a chatlog and my data consists of timestamps, usernames and messages. My goal is to plot the number of messages per month for several users, so that I can compare when users were ...
0
votes
1answer
62 views
Plot shows up and disappears fast in R
I am plotting some graphs using R. When I run the program the plot appears and then quickly disappears. How can I make the plot stay?`
I am running the following code found in Dynamic Time Warping in ...
0
votes
1answer
20 views
Plotting rows corresponding to a given y-value separately
Suppose I have a table of data-
No. 200 400 600 800
1 13 14 17 18
2 16 18 20 21
3 20 15 18 19
and so on...
where each column represents a y-value for a given x-value. The first line ...
0
votes
0answers
71 views
Python: Plotting a infinite series by only taking finite points
I am trying to plot an infinite series by taking only a finite amount of points. In my case, 3 and 10 points are sufficient.
The equation is the Lagrange power series in e the eccentricity.
E = Me ...
0
votes
2answers
44 views
RGB cube of an image
I'm trying to create a RGB cube of a image with matplotlib in python. I have a python list with the RGB of all the pixels in format [(2,152,255),(0,0,0)...]. I plot all the points with scatter ...
0
votes
1answer
36 views
Matplotlib.pyplot.contourf: lines, or gaps between polygons?
I'm trying to plot a filled contour plot, but the edge of each polygon is white.
I've tried turning them of with linewidth=0, linewidths=0,edgecolor=None and a few others. I'm beginning to think it ...
2
votes
1answer
42 views
matplotlib: update position of patches (or: set_xy for circles)
Inspired by this example I'm trying to write a little matplotlib program that allows the user to drag and drop datapoints in a scatter plot dynamically. In contrast to the example which uses a bar ...
2
votes
2answers
54 views
How to make plot of m x n matrix in python
Here is the situation:
I have an array represented by list. Lets say:
a = [[1,0,1],[1,1,1]]
and I would like to plot it into some visual representation (something like this).
Please is there some ...
0
votes
1answer
44 views
Colorplot of 2D array matplotlib
So, I thought this was going to be really simple, but I've been having a lot of difficult finding exactly what I'm looking for in a comprehensible example.
Basically I want to make phase plots, so ...
0
votes
2answers
50 views
Avoid change of figure size when adding plot() to imshow()
I want to add a line with plot() to a color map made with imshow() in matplotlib,
where several sub-figures of different sizes are assumed. When adding a line,
the color map somehow changes size. How ...
1
vote
1answer
50 views
pylab plot showing asymptotes
How can I remove the asymptote?
import numpy as np
e = 1.26
beta = .705 * np.pi
rph = 7000
re = 6378
def r(nuh):
return rph * (1 + e) / (1 + e * np.cos(nuh + beta))
theta = ...
0
votes
0answers
16 views
Candlesticks in python visvis module?
Am trying to find good solutions for candlestick charting and line graphs.
Have fooled around with MatPlotLib for python but it's a bit overly complicated for what I need.
Have been fooling around ...
1
vote
0answers
50 views
Update xlim based on current ylim?
I have a plot in matplotlib and I would like to resize automatically the xlim based on the view fixed by ylim. How to do that ?
Currently I write :
plt.ylim(0, 10)
And the problem occurs when I ...
1
vote
1answer
37 views
PANDAS - Plotting specific rows and changing order of columns
I have the following df
PARTS
status Amber Red White Yellow
SELECTOR
BOTDWG 2652 8453 1577 4636
STRSUB 387 1236 218 595
I want to plot two bar ...
0
votes
1answer
30 views
Increase distance between title and plot in matplolib?
I have a simple plot in matplotlib and I would like to increase the distance between the title and the plot (without using suptitle because it does not work on the version I use on a server). How to ...
0
votes
1answer
47 views
plot vlines with matplotlib.pyplot
I'm trying to plot vertical lines in a log plot
xv1 = 10
plt.semilogy(t,P,'b')
plt.semilogy(t,Pb,'r')
plt.vlines(xv1,-1,1,color='k',linestyles='solid')
plt.xlabel('Time [s]')
plt.ylabel('P [Pa]')
...
0
votes
2answers
78 views
Bland-Altman plot in python
The question is pretty straight forward. Is it possible to make a Bland-Altman plot in python ? I can't seem to find anything about it in python. Anyone used this in python ?
(another name for it is ...
0
votes
1answer
28 views
Force plot to have a special size or to increase the distance between subplots
I am trying to generate a plot by matplotlib that three graphs are in a row and axes have names. Unfortunately the dimension is in a way that labels run into the other graphs. How can I avoid this?
...
2
votes
1answer
64 views
Plotting data in Python using matplotlib
I'm currently reading "Machine Learning in Action".
In the chapter 8 of Regression,
p.158 , there are few codes to plot original data point and a fitted line together.
import matplotlib.pyplot as ...
4
votes
1answer
129 views
python frameworks for a real time website
I'm trying to learn web programming in python, and have the following project in mind: mine the yahoo finance api for instrument data, and display it in real time, as well as plot charts based on ...
1
vote
1answer
95 views
Editing Python plot surface ticks and their frequency
Gist of my question:
I have data that I am plot_surface-ing with python. How should I change the values of my xticks and yticks and perhaps their frequency?
Details of my question
I have data such ...
0
votes
1answer
42 views
matplotlib: grid in 3D plots
In matplotlib, how can I show a grid in 3D scatter plot?
In 2D plots I just do: plt.grid(True) and it works like a charm. Now with 3D plots the same call returns a warning:
File ...
0
votes
1answer
27 views
How to change shapes/colours for 3d points with matplot3d
Python and MatPlot3D newbie. I have a plot with which I would like display co-ordinates using different shapes and colours depending on some attributes. The data looks like this.
col1 col2 col3 ...
1
vote
1answer
81 views
Dynamically add legends to matplotlib plots in python
I have a set of plots in python and want to add legends to each of them separately. I am generating the plots in a for loop and want to add the legends dynamically.
Im getting only the last legend ...
2
votes
3answers
77 views
algebraic expressions in python
I'm working with some relatively simple algebraic expressions in python and wondered if there's a better way of plotting algebraic expressions than what I'm currently doing:
I have the equation of a ...
0
votes
0answers
51 views
Create 3D model
Using pylab I am trying to make a 3D model of the nuclei of the hypothalamus. Here is the image I am going to try to represent.
Looking at the image you see ten nuclei. What I want to do is make ...
4
votes
1answer
66 views
Draw a terrain with python?
I have a numpy 2d-array representing the geometrical height of a specific area where a street will be build. I can visualize this using scipy.misc.toimage. However I would like to get a simple 3D view ...
0
votes
1answer
68 views
Matplotlib to generate such circular plots?
does anyone know if it's possible to generate such plots in matplotlib?
the image is taken from the following page. If not, there another 'python' solution to generate such plots?
0
votes
2answers
29 views
Difficulty in saving separate figures matplotlib
I have written a program in python to map the random positions of points on a disc for a project. The idea is that for different numbers of points the random positions will be saved as a png for use ...
1
vote
1answer
51 views
multiple plots and save them as an increment
Now that its working like this way so I need to save them automatically in .eps format as an increment like 1.eps, 2.eps. Another thing, is there a way I can put the output of y like [1 1 1 1 1 1] on ...
2
votes
1answer
32 views
How to plot numpy array versus row number
Assume we have a csv file with a single column. I can plot it with ;
data = np.loadtxt(file)
test = data[:,0]
plot(test)
and it plots test versus the row number (entries). But I want to multiply ...
1
vote
2answers
52 views
Python Pylab subplot bug?
I am plotting some data using pylab and everything works perfect as I expect. I have 6 different graphs to plot and I can individually plot them in separate figures. But when I try to subplot() these ...
1
vote
2answers
94 views
Plotting flaws in Matplotlib
Scatter plot using x,y coordinates proposes plots in Matplotlib that differ from those obtained using other programs. For example, here are the results of some PCA on the two fit score. The same graph ...
2
votes
1answer
47 views
how to make a particular axis which isn't linear or log?
I want to replicate this axis (see picture) and I have a range of values from 1-10 - what format is this in and how can it be achieved in matplotlib?
0
votes
2answers
62 views
Create histogram based on XY coordinates
I would like to be able to have a user drag points across an XY-plane, resulting in a histogram (in Python 3.3).
Consider the following picture, in which the red shows the motion the mouse made ...
1
vote
1answer
84 views
Setting the size of the plotting canvas in Matplotlib
I would like Matplotlib/Pyplot to generate plots with a consistent canvas size. That is, the figures can well have different sizes to accomodate the axis descriptions, but the plotting area (the ...
0
votes
0answers
14 views
Python freezes when plotting
When I plot something (even just simple things like a sine function) the window where the figure is shown freezes whenever I try to click something. The main IDLE window or console keep working. I've ...
1
vote
1answer
110 views
Plotting mathematica data with python
This question is related to my previous question on "publication quality plots in python".
I am trying to write a post processor (a bash script/python combo) that would comb through the thousands ...
2
votes
2answers
73 views
python + matplotlib: barh plot show incomplete YTick labels - how to dynamically move the plot area to the right to fit the given YTickLabels?
I'm using matplotlib to plot a barh plot to a file. Unfortunate, the YTickLaels are a bit too long and the plot area won't move to the right automatically. Is there a way to move the plot area to the ...
1
vote
1answer
115 views
python: plot a bar using matplotlib using a dictionary
Is there any way to plot a bar plot using matplotlib using data directly from a dict?
My dict looks like this:
D = {u'Label1':26, u'Label2': 17, u'Label3':30}
I was expecting
fig = ...
0
votes
1answer
76 views
Plot data against time in X axis
I am having a set of python lists and I want to plot a graph with matplotlib in such a way that list of time is plotted in x axis and list of data is plotted in y axis.
code written by me looks ...
0
votes
2answers
37 views
matplotlib imshow is not updated
I am trying to solve the heat equation numerically and to visualize the solution in real time using color mapping. Howver, the colors in the map are not updated. What is the reason? this is the code:
...
0
votes
2answers
84 views
How to update pcolor in matplotlib?
I plot information from a 2D array with pcolor. however, the information in the array is changed over the iterations, and I want to update the color map dynamically, in order to visualize the changes ...
1
vote
2answers
147 views
Python Pylab pcolor options for publication quality plots
I am trying to make DFT (discrete fourier transforms) plots using pcolor in python. I have previously been using Mathematica 8.0 to do this but I find that the colorbar in mathematica 8.0 has bad ...
1
vote
1answer
40 views
python plot isn't turning out correctly
I have this code and the expected output is (see first picture) but the actually output is (see 2nd picture).
What is going wrong?
import numpy as np
import matplotlib.pyplot as plt
t = ...
0
votes
2answers
27 views
learning python multipe plots on the same set of axis
How would I setup this plot up in Python?
Here is what I do in Mathematica:
mykvalue = Table[k, {k, 0, 10, 1}];
u[r_, k_] = 1/(2*r^2) + k/(2*r^2);
Plot[u[r, mykvalue], {r, 0, 5}, PlotStyle -> ...
2
votes
4answers
177 views
numerical ODE solving in python
I am new to Python so at this moment in time, I can only very basic problems.
How do I numerically solve an ODE in Python?
Consider
\ddot{u}(\phi) = -u + \sqrt{u}
with the following conditions ...
2
votes
1answer
193 views
scikit-learn howto plot kmean document clusters?
I want to plot this example in scatter plot :
http://scikit-learn.org/dev/auto_examples/document_clustering.html#example-document-clustering-py
I am sklearn and numpy newbie here , i want to get ...
0
votes
1answer
35 views
Generating plot before end of program in python
I am trying to plot elements of two arrays against each other. Whilst the plot works fine, it does not generate the image before asking whether the user wants to continue or not.
(this code is ...
1
vote
1answer
208 views
How to set xlim and ylim for a subplot in matplotlib
I would like to limit the X and Y axis in matplotlib but for a speific subplot. As I can see
subplot figure itself doesn't have any axis property. I want for example to change only the limits for the ...