-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'd like to plot mathematical functions and I'm looking for techniques and algorithms for precise and efficient plotting. 2D plotting should suffice. I focus on techniques and algorithms, not libraries or languages. Thanks in advance!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to plot a line with two-color dashes, say red-blue-red-blue-...
I know I could do it like this:
plot([1,2],[1,2],'r'),
hold on,
plot([1,2],[1,2],'--b')
However, since I need to be able to move the line, among others, it should only have a single handle. How could I do this?
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
Learn how to add Google Maps markers and store their coordinates in a database using a blend of jQuery, PHP and MySQL.
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I am currently doing some experimental work and I have a lot of data to trawl though. I use Gnumeric, and it's very good, but often I feel there has to be something better.
Ideally I would like the maximum number of features with a minimal learning curve, but really I'd just like to know if there…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does anyone have any recommendations for plotting scientific data in .net (c# winforms). Some of my requirements are: real time plotting, 3D (waterfall), multiple axis, ability to accept BindingList as a data source and recognize any changes to the data. I also need a high level of user interactivity…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'd like to implement a rolling graph showing new users by day over the last 7 days using Seer.
I've got Seer installed:
http://www.idolhands.com/ruby-on-rails/gems-plugins-and-engines/graphing-for-ruby-on-rails-with-seer
I'm struggling to get my brain around how to implement.
I've got an array…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'd like to implement a rolling graph showing new users by day over the last 7 days using Seer.
I've got Seer installed:
http://www.idolhands.com/ruby-on-rails/gems-plugins-and-engines/graphing-for-ruby-on-rails-with-seer
I'm struggling to get my brain around how to implement.
I've got an array…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I was wondering if anyone knew of a simple way to implement graphing in an iPhone/iPad application. I've spent quite a bit of time googling and can't seem to find any sort of a solution. Maybe I'm just searching with the wrong terms since a lot of consumers are asking about "graphing" in terms of…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I've been looking through some of the tools available for measuring network throughput, namely iperf, bwping, ttcp, etc. I am planning on doing throughput tests over a long period of time, so what I really need is good graphing output, preferably rrd graphs.
The Jperf frontend for iperf will generate…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi.
I'm trying to diagnose a memory leak in a process, and looking for a tool to graph it's memory usage over time.
Is there any tool on Linux that supports diagramming in form similar to Windows PerfMon?
I tried using IBM virtual assistant, but it works only on 32-bit, while I have 64-bit platform…
>>> More