Tagged Questions

3
votes
2answers
970 views

Any easy way to plot a 3d scatter in Python that I can rotate around?

Currently I'm using matplotlib to plot a 3d scatter and while it gets the job done, I can't seem to find a way to rotate it to see my data better. Here's an example: import pylab as p import ...
3
votes
5answers
307 views

Comprehensive graphing and charting solutions…?

I have need to produce LINE, BAR, and PIE charts in Rails. I have found several that do all these. However the one caveat is that I can never find a solution that does all as well as XY-SCATTER. ...
1
vote
2answers
627 views

how do i create a scatter plot with 2 1-D arrays?

my only objective is to create a scatter plot with only x and y axes. the data source should be from a 1 dimensional array. say i have these arrays: x() as Object ' for x axis values y() as Object ...
1
vote
2answers
835 views

Java: Really simple scatter plot utility

I know there are many comparisons of java plotting libraries out there, but I'm not finding what I need. I just want a mind-numbingly simple toolkit that creates images of scatterplots from a set of ...
0
votes
1answer
47 views

How to change the values dynamically in ScatterPlot chart in iPhone Using CorePlot9?

I have downloaded CorePlot_0.9 from google and imported in my iPhone project. I want to draw line(ScatterPlot) in iphone app. I just reviewed and copy the code from 'CPTTestApp-iPhone' ...
0
votes
0answers
396 views

Combined Charts with FastScatterPlot and LineChart @ JFreeChart with Big Data (6.8 million entries ~80MB)

i like to display a FastScatterPlot combined with a LinePlot. Is it somehow possible to combine these charts into a combined plot? Unfortunatelly it doesn't seem so regarding Developers Guide?! At ...
0
votes
1answer
426 views

wpf toolkit scatter chart

I have never been so annoyed with this wpf toolkit. The documentation is just not there! argh. How on earth can you connect the lines in a scatter chart? I need to produce a graph that is linear ...
0
votes
1answer
740 views

How to make XY scatter-type plot chart using asp.net chart control?

I have X and Y data columns coming from database. I have to show scatter plot chart with Linear, Exponential, Log, power using asp.net chart control. How to do that? Please let me know. thanks ...