Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Sparkline


  
  Sparkline - Wikipedia, the free encyclopedia
Sparklines are a format developed by Edward Tufte for small graphic charts which can be inserted within text on a page.
Sparklines for Excel, a Microsoft Excel add-in for automatically generating sparklines in Excel (uses Bissantz Sparkfonts).
Sparklines for Java, a Java library and JSTL taglib for producing sparklines.
en.wikipedia.org /wiki/Sparkline   (140 words)

  
 Tufte Sparklines Photoshop Script
A sparkline is a small line graph designed to be used in-line within text to illustrate a time series; the concept was developed by data presentation guru Edward Tufte.
One advantage of sparklines' compactness is that several can be used together to allow at-a-glance comparison between a set of time series.
Sparklines are tangentially related to photography - they are used alongside images as a graphical design element in qualitative and quantitative analysis.
www.lodgephoto.com /articles/sparklines.htm   (954 words)

  
 Mini-graphs Tell the Story on a Single Piece of Paper with Bissantz SparkMaker   (Site not responding. Last check: 2007-11-02)
Sparklines are perfectly suited for management reporting and analysis purposes as opposed to popular metaphors such as gauges and speedometers which are often misused in management cockpits.
By using sparklines for their management reporting endless presentations of slides have been reduced to discussions about a single piece of paper.
Sparklines are also available in vector-oriented Enhanced Metafile format which allows for scaling, ungrouping, and modification.
www.prweb.com /releases/2006/7/prweb416478.htm   (980 words)

  
 Sparklines in data: URIs in Python | 2005-04-25 | BitWorking   (Site not responding. Last check: 2007-11-02)
Embedding sparklines in that report output sounds like a perfect application of "data: URIs" [RFC 2397], which allow you to take small bits of data, like small images, and instead of serving them up seperately, you embed the data right into the URI.
Making the sparklines turned out to be incredibly easy, making me think that the reason there wasn't any libraries is that it's just so easy to glue the right pieces together in Python that a library would be overkill.
Here is the code that generated that sparkline, which not only generates the 'img' element but also prints the minimum point and the last data value in colors that match the corresponding points in the sparkline.
bitworking.org /news/Sparklines_in_data_URIs_in_Python   (1654 words)

  
 XML.com: A Bright, Shiny Service: Sparklines
BitWorking Sparkline Generator is my contribution to the Web 2.0: it's a web service, web application, and the source code to both.
Sparklines are useful for presenting a large volume of information in a small space using a context sensitive manner.
The "shape_specific_divs" table maps the type of sparkline, either smooth or discrete, to the divs that contain the controls that are specific to each type of sparkline.
www.xml.com /lpt/a/2005/06/22/sparklines.html   (2927 words)

  
 Bissantz sparkline tools - sparklines for Excel, Word, PowerPoint, HTML and information tickers
The necessary context however can be povided easily, with the help of word-sized graphics, so-called "sparklines", a term coined by their inventor Edward Tufte.
Sparklines enrich data displays on mobile devices and are a prerequisite for effective mobile controlling concepts.
Since the sparklines use up so little space, the entire season's course can be shown for each of the teams, making for 612 results in one chart.
www.bissantz.de /sparklines   (507 words)

  
 plugin:sparkline [DokuWiki]
With this plugin the syntax of DokuWiki is extended to allow the creation of sparklines of comma seperated values.
Sparklines are tiny images appearing in texts, expressing trends.
IMHO the alignment should be removed to have the graphics appear in the text (as sparklines are intended).
wiki.splitbrain.org /plugin:sparkline   (666 words)

  
 Sparkline PHP Graphing Library
Sparklines are "intense, simple, wordlike graphics" so named by Edward Tufte.
We're always looking for help making Sparkline complete and bug-free.
Link to our site, tell your friends, use sparklines on your website and in your work.
sparkline.org   (565 words)

  
 Joe Gregorio | BitWorking | Projects | Sparklines
You can start right away by dynamically creating a sparkline using the Sparkline Generator Web Application, or you can read more about sparklines and decide if you want to use the sparkline web service or if you would be better off downloading the code and running the sparkline service on your own server.
The service that generates these sparklines is available for you to use on your own site.
Sparklines, as defined by Tufte, are intense, simple, word-sized graphics.
bitworking.org /projects/sparklines   (520 words)

  
 Ask E.T.: Sparklines: theory and practice
In the opening example to the sparkline chapter, a gray band is used to signal normal limits; thus when the sparkline peaks above or below the horizon of the gray band the glucose is critically elevated or critically reduced.
For sparklines, the idea is to maintain the wordlike quality: the resolution of words, and the ability to fit into sentences as wordlike elements, into tables as table entries, into spreadsheets as cell entries.
Sparklines resemble fractals, in the sense that the form and visual texture of sparklines remain the same as the resolution scale changes.
www.edwardtufte.com /bboard/q-and-a-fetch-msg?msg_id=0001OR&topic_id=1   (11884 words)

  
 Sparklines in SAS   (Site not responding. Last check: 2007-11-02)
