From 6cecf878207fc99f03be4048f4c1d38c6175a887 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Thu, 26 Sep 2024 00:58:20 +0000 Subject: [PATCH] build based on fb37645 --- dev/.documenter-siteinfo.json | 2 +- dev/gallery/boxplot/index.html | 2 +- dev/gallery/groupedbar/index.html | 2 +- dev/gallery/histogram/index.html | 2 +- dev/gallery/minard/index.html | 2 +- dev/gallery/moritz/index.html | 2 +- dev/gallery/nightingale/index.html | 2 +- dev/gallery/pca/index.html | 2 +- dev/gallery/penguins/index.html | 2 +- dev/index.html | 2 +- dev/objects.inv | Bin 1813 -> 1813 bytes dev/tutorials/1_basics/index.html | 2 +- dev/tutorials/2_custommarks/index.html | 2 +- dev/tutorials/3_datavisualization/index.html | 2 +- dev/tutorials/4_expressiveness/index.html | 2 +- dev/tutorials/5_customization/index.html | 2 +- dev/tutorials/6_polar/index.html | 2 +- dev/tutorials/7_composite/index.html | 2 +- 18 files changed, 17 insertions(+), 17 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 7a05aaa..7c536fa 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-26T00:55:59","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-26T00:58:16","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/gallery/boxplot/index.html b/dev/gallery/boxplot/index.html index 469b6d4..18e1d05 100644 --- a/dev/gallery/boxplot/index.html +++ b/dev/gallery/boxplot/index.html @@ -48,4 +48,4 @@ end ) -draw(plt)Example block output +draw(plt)Example block output diff --git a/dev/gallery/groupedbar/index.html b/dev/gallery/groupedbar/index.html index 59e1117..8c5209e 100644 --- a/dev/gallery/groupedbar/index.html +++ b/dev/gallery/groupedbar/index.html @@ -53,4 +53,4 @@ ) ) ) -draw(plt)Example block output +draw(plt)Example block output diff --git a/dev/gallery/histogram/index.html b/dev/gallery/histogram/index.html index 31cae03..f22c37e 100644 --- a/dev/gallery/histogram/index.html +++ b/dev/gallery/histogram/index.html @@ -104,4 +104,4 @@ end ) -draw(hist2)Example block output +draw(hist2)Example block output diff --git a/dev/gallery/minard/index.html b/dev/gallery/minard/index.html index 26c64d9..c802bcc 100644 --- a/dev/gallery/minard/index.html +++ b/dev/gallery/minard/index.html @@ -49,4 +49,4 @@ graphic = S(:stroke=>:black)Line() + S(:fill=>:black, :opacity=>1)Square(l=10) ) -draw(plt_temp, height=nothing, width=800)Example block output

Finally, the full visualization.

draw((plt + cities_graphic) ↓ plt_temp, height=nothing, width=800)
Example block output +draw(plt_temp, height=nothing, width=800)Example block output

Finally, the full visualization.

draw((plt + cities_graphic) ↓ plt_temp, height=nothing, width=800)
Example block output diff --git a/dev/gallery/moritz/index.html b/dev/gallery/moritz/index.html index e954750..a7b687a 100644 --- a/dev/gallery/moritz/index.html +++ b/dev/gallery/moritz/index.html @@ -169,4 +169,4 @@ ) end) ) -draw(plt,width=800)Example block output +draw(plt,width=800)Example block output diff --git a/dev/gallery/nightingale/index.html b/dev/gallery/nightingale/index.html index d3a085e..57b3357 100644 --- a/dev/gallery/nightingale/index.html +++ b/dev/gallery/nightingale/index.html @@ -115,4 +115,4 @@ d = d + T(0,150)acenter(d,title)*title -draw(d,height=400,width=800)Example block output +draw(d,height=400,width=800)Example block output diff --git a/dev/gallery/pca/index.html b/dev/gallery/pca/index.html index d322313..26b0d3d 100644 --- a/dev/gallery/pca/index.html +++ b/dev/gallery/pca/index.html @@ -91,4 +91,4 @@ viz = plt_line + T(px,py)R(-π/2 + ang)U(rel)T(-hbb,0)hist -draw(viz, height=500)Example block output +draw(viz, height=500)Example block output diff --git a/dev/gallery/penguins/index.html b/dev/gallery/penguins/index.html index 36e305a..1dfe968 100644 --- a/dev/gallery/penguins/index.html +++ b/dev/gallery/penguins/index.html @@ -63,4 +63,4 @@ end )) ) -draw(plt,height=500)Example block output +draw(plt,height=500)Example block output diff --git a/dev/index.html b/dev/index.html index e49824e..bd09ddc 100644 --- a/dev/index.html +++ b/dev/index.html @@ -41,4 +41,4 @@ version = {v0.1.0}, year = {2024}, month = {7}, -}

