<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>82992</integer>
    </number>
    <user>
      <string>foox</string>
    </user>
    <title>
      <string>side-effects</string>
    </title>
    <contents>
      <string>(let [ts (TimeSeries. &quot;TataSteel&quot; Second)
      ts-col (TimeSeriesCollection.)]
  (doseq []
    (doseq [tick (map #(vector (:date %)
			     ((comp second (fn [x] (nth x 2)) :ticks) %))
		    *data-buffer*)]
      (if (and tick (second tick))
	(.add ts (Second. (first tick)) (second tick))))
    (.addSeries ts-col ts)
    (let [frame (ChartFrame. &quot;Test&quot; 
			     (ChartFactory/createTimeSeriesChart 
			      &quot;TataSteel&quot;
			      &quot;Time&quot; 
			      &quot;Price&quot; 
			      ts-col
			      true
			      true
			      false))]
      (.pack frame)
      (.setVisible frame true))))
</string>
    </contents>
    <universal-time>
      <integer>3455674355</integer>
    </universal-time>
    <channel>
      <string>None</string>
    </channel>
    <colorization-mode>
      <string>Basic Lisp</string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
</paste-with-annotations>