The macro allows the user to select the trend or bar type of sparkline and allows the choice of marking the maximum and minimum on a trend sparkline.
Below are close up views of the sparklines that give a better feel for what they really look like.
The sparklines below were created in SAS using the code found here.
home.mchsi.com /~marchendel/sparklines.html   (392 words)

  
 sparklines - data visualization & visual design - information aesthetics
sparklines are 'intense, simple, word-like graphics' so named by information design guru Edward Tufte.
in fact, the infosthetics website now features two small sparkline diagrams that are updated hourly, showing data grouped by day over a period of about two months.
one sparkline shows live web statistics grabbed from my AWStats log file analyzer files, the other depicts the amount of words used in the infosthetics daily posts.
infosthetics.com /archives/2005/09/sparklines.html   (199 words)

  
 Library clips :: Sparklines: connecting blog posts :: March :: 2006   (Site not responding. Last check: 2007-11-02)
The sparkline sits at the end of the post…the previous posts it references is marked in this timeline (sparkline) even though you can find them in the post, but having them in the sparkline shows how the overall big picture is evolving.
Another great value for a sparkline, besides a timeline of an idea/concept, is the simple retro annotating it does…this is handy for posts that are out of date.
A sparkline could do this, but this is even simpler than a sparkline, it would be a plugin that would automatically put a link in an old post to the current post, but only if it was told to do so.
libraryclips.blogsome.com /2006/03/31/sparklines-connecting-blog-posts   (994 words)

  
 ewbi.develops: Sparklines   (Site not responding. Last check: 2007-11-02)
Gregorio describes a sparkline implementation he did in Python and then exposed as a web service.
Sparklines are wordlike graphics, with an intensity of visual distinctions comparable to words and letters.
Gregorio's Python source, I was inspired to replicate its functionality in C# on ASP.NET.
ewbi.blogs.com /develops/2005/07/sparklines.html   (704 words)

  
 toxi.co.uk :: On-the-fly Sparklines with JavaScript and XBM
This is an alternative implementation of Jesse Andrews' client-side generation of Sparklines.
This is a cutdown and optimized version of the xbmDraw library by David L. Blackledge to dynamically create XBM images.
It is also slightly faster, so the imapct of creating many sparklines is reduced when a page using them is loaded.
www.toxi.co.uk /dev/sparklines   (179 words)

  
 Mint Forum / testers needed: Hasen Pepper, a sparklines plug-in to graph visits