Next Steps

If you are instereted in learning more about Vizagrams, go through the Tutorials secion in the documentation, where we go step-by-step from the basics of diagramming, to more complex visualizations.

+}

Next Steps

If you are instereted in learning more about Vizagrams, go through the Tutorials secion in the documentation, where we go step-by-step from the basics of diagramming, to more complex visualizations.

diff --git a/dev/objects.inv b/dev/objects.inv index 5670039d38a99b42e757c1b66e5e6dcb181d636f..b17c834a87e96782bcfd04ff30250d9662cd2763 100644 GIT binary patch delta 12 TcmbQrHExample block output +draw(d)Example block output diff --git a/dev/tutorials/2_custommarks/index.html b/dev/tutorials/2_custommarks/index.html index 55120b6..0d2e643 100644 --- a/dev/tutorials/2_custommarks/index.html +++ b/dev/tutorials/2_custommarks/index.html @@ -77,4 +77,4 @@ end -draw(Forest(50))Example block output +draw(Forest(50))Example block output diff --git a/dev/tutorials/3_datavisualization/index.html b/dev/tutorials/3_datavisualization/index.html index 72042f5..df36940 100644 --- a/dev/tutorials/3_datavisualization/index.html +++ b/dev/tutorials/3_datavisualization/index.html @@ -124,4 +124,4 @@ graphic = S(:stroke=>:black,:opacity=>0.8)Circle() ) -draw(plt, height=500)Example block output +draw(plt, height=500)Example block output diff --git a/dev/tutorials/4_expressiveness/index.html b/dev/tutorials/4_expressiveness/index.html index 405dcd0..e0b764b 100644 --- a/dev/tutorials/4_expressiveness/index.html +++ b/dev/tutorials/4_expressiveness/index.html @@ -210,4 +210,4 @@ ), ), ) -draw(plt; height=400)Example block output +draw(plt; height=400)Example block output diff --git a/dev/tutorials/5_customization/index.html b/dev/tutorials/5_customization/index.html index 0dc2a3c..6099ae9 100644 --- a/dev/tutorials/5_customization/index.html +++ b/dev/tutorials/5_customization/index.html @@ -96,4 +96,4 @@ d = plt ↑ title -draw(d, height=400)Example block output +draw(d, height=400)Example block output diff --git a/dev/tutorials/6_polar/index.html b/dev/tutorials/6_polar/index.html index 7fde11f..cb956bd 100644 --- a/dev/tutorials/6_polar/index.html +++ b/dev/tutorials/6_polar/index.html @@ -104,4 +104,4 @@ ), graphic = Line() + S(:opacity=>1)Circle() ); -draw(plt)Example block output +draw(plt)Example block output diff --git a/dev/tutorials/7_composite/index.html b/dev/tutorials/7_composite/index.html index b81914d..315e5b6 100644 --- a/dev/tutorials/7_composite/index.html +++ b/dev/tutorials/7_composite/index.html @@ -173,4 +173,4 @@ end d = plt + lines -draw(d,width=800)Example block output

To draw the lines we must obtain the position in each axis and apply the same translation as used in each plot. To do this, we must do two things. First, we must get the scale in each plot, and apply it to the y value in our lines. Secondly, we must get how much each plot is translated left, and use this in the x value. The first task is done using the getscale function, while the second is done using the getmarkpath function.

+draw(d,width=800)Example block output

To draw the lines we must obtain the position in each axis and apply the same translation as used in each plot. To do this, we must do two things. First, we must get the scale in each plot, and apply it to the y value in our lines. Secondly, we must get how much each plot is translated left, and use this in the x value. The first task is done using the getscale function, while the second is done using the getmarkpath function.