Skip to content

Commit

Permalink
a little tutorial fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Dec 8, 2023
1 parent 78462e4 commit c54c001
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions notebooks/visualization.clj
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,9 @@
(hanami/combined-plot
ht/layer-chart
{:TITLE "points and a line"}
:LAYER [[nil
ht/point-chart
:LAYER [[ht/point-chart
{:MSIZE 400}]
[nil
ht/line-chart
[ht/line-chart
{:MSIZE 4
:MCOLOR "brown"}]]))

Expand Down

0 comments on commit c54c001

Please sign in to comment.