SlideShare a Scribd company logo
1 of 18
Protovis:
A GRAPHICAL APPROACH TO
                VISUALIZATION


IT for Business Intelligence


               Sudeep Yadav(10BM60089)
               Udit Kheterpal(10BM60093)
 It is a very graphical toolkit for
  visualization
 It uses JavaScript and SVG for web-
  native visualizations; no plugin
  required
 Protovis is free and open-source
 Composes of custom views of data with
  simple marks such as bars and dots



Protovis
 Download Protovis zip file from the download tab at
  the following link :
 http://mbostock.github.com/protovis/

   Protovis uses JavaScript. It helps if you’re already
    familiar with the language, but it's not necessary.
    <script type="text/javascript" src="protovis-d3.2.js"></script>
    <script type="text/javascript+protovis">
    new pv.Panel()
    .width(150)
    .height(150)
    .anchor("center").add(pv.Label)
    .text("Hello, world!") .root.render();
    </script>
   The first <script> element loads Protovis.
   The second <script> element is your visualization




Getting Started
  Protovis uses a declarative, rather
  than imperative, syntax. Eg:
 A non protovis code for a pie chart may
  look like:
 for (int i = 0; i < data.length; i++)
 { fill(data[i] * 120);
 float ang = data[i] / sum * 2 * PI;
 arc(75, 75, 140, 140, lastAng, lastAng + ang); lastAng += ang;
  }
   While the protovis code for the same
    is:
 vis.add(pv.Wedge)
 .data(data) .left(75) .bottom(75) .outerRadius(70)
  .angle(pv.Scale.linear(0, pv.sum(data)).range(0, 2 * Math.PI));


   A for loop is almost never used. A set of related graphical
    elements, such as the arcs in a pie chart, are specified as a
    single mark which is associated with data and properties
    are specified as functions.
   Conventional: Standard Chart types like
    bar charts, line charts, scatter plots etc.




Where can we use Protovis
 Custom
 Like Candlestick Charts, coxcomb diagram




Continued..
   Interaction
     Like Tooltips, Spline Editor, Bubbles etc




Continued..
 Statistics
   Like Histogram etc
 Art
  Like Polar Clock, etc.




Continued..
   Candlestick Diagram representing a company’s
    Share Prices
    http://mbostock.github.com/protovis/ex/candles
    tick.html


   This example shows the performance of Wipro’s
    share prices.




Example– Wipro Share Prices
Net Turnover


Date                Open Price           High Price            Low Price            Close Price            Total Volume            No of Trades          -Rs. Thousand
       19-03-2012                426.4                428.35                  420                 426.75                   33605                  1015                   14,254.22
       16-03-2012                  430                 435.7                426.1                 428.05                   65857                  1804                   28,423.09
       15-03-2012                  420                431.75                  420                 427.05                  103301                  2239                   43,936.68
       14-03-2012                  432                432.05               421.85                  425.4                  149376                  3745                   63,740.32
       13-03-2012                433.1                 434.7                427.5                  431.5                  123816                  2620                   53,337.20
       12-03-2012                  430                 439.8                  430                 437.15                   71579                  1370                   31,245.43
       09-03-2012                  444                447.95                  430                 432.15                   58114                  1753                   25,454.87
       07-03-2012                430.7                 442.6               429.25                  439.3                  128021                  2771                   56,134.72
       06-03-2012                  429                438.95                  426                  430.8                   76435                  1559                   33,032.83
       05-03-2012                426.1                 433.4                  422                  430.6                   48453                  1136                   20,720.09


 Data
   Output




   A candlestick chart concisely encodes several dimensions of data into a simple glyph. This
    example shows the performance of Wipro’s share prices. The thick bar represents the
    opening and closing prices, while the thin bar shows intraday high and low prices; if the
    index closed higher on a given day, the bars are colored green rather than red.
 Example2: GDP data for Indian States
  and Union Territories for 2009
 Data
   Output
 Example3:
 Visualize the performance of top10 soccer
  players in the last season using the
  heatmap




