My favorites | Sign in
Project Logo
                
Search
for
Updated Jul 05, 2009 by o...@iola.dk
FlotUsage  
Sites and projects using Flot

Feel free to post a comment with a link if you have a site you want to show off. Embed a screenshot for bonus points. :)

PS: Please do not post Flot questions here, use the forum/mailing list instead.


Comment by mainstreetmark, Dec 20, 2007

http://beta.itunesregistry.com (and eventually the non-beta, when i get done)

Comment by wyattwongtf, Jan 03, 2008

The AEGIS Sed Explorer page at http://aegis.ucolick.org/products/MTR/explore.html got javascript error when viewed in IE 7.

Comment by ceus2k, Jan 25, 2008

As my first introduction to Flot i recently used Flot for http://www.nuernberg-eisbaer.de/ to display the Growth of a Baby Polar Bear in Days.

Comment by luke.macken, Feb 15, 2008

I wrote a flot plugin for TurboGears?, called TurboFlot? (http://pypi.python.org/pypi/TurboFlot), which I use to generate metrics for Fedora's update system (https://admin.fedoraproject.org/updates/metrics/).

Comment by andrew.churchard, Feb 24, 2008

I'm using flot to display infrared spectra in a substance database, with ajax used to call more detailed data as required (original datafile has ~15 000 data points!) An example is here http://www.churchard.co.uk/flot

Comment by ward.cunningham, May 02, 2008

I use Flot from both perl and ruby. Most uses are for internal rate tracking of long running activities at AboutUs?. Our users are very grateful to have date/time notation on our graphs now. Many thanks. -- Ward

Comment by david.cabo, May 07, 2008

I'm using flot to display stock information at http://tusacciones.com/prestadas

It's a Rails site, and the information is pulled dynamically through Ajax. Additional information about a data point is displayed when hovering over it.

Comment by marcis.pauls, Jun 11, 2008

we are using flot in http://zparks.lv/ for product price change graphs

Comment by ward.cunningham, Jul 12, 2008

We are now using flot as part of a reliability engineering effort at AboutUs?. Features we find useful include: missing data, hyper-linked legends, day/night shading and area-filled lines. Here is a sample of stuff we look at every day:

Comment by ward.cunningham, Jul 12, 2008

For more up to the moment reliability data we added a smoothing parameter to line using a first-order filter like described on http://en.wikipedia.org/wiki/Low-pass_filter#Digital_simulation. We use the filtered line like a trend line while plotting points at the actual data points. Here is what this looks like:

Comment by naterose, Aug 08, 2008

I am using flot for an internal CRM application to show sales trends along with events in a "Google finance" type graph with event flags. This did require some customization in the flot code. The following example is from the early prototype.

Comment by waelchatila, Aug 12, 2008

We use flot for http://www.ginzawalk.com to display usage stats and other reports.

Comment by Benjamin.BUFFET, Sep 09, 2008

We are using flot for an internal application based on drupal. It's a great library.

Just a little question. I dont see this in the API documentation, but if you want to fill only beetween two curves, you must merge the two series with the higher serie reverse sort. Then you obtain an exposur like that :

Is this normal ? Because we are using this fonctionnality.

Comment by Alexey.Filin, Oct 27, 2008

near to real-time beam counters, intensity and intencity FFT monitor. Used in experiment OKA on proton accelerator U-70 in Protvino (Russia) to estimate Kaon beam parameters and quality by Kaon separator team.

http://oka04.ihep.su/beam/

beam profiles monitor is in development

Comment by basse...@nesasrl.it, Oct 27, 2008

We are using flot for an easy representation of meteorological data as shown in http://www.nesaftp.it/DATI_UTENTI/NESA/previsioni.html It's a great library, easy to use. The only problem that I've found (not a bug), is the speed to plot more than 5 traces on the same grapgh with 1000 points every trace. With non performant PC, it's very slow

Comment by paleot...@hotmail.com, Oct 29, 2008

I am currently using flot in a small project to dynamically create graphs from html tables and have done line and and side by side bar. But i've been working on stacked bar which i know has been suggested and have got it working but colors merge and doesn't work when totally opaque. I know this has been already suggested would be great.

Brilliant tool, amazing has saved so much time. Thanks

Comment by brolypb, Nov 14, 2008

Hi,

I use FLOT on my personal website, on 2 calculators:

<a href="http://www.racingsm.org/studies.php?study=vel">http://www.racingsm.org/studies.php?study=vel</a>

Great stuff FLOT

Comment by hibbittsr, Dec 13, 2008

I love FLOT. Currently I am using it on a series of calculators at: "How to start a business, and I've got plans to keep using it on some other projects.

Comment by kiyoto01, Jan 17, 2009

I am developping a Ext JS implementation of flot on google code project hosting (extflot (http://code.google.com/p/extflot/)).

Comment by herb.gilliland, Jan 24, 2009

This library is far superior to jsGraphs, and I'm going to use it at http://www.Gudagi.com, and possibly http://www.PickPark.com

Comment by nicolas.perry.wolff, Feb 02, 2009

We're using it for publisher and admin reporting at foneshow.com:

Comment by mperham, Feb 18, 2009

http://dash.fiveruns.com uses Flot extensively for metric graphs.

Comment by es@donauweb.at, Feb 22, 2009

I use flot for displaying statistics in OsCommerce? webshop. Description on http://synctables.com/turnover-statistics-for-oscommerce.php Here an example:

Comment by orkans, Feb 23, 2009

Wonderful script! We use flot for detailed photo stats history at http://www.airfighters.com

Comment by Luc.Pettett, Feb 26, 2009

We're using FLOT to show horse racing tipping profits at Punters Paradise. Check out http://www.puntersparadise.com.au/kingtipping/ If you click on somebodies profile you will see the Performance, indiciting their profits from tipping. Nice!

Comment by fabrizio.ciacchi, Mar 16, 2009

We're using Flot (patched for pie e multi-bar charts) on Koego - http://www.koego.com, that is a web analytics tool (like google analytics). Pure Ajax (jQuery of course), no Flash!

Comment by ASIDLang, Mar 21, 2009

An interactive 2D Spectrum Viewer using flot developed for the Spectral Game.

Comment by midnightcodr, Mar 24, 2009

I used flot in one of our internal projects that acquires and displays near real-time data from a multi-channel digital voltmeter on the browser.

http://picasaweb.google.com/lh/photo/bdHB_f61sliqY5DH5gnTJw?feat=directlink

The result is quite responsive since the client workstation's pretty fast.

Comment by dylanbarrell, Mar 24, 2009

We are using flot, very successfully in our prediction markets software at CrowdClarity. Great framework and great compatibility with jQuery.

Also very responsive to issues we have discovered in the trunk version of the software.

Comment by jeevankodali, Mar 25, 2009

I built a bubble chart, thought someone might see a use for it: http://jeevankodali.googlepages.com/flottips

Comment by mattjball, Mar 25, 2009

I'm using Flot as part of a web application that I am working under the umbrella of my undergrad senior thesis: http://math.brown.edu/~mjball/viewer/. It's ridiculously easy to use, and does exactly what I need, so thank you!

Comment by a...@boinkor.net, Apr 20, 2009

I use flot to plot the changes in benchmark run times for various lisp implementations. The database contains results of about 4 years of SBCL revisions (we benchmark every single revision to find performance regressions) and is a few hundred megabytes large. flot manages to aggregate all these results into pretty, neat, and interactive graphs.

You can view these graphs at http://sbcl.boinkor.net/boinkmarks/index.

Comment by r.rasc...@gmail.com, Apr 23, 2009

I use flot for Ruwa, a Rails web analytics

Comment by lepianiste, Apr 24, 2009

We use Flot for ArrayExpress? Atlas plots http://www.ebi.ac.uk/microarray-as/atlas/gene?gid=ENSG00000066279 ArrayExpress? Atlas is a semantically enriched database of meta-analysis based summary statistics over a curated subset of ArrayExpress? Archive, servicing queries for condition-specific gene expression patterns as well as broader exploratory searches for biologically interesting genes/samples.

Comment by hans...@stolaf.edu, May 12, 2009

I have created a demonstration page, http://chemapps.stolaf.edu/jmol/docs/examples-11/jmol-flot.htm, for Jmol that shows how Flot can be used to display molecular data graphically. This uses a few of my own minor additions to Flot, including grid.majorTicks and also adds a few additional methods such as $.replot(someplot), and some get/set methods.

Comment by legoguy, May 12, 2009

http://turbogfx.homelinux.org/weather

I use flot to graph weather history from my personal weather station (a LaCrosse? WS2310) located in Spruce Grove, Alberta, Canada. I have set up a few special functions, one of which draws night and day on the graph background. Basically all of the sources of data that the station collects are available for graphing, with an interface below the graph that allows a custom set-up or to select a preset.

Comment by Ginosterling, May 28, 2009

I use flot to track interest rate movements with regards to homeloans

Comment by sacrealstats, Jun 14, 2009

Just finished converting my Sacramento real estate data page to flot. Very nice package:

http://sacrealstats.blogspot.com/2009/06/sacramento-regional-real-estate-trends_14.html

Comment by ara818, Jun 23, 2009

YCharts uses Flot to plot and interact with with historical fundamental data points for over 5000 public companies.

Comment by eungju, Jul 14, 2009

A code coverage analyzer Undercover uses Flot.

Comment by rufus.pollock, Jul 27, 2009

At http://www.openeconomics.net/ we've been using flot for more than a year and it's great (before that we used plotkit). Thanks for this great library.

Comment by Maxim.Gura, Aug 13, 2009

We're using Flot for our web statistics http://www.germiona.com/statistics.html

Comment by geek94, Aug 19, 2009

Using Flot to graph electricity usage and temperature from a CurrentCost? CC128 device. It's still in early stages but I have a post at http://www.dannytsang.co.uk/recording-currentcost-data-viewing-it-on-the-web/

Comment by henning.kage, Aug 21, 2009

I am using Flot for a webbased time tracking and recording software called "Inhouse-Web" http://inhouse-web.googlecode.com The application is currently in development, but will take heavy usage of Flot for generating time booking statistics.

Comment by th...@thijshoutenbosdesign.nl, Aug 24, 2009

We are using Flot in a new national health and sport tracking system for children in the Netherlands. With Flot we can display all kinds of different health-related data together in a nice color coded way. The greatest benefit of using Flot is the custom tooltips and ability to link to the data source when you click on a dot. The graphs are very interactive this way, you can zoom in on a certain timeframe and if you want to know where a deviation in the graph comes from just click the dot for all the data.

Comment by brenthamby, Aug 29, 2009

I am using Flot for the NextDB.net database administration pages. We use it to show real time execution performance for Database calls- inserts, updates, deletes and queries. NextDB is a AJAX based database API.

Comment by thisiskwarc, Sep 01, 2009

http://uniknotions.com is using flot for displaying profile popularity. User popularity comparison is also achieved via flot.

Comment by jakob.a.dam, Sep 03, 2009

http://welovewind.com uses flot for visualization of wind forecasts in a kite- and windsurf context. The page takes advantage of time series data.

Comment by sklotz, Sep 06, 2009

I'm writing a website that reduces the dimensionality of a tag cloud to generate a plot of books which should result in similar books clustering together visually. Today I started experimenting with the display, using some pre-reduction tag data.

http://tagshadow.com/amazon/science-fiction-vs-vampires.html

Comment by emil...@fiffigt.com, Sep 26, 2009

I use flot to explore curves in a calculator. Thanks for a nice lib!

http://fiffigt.com/calc/

Comment by steph.powell7, Oct 09, 2009

We added flot to our site for an interactive mapping & plotting tool: http://www.endpoint.com/team The use is discussed in this article: http://blog.endpoint.com/2009/10/new-end-point-site-rails-jquery-flot.html

Comment by davidkuchar, Oct 21, 2009

we use flot on http://www.lendfriend.net to plot repayment schedules over time for our loan partners.

Comment by doug.h.r...@btinternet.com, Oct 31, 2009

I have used flot on a page http://www.dougrice.plus.com/reportCsv_files/rc.html to explore Forward Euler Integration stability.

Comment by mediascreen, Nov 08, 2009

Used flot on a site that shows flu trends in Sweden based on twitter messages. http://hälsopuls.se

Comment by shalevos, Nov 10, 2009

based on flot05 with some small customizations: Bubble with variable radius with series-on-series http://www.crackingthecity.net

<br>

Comment by michael.cowden, Nov 26, 2009

Here's an example from http://www.migraineliving.com (online migraine diary) using flot to chart migraines against dietary and environmental triggers.

I've also created a nice Ruby on Rails API to wrap around flotomatic, check out http://github.com/xdotcommer/flotomatic

Comment by wsaryoo, Nov 26, 2009

Using Flot to create Dashboard for user service rating score

http://picasaweb.google.com/wsaryoo/Jobs#5408606852501293058

Thank flot -- from Thailand ;)

Comment by yuanluohust, Dec 02, 2009

usign Flot for a network bandwidth statistic etc.. system, thanks for the great lib

Comment by myfootprints.cn, Dec 06, 2009

我用Flot来作函数图像,见 http://www.myfootprints.cn

Comment by petrb.feedback, Dec 12 (4 days ago)

A firefox add-on for seo folks. Using flot to display charts with history of ranks.

[https://addons.mozilla.org/en-US/firefox/addon/49038 ]


Sign in to add a comment
Hosted by Google Code