Skip to content

Commit

Permalink
build based on 05b03a7
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jul 19, 2023
1 parent 68002b7 commit 4bee165
Show file tree
Hide file tree
Showing 154 changed files with 6,837 additions and 5,264 deletions.
18 changes: 9 additions & 9 deletions dev/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@
[5] data_limits(plot::Image)
@ ~/work/Makie.jl/Makie.jl/src/layouting/data_limits.jl:219
[6] data_limits(hb::Combined{Makie.hexbin})
@ ~/work/Makie.jl/Makie.jl/src/stats/hexbin.jl:60
@ ~/work/Makie.jl/Makie.jl/src/stats/hexbin.jl:63
[7] data_limits(plot::AbstractPlot)
@ ~/work/Makie.jl/Makie.jl/src/layouting/data_limits.jl:170
[8] data_limits(scenelike)
Expand Down Expand Up @@ -1027,12 +1027,12 @@
@ GLMakie ~/work/Makie.jl/Makie.jl/GLMakie/src/events.jl:230
[2] disconnect!(screen::GLMakie.Screen, ::typeof(window_area))
@ GLMakie ~/work/Makie.jl/Makie.jl/GLMakie/src/events.jl:82
[3] disconnect!(window::MakieScreen, signal)
@ ~/work/Makie.jl/Makie.jl/src/interaction/events.jl:35
[4] disconnect!(observables::Vector)
[3] disconnect!(observables::Vector)
@ ~/work/Makie.jl/Makie.jl/src/camera/camera.jl:36
[5] disconnect!(c::Camera)
@ ~/work/Makie.jl/Makie.jl/src/camera/camera.jl:24
[4] disconnect!(window::MakieScreen, signal)
@ ~/work/Makie.jl/Makie.jl/src/interaction/events.jl:35
[5] disconnect!(c::EmptyCamera)
@ ~/work/Makie.jl/Makie.jl/src/camera/camera.jl:32
[6] disconnect!(window::GLFW.Window, ::typeof(entered_window))
@ GLMakie ~/work/Makie.jl/Makie.jl/GLMakie/src/events.jl:310
[7] disconnect!(window::GLFW.Window, ::typeof(hasfocus))
Expand All @@ -1053,8 +1053,8 @@
@ GLMakie ~/work/Makie.jl/Makie.jl/GLMakie/src/events.jl:86
[15] disconnect!(window::GLFW.Window, ::typeof(window_open))
@ GLMakie ~/work/Makie.jl/Makie.jl/GLMakie/src/events.jl:36
[16] disconnect!(c::EmptyCamera)
@ ~/work/Makie.jl/Makie.jl/src/camera/camera.jl:32</code></pre></div></div><div class="docstring"><div class="doc-header" id="dropped_files"><a href="#dropped_files">dropped_files</a></div><div class="doc-content"><p>Registers a callback for drag and drop of files. returns <code>Observable{Vector{String}}</code>, which are absolute file paths <a href="http://www.glfw.org/docs/latest/group__input.html#gacc95e259ad21d4f666faa6280d4018fd">GLFW Docs</a></p></div></div><div class="docstring"><div class="doc-header" id="ecdfplot"><a href="#ecdfplot">ecdfplot</a></div><div class="doc-content"><pre><code>ecdfplot(values; npoints=10_000[, weights])</code></pre><p>Plot the empirical cumulative distribution function (ECDF) of <code>values</code>.</p><p><code>npoints</code> controls the resolution of the plot. If <code>weights</code> for the values are provided, a weighted ECDF is plotted.</p><h2>Attributes</h2><p>Available attributes and their defaults for <code>Combined{Makie.ecdfplot}</code> are: </p><pre><code> color :black
[16] disconnect!(c::Camera)
@ ~/work/Makie.jl/Makie.jl/src/camera/camera.jl:24</code></pre></div></div><div class="docstring"><div class="doc-header" id="dropped_files"><a href="#dropped_files">dropped_files</a></div><div class="doc-content"><p>Registers a callback for drag and drop of files. returns <code>Observable{Vector{String}}</code>, which are absolute file paths <a href="http://www.glfw.org/docs/latest/group__input.html#gacc95e259ad21d4f666faa6280d4018fd">GLFW Docs</a></p></div></div><div class="docstring"><div class="doc-header" id="ecdfplot"><a href="#ecdfplot">ecdfplot</a></div><div class="doc-content"><pre><code>ecdfplot(values; npoints=10_000[, weights])</code></pre><p>Plot the empirical cumulative distribution function (ECDF) of <code>values</code>.</p><p><code>npoints</code> controls the resolution of the plot. If <code>weights</code> for the values are provided, a weighted ECDF is plotted.</p><h2>Attributes</h2><p>Available attributes and their defaults for <code>Combined{Makie.ecdfplot}</code> are: </p><pre><code> color :black
colormap :viridis
colorrange MakieCore.Automatic()
cycle [:color]
Expand Down Expand Up @@ -1128,7 +1128,7 @@
transform_marker
transparency
uv_offset_width
visible</code></pre></div></div><div class="docstring"><div class="doc-header" id="hexbin"><a href="#hexbin">hexbin</a></div><div class="doc-content"><pre><code>hexbin(xs, ys; kwargs...)</code></pre><p>Plots a heatmap with hexagonal bins for the observations <code>xs</code> and <code>ys</code>.</p><h2>Attributes</h2><h3>Specific to <code>Hexbin</code></h3><ul><li><p><code>bins = 20</code>: If an <code>Int</code>, sets the number of bins in x and y direction. If a <code>Tuple{Int, Int}</code>, sets the number of bins for x and y separately.</p></li><li><p><code>cellsize = nothing</code>: If a <code>Real</code>, makes equally-sided hexagons with width <code>cellsize</code>. If a <code>Tuple{Real, Real}</code> specifies hexagon width and height separately.</p></li><li><p><code>threshold::Int = 1</code>: The minimal number of observations in the bin to be shown. If 0, all zero-count hexagons fitting into the data limits will be shown.</p></li><li><p><code>scale = identity</code>: A function to scale the number of observations in a bin, eg. log10.</p></li></ul><h3>Generic</h3><ul><li><p><code>colormap::Union{Symbol, Vector{&lt;:Colorant}} = :viridis</code></p></li><li><p><code>colorrange::Tuple(&lt;:Real,&lt;:Real} = Makie.automatic</code> sets the values representing the start and end points of <code>colormap</code>.</p></li></ul></div></div><div class="docstring"><div class="doc-header" id="hexbin!"><a href="#hexbin!">hexbin!</a></div><div class="doc-content"><pre><code>hexbin(xs, ys; kwargs...)</code></pre><p>Plots a heatmap with hexagonal bins for the observations <code>xs</code> and <code>ys</code>.</p><h2>Attributes</h2><h3>Specific to <code>Hexbin</code></h3><ul><li><p><code>bins = 20</code>: If an <code>Int</code>, sets the number of bins in x and y direction. If a <code>Tuple{Int, Int}</code>, sets the number of bins for x and y separately.</p></li><li><p><code>cellsize = nothing</code>: If a <code>Real</code>, makes equally-sided hexagons with width <code>cellsize</code>. If a <code>Tuple{Real, Real}</code> specifies hexagon width and height separately.</p></li><li><p><code>threshold::Int = 1</code>: The minimal number of observations in the bin to be shown. If 0, all zero-count hexagons fitting into the data limits will be shown.</p></li><li><p><code>scale = identity</code>: A function to scale the number of observations in a bin, eg. log10.</p></li></ul><h3>Generic</h3><ul><li><p><code>colormap::Union{Symbol, Vector{&lt;:Colorant}} = :viridis</code></p></li><li><p><code>colorrange::Tuple(&lt;:Real,&lt;:Real} = Makie.automatic</code> sets the values representing the start and end points of <code>colormap</code>.</p></li></ul></div></div><div class="docstring"><div class="doc-header" id="hgrid!"><a href="#hgrid!">hgrid!</a></div><div class="doc-content"><pre><code>hbox!(content::Vararg; kwargs...)</code></pre><p>Creates a single-row GridLayout with all elements contained in <code>content</code> placed from left to right.</p></div></div><div class="docstring"><div class="doc-header" id="hidedecorations!"><a href="#hidedecorations!">hidedecorations!</a></div><div class="doc-content"><pre><code>hidedecorations!(la::Axis)</code></pre><p>Hide decorations of both x and y-axis: label, ticklabels, ticks and grid.</p></div></div><div class="docstring"><div class="doc-header" id="hidespines!"><a href="#hidespines!">hidespines!</a></div><div class="doc-content"><pre><code>hidespines!(la::Axis, spines::Symbol... = (:l, :r, :b, :t)...)</code></pre><p>Hide all specified axis spines. Hides all spines by default, otherwise choose with the symbols :l, :r, :b and :t.</p></div></div><div class="docstring"><div class="doc-header" id="hidexdecorations!"><a href="#hidexdecorations!">hidexdecorations!</a></div><div class="doc-content"><pre><code>hidexdecorations!(la::Axis; label = true, ticklabels = true, ticks = true, grid = true,
visible</code></pre></div></div><div class="docstring"><div class="doc-header" id="hexbin"><a href="#hexbin">hexbin</a></div><div class="doc-content"><pre><code>hexbin(xs, ys; kwargs...)</code></pre><p>Plots a heatmap with hexagonal bins for the observations <code>xs</code> and <code>ys</code>.</p><h2>Attributes</h2><h3>Specific to <code>Hexbin</code></h3><ul><li><p><code>weights = nothing</code>: Weights for each observation. Can be <code>nothing</code> (each observation carries weight 1) or any <code>AbstractVector{&lt;: Real}</code> or <code>StatsBase.AbstractWeights</code>.</p></li><li><p><code>bins = 20</code>: If an <code>Int</code>, sets the number of bins in x and y direction. If a <code>Tuple{Int, Int}</code>, sets the number of bins for x and y separately.</p></li><li><p><code>cellsize = nothing</code>: If a <code>Real</code>, makes equally-sided hexagons with width <code>cellsize</code>. If a <code>Tuple{Real, Real}</code> specifies hexagon width and height separately.</p></li><li><p><code>threshold::Int = 1</code>: The minimal number of observations in the bin to be shown. If 0, all zero-count hexagons fitting into the data limits will be shown.</p></li><li><p><code>scale = identity</code>: A function to scale the number of observations in a bin, eg. log10.</p></li></ul><h3>Generic</h3><ul><li><p><code>colormap::Union{Symbol, Vector{&lt;:Colorant}} = :viridis</code></p></li><li><p><code>colorrange::Tuple(&lt;:Real,&lt;:Real} = Makie.automatic</code> sets the values representing the start and end points of <code>colormap</code>.</p></li></ul></div></div><div class="docstring"><div class="doc-header" id="hexbin!"><a href="#hexbin!">hexbin!</a></div><div class="doc-content"><pre><code>hexbin(xs, ys; kwargs...)</code></pre><p>Plots a heatmap with hexagonal bins for the observations <code>xs</code> and <code>ys</code>.</p><h2>Attributes</h2><h3>Specific to <code>Hexbin</code></h3><ul><li><p><code>weights = nothing</code>: Weights for each observation. Can be <code>nothing</code> (each observation carries weight 1) or any <code>AbstractVector{&lt;: Real}</code> or <code>StatsBase.AbstractWeights</code>.</p></li><li><p><code>bins = 20</code>: If an <code>Int</code>, sets the number of bins in x and y direction. If a <code>Tuple{Int, Int}</code>, sets the number of bins for x and y separately.</p></li><li><p><code>cellsize = nothing</code>: If a <code>Real</code>, makes equally-sided hexagons with width <code>cellsize</code>. If a <code>Tuple{Real, Real}</code> specifies hexagon width and height separately.</p></li><li><p><code>threshold::Int = 1</code>: The minimal number of observations in the bin to be shown. If 0, all zero-count hexagons fitting into the data limits will be shown.</p></li><li><p><code>scale = identity</code>: A function to scale the number of observations in a bin, eg. log10.</p></li></ul><h3>Generic</h3><ul><li><p><code>colormap::Union{Symbol, Vector{&lt;:Colorant}} = :viridis</code></p></li><li><p><code>colorrange::Tuple(&lt;:Real,&lt;:Real} = Makie.automatic</code> sets the values representing the start and end points of <code>colormap</code>.</p></li></ul></div></div><div class="docstring"><div class="doc-header" id="hgrid!"><a href="#hgrid!">hgrid!</a></div><div class="doc-content"><pre><code>hbox!(content::Vararg; kwargs...)</code></pre><p>Creates a single-row GridLayout with all elements contained in <code>content</code> placed from left to right.</p></div></div><div class="docstring"><div class="doc-header" id="hidedecorations!"><a href="#hidedecorations!">hidedecorations!</a></div><div class="doc-content"><pre><code>hidedecorations!(la::Axis)</code></pre><p>Hide decorations of both x and y-axis: label, ticklabels, ticks and grid.</p></div></div><div class="docstring"><div class="doc-header" id="hidespines!"><a href="#hidespines!">hidespines!</a></div><div class="doc-content"><pre><code>hidespines!(la::Axis, spines::Symbol... = (:l, :r, :b, :t)...)</code></pre><p>Hide all specified axis spines. Hides all spines by default, otherwise choose with the symbols :l, :r, :b and :t.</p></div></div><div class="docstring"><div class="doc-header" id="hidexdecorations!"><a href="#hidexdecorations!">hidexdecorations!</a></div><div class="doc-content"><pre><code>hidexdecorations!(la::Axis; label = true, ticklabels = true, ticks = true, grid = true,
minorgrid = true, minorticks = true)</code></pre><p>Hide decorations of the x-axis: label, ticklabels, ticks and grid.</p></div></div><div class="docstring"><div class="doc-header" id="hideydecorations!"><a href="#hideydecorations!">hideydecorations!</a></div><div class="doc-content"><pre><code>hideydecorations!(la::Axis; label = true, ticklabels = true, ticks = true, grid = true,
minorgrid = true, minorticks = true)</code></pre><p>Hide decorations of the y-axis: label, ticklabels, ticks and grid.</p></div></div><div class="docstring"><div class="doc-header" id="hidezdecorations!"><a href="#hidezdecorations!">hidezdecorations!</a></div><div class="doc-content"><p>No documentation found.</p><p><code>Makie.hidezdecorations!</code> is a <code>Function</code>.</p><pre><code># 1 method for generic function "hidezdecorations!" from Makie:
[1] hidezdecorations!(ax::Axis3; label, ticklabels, ticks, grid)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4bee165

Please sign in to comment.