Example:Soccer
   Data


                        Aug       Sep       Oct        Nov       Dec       Jan       Feb       Mar        Apr

    Messi                     6         8         6          8         3         7         7         13         2

    Cristiano Ronaldo         4         5         3          8         4         5         6         10         2

    Van Persie                2         3         7          5         4         4         4         4          0

    Ibrahimovic               0         2         4          5         4         4         1         7          0

    Rooney                    5         6         2          1         4         2         4         7          0

    Auguero                   3         5         2          3         3         2         2         3          0

    Benzema                   1         5         2          5         1         4         3         7          0

    Higuain                   1         1         11         3         1         3         0         7          0

    Balotelli                 0         2         4          3         2         1         2         3          0

    Hernandez                 2         3         2          3         2         1         0         2          0
   Output:




This example uses a heatmap to visualize the
 performance of the top 10 soccer players in the
 league season 2011-12 The heatmap is
 generated using colored bars rather than
 a dynamic image.
Thank You

More Related Content

Similar to Protovis

Epgp (one year) 2009-10_cf_ assignment_#2_6jan10
Epgp (one year) 2009-10_cf_ assignment_#2_6jan10Epgp (one year) 2009-10_cf_ assignment_#2_6jan10
Epgp (one year) 2009-10_cf_ assignment_#2_6jan10Rajendra Inani
 
NI labour market december 2012
NI labour market december 2012NI labour market december 2012
NI labour market december 2012Richard Ramsey
 
ธนาคารกสิกรไทย
ธนาคารกสิกรไทย ธนาคารกสิกรไทย
ธนาคารกสิกรไทย Adcha'z Tawinprai
 
Cr2 presentation jp morgan fev-11
Cr2 presentation jp morgan   fev-11Cr2 presentation jp morgan   fev-11
Cr2 presentation jp morgan fev-11SiteriCR2
 
Simulacion credito
Simulacion creditoSimulacion credito
Simulacion creditozimrri
 
Daily forex-report by epic research 17 dec 2012
Daily forex-report by epic research 17 dec 2012Daily forex-report by epic research 17 dec 2012
Daily forex-report by epic research 17 dec 2012Epic Daily Report
 
DAILY FOREX REPORT BY EPIC RESEARCH- 18 DECEMBER 2012
DAILY FOREX REPORT BY EPIC RESEARCH- 18 DECEMBER 2012DAILY FOREX REPORT BY EPIC RESEARCH- 18 DECEMBER 2012
DAILY FOREX REPORT BY EPIC RESEARCH- 18 DECEMBER 2012Epic Research Limited
 
Global CDO market Issuance Data
Global CDO market Issuance DataGlobal CDO market Issuance Data
Global CDO market Issuance Datafinancedude
 
Cr2 -btg_presentation_-_jan-11_eng_-_final
Cr2  -btg_presentation_-_jan-11_eng_-_finalCr2  -btg_presentation_-_jan-11_eng_-_final
Cr2 -btg_presentation_-_jan-11_eng_-_finalCR2
 
Cr2 presentation jan-11
Cr2 presentation   jan-11Cr2 presentation   jan-11
Cr2 presentation jan-11SiteriCR2
 
คะแนนม.3 ปี53 3 5
คะแนนม.3 ปี53 3 5คะแนนม.3 ปี53 3 5
คะแนนม.3 ปี53 3 5Aj Yawwalak
 
Search engines (icadwt 2009)
Search engines (icadwt 2009)Search engines (icadwt 2009)
Search engines (icadwt 2009)Belal Al-Khateeb
 
USA bond Presentation (Mr. Rierson)
USA bond Presentation (Mr. Rierson)USA bond Presentation (Mr. Rierson)
USA bond Presentation (Mr. Rierson)Fred Sharpsteen
 
Cr2 apresentação institucional eng - dez-10 - 10-12 [compatibility mode]
Cr2   apresentação institucional eng - dez-10 - 10-12 [compatibility mode]Cr2   apresentação institucional eng - dez-10 - 10-12 [compatibility mode]
Cr2 apresentação institucional eng - dez-10 - 10-12 [compatibility mode]SiteriCR2
 
Fundamental Analysis and Analyst Recommendations - China Railway
Fundamental Analysis and Analyst Recommendations - China RailwayFundamental Analysis and Analyst Recommendations - China Railway
Fundamental Analysis and Analyst Recommendations - China RailwayBCV
 
The Art of PostgreSQL | PostgreSQL Ukraine | Dimitri Fontaine
The Art of PostgreSQL | PostgreSQL Ukraine | Dimitri FontaineThe Art of PostgreSQL | PostgreSQL Ukraine | Dimitri Fontaine
The Art of PostgreSQL | PostgreSQL Ukraine | Dimitri FontaineCitus Data
 

