Book Image

Clojure Data Analysis Cookbook - Second Edition

By : Eric Richard Rochester
Book Image

Clojure Data Analysis Cookbook - Second Edition

By: Eric Richard Rochester

Overview of this book

Table of Contents (19 chapters)
Clojure Data Analysis Cookbook Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 11. Graphing in Incanter

In this chapter, we will cover the following recipes:

  • Creating scatter plots with Incanter

  • Graphing non-numeric data in bar charts

  • Creating histograms with Incanter

  • Creating function plots with Incanter

  • Adding equations to Incanter charts

  • Adding lines to scatter charts

  • Customizing charts with JFreeChart

  • Customizing chart colors and styles

  • Saving Incanter graphs to PNG

  • Using PCA to graph multi-dimensional data

  • Creating dynamic charts with Incanter