What I really need to know is how easily people can install it (i.e., do most people have the required setup to support sparklines, and if not, how easily can I check end user's configurations to let them know what they need?).
I took a quick look at adding/installing the sparkline libraries to my server and found them to be quite easy to install.
I think, if possible, it would be nice to distribute the sparkline libraries with the Pepper.
www.haveamint.com /forum/viewtopic.php?id=144   (1377 words)

  
 sparkline » home   (Site not responding. Last check: 2007-11-02)
Sparklines are available as bar or line graphics (even with trend indicators), whiskers and pie charts.
User-defined functions for Excel XP and 2003, like "Sparkline (cellrange)", make sure that changes in the data are reflected automatically in the sparkline diagram.
Sparklines are also available in vector-oriented Enhanced Metafile format and as bitmap files (BMP, GIF, JPG, or PNG).
sparkline.wikispaces.com   (374 words)

  
 Sean Gerety : XAML Sparkline example   (Site not responding. Last check: 2007-11-02)
One of his ideas is sparklines: "small, high-resolution graphics embedded in a context of works, numbers, images".
Dr. Smith is curious about the glucose levels of his patient and “mouse’s” over the glucose sparkline with his tablet pen.
The sparkline then zooms out (think of magnify plus setting the sparkline to the top of the z-order) and the doctor can then see detailed information to make a more informed decision.
dotnetjunkies.com /WebLog/metablog/archive/2004/12/03/34896.aspx   (617 words)

  
 sparkline » Examples   (Site not responding. Last check: 2007-11-02)
Bowlie forum, using sparkline PHP library on the front page and member info pages.
The Hardball Times, using sparkline PHP library to create customizable sparklines for Major League Baseball teams' win/loss record.
AWStats and sparklines integration: Tony W Blog Download the source, uses the sparkline PHP library and AWStats logfile statistics to generate a sparkline of total daily visitors to blog; plans to roll into a Wordpress plugin
sparkline.wikispaces.com /Examples   (460 words)

  
 Sencer.de: How to inline your sparklines/images in PHP with data: URIs
In short, sparklines are data-intense wordlike graphics, that have the intensity of visual distinctions comparable to words and letters.
Sparklines & data: URIs are a perfect match, for several reasons:
sparklines are “wordlike” and therefore really belong to the text.
sencer.de /article/1135/how-to-inline-your-sparklinesimages-in-php-w...   (1040 words)

  
 Sparkplot - Trac   (Site not responding. Last check: 2007-11-02)
Edward Tufte introduced sparklines in a sample chapter of his upcoming book "Beautiful Evidence".
In his words, sparklines are small, high-resolution graphics embedded in a context of words, numbers, images.
The sparkline is plotted with a horizontal span drawn along the x axis covering data values between -1 and 0, so that values less than -1 can be more clearly seen.
sparkplot.org   (815 words)

  
 Simple Sparkline Builder
Edward Tufte coined the term Sparkline to mean "intense word size graphics" for use in information display.
Really it's just a quick way to generate a graph based on some comma-separated values; I currently use it for quick glance traffic monitoring on my web log.
NOTE: Since this is a sample/test page the URI of this image may change in the future, so if you want to keep it you should save it as a new image.
intepid.com /stuff/sparklines   (117 words)

  
 WordPress Support Tag: sparkline
It can be used for larger graphs but is not well suited to thay role except for very simple graphs.
I just started working with the idea of a sparkline stats system and am pleased to find there are already people hard at work on the idea.
It uses James Byers' Sparkline PHP Graphing Library.

This is my first attempt at a Wordpress plug-in, so it is likely to be flawed.

wordpress.org /support/rss/tags/sparkline   (461 words)

  
 Sparkline Examples - Mariano Belinky
The text is taken from Yahoo's market overview, and in the second copy I replaced the stock quotes for sparklines.
As I couldn't get the intraday data for the stocks in question, I used a yearly history, and thus the sparklines' tendency can be misleading.
a denser sparkline is stacked here to form a possible trading screen.
www.interactiva.com.ar /mbelinky/files/sparklines.html   (205 words)

  
 Sean Gerety : New and Improved Sparkline   (Site not responding. Last check: 2007-11-02)
I've also changed the XAML example to stack the high and low values next to the stock sparkline and adjusted the Transform scale to provide a better aspect ratio as per Prof.
And I've removed the width and height properties from the border element to give it a liquid layout.
By using the Inline tag and slimming down the XAML it becomes even easier to handle.
dotnetjunkies.com /WebLog/metablog/archive/2005/05/10/74527.aspx   (246 words)

  
 Graeme’s > Simple Sparklines Wordpress plugin, version 0.2
The hardwork was done for me by James Byers’ Sparkline PHP Graphing Library.
Comment by mondrian’s neon fantod » data geek (dance, sparkline, dance) at 8:04 pm on 6 February 2006 at
Thankfully, many of those folks are more technically inclined than I, and that means that though a wonderful plugin for WordPress (Simple Sparklines) I can now include sparklines in my posts here, when appropriate.
pietersz.co.uk /2005/07/simple-sparklines-02   (1275 words)

  
 Sparkline: See what people are saying right now on Technorati
Sparkline: See what people are saying right now on Technorati
I started to fool around with the idea of an idea for an ebay Feedback Bar (which borrows from Edward Tufte’s “Sparkline”) tonight.
Posts tagged “sparkline” per day for the last 30 days.
www.technorati.com /tag/sparkline   (163 words)

  
 StockMorph   (Site not responding. Last check: 2007-11-02)
Sparkline module for Google Home Page now available
I’ve developed a Sparkline module or gadget for the Google home page.
Sparklines are based on work by Tufte and his new and cool book Beautiful Evidence:
www.stockmorph.com   (108 words)

  
 RedHanded » Sparklines for Minimalists
As a matter of interest, I tried a version that produced RLE4 -compressed bitmaps (the sparklines are well-suited to that, since they skip every other row and thus always let us combine every two pixels).
I did try implementing the Up() filter which does a line-by-line delta (good since there’s lots of vertical redundancy in these sparklines), but the compressed data actually got bigger in my little test case (!), so I abandoned it.
As a red Tufte disciple, I find myself prostate to this sparkline development.
redhanded.hobix.com /inspect/sparklinesForMinimalists.html   (1556 words)

  
 JonGalloway.ToString() : Sparklines   (Site not responding. Last check: 2007-11-02)
Here, for example, is a sparkline showing monthly citations of LibraryLookup in del.icio.us since Jan 03:
Edward Tufte proposed Sparklines: "small, high-resolution graphics embedded in a context of works, numbers, images".
Tufte proposed them a few years ago, and it's neat to see them in the wild and supported on so many development platforms.
weblogs.asp.net /jgalloway/archive/2006/04/13/442763.aspx   (158 words)

  
 Integration of Sparklines to Drupal + feature, module proposal | drupal.org
Integration of Sparklines to Drupal + feature, module proposal
This is the CVS of sparklines for reference, i tried to 'integrate' worked on its on but not with the my attempt to 'integrate' with PHP page as outlined above
This is example is compareson between conventional and graph plotting and tiny Sparkline
drupal.org /node/30027   (490 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.