Similar to Protovis (20)

Epgp (one year) 2009-10_cf_ assignment_#2_6jan10
Epgp (one year) 2009-10_cf_ assignment_#2_6jan10Epgp (one year) 2009-10_cf_ assignment_#2_6jan10
Epgp (one year) 2009-10_cf_ assignment_#2_6jan10
 
NI labour market december 2012
NI labour market december 2012NI labour market december 2012
NI labour market december 2012
 
ธนาคารกสิกรไทย
ธนาคารกสิกรไทย ธนาคารกสิกรไทย
ธนาคารกสิกรไทย
 
Q2FY12 Results Tracker 13.10.11
Q2FY12 Results Tracker 13.10.11Q2FY12 Results Tracker 13.10.11
Q2FY12 Results Tracker 13.10.11
 
Cr2 presentation jp morgan fev-11
Cr2 presentation jp morgan   fev-11Cr2 presentation jp morgan   fev-11
Cr2 presentation jp morgan fev-11
 
1Q07 Results
1Q07 Results1Q07 Results
1Q07 Results
 
Simulacion credito
Simulacion creditoSimulacion credito
Simulacion credito
 
Daily forex-report by epic research 17 dec 2012
Daily forex-report by epic research 17 dec 2012Daily forex-report by epic research 17 dec 2012
Daily forex-report by epic research 17 dec 2012
 
DAILY FOREX REPORT BY EPIC RESEARCH- 18 DECEMBER 2012
DAILY FOREX REPORT BY EPIC RESEARCH- 18 DECEMBER 2012DAILY FOREX REPORT BY EPIC RESEARCH- 18 DECEMBER 2012
DAILY FOREX REPORT BY EPIC RESEARCH- 18 DECEMBER 2012
 
Daily forex-report
Daily forex-reportDaily forex-report
Daily forex-report
 
Msrdc case study
Msrdc case studyMsrdc case study
Msrdc case study
 
Global CDO market Issuance Data
Global CDO market Issuance DataGlobal CDO market Issuance Data
Global CDO market Issuance Data
 
Cr2 -btg_presentation_-_jan-11_eng_-_final
Cr2  -btg_presentation_-_jan-11_eng_-_finalCr2  -btg_presentation_-_jan-11_eng_-_final
Cr2 -btg_presentation_-_jan-11_eng_-_final
 
Cr2 presentation jan-11
Cr2 presentation   jan-11Cr2 presentation   jan-11
Cr2 presentation jan-11
 
คะแนนม.3 ปี53 3 5
คะแนนม.3 ปี53 3 5คะแนนม.3 ปี53 3 5
คะแนนม.3 ปี53 3 5
 
Search engines (icadwt 2009)
Search engines (icadwt 2009)Search engines (icadwt 2009)
Search engines (icadwt 2009)
 
USA bond Presentation (Mr. Rierson)
USA bond Presentation (Mr. Rierson)USA bond Presentation (Mr. Rierson)
USA bond Presentation (Mr. Rierson)
 
Cr2 apresentação institucional eng - dez-10 - 10-12 [compatibility mode]
Cr2   apresentação institucional eng - dez-10 - 10-12 [compatibility mode]Cr2   apresentação institucional eng - dez-10 - 10-12 [compatibility mode]
Cr2 apresentação institucional eng - dez-10 - 10-12 [compatibility mode]
 
Fundamental Analysis and Analyst Recommendations - China Railway
Fundamental Analysis and Analyst Recommendations - China RailwayFundamental Analysis and Analyst Recommendations - China Railway
Fundamental Analysis and Analyst Recommendations - China Railway
 
The Art of PostgreSQL | PostgreSQL Ukraine | Dimitri Fontaine
The Art of PostgreSQL | PostgreSQL Ukraine | Dimitri FontaineThe Art of PostgreSQL | PostgreSQL Ukraine | Dimitri Fontaine
The Art of PostgreSQL | PostgreSQL Ukraine | Dimitri Fontaine
 

Recently uploaded

Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 

Recently uploaded (20)

Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 

