Tagged Questions

1
vote
2answers
3k views

Why won't my Python scatter plot work?

I created a very simple scatter plot using pylab. pylab.scatter(engineSize, fuelMile) pylab.show() The rest of the program isn't worth posting, because it's that line that's giving me the problem. ...
0
votes
1answer
430 views

core plot help to draw two plots together

How to draw both bar and scatter plot together? I have created object of both in viewDidLoad and the datasource also read correctly. I add it to the same plotspace. But no use!
0
votes
0answers
60 views

How to display a simple zoomable/scrollable scatter map on web (see the map example)?

All, Just got stuck with a simple (?) problem. I need to display a zoomable/scrollable map on web: The map example The thing is that the map could be much bigger and have way more points in it. ...
0
votes
1answer
148 views

Scatter graph using php

I am developing a PHP application where users mark some locations using a flash interface. On the basis of which I am generating reports. I need to create reports on the basis of locations marked by ...