Skip to content

Commit a332b0d

Browse files
authored
Merge pull request #160 from ClojureCivitas/tableplot-parameter-flow-6
fixed link
2 parents 2dfa75e + d3f6ed8 commit a332b0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/data_visualization/tableplot_parameter_flow.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,9 @@
233233
;; As expected this time, the layout is small and simple,
234234
;; just what you specified.
235235

236-
;; By the way, if you read further in that link to the docs, you will see
236+
;; By the way, if you read about
237+
;; [`:=layout`](https://scicloj.github.io/tableplot/tableplot_book.plotly_reference.html#layout)
238+
;; in the docs, you will see
237239
;; that `:=layout` depends on `:=xaxis-gridcolor` and `:=yaxis-gridcolor`,
238240
;; among other things. When we specified those narrow-scope keys
239241
;; in our previous example, we actually went through affecting the

0 commit comments

Comments
 (0)