Protovis

  • 1. Protovis: A GRAPHICAL APPROACH TO VISUALIZATION IT for Business Intelligence Sudeep Yadav(10BM60089) Udit Kheterpal(10BM60093)
  • 2.  It is a very graphical toolkit for visualization  It uses JavaScript and SVG for web- native visualizations; no plugin required  Protovis is free and open-source  Composes of custom views of data with simple marks such as bars and dots Protovis
  • 3.  Download Protovis zip file from the download tab at the following link :  http://mbostock.github.com/protovis/  Protovis uses JavaScript. It helps if you’re already familiar with the language, but it's not necessary. <script type="text/javascript" src="protovis-d3.2.js"></script> <script type="text/javascript+protovis"> new pv.Panel() .width(150) .height(150) .anchor("center").add(pv.Label) .text("Hello, world!") .root.render(); </script>  The first <script> element loads Protovis.  The second <script> element is your visualization Getting Started
  • 4.  Protovis uses a declarative, rather than imperative, syntax. Eg:  A non protovis code for a pie chart may look like:  for (int i = 0; i < data.length; i++)  { fill(data[i] * 120);  float ang = data[i] / sum * 2 * PI;  arc(75, 75, 140, 140, lastAng, lastAng + ang); lastAng += ang; }
  • 5. While the protovis code for the same is:  vis.add(pv.Wedge)  .data(data) .left(75) .bottom(75) .outerRadius(70) .angle(pv.Scale.linear(0, pv.sum(data)).range(0, 2 * Math.PI));  A for loop is almost never used. A set of related graphical elements, such as the arcs in a pie chart, are specified as a single mark which is associated with data and properties are specified as functions.
  • 6. Conventional: Standard Chart types like bar charts, line charts, scatter plots etc. Where can we use Protovis
  • 7.  Custom  Like Candlestick Charts, coxcomb diagram Continued..
  • 8. Interaction Like Tooltips, Spline Editor, Bubbles etc Continued..
  • 9.  Statistics Like Histogram etc  Art Like Polar Clock, etc. Continued..
  • 10. Candlestick Diagram representing a company’s Share Prices  http://mbostock.github.com/protovis/ex/candles tick.html  This example shows the performance of Wipro’s share prices. Example– Wipro Share Prices
  • 11. Net Turnover Date Open Price High Price Low Price Close Price Total Volume No of Trades -Rs. Thousand 19-03-2012 426.4 428.35 420 426.75 33605 1015 14,254.22 16-03-2012 430 435.7 426.1 428.05 65857 1804 28,423.09 15-03-2012 420 431.75 420 427.05 103301 2239 43,936.68 14-03-2012 432 432.05 421.85 425.4 149376 3745 63,740.32 13-03-2012 433.1 434.7 427.5 431.5 123816 2620 53,337.20 12-03-2012 430 439.8 430 437.15 71579 1370 31,245.43 09-03-2012 444 447.95 430 432.15 58114 1753 25,454.87 07-03-2012 430.7 442.6 429.25 439.3 128021 2771 56,134.72 06-03-2012 429 438.95 426 430.8 76435 1559 33,032.83 05-03-2012 426.1 433.4 422 430.6 48453 1136 20,720.09 Data
  • 12. Output  A candlestick chart concisely encodes several dimensions of data into a simple glyph. This example shows the performance of Wipro’s share prices. The thick bar represents the opening and closing prices, while the thin bar shows intraday high and low prices; if the index closed higher on a given day, the bars are colored green rather than red.
  • 13.  Example2: GDP data for Indian States and Union Territories for 2009  Data
  • 14. Output
  • 15.  Example3:  Visualize the performance of top10 soccer players in the last season using the heatmap Example:Soccer
  • 16. Data Aug Sep Oct Nov Dec Jan Feb Mar Apr Messi 6 8 6 8 3 7 7 13 2 Cristiano Ronaldo 4 5 3 8 4 5 6 10 2 Van Persie 2 3 7 5 4 4 4 4 0 Ibrahimovic 0 2 4 5 4 4 1 7 0 Rooney 5 6 2 1 4 2 4 7 0 Auguero 3 5 2 3 3 2 2 3 0 Benzema 1 5 2 5 1 4 3 7 0 Higuain 1 1 11 3 1 3 0 7 0 Balotelli 0 2 4 3 2 1 2 3 0 Hernandez 2 3 2 3 2 1 0 2 0
  • 17. Output: This example uses a heatmap to visualize the performance of the top 10 soccer players in the league season 2011-12 The heatmap is generated using colored bars rather than a dynamic image.