Skip to content

Commit

Permalink
Fix function visibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonyEpsilon committed Dec 26, 2014
1 parent b36c653 commit acc0676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gg4clj/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
command
[:ggsave {:filename filepath :width width :height height}]]))

(defn mangle-ids
(defn- mangle-ids
"ggplot produces SVGs with elements that have id attributes. These ids are unique within each plot, but are
generated in such a way that they clash when there's more than one plot in a document. This function takes
an SVG string and replaces the ids with globally unique ids. It returns a string.
Expand Down

0 comments on commit acc0676

Please sign in to comment.