Liking cljdoc? Tell your friends :D

paragon.visualization


override-visualization-optionsclj

source

revert-inconsistency-nodesclj

(revert-inconsistency-nodes)
source

revert-priority-labelsclj

(revert-priority-labels)
source

revert-stroke-labelsclj

(revert-stroke-labels)
source

save-pdfclj

(save-pdf fdn
          fname
          &
          {:keys [node-labels? stroke-labels? priority-labels?
                  inconsistency-nodes? fdnstr-fn]
           :or {node-labels? true
                stroke-labels? true
                priority-labels? false
                inconsistency-nodes? true
                fdnstr-fn fdnstr}})
source

turn-off-inconsistency-nodesclj

(turn-off-inconsistency-nodes)
source

turn-off-priority-labelsclj

(turn-off-priority-labels)
source

turn-off-stroke-labelsclj

(turn-off-stroke-labels)
source

turn-on-inconsistency-nodesclj

(turn-on-inconsistency-nodes)
source

turn-on-priority-labelsclj

(turn-on-priority-labels)
source

turn-on-stroke-labelsclj

(turn-on-stroke-labels)
source

visualizeclj

(visualize fdn
           &
           {:keys [node-labels? stroke-labels? priority-labels?
                   inconsistency-nodes? fdnstr-fn]
            :or {node-labels? true
                 stroke-labels? true
                 priority-labels? true
                 inconsistency-nodes? true
                 fdnstr-fn fdnstr}})
source

visualize-dotclj

(visualize-dot fdn
               node-labels?
               stroke-labels?
               priority-labels?
               inconsistency-nodes?
               fdnstr-fn)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close