diff --git a/previews/PR3974/404.html b/previews/PR3974/404.html index 320f4e5391f..82e2f3e12ea 100644 --- a/previews/PR3974/404.html +++ b/previews/PR3974/404.html @@ -6,9 +6,9 @@ 404 | Makie - + - + @@ -18,7 +18,7 @@
- + \ No newline at end of file diff --git a/previews/PR3974/api.html b/previews/PR3974/api.html index c593f35459d..0007a18b6cf 100644 --- a/previews/PR3974/api.html +++ b/previews/PR3974/api.html @@ -6,13 +6,13 @@ API | Makie - + - + - - + + @@ -20,53 +20,53 @@ -
Skip to content

API

# Makie.ABLinesType.

ABLines is the plot type associated with plotting function ablines. Check the docstring for ablines for further information.

source


# Makie.AbsoluteType.
julia
Absolute

Force transformation to be absolute, not relative to the current state. This is the default setting.

source


# Makie.AccumType.
julia
Accum

Force transformation to be relative to the current state, not absolute.

source


# Makie.AmbientLightType.
julia
AmbientLight(color) <: AbstractLight

A simple ambient light that uniformly lights every object based on its light color.

Availability:

  • All backends with shading = FastShading or MultiLightShading

source


# Makie.AnnotationsType.

Annotations is the plot type associated with plotting function annotations. Check the docstring for annotations for further information.

source


# Makie.ArcType.

Arc is the plot type associated with plotting function arc. Check the docstring for arc for further information.

source


# Makie.AxisType.

Makie.Axis <: Block

A 2D axis which can be plotted into.

Constructors

julia
Axis(fig_or_scene; palette = nothing, kwargs...)

Attributes

(type ?Makie.Axis.x in the REPL for more information about attribute x)

alignmode, aspect, autolimitaspect, backgroundcolor, bottomspinecolor, bottomspinevisible, dim1_conversion, dim2_conversion, flip_ylabel, halign, height, leftspinecolor, leftspinevisible, limits, panbutton, rightspinecolor, rightspinevisible, spinewidth, subtitle, subtitlecolor, subtitlefont, subtitlegap, subtitlelineheight, subtitlesize, subtitlevisible, tellheight, tellwidth, title, titlealign, titlecolor, titlefont, titlegap, titlelineheight, titlesize, titlevisible, topspinecolor, topspinevisible, valign, width, xautolimitmargin, xaxisposition, xgridcolor, xgridstyle, xgridvisible, xgridwidth, xlabel, xlabelcolor, xlabelfont, xlabelpadding, xlabelrotation, xlabelsize, xlabelvisible, xminorgridcolor, xminorgridstyle, xminorgridvisible, xminorgridwidth, xminortickalign, xminortickcolor, xminorticks, xminorticksize, xminorticksvisible, xminortickwidth, xpankey, xpanlock, xrectzoom, xreversed, xscale, xtickalign, xtickcolor, xtickformat, xticklabelalign, xticklabelcolor, xticklabelfont, xticklabelpad, xticklabelrotation, xticklabelsize, xticklabelspace, xticklabelsvisible, xticks, xticksize, xticksmirrored, xticksvisible, xtickwidth, xtrimspine, xzoomkey, xzoomlock, yautolimitmargin, yaxisposition, ygridcolor, ygridstyle, ygridvisible, ygridwidth, ylabel, ylabelcolor, ylabelfont, ylabelpadding, ylabelrotation, ylabelsize, ylabelvisible, yminorgridcolor, yminorgridstyle, yminorgridvisible, yminorgridwidth, yminortickalign, yminortickcolor, yminorticks, yminorticksize, yminorticksvisible, yminortickwidth, ypankey, ypanlock, yrectzoom, yreversed, yscale, ytickalign, ytickcolor, ytickformat, yticklabelalign, yticklabelcolor, yticklabelfont, yticklabelpad, yticklabelrotation, yticklabelsize, yticklabelspace, yticklabelsvisible, yticks, yticksize, yticksmirrored, yticksvisible, ytickwidth, ytrimspine, yzoomkey, yzoomlock

source


# Makie.Axis3Type.

Makie.Axis3 <: Block

No docstring defined.

Attributes

(type ?Makie.Axis3.x in the REPL for more information about attribute x)

alignmode, aspect, azimuth, backgroundcolor, dim1_conversion, dim2_conversion, dim3_conversion, elevation, halign, height, limits, perspectiveness, protrusions, targetlimits, tellheight, tellwidth, title, titlealign, titlecolor, titlefont, titlegap, titlesize, titlevisible, valign, viewmode, width, xautolimitmargin, xgridcolor, xgridvisible, xgridwidth, xlabel, xlabelalign, xlabelcolor, xlabelfont, xlabeloffset, xlabelrotation, xlabelsize, xlabelvisible, xreversed, xspinecolor_1, xspinecolor_2, xspinecolor_3, xspinesvisible, xspinewidth, xtickcolor, xtickformat, xticklabelcolor, xticklabelfont, xticklabelpad, xticklabelsize, xticklabelsvisible, xticks, xticksize, xticksvisible, xtickwidth, xypanelcolor, xypanelvisible, xzpanelcolor, xzpanelvisible, yautolimitmargin, ygridcolor, ygridvisible, ygridwidth, ylabel, ylabelalign, ylabelcolor, ylabelfont, ylabeloffset, ylabelrotation, ylabelsize, ylabelvisible, yreversed, yspinecolor_1, yspinecolor_2, yspinecolor_3, yspinesvisible, yspinewidth, ytickcolor, ytickformat, yticklabelcolor, yticklabelfont, yticklabelpad, yticklabelsize, yticklabelsvisible, yticks, yticksize, yticksvisible, ytickwidth, yzpanelcolor, yzpanelvisible, zautolimitmargin, zgridcolor, zgridvisible, zgridwidth, zlabel, zlabelalign, zlabelcolor, zlabelfont, zlabeloffset, zlabelrotation, zlabelsize, zlabelvisible, zreversed, zspinecolor_1, zspinecolor_2, zspinecolor_3, zspinesvisible, zspinewidth, ztickcolor, ztickformat, zticklabelcolor, zticklabelfont, zticklabelpad, zticklabelsize, zticklabelsvisible, zticks, zticksize, zticksvisible, ztickwidth

source


# Makie.BandType.

Band is the plot type associated with plotting function band. Check the docstring for band for further information.

source


# Makie.BarPlotType.

BarPlot is the plot type associated with plotting function barplot. Check the docstring for barplot for further information.

source


# Makie.BezierPathType.
julia
BezierPath(commands::Vector)

Construct a BezierPath with a vector of path commands. The available path commands are

  • MoveTo

  • LineTo

  • CurveTo

  • EllipticalArc

  • ClosePath

A BezierPath can be used in certain places in Makie as an alternative to a polygon or a collection of lines, for example as an input to poly or lines, or as a marker for scatter.

The benefit of using a BezierPath is that curves do not need to be converted into a vector of vertices by the user. CairoMakie can use the path commands directly when it writes vector graphics which is more efficient and uses less space than approximating them visually using line segments.

source


# Makie.BezierPathMethod.
julia
BezierPath(svg::AbstractString; fit = false, bbox = nothing, flipy = false, flipx = false, keep_aspect = true)

Construct a BezierPath using a string of SVG path commands. The commands will be parsed first into MoveTo, LineTo, CurveTo, EllipticalArc and ClosePath objects which are then passed to the BezierPath constructor.

If fit === true, the path will be scaled to fit into a square of width 1 centered on the origin. If, additionally, bbox is set to some Rect, the path will be fit into this rectangle instead. If you want to use a path as a scatter marker, it is usually good to fit it so that it's centered and of a comparable size relative to other scatter markers.

If flipy === true or flipx === true, the respective dimensions of the path will be flipped. Makie uses a coordinate system where y=0 is at the bottom and y increases upwards while in SVG, y=0 is at the top and y increases downwards, so for most SVG paths flipy = true will be needed.

If keep_aspect === true, the path will be fit into the bounding box such that its longer dimension fits and the other one is scaled to retain the original aspect ratio. If you set keep_aspect = false, the new boundingbox of the path will be the one it is fit to, but note that this can result in a squished appearance.

Example

Construct a triangular BezierPath out of a path command string and use it as a scatter marker:

julia
str = "M 0,0 L 10,0 L 5,10 z"
+    
Skip to content

API

# Makie.ABLinesType.

ABLines is the plot type associated with plotting function ablines. Check the docstring for ablines for further information.

source


# Makie.AbsoluteType.
julia
Absolute

Force transformation to be absolute, not relative to the current state. This is the default setting.

source


# Makie.AccumType.
julia
Accum

Force transformation to be relative to the current state, not absolute.

source


# Makie.AmbientLightType.
julia
AmbientLight(color) <: AbstractLight

A simple ambient light that uniformly lights every object based on its light color.

Availability:

  • All backends with shading = FastShading or MultiLightShading

source


# Makie.AnnotationsType.

Annotations is the plot type associated with plotting function annotations. Check the docstring for annotations for further information.

source


# Makie.ArcType.

Arc is the plot type associated with plotting function arc. Check the docstring for arc for further information.

source


# Makie.AxisType.

Makie.Axis <: Block

A 2D axis which can be plotted into.

Constructors

julia
Axis(fig_or_scene; palette = nothing, kwargs...)

Attributes

(type ?Makie.Axis.x in the REPL for more information about attribute x)

alignmode, aspect, autolimitaspect, backgroundcolor, bottomspinecolor, bottomspinevisible, dim1_conversion, dim2_conversion, flip_ylabel, halign, height, leftspinecolor, leftspinevisible, limits, panbutton, rightspinecolor, rightspinevisible, spinewidth, subtitle, subtitlecolor, subtitlefont, subtitlegap, subtitlelineheight, subtitlesize, subtitlevisible, tellheight, tellwidth, title, titlealign, titlecolor, titlefont, titlegap, titlelineheight, titlesize, titlevisible, topspinecolor, topspinevisible, valign, width, xautolimitmargin, xaxisposition, xgridcolor, xgridstyle, xgridvisible, xgridwidth, xlabel, xlabelcolor, xlabelfont, xlabelpadding, xlabelrotation, xlabelsize, xlabelvisible, xminorgridcolor, xminorgridstyle, xminorgridvisible, xminorgridwidth, xminortickalign, xminortickcolor, xminorticks, xminorticksize, xminorticksvisible, xminortickwidth, xpankey, xpanlock, xrectzoom, xreversed, xscale, xtickalign, xtickcolor, xtickformat, xticklabelalign, xticklabelcolor, xticklabelfont, xticklabelpad, xticklabelrotation, xticklabelsize, xticklabelspace, xticklabelsvisible, xticks, xticksize, xticksmirrored, xticksvisible, xtickwidth, xtrimspine, xzoomkey, xzoomlock, yautolimitmargin, yaxisposition, ygridcolor, ygridstyle, ygridvisible, ygridwidth, ylabel, ylabelcolor, ylabelfont, ylabelpadding, ylabelrotation, ylabelsize, ylabelvisible, yminorgridcolor, yminorgridstyle, yminorgridvisible, yminorgridwidth, yminortickalign, yminortickcolor, yminorticks, yminorticksize, yminorticksvisible, yminortickwidth, ypankey, ypanlock, yrectzoom, yreversed, yscale, ytickalign, ytickcolor, ytickformat, yticklabelalign, yticklabelcolor, yticklabelfont, yticklabelpad, yticklabelrotation, yticklabelsize, yticklabelspace, yticklabelsvisible, yticks, yticksize, yticksmirrored, yticksvisible, ytickwidth, ytrimspine, yzoomkey, yzoomlock

source


# Makie.Axis3Type.

Makie.Axis3 <: Block

No docstring defined.

Attributes

(type ?Makie.Axis3.x in the REPL for more information about attribute x)

alignmode, aspect, azimuth, backgroundcolor, dim1_conversion, dim2_conversion, dim3_conversion, elevation, halign, height, limits, perspectiveness, protrusions, targetlimits, tellheight, tellwidth, title, titlealign, titlecolor, titlefont, titlegap, titlesize, titlevisible, valign, viewmode, width, xautolimitmargin, xgridcolor, xgridvisible, xgridwidth, xlabel, xlabelalign, xlabelcolor, xlabelfont, xlabeloffset, xlabelrotation, xlabelsize, xlabelvisible, xreversed, xspinecolor_1, xspinecolor_2, xspinecolor_3, xspinesvisible, xspinewidth, xtickcolor, xtickformat, xticklabelcolor, xticklabelfont, xticklabelpad, xticklabelsize, xticklabelsvisible, xticks, xticksize, xticksvisible, xtickwidth, xypanelcolor, xypanelvisible, xzpanelcolor, xzpanelvisible, yautolimitmargin, ygridcolor, ygridvisible, ygridwidth, ylabel, ylabelalign, ylabelcolor, ylabelfont, ylabeloffset, ylabelrotation, ylabelsize, ylabelvisible, yreversed, yspinecolor_1, yspinecolor_2, yspinecolor_3, yspinesvisible, yspinewidth, ytickcolor, ytickformat, yticklabelcolor, yticklabelfont, yticklabelpad, yticklabelsize, yticklabelsvisible, yticks, yticksize, yticksvisible, ytickwidth, yzpanelcolor, yzpanelvisible, zautolimitmargin, zgridcolor, zgridvisible, zgridwidth, zlabel, zlabelalign, zlabelcolor, zlabelfont, zlabeloffset, zlabelrotation, zlabelsize, zlabelvisible, zreversed, zspinecolor_1, zspinecolor_2, zspinecolor_3, zspinesvisible, zspinewidth, ztickcolor, ztickformat, zticklabelcolor, zticklabelfont, zticklabelpad, zticklabelsize, zticklabelsvisible, zticks, zticksize, zticksvisible, ztickwidth

source


# Makie.BandType.

Band is the plot type associated with plotting function band. Check the docstring for band for further information.

source


# Makie.BarPlotType.

BarPlot is the plot type associated with plotting function barplot. Check the docstring for barplot for further information.

source


# Makie.BezierPathType.
julia
BezierPath(commands::Vector)

Construct a BezierPath with a vector of path commands. The available path commands are

  • MoveTo

  • LineTo

  • CurveTo

  • EllipticalArc

  • ClosePath

A BezierPath can be used in certain places in Makie as an alternative to a polygon or a collection of lines, for example as an input to poly or lines, or as a marker for scatter.

The benefit of using a BezierPath is that curves do not need to be converted into a vector of vertices by the user. CairoMakie can use the path commands directly when it writes vector graphics which is more efficient and uses less space than approximating them visually using line segments.

source


# Makie.BezierPathMethod.
julia
BezierPath(svg::AbstractString; fit = false, bbox = nothing, flipy = false, flipx = false, keep_aspect = true)

Construct a BezierPath using a string of SVG path commands. The commands will be parsed first into MoveTo, LineTo, CurveTo, EllipticalArc and ClosePath objects which are then passed to the BezierPath constructor.

If fit === true, the path will be scaled to fit into a square of width 1 centered on the origin. If, additionally, bbox is set to some Rect, the path will be fit into this rectangle instead. If you want to use a path as a scatter marker, it is usually good to fit it so that it's centered and of a comparable size relative to other scatter markers.

If flipy === true or flipx === true, the respective dimensions of the path will be flipped. Makie uses a coordinate system where y=0 is at the bottom and y increases upwards while in SVG, y=0 is at the top and y increases downwards, so for most SVG paths flipy = true will be needed.

If keep_aspect === true, the path will be fit into the bounding box such that its longer dimension fits and the other one is scaled to retain the original aspect ratio. If you set keep_aspect = false, the new boundingbox of the path will be the one it is fit to, but note that this can result in a squished appearance.

Example

Construct a triangular BezierPath out of a path command string and use it as a scatter marker:

julia
str = "M 0,0 L 10,0 L 5,10 z"
 bp = BezierPath(str, fit = true)
-scatter(1:10, marker = bp, markersize = 20)

source


# Makie.BoxType.

Makie.Box <: Block

No docstring defined.

Attributes

(type ?Makie.Box.x in the REPL for more information about attribute x)

alignmode, color, cornerradius, halign, height, linestyle, strokecolor, strokevisible, strokewidth, tellheight, tellwidth, valign, visible, width

source


# Makie.BoxPlotType.

BoxPlot is the plot type associated with plotting function boxplot. Check the docstring for boxplot for further information.

source


# Makie.BracketType.

Bracket is the plot type associated with plotting function bracket. Check the docstring for bracket for further information.

source


# Makie.ButtonType.

Makie.Button <: Block

No docstring defined.

Attributes

(type ?Makie.Button.x in the REPL for more information about attribute x)

alignmode, buttoncolor, buttoncolor_active, buttoncolor_hover, clicks, cornerradius, cornersegments, font, fontsize, halign, height, label, labelcolor, labelcolor_active, labelcolor_hover, padding, strokecolor, strokewidth, tellheight, tellwidth, valign, width

source


# Makie.CameraType.
julia
Camera(pixel_area)

Struct to hold all relevant matrices and additional parameters, to let backends apply camera based transformations.

Fields

  • pixel_space::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: projection used to convert pixel to device units

  • view::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: View matrix is usually used to rotate, scale and translate the scene

  • projection::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: Projection matrix is used for any perspective transformation

  • projectionview::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: just projection * view

  • resolution::Observable{Vec{2, Float32}}: resolution of the canvas this camera draws to

  • view_direction::Observable{Vec{3, Float32}}: Direction in which the camera looks.

  • eyeposition::Observable{Vec{3, Float32}}: Eye position of the camera, used for e.g. ray tracing.

  • steering_nodes::Vector{Observables.ObserverFunction}: To make camera interactive, steering observables are connected to the different matrices. We need to keep track of them, so, that we can connect and disconnect them.

  • calculated_values::Dict{Symbol, Observable}

source


# Makie.Camera3DMethod.
julia
Camera3D(scene[; kwargs...])

Sets up a 3D camera with mouse and keyboard controls.

The behavior of the camera can be adjusted via keyword arguments or the fields settings and controls.

Settings

Settings include anything that isn't a mouse or keyboard button.

  • projectiontype = Perspective sets the type of the projection. Can be Orthographic or Perspective.

  • rotation_center = :lookat sets the default center for camera rotations. Currently allows :lookat or :eyeposition.

  • fixed_axis = true: If true panning uses the (world/plot) z-axis instead of the camera up direction.

  • zoom_shift_lookat = true: If true keeps the data under the cursor when zooming.

  • cad = false: If true rotates the view around lookat when zooming off-center.

  • clipping_mode = :adaptive: Controls how near and far get processed. Options:

    • :static passes near and far as is

    • :adaptive scales near by norm(eyeposition - lookat) and passes far as is

    • :view_relative scales near and far by norm(eyeposition - lookat)

    • :bbox_relative scales near and far to the scene bounding box as passed to the camera with update_cam!(..., bbox). (More specifically far = 1 is scaled to the furthest point of a bounding sphere and near is generally overwritten to be the closest point.)

  • center = true: Controls whether the camera placement gets reset when calling center!(scene), which is called when a new plot is added.

  • keyboard_rotationspeed = 1f0 sets the speed of keyboard based rotations.

  • keyboard_translationspeed = 0.5f0 sets the speed of keyboard based translations.

  • keyboard_zoomspeed = 1f0 sets the speed of keyboard based zooms.

  • mouse_rotationspeed = 1f0 sets the speed of mouse rotations.

  • mouse_translationspeed = 0.5f0 sets the speed of mouse translations.

  • mouse_zoomspeed = 1f0 sets the speed of mouse zooming (mousewheel).

  • update_rate = 1/30 sets the rate at which keyboard based camera updates are evaluated.

  • circular_rotation = (true, true, true) enables circular rotations for (fixed x, fixed y, fixed z) rotation axis. (This means drawing a circle with your mouse around the center of the scene will result in a continuous rotation.)

Controls

Controls include any kind of hotkey setting.

  • up_key = Keyboard.r sets the key for translations towards the top of the screen.

  • down_key = Keyboard.f sets the key for translations towards the bottom of the screen.

  • left_key = Keyboard.a sets the key for translations towards the left of the screen.

  • right_key = Keyboard.d sets the key for translations towards the right of the screen.

  • forward_key = Keyboard.w sets the key for translations into the screen.

  • backward_key = Keyboard.s sets the key for translations out of the screen.

  • zoom_in_key = Keyboard.u sets the key for zooming into the scene (translate eyeposition towards lookat).

  • zoom_out_key = Keyboard.o sets the key for zooming out of the scene (translate eyeposition away from lookat).

  • increase_fov_key = Keyboard.b sets the key for increasing the fov.

  • decrease_fov_key = Keyboard.n sets the key for decreasing the fov.

  • pan_left_key = Keyboard.j sets the key for rotations around the screens vertical axis.

  • pan_right_key = Keyboard.l sets the key for rotations around the screens vertical axis.

  • tilt_up_key = Keyboard.i sets the key for rotations around the screens horizontal axis.

  • tilt_down_key = Keyboard.k sets the key for rotations around the screens horizontal axis.

  • roll_clockwise_key = Keyboard.e sets the key for rotations of the screen.

  • roll_counterclockwise_key = Keyboard.q sets the key for rotations of the screen.

  • fix_x_key = Keyboard.x sets the key for fixing translations and rotations to the (world/plot) x-axis.

  • fix_y_key = Keyboard.y sets the key for fixing translations and rotations to the (world/plot) y-axis.

  • fix_z_key = Keyboard.z sets the key for fixing translations and rotations to the (world/plot) z-axis.

  • reset = Keyboard.left_control & Mouse.left sets the key for resetting the camera. This equivalent to calling center!(scene).

  • reposition_button = Keyboard.left_alt & Mouse.left sets the key for focusing the camera on a plot object.

  • translation_button = Mouse.right sets the mouse button for drag-translations. (up/down/left/right)

  • scroll_mod = true sets an additional modifier button for scroll-based zoom. (true being neutral)

  • rotation_button = Mouse.left sets the mouse button for drag-rotations. (pan, tilt)

Other kwargs

Some keyword arguments are used to initialize fields. These include

  • eyeposition = Vec3f(3): The position of the camera.

  • lookat = Vec3f(0): The point the camera is focused on.

  • upvector = Vec3f(0, 0, 1): The world direction corresponding to the up direction of the screen.

  • fov = 45.0 is the field of view. This is irrelevant if the camera uses an orthographic projection.

  • near = automatic sets the position of the near clip plane. Anything between the camera and the near clip plane is hidden. Must be greater 0. Usage depends on clipping_mode.

  • far = automatic sets the position of the far clip plane. Anything further away than the far clip plane is hidden. Usage depends on clipping_mode. Defaults to 1 for clipping_mode = :bbox_relative, 2 for :view_relative or a value derived from limits for :static.

Note that updating these observables in an active camera requires a call to update_cam(scene) for them to be applied. For updating eyeposition, lookat and/or upvector update_cam!(scene, eyeposition, lookat, upvector = Vec3f(0,0,1)) is preferred.

The camera position and orientation can also be adjusted via the functions

  • translate_cam!(scene, v) will translate the camera by the given world/plot space vector v.

  • rotate_cam!(scene, angles) will rotate the camera around its axes with the corresponding angles. The first angle will rotate around the cameras "right" that is the screens horizontal axis, the second around the up vector/vertical axis or Vec3f(0, 0, +-1) if fixed_axis = true, and the third will rotate around the view direction i.e. the axis out of the screen. The rotation respects the current rotation_center of the camera.

  • zoom!(scene, zoom_step) will change the zoom level of the scene without translating or rotating the scene. zoom_step applies multiplicatively to cam.zoom_mult which is used as a multiplier to the fov (perspective projection) or width and height (orthographic projection).

source


# Makie.CategoricalType.
julia
Categorical(colormaplike)

Accepts all colormap values that the colormap attribute of a plot accepts. Will make sure to map one value to one color and create the correct Colorbar for the plot.

Example:

julia
fig, ax, pl = barplot(1:3; color=1:3, colormap=Makie.Categorical(:viridis))

Warning

This feature might change outside breaking releases, since the API is not yet finalized

source


# Makie.ClosePathType.
julia
ClosePath()

A path command for use within a BezierPath which closes the current subpath. The resulting path will have an implicit line segment between the last point and the first point if they do not match.

source


# Makie.ColorbarType.

Makie.Colorbar <: Block

Create a colorbar that shows a continuous or categorical colormap with ticks chosen according to the colorrange.

You can set colorrange and colormap manually, or pass a plot object as the second argument to copy its respective attributes.

Constructors

julia
Colorbar(fig_or_scene; kwargs...)
+scatter(1:10, marker = bp, markersize = 20)

source


# Makie.BoxType.

Makie.Box <: Block

No docstring defined.

Attributes

(type ?Makie.Box.x in the REPL for more information about attribute x)

alignmode, color, cornerradius, halign, height, linestyle, strokecolor, strokevisible, strokewidth, tellheight, tellwidth, valign, visible, width

source


# Makie.BoxPlotType.

BoxPlot is the plot type associated with plotting function boxplot. Check the docstring for boxplot for further information.

source


# Makie.BracketType.

Bracket is the plot type associated with plotting function bracket. Check the docstring for bracket for further information.

source


# Makie.ButtonType.

Makie.Button <: Block

No docstring defined.

Attributes

(type ?Makie.Button.x in the REPL for more information about attribute x)

alignmode, buttoncolor, buttoncolor_active, buttoncolor_hover, clicks, cornerradius, cornersegments, font, fontsize, halign, height, label, labelcolor, labelcolor_active, labelcolor_hover, padding, strokecolor, strokewidth, tellheight, tellwidth, valign, width

source


# Makie.CameraType.
julia
Camera(pixel_area)

Struct to hold all relevant matrices and additional parameters, to let backends apply camera based transformations.

Fields

  • pixel_space::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: projection used to convert pixel to device units

  • view::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: View matrix is usually used to rotate, scale and translate the scene

  • projection::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: Projection matrix is used for any perspective transformation

  • projectionview::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: just projection * view

  • resolution::Observable{Vec{2, Float32}}: resolution of the canvas this camera draws to

  • view_direction::Observable{Vec{3, Float32}}: Direction in which the camera looks.

  • eyeposition::Observable{Vec{3, Float32}}: Eye position of the camera, used for e.g. ray tracing.

  • steering_nodes::Vector{Observables.ObserverFunction}: To make camera interactive, steering observables are connected to the different matrices. We need to keep track of them, so, that we can connect and disconnect them.

  • calculated_values::Dict{Symbol, Observable}

source


# Makie.Camera3DMethod.
julia
Camera3D(scene[; kwargs...])

Sets up a 3D camera with mouse and keyboard controls.

The behavior of the camera can be adjusted via keyword arguments or the fields settings and controls.

Settings

Settings include anything that isn't a mouse or keyboard button.

  • projectiontype = Perspective sets the type of the projection. Can be Orthographic or Perspective.

  • rotation_center = :lookat sets the default center for camera rotations. Currently allows :lookat or :eyeposition.

  • fixed_axis = true: If true panning uses the (world/plot) z-axis instead of the camera up direction.

  • zoom_shift_lookat = true: If true keeps the data under the cursor when zooming.

  • cad = false: If true rotates the view around lookat when zooming off-center.

  • clipping_mode = :adaptive: Controls how near and far get processed. Options:

    • :static passes near and far as is

    • :adaptive scales near by norm(eyeposition - lookat) and passes far as is

    • :view_relative scales near and far by norm(eyeposition - lookat)

    • :bbox_relative scales near and far to the scene bounding box as passed to the camera with update_cam!(..., bbox). (More specifically far = 1 is scaled to the furthest point of a bounding sphere and near is generally overwritten to be the closest point.)

  • center = true: Controls whether the camera placement gets reset when calling center!(scene), which is called when a new plot is added.

  • keyboard_rotationspeed = 1f0 sets the speed of keyboard based rotations.

  • keyboard_translationspeed = 0.5f0 sets the speed of keyboard based translations.

  • keyboard_zoomspeed = 1f0 sets the speed of keyboard based zooms.

  • mouse_rotationspeed = 1f0 sets the speed of mouse rotations.

  • mouse_translationspeed = 0.5f0 sets the speed of mouse translations.

  • mouse_zoomspeed = 1f0 sets the speed of mouse zooming (mousewheel).

  • update_rate = 1/30 sets the rate at which keyboard based camera updates are evaluated.

  • circular_rotation = (true, true, true) enables circular rotations for (fixed x, fixed y, fixed z) rotation axis. (This means drawing a circle with your mouse around the center of the scene will result in a continuous rotation.)

Controls

Controls include any kind of hotkey setting.

  • up_key = Keyboard.r sets the key for translations towards the top of the screen.

  • down_key = Keyboard.f sets the key for translations towards the bottom of the screen.

  • left_key = Keyboard.a sets the key for translations towards the left of the screen.

  • right_key = Keyboard.d sets the key for translations towards the right of the screen.

  • forward_key = Keyboard.w sets the key for translations into the screen.

  • backward_key = Keyboard.s sets the key for translations out of the screen.

  • zoom_in_key = Keyboard.u sets the key for zooming into the scene (translate eyeposition towards lookat).

  • zoom_out_key = Keyboard.o sets the key for zooming out of the scene (translate eyeposition away from lookat).

  • increase_fov_key = Keyboard.b sets the key for increasing the fov.

  • decrease_fov_key = Keyboard.n sets the key for decreasing the fov.

  • pan_left_key = Keyboard.j sets the key for rotations around the screens vertical axis.

  • pan_right_key = Keyboard.l sets the key for rotations around the screens vertical axis.

  • tilt_up_key = Keyboard.i sets the key for rotations around the screens horizontal axis.

  • tilt_down_key = Keyboard.k sets the key for rotations around the screens horizontal axis.

  • roll_clockwise_key = Keyboard.e sets the key for rotations of the screen.

  • roll_counterclockwise_key = Keyboard.q sets the key for rotations of the screen.

  • fix_x_key = Keyboard.x sets the key for fixing translations and rotations to the (world/plot) x-axis.

  • fix_y_key = Keyboard.y sets the key for fixing translations and rotations to the (world/plot) y-axis.

  • fix_z_key = Keyboard.z sets the key for fixing translations and rotations to the (world/plot) z-axis.

  • reset = Keyboard.left_control & Mouse.left sets the key for resetting the camera. This equivalent to calling center!(scene).

  • reposition_button = Keyboard.left_alt & Mouse.left sets the key for focusing the camera on a plot object.

  • translation_button = Mouse.right sets the mouse button for drag-translations. (up/down/left/right)

  • scroll_mod = true sets an additional modifier button for scroll-based zoom. (true being neutral)

  • rotation_button = Mouse.left sets the mouse button for drag-rotations. (pan, tilt)

Other kwargs

Some keyword arguments are used to initialize fields. These include

  • eyeposition = Vec3f(3): The position of the camera.

  • lookat = Vec3f(0): The point the camera is focused on.

  • upvector = Vec3f(0, 0, 1): The world direction corresponding to the up direction of the screen.

  • fov = 45.0 is the field of view. This is irrelevant if the camera uses an orthographic projection.

  • near = automatic sets the position of the near clip plane. Anything between the camera and the near clip plane is hidden. Must be greater 0. Usage depends on clipping_mode.

  • far = automatic sets the position of the far clip plane. Anything further away than the far clip plane is hidden. Usage depends on clipping_mode. Defaults to 1 for clipping_mode = :bbox_relative, 2 for :view_relative or a value derived from limits for :static.

Note that updating these observables in an active camera requires a call to update_cam(scene) for them to be applied. For updating eyeposition, lookat and/or upvector update_cam!(scene, eyeposition, lookat, upvector = Vec3f(0,0,1)) is preferred.

The camera position and orientation can also be adjusted via the functions

  • translate_cam!(scene, v) will translate the camera by the given world/plot space vector v.

  • rotate_cam!(scene, angles) will rotate the camera around its axes with the corresponding angles. The first angle will rotate around the cameras "right" that is the screens horizontal axis, the second around the up vector/vertical axis or Vec3f(0, 0, +-1) if fixed_axis = true, and the third will rotate around the view direction i.e. the axis out of the screen. The rotation respects the current rotation_center of the camera.

  • zoom!(scene, zoom_step) will change the zoom level of the scene without translating or rotating the scene. zoom_step applies multiplicatively to cam.zoom_mult which is used as a multiplier to the fov (perspective projection) or width and height (orthographic projection).

source


# Makie.CategoricalType.
julia
Categorical(colormaplike)

Accepts all colormap values that the colormap attribute of a plot accepts. Will make sure to map one value to one color and create the correct Colorbar for the plot.

Example:

julia
fig, ax, pl = barplot(1:3; color=1:3, colormap=Makie.Categorical(:viridis))

Warning

This feature might change outside breaking releases, since the API is not yet finalized

source


# Makie.ClosePathType.
julia
ClosePath()

A path command for use within a BezierPath which closes the current subpath. The resulting path will have an implicit line segment between the last point and the first point if they do not match.

source


# Makie.ColorbarType.

Makie.Colorbar <: Block

Create a colorbar that shows a continuous or categorical colormap with ticks chosen according to the colorrange.

You can set colorrange and colormap manually, or pass a plot object as the second argument to copy its respective attributes.

Constructors

julia
Colorbar(fig_or_scene; kwargs...)
 Colorbar(fig_or_scene, plot::AbstractPlot; kwargs...)
 Colorbar(fig_or_scene, heatmap::Union{Heatmap, Image}; kwargs...)
-Colorbar(fig_or_scene, contourf::Makie.Contourf; kwargs...)

Attributes

(type ?Makie.Colorbar.x in the REPL for more information about attribute x)

alignmode, bottomspinecolor, bottomspinevisible, colormap, colorrange, flip_vertical_label, flipaxis, halign, height, highclip, label, labelcolor, labelfont, labelpadding, labelrotation, labelsize, labelvisible, leftspinecolor, leftspinevisible, limits, lowclip, minortickalign, minortickcolor, minorticks, minorticksize, minorticksvisible, minortickwidth, nsteps, rightspinecolor, rightspinevisible, scale, size, spinewidth, tellheight, tellwidth, tickalign, tickcolor, tickformat, ticklabelalign, ticklabelcolor, ticklabelfont, ticklabelpad, ticklabelrotation, ticklabelsize, ticklabelspace, ticklabelsvisible, ticks, ticksize, ticksvisible, tickwidth, topspinecolor, topspinevisible, valign, vertical, width

source


# Makie.ContourType.

Contour is the plot type associated with plotting function contour. Check the docstring for contour for further information.

source


# Makie.Contour3dType.

Contour3d is the plot type associated with plotting function contour3d. Check the docstring for contour3d for further information.

source


# Makie.ContourfType.

Contourf is the plot type associated with plotting function contourf. Check the docstring for contourf for further information.

source


# Makie.CrossBarType.

CrossBar is the plot type associated with plotting function crossbar. Check the docstring for crossbar for further information.

source


# Makie.CurveToType.
julia
CurveTo(c1::VecTypes, c2::VecTypes, p::VecTypes)
-CurveTo(cx1::Real, cy1::Real, cx2::Real, cy2::Real, px::Real, py::Real)

A path command for use within a BezierPath which continues the current subpath with a cubic bezier curve to point p, with the first control point c1 and the second control point c2.

source


# Makie.CycledType.
julia
Cycled(i::Int)

If a Cycled value is passed as an attribute to a plotting function, it is replaced with the value from the cycler for this attribute (as long as there is one defined) at the index i.

source


# Makie.DataInspectorMethod.
julia
DataInspector(figure_axis_or_scene = current_figure(); kwargs...)

Creates a data inspector which will show relevant information in a tooltip when you hover over a plot.

This functionality can be disabled on a per-plot basis by setting plot.inspectable[] = false. The displayed text can be adjusted by setting plot.inspector_label to a function (plot, index, position) -> "my_label" returning a label. See Makie documentation for more detail.

Keyword Arguments:

  • range = 10: Controls the snapping range for selecting an element of a plot.

  • priority = 100: The priority of creating a tooltip on a mouse movement or scrolling event.

  • enabled = true: Disables inspection of plots when set to false. Can also be adjusted with enable!(inspector) and disable!(inspector).

  • indicator_color = :red: Color of the selection indicator.

  • indicator_linewidth = 2: Linewidth of the selection indicator.

  • indicator_linestyle = nothing: Linestyle of the selection indicator

  • enable_indicators = true): Enables or disables indicators

  • depth = 9e3: Depth value of the tooltip. This should be high so that the tooltip is always in front.

  • apply_tooltip_offset = true: Enables or disables offsetting tooltips based on, for example, markersize.

  • and all attributes from Tooltip

source


# Makie.DataShaderType.

DataShader is the plot type associated with plotting function datashader. Check the docstring for datashader for further information.

source


# Makie.DensityType.

Density is the plot type associated with plotting function density. Check the docstring for density for further information.

source


# Makie.DirectionalLightType.
julia
DirectionalLight(color, direction[, camera_relative = false])

A light type which simulates a distant light source with parallel light rays going in the given direction.

Availability:

  • All backends with shading = FastShading or MultiLightShading

source


# Makie.ECDFPlotType.

ECDFPlot is the plot type associated with plotting function ecdfplot. Check the docstring for ecdfplot for further information.

source


# Makie.EllipticalArcType.
julia
EllipticalArc(c::VecTypes, r1::Real, r2::Real, angle::Real, a1::Real, a2::Real)
-EllipticalArc(cx::Real, cy::Real, r1::Real, r2::Real, angle::Real, a1::Real, a2::Real)

A path command for use within a BezierPath which continues the current subpath with an elliptical arc. The ellipse is centered at c and has two radii, r1 and r2, the orientation of which depends on angle.

If angle == 0, r1 goes in x direction and r2 in y direction. A positive angle in radians rotates the ellipse counterclockwise, and a negative angle clockwise.

The angles a1 and a2 are the start and stop positions of the arc on the ellipse. A value of 0 is where the radius r1 points to, pi/2 is where the radius r2 points to, and so on. If a2 > a1, the arc turns counterclockwise. If a1 > a2, it turns clockwise.

If the last position of the subpath does not equal the start of the arc, the resulting path will have an implicit line segment between the two.

source


# Makie.EllipticalArcMethod.
julia
EllipticalArc(x1::Real, y1::Real, x2::Real, y2::Real, rx::Real, ry::Real, ϕ::Real, largearc::Bool, sweepflag::Bool)

Construct an EllipticalArc using the endpoint parameterization.

x1, y1 is the starting point and x2, y2 the end point, rx and ry are the two ellipse radii. ϕ is the angle of rx vs the x axis.

Usually, four arcs can be constructed between two points given these ellipse parameters. One of them is chosen using two boolean flags:

If largearc === true, the arc will be longer than 180 degrees. If sweepflag === true, the arc will sweep through increasing angles.

source


# Makie.EnvironmentLightType.
julia
EnvironmentLight(intensity, image)

An environment light that uses a spherical environment map to provide lighting. See: https://en.wikipedia.org/wiki/Reflection_mapping

Availability:

  • RPRMakie

source


# Makie.ErrorbarsType.

Errorbars is the plot type associated with plotting function errorbars. Check the docstring for errorbars for further information.

source


# Makie.EventsType.

This struct provides accessible Observables to monitor the events associated with a Scene.

Functions that act on an Observable must return Consume() if the function consumes an event. When an event is consumed it does not trigger other observer functions. The order in which functions are executed can be controlled via the priority keyword (default 0) in on.

Example:

on(events(scene).mousebutton, priority = 20) do event
+Colorbar(fig_or_scene, contourf::Makie.Contourf; kwargs...)

Attributes

(type ?Makie.Colorbar.x in the REPL for more information about attribute x)

alignmode, bottomspinecolor, bottomspinevisible, colormap, colorrange, flip_vertical_label, flipaxis, halign, height, highclip, label, labelcolor, labelfont, labelpadding, labelrotation, labelsize, labelvisible, leftspinecolor, leftspinevisible, limits, lowclip, minortickalign, minortickcolor, minorticks, minorticksize, minorticksvisible, minortickwidth, nsteps, rightspinecolor, rightspinevisible, scale, size, spinewidth, tellheight, tellwidth, tickalign, tickcolor, tickformat, ticklabelalign, ticklabelcolor, ticklabelfont, ticklabelpad, ticklabelrotation, ticklabelsize, ticklabelspace, ticklabelsvisible, ticks, ticksize, ticksvisible, tickwidth, topspinecolor, topspinevisible, valign, vertical, width

source


# Makie.ContourType.

Contour is the plot type associated with plotting function contour. Check the docstring for contour for further information.

source


# Makie.Contour3dType.

Contour3d is the plot type associated with plotting function contour3d. Check the docstring for contour3d for further information.

source


# Makie.ContourfType.

Contourf is the plot type associated with plotting function contourf. Check the docstring for contourf for further information.

source


# Makie.CrossBarType.

CrossBar is the plot type associated with plotting function crossbar. Check the docstring for crossbar for further information.

source


# Makie.CurveToType.
julia
CurveTo(c1::VecTypes, c2::VecTypes, p::VecTypes)
+CurveTo(cx1::Real, cy1::Real, cx2::Real, cy2::Real, px::Real, py::Real)

A path command for use within a BezierPath which continues the current subpath with a cubic bezier curve to point p, with the first control point c1 and the second control point c2.

source


# Makie.CycledType.
julia
Cycled(i::Int)

If a Cycled value is passed as an attribute to a plotting function, it is replaced with the value from the cycler for this attribute (as long as there is one defined) at the index i.

source


# Makie.DataInspectorMethod.
julia
DataInspector(figure_axis_or_scene = current_figure(); kwargs...)

Creates a data inspector which will show relevant information in a tooltip when you hover over a plot.

This functionality can be disabled on a per-plot basis by setting plot.inspectable[] = false. The displayed text can be adjusted by setting plot.inspector_label to a function (plot, index, position) -> "my_label" returning a label. See Makie documentation for more detail.

Keyword Arguments:

  • range = 10: Controls the snapping range for selecting an element of a plot.

  • priority = 100: The priority of creating a tooltip on a mouse movement or scrolling event.

  • enabled = true: Disables inspection of plots when set to false. Can also be adjusted with enable!(inspector) and disable!(inspector).

  • indicator_color = :red: Color of the selection indicator.

  • indicator_linewidth = 2: Linewidth of the selection indicator.

  • indicator_linestyle = nothing: Linestyle of the selection indicator

  • enable_indicators = true): Enables or disables indicators

  • depth = 9e3: Depth value of the tooltip. This should be high so that the tooltip is always in front.

  • apply_tooltip_offset = true: Enables or disables offsetting tooltips based on, for example, markersize.

  • and all attributes from Tooltip

source


# Makie.DataShaderType.

DataShader is the plot type associated with plotting function datashader. Check the docstring for datashader for further information.

source


# Makie.DensityType.

Density is the plot type associated with plotting function density. Check the docstring for density for further information.

source


# Makie.DirectionalLightType.
julia
DirectionalLight(color, direction[, camera_relative = false])

A light type which simulates a distant light source with parallel light rays going in the given direction.

Availability:

  • All backends with shading = FastShading or MultiLightShading

source


# Makie.ECDFPlotType.

ECDFPlot is the plot type associated with plotting function ecdfplot. Check the docstring for ecdfplot for further information.

source


# Makie.EllipticalArcType.
julia
EllipticalArc(c::VecTypes, r1::Real, r2::Real, angle::Real, a1::Real, a2::Real)
+EllipticalArc(cx::Real, cy::Real, r1::Real, r2::Real, angle::Real, a1::Real, a2::Real)

A path command for use within a BezierPath which continues the current subpath with an elliptical arc. The ellipse is centered at c and has two radii, r1 and r2, the orientation of which depends on angle.

If angle == 0, r1 goes in x direction and r2 in y direction. A positive angle in radians rotates the ellipse counterclockwise, and a negative angle clockwise.

The angles a1 and a2 are the start and stop positions of the arc on the ellipse. A value of 0 is where the radius r1 points to, pi/2 is where the radius r2 points to, and so on. If a2 > a1, the arc turns counterclockwise. If a1 > a2, it turns clockwise.

If the last position of the subpath does not equal the start of the arc, the resulting path will have an implicit line segment between the two.

source


# Makie.EllipticalArcMethod.
julia
EllipticalArc(x1::Real, y1::Real, x2::Real, y2::Real, rx::Real, ry::Real, ϕ::Real, largearc::Bool, sweepflag::Bool)

Construct an EllipticalArc using the endpoint parameterization.

x1, y1 is the starting point and x2, y2 the end point, rx and ry are the two ellipse radii. ϕ is the angle of rx vs the x axis.

Usually, four arcs can be constructed between two points given these ellipse parameters. One of them is chosen using two boolean flags:

If largearc === true, the arc will be longer than 180 degrees. If sweepflag === true, the arc will sweep through increasing angles.

source


# Makie.EnvironmentLightType.
julia
EnvironmentLight(intensity, image)

An environment light that uses a spherical environment map to provide lighting. See: https://en.wikipedia.org/wiki/Reflection_mapping

Availability:

  • RPRMakie

source


# Makie.ErrorbarsType.

Errorbars is the plot type associated with plotting function errorbars. Check the docstring for errorbars for further information.

source


# Makie.EventsType.

This struct provides accessible Observables to monitor the events associated with a Scene.

Functions that act on an Observable must return Consume() if the function consumes an event. When an event is consumed it does not trigger other observer functions. The order in which functions are executed can be controlled via the priority keyword (default 0) in on.

Example:

on(events(scene).mousebutton, priority = 20) do event
     if is_correct_event(event)
         do_something()
         return Consume()
     end
     return
-end

Fields

  • window_area::Observable{GeometryBasics.HyperRectangle{2, Int64}}: The area of the window in pixels, as a Rect2.

  • window_dpi::Observable{Float64}: The DPI resolution of the window, as a Float64.

  • window_open::Observable{Bool}: The state of the window (open => true, closed => false).

  • mousebutton::Observable{Makie.MouseButtonEvent}: Most recently triggered MouseButtonEvent. Contains the relevant event.button and event.action (press/release) See also ispressed.

  • mousebuttonstate::Set{Makie.Mouse.Button}: A Set of all currently pressed mousebuttons.

  • mouseposition::Observable{Tuple{Float64, Float64}}: The position of the mouse as a NTuple{2, Float64}. Updates once per event poll/frame.

  • scroll::Observable{Tuple{Float64, Float64}}: The direction of scroll

  • keyboardbutton::Observable{Makie.KeyEvent}: Most recently triggered KeyEvent. Contains the relevant event.key and event.action (press/repeat/release) See also ispressed.

  • keyboardstate::Set{Makie.Keyboard.Button}: Contains all currently pressed keys.

  • unicode_input::Observable{Char}: Contains the last typed character.

  • dropped_files::Observable{Vector{String}}: Contains a list of filepaths to files dragged into the scene.

  • hasfocus::Observable{Bool}: Whether the Scene window is in focus or not.

  • entered_window::Observable{Bool}: Whether the mouse is inside the window or not.

source


# Makie.ExclusivelyType.
julia
Exclusively(x)

Marks a button, button collection or logical expression of buttons as the exclusive subset of buttons that must be pressed for ispressed to return true.

For example Exclusively((Keyboard.left_control, Keyboard.c)) would require left control and c to be pressed without any other buttons.

Boolean expressions are lowered to multiple Exclusive sets in an Or. It is worth noting that Not branches are ignored here, i.e. it assumed that every button under a Not must not be pressed and that this follows automatically from the subset of buttons that must be pressed.

See also: And, Or, Not, ispressed, &, |, !

source


# Makie.FigureMethod.
julia
Figure(; [figure_padding,] kwargs...)

Construct a Figure which allows to place Blocks like Axis, Colorbar and Legend inside. The outer padding of the figure (the distance of the content to the edges) can be set by passing either one number or a tuple of four numbers for left, right, bottom and top paddings via the figure_padding keyword.

All other keyword arguments such as size and backgroundcolor are forwarded to the Scene owned by the figure which acts as the container for all other visual objects.

source


# Makie.HLinesType.

HLines is the plot type associated with plotting function hlines. Check the docstring for hlines for further information.

source


# Makie.HSpanType.

HSpan is the plot type associated with plotting function hspan. Check the docstring for hspan for further information.

source


# Makie.HexbinType.

Hexbin is the plot type associated with plotting function hexbin. Check the docstring for hexbin for further information.

source


# Makie.HistType.

Hist is the plot type associated with plotting function hist. Check the docstring for hist for further information.

source


# Makie.IntervalSliderType.

Makie.IntervalSlider <: Block

No docstring defined.

Attributes

(type ?Makie.IntervalSlider.x in the REPL for more information about attribute x)

alignmode, color_active, color_active_dimmed, color_inactive, halign, height, horizontal, interval, linewidth, range, snap, startvalues, tellheight, tellwidth, valign, width

source


# Makie.IntervalsBetweenType.
julia
IntervalsBetween(n::Int, mirror::Bool = true)

Indicates to create n-1 minor ticks between every pair of adjacent major ticks.

source


# Makie.LSceneType.

Makie.LScene <: Block

No docstring defined.

Attributes

(type ?Makie.LScene.x in the REPL for more information about attribute x)

alignmode, dim1_conversion, dim2_conversion, dim3_conversion, halign, height, show_axis, tellheight, tellwidth, valign, width

source


# Makie.LabelType.

Makie.Label <: Block

No docstring defined.

Attributes

(type ?Makie.Label.x in the REPL for more information about attribute x)

alignmode, color, font, fontsize, halign, height, justification, lineheight, padding, rotation, tellheight, tellwidth, text, valign, visible, width, word_wrap

source


# Makie.LegendType.
julia
Legend(fig_or_scene, axis::Union{Axis, Scene, LScene}, title = nothing; merge = false, unique = false, kwargs...)

Create a single-group legend with all plots from axis that have the attribute label set.

If merge is true, all plot objects with the same label will be layered on top of each other into one legend entry. If unique is true, all plot objects with the same plot type and label will be reduced to one occurrence.

source


# Makie.LegendType.
julia
Legend(
+end

Fields

  • window_area::Observable{GeometryBasics.HyperRectangle{2, Int64}}: The area of the window in pixels, as a Rect2.

  • window_dpi::Observable{Float64}: The DPI resolution of the window, as a Float64.

  • window_open::Observable{Bool}: The state of the window (open => true, closed => false).

  • mousebutton::Observable{Makie.MouseButtonEvent}: Most recently triggered MouseButtonEvent. Contains the relevant event.button and event.action (press/release) See also ispressed.

  • mousebuttonstate::Set{Makie.Mouse.Button}: A Set of all currently pressed mousebuttons.

  • mouseposition::Observable{Tuple{Float64, Float64}}: The position of the mouse as a NTuple{2, Float64}. Updates once per event poll/frame.

  • scroll::Observable{Tuple{Float64, Float64}}: The direction of scroll

  • keyboardbutton::Observable{Makie.KeyEvent}: Most recently triggered KeyEvent. Contains the relevant event.key and event.action (press/repeat/release) See also ispressed.

  • keyboardstate::Set{Makie.Keyboard.Button}: Contains all currently pressed keys.

  • unicode_input::Observable{Char}: Contains the last typed character.

  • dropped_files::Observable{Vector{String}}: Contains a list of filepaths to files dragged into the scene.

  • hasfocus::Observable{Bool}: Whether the Scene window is in focus or not.

  • entered_window::Observable{Bool}: Whether the mouse is inside the window or not.

source


# Makie.ExclusivelyType.
julia
Exclusively(x)

Marks a button, button collection or logical expression of buttons as the exclusive subset of buttons that must be pressed for ispressed to return true.

For example Exclusively((Keyboard.left_control, Keyboard.c)) would require left control and c to be pressed without any other buttons.

Boolean expressions are lowered to multiple Exclusive sets in an Or. It is worth noting that Not branches are ignored here, i.e. it assumed that every button under a Not must not be pressed and that this follows automatically from the subset of buttons that must be pressed.

See also: And, Or, Not, ispressed, &, |, !

source


# Makie.FigureMethod.
julia
Figure(; [figure_padding,] kwargs...)

Construct a Figure which allows to place Blocks like Axis, Colorbar and Legend inside. The outer padding of the figure (the distance of the content to the edges) can be set by passing either one number or a tuple of four numbers for left, right, bottom and top paddings via the figure_padding keyword.

All other keyword arguments such as size and backgroundcolor are forwarded to the Scene owned by the figure which acts as the container for all other visual objects.

source


# Makie.HLinesType.

HLines is the plot type associated with plotting function hlines. Check the docstring for hlines for further information.

source


# Makie.HSpanType.

HSpan is the plot type associated with plotting function hspan. Check the docstring for hspan for further information.

source


# Makie.HexbinType.

Hexbin is the plot type associated with plotting function hexbin. Check the docstring for hexbin for further information.

source


# Makie.HistType.

Hist is the plot type associated with plotting function hist. Check the docstring for hist for further information.

source


# Makie.IntervalSliderType.

Makie.IntervalSlider <: Block

No docstring defined.

Attributes

(type ?Makie.IntervalSlider.x in the REPL for more information about attribute x)

alignmode, color_active, color_active_dimmed, color_inactive, halign, height, horizontal, interval, linewidth, range, snap, startvalues, tellheight, tellwidth, valign, width

source


# Makie.IntervalsBetweenType.
julia
IntervalsBetween(n::Int, mirror::Bool = true)

Indicates to create n-1 minor ticks between every pair of adjacent major ticks.

source


# Makie.LSceneType.

Makie.LScene <: Block

No docstring defined.

Attributes

(type ?Makie.LScene.x in the REPL for more information about attribute x)

alignmode, dim1_conversion, dim2_conversion, dim3_conversion, halign, height, show_axis, tellheight, tellwidth, valign, width

source


# Makie.LabelType.

Makie.Label <: Block

No docstring defined.

Attributes

(type ?Makie.Label.x in the REPL for more information about attribute x)

alignmode, color, font, fontsize, halign, height, justification, lineheight, padding, rotation, tellheight, tellwidth, text, valign, visible, width, word_wrap

source


# Makie.LegendType.
julia
Legend(fig_or_scene, axis::Union{Axis, Scene, LScene}, title = nothing; merge = false, unique = false, kwargs...)

Create a single-group legend with all plots from axis that have the attribute label set.

If merge is true, all plot objects with the same label will be layered on top of each other into one legend entry. If unique is true, all plot objects with the same plot type and label will be reduced to one occurrence.

source


# Makie.LegendType.
julia
Legend(
     fig_or_scene,
     contents::AbstractArray,
     labels::AbstractArray,
     title = nothing;
-    kwargs...)

Create a legend from contents and labels where each label is associated to one content element. A content element can be an AbstractPlot, an array of AbstractPlots, a LegendElement, or any other object for which the legendelements method is defined.

source


# Makie.LegendType.

Makie.Legend <: Block

No docstring defined.

Attributes

(type ?Makie.Legend.x in the REPL for more information about attribute x)

alignmode, backgroundcolor, bgcolor, colgap, framecolor, framevisible, framewidth, gridshalign, gridsvalign, groupgap, halign, height, label, labelcolor, labelfont, labelhalign, labeljustification, labelsize, labelvalign, linecolor, linecolormap, linecolorrange, linepoints, linestyle, linewidth, margin, marker, markercolor, markercolormap, markercolorrange, markerpoints, markersize, markerstrokecolor, markerstrokewidth, nbanks, orientation, padding, patchcolor, patchlabelgap, patchsize, patchstrokecolor, patchstrokewidth, polycolor, polycolormap, polycolorrange, polypoints, polystrokecolor, polystrokewidth, rowgap, tellheight, tellwidth, titlecolor, titlefont, titlegap, titlehalign, titleposition, titlesize, titlevalign, titlevisible, valign, width

source


# Makie.LegendMethod.
julia
Legend(
+    kwargs...)

Create a legend from contents and labels where each label is associated to one content element. A content element can be an AbstractPlot, an array of AbstractPlots, a LegendElement, or any other object for which the legendelements method is defined.

source


# Makie.LegendType.

Makie.Legend <: Block

No docstring defined.

Attributes

(type ?Makie.Legend.x in the REPL for more information about attribute x)

alignmode, backgroundcolor, bgcolor, colgap, framecolor, framevisible, framewidth, gridshalign, gridsvalign, groupgap, halign, height, label, labelcolor, labelfont, labelhalign, labeljustification, labelsize, labelvalign, linecolor, linecolormap, linecolorrange, linepoints, linestyle, linewidth, margin, marker, markercolor, markercolormap, markercolorrange, markerpoints, markersize, markerstrokecolor, markerstrokewidth, nbanks, orientation, padding, patchcolor, patchlabelgap, patchsize, patchstrokecolor, patchstrokewidth, polycolor, polycolormap, polycolorrange, polypoints, polystrokecolor, polystrokewidth, rowgap, tellheight, tellwidth, titlecolor, titlefont, titlegap, titlehalign, titleposition, titlesize, titlevalign, titlevisible, valign, width

source


# Makie.LegendMethod.
julia
Legend(
     fig_or_scene,
     contentgroups::AbstractVector{<:AbstractVector},
     labelgroups::AbstractVector{<:AbstractVector},
     titles::AbstractVector;
-    kwargs...)

Create a multi-group legend from contentgroups, labelgroups and titles. Each group from contentgroups and labelgroups is associated with one title from titles (a title can be nothing to hide it).

Within each group, each content element is associated with one label. A content element can be an AbstractPlot, an array of AbstractPlots, a LegendElement, or any other object for which the legendelements method is defined.

source


# Makie.LineToType.
julia
LineTo(p::VecTypes)
-LineTo(x::Real, y::Real)

A path command for use within a BezierPath which continues the current subpath with a line to the given point.

source


# Makie.LinearTicksType.

LinearTicks with ideally a number of n_ideal tick marks.

source


# Makie.LinestyleType.
julia
Linestyle(value::Vector{<:Real})

A type that can be used as value for the linestyle keyword argument of plotting functions to arbitrarily customize the linestyle.

The value is a vector specifying the boundaries of the dashes in the line. Values 1 and 2 demarcate the first dash, values 2 and 3 the first gap, and so on. This means that usually, a pattern should have an odd number of values so that there's always a gap after a dash.

Here's an example in ASCII code. If we specify [0, 3, 6, 11, 16] then we get the following pattern:

#  0  3   6   11   16  3  6   11
-#   ---   -----     ---   -----

source


# Makie.LogTicksType.
julia
LogTicks{T}(linear_ticks::T)

Wraps any other tick object. Used to apply a linear tick searching algorithm on a log-transformed interval.

source


# Makie.MenuType.

Makie.Menu <: Block

A drop-down menu with multiple selectable options. You can pass options with the keyword argument options.

Options are given as an iterable of elements. For each element, the option label in the menu is determined with optionlabel(element) and the option value with optionvalue(element). These functions can be overloaded for custom types. The default is that tuples of two elements are expected to be label and value, where string(label) is used as the label, while for all other objects, label = string(object) and value = object.

When an item is selected in the menu, the menu's selection attribute is set to optionvalue(selected_element). When nothing is selected, that value is nothing.

You can set the initial selection by passing one of the labels with the default keyword.

Constructors

julia
Menu(fig_or_scene; default = nothing, kwargs...)

Examples

Menu with string entries, second preselected:

julia
menu1 = Menu(fig[1, 1], options = ["first", "second", "third"], default = "second")

Menu with two-element entries, label and function:

julia
funcs = [sin, cos, tan]
+    kwargs...)

Create a multi-group legend from contentgroups, labelgroups and titles. Each group from contentgroups and labelgroups is associated with one title from titles (a title can be nothing to hide it).

Within each group, each content element is associated with one label. A content element can be an AbstractPlot, an array of AbstractPlots, a LegendElement, or any other object for which the legendelements method is defined.

source


# Makie.LineToType.
julia
LineTo(p::VecTypes)
+LineTo(x::Real, y::Real)

A path command for use within a BezierPath which continues the current subpath with a line to the given point.

source


# Makie.LinearTicksType.

LinearTicks with ideally a number of n_ideal tick marks.

source


# Makie.LinestyleType.
julia
Linestyle(value::Vector{<:Real})

A type that can be used as value for the linestyle keyword argument of plotting functions to arbitrarily customize the linestyle.

The value is a vector specifying the boundaries of the dashes in the line. Values 1 and 2 demarcate the first dash, values 2 and 3 the first gap, and so on. This means that usually, a pattern should have an odd number of values so that there's always a gap after a dash.

Here's an example in ASCII code. If we specify [0, 3, 6, 11, 16] then we get the following pattern:

#  0  3   6   11   16  3  6   11
+#   ---   -----     ---   -----

source


# Makie.LogTicksType.
julia
LogTicks{T}(linear_ticks::T)

Wraps any other tick object. Used to apply a linear tick searching algorithm on a log-transformed interval.

source


# Makie.MenuType.

Makie.Menu <: Block

A drop-down menu with multiple selectable options. You can pass options with the keyword argument options.

Options are given as an iterable of elements. For each element, the option label in the menu is determined with optionlabel(element) and the option value with optionvalue(element). These functions can be overloaded for custom types. The default is that tuples of two elements are expected to be label and value, where string(label) is used as the label, while for all other objects, label = string(object) and value = object.

When an item is selected in the menu, the menu's selection attribute is set to optionvalue(selected_element). When nothing is selected, that value is nothing.

You can set the initial selection by passing one of the labels with the default keyword.

Constructors

julia
Menu(fig_or_scene; default = nothing, kwargs...)

Examples

Menu with string entries, second preselected:

julia
menu1 = Menu(fig[1, 1], options = ["first", "second", "third"], default = "second")

Menu with two-element entries, label and function:

julia
funcs = [sin, cos, tan]
 labels = ["Sine", "Cosine", "Tangens"]
 
 menu2 = Menu(fig[1, 1], options = zip(labels, funcs))

Executing a function when a selection is made:

julia
on(menu2.selection) do selected_function
     # do something with the selected function
-end

Attributes

(type ?Makie.Menu.x in the REPL for more information about attribute x)

alignmode, cell_color_active, cell_color_hover, cell_color_inactive_even, cell_color_inactive_odd, direction, dropdown_arrow_color, dropdown_arrow_size, fontsize, halign, height, i_selected, is_open, options, prompt, scroll_speed, selection, selection_cell_color_inactive, tellheight, tellwidth, textcolor, textpadding, valign, width

source


# Makie.MouseEventType.
julia
MouseEvent

Describes a mouse state change. Fields:

  • type: MouseEventType

  • t: Time of the event

  • data: Mouse position in data coordinates

  • px: Mouse position in px relative to scene origin

  • prev_t: Time of previous event

  • prev_data: Previous mouse position in data coordinates

  • prev_px: Previous mouse position in data coordinates

source


# Makie.MoveToType.
julia
MoveTo(p::VecTypes)
-MoveTo(x::Real, y::Real)

A path command for use within a BezierPath which starts a new subpath at the given point.

source


# Makie.MultiplesTicksType.

Like LinearTicks but for multiples of multiple. Example where approximately 5 numbers should be found that are multiples of pi, printed like "1π", "2π", etc.:

MultiplesTicks(5, pi, "π")

source


# Makie.PieType.

Pie is the plot type associated with plotting function pie. Check the docstring for pie for further information.

source


# Makie.PlotSpecType.
julia
PlotSpec(plottype, args...; kwargs...)

Object encoding positional arguments (args), a NamedTuple of attributes (kwargs) as well as plot type P of a basic plot.

source


# Makie.PointLightType.
julia
PointLight(color, position[, attenuation = Vec2f(0)])
-PointLight(color, position, range::Real)

A point-like light source placed at the given position with the given light color.

Optionally an attenuation parameter can be used to reduce the brightness of the light source with distance. The reduction is given by 1 / (1 + attenuation[1] * distance + attenuation[2] * distance^2). Alternatively you can pass a light range to generate matching default attenuation parameters. Note that you may need to set the light intensity, i.e. the light color to values greater than 1 to get satisfying results.

Availability:

  • GLMakie with shading = MultiLightShading

  • RPRMakie

source


# Makie.PolarAxisType.

Makie.PolarAxis <: Block

No docstring defined.

Attributes

(type ?Makie.PolarAxis.x in the REPL for more information about attribute x)

alignmode, axis_rotation_button, backgroundcolor, clip, clip_r, clipcolor, dim1_conversion, dim2_conversion, direction, fixrmin, gridz, halign, height, normalize_theta_ticks, r_translation_button, radius_at_origin, rautolimitmargin, reset_axis_orientation, reset_button, rgridcolor, rgridstyle, rgridvisible, rgridwidth, rlimits, rminorgridcolor, rminorgridstyle, rminorgridvisible, rminorgridwidth, rminorticks, rtickangle, rtickformat, rticklabelcolor, rticklabelfont, rticklabelpad, rticklabelrotation, rticklabelsize, rticklabelstrokecolor, rticklabelstrokewidth, rticklabelsvisible, rticks, rzoomkey, rzoomlock, sample_density, spinecolor, spinestyle, spinevisible, spinewidth, tellheight, tellwidth, theta_0, theta_as_x, theta_translation_button, thetaautolimitmargin, thetagridcolor, thetagridstyle, thetagridvisible, thetagridwidth, thetalimits, thetaminorgridcolor, thetaminorgridstyle, thetaminorgridvisible, thetaminorgridwidth, thetaminorticks, thetatickformat, thetaticklabelcolor, thetaticklabelfont, thetaticklabelpad, thetaticklabelsize, thetaticklabelstrokecolor, thetaticklabelstrokewidth, thetaticklabelsvisible, thetaticks, thetazoomkey, thetazoomlock, title, titlealign, titlecolor, titlefont, titlegap, titlesize, titlevisible, valign, width, zoomspeed

source


# Makie.QQNormType.

QQNorm is the plot type associated with plotting function qqnorm. Check the docstring for qqnorm for further information.

source


# Makie.QQPlotType.

QQPlot is the plot type associated with plotting function qqplot. Check the docstring for qqplot for further information.

source


# Makie.RainCloudsType.

RainClouds is the plot type associated with plotting function rainclouds. Check the docstring for rainclouds for further information.

source


# Makie.RangebarsType.

Rangebars is the plot type associated with plotting function rangebars. Check the docstring for rangebars for further information.

source


# Makie.RectLightType.
julia
RectLight(color, r::Rect2[, direction = -normal])
-RectLight(color, center::Point3f, b1::Vec3f, b2::Vec3f[, direction = -normal])

Creates a RectLight with a given color. The first constructor derives the light from a Rect2 extending in x and y directions. The second specifies the center of the rect (or more accurately parallelogram) with b1 and b2 specifying the width and height vectors (including scale).

Note that RectLight implements translate!, rotate! and scale! to simplify adjusting the light.

Availability:

  • GLMakie with Shading = MultiLightShading

source


# Makie.ReverseType.

Reverses the attribute T upon conversion

source


# Makie.ReversibleScaleType.
julia
ReversibleScale

Custom scale struct, taking a forward and inverse arbitrary scale function.

Fields

  • forward::Function: forward transformation (e.g. log10)

  • inverse::Function: inverse transformation (e.g. exp10 for log10 such that inverse ∘ forward ≡ identity)

  • limits::Tuple{Float32, Float32}: default limits (optional)

  • interval::IntervalSets.AbstractInterval: valid limits interval (optional)

  • name::Symbol

source


# Makie.ScatterLinesType.

ScatterLines is the plot type associated with plotting function scatterlines. Check the docstring for scatterlines for further information.

source


# Makie.SceneType.
julia
Scene TODO document this

Constructors

Fields

  • parent: The parent of the Scene; if it is a top-level Scene, parent == nothing.

  • events: Events associated with the Scene.

  • viewport: The current pixel area of the Scene.

  • clear: Whether the scene should be cleared.

  • camera: The Camera associated with the Scene.

  • camera_controls: The controls for the camera of the Scene.

  • transformation: The Transformation of the Scene.

  • float32convert: A transformation rescaling data to a Float32-save range.

  • plots: The plots contained in the Scene.

  • theme

  • children: Children of the Scene inherit its transformation.

  • current_screens: The Screens which the Scene is displayed to.

  • backgroundcolor

  • visible

  • ssao

  • lights

  • deregister_callbacks

  • cycler

  • conversions

source


# Makie.SceneSpaceType.

Unit space of the scene it's displayed on. Also referred to as data units

source


# Makie.SeriesType.

Series is the plot type associated with plotting function series. Check the docstring for series for further information.

source


# Makie.SliderType.

Makie.Slider <: Block

No docstring defined.

Attributes

(type ?Makie.Slider.x in the REPL for more information about attribute x)

alignmode, color_active, color_active_dimmed, color_inactive, halign, height, horizontal, linewidth, range, snap, startvalue, tellheight, tellwidth, valign, value, width

source


# Makie.SliderGridType.

Makie.SliderGrid <: Block

A grid of horizontal Sliders, where each slider has one name label on the left, and a value label on the right.

Each NamedTuple you pass specifies one Slider. You always have to pass range and label, and optionally a format for the value label. Beyond that, you can set any keyword that Slider takes, such as startvalue.

The format keyword can be a String with Format.jl style, such as "{:.2f}Hz", or a function.

Constructors

julia
SliderGrid(fig_or_scene, nts::NamedTuple...; kwargs...)

Examples

julia
sg = SliderGrid(fig[1, 1],
+end

Attributes

(type ?Makie.Menu.x in the REPL for more information about attribute x)

alignmode, cell_color_active, cell_color_hover, cell_color_inactive_even, cell_color_inactive_odd, direction, dropdown_arrow_color, dropdown_arrow_size, fontsize, halign, height, i_selected, is_open, options, prompt, scroll_speed, selection, selection_cell_color_inactive, tellheight, tellwidth, textcolor, textpadding, valign, width

source


# Makie.MouseEventType.
julia
MouseEvent

Describes a mouse state change. Fields:

  • type: MouseEventType

  • t: Time of the event

  • data: Mouse position in data coordinates

  • px: Mouse position in px relative to scene origin

  • prev_t: Time of previous event

  • prev_data: Previous mouse position in data coordinates

  • prev_px: Previous mouse position in data coordinates

source


# Makie.MoveToType.
julia
MoveTo(p::VecTypes)
+MoveTo(x::Real, y::Real)

A path command for use within a BezierPath which starts a new subpath at the given point.

source


# Makie.MultiplesTicksType.

Like LinearTicks but for multiples of multiple. Example where approximately 5 numbers should be found that are multiples of pi, printed like "1π", "2π", etc.:

MultiplesTicks(5, pi, "π")

source


# Makie.PieType.

Pie is the plot type associated with plotting function pie. Check the docstring for pie for further information.

source


# Makie.PlotSpecType.
julia
PlotSpec(plottype, args...; kwargs...)

Object encoding positional arguments (args), a NamedTuple of attributes (kwargs) as well as plot type P of a basic plot.

source


# Makie.PointLightType.
julia
PointLight(color, position[, attenuation = Vec2f(0)])
+PointLight(color, position, range::Real)

A point-like light source placed at the given position with the given light color.

Optionally an attenuation parameter can be used to reduce the brightness of the light source with distance. The reduction is given by 1 / (1 + attenuation[1] * distance + attenuation[2] * distance^2). Alternatively you can pass a light range to generate matching default attenuation parameters. Note that you may need to set the light intensity, i.e. the light color to values greater than 1 to get satisfying results.

Availability:

  • GLMakie with shading = MultiLightShading

  • RPRMakie

source


# Makie.PolarAxisType.

Makie.PolarAxis <: Block

No docstring defined.

Attributes

(type ?Makie.PolarAxis.x in the REPL for more information about attribute x)

alignmode, axis_rotation_button, backgroundcolor, clip, clip_r, clipcolor, dim1_conversion, dim2_conversion, direction, fixrmin, gridz, halign, height, normalize_theta_ticks, r_translation_button, radius_at_origin, rautolimitmargin, reset_axis_orientation, reset_button, rgridcolor, rgridstyle, rgridvisible, rgridwidth, rlimits, rminorgridcolor, rminorgridstyle, rminorgridvisible, rminorgridwidth, rminorticks, rtickangle, rtickformat, rticklabelcolor, rticklabelfont, rticklabelpad, rticklabelrotation, rticklabelsize, rticklabelstrokecolor, rticklabelstrokewidth, rticklabelsvisible, rticks, rzoomkey, rzoomlock, sample_density, spinecolor, spinestyle, spinevisible, spinewidth, tellheight, tellwidth, theta_0, theta_as_x, theta_translation_button, thetaautolimitmargin, thetagridcolor, thetagridstyle, thetagridvisible, thetagridwidth, thetalimits, thetaminorgridcolor, thetaminorgridstyle, thetaminorgridvisible, thetaminorgridwidth, thetaminorticks, thetatickformat, thetaticklabelcolor, thetaticklabelfont, thetaticklabelpad, thetaticklabelsize, thetaticklabelstrokecolor, thetaticklabelstrokewidth, thetaticklabelsvisible, thetaticks, thetazoomkey, thetazoomlock, title, titlealign, titlecolor, titlefont, titlegap, titlesize, titlevisible, valign, width, zoomspeed

source


# Makie.QQNormType.

QQNorm is the plot type associated with plotting function qqnorm. Check the docstring for qqnorm for further information.

source


# Makie.QQPlotType.

QQPlot is the plot type associated with plotting function qqplot. Check the docstring for qqplot for further information.

source


# Makie.RainCloudsType.

RainClouds is the plot type associated with plotting function rainclouds. Check the docstring for rainclouds for further information.

source


# Makie.RangebarsType.

Rangebars is the plot type associated with plotting function rangebars. Check the docstring for rangebars for further information.

source


# Makie.RectLightType.
julia
RectLight(color, r::Rect2[, direction = -normal])
+RectLight(color, center::Point3f, b1::Vec3f, b2::Vec3f[, direction = -normal])

Creates a RectLight with a given color. The first constructor derives the light from a Rect2 extending in x and y directions. The second specifies the center of the rect (or more accurately parallelogram) with b1 and b2 specifying the width and height vectors (including scale).

Note that RectLight implements translate!, rotate! and scale! to simplify adjusting the light.

Availability:

  • GLMakie with Shading = MultiLightShading

source


# Makie.ReverseType.

Reverses the attribute T upon conversion

source


# Makie.ReversibleScaleType.
julia
ReversibleScale

Custom scale struct, taking a forward and inverse arbitrary scale function.

Fields

  • forward::Function: forward transformation (e.g. log10)

  • inverse::Function: inverse transformation (e.g. exp10 for log10 such that inverse ∘ forward ≡ identity)

  • limits::Tuple{Float32, Float32}: default limits (optional)

  • interval::IntervalSets.AbstractInterval: valid limits interval (optional)

  • name::Symbol

source


# Makie.ScatterLinesType.

ScatterLines is the plot type associated with plotting function scatterlines. Check the docstring for scatterlines for further information.

source


# Makie.SceneType.
julia
Scene TODO document this

Constructors

Fields

  • parent: The parent of the Scene; if it is a top-level Scene, parent == nothing.

  • events: Events associated with the Scene.

  • viewport: The current pixel area of the Scene.

  • clear: Whether the scene should be cleared.

  • camera: The Camera associated with the Scene.

  • camera_controls: The controls for the camera of the Scene.

  • transformation: The Transformation of the Scene.

  • float32convert: A transformation rescaling data to a Float32-save range.

  • plots: The plots contained in the Scene.

  • theme

  • children: Children of the Scene inherit its transformation.

  • current_screens: The Screens which the Scene is displayed to.

  • backgroundcolor

  • visible

  • ssao

  • lights

  • deregister_callbacks

  • cycler

  • conversions

source


# Makie.SceneSpaceType.

Unit space of the scene it's displayed on. Also referred to as data units

source


# Makie.SeriesType.

Series is the plot type associated with plotting function series. Check the docstring for series for further information.

source


# Makie.SliderType.

Makie.Slider <: Block

No docstring defined.

Attributes

(type ?Makie.Slider.x in the REPL for more information about attribute x)

alignmode, color_active, color_active_dimmed, color_inactive, halign, height, horizontal, linewidth, range, snap, startvalue, tellheight, tellwidth, valign, value, width

source


# Makie.SliderGridType.

Makie.SliderGrid <: Block

A grid of horizontal Sliders, where each slider has one name label on the left, and a value label on the right.

Each NamedTuple you pass specifies one Slider. You always have to pass range and label, and optionally a format for the value label. Beyond that, you can set any keyword that Slider takes, such as startvalue.

The format keyword can be a String with Format.jl style, such as "{:.2f}Hz", or a function.

Constructors

julia
SliderGrid(fig_or_scene, nts::NamedTuple...; kwargs...)

Examples

julia
sg = SliderGrid(fig[1, 1],
     (label = "Amplitude", range = 0:0.1:10, startvalue = 5),
     (label = "Frequency", range = 0:0.5:50, format = "{:.1f}Hz", startvalue = 10),
     (label = "Phase", range = 0:0.01:2pi,
         format = x -> string(round(x/pi, digits = 2), "π"))
 )

Working with slider values:

julia
on(sg.sliders[1].value) do val
     # do something with `val`
-end

Attributes

(type ?Makie.SliderGrid.x in the REPL for more information about attribute x)

alignmode, halign, height, tellheight, tellwidth, valign, value_column_width, width

source


# Makie.SpotLightType.
julia
SpotLight(color, position, direction, angles)

Creates a spot light which illuminates objects in a light cone starting at position pointing in direction. The opening angle is defined by an inner and outer angle given in angles, between which the light intensity drops off.

Availability:

  • GLMakie with shading = MultiLightShading

  • RPRMakie

source


# Makie.SpyType.

Spy is the plot type associated with plotting function spy. Check the docstring for spy for further information.

source


# Makie.StairsType.

Stairs is the plot type associated with plotting function stairs. Check the docstring for stairs for further information.

source


# Makie.StemType.

Stem is the plot type associated with plotting function stem. Check the docstring for stem for further information.

source


# Makie.StepHistType.

StepHist is the plot type associated with plotting function stephist. Check the docstring for stephist for further information.

source


# Makie.StreamPlotType.

StreamPlot is the plot type associated with plotting function streamplot. Check the docstring for streamplot for further information.

source


# Makie.TextboxType.

Makie.Textbox <: Block

No docstring defined.

Attributes

(type ?Makie.Textbox.x in the REPL for more information about attribute x)

alignmode, bordercolor, bordercolor_focused, bordercolor_focused_invalid, bordercolor_hover, borderwidth, boxcolor, boxcolor_focused, boxcolor_focused_invalid, boxcolor_hover, cornerradius, cornersegments, cursorcolor, defocus_on_submit, displayed_string, focused, font, fontsize, halign, height, placeholder, reset_on_defocus, restriction, stored_string, tellheight, tellwidth, textcolor, textcolor_placeholder, textpadding, validator, valign, width

source


# Makie.TimeSeriesType.

TimeSeries is the plot type associated with plotting function timeseries. Check the docstring for timeseries for further information.

source


# Makie.ToggleType.

Makie.Toggle <: Block

No docstring defined.

Attributes

(type ?Makie.Toggle.x in the REPL for more information about attribute x)

active, alignmode, buttoncolor, cornersegments, framecolor_active, framecolor_inactive, halign, height, rimfraction, tellheight, tellwidth, toggleduration, valign, width

source


# Makie.TooltipType.

Tooltip is the plot type associated with plotting function tooltip. Check the docstring for tooltip for further information.

source


# Makie.TransformationType.

Holds the transformations for Scenes.

Fields

  • parent::Base.RefValue{Transformation}

  • translation::Observable{Vec{3, Float64}}

  • scale::Observable{Vec{3, Float64}}

  • rotation::Observable{Quaternionf}

  • model::Observable{StaticArraysCore.SMatrix{4, 4, Float64, 16}}

  • parent_model::Observable{StaticArraysCore.SMatrix{4, 4, Float64, 16}}

  • transform_func::Observable{Any}

source


# Makie.TricontourfType.

Tricontourf is the plot type associated with plotting function tricontourf. Check the docstring for tricontourf for further information.

source


# Makie.TriplotType.

Triplot is the plot type associated with plotting function triplot. Check the docstring for triplot for further information.

source


# Makie.VLinesType.

VLines is the plot type associated with plotting function vlines. Check the docstring for vlines for further information.

source


# Makie.VSpanType.

VSpan is the plot type associated with plotting function vspan. Check the docstring for vspan for further information.

source


# Makie.VideoStreamMethod.
julia
VideoStream(fig::FigureLike;
+end

Attributes

(type ?Makie.SliderGrid.x in the REPL for more information about attribute x)

alignmode, halign, height, tellheight, tellwidth, valign, value_column_width, width

source


# Makie.SpotLightType.
julia
SpotLight(color, position, direction, angles)

Creates a spot light which illuminates objects in a light cone starting at position pointing in direction. The opening angle is defined by an inner and outer angle given in angles, between which the light intensity drops off.

Availability:

  • GLMakie with shading = MultiLightShading

  • RPRMakie

source


# Makie.SpyType.

Spy is the plot type associated with plotting function spy. Check the docstring for spy for further information.

source


# Makie.StairsType.

Stairs is the plot type associated with plotting function stairs. Check the docstring for stairs for further information.

source


# Makie.StemType.

Stem is the plot type associated with plotting function stem. Check the docstring for stem for further information.

source


# Makie.StepHistType.

StepHist is the plot type associated with plotting function stephist. Check the docstring for stephist for further information.

source


# Makie.StreamPlotType.

StreamPlot is the plot type associated with plotting function streamplot. Check the docstring for streamplot for further information.

source


# Makie.TextboxType.

Makie.Textbox <: Block

No docstring defined.

Attributes

(type ?Makie.Textbox.x in the REPL for more information about attribute x)

alignmode, bordercolor, bordercolor_focused, bordercolor_focused_invalid, bordercolor_hover, borderwidth, boxcolor, boxcolor_focused, boxcolor_focused_invalid, boxcolor_hover, cornerradius, cornersegments, cursorcolor, defocus_on_submit, displayed_string, focused, font, fontsize, halign, height, placeholder, reset_on_defocus, restriction, stored_string, tellheight, tellwidth, textcolor, textcolor_placeholder, textpadding, validator, valign, width

source


# Makie.TimeSeriesType.

TimeSeries is the plot type associated with plotting function timeseries. Check the docstring for timeseries for further information.

source


# Makie.ToggleType.

Makie.Toggle <: Block

No docstring defined.

Attributes

(type ?Makie.Toggle.x in the REPL for more information about attribute x)

active, alignmode, buttoncolor, cornersegments, framecolor_active, framecolor_inactive, halign, height, rimfraction, tellheight, tellwidth, toggleduration, valign, width

source


# Makie.TooltipType.

Tooltip is the plot type associated with plotting function tooltip. Check the docstring for tooltip for further information.

source


# Makie.TransformationType.

Holds the transformations for Scenes.

Fields

  • parent::Base.RefValue{Transformation}

  • translation::Observable{Vec{3, Float64}}

  • scale::Observable{Vec{3, Float64}}

  • rotation::Observable{Quaternionf}

  • model::Observable{StaticArraysCore.SMatrix{4, 4, Float64, 16}}

  • parent_model::Observable{StaticArraysCore.SMatrix{4, 4, Float64, 16}}

  • transform_func::Observable{Any}

source


# Makie.TricontourfType.

Tricontourf is the plot type associated with plotting function tricontourf. Check the docstring for tricontourf for further information.

source


# Makie.TriplotType.

Triplot is the plot type associated with plotting function triplot. Check the docstring for triplot for further information.

source


# Makie.VLinesType.

VLines is the plot type associated with plotting function vlines. Check the docstring for vlines for further information.

source


# Makie.VSpanType.

VSpan is the plot type associated with plotting function vspan. Check the docstring for vspan for further information.

source


# Makie.VideoStreamMethod.
julia
VideoStream(fig::FigureLike;
         format="mp4", framerate=24, compression=nothing, profile=nothing, pixel_format=nothing, loop=nothing,
         loglevel="quiet", visible=false, connect=false, backend=current_backend(),
         screen_config...)

Returns a VideoStream which can pipe new frames into the ffmpeg process with few allocations via recordframe!(stream). When done, use save(path, stream) to write the video out to a file.

Arguments

Video options

  • format = "mkv": The format of the video. If a path is present, will be inferred from the file extension. Can be one of the following:

    • "mkv" (open standard, the default)

    • "mp4" (good for Web, most supported format)

    • "webm" (smallest file size)

    • "gif" (largest file size for the same quality)

    mp4 and mk4 are marginally bigger than webm. gifs can be significantly (as much as 6x) larger with worse quality (due to the limited color palette) and only should be used as a last resort, for playing in a context where videos aren't supported.

  • framerate = 24: The target framerate.

  • compression = 20: Controls the video compression via ffmpeg's -crf option, with smaller numbers giving higher quality and larger file sizes (lower compression), and higher numbers giving lower quality and smaller file sizes (higher compression). The minimum value is 0 (lossless encoding).

    • For mp4, 51 is the maximum. Note that compression = 0 only works with mp4 if

    profile = "high444".

    • For webm, 63 is the maximum.

    • compression has no effect on mkv and gif outputs.

  • profile = "high422": A ffmpeg compatible profile. Currently only applies to mp4. If

you have issues playing a video, try profile = "high" or profile = "main".

  • pixel_format = "yuv420p": A ffmpeg compatible pixel format (-pix_fmt). Currently only

applies to mp4. Defaults to yuv444p for profile = "high444".

  • loop = 0: Number of times the video is repeated, for a gif or html output. Defaults to 0, which

means infinite looping. A value of -1 turns off looping, and a value of n > 0 means n repetitions (i.e. the video is played n+1 times) when supported by backend.

!!! warning
 `profile` and `pixel_format` are only used when `format` is `"mp4"`; a warning will be issued if `format`
 is not `"mp4"` and those two arguments are not `nothing`. Similarly, `compression` is only
-valid when `format` is `"mp4"` or `"webm"`.

Backend options

  • backend=current_backend(): backend used to record frames

  • visible=false: make window visible or not

  • connect=false: connect window events or not

  • screen_config...: See ?Backend.Screen or Base.doc(Backend.Screen) for applicable options that can be passed and forwarded to the backend.

source


# Makie.ViolinType.

Violin is the plot type associated with plotting function violin. Check the docstring for violin for further information.

source


# Makie.VolumeSlicesType.

VolumeSlices is the plot type associated with plotting function volumeslices. Check the docstring for volumeslices for further information.

source


# Makie.VoronoiplotType.

Voronoiplot is the plot type associated with plotting function voronoiplot. Check the docstring for voronoiplot for further information.

source


# Makie.WaterfallType.

Waterfall is the plot type associated with plotting function waterfall. Check the docstring for waterfall for further information.

source


# Makie.WilkinsonTicksMethod.
julia
WilkinsonTicks(
+valid when `format` is `"mp4"` or `"webm"`.

Backend options

  • backend=current_backend(): backend used to record frames

  • visible=false: make window visible or not

  • connect=false: connect window events or not

  • screen_config...: See ?Backend.Screen or Base.doc(Backend.Screen) for applicable options that can be passed and forwarded to the backend.

source


# Makie.ViolinType.

Violin is the plot type associated with plotting function violin. Check the docstring for violin for further information.

source


# Makie.VolumeSlicesType.

VolumeSlices is the plot type associated with plotting function volumeslices. Check the docstring for volumeslices for further information.

source


# Makie.VoronoiplotType.

Voronoiplot is the plot type associated with plotting function voronoiplot. Check the docstring for voronoiplot for further information.

source


# Makie.WaterfallType.

Waterfall is the plot type associated with plotting function waterfall. Check the docstring for waterfall for further information.

source


# Makie.WilkinsonTicksMethod.
julia
WilkinsonTicks(
     k_ideal::Int;
     k_min = 2, k_max = 10,
     Q = [(1.0, 1.0), (5.0, 0.9), (2.0, 0.7), (2.5, 0.5), (3.0, 0.2)],
@@ -74,14 +74,14 @@
     simplicity_weight = 1/6,
     coverage_weight = 1/3,
     niceness_weight = 1/4
-)

WilkinsonTicks is a thin wrapper over PlotUtils.optimize_ticks, the docstring of which is reproduced below:

optimize_ticks(xmin, xmax; extend_ticks::Bool = false, Q = [(1.0,1.0), (5.0, 0.9), (2.0, 0.7), (2.5, 0.5), (3.0, 0.2)], k_min = 2, k_max = 10, k_ideal = 5, granularity_weight = 1/4, simplicity_weight = 1/6, coverage_weight = 1/3, niceness_weight = 1/4, strict_span = true, span_buffer = nothing)

Find some reasonable values for tick marks.

This is basically Wilkinson's ad-hoc scoring method that tries to balance tight fit around the data, optimal number of ticks, and simple numbers.

Arguments:

  • xmax: The maximum value occurring in the data.

  • xmin: The minimum value occurring in the data.

  • extend_ticks: Determines whether to extend tick computation. Defaults to false.

  • strict_span: True if no ticks should be outside [x_min, x_max]. Defaults to true.

  • Q: A distribution of nice numbers from which labellings are sampled. Stored in the form (number, score).

  • k_min: The minimum number of ticks.

  • k_max: The maximum number of ticks.

  • k_ideal: The ideal number of ticks.

  • granularity_weight: Encourages returning roughly the number of labels requested.

  • simplicity_weight: Encourages nicer labeling sequences by preferring step sizes that appear earlier in Q. Also rewards labelings that include 0 as a way to ground the sequence.

  • coverage_weight: Encourages labelings that do not extend far beyond the range of the data, penalizing unnecessary whitespace.

  • niceness_weight: Encourages labellings to produce nice ranges.

Returns:

(ticklocations::Vector{Float64}, x_min, x_max)

Mathematical details

Wilkinson’s optimization function is defined as the sum of three components. If the user requests m labels and a possible labeling has k labels, then the components are simplicity, coverage and granularity.

These components are defined as follows:

$

\begin{aligned} &\text{simplicity} = 1 - \frac{i}{|Q|} + \frac{v}{|Q|}
&\text{coverage} = \frac{x_{max} - x_{min}}{\mathrm{label}{max} - \mathrm{label}{min}}
&\text{granularity}= 1 - \frac{\left|k - m\right|}{m} \end{aligned} $

and the variables here are:

  • q: element of Q.

  • i: index of qQ.

  • v: 1 if label range includes 0, 0 otherwise.

source


# FileIO.saveMethod.
julia
FileIO.save(filename, scene; size = size(scene), pt_per_unit = 0.75, px_per_unit = 1.0)

Save a Scene with the specified filename and format.

Supported Formats

  • GLMakie: .png

  • CairoMakie: .svg, .pdf and .png

  • WGLMakie: .png

Supported Keyword Arguments

All Backends

  • size: (width::Int, height::Int) of the scene in dimensionless units.

  • update: Whether the figure should be updated before saving. This resets the limits of all Axes in the figure. Defaults to true.

  • backend: Specify the Makie backend that should be used for saving. Defaults to the current backend.

  • px_per_unit: The size of one scene unit in px when exporting to a bitmap format. This provides a mechanism to export the same scene with higher or lower resolution.

  • Further keywords will be forwarded to the screen.

CairoMakie

  • pt_per_unit: The size of one scene unit in pt when exporting to a vector format.

source


# FileIO.saveMethod.
julia
save(path::String, io::VideoStream)

Flushes the video stream and saves it to path. Ideally, path's file extension is the same as the format that the VideoStream was created with (e.g., if created with format "mp4" then path's file extension must be ".mp4"). Otherwise, the video will get converted to the target format. If using record then this is handled for you, as the VideoStream's format is deduced from the file extension of the path passed to record.

source


# Makie.PatternMethod.
julia
Pattern(image)
-Pattern(mask[; color1, color2])

Creates an ImagePattern from an image (a matrix of colors) or a mask (a matrix of real numbers). The pattern can be passed as a color to a plot to texture it. If a mask is passed, one can specify to colors between which colors are interpolated.

source


# Makie.PatternMethod.
julia
Pattern(style::String = "/"; kwargs...)
-Pattern(style::Char = '/'; kwargs...)

Creates a line pattern based on the given argument. Available patterns are '/', '\', '-', '|', 'x', and '+'. All keyword arguments correspond to the keyword arguments for LinePattern.

source


# Makie.RecordMethod.
julia
Record(func, figlike, [iter]; kw_args...)

Check Makie.record for documentation.

source


# Makie.ablinesFunction.
julia
ablines(intercepts, slopes; attrs...)

Creates a line defined by f(x) = slope * x + intercept crossing a whole Scene with 2D projection at its current limits. You can pass one or multiple intercepts or slopes.

Plot type

The plot type alias for the ablines function is ABLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.ablines!Function.

ablines! is the mutating variant of plotting function ablines. Check the docstring for ablines for further information.

source


# Makie.activate_interaction!Method.
julia
activate_interaction!(parent, name::Symbol)

Activate the interaction named name registered in parent.

source


# Makie.addmouseevents!Method.
julia
addmouseevents!(scene, elements...)

Returns a MouseEventHandle with an observable inside which is triggered by all mouse interactions with the scene and optionally restricted to all given plot objects in elements.

To react to mouse events, use the onmouse... handlers.

Example:

mouseevents = addmouseevents!(scene, scatterplot)
+)

WilkinsonTicks is a thin wrapper over PlotUtils.optimize_ticks, the docstring of which is reproduced below:

optimize_ticks(xmin, xmax; extend_ticks::Bool = false, Q = [(1.0,1.0), (5.0, 0.9), (2.0, 0.7), (2.5, 0.5), (3.0, 0.2)], k_min = 2, k_max = 10, k_ideal = 5, granularity_weight = 1/4, simplicity_weight = 1/6, coverage_weight = 1/3, niceness_weight = 1/4, strict_span = true, span_buffer = nothing)

Find some reasonable values for tick marks.

This is basically Wilkinson's ad-hoc scoring method that tries to balance tight fit around the data, optimal number of ticks, and simple numbers.

Arguments:

  • xmax: The maximum value occurring in the data.

  • xmin: The minimum value occurring in the data.

  • extend_ticks: Determines whether to extend tick computation. Defaults to false.

  • strict_span: True if no ticks should be outside [x_min, x_max]. Defaults to true.

  • Q: A distribution of nice numbers from which labellings are sampled. Stored in the form (number, score).

  • k_min: The minimum number of ticks.

  • k_max: The maximum number of ticks.

  • k_ideal: The ideal number of ticks.

  • granularity_weight: Encourages returning roughly the number of labels requested.

  • simplicity_weight: Encourages nicer labeling sequences by preferring step sizes that appear earlier in Q. Also rewards labelings that include 0 as a way to ground the sequence.

  • coverage_weight: Encourages labelings that do not extend far beyond the range of the data, penalizing unnecessary whitespace.

  • niceness_weight: Encourages labellings to produce nice ranges.

Returns:

(ticklocations::Vector{Float64}, x_min, x_max)

Mathematical details

Wilkinson’s optimization function is defined as the sum of three components. If the user requests m labels and a possible labeling has k labels, then the components are simplicity, coverage and granularity.

These components are defined as follows:

$

\begin{aligned} &\text{simplicity} = 1 - \frac{i}{|Q|} + \frac{v}{|Q|}
&\text{coverage} = \frac{x_{max} - x_{min}}{\mathrm{label}{max} - \mathrm{label}{min}}
&\text{granularity}= 1 - \frac{\left|k - m\right|}{m} \end{aligned} $

and the variables here are:

  • q: element of Q.

  • i: index of qQ.

  • v: 1 if label range includes 0, 0 otherwise.

source


# FileIO.saveMethod.
julia
FileIO.save(filename, scene; size = size(scene), pt_per_unit = 0.75, px_per_unit = 1.0)

Save a Scene with the specified filename and format.

Supported Formats

  • GLMakie: .png

  • CairoMakie: .svg, .pdf and .png

  • WGLMakie: .png

Supported Keyword Arguments

All Backends

  • size: (width::Int, height::Int) of the scene in dimensionless units.

  • update: Whether the figure should be updated before saving. This resets the limits of all Axes in the figure. Defaults to true.

  • backend: Specify the Makie backend that should be used for saving. Defaults to the current backend.

  • px_per_unit: The size of one scene unit in px when exporting to a bitmap format. This provides a mechanism to export the same scene with higher or lower resolution.

  • Further keywords will be forwarded to the screen.

CairoMakie

  • pt_per_unit: The size of one scene unit in pt when exporting to a vector format.

source


# FileIO.saveMethod.
julia
save(path::String, io::VideoStream)

Flushes the video stream and saves it to path. Ideally, path's file extension is the same as the format that the VideoStream was created with (e.g., if created with format "mp4" then path's file extension must be ".mp4"). Otherwise, the video will get converted to the target format. If using record then this is handled for you, as the VideoStream's format is deduced from the file extension of the path passed to record.

source


# Makie.PatternMethod.
julia
Pattern(image)
+Pattern(mask[; color1, color2])

Creates an ImagePattern from an image (a matrix of colors) or a mask (a matrix of real numbers). The pattern can be passed as a color to a plot to texture it. If a mask is passed, one can specify to colors between which colors are interpolated.

source


# Makie.PatternMethod.
julia
Pattern(style::String = "/"; kwargs...)
+Pattern(style::Char = '/'; kwargs...)

Creates a line pattern based on the given argument. Available patterns are '/', '\', '-', '|', 'x', and '+'. All keyword arguments correspond to the keyword arguments for LinePattern.

source


# Makie.RecordMethod.
julia
Record(func, figlike, [iter]; kw_args...)

Check Makie.record for documentation.

source


# Makie.ablinesFunction.
julia
ablines(intercepts, slopes; attrs...)

Creates a line defined by f(x) = slope * x + intercept crossing a whole Scene with 2D projection at its current limits. You can pass one or multiple intercepts or slopes.

Plot type

The plot type alias for the ablines function is ABLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.ablines!Function.

ablines! is the mutating variant of plotting function ablines. Check the docstring for ablines for further information.

source


# Makie.activate_interaction!Method.
julia
activate_interaction!(parent, name::Symbol)

Activate the interaction named name registered in parent.

source


# Makie.addmouseevents!Method.
julia
addmouseevents!(scene, elements...)

Returns a MouseEventHandle with an observable inside which is triggered by all mouse interactions with the scene and optionally restricted to all given plot objects in elements.

To react to mouse events, use the onmouse... handlers.

Example:

mouseevents = addmouseevents!(scene, scatterplot)
 
 onmouseleftclick(mouseevents) do event
     # do something with the mouseevent
-end

source


# Makie.annotationsFunction.
julia
annotations(strings::Vector{String}, positions::Vector{Point})

Plots an array of texts at each position in positions.

Plot type

The plot type alias for the annotations function is Annotations.

Attributes

align = (:left, :bottom) — Sets the alignment of the string w.r.t. position. Uses :left, :center, :right, :top, :bottom, :baseline or fractions.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit textcolor — Sets the color of the text. One can set one color per glyph by passing a Vector{<:Colorant}, or one colorant for the whole text. If color is a vector of numbers, the colormap args are used to map the numbers to colors.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font = @inherit font — Sets the font. Can be a Symbol which will be looked up in the fonts dictionary or a String specifying the (partial) name of a font or the file path of a font file

fonts = @inherit fonts — Used as a dictionary to look up fonts specified by Symbol, for example :regular, :bold or :italic.

fontsize = @inherit fontsize — The fontsize in units depending on markerspace.

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

glowcolor = (:black, 0.0) — Sets the color of the glow effect around the text.

glowwidth = 0.0 — Sets the size of a glow effect around the text.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification = automatic — Sets the alignment of text w.r.t its bounding box. Can be :left, :center, :right or a fraction. Will default to the horizontal alignment in align.

lineheight = 1.0 — The lineheight multiplier.

lowclip = automatic — The color for any value below the colorrange.

markerspace = :pixel — Sets the space in which fontsize acts. See Makie.spaces() for possible inputs.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

offset = (0.0, 0.0) — The offset of the text from the given position in markerspace units.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

position = (0.0, 0.0) — Deprecated: Specifies the position of the text. Use the positional argument to text instead.

rotation = 0.0 — Rotates text around the given position

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = (:black, 0.0) — Sets the color of the outline around a marker.

strokewidth = 0 — Sets the width of the outline around a marker.

text = "" — Specifies one piece of text or a vector of texts to show, where the number has to match the number of positions given. Makie supports String which is used for all normal text and LaTeXString which layouts mathematical expressions using MathTeXEngine.jl.

transform_marker = false — Controls whether the model matrix (without translation) applies to the glyph itself, rather than just the positions. (If this is true, scale! and rotate! will affect the text glyphs.)

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

word_wrap_width = -1 — Specifies a linewidth limit for text. If a word overflows this limit, a newline is inserted before it. Negative numbers disable word wrapping.

source


# Makie.annotations!Function.

annotations! is the mutating variant of plotting function annotations. Check the docstring for annotations for further information.

source


# Makie.arcFunction.
julia
arc(origin, radius, start_angle, stop_angle; kwargs...)

This function plots a circular arc, centered at origin with radius radius, from start_angle to stop_angle. origin must be a coordinate in 2 dimensions (i.e., a Point2); the rest of the arguments must be <: Number.

Examples:

arc(Point2f(0), 1, 0.0, π) arc(Point2f(1, 2), 0.3, π, -π)

Plot type

The plot type alias for the arc function is Arc.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

resolution = 361 — The number of line points approximating the arc.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.arc!Function.

arc! is the mutating variant of plotting function arc. Check the docstring for arc for further information.

source


# Makie.autolimits!Function.
julia
autolimits!(ax::PolarAxis[, unlock_zoom = true])

Calling this tells the PolarAxis to derive limits freely from the plotted data, which allows rmin > 0 and thetalimits spanning less than a full circle. If unlock_zoom = true this also unlocks zooming in r and theta direction and allows for translations in r direction.

source


# Makie.autolimits!Method.
julia
autolimits!()
-autolimits!(la::Axis)

Reset manually specified limits of la to an automatically determined rectangle, that depends on the data limits of all plot objects in the axis, as well as the autolimit margins for x and y axis. The argument la defaults to current_axis().

source


# Makie.available_gradientsMethod.
julia
available_gradients()

Prints all available gradient names.

source


# Makie.available_marker_symbolsMethod.
julia
available_marker_symbols()

Displays all available marker symbols.

source


# Makie.available_plotting_methodsMethod.
julia
available_plotting_methods()

Returns an array of all available plotting functions.

source


# Makie.axis3dMethod.
julia
axis3d(args; kw...)

Plots a 3-dimensional OldAxis.

Attributes

OldAxis attributes and their defaults for Plot{Makie.axis3d} are:

    showaxis: (true, true, true)
+end

source


# Makie.annotationsFunction.
julia
annotations(strings::Vector{String}, positions::Vector{Point})

Plots an array of texts at each position in positions.

Plot type

The plot type alias for the annotations function is Annotations.

Attributes

align = (:left, :bottom) — Sets the alignment of the string w.r.t. position. Uses :left, :center, :right, :top, :bottom, :baseline or fractions.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit textcolor — Sets the color of the text. One can set one color per glyph by passing a Vector{<:Colorant}, or one colorant for the whole text. If color is a vector of numbers, the colormap args are used to map the numbers to colors.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font = @inherit font — Sets the font. Can be a Symbol which will be looked up in the fonts dictionary or a String specifying the (partial) name of a font or the file path of a font file

fonts = @inherit fonts — Used as a dictionary to look up fonts specified by Symbol, for example :regular, :bold or :italic.

fontsize = @inherit fontsize — The fontsize in units depending on markerspace.

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

glowcolor = (:black, 0.0) — Sets the color of the glow effect around the text.

glowwidth = 0.0 — Sets the size of a glow effect around the text.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification = automatic — Sets the alignment of text w.r.t its bounding box. Can be :left, :center, :right or a fraction. Will default to the horizontal alignment in align.

lineheight = 1.0 — The lineheight multiplier.

lowclip = automatic — The color for any value below the colorrange.

markerspace = :pixel — Sets the space in which fontsize acts. See Makie.spaces() for possible inputs.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

offset = (0.0, 0.0) — The offset of the text from the given position in markerspace units.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

position = (0.0, 0.0) — Deprecated: Specifies the position of the text. Use the positional argument to text instead.

rotation = 0.0 — Rotates text around the given position

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = (:black, 0.0) — Sets the color of the outline around a marker.

strokewidth = 0 — Sets the width of the outline around a marker.

text = "" — Specifies one piece of text or a vector of texts to show, where the number has to match the number of positions given. Makie supports String which is used for all normal text and LaTeXString which layouts mathematical expressions using MathTeXEngine.jl.

transform_marker = false — Controls whether the model matrix (without translation) applies to the glyph itself, rather than just the positions. (If this is true, scale! and rotate! will affect the text glyphs.)

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

word_wrap_width = -1 — Specifies a linewidth limit for text. If a word overflows this limit, a newline is inserted before it. Negative numbers disable word wrapping.

source


# Makie.annotations!Function.

annotations! is the mutating variant of plotting function annotations. Check the docstring for annotations for further information.

source


# Makie.arcFunction.
julia
arc(origin, radius, start_angle, stop_angle; kwargs...)

This function plots a circular arc, centered at origin with radius radius, from start_angle to stop_angle. origin must be a coordinate in 2 dimensions (i.e., a Point2); the rest of the arguments must be <: Number.

Examples:

arc(Point2f(0), 1, 0.0, π) arc(Point2f(1, 2), 0.3, π, -π)

Plot type

The plot type alias for the arc function is Arc.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

resolution = 361 — The number of line points approximating the arc.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.arc!Function.

arc! is the mutating variant of plotting function arc. Check the docstring for arc for further information.

source


# Makie.autolimits!Function.
julia
autolimits!(ax::PolarAxis[, unlock_zoom = true])

Calling this tells the PolarAxis to derive limits freely from the plotted data, which allows rmin > 0 and thetalimits spanning less than a full circle. If unlock_zoom = true this also unlocks zooming in r and theta direction and allows for translations in r direction.

source


# Makie.autolimits!Method.
julia
autolimits!()
+autolimits!(la::Axis)

Reset manually specified limits of la to an automatically determined rectangle, that depends on the data limits of all plot objects in the axis, as well as the autolimit margins for x and y axis. The argument la defaults to current_axis().

source


# Makie.available_gradientsMethod.
julia
available_gradients()

Prints all available gradient names.

source


# Makie.available_marker_symbolsMethod.
julia
available_marker_symbols()

Displays all available marker symbols.

source


# Makie.available_plotting_methodsMethod.
julia
available_plotting_methods()

Returns an array of all available plotting functions.

source


# Makie.axis3dMethod.
julia
axis3d(args; kw...)

Plots a 3-dimensional OldAxis.

Attributes

OldAxis attributes and their defaults for Plot{Makie.axis3d} are:

    showaxis: (true, true, true)
     visible: true
     ticks: 
         rotation: (-0.7071067811865475 + -0.0im + -0.0jm - 0.7071067811865476km, -4.371139e-8 + 0.0im + 0.0jm + 1.0km, -3.090861907263062e-8 + 3.090861907263061e-8im + 0.7071067811865475jm + 0.7071067811865476km)
@@ -114,24 +114,24 @@
         linewidth: (1, 1, 1)
         linecolor: (RGBA{Float32}(0.5f0,0.5f0,0.5f0,0.4f0), RGBA{Float32}(0.5f0,0.5f0,0.5f0,0.4f0), RGBA{Float32}(0.5f0,0.5f0,0.5f0,0.4f0))
     inspectable: false
-    showticks: (true, true, true)

source


# Makie.axislegendMethod.
julia
axislegend(ax, args...; position = :rt, kwargs...)
+    showticks: (true, true, true)

source


# Makie.axislegendMethod.
julia
axislegend(ax, args...; position = :rt, kwargs...)
 axislegend(ax, args...; position = (1, 1), kwargs...)
 axislegend(ax = current_axis(); kwargs...)
 axislegend(title::AbstractString; kwargs...)
-axislegend(ax, title::AbstractString; kwargs...)

Create a legend that sits inside an Axis's plot area.

The position can be a Symbol where the first letter controls the horizontal alignment and can be l, r or c, and the second letter controls the vertical alignment and can be t, b or c. Or it can be a tuple where the first element is set as the Legend's halign and the second element as its valign.

With the keywords merge and unique you can control how plot objects with the same labels are treated. If merge is true, all plot objects with the same label will be layered on top of each other into one legend entry. If unique is true, all plot objects with the same plot type and label will be reduced to one occurrence.

source


# Makie.bandFunction.
julia
band(x, ylower, yupper; kwargs...)
+axislegend(ax, title::AbstractString; kwargs...)

Create a legend that sits inside an Axis's plot area.

The position can be a Symbol where the first letter controls the horizontal alignment and can be l, r or c, and the second letter controls the vertical alignment and can be t, b or c. Or it can be a tuple where the first element is set as the Legend's halign and the second element as its valign.

With the keywords merge and unique you can control how plot objects with the same labels are treated. If merge is true, all plot objects with the same label will be layered on top of each other into one legend entry. If unique is true, all plot objects with the same plot type and label will be reduced to one occurrence.

source


# Makie.bandFunction.
julia
band(x, ylower, yupper; kwargs...)
 band(lower, upper; kwargs...)
-band(x, lowerupper; kwargs...)

Plots a band from ylower to yupper along x. The form band(lower, upper) plots a ruled surface between the points in lower and upper. Both bounds can be passed together as lowerupper, a vector of intervals.

Plot type

The plot type alias for the band function is Band.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = @inherit patchcolor — Sets the color of the mesh. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

matcap = nothingNo docs available.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShading — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.band!Function.

band! is the mutating variant of plotting function band. Check the docstring for band for further information.

source


# Makie.barplotFunction.
julia
barplot(positions, heights; kwargs...)

Plots a barplot.

Plot type

The plot type alias for the barplot function is BarPlot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bar_labels = nothing — Labels added at the end of each bar.

color = @inherit patchcolorNo docs available.

color_over_background = automaticNo docs available.

color_over_bar = automaticNo docs available.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction = :y — Controls the direction of the bars, can be :y (vertical) or :x (horizontal).

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

fillto = automatic — Controls the baseline of the bars. This is zero in the default automatic case unless the barplot is in a log-scaled Axis. With a log scale, the automatic default is half the minimum value because zero is an invalid value for a log scale.

flip_labels_at = InfNo docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap = 0.2 — The final width of the bars is calculated as w * (1 - gap) where w is the width of each bar as determined with the width attribute.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

label_align = automaticNo docs available.

label_color = @inherit textcolorNo docs available.

label_font = @inherit font — The font of the bar labels.

label_formatter = bar_label_formatterNo docs available.

label_offset = 5 — The distance of the labels from the bar ends in screen units.

label_rotation = No docs available.

label_size = @inherit fontsize — The font size of the bar labels.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

n_dodge = automaticNo docs available.

nan_color = :transparent — The color for NaN values.

offset = 0.0No docs available.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stack = automaticNo docs available.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

width = automatic — The gapless width of the bars. If automatic, the width w is calculated as minimum(diff(sort(unique(positions))). The actual width of the bars is calculated as w * (1 - gap).

source


# Makie.barplot!Function.

barplot! is the mutating variant of plotting function barplot. Check the docstring for barplot for further information.

source


# Makie.boundingboxFunction.
julia
boundingbox(plot::AbstractPlot)

Returns the world space bounding box of a plot. This include plot.transformation, i.e. the transform_func and the model matrix.

See also: data_limits

source


# Makie.boundingboxFunction.
julia
boundingbox(scenelike[, exclude = plot -> false])

Returns the combined world space bounding box of all plots collected under scenelike. This include plot.transformation, i.e. the transform_func and the model matrix. Plots with exclude(plot) == true are excluded.

See also: data_limits

source


# Makie.boxplotFunction.
julia
boxplot(x, y; kwargs...)

Draw a Tukey style boxplot. The boxplot has 3 components:

  • a crossbar spanning the interquartile (IQR) range with a midline marking the median

  • an errorbar whose whiskers span range * iqr

  • points marking outliers, that is, data outside the whiskers

Arguments

  • x: positions of the categories

  • y: variables within the boxes

Plot type

The plot type alias for the boxplot function is BoxPlot.

Attributes

color = @inherit patchcolorNo docs available.

colormap = @inherit colormapNo docs available.

colorrange = automaticNo docs available.

colorscale = identityNo docs available.

cycle = [:color => :patchcolor]No docs available.

dodge = automatic — Vector of Integer (length of data) of grouping variable to create multiple side-by-side boxes at the same x position.

dodge_gap = 0.03 — Spacing between dodged boxes.

gap = 0.2 — Shrinking factor, width -> width * (1 - gap).

inspectable = @inherit inspectableNo docs available.

marker = @inherit markerNo docs available.

markersize = @inherit markersizeNo docs available.

mediancolor = @inherit linecolorNo docs available.

medianlinewidth = @inherit linewidthNo docs available.

n_dodge = automaticNo docs available.

notchwidth = 0.5 — Multiplier of width for narrowest width of notch.

orientation = :vertical — Orientation of box (:vertical or :horizontal).

outliercolor = automaticNo docs available.

outlierstrokecolor = @inherit markerstrokecolorNo docs available.

outlierstrokewidth = @inherit markerstrokewidthNo docs available.

range = 1.5 — Multiple of IQR controlling whisker length.

show_median = true — Show median as midline.

show_notch = false — Draw the notch.

show_outliers = true — Show outliers as points.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

weights = automatic — Vector of statistical weights (length of data). By default, each observation has weight 1.

whiskercolor = @inherit linecolorNo docs available.

whiskerlinewidth = @inherit linewidthNo docs available.

whiskerwidth = 0.0 — Multiplier of width for width of T's on whiskers, or :match to match width.

width = automatic — Width of the box before shrinking.

source


# Makie.boxplot!Function.

boxplot! is the mutating variant of plotting function boxplot. Check the docstring for boxplot for further information.

source


# Makie.bracketFunction.
julia
bracket(x1, y1, x2, y2; kwargs...)
+band(x, lowerupper; kwargs...)

Plots a band from ylower to yupper along x. The form band(lower, upper) plots a ruled surface between the points in lower and upper. Both bounds can be passed together as lowerupper, a vector of intervals.

Plot type

The plot type alias for the band function is Band.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = @inherit patchcolor — Sets the color of the mesh. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

matcap = nothingNo docs available.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShading — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.band!Function.

band! is the mutating variant of plotting function band. Check the docstring for band for further information.

source


# Makie.barplotFunction.
julia
barplot(positions, heights; kwargs...)

Plots a barplot.

Plot type

The plot type alias for the barplot function is BarPlot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bar_labels = nothing — Labels added at the end of each bar.

color = @inherit patchcolorNo docs available.

color_over_background = automaticNo docs available.

color_over_bar = automaticNo docs available.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction = :y — Controls the direction of the bars, can be :y (vertical) or :x (horizontal).

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

fillto = automatic — Controls the baseline of the bars. This is zero in the default automatic case unless the barplot is in a log-scaled Axis. With a log scale, the automatic default is half the minimum value because zero is an invalid value for a log scale.

flip_labels_at = InfNo docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap = 0.2 — The final width of the bars is calculated as w * (1 - gap) where w is the width of each bar as determined with the width attribute.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

label_align = automaticNo docs available.

label_color = @inherit textcolorNo docs available.

label_font = @inherit font — The font of the bar labels.

label_formatter = bar_label_formatterNo docs available.

label_offset = 5 — The distance of the labels from the bar ends in screen units.

label_rotation = No docs available.

label_size = @inherit fontsize — The font size of the bar labels.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

n_dodge = automaticNo docs available.

nan_color = :transparent — The color for NaN values.

offset = 0.0No docs available.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stack = automaticNo docs available.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

width = automatic — The gapless width of the bars. If automatic, the width w is calculated as minimum(diff(sort(unique(positions))). The actual width of the bars is calculated as w * (1 - gap).

source


# Makie.barplot!Function.

barplot! is the mutating variant of plotting function barplot. Check the docstring for barplot for further information.

source


# Makie.boundingboxFunction.
julia
boundingbox(plot::AbstractPlot)

Returns the world space bounding box of a plot. This include plot.transformation, i.e. the transform_func and the model matrix.

See also: data_limits

source


# Makie.boundingboxFunction.
julia
boundingbox(scenelike[, exclude = plot -> false])

Returns the combined world space bounding box of all plots collected under scenelike. This include plot.transformation, i.e. the transform_func and the model matrix. Plots with exclude(plot) == true are excluded.

See also: data_limits

source


# Makie.boxplotFunction.
julia
boxplot(x, y; kwargs...)

Draw a Tukey style boxplot. The boxplot has 3 components:

  • a crossbar spanning the interquartile (IQR) range with a midline marking the median

  • an errorbar whose whiskers span range * iqr

  • points marking outliers, that is, data outside the whiskers

Arguments

  • x: positions of the categories

  • y: variables within the boxes

Plot type

The plot type alias for the boxplot function is BoxPlot.

Attributes

color = @inherit patchcolorNo docs available.

colormap = @inherit colormapNo docs available.

colorrange = automaticNo docs available.

colorscale = identityNo docs available.

cycle = [:color => :patchcolor]No docs available.

dodge = automatic — Vector of Integer (length of data) of grouping variable to create multiple side-by-side boxes at the same x position.

dodge_gap = 0.03 — Spacing between dodged boxes.

gap = 0.2 — Shrinking factor, width -> width * (1 - gap).

inspectable = @inherit inspectableNo docs available.

marker = @inherit markerNo docs available.

markersize = @inherit markersizeNo docs available.

mediancolor = @inherit linecolorNo docs available.

medianlinewidth = @inherit linewidthNo docs available.

n_dodge = automaticNo docs available.

notchwidth = 0.5 — Multiplier of width for narrowest width of notch.

orientation = :vertical — Orientation of box (:vertical or :horizontal).

outliercolor = automaticNo docs available.

outlierstrokecolor = @inherit markerstrokecolorNo docs available.

outlierstrokewidth = @inherit markerstrokewidthNo docs available.

range = 1.5 — Multiple of IQR controlling whisker length.

show_median = true — Show median as midline.

show_notch = false — Draw the notch.

show_outliers = true — Show outliers as points.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

weights = automatic — Vector of statistical weights (length of data). By default, each observation has weight 1.

whiskercolor = @inherit linecolorNo docs available.

whiskerlinewidth = @inherit linewidthNo docs available.

whiskerwidth = 0.0 — Multiplier of width for width of T's on whiskers, or :match to match width.

width = automatic — Width of the box before shrinking.

source


# Makie.boxplot!Function.

boxplot! is the mutating variant of plotting function boxplot. Check the docstring for boxplot for further information.

source


# Makie.bracketFunction.
julia
bracket(x1, y1, x2, y2; kwargs...)
 bracket(x1s, y1s, x2s, y2s; kwargs...)
 bracket(point1, point2; kwargs...)
-bracket(vec_of_point_tuples; kwargs...)

Draws a bracket between each pair of points (x1, y1) and (x2, y2) with a text label at the midpoint.

By default each label is rotated parallel to the line between the bracket points.

Plot type

The plot type alias for the bracket function is Bracket.

Attributes

align = (:center, :center)No docs available.

color = @inherit linecolorNo docs available.

font = @inherit fontNo docs available.

fontsize = @inherit fontsizeNo docs available.

joinstyle = @inherit joinstyleNo docs available.

justification = automaticNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = :solidNo docs available.

linewidth = @inherit linewidthNo docs available.

miter_limit = @inherit miter_limitNo docs available.

offset = 0 — The offset of the bracket perpendicular to the line from start to end point in screen units. The direction depends on the orientation attribute.

orientation = :up — Which way the bracket extends relative to the line from start to end point. Can be :up or :down.

rotation = automaticNo docs available.

style = :curlyNo docs available.

text = ""No docs available.

textcolor = @inherit textcolorNo docs available.

textoffset = automaticNo docs available.

width = 15 — The width of the bracket (perpendicularly away from the line from start to end point) in screen units.

source


# Makie.bracket!Function.

bracket! is the mutating variant of plotting function bracket. Check the docstring for bracket for further information.

source


# Makie.broadcast_foreachMethod.
julia
broadcast_foreach(f, args...)

Like broadcast but for foreach. Doesn't care about shape and treats Tuples && StaticVectors as scalars. This method is meant for broadcasting across attributes that can either have scalar or vector / array form. An example would be a collection of scatter markers that have different sizes but a single color. The length of an attribute is determined with attr_broadcast_length and elements are accessed with attr_broadcast_getindex.

source


# Makie.cam2d!Method.
julia
cam2d!(scene::SceneLike, kwargs...)

Creates a 2D camera for the given scene. The camera implements zooming by scrolling and translation using mouse drag. It also implements rectangle selections.

Keyword Arguments

  • zoomspeed = 0.1f0 sets the zoom speed.

  • zoombutton = true sets a button (combination) which needs to be pressed to enable zooming. By default no button needs to be pressed.

  • panbutton = Mouse.right sets the button used to translate the camera. This must include a mouse button.

  • selectionbutton = (Keyboard.space, Mouse.left) sets the button used for rectangle selection. This must include a mouse button.

source


# Makie.cam2dMethod.

Creates a subscene with a pixel camera

source


# Makie.cam3d!Method.
julia
cam3d!(scene[; kwargs...])

Creates a Camera3D with zoom_shift_lookat = true and fixed_axis = true. For more information, see Camera3D

source


# Makie.cam3d_cad!Method.
julia
cam3d_cad!(scene[; kwargs...])

Creates a Camera3D with cad = true, zoom_shift_lookat = false and fixed_axis = false. For more information, see Camera3D

source


# Makie.cam_relative!Method.
julia
cam_relative!(scene)

Creates a camera for the given scene which maps the scene area to a 0..1 by 0..1 range. This camera does not feature controls.

source


# Makie.campixel!Method.
julia
campixel!(scene; nearclip=-1000f0, farclip=1000f0)

Creates a pixel camera for the given scene. This means that the positional data of a plot will be interpreted in pixel units. This camera does not feature controls.

source


# Makie.categorical_colorsMethod.
julia
categorical_colors(colormaplike, categories::Integer)

Creates categorical colors and tries to match categories. Will error if color scheme doesn't contain enough categories. Will drop the n last colors, if request less colors than contained in scheme.

source


# Makie.colorbufferFunction.
julia
colorbuffer(scene, format::ImageStorageFormat = JuliaNative; update=true, backend=current_backend(), screen_config...)

Returns the content of the given scene or screen rasterised to a Matrix of Colors. The return type is backend-dependent, but will be some form of RGB or RGBA.

  • backend::Module: A module which is a Makie backend. For example, backend = GLMakie, backend = CairoMakie, etc.

  • format = JuliaNative : Returns a buffer in the format of standard julia images (dims permuted and one reversed)

  • format = GLNative : Returns a more efficient format buffer for GLMakie which can be directly used in FFMPEG without conversion

  • screen_config: Backend dependent, look up via ?Backend.Screen/Base.doc(Backend.Screen)

  • update=true: resets/updates limits. Set to false, if you want to preserver camera movements.

source


# Makie.colorbufferMethod.
julia
colorbuffer(ax::Axis; include_decorations=true, colorbuffer_kws...)

Gets the colorbuffer of the Axis in JuliaNative image format. If include_decorations=false, only the inside of the axis is fetched.

source


# Makie.contourFunction.
julia
contour(x, y, z)
-contour(z::Matrix)

Creates a contour plot of the plane spanning x::Vector, y::Vector, z::Matrix. If only z::Matrix is supplied, the indices of the elements in z will be used as the x and y locations when plotting the contour.

Plot type

The plot type alias for the contour function is Contour.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = nothing — The color of the contour lines. If nothing, the color is determined by the numerical values of the contour levels in combination with colormap and colorrange.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

enable_depth = trueNo docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

labelcolor = nothing — Color of the contour labels, if nothing it matches color by default.

labelfont = @inherit font — The font of the contour labels.

labelformatter = contour_label_formatter — Formats the numeric values of the contour levels to strings.

labels = false — If true, adds text labels to the contour lines.

labelsize = 10 — Font size of the contour labels

levels = 5 — Controls the number and location of the contour lines. Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

linecap = @inherit linecapNo docs available.

linestyle = nothingNo docs available.

linewidth = 1.0No docs available.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.contour!Function.

contour! is the mutating variant of plotting function contour. Check the docstring for contour for further information.

source


# Makie.contour3dFunction.
julia
contour3d(x, y, z)

Creates a 3D contour plot of the plane spanning x::Vector, y::Vector, z::Matrix, with z-elevation for each level.

Plot type

The plot type alias for the contour3d function is Contour3d.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = nothing — The color of the contour lines. If nothing, the color is determined by the numerical values of the contour levels in combination with colormap and colorrange.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

enable_depth = trueNo docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

labelcolor = nothing — Color of the contour labels, if nothing it matches color by default.

labelfont = @inherit font — The font of the contour labels.

labelformatter = contour_label_formatter — Formats the numeric values of the contour levels to strings.

labels = false — If true, adds text labels to the contour lines.

labelsize = 10 — Font size of the contour labels

levels = 5 — Controls the number and location of the contour lines. Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

linecap = @inherit linecapNo docs available.

linestyle = nothingNo docs available.

linewidth = 1.0No docs available.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.contour3d!Function.

contour3d! is the mutating variant of plotting function contour3d. Check the docstring for contour3d for further information.

source


# Makie.contourfFunction.
julia
contourf(xs, ys, zs; kwargs...)

Plots a filled contour of the height information in zs at horizontal grid positions xs and vertical grid positions ys.

Plot type

The plot type alias for the contourf function is Contourf.

Attributes

colormap = @inherit colormapNo docs available.

colorscale = identityNo docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

extendhigh = nothing — In :normal mode, if you want to show a band from the high edge to Inf, set extendhigh to :auto to give the extension the same color as the last level, or specify a color directly (default nothing means no extended band).

extendlow = nothing — In :normal mode, if you want to show a band from -Inf to the low edge, set extendlow to :auto to give the extension the same color as the first level, or specify a color directly (default nothing means no extended band).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

levels = 10 — Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

If levels is an Int, the contourf plot will be rectangular as all zs values will be covered edge to edge. This is why Axis defaults to tight limits for such contourf plots. If you specify levels as an AbstractVector{<:Real}, however, note that the axis limits include the default margins because the contourf plot can have an irregular shape. You can use tightlimits!(ax) to tighten the limits similar to the Int behavior.

mode = :normal — Determines how the levels attribute is interpreted, either :normal or :relative. In :normal mode, the levels correspond directly to the z values. In :relative mode, you specify edges by the fraction between minimum and maximum value of zs. This can be used for example to draw bands for the upper 90% while excluding the lower 10% with levels = 0.1:0.1:1.0, mode = :relative.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparentNo docs available.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.contourf!Function.

contourf! is the mutating variant of plotting function contourf. Check the docstring for contourf for further information.

source


# Makie.crossbarFunction.
julia
crossbar(x, y, ymin, ymax; kwargs...)

Draw a crossbar. A crossbar represents a range with a (potentially notched) box. It is most commonly used as part of the boxplot.

Arguments

  • x: position of the box

  • y: position of the midline within the box

  • ymin: lower limit of the box

  • ymax: upper limit of the box

Plot type

The plot type alias for the crossbar function is CrossBar.

Attributes

color = @inherit patchcolorNo docs available.

colormap = @inherit colormapNo docs available.

colorrange = automaticNo docs available.

colorscale = identityNo docs available.

cycle = [:color => :patchcolor]No docs available.

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

gap = 0.2 — Shrinking factor, width -> width * (1 - gap).

inspectable = @inherit inspectableNo docs available.

midlinecolor = automaticNo docs available.

midlinewidth = @inherit linewidthNo docs available.

n_dodge = automaticNo docs available.

notchmax = automatic — Upper limit of the notch.

notchmin = automatic — Lower limit of the notch.

notchwidth = 0.5 — Multiplier of width for narrowest width of notch.

orientation = :vertical — Orientation of box (:vertical or :horizontal).

show_midline = true — Show midline.

show_notch = false — Whether to draw the notch.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

width = automatic — Width of the box before shrinking.

source


# Makie.crossbar!Function.

crossbar! is the mutating variant of plotting function crossbar. Check the docstring for crossbar for further information.

source


# Makie.current_axis!Method.
julia
current_axis!(ax)

Set an axis ax, which must be part of a figure, as the figure's current active axis.

source


# Makie.current_axis!Method.
julia
current_axis!(fig::Figure, ax)

Set ax as the current active axis in fig.

source


# Makie.current_axisMethod.
julia
current_axis()

Returns the current active axis (or the last axis created). Returns nothing if there is no current active axis.

source


# Makie.current_figure!Method.
julia
current_figure!(fig)

Set fig as the current active figure.

source


# Makie.current_figureMethod.
julia
current_figure()

Returns the current active figure (or the last figure created). Returns nothing if there is no current active figure.

source


# Makie.data_limitsFunction.
julia
data_limits(scenelike[, exclude = plot -> false])

Returns the combined data limits of all plots collected under scenelike for which exclude(plot) == false. This is solely based on the positional data of a plot and thus does not include any transformations.

See also: boundingbox

source


# Makie.data_limitsMethod.
julia
data_limits(plot::AbstractPlot)

Returns the bounding box of a plot based on just its position data.

See also: boundingbox

source


# Makie.datashaderFunction.
julia
datashader(points::AbstractVector{<: Point})

Warning

This feature might change outside breaking releases, since the API is not yet finalized. Please be wary of bugs in the implementation and open issues if you encounter odd behaviour.

Points can be any array type supporting iteration & getindex, including memory mapped arrays. If you have separate arrays for x and y coordinates and want to avoid conversion and copy, consider using:

Julia
using Makie.StructArrays
+bracket(vec_of_point_tuples; kwargs...)

Draws a bracket between each pair of points (x1, y1) and (x2, y2) with a text label at the midpoint.

By default each label is rotated parallel to the line between the bracket points.

Plot type

The plot type alias for the bracket function is Bracket.

Attributes

align = (:center, :center)No docs available.

color = @inherit linecolorNo docs available.

font = @inherit fontNo docs available.

fontsize = @inherit fontsizeNo docs available.

joinstyle = @inherit joinstyleNo docs available.

justification = automaticNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = :solidNo docs available.

linewidth = @inherit linewidthNo docs available.

miter_limit = @inherit miter_limitNo docs available.

offset = 0 — The offset of the bracket perpendicular to the line from start to end point in screen units. The direction depends on the orientation attribute.

orientation = :up — Which way the bracket extends relative to the line from start to end point. Can be :up or :down.

rotation = automaticNo docs available.

style = :curlyNo docs available.

text = ""No docs available.

textcolor = @inherit textcolorNo docs available.

textoffset = automaticNo docs available.

width = 15 — The width of the bracket (perpendicularly away from the line from start to end point) in screen units.

source


# Makie.bracket!Function.

bracket! is the mutating variant of plotting function bracket. Check the docstring for bracket for further information.

source


# Makie.broadcast_foreachMethod.
julia
broadcast_foreach(f, args...)

Like broadcast but for foreach. Doesn't care about shape and treats Tuples && StaticVectors as scalars. This method is meant for broadcasting across attributes that can either have scalar or vector / array form. An example would be a collection of scatter markers that have different sizes but a single color. The length of an attribute is determined with attr_broadcast_length and elements are accessed with attr_broadcast_getindex.

source


# Makie.cam2d!Method.
julia
cam2d!(scene::SceneLike, kwargs...)

Creates a 2D camera for the given scene. The camera implements zooming by scrolling and translation using mouse drag. It also implements rectangle selections.

Keyword Arguments

  • zoomspeed = 0.1f0 sets the zoom speed.

  • zoombutton = true sets a button (combination) which needs to be pressed to enable zooming. By default no button needs to be pressed.

  • panbutton = Mouse.right sets the button used to translate the camera. This must include a mouse button.

  • selectionbutton = (Keyboard.space, Mouse.left) sets the button used for rectangle selection. This must include a mouse button.

source


# Makie.cam2dMethod.

Creates a subscene with a pixel camera

source


# Makie.cam3d!Method.
julia
cam3d!(scene[; kwargs...])

Creates a Camera3D with zoom_shift_lookat = true and fixed_axis = true. For more information, see Camera3D

source


# Makie.cam3d_cad!Method.
julia
cam3d_cad!(scene[; kwargs...])

Creates a Camera3D with cad = true, zoom_shift_lookat = false and fixed_axis = false. For more information, see Camera3D

source


# Makie.cam_relative!Method.
julia
cam_relative!(scene)

Creates a camera for the given scene which maps the scene area to a 0..1 by 0..1 range. This camera does not feature controls.

source


# Makie.campixel!Method.
julia
campixel!(scene; nearclip=-1000f0, farclip=1000f0)

Creates a pixel camera for the given scene. This means that the positional data of a plot will be interpreted in pixel units. This camera does not feature controls.

source


# Makie.categorical_colorsMethod.
julia
categorical_colors(colormaplike, categories::Integer)

Creates categorical colors and tries to match categories. Will error if color scheme doesn't contain enough categories. Will drop the n last colors, if request less colors than contained in scheme.

source


# Makie.colorbufferFunction.
julia
colorbuffer(scene, format::ImageStorageFormat = JuliaNative; update=true, backend=current_backend(), screen_config...)

Returns the content of the given scene or screen rasterised to a Matrix of Colors. The return type is backend-dependent, but will be some form of RGB or RGBA.

  • backend::Module: A module which is a Makie backend. For example, backend = GLMakie, backend = CairoMakie, etc.

  • format = JuliaNative : Returns a buffer in the format of standard julia images (dims permuted and one reversed)

  • format = GLNative : Returns a more efficient format buffer for GLMakie which can be directly used in FFMPEG without conversion

  • screen_config: Backend dependent, look up via ?Backend.Screen/Base.doc(Backend.Screen)

  • update=true: resets/updates limits. Set to false, if you want to preserver camera movements.

source


# Makie.colorbufferMethod.
julia
colorbuffer(ax::Axis; include_decorations=true, colorbuffer_kws...)

Gets the colorbuffer of the Axis in JuliaNative image format. If include_decorations=false, only the inside of the axis is fetched.

source


# Makie.contourFunction.
julia
contour(x, y, z)
+contour(z::Matrix)

Creates a contour plot of the plane spanning x::Vector, y::Vector, z::Matrix. If only z::Matrix is supplied, the indices of the elements in z will be used as the x and y locations when plotting the contour.

Plot type

The plot type alias for the contour function is Contour.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = nothing — The color of the contour lines. If nothing, the color is determined by the numerical values of the contour levels in combination with colormap and colorrange.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

enable_depth = trueNo docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

labelcolor = nothing — Color of the contour labels, if nothing it matches color by default.

labelfont = @inherit font — The font of the contour labels.

labelformatter = contour_label_formatter — Formats the numeric values of the contour levels to strings.

labels = false — If true, adds text labels to the contour lines.

labelsize = 10 — Font size of the contour labels

levels = 5 — Controls the number and location of the contour lines. Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

linecap = @inherit linecapNo docs available.

linestyle = nothingNo docs available.

linewidth = 1.0No docs available.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.contour!Function.

contour! is the mutating variant of plotting function contour. Check the docstring for contour for further information.

source


# Makie.contour3dFunction.
julia
contour3d(x, y, z)

Creates a 3D contour plot of the plane spanning x::Vector, y::Vector, z::Matrix, with z-elevation for each level.

Plot type

The plot type alias for the contour3d function is Contour3d.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = nothing — The color of the contour lines. If nothing, the color is determined by the numerical values of the contour levels in combination with colormap and colorrange.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

enable_depth = trueNo docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

labelcolor = nothing — Color of the contour labels, if nothing it matches color by default.

labelfont = @inherit font — The font of the contour labels.

labelformatter = contour_label_formatter — Formats the numeric values of the contour levels to strings.

labels = false — If true, adds text labels to the contour lines.

labelsize = 10 — Font size of the contour labels

levels = 5 — Controls the number and location of the contour lines. Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

linecap = @inherit linecapNo docs available.

linestyle = nothingNo docs available.

linewidth = 1.0No docs available.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.contour3d!Function.

contour3d! is the mutating variant of plotting function contour3d. Check the docstring for contour3d for further information.

source


# Makie.contourfFunction.
julia
contourf(xs, ys, zs; kwargs...)

Plots a filled contour of the height information in zs at horizontal grid positions xs and vertical grid positions ys.

Plot type

The plot type alias for the contourf function is Contourf.

Attributes

colormap = @inherit colormapNo docs available.

colorscale = identityNo docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

extendhigh = nothing — In :normal mode, if you want to show a band from the high edge to Inf, set extendhigh to :auto to give the extension the same color as the last level, or specify a color directly (default nothing means no extended band).

extendlow = nothing — In :normal mode, if you want to show a band from -Inf to the low edge, set extendlow to :auto to give the extension the same color as the first level, or specify a color directly (default nothing means no extended band).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

levels = 10 — Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

If levels is an Int, the contourf plot will be rectangular as all zs values will be covered edge to edge. This is why Axis defaults to tight limits for such contourf plots. If you specify levels as an AbstractVector{<:Real}, however, note that the axis limits include the default margins because the contourf plot can have an irregular shape. You can use tightlimits!(ax) to tighten the limits similar to the Int behavior.

mode = :normal — Determines how the levels attribute is interpreted, either :normal or :relative. In :normal mode, the levels correspond directly to the z values. In :relative mode, you specify edges by the fraction between minimum and maximum value of zs. This can be used for example to draw bands for the upper 90% while excluding the lower 10% with levels = 0.1:0.1:1.0, mode = :relative.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparentNo docs available.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.contourf!Function.

contourf! is the mutating variant of plotting function contourf. Check the docstring for contourf for further information.

source


# Makie.crossbarFunction.
julia
crossbar(x, y, ymin, ymax; kwargs...)

Draw a crossbar. A crossbar represents a range with a (potentially notched) box. It is most commonly used as part of the boxplot.

Arguments

  • x: position of the box

  • y: position of the midline within the box

  • ymin: lower limit of the box

  • ymax: upper limit of the box

Plot type

The plot type alias for the crossbar function is CrossBar.

Attributes

color = @inherit patchcolorNo docs available.

colormap = @inherit colormapNo docs available.

colorrange = automaticNo docs available.

colorscale = identityNo docs available.

cycle = [:color => :patchcolor]No docs available.

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

gap = 0.2 — Shrinking factor, width -> width * (1 - gap).

inspectable = @inherit inspectableNo docs available.

midlinecolor = automaticNo docs available.

midlinewidth = @inherit linewidthNo docs available.

n_dodge = automaticNo docs available.

notchmax = automatic — Upper limit of the notch.

notchmin = automatic — Lower limit of the notch.

notchwidth = 0.5 — Multiplier of width for narrowest width of notch.

orientation = :vertical — Orientation of box (:vertical or :horizontal).

show_midline = true — Show midline.

show_notch = false — Whether to draw the notch.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

width = automatic — Width of the box before shrinking.

source


# Makie.crossbar!Function.

crossbar! is the mutating variant of plotting function crossbar. Check the docstring for crossbar for further information.

source


# Makie.current_axis!Method.
julia
current_axis!(ax)

Set an axis ax, which must be part of a figure, as the figure's current active axis.

source


# Makie.current_axis!Method.
julia
current_axis!(fig::Figure, ax)

Set ax as the current active axis in fig.

source


# Makie.current_axisMethod.
julia
current_axis()

Returns the current active axis (or the last axis created). Returns nothing if there is no current active axis.

source


# Makie.current_figure!Method.
julia
current_figure!(fig)

Set fig as the current active figure.

source


# Makie.current_figureMethod.
julia
current_figure()

Returns the current active figure (or the last figure created). Returns nothing if there is no current active figure.

source


# Makie.data_limitsFunction.
julia
data_limits(scenelike[, exclude = plot -> false])

Returns the combined data limits of all plots collected under scenelike for which exclude(plot) == false. This is solely based on the positional data of a plot and thus does not include any transformations.

See also: boundingbox

source


# Makie.data_limitsMethod.
julia
data_limits(plot::AbstractPlot)

Returns the bounding box of a plot based on just its position data.

See also: boundingbox

source


# Makie.datashaderFunction.
julia
datashader(points::AbstractVector{<: Point})

Warning

This feature might change outside breaking releases, since the API is not yet finalized. Please be wary of bugs in the implementation and open issues if you encounter odd behaviour.

Points can be any array type supporting iteration & getindex, including memory mapped arrays. If you have separate arrays for x and y coordinates and want to avoid conversion and copy, consider using:

Julia
using Makie.StructArrays
 points = StructArray{Point2f}((x, y))
 datashader(points)

Do pay attention though, that if x and y don't have a fast iteration/getindex implemented, this might be slower than just copying the data into a new array.

For best performance, use method=Makie.AggThreads() and make sure to start julia with julia -tauto or have the environment variable JULIA_NUM_THREADS set to the number of cores you have.

Plot type

The plot type alias for the datashader function is DataShader.

Attributes

agg = AggCount() — Can be AggCount(), AggAny() or AggMean(). User-extensible by overloading:

julia
struct MyAgg{T} <: Makie.AggOp end
 MyAgg() = MyAgg{Float64}()
 Makie.Aggregation.null(::MyAgg{T}) where {T} = zero(T)
 Makie.Aggregation.embed(::MyAgg{T}, x) where {T} = convert(T, x)
 Makie.Aggregation.merge(::MyAgg{T}, x::T, y::T) where {T} = x + y
-Makie.Aggregation.value(::MyAgg{T}, x::T) where {T} = x

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

async = true — Will calculate get_aggregation in a task, and skip any zoom/pan updates while busy. Great for interaction, but must be disabled for saving to e.g. png or when inlining in Documenter.

binsize = 1 — Factor defining how many bins one wants per screen pixel. Set to n > 1 if you want a coarser image.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — If the resulting image should be displayed interpolated.

local_operation = identity — Function which gets called on each element after the aggregation (map!(x-> local_operation(x), final_aggregation_result)).

lowclip = automatic — The color for any value below the colorrange.

method = AggThreads() — Can be AggThreads() or AggSerial() for threaded vs. serial aggregation.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

operation = automatic — Defaults to Makie.equalize_histogram function which gets called on the whole get_aggregation array before display (operation(final_aggregation_result)).

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

point_transform = identity — Function which gets applied to every point before aggregating it.

show_timings = false — Set to true to show how long it takes to aggregate each frame.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.datashader!Function.

datashader! is the mutating variant of plotting function datashader. Check the docstring for datashader for further information.

source


# Makie.deactivate_interaction!Method.
julia
deactivate_interaction!(parent, name::Symbol)

Deactivate the interaction named name registered in parent. It can be reactivated with activate_interaction!.

source


# Makie.densityFunction.
julia
density(values)

Plot a kernel density estimate of values.

Plot type

The plot type alias for the density function is Density.

Attributes

bandwidth = automatic — Kernel density bandwidth, determined automatically if automatic.

boundary = automatic — Boundary of the density estimation, determined automatically if automatic.

color = @inherit patchcolor — Usually set to a single color, but can also be set to :x or :y to color with a gradient. If you use :y when direction = :x (or vice versa), note that only 2-element colormaps can work correctly.

colormap = @inherit colormapNo docs available.

colorrange = Makie.automaticNo docs available.

colorscale = identityNo docs available.

cycle = [:color => :patchcolor]No docs available.

direction = :x — The dimension along which the values are distributed. Can be :x or :y.

inspectable = @inherit inspectableNo docs available.

linestyle = nothingNo docs available.

npoints = 200 — The resolution of the estimated curve along the dimension set in direction.

offset = 0.0 — Shift the density baseline, for layering multiple densities on top of each other.

strokearound = falseNo docs available.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

weights = automatic — Assign a vector of statistical weights to values.

source


# Makie.density!Function.

density! is the mutating variant of plotting function density. Check the docstring for density for further information.

source


# Makie.deregister_interaction!Method.
julia
deregister_interaction!(parent, name::Symbol)

Deregister the interaction named name registered in parent.

source


# Makie.ecdfplotFunction.
julia
ecdfplot(values; npoints=10_000[, weights])

Plot the empirical cumulative distribution function (ECDF) of values.

npoints controls the resolution of the plot. If weights for the values are provided, a weighted ECDF is plotted.

Plot type

The plot type alias for the ecdfplot function is ECDFPlot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

step = :pre — The step parameter can take the following values:

  • :pre: horizontal part of step extends to the left of each value in xs.

  • :post: horizontal part of step extends to the right of each value in xs.

  • :center: horizontal part of step extends halfway between the two adjacent values of xs.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.ecdfplot!Function.

ecdfplot! is the mutating variant of plotting function ecdfplot. Check the docstring for ecdfplot for further information.

source


# Makie.errorbarsFunction.
julia
errorbars(x, y, error_both; kwargs...)
+Makie.Aggregation.value(::MyAgg{T}, x::T) where {T} = x

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

async = true — Will calculate get_aggregation in a task, and skip any zoom/pan updates while busy. Great for interaction, but must be disabled for saving to e.g. png or when inlining in Documenter.

binsize = 1 — Factor defining how many bins one wants per screen pixel. Set to n > 1 if you want a coarser image.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — If the resulting image should be displayed interpolated.

local_operation = identity — Function which gets called on each element after the aggregation (map!(x-> local_operation(x), final_aggregation_result)).

lowclip = automatic — The color for any value below the colorrange.

method = AggThreads() — Can be AggThreads() or AggSerial() for threaded vs. serial aggregation.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

operation = automatic — Defaults to Makie.equalize_histogram function which gets called on the whole get_aggregation array before display (operation(final_aggregation_result)).

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

point_transform = identity — Function which gets applied to every point before aggregating it.

show_timings = false — Set to true to show how long it takes to aggregate each frame.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.datashader!Function.

datashader! is the mutating variant of plotting function datashader. Check the docstring for datashader for further information.

source


# Makie.deactivate_interaction!Method.
julia
deactivate_interaction!(parent, name::Symbol)

Deactivate the interaction named name registered in parent. It can be reactivated with activate_interaction!.

source


# Makie.densityFunction.
julia
density(values)

Plot a kernel density estimate of values.

Plot type

The plot type alias for the density function is Density.

Attributes

bandwidth = automatic — Kernel density bandwidth, determined automatically if automatic.

boundary = automatic — Boundary of the density estimation, determined automatically if automatic.

color = @inherit patchcolor — Usually set to a single color, but can also be set to :x or :y to color with a gradient. If you use :y when direction = :x (or vice versa), note that only 2-element colormaps can work correctly.

colormap = @inherit colormapNo docs available.

colorrange = Makie.automaticNo docs available.

colorscale = identityNo docs available.

cycle = [:color => :patchcolor]No docs available.

direction = :x — The dimension along which the values are distributed. Can be :x or :y.

inspectable = @inherit inspectableNo docs available.

linestyle = nothingNo docs available.

npoints = 200 — The resolution of the estimated curve along the dimension set in direction.

offset = 0.0 — Shift the density baseline, for layering multiple densities on top of each other.

strokearound = falseNo docs available.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

weights = automatic — Assign a vector of statistical weights to values.

source


# Makie.density!Function.

density! is the mutating variant of plotting function density. Check the docstring for density for further information.

source


# Makie.deregister_interaction!Method.
julia
deregister_interaction!(parent, name::Symbol)

Deregister the interaction named name registered in parent.

source


# Makie.ecdfplotFunction.
julia
ecdfplot(values; npoints=10_000[, weights])

Plot the empirical cumulative distribution function (ECDF) of values.

npoints controls the resolution of the plot. If weights for the values are provided, a weighted ECDF is plotted.

Plot type

The plot type alias for the ecdfplot function is ECDFPlot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

step = :pre — The step parameter can take the following values:

  • :pre: horizontal part of step extends to the left of each value in xs.

  • :post: horizontal part of step extends to the right of each value in xs.

  • :center: horizontal part of step extends halfway between the two adjacent values of xs.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.ecdfplot!Function.

ecdfplot! is the mutating variant of plotting function ecdfplot. Check the docstring for ecdfplot for further information.

source


# Makie.errorbarsFunction.
julia
errorbars(x, y, error_both; kwargs...)
 errorbars(x, y, error_low, error_high; kwargs...)
 errorbars(x, y, error_low_high; kwargs...)
 
@@ -140,7 +140,7 @@
 errorbars(xy, error_low_high; kwargs...)
 
 errorbars(xy_error_both; kwargs...)
-errorbars(xy_error_low_high; kwargs...)

Plots errorbars at xy positions, extending by errors in the given direction.

If you want to plot intervals from low to high values instead of relative errors, use rangebars.

Plot type

The plot type alias for the errorbars function is Errorbars.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the lines. Can be an array to color each bar separately.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction = :y — The direction in which the bars are drawn. Can be :x or :y.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecapNo docs available.

linewidth = @inherit linewidth — The thickness of the lines in screen units.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

whiskerwidth = 0 — The width of the whiskers or line caps in screen units.

source


# Makie.errorbars!Function.

errorbars! is the mutating variant of plotting function errorbars. Check the docstring for errorbars for further information.

source


# Makie.fill_between!Method.
julia
fill_between!(scenelike, x, y1, y2; where = nothing, kw_args...)

fill the section between 2 lines with the condition where

source


# Makie.helpMethod.
julia
help(func[; extended = false])

Welcome to the main help function of Makie.jl / Makie.jl.

For help on a specific function's arguments, type help_arguments(function_name).

For help on a specific function's attributes, type help_attributes(plot_Type).

Use the optional extended = true keyword argument to see more details.

source


# Makie.help_argumentsMethod.
julia
help_arguments([io], func)

Returns a list of signatures for function func.

source


# Makie.help_attributesMethod.
julia
help_attributes([io], Union{PlotType, PlotFunction}; extended = false)

Returns a list of attributes for the plot type Typ. The attributes returned extend those attributes found in the default_theme.

Use the optional keyword argument extended (default = false) to show in addition the default values of each attribute. usage:

julia
>help_attributes(scatter)
+errorbars(xy_error_low_high; kwargs...)

Plots errorbars at xy positions, extending by errors in the given direction.

If you want to plot intervals from low to high values instead of relative errors, use rangebars.

Plot type

The plot type alias for the errorbars function is Errorbars.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the lines. Can be an array to color each bar separately.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction = :y — The direction in which the bars are drawn. Can be :x or :y.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecapNo docs available.

linewidth = @inherit linewidth — The thickness of the lines in screen units.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

whiskerwidth = 0 — The width of the whiskers or line caps in screen units.

source


# Makie.errorbars!Function.

errorbars! is the mutating variant of plotting function errorbars. Check the docstring for errorbars for further information.

source


# Makie.fill_between!Method.
julia
fill_between!(scenelike, x, y1, y2; where = nothing, kw_args...)

fill the section between 2 lines with the condition where

source


# Makie.helpMethod.
julia
help(func[; extended = false])

Welcome to the main help function of Makie.jl / Makie.jl.

For help on a specific function's arguments, type help_arguments(function_name).

For help on a specific function's attributes, type help_attributes(plot_Type).

Use the optional extended = true keyword argument to see more details.

source


# Makie.help_argumentsMethod.
julia
help_arguments([io], func)

Returns a list of signatures for function func.

source


# Makie.help_attributesMethod.
julia
help_attributes([io], Union{PlotType, PlotFunction}; extended = false)

Returns a list of attributes for the plot type Typ. The attributes returned extend those attributes found in the default_theme.

Use the optional keyword argument extended (default = false) to show in addition the default values of each attribute. usage:

julia
>help_attributes(scatter)
     alpha
     color
     colormap
@@ -159,16 +159,16 @@
     transform_marker
     transparency
     uv_offset_width
-    visible

source


# Makie.hexbinFunction.
julia
hexbin(xs, ys; kwargs...)

Plots a heatmap with hexagonal bins for the observations xs and ys.

Plot type

The plot type alias for the hexbin function is Hexbin.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bins = 20 — If an Int, sets the number of bins in x and y direction. If a Tuple{Int, Int}, sets the number of bins for x and y separately.

cellsize = nothing — If a Real, makes equally-sided hexagons with width cellsize. If a Tuple{Real, Real} specifies hexagon width and height separately.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

highclip = automatic — The color for any value above the colorrange.

lowclip = automatic — The color for any value below the colorrange.

nan_color = :transparent — The color for NaN values.

strokecolor = :blackNo docs available.

strokewidth = 0No docs available.

threshold = 1 — 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.

weights = nothing — Weights for each observation. Can be nothing (each observation carries weight 1) or any AbstractVector{<: Real} or StatsBase.AbstractWeights.

source


# Makie.hexbin!Function.

hexbin! is the mutating variant of plotting function hexbin. Check the docstring for hexbin for further information.

source


# Makie.hidedecorations!Method.
julia
hidedecorations!(la::Axis; label = true, ticklabels = true, ticks = true,
-                 grid = true, minorgrid = true, minorticks = true)

Hide decorations of both x and y-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

See also [hidexdecorations!], [hideydecorations!], [hidezdecorations!]

source


# Makie.hidedecorations!Method.
julia
hidedecorations!(ax::PolarAxis; ticklabels = true, grid = true, minorgrid = true)

Hide decorations of both r and theta-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

See also [hiderdecorations!], [hidethetadecorations!], [hidezdecorations!]

source


# Makie.hiderdecorations!Method.
julia
hiderdecorations!(ax::PolarAxis; ticklabels = true, grid = true, minorgrid = true)

Hide decorations of the r-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hidespines!Method.
julia
hidespines!(la::Axis, spines::Symbol... = (:l, :r, :b, :t)...)

Hide all specified axis spines. Hides all spines by default, otherwise choose which sides to hide with the symbols :l (left), :r (right), :b (bottom) and :t (top).

source


# Makie.hidethetadecorations!Method.
julia
hidethetadecorations!(ax::PolarAxis; ticklabels = true, grid = true, minorgrid = true)

Hide decorations of the theta-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hidexdecorations!Method.
julia
hidexdecorations!(la::Axis; label = true, ticklabels = true, ticks = true, grid = true,
-    minorgrid = true, minorticks = true)

Hide decorations of the x-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hideydecorations!Method.
julia
hideydecorations!(la::Axis; label = true, ticklabels = true, ticks = true, grid = true,
-    minorgrid = true, minorticks = true)

Hide decorations of the y-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hidezdecorations!Method.
julia
hidezdecorations!(ax::Axis3; label = true, ticklabels = true, ticks = true, grid = true)

Hide decorations of the z-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.histFunction.
julia
hist(values)

Plot a histogram of values.

Plot type

The plot type alias for the hist function is Hist.

Attributes

bar_labels = nothingNo docs available.

bins = 15 — Can be an Int to create that number of equal-width bins over the range of values. Alternatively, it can be a sorted iterable of bin edges.

color = @inherit patchcolor — Color can either be:

  • a vector of bins colors

  • a single color

  • :values, to color the bars with the values from the histogram

cycle = [:color => :patchcolor]No docs available.

direction = :y — Set the direction of the bars.

fillto = automatic — Defines where the bars start.

flip_labels_at = InfNo docs available.

gap = 0 — Gap between the bars (see barplot).

label_color = @inherit textcolorNo docs available.

label_font = @inherit fontNo docs available.

label_formatter = bar_label_formatterNo docs available.

label_offset = 5No docs available.

label_size = 20No docs available.

normalization = :none — Allows to normalize the histogram. Possible values are:

  • :pdf: Normalize by sum of weights and bin sizes. Resulting histogram has norm 1 and represents a PDF.

  • :density: Normalize by bin sizes only. Resulting histogram represents count density of input and does not have norm 1. Will not modify the histogram if it already represents a density (h.isdensity == 1).

  • :probability: Normalize by sum of weights only. Resulting histogram represents the fraction of probability mass for each bin and does not have norm 1.

  • :none: Do not normalize.

offset = 0.0 — Adds an offset to every value.

over_background_color = automaticNo docs available.

over_bar_color = automaticNo docs available.

scale_to = nothing — Allows to scale all values to a certain height. This can also be set to :flip to flip the direction of histogram bars without scaling them to a common height.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

weights = automatic — Allows to statistically weight the observations.

source


# Makie.hist!Function.

hist! is the mutating variant of plotting function hist. Check the docstring for hist for further information.

source


# Makie.hlinesFunction.
julia
hlines(ys; xmin = 0.0, xmax = 1.0, attrs...)

Create horizontal lines across a Scene with 2D projection. The lines will be placed at ys in data coordinates and xmin to xmax in scene coordinates (0 to 1). All three of these can have single or multiple values because they are broadcast to calculate the final line segments.

Plot type

The plot type alias for the hlines function is HLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

xmax = 1 — The end of the lines in relative axis units (0 to 1) along the x dimension.

xmin = 0 — The start of the lines in relative axis units (0 to 1) along the x dimension.

source


# Makie.hlines!Function.

hlines! is the mutating variant of plotting function hlines. Check the docstring for hlines for further information.

source


# Makie.hovered_sceneMethod.
julia
hovered_scene()

Returns the scene that the mouse is currently hovering over.

Properly identifies the scene for a plot with multiple sub-plots.

source


# Makie.hspanFunction.
julia
hspan(ys_low, ys_high; xmin = 0.0, xmax = 1.0, attrs...)
-hspan(ys_lowhigh; xmin = 0.0, xmax = 1.0, attrs...)

Create horizontal bands spanning across a Scene with 2D projection. The bands will be placed from ys_low to ys_high in data coordinates and xmin to xmax in scene coordinates (0 to 1). All four of these can have single or multiple values because they are broadcast to calculate the final spans. Both bounds can be passed together as an interval ys_lowhigh.

Plot type

The plot type alias for the hspan function is HSpan.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit patchcolor — Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShadingNo docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolor — Sets the color of the outline around a marker.

strokecolormap = @inherit colormap — Sets the colormap that is sampled for numeric colors.

strokewidth = @inherit patchstrokewidth — Sets the width of the outline.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

xmax = 1 — The end of the bands in relative axis units (0 to 1) along the x dimension.

xmin = 0 — The start of the bands in relative axis units (0 to 1) along the x dimension.

source


# Makie.hspan!Function.

hspan! is the mutating variant of plotting function hspan. Check the docstring for hspan for further information.

source


# Makie.is_mouseinsideMethod.
julia
is_mouseinside(scene)

Returns true if the current mouseposition is inside the given scene.

source


# Makie.ispressedFunction.

ispressed(parent, result::Bool[, waspressed = nothing]) ispressed(parent, button::Union{Mouse.Button, Keyboard.Button[, waspressed = nothing]) ispressed(parent, collection::Union{Set, Vector, Tuple}[, waspressed = nothing]) ispressed(parent, op::BooleanOperator[, waspressed = nothing])

This function checks if a button or combination of buttons is pressed.

If given a true or false, ispressed will return true or false respectively. This provides a way to turn an interaction "always on" or "always off" from the outside.

Passing a button or collection of buttons such as Keyboard.enter or Mouse.left will return true if all of the given buttons are pressed.

Parent can be any object that has get_scene method implemented, which includes e.g. Figure, Axis, Axis3, Lscene, FigureAxisPlot, and AxisPlot.

For more complicated combinations of buttons they can be combined into boolean expression with &, | and !. For example, you can have ispressed(parent, !Keyboard.left_control & Keyboard.c)) and ispressed(parent, Keyboard.left_control & Keyboard.c) to avoid triggering both cases at the same time.

Furthermore you can also make any button, button collection or boolean expression exclusive by wrapping it in Exclusively(...). With that ispressed will only return true if the currently pressed buttons match the request exactly.

For cases where you want to react to a release event you can optionally add a key or mousebutton waspressed which is then assumed to be pressed regardless of it's current state. For example, when reacting to a mousebutton event, you can pass event.button so that a key combination including that button still evaluates as true.

See also: And, Or, Not, Exclusively, &, |, !

source


# Makie.labelslider!Method.
julia
labelslider!(scene, label, range; format = string, sliderkw = Dict(),
+    visible

source


# Makie.hexbinFunction.
julia
hexbin(xs, ys; kwargs...)

Plots a heatmap with hexagonal bins for the observations xs and ys.

Plot type

The plot type alias for the hexbin function is Hexbin.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bins = 20 — If an Int, sets the number of bins in x and y direction. If a Tuple{Int, Int}, sets the number of bins for x and y separately.

cellsize = nothing — If a Real, makes equally-sided hexagons with width cellsize. If a Tuple{Real, Real} specifies hexagon width and height separately.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

highclip = automatic — The color for any value above the colorrange.

lowclip = automatic — The color for any value below the colorrange.

nan_color = :transparent — The color for NaN values.

strokecolor = :blackNo docs available.

strokewidth = 0No docs available.

threshold = 1 — 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.

weights = nothing — Weights for each observation. Can be nothing (each observation carries weight 1) or any AbstractVector{<: Real} or StatsBase.AbstractWeights.

source


# Makie.hexbin!Function.

hexbin! is the mutating variant of plotting function hexbin. Check the docstring for hexbin for further information.

source


# Makie.hidedecorations!Method.
julia
hidedecorations!(la::Axis; label = true, ticklabels = true, ticks = true,
+                 grid = true, minorgrid = true, minorticks = true)

Hide decorations of both x and y-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

See also [hidexdecorations!], [hideydecorations!], [hidezdecorations!]

source


# Makie.hidedecorations!Method.
julia
hidedecorations!(ax::PolarAxis; ticklabels = true, grid = true, minorgrid = true)

Hide decorations of both r and theta-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

See also [hiderdecorations!], [hidethetadecorations!], [hidezdecorations!]

source


# Makie.hiderdecorations!Method.
julia
hiderdecorations!(ax::PolarAxis; ticklabels = true, grid = true, minorgrid = true)

Hide decorations of the r-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hidespines!Method.
julia
hidespines!(la::Axis, spines::Symbol... = (:l, :r, :b, :t)...)

Hide all specified axis spines. Hides all spines by default, otherwise choose which sides to hide with the symbols :l (left), :r (right), :b (bottom) and :t (top).

source


# Makie.hidethetadecorations!Method.
julia
hidethetadecorations!(ax::PolarAxis; ticklabels = true, grid = true, minorgrid = true)

Hide decorations of the theta-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hidexdecorations!Method.
julia
hidexdecorations!(la::Axis; label = true, ticklabels = true, ticks = true, grid = true,
+    minorgrid = true, minorticks = true)

Hide decorations of the x-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hideydecorations!Method.
julia
hideydecorations!(la::Axis; label = true, ticklabels = true, ticks = true, grid = true,
+    minorgrid = true, minorticks = true)

Hide decorations of the y-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hidezdecorations!Method.
julia
hidezdecorations!(ax::Axis3; label = true, ticklabels = true, ticks = true, grid = true)

Hide decorations of the z-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.histFunction.
julia
hist(values)

Plot a histogram of values.

Plot type

The plot type alias for the hist function is Hist.

Attributes

bar_labels = nothingNo docs available.

bins = 15 — Can be an Int to create that number of equal-width bins over the range of values. Alternatively, it can be a sorted iterable of bin edges.

color = @inherit patchcolor — Color can either be:

  • a vector of bins colors

  • a single color

  • :values, to color the bars with the values from the histogram

cycle = [:color => :patchcolor]No docs available.

direction = :y — Set the direction of the bars.

fillto = automatic — Defines where the bars start.

flip_labels_at = InfNo docs available.

gap = 0 — Gap between the bars (see barplot).

label_color = @inherit textcolorNo docs available.

label_font = @inherit fontNo docs available.

label_formatter = bar_label_formatterNo docs available.

label_offset = 5No docs available.

label_size = 20No docs available.

normalization = :none — Allows to normalize the histogram. Possible values are:

  • :pdf: Normalize by sum of weights and bin sizes. Resulting histogram has norm 1 and represents a PDF.

  • :density: Normalize by bin sizes only. Resulting histogram represents count density of input and does not have norm 1. Will not modify the histogram if it already represents a density (h.isdensity == 1).

  • :probability: Normalize by sum of weights only. Resulting histogram represents the fraction of probability mass for each bin and does not have norm 1.

  • :none: Do not normalize.

offset = 0.0 — Adds an offset to every value.

over_background_color = automaticNo docs available.

over_bar_color = automaticNo docs available.

scale_to = nothing — Allows to scale all values to a certain height. This can also be set to :flip to flip the direction of histogram bars without scaling them to a common height.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

weights = automatic — Allows to statistically weight the observations.

source


# Makie.hist!Function.

hist! is the mutating variant of plotting function hist. Check the docstring for hist for further information.

source


# Makie.hlinesFunction.
julia
hlines(ys; xmin = 0.0, xmax = 1.0, attrs...)

Create horizontal lines across a Scene with 2D projection. The lines will be placed at ys in data coordinates and xmin to xmax in scene coordinates (0 to 1). All three of these can have single or multiple values because they are broadcast to calculate the final line segments.

Plot type

The plot type alias for the hlines function is HLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

xmax = 1 — The end of the lines in relative axis units (0 to 1) along the x dimension.

xmin = 0 — The start of the lines in relative axis units (0 to 1) along the x dimension.

source


# Makie.hlines!Function.

hlines! is the mutating variant of plotting function hlines. Check the docstring for hlines for further information.

source


# Makie.hovered_sceneMethod.
julia
hovered_scene()

Returns the scene that the mouse is currently hovering over.

Properly identifies the scene for a plot with multiple sub-plots.

source


# Makie.hspanFunction.
julia
hspan(ys_low, ys_high; xmin = 0.0, xmax = 1.0, attrs...)
+hspan(ys_lowhigh; xmin = 0.0, xmax = 1.0, attrs...)

Create horizontal bands spanning across a Scene with 2D projection. The bands will be placed from ys_low to ys_high in data coordinates and xmin to xmax in scene coordinates (0 to 1). All four of these can have single or multiple values because they are broadcast to calculate the final spans. Both bounds can be passed together as an interval ys_lowhigh.

Plot type

The plot type alias for the hspan function is HSpan.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit patchcolor — Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShadingNo docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolor — Sets the color of the outline around a marker.

strokecolormap = @inherit colormap — Sets the colormap that is sampled for numeric colors.

strokewidth = @inherit patchstrokewidth — Sets the width of the outline.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

xmax = 1 — The end of the bands in relative axis units (0 to 1) along the x dimension.

xmin = 0 — The start of the bands in relative axis units (0 to 1) along the x dimension.

source


# Makie.hspan!Function.

hspan! is the mutating variant of plotting function hspan. Check the docstring for hspan for further information.

source


# Makie.is_mouseinsideMethod.
julia
is_mouseinside(scene)

Returns true if the current mouseposition is inside the given scene.

source


# Makie.ispressedFunction.

ispressed(parent, result::Bool[, waspressed = nothing]) ispressed(parent, button::Union{Mouse.Button, Keyboard.Button[, waspressed = nothing]) ispressed(parent, collection::Union{Set, Vector, Tuple}[, waspressed = nothing]) ispressed(parent, op::BooleanOperator[, waspressed = nothing])

This function checks if a button or combination of buttons is pressed.

If given a true or false, ispressed will return true or false respectively. This provides a way to turn an interaction "always on" or "always off" from the outside.

Passing a button or collection of buttons such as Keyboard.enter or Mouse.left will return true if all of the given buttons are pressed.

Parent can be any object that has get_scene method implemented, which includes e.g. Figure, Axis, Axis3, Lscene, FigureAxisPlot, and AxisPlot.

For more complicated combinations of buttons they can be combined into boolean expression with &, | and !. For example, you can have ispressed(parent, !Keyboard.left_control & Keyboard.c)) and ispressed(parent, Keyboard.left_control & Keyboard.c) to avoid triggering both cases at the same time.

Furthermore you can also make any button, button collection or boolean expression exclusive by wrapping it in Exclusively(...). With that ispressed will only return true if the currently pressed buttons match the request exactly.

For cases where you want to react to a release event you can optionally add a key or mousebutton waspressed which is then assumed to be pressed regardless of it's current state. For example, when reacting to a mousebutton event, you can pass event.button so that a key combination including that button still evaluates as true.

See also: And, Or, Not, Exclusively, &, |, !

source


# Makie.labelslider!Method.
julia
labelslider!(scene, label, range; format = string, sliderkw = Dict(),
 labelkw = Dict(), valuekw = Dict(), value_column_width = automatic, layoutkw...)

labelslider! is deprecated, use SliderGrid instead

Construct a horizontal GridLayout with a label, a slider and a value label in scene.

Returns a NamedTuple:

(slider = slider, label = label, valuelabel = valuelabel, layout = layout)

Specify a format function for the value label with the format keyword or pass a format string used by Format.format. The slider is forwarded the keywords from sliderkw. The label is forwarded the keywords from labelkw. The value label is forwarded the keywords from valuekw. You can set the column width for the value label column with the keyword value_column_width. By default, the width is determined heuristically by sampling a few values from the slider range. All other keywords are forwarded to the GridLayout.

Example:

ls = labelslider!(scene, "Voltage:", 0:10; format = x -> "$(x)V")
-layout[1, 1] = ls.layout

source


# Makie.labelslidergrid!Method.
julia
labelslidergrid!(scene, labels, ranges; formats = [string],
+layout[1, 1] = ls.layout

source


# Makie.labelslidergrid!Method.
julia
labelslidergrid!(scene, labels, ranges; formats = [string],
     sliderkw = Dict(), labelkw = Dict(), valuekw = Dict(),
     value_column_width = automatic, layoutkw...)

labelslidergrid! is deprecated, use SliderGrid instead

Construct a GridLayout with a column of label, a column of sliders and a column of value labels in scene. The argument values are broadcast, so you can use scalars if you want to keep labels, ranges or formats constant across rows.

Returns a NamedTuple:

(sliders = sliders, labels = labels, valuelabels = valuelabels, layout = layout)

Specify format functions for the value labels with the formats keyword or pass format strings used by Format.format. The sliders are forwarded the keywords from sliderkw. The labels are forwarded the keywords from labelkw. The value labels are forwarded the keywords from valuekw. You can set the column width for the value label column with the keyword value_column_width. By default, the width is determined heuristically by sampling a few values from the slider ranges. All other keywords are forwarded to the GridLayout.

Example:

ls = labelslidergrid!(scene, ["Voltage", "Ampere"], Ref(0:0.1:100); format = x -> "$(x)V")
-layout[1, 1] = ls.layout

source


# Makie.limits!Method.
julia
limits!(ax::Axis, xlims, ylims)

Set the axis limits to xlims and ylims. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis, rect::Rect2)

Set the axis limits to rect. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis, x1, x2, y1, y2)

Set the axis x-limits to x1 and x2 and the y-limits to y1 and y2. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis3, xlims, ylims, zlims)

Set the axis limits to xlims, ylims, and zlims. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis3, rect::Rect3)

Set the axis limits to rect. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis3, x1, x2, y1, y2, z1, z2)

Set the axis x-limits to x1 and x2, the y-limits to y1 and y2, and the z-limits to z1 and z2. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.linkaxes!Method.
julia
linkaxes!(a::Axis, others...)

Link both x and y axes of all given Axis so that they stay synchronized.

source


# Makie.linkxaxes!Method.
julia
linkxaxes!(a::Axis, others...)

Link the x axes of all given Axis so that they stay synchronized.

source


# Makie.linkyaxes!Method.
julia
linkyaxes!(a::Axis, others...)

Link the y axes of all given Axis so that they stay synchronized.

source


# Makie.mouseoverMethod.
julia
mouseover(fig/ax/scene, plots::AbstractPlot...)

Returns true if the mouse currently hovers any of plots.

source


# Makie.mousepositionMethod.
julia
mouseposition(scene = hovered_scene())

Return the current position of the mouse in data coordinates of the given scene.

By default uses the scene that the mouse is currently hovering over.

source


# Makie.old_cam3d!Method.
julia
old_cam3d!(scene; kwargs...)

An alias to old_cam3d_turntable!. Creates a 3D camera for scene, which rotates around the plot's axis.

source


# Makie.old_cam3d_cad!Method.
julia
old_cam3d_cad!(scene; kw_args...)

Creates a 3D camera for scene which rotates around the viewer's "up" axis - similarly to how it's done in CAD software cameras.

source


# Makie.old_cam3d_turntable!Method.
julia
old_cam3d_turntable!(scene; kw_args...)

Creates a 3D camera for scene, which rotates around the plot's axis.

source


# Makie.onmousedownoutsideMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === downoutside.

source


# Makie.onmouseenterMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === enter.

source


# Makie.onmouseleftclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftclick.

source


# Makie.onmouseleftdoubleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdoubleclick.

source


# Makie.onmouseleftdownMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdown.

source


# Makie.onmouseleftdragMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdrag.

source


# Makie.onmouseleftdragstartMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdragstart.

source


# Makie.onmouseleftdragstopMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdragstop.

source


# Makie.onmouseleftupMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftup.

source


# Makie.onmousemiddleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middleclick.

source


# Makie.onmousemiddledoubleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledoubleclick.

source


# Makie.onmousemiddledownMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledown.

source


# Makie.onmousemiddledragMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledrag.

source


# Makie.onmousemiddledragstartMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledragstart.

source


# Makie.onmousemiddledragstopMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledragstop.

source


# Makie.onmousemiddleupMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middleup.

source


# Makie.onmouseoutMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === out.

source


# Makie.onmouseoverMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === over.

source


# Makie.onmouserightclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightclick.

source


# Makie.onmouserightdoubleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdoubleclick.

source


# Makie.onmouserightdownMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdown.

source


# Makie.onmouserightdragMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdrag.

source


# Makie.onmouserightdragstartMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdragstart.

source


# Makie.onmouserightdragstopMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdragstop.

source


# Makie.onmouserightupMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightup.

source


# Makie.onpickFunction.
julia
onpick(func, plot)

Calls func if one clicks on plot. Implemented by the backend.

source


# Makie.onpickMethod.
julia
onpick(f, fig/ax/scene, plots::AbstractPlot...)

Calls f(plot, idx) whenever the mouse is over any of plots. idx is an index, e.g. when over a scatter plot, it will be the index of the hovered element

source


# Makie.pickFunction.

Picks a mouse position. Implemented by the backend.

source


# Makie.pickMethod.
julia
pick(scene::Scene, rect::Rect2i)

Return all (plot, index) pairs within the given rect. The rect must be within screen boundaries.

source


# Makie.pickMethod.
julia
pick(fig/ax/scene, x, y)

Returns the plot under pixel position (x, y).

source


# Makie.pickMethod.
julia
pick(fig/ax/scene, xy::VecLike, range)

Return the plot closest to xy within a given range.

source


# Makie.pickMethod.
julia
pick(fig/ax/scene, xy::VecLike)

Return the plot under pixel position xy.

source


# Makie.pieFunction.
julia
pie(values; kwargs...)

Creates a pie chart from the given values.

Plot type

The plot type alias for the pie function is Pie.

Attributes

color = :grayNo docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inner_radius = 0 — The inner radius of the pie segments. If this is larger than zero, the pie pieces become ring sections.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

normalize = true — If true, the sum of all values is normalized to 2π (a full circle).

offset = 0 — The angular offset of the first pie segment from the (1, 0) vector in radians.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

radius = 1 — The outer radius of the pie segments.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = :blackNo docs available.

strokewidth = 1No docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

vertex_per_deg = 1 — Controls how many polygon vertices are used for one degree of rotation.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.pie!Function.

pie! is the mutating variant of plotting function pie. Check the docstring for pie for further information.

source


# Makie.plotlistMethod.
julia
plotlist!(
+layout[1, 1] = ls.layout

source


# Makie.limits!Method.
julia
limits!(ax::Axis, xlims, ylims)

Set the axis limits to xlims and ylims. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis, rect::Rect2)

Set the axis limits to rect. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis, x1, x2, y1, y2)

Set the axis x-limits to x1 and x2 and the y-limits to y1 and y2. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis3, xlims, ylims, zlims)

Set the axis limits to xlims, ylims, and zlims. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis3, rect::Rect3)

Set the axis limits to rect. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis3, x1, x2, y1, y2, z1, z2)

Set the axis x-limits to x1 and x2, the y-limits to y1 and y2, and the z-limits to z1 and z2. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.linkaxes!Method.
julia
linkaxes!(a::Axis, others...)

Link both x and y axes of all given Axis so that they stay synchronized.

source


# Makie.linkxaxes!Method.
julia
linkxaxes!(a::Axis, others...)

Link the x axes of all given Axis so that they stay synchronized.

source


# Makie.linkyaxes!Method.
julia
linkyaxes!(a::Axis, others...)

Link the y axes of all given Axis so that they stay synchronized.

source


# Makie.mouseoverMethod.
julia
mouseover(fig/ax/scene, plots::AbstractPlot...)

Returns true if the mouse currently hovers any of plots.

source


# Makie.mousepositionMethod.
julia
mouseposition(scene = hovered_scene())

Return the current position of the mouse in data coordinates of the given scene.

By default uses the scene that the mouse is currently hovering over.

source


# Makie.old_cam3d!Method.
julia
old_cam3d!(scene; kwargs...)

An alias to old_cam3d_turntable!. Creates a 3D camera for scene, which rotates around the plot's axis.

source


# Makie.old_cam3d_cad!Method.
julia
old_cam3d_cad!(scene; kw_args...)

Creates a 3D camera for scene which rotates around the viewer's "up" axis - similarly to how it's done in CAD software cameras.

source


# Makie.old_cam3d_turntable!Method.
julia
old_cam3d_turntable!(scene; kw_args...)

Creates a 3D camera for scene, which rotates around the plot's axis.

source


# Makie.onmousedownoutsideMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === downoutside.

source


# Makie.onmouseenterMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === enter.

source


# Makie.onmouseleftclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftclick.

source


# Makie.onmouseleftdoubleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdoubleclick.

source


# Makie.onmouseleftdownMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdown.

source


# Makie.onmouseleftdragMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdrag.

source


# Makie.onmouseleftdragstartMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdragstart.

source


# Makie.onmouseleftdragstopMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdragstop.

source


# Makie.onmouseleftupMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftup.

source


# Makie.onmousemiddleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middleclick.

source


# Makie.onmousemiddledoubleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledoubleclick.

source


# Makie.onmousemiddledownMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledown.

source


# Makie.onmousemiddledragMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledrag.

source


# Makie.onmousemiddledragstartMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledragstart.

source


# Makie.onmousemiddledragstopMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledragstop.

source


# Makie.onmousemiddleupMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middleup.

source


# Makie.onmouseoutMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === out.

source


# Makie.onmouseoverMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === over.

source


# Makie.onmouserightclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightclick.

source


# Makie.onmouserightdoubleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdoubleclick.

source


# Makie.onmouserightdownMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdown.

source


# Makie.onmouserightdragMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdrag.

source


# Makie.onmouserightdragstartMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdragstart.

source


# Makie.onmouserightdragstopMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdragstop.

source


# Makie.onmouserightupMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightup.

source


# Makie.onpickFunction.
julia
onpick(func, plot)

Calls func if one clicks on plot. Implemented by the backend.

source


# Makie.onpickMethod.
julia
onpick(f, fig/ax/scene, plots::AbstractPlot...)

Calls f(plot, idx) whenever the mouse is over any of plots. idx is an index, e.g. when over a scatter plot, it will be the index of the hovered element

source


# Makie.pickFunction.

Picks a mouse position. Implemented by the backend.

source


# Makie.pickMethod.
julia
pick(scene::Scene, rect::Rect2i)

Return all (plot, index) pairs within the given rect. The rect must be within screen boundaries.

source


# Makie.pickMethod.
julia
pick(fig/ax/scene, x, y)

Returns the plot under pixel position (x, y).

source


# Makie.pickMethod.
julia
pick(fig/ax/scene, xy::VecLike, range)

Return the plot closest to xy within a given range.

source


# Makie.pickMethod.
julia
pick(fig/ax/scene, xy::VecLike)

Return the plot under pixel position xy.

source


# Makie.pieFunction.
julia
pie(values; kwargs...)

Creates a pie chart from the given values.

Plot type

The plot type alias for the pie function is Pie.

Attributes

color = :grayNo docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inner_radius = 0 — The inner radius of the pie segments. If this is larger than zero, the pie pieces become ring sections.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

normalize = true — If true, the sum of all values is normalized to 2π (a full circle).

offset = 0 — The angular offset of the first pie segment from the (1, 0) vector in radians.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

radius = 1 — The outer radius of the pie segments.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = :blackNo docs available.

strokewidth = 1No docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

vertex_per_deg = 1 — Controls how many polygon vertices are used for one degree of rotation.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.pie!Function.

pie! is the mutating variant of plotting function pie. Check the docstring for pie for further information.

source


# Makie.plotlistMethod.
julia
plotlist!(
     [
         PlotSpec(:Scatter, args...; kwargs...),
         PlotSpec(:Lines, args...; kwargs...),
@@ -192,9 +192,9 @@
 
 plots[] = [
     S.surface(0..1, 0..1, Makie.peaks(); colormap = :viridis, translation = Vec3f(0, 0, -1)),
-]

source


# Makie.qqnormFunction.
julia
qqnorm(y; kwargs...)

Shorthand for qqplot(Normal(0,1), y), i.e., draw a Q-Q plot of y against the standard normal distribution. See qqplot for more details.

Plot type

The plot type alias for the qqnorm function is QQNorm.

Attributes

color = @inherit linecolor — Control color of both line and markers (if markercolor is not specified).

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linestyle = nothingNo docs available.

linewidth = @inherit linewidthNo docs available.

marker = @inherit markerNo docs available.

markercolor = automaticNo docs available.

markersize = @inherit markersizeNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolorNo docs available.

strokewidth = @inherit markerstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.qqnorm!Function.

qqnorm! is the mutating variant of plotting function qqnorm. Check the docstring for qqnorm for further information.

source


# Makie.qqplotFunction.
julia
qqplot(x, y; kwargs...)

Draw a Q-Q plot, comparing quantiles of two distributions. y must be a list of samples, i.e., AbstractVector{<:Real}, whereas x can be

  • a list of samples,

  • an abstract distribution, e.g. Normal(0, 1),

  • a distribution type, e.g. Normal.

In the last case, the distribution type is fitted to the data y.

The attribute qqline (defaults to :none) determines how to compute a fit line for the Q-Q plot. Possible values are the following.

  • :identity draws the identity line.

  • :fit computes a least squares line fit of the quantile pairs.

  • :fitrobust computes the line that passes through the first and third quartiles of the distributions.

  • :none omits drawing the line.

Broadly speaking, qqline = :identity is useful to see if x and y follow the same distribution, whereas qqline = :fit and qqline = :fitrobust are useful to see if the distribution of y can be obtained from the distribution of x via an affine transformation.

Plot type

The plot type alias for the qqplot function is QQPlot.

Attributes

color = @inherit linecolor — Control color of both line and markers (if markercolor is not specified).

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linestyle = nothingNo docs available.

linewidth = @inherit linewidthNo docs available.

marker = @inherit markerNo docs available.

markercolor = automaticNo docs available.

markersize = @inherit markersizeNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolorNo docs available.

strokewidth = @inherit markerstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.qqplot!Function.

qqplot! is the mutating variant of plotting function qqplot. Check the docstring for qqplot for further information.

source


# Makie.raincloudsFunction.
julia
rainclouds!(ax, category_labels, data_array; plot_boxplots=true, plot_clouds=true, kwargs...)

Plot a violin (/histogram), boxplot and individual data points with appropriate spacing between each.

Arguments

  • ax: Axis used to place all these plots onto.

  • category_labels: Typically Vector{String} with a label for each element in data_array

  • data_array: Typically Vector{Float64} used for to represent the datapoints to plot.

Keywords

Violin/Histogram Plot Specific Keywords

Scatter Plot Specific Keywords

  • side_nudge: Default value is 0.02 if plot_boxplots is true, otherwise 0.075 default.

  • jitter_width=0.05: Determines the width of the scatter-plot bar in category x-axis absolute terms.

Plot type

The plot type alias for the rainclouds function is RainClouds.

Attributes

boxplot_nudge = 0.075 — Determines the distance away the boxplot should be placed from the center line when center_boxplot is false. This is the value used to recentering the boxplot.

boxplot_width = 0.1 — Width of the boxplot on the category axis.

center_boxplot = true — Whether or not to center the boxplot on the category.

cloud_width = 0.75 — Determines size of violin plot. Corresponds to width keyword arg in violin.

clouds = violin — [violin, hist, nothing] how to show cloud plots, either as violin or histogram plots, or not at all.

color = @inherit patchcolor — A single color, or a vector of colors, one for each point.

cycle = [:color => :patchcolor]No docs available.

dodge = automatic — Vector of Integer (length of data) of grouping variable to create multiple side-by-side boxes at the same x position

dodge_gap = 0.01 — Spacing between dodged boxes.

gap = 0.2 — Distance between elements on the main axis (depending on orientation).

hist_bins = 30 — If clouds=hist, this passes down the number of bins to the histogram call.

markersize = 2.0 — Size of marker used for the scatter plot.

n_dodge = automatic — The number of categories to dodge (defaults to maximum(dodge))

orientation = :vertical — Orientation of rainclouds (:vertical or :horizontal)

plot_boxplots = true — Whether to show boxplots to summarize distribution of data.

show_boxplot_outliers = false — Show outliers in the boxplot as points (usually confusing when paired with the scatter plot so the default is to not show them)

show_median = true — Determines whether or not to have a line for the median value in the boxplot.

side = :left — Can take values of :left, :right, determines where the violin plot will be, relative to the scatter points

strokewidth = 1.0 — Determines the stroke width for the outline of the boxplot.

violin_limits = (-Inf, Inf) — Specify values to trim the violin. Can be a Tuple or a Function (e.g. datalimits=extrema)

whiskerwidth = 0.5 — The width of the Q1, Q3 whisker in the boxplot. Value as a portion of the boxplot_width.

source


# Makie.rainclouds!Function.

rainclouds! is the mutating variant of plotting function rainclouds. Check the docstring for rainclouds for further information.

source


# Makie.rangebarsFunction.
julia
rangebars(val, low, high; kwargs...)
+]

source


# Makie.qqnormFunction.
julia
qqnorm(y; kwargs...)

Shorthand for qqplot(Normal(0,1), y), i.e., draw a Q-Q plot of y against the standard normal distribution. See qqplot for more details.

Plot type

The plot type alias for the qqnorm function is QQNorm.

Attributes

color = @inherit linecolor — Control color of both line and markers (if markercolor is not specified).

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linestyle = nothingNo docs available.

linewidth = @inherit linewidthNo docs available.

marker = @inherit markerNo docs available.

markercolor = automaticNo docs available.

markersize = @inherit markersizeNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolorNo docs available.

strokewidth = @inherit markerstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.qqnorm!Function.

qqnorm! is the mutating variant of plotting function qqnorm. Check the docstring for qqnorm for further information.

source


# Makie.qqplotFunction.
julia
qqplot(x, y; kwargs...)

Draw a Q-Q plot, comparing quantiles of two distributions. y must be a list of samples, i.e., AbstractVector{<:Real}, whereas x can be

  • a list of samples,

  • an abstract distribution, e.g. Normal(0, 1),

  • a distribution type, e.g. Normal.

In the last case, the distribution type is fitted to the data y.

The attribute qqline (defaults to :none) determines how to compute a fit line for the Q-Q plot. Possible values are the following.

  • :identity draws the identity line.

  • :fit computes a least squares line fit of the quantile pairs.

  • :fitrobust computes the line that passes through the first and third quartiles of the distributions.

  • :none omits drawing the line.

Broadly speaking, qqline = :identity is useful to see if x and y follow the same distribution, whereas qqline = :fit and qqline = :fitrobust are useful to see if the distribution of y can be obtained from the distribution of x via an affine transformation.

Plot type

The plot type alias for the qqplot function is QQPlot.

Attributes

color = @inherit linecolor — Control color of both line and markers (if markercolor is not specified).

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linestyle = nothingNo docs available.

linewidth = @inherit linewidthNo docs available.

marker = @inherit markerNo docs available.

markercolor = automaticNo docs available.

markersize = @inherit markersizeNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolorNo docs available.

strokewidth = @inherit markerstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.qqplot!Function.

qqplot! is the mutating variant of plotting function qqplot. Check the docstring for qqplot for further information.

source


# Makie.raincloudsFunction.
julia
rainclouds!(ax, category_labels, data_array; plot_boxplots=true, plot_clouds=true, kwargs...)

Plot a violin (/histogram), boxplot and individual data points with appropriate spacing between each.

Arguments

  • ax: Axis used to place all these plots onto.

  • category_labels: Typically Vector{String} with a label for each element in data_array

  • data_array: Typically Vector{Float64} used for to represent the datapoints to plot.

Keywords

Violin/Histogram Plot Specific Keywords

Scatter Plot Specific Keywords

  • side_nudge: Default value is 0.02 if plot_boxplots is true, otherwise 0.075 default.

  • jitter_width=0.05: Determines the width of the scatter-plot bar in category x-axis absolute terms.

Plot type

The plot type alias for the rainclouds function is RainClouds.

Attributes

boxplot_nudge = 0.075 — Determines the distance away the boxplot should be placed from the center line when center_boxplot is false. This is the value used to recentering the boxplot.

boxplot_width = 0.1 — Width of the boxplot on the category axis.

center_boxplot = true — Whether or not to center the boxplot on the category.

cloud_width = 0.75 — Determines size of violin plot. Corresponds to width keyword arg in violin.

clouds = violin — [violin, hist, nothing] how to show cloud plots, either as violin or histogram plots, or not at all.

color = @inherit patchcolor — A single color, or a vector of colors, one for each point.

cycle = [:color => :patchcolor]No docs available.

dodge = automatic — Vector of Integer (length of data) of grouping variable to create multiple side-by-side boxes at the same x position

dodge_gap = 0.01 — Spacing between dodged boxes.

gap = 0.2 — Distance between elements on the main axis (depending on orientation).

hist_bins = 30 — If clouds=hist, this passes down the number of bins to the histogram call.

markersize = 2.0 — Size of marker used for the scatter plot.

n_dodge = automatic — The number of categories to dodge (defaults to maximum(dodge))

orientation = :vertical — Orientation of rainclouds (:vertical or :horizontal)

plot_boxplots = true — Whether to show boxplots to summarize distribution of data.

show_boxplot_outliers = false — Show outliers in the boxplot as points (usually confusing when paired with the scatter plot so the default is to not show them)

show_median = true — Determines whether or not to have a line for the median value in the boxplot.

side = :left — Can take values of :left, :right, determines where the violin plot will be, relative to the scatter points

strokewidth = 1.0 — Determines the stroke width for the outline of the boxplot.

violin_limits = (-Inf, Inf) — Specify values to trim the violin. Can be a Tuple or a Function (e.g. datalimits=extrema)

whiskerwidth = 0.5 — The width of the Q1, Q3 whisker in the boxplot. Value as a portion of the boxplot_width.

source


# Makie.rainclouds!Function.

rainclouds! is the mutating variant of plotting function rainclouds. Check the docstring for rainclouds for further information.

source


# Makie.rangebarsFunction.
julia
rangebars(val, low, high; kwargs...)
 rangebars(val, low_high; kwargs...)
-rangebars(val_low_high; kwargs...)

Plots rangebars at val in one dimension, extending from low to high in the other dimension given the chosen direction. The low_high argument can be a vector of tuples or intervals.

If you want to plot errors relative to a reference value, use errorbars.

Plot type

The plot type alias for the rangebars function is Rangebars.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the lines. Can be an array to color each bar separately.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction = :y — The direction in which the bars are drawn. Can be :x or :y.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecapNo docs available.

linewidth = @inherit linewidth — The thickness of the lines in screen units.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

whiskerwidth = 0 — The width of the whiskers or line caps in screen units.

source


# Makie.rangebars!Function.

rangebars! is the mutating variant of plotting function rangebars. Check the docstring for rangebars for further information.

source


# Makie.recordMethod.
julia
record(func, figurelike, path; backend=current_backend(), kwargs...)
+rangebars(val_low_high; kwargs...)

Plots rangebars at val in one dimension, extending from low to high in the other dimension given the chosen direction. The low_high argument can be a vector of tuples or intervals.

If you want to plot errors relative to a reference value, use errorbars.

Plot type

The plot type alias for the rangebars function is Rangebars.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the lines. Can be an array to color each bar separately.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction = :y — The direction in which the bars are drawn. Can be :x or :y.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecapNo docs available.

linewidth = @inherit linewidth — The thickness of the lines in screen units.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

whiskerwidth = 0 — The width of the whiskers or line caps in screen units.

source


# Makie.rangebars!Function.

rangebars! is the mutating variant of plotting function rangebars. Check the docstring for rangebars for further information.

source


# Makie.recordMethod.
julia
record(func, figurelike, path; backend=current_backend(), kwargs...)
 record(func, figurelike, path, iter; backend=current_backend(), kwargs...)

The first signature provides func with a VideoStream, which it should call recordframe!(io) on when recording a frame.

The second signature iterates iter, calling recordframe!(io) internally after calling func with the current iteration element.

Both notations require a Figure, FigureAxisPlot or Scene figure to work. The animation is then saved to path, with the format determined by path's extension.

Under the hood, record is just video_io = Record(func, figurelike, [iter]; same_kw...); save(path, video_io). Record can be used directly as well to do the saving at a later point, or to inline a video directly into a Notebook (the video supports, show(video_io, "text/html") for that purpose).

Options one can pass via kwargs...:

  • backend::Module = current_backend(): set the backend to write out video, can be set to CairoMakie, GLMakie, WGLMakie, RPRMakie.

Backend options

See ?Backend.Screen or Base.doc(Backend.Screen) for applicable options that can be passed and forwarded to the backend.

Video options

  • format = "mkv": The format of the video. If a path is present, will be inferred from the file extension. Can be one of the following:

    • "mkv" (open standard, the default)

    • "mp4" (good for Web, most supported format)

    • "webm" (smallest file size)

    • "gif" (largest file size for the same quality)

    mp4 and mk4 are marginally bigger than webm. gifs can be significantly (as much as 6x) larger with worse quality (due to the limited color palette) and only should be used as a last resort, for playing in a context where videos aren't supported.

  • framerate = 24: The target framerate.

  • compression = 20: Controls the video compression via ffmpeg's -crf option, with smaller numbers giving higher quality and larger file sizes (lower compression), and higher numbers giving lower quality and smaller file sizes (higher compression). The minimum value is 0 (lossless encoding).

    • For mp4, 51 is the maximum. Note that compression = 0 only works with mp4 if

    profile = "high444".

    • For webm, 63 is the maximum.

    • compression has no effect on mkv and gif outputs.

  • profile = "high422": A ffmpeg compatible profile. Currently only applies to mp4. If

you have issues playing a video, try profile = "high" or profile = "main".

  • pixel_format = "yuv420p": A ffmpeg compatible pixel format (-pix_fmt). Currently only

applies to mp4. Defaults to yuv444p for profile = "high444".

  • loop = 0: Number of times the video is repeated, for a gif or html output. Defaults to 0, which

means infinite looping. A value of -1 turns off looping, and a value of n > 0 means n repetitions (i.e. the video is played n+1 times) when supported by backend.

!!! warning
 `profile` and `pixel_format` are only used when `format` is `"mp4"`; a warning will be issued if `format`
 is not `"mp4"` and those two arguments are not `nothing`. Similarly, `compression` is only
@@ -214,22 +214,22 @@
 end

or

julia
fig, ax, p = lines(rand(10))
 record(fig, "test.gif", 1:255) do i
     p[:color] = RGBf(i/255, (255 - i)/255, 0) # animate figure
-end

source


# Makie.record_eventsMethod.

record_events(f, scene::Scene, path::String)

Records all window events that happen while executing function f for scene and serializes them to path.

source


# Makie.recordframe!Method.
julia
recordframe!(io::VideoStream)

Adds a video frame to the VideoStream io.

source


# Makie.register_interaction!Method.
julia
register_interaction!(parent, name::Symbol, interaction)

Register interaction with parent under the name name. The parent will call process_interaction(interaction, event, parent) whenever suitable events happen.

The interaction can be removed with deregister_interaction! or temporarily toggled with activate_interaction! / deactivate_interaction!.

source


# Makie.register_interaction!Method.
julia
register_interaction!(interaction::Function, parent, name::Symbol)

Register interaction with parent under the name name. The parent will call process_interaction(interaction, event, parent) whenever suitable events happen. This form with the first Function argument is especially intended for do syntax.

The interaction can be removed with deregister_interaction! or temporarily toggled with activate_interaction! / deactivate_interaction!.

source


# Makie.replace_automatic!Method.

Like get!(f, dict, key) but also calls f and replaces key when the corresponding value is nothing

source


# Makie.replay_eventsMethod.

replay_events(f, scene::Scene, path::String) replay_events(scene::Scene, path::String)

Replays the serialized events recorded with record_events in path in scene.

source


# Makie.resample_cmapMethod.
julia
resample_cmap(cmap, ncolors::Integer; alpha=1.0)
  • cmap: anything that to_colormap accepts

  • ncolors: number of desired colors

  • alpha: additional alpha applied to each color. Can also be an array, matching colors, or a tuple giving a start + stop alpha value.

source


# Makie.reset_limits!Method.
julia
reset_limits!(ax; xauto = true, yauto = true)

Resets the axis limits depending on the value of ax.limits. If one of the two components of limits is nothing, that value is either copied from the targetlimits if xauto or yauto is false, respectively, or it is determined automatically from the plots in the axis. If one of the components is a tuple of two numbers, those are used directly.

source


# Makie.resize_to_layout!Method.
julia
resize_to_layout!(fig::Figure)

Resize fig so that it fits the current contents of its top GridLayout. If a GridLayout contains fixed-size content or aspect-constrained columns, for example, it is likely that the solved size of the GridLayout differs from the size of the Figure. This can result in superfluous whitespace at the borders, or content clipping at the figure edges. Once resized, all content should fit the available space, including the Figure's outer padding.

source


# Makie.rlims!Method.
julia
rlims!(ax::PolarAxis[, rmin], rmax)

Sets the radial limits of a given PolarAxis.

source


# Makie.rotate!Method.
julia
rotate!(t::Transformable, axis_rot::Quaternion)
+end

source


# Makie.record_eventsMethod.

record_events(f, scene::Scene, path::String)

Records all window events that happen while executing function f for scene and serializes them to path.

source


# Makie.recordframe!Method.
julia
recordframe!(io::VideoStream)

Adds a video frame to the VideoStream io.

source


# Makie.register_interaction!Method.
julia
register_interaction!(parent, name::Symbol, interaction)

Register interaction with parent under the name name. The parent will call process_interaction(interaction, event, parent) whenever suitable events happen.

The interaction can be removed with deregister_interaction! or temporarily toggled with activate_interaction! / deactivate_interaction!.

source


# Makie.register_interaction!Method.
julia
register_interaction!(interaction::Function, parent, name::Symbol)

Register interaction with parent under the name name. The parent will call process_interaction(interaction, event, parent) whenever suitable events happen. This form with the first Function argument is especially intended for do syntax.

The interaction can be removed with deregister_interaction! or temporarily toggled with activate_interaction! / deactivate_interaction!.

source


# Makie.replace_automatic!Method.

Like get!(f, dict, key) but also calls f and replaces key when the corresponding value is nothing

source


# Makie.replay_eventsMethod.

replay_events(f, scene::Scene, path::String) replay_events(scene::Scene, path::String)

Replays the serialized events recorded with record_events in path in scene.

source


# Makie.resample_cmapMethod.
julia
resample_cmap(cmap, ncolors::Integer; alpha=1.0)
  • cmap: anything that to_colormap accepts

  • ncolors: number of desired colors

  • alpha: additional alpha applied to each color. Can also be an array, matching colors, or a tuple giving a start + stop alpha value.

source


# Makie.reset_limits!Method.
julia
reset_limits!(ax; xauto = true, yauto = true)

Resets the axis limits depending on the value of ax.limits. If one of the two components of limits is nothing, that value is either copied from the targetlimits if xauto or yauto is false, respectively, or it is determined automatically from the plots in the axis. If one of the components is a tuple of two numbers, those are used directly.

source


# Makie.resize_to_layout!Method.
julia
resize_to_layout!(fig::Figure)

Resize fig so that it fits the current contents of its top GridLayout. If a GridLayout contains fixed-size content or aspect-constrained columns, for example, it is likely that the solved size of the GridLayout differs from the size of the Figure. This can result in superfluous whitespace at the borders, or content clipping at the figure edges. Once resized, all content should fit the available space, including the Figure's outer padding.

source


# Makie.rlims!Method.
julia
rlims!(ax::PolarAxis[, rmin], rmax)

Sets the radial limits of a given PolarAxis.

source


# Makie.rotate!Method.
julia
rotate!(t::Transformable, axis_rot::Quaternion)
 rotate!(t::Transformable, axis_rot::AbstractFloat)
-rotate!(t::Transformable, axis_rot...)

Apply an absolute rotation to the transformable. Rotations are all internally converted to Quaternions.

source


# Makie.rotate!Method.
julia
rotate!(Accum, t::Transformable, axis_rot...)

Apply a relative rotation to the transformable, by multiplying by the current rotation.

source


# Makie.rotate_cam!Function.
julia
rotate_cam!(scene, cam::Camera3D, angles::Vec3)

Rotates the camera by the given angles around the camera x- (left, right), y- (up, down) and z-axis (in out). The rotation around the y axis is applied first, then x, then y.

Note that this method reacts to fix_x_key etc and fixed_axis. The former restrict the rotation around a specific axis when a given key is pressed. The latter keeps the camera y axis fixed as the data space z axis.

source


# Makie.rotate_cam!Method.
julia
rotate_cam!(scene::Scene, theta_v::Number...)
-rotate_cam!(scene::Scene, theta_v::VecTypes)

Rotate the camera of the Scene by the given rotation. Passing theta_v = (α, β, γ) will rotate the camera according to the Euler angles (α, β, γ).

source


# Makie.scale!Method.
julia
scale!(t::Transformable, x, y)
+rotate!(t::Transformable, axis_rot...)

Apply an absolute rotation to the transformable. Rotations are all internally converted to Quaternions.

source


# Makie.rotate!Method.
julia
rotate!(Accum, t::Transformable, axis_rot...)

Apply a relative rotation to the transformable, by multiplying by the current rotation.

source


# Makie.rotate_cam!Function.
julia
rotate_cam!(scene, cam::Camera3D, angles::Vec3)

Rotates the camera by the given angles around the camera x- (left, right), y- (up, down) and z-axis (in out). The rotation around the y axis is applied first, then x, then y.

Note that this method reacts to fix_x_key etc and fixed_axis. The former restrict the rotation around a specific axis when a given key is pressed. The latter keeps the camera y axis fixed as the data space z axis.

source


# Makie.rotate_cam!Method.
julia
rotate_cam!(scene::Scene, theta_v::Number...)
+rotate_cam!(scene::Scene, theta_v::VecTypes)

Rotate the camera of the Scene by the given rotation. Passing theta_v = (α, β, γ) will rotate the camera according to the Euler angles (α, β, γ).

source


# Makie.scale!Method.
julia
scale!(t::Transformable, x, y)
 scale!(t::Transformable, x, y, z)
 scale!(t::Transformable, xyz)
-scale!(t::Transformable, xyz...)

Scale the given Transformable (a Scene or Plot) to the given arguments. Can take x, y or x, y, z. This is an absolute scaling, and there is no option to perform relative scaling.

source


# Makie.scatterlinesFunction.
julia
scatterlines(xs, ys, [zs]; kwargs...)

Plots scatter markers and lines between them.

Plot type

The plot type alias for the scatterlines function is ScatterLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line, and by default also of the scatter markers.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the pattern of the line e.g. :solid, :dot, :dashdot. For custom patterns look at Linestyle(Number[...])

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

marker = @inherit marker — Sets the scatter marker.

markercolor = automaticNo docs available.

markercolormap = automaticNo docs available.

markercolorrange = automaticNo docs available.

markersize = @inherit markersize — Sets the size of the marker.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolor — Sets the color of the outline around a marker.

strokewidth = @inherit markerstrokewidth — Sets the width of the outline around a marker.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.scatterlines!Function.

scatterlines! is the mutating variant of plotting function scatterlines. Check the docstring for scatterlines for further information.

source


# Makie.select_lineMethod.
julia
select_line(scene; kwargs...) -> line

Interactively select a line (typically an arrow) on a 2D scene by clicking the left mouse button, dragging and then un-clicking. Return an observable whose value corresponds to the selected line on the scene. In addition the function plots the line on the scene as the user clicks and moves the mouse around. When the button is not clicked any more, the plotted line disappears.

The value of the returned line is updated only when the user un-clicks and only if the selected line has non-zero length.

The kwargs... are propagated into lines! which plots the selected line.

source


# Makie.select_pointMethod.
julia
select_point(scene; kwargs...) -> point

Interactively select a point on a 2D scene by clicking the left mouse button, dragging and then un-clicking. Return an observable whose value corresponds to the selected point on the scene. In addition the function plots the point on the scene as the user clicks and moves the mouse around. When the button is not clicked any more, the plotted point disappears.

The value of the returned point is updated only when the user un-clicks.

The kwargs... are propagated into scatter! which plots the selected point.

source


# Makie.select_rectangleMethod.
julia
select_rectangle(scene; kwargs...) -> rect

Interactively select a rectangle on a 2D scene by clicking the left mouse button, dragging and then un-clicking. The function returns an observable rect whose value corresponds to the selected rectangle on the scene. In addition the function plots the selected rectangle on the scene as the user clicks and moves the mouse around. When the button is not clicked any more, the plotted rectangle disappears.

The value of the returned observable is updated only when the user un-clicks (i.e. when the final value of the rectangle has been decided) and only if the rectangle has area > 0.

The kwargs... are propagated into lines! which plots the selected rectangle.

source


# Makie.seriesFunction.
julia
series(curves)

Curves can be:

  • AbstractVector{<: AbstractVector{<: Point2}}: the native representation of a series as a vector of lines

  • AbstractMatrix: each row represents y coordinates of the line, while x goes from 1:size(curves, 1)

  • AbstractVector, AbstractMatrix: the same as the above, but the first argument sets the x values for all lines

  • AbstractVector{<: Tuple{X<: AbstractVector, Y<: AbstractVector}}: A vector of tuples, where each tuple contains a vector for the x and y coordinates

If any of marker, markersize, markercolor, strokecolor or strokewidth is set != nothing, a scatterplot is added.

Plot type

The plot type alias for the series function is Series.

Attributes

color = :lighttestNo docs available.

joinstyle = @inherit joinstyleNo docs available.

labels = nothingNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = :solidNo docs available.

linewidth = 2No docs available.

marker = nothingNo docs available.

markercolor = automaticNo docs available.

markersize = nothingNo docs available.

miter_limit = @inherit miter_limitNo docs available.

solid_color = nothingNo docs available.

space = :dataNo docs available.

strokecolor = nothingNo docs available.

strokewidth = nothingNo docs available.

source


# Makie.series!Function.

series! is the mutating variant of plotting function series. Check the docstring for series for further information.

source


# Makie.set_close_to!Method.

Set the slider to the values in the slider's range that are closest to v1 and v2, and return those values ordered min, misl.

source


# Makie.set_close_to!Method.
julia
set_close_to!(slider, value) -> closest_value

Set the slider to the value in the slider's range that is closest to value and return this value. This function should be used to set a slider to a value programmatically, rather than mutating its value observable directly, which doesn't update the slider visually.

source


# Makie.set_theme!Function.
julia
set_theme(theme; kwargs...)

Set the global default theme to theme and add / override any attributes given as keyword arguments.

source


# Makie.showgradientsMethod.
julia
showgradients(
+scale!(t::Transformable, xyz...)

Scale the given Transformable (a Scene or Plot) to the given arguments. Can take x, y or x, y, z. This is an absolute scaling, and there is no option to perform relative scaling.

source


# Makie.scatterlinesFunction.
julia
scatterlines(xs, ys, [zs]; kwargs...)

Plots scatter markers and lines between them.

Plot type

The plot type alias for the scatterlines function is ScatterLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line, and by default also of the scatter markers.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the pattern of the line e.g. :solid, :dot, :dashdot. For custom patterns look at Linestyle(Number[...])

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

marker = @inherit marker — Sets the scatter marker.

markercolor = automaticNo docs available.

markercolormap = automaticNo docs available.

markercolorrange = automaticNo docs available.

markersize = @inherit markersize — Sets the size of the marker.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolor — Sets the color of the outline around a marker.

strokewidth = @inherit markerstrokewidth — Sets the width of the outline around a marker.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.scatterlines!Function.

scatterlines! is the mutating variant of plotting function scatterlines. Check the docstring for scatterlines for further information.

source


# Makie.select_lineMethod.
julia
select_line(scene; kwargs...) -> line

Interactively select a line (typically an arrow) on a 2D scene by clicking the left mouse button, dragging and then un-clicking. Return an observable whose value corresponds to the selected line on the scene. In addition the function plots the line on the scene as the user clicks and moves the mouse around. When the button is not clicked any more, the plotted line disappears.

The value of the returned line is updated only when the user un-clicks and only if the selected line has non-zero length.

The kwargs... are propagated into lines! which plots the selected line.

source


# Makie.select_pointMethod.
julia
select_point(scene; kwargs...) -> point

Interactively select a point on a 2D scene by clicking the left mouse button, dragging and then un-clicking. Return an observable whose value corresponds to the selected point on the scene. In addition the function plots the point on the scene as the user clicks and moves the mouse around. When the button is not clicked any more, the plotted point disappears.

The value of the returned point is updated only when the user un-clicks.

The kwargs... are propagated into scatter! which plots the selected point.

source


# Makie.select_rectangleMethod.
julia
select_rectangle(scene; kwargs...) -> rect

Interactively select a rectangle on a 2D scene by clicking the left mouse button, dragging and then un-clicking. The function returns an observable rect whose value corresponds to the selected rectangle on the scene. In addition the function plots the selected rectangle on the scene as the user clicks and moves the mouse around. When the button is not clicked any more, the plotted rectangle disappears.

The value of the returned observable is updated only when the user un-clicks (i.e. when the final value of the rectangle has been decided) and only if the rectangle has area > 0.

The kwargs... are propagated into lines! which plots the selected rectangle.

source


# Makie.seriesFunction.
julia
series(curves)

Curves can be:

  • AbstractVector{<: AbstractVector{<: Point2}}: the native representation of a series as a vector of lines

  • AbstractMatrix: each row represents y coordinates of the line, while x goes from 1:size(curves, 1)

  • AbstractVector, AbstractMatrix: the same as the above, but the first argument sets the x values for all lines

  • AbstractVector{<: Tuple{X<: AbstractVector, Y<: AbstractVector}}: A vector of tuples, where each tuple contains a vector for the x and y coordinates

If any of marker, markersize, markercolor, strokecolor or strokewidth is set != nothing, a scatterplot is added.

Plot type

The plot type alias for the series function is Series.

Attributes

color = :lighttestNo docs available.

joinstyle = @inherit joinstyleNo docs available.

labels = nothingNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = :solidNo docs available.

linewidth = 2No docs available.

marker = nothingNo docs available.

markercolor = automaticNo docs available.

markersize = nothingNo docs available.

miter_limit = @inherit miter_limitNo docs available.

solid_color = nothingNo docs available.

space = :dataNo docs available.

strokecolor = nothingNo docs available.

strokewidth = nothingNo docs available.

source


# Makie.series!Function.

series! is the mutating variant of plotting function series. Check the docstring for series for further information.

source


# Makie.set_close_to!Method.

Set the slider to the values in the slider's range that are closest to v1 and v2, and return those values ordered min, misl.

source


# Makie.set_close_to!Method.
julia
set_close_to!(slider, value) -> closest_value

Set the slider to the value in the slider's range that is closest to value and return this value. This function should be used to set a slider to a value programmatically, rather than mutating its value observable directly, which doesn't update the slider visually.

source


# Makie.set_theme!Function.
julia
set_theme(theme; kwargs...)

Set the global default theme to theme and add / override any attributes given as keyword arguments.

source


# Makie.showgradientsMethod.
julia
showgradients(
     cgrads::AbstractVector{Symbol};
     h = 0.0, offset = 0.2, fontsize = 0.7,
     size = (800, length(cgrads) * 84)
-)::Scene

Plots the given colour gradients arranged as horizontal colourbars. If you change the offsets or the font size, you may need to change the resolution.

source


# Makie.spyFunction.

spy(x::Range, y::Range, z::AbstractSparseArray)

Visualizes big sparse matrices. Usage:

julia
N = 200_000
+)::Scene

Plots the given colour gradients arranged as horizontal colourbars. If you change the offsets or the font size, you may need to change the resolution.

source


# Makie.spyFunction.

spy(x::Range, y::Range, z::AbstractSparseArray)

Visualizes big sparse matrices. Usage:

julia
N = 200_000
 x = sprand(Float64, N, N, (3(10^6)) / (N*N));
 spy(x)
 # or if you want to specify the range of x and y:
-spy(0..1, 0..1, x)

Plot type

The plot type alias for the spy function is Spy.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

framecolor = :blackNo docs available.

framesize = 1No docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip = automatic — The color for any value below the colorrange.

marker = automaticNo docs available.

markersize = automaticNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.spy!Function.

spy! is the mutating variant of plotting function spy. Check the docstring for spy for further information.

source


# Makie.stairsFunction.
julia
stairs(xs, ys; kwargs...)

Plot a stair function.

The conversion trait of stairs is PointBased.

Plot type

The plot type alias for the stairs function is Stairs.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

step = :pre — The step parameter can take the following values:

  • :pre: horizontal part of step extends to the left of each value in xs.

  • :post: horizontal part of step extends to the right of each value in xs.

  • :center: horizontal part of step extends halfway between the two adjacent values of xs.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.stairs!Function.

stairs! is the mutating variant of plotting function stairs. Check the docstring for stairs for further information.

source


# Makie.stemFunction.
julia
stem(xs, ys, [zs]; kwargs...)

Plots markers at the given positions extending from offset along stem lines.

The conversion trait of stem is PointBased.

Plot type

The plot type alias for the stem function is Stem.

Attributes

color = @inherit markercolorNo docs available.

colormap = @inherit colormapNo docs available.

colorrange = automaticNo docs available.

colorscale = identityNo docs available.

cycle = [[:stemcolor, :color, :trunkcolor] => :color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

marker = :circleNo docs available.

markersize = @inherit markersizeNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

offset = 0 — Can be a number, in which case it sets y for 2D, and z for 3D stems. It can be a Point2 for 2D plots, as well as a Point3 for 3D plots. It can also be an iterable of any of these at the same length as xs, ys, zs.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stemcolor = @inherit linecolorNo docs available.

stemcolormap = @inherit colormapNo docs available.

stemcolorrange = automaticNo docs available.

stemlinestyle = nothingNo docs available.

stemwidth = @inherit linewidthNo docs available.

strokecolor = @inherit markerstrokecolorNo docs available.

strokewidth = @inherit markerstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

trunkcolor = @inherit linecolorNo docs available.

trunkcolormap = @inherit colormapNo docs available.

trunkcolorrange = automaticNo docs available.

trunklinestyle = nothingNo docs available.

trunkwidth = @inherit linewidthNo docs available.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.stem!Function.

stem! is the mutating variant of plotting function stem. Check the docstring for stem for further information.

source


# Makie.stephistFunction.
julia
stephist(values)

Plot a step histogram of values.

Plot type

The plot type alias for the stephist function is StepHist.

Attributes

bins = 15 — Can be an Int to create that number of equal-width bins over the range of values. Alternatively, it can be a sorted iterable of bin edges.

color = @inherit patchcolorNo docs available.

cycle = [:color => :patchcolor]No docs available.

linestyle = :solidNo docs available.

linewidth = @inherit linewidthNo docs available.

normalization = :none — Allows to apply a normalization to the histogram. Possible values are:

  • :pdf: Normalize by sum of weights and bin sizes. Resulting histogram

has norm 1 and represents a PDF.

  • :density: Normalize by bin sizes only. Resulting histogram represents

count density of input and does not have norm 1. Will not modify the histogram if it already represents a density (h.isdensity == 1).

  • :probability: Normalize by sum of weights only. Resulting histogram

represents the fraction of probability mass for each bin and does not have norm 1.

  • :none: Do not normalize.

scale_to = nothing — Allows to scale all values to a certain height.

weights = automatic — Allows to provide statistical weights.

source


# Makie.stephist!Function.

stephist! is the mutating variant of plotting function stephist. Check the docstring for stephist for further information.

source


# Makie.streamplotFunction.
julia
streamplot(f::function, xinterval, yinterval; color = norm, kwargs...)

f must either accept f(::Point) or f(x::Number, y::Number). f must return a Point2.

Example:

julia
v(x::Point2{T}) where T = Point2f(x[2], 4*x[1])
-streamplot(v, -2..2, -2..2)

Implementation

See the function Makie.streamplot_impl for implementation details.

Plot type

The plot type alias for the streamplot function is StreamPlot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

arrow_head = automaticNo docs available.

arrow_size = automaticNo docs available.

color = norm — One can choose the color of the lines by passing a function color_func(dx::Point) to the color attribute. This can be set to any function or composition of functions. The dx which is passed to color_func is the output of f at the point being colored.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

density = 1.0No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gridsize = (32, 32, 32)No docs available.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothingNo docs available.

linewidth = @inherit linewidthNo docs available.

lowclip = automatic — The color for any value below the colorrange.

maxsteps = 500No docs available.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

quality = 16No docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stepsize = 0.01No docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.streamplot!Function.

streamplot! is the mutating variant of plotting function streamplot. Check the docstring for streamplot for further information.

source


# Makie.thetalims!Method.
julia
thetalims!(ax::PolarAxis, thetamin, thetamax)

Sets the angular limits of a given PolarAxis.

source


# Makie.tight_ticklabel_spacing!Method.
julia
tight_ticklabel_spacing!(ax::Axis)

Sets the space allocated for the xticklabels and yticklabels of the Axis to the minimum that is needed.

source


# Makie.tight_ticklabel_spacing!Method.
julia
space = tight_ticklabel_spacing!(cb::Colorbar)

Sets the space allocated for the ticklabels of the Colorbar to the minimum that is needed and returns that value.

source


# Makie.tight_xticklabel_spacing!Method.
julia
space = tight_xticklabel_spacing!(ax::Axis)

Sets the space allocated for the xticklabels of the Axis to the minimum that is needed and returns that value.

source


# Makie.tight_yticklabel_spacing!Method.
julia
space = tight_yticklabel_spacing!(ax::Axis)

Sets the space allocated for the yticklabels of the Axis to the minimum that is needed and returns that value.

source


# Makie.tightlimits!Method.
julia
tightlimits!(la::Axis, sides::Union{Left, Right, Bottom, Top}...)

Sets the autolimit margins to zero on all given sides.

Example:

tightlimits!(laxis, Bottom())

source


# Makie.tightlimits!Method.
julia
tightlimits!(la::Axis)

Sets the autolimit margins to zero on all sides.

source


# Makie.timeseriesFunction.
julia
timeseries(x::Observable{{Union{Number, Point2}}})

Plots a sampled signal.

Usage:

julia
signal = Observable(1.0)
+spy(0..1, 0..1, x)

Plot type

The plot type alias for the spy function is Spy.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

framecolor = :blackNo docs available.

framesize = 1No docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip = automatic — The color for any value below the colorrange.

marker = automaticNo docs available.

markersize = automaticNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.spy!Function.

spy! is the mutating variant of plotting function spy. Check the docstring for spy for further information.

source


# Makie.stairsFunction.
julia
stairs(xs, ys; kwargs...)

Plot a stair function.

The conversion trait of stairs is PointBased.

Plot type

The plot type alias for the stairs function is Stairs.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

step = :pre — The step parameter can take the following values:

  • :pre: horizontal part of step extends to the left of each value in xs.

  • :post: horizontal part of step extends to the right of each value in xs.

  • :center: horizontal part of step extends halfway between the two adjacent values of xs.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.stairs!Function.

stairs! is the mutating variant of plotting function stairs. Check the docstring for stairs for further information.

source


# Makie.stemFunction.
julia
stem(xs, ys, [zs]; kwargs...)

Plots markers at the given positions extending from offset along stem lines.

The conversion trait of stem is PointBased.

Plot type

The plot type alias for the stem function is Stem.

Attributes

color = @inherit markercolorNo docs available.

colormap = @inherit colormapNo docs available.

colorrange = automaticNo docs available.

colorscale = identityNo docs available.

cycle = [[:stemcolor, :color, :trunkcolor] => :color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

marker = :circleNo docs available.

markersize = @inherit markersizeNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

offset = 0 — Can be a number, in which case it sets y for 2D, and z for 3D stems. It can be a Point2 for 2D plots, as well as a Point3 for 3D plots. It can also be an iterable of any of these at the same length as xs, ys, zs.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stemcolor = @inherit linecolorNo docs available.

stemcolormap = @inherit colormapNo docs available.

stemcolorrange = automaticNo docs available.

stemlinestyle = nothingNo docs available.

stemwidth = @inherit linewidthNo docs available.

strokecolor = @inherit markerstrokecolorNo docs available.

strokewidth = @inherit markerstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

trunkcolor = @inherit linecolorNo docs available.

trunkcolormap = @inherit colormapNo docs available.

trunkcolorrange = automaticNo docs available.

trunklinestyle = nothingNo docs available.

trunkwidth = @inherit linewidthNo docs available.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.stem!Function.

stem! is the mutating variant of plotting function stem. Check the docstring for stem for further information.

source


# Makie.stephistFunction.
julia
stephist(values)

Plot a step histogram of values.

Plot type

The plot type alias for the stephist function is StepHist.

Attributes

bins = 15 — Can be an Int to create that number of equal-width bins over the range of values. Alternatively, it can be a sorted iterable of bin edges.

color = @inherit patchcolorNo docs available.

cycle = [:color => :patchcolor]No docs available.

linestyle = :solidNo docs available.

linewidth = @inherit linewidthNo docs available.

normalization = :none — Allows to apply a normalization to the histogram. Possible values are:

  • :pdf: Normalize by sum of weights and bin sizes. Resulting histogram

has norm 1 and represents a PDF.

  • :density: Normalize by bin sizes only. Resulting histogram represents

count density of input and does not have norm 1. Will not modify the histogram if it already represents a density (h.isdensity == 1).

  • :probability: Normalize by sum of weights only. Resulting histogram

represents the fraction of probability mass for each bin and does not have norm 1.

  • :none: Do not normalize.

scale_to = nothing — Allows to scale all values to a certain height.

weights = automatic — Allows to provide statistical weights.

source


# Makie.stephist!Function.

stephist! is the mutating variant of plotting function stephist. Check the docstring for stephist for further information.

source


# Makie.streamplotFunction.
julia
streamplot(f::function, xinterval, yinterval; color = norm, kwargs...)

f must either accept f(::Point) or f(x::Number, y::Number). f must return a Point2.

Example:

julia
v(x::Point2{T}) where T = Point2f(x[2], 4*x[1])
+streamplot(v, -2..2, -2..2)

Implementation

See the function Makie.streamplot_impl for implementation details.

Plot type

The plot type alias for the streamplot function is StreamPlot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

arrow_head = automaticNo docs available.

arrow_size = automaticNo docs available.

color = norm — One can choose the color of the lines by passing a function color_func(dx::Point) to the color attribute. This can be set to any function or composition of functions. The dx which is passed to color_func is the output of f at the point being colored.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

density = 1.0No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gridsize = (32, 32, 32)No docs available.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothingNo docs available.

linewidth = @inherit linewidthNo docs available.

lowclip = automatic — The color for any value below the colorrange.

maxsteps = 500No docs available.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

quality = 16No docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stepsize = 0.01No docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.streamplot!Function.

streamplot! is the mutating variant of plotting function streamplot. Check the docstring for streamplot for further information.

source


# Makie.thetalims!Method.
julia
thetalims!(ax::PolarAxis, thetamin, thetamax)

Sets the angular limits of a given PolarAxis.

source


# Makie.tight_ticklabel_spacing!Method.
julia
tight_ticklabel_spacing!(ax::Axis)

Sets the space allocated for the xticklabels and yticklabels of the Axis to the minimum that is needed.

source


# Makie.tight_ticklabel_spacing!Method.
julia
space = tight_ticklabel_spacing!(cb::Colorbar)

Sets the space allocated for the ticklabels of the Colorbar to the minimum that is needed and returns that value.

source


# Makie.tight_xticklabel_spacing!Method.
julia
space = tight_xticklabel_spacing!(ax::Axis)

Sets the space allocated for the xticklabels of the Axis to the minimum that is needed and returns that value.

source


# Makie.tight_yticklabel_spacing!Method.
julia
space = tight_yticklabel_spacing!(ax::Axis)

Sets the space allocated for the yticklabels of the Axis to the minimum that is needed and returns that value.

source


# Makie.tightlimits!Method.
julia
tightlimits!(la::Axis, sides::Union{Left, Right, Bottom, Top}...)

Sets the autolimit margins to zero on all given sides.

Example:

tightlimits!(laxis, Bottom())

source


# Makie.tightlimits!Method.
julia
tightlimits!(la::Axis)

Sets the autolimit margins to zero on all sides.

source


# Makie.timeseriesFunction.
julia
timeseries(x::Observable{{Union{Number, Point2}}})

Plots a sampled signal.

Usage:

julia
signal = Observable(1.0)
 scene = timeseries(signal)
 display(scene)
 # @async is optional, but helps to continue evaluating more code
@@ -241,36 +241,36 @@
     # sleep/ wait for new data/ whatever...
     # It's important to yield here though, otherwise nothing will be rendered
     sleep(1/30)
-end

Plot type

The plot type alias for the timeseries function is TimeSeries.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

history = 100No docs available.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.timeseries!Function.

timeseries! is the mutating variant of plotting function timeseries. Check the docstring for timeseries for further information.

source


# Makie.to_alignMethod.
julia
to_align(align[, error_prefix])

Converts the given align to a Vec2f. Can convert VecTypes{2} and two component Tuples with Real and Symbol elements.

To specify a custom error message you can add an error_prefix or use halign2num(value, error_msg) and valign2num(value, error_msg) respectively.

source


# Makie.to_colormapMethod.
julia
to_colormap(b::AbstractVector)

An AbstractVector{T} with any object that to_color accepts.

source


# Makie.to_colormapMethod.
julia
to_colormap(cs::Union{String, Symbol})::Vector{RGBAf}

A Symbol/String naming the gradient. For more on what names are available please see: available_gradients(). For now, we support gradients from PlotUtils natively.

source


# Makie.to_fontMethod.
julia
to_font(str::String)

Loads a font specified by str and returns a NativeFont object storing the font handle. A font can either be specified by a file path, such as "folder/with/fonts/font.otf", or by a (partial) name such as "Helvetica", "Helvetica Bold" etc.

source


# Makie.to_rotationMethod.
julia
rotation accepts:
+end

Plot type

The plot type alias for the timeseries function is TimeSeries.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

history = 100No docs available.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.timeseries!Function.

timeseries! is the mutating variant of plotting function timeseries. Check the docstring for timeseries for further information.

source


# Makie.to_alignMethod.
julia
to_align(align[, error_prefix])

Converts the given align to a Vec2f. Can convert VecTypes{2} and two component Tuples with Real and Symbol elements.

To specify a custom error message you can add an error_prefix or use halign2num(value, error_msg) and valign2num(value, error_msg) respectively.

source


# Makie.to_colormapMethod.
julia
to_colormap(b::AbstractVector)

An AbstractVector{T} with any object that to_color accepts.

source


# Makie.to_colormapMethod.
julia
to_colormap(cs::Union{String, Symbol})::Vector{RGBAf}

A Symbol/String naming the gradient. For more on what names are available please see: available_gradients(). For now, we support gradients from PlotUtils natively.

source


# Makie.to_fontMethod.
julia
to_font(str::String)

Loads a font specified by str and returns a NativeFont object storing the font handle. A font can either be specified by a file path, such as "folder/with/fonts/font.otf", or by a (partial) name such as "Helvetica", "Helvetica Bold" etc.

source


# Makie.to_rotationMethod.
julia
rotation accepts:
 to_rotation(b, quaternion)
 to_rotation(b, tuple_float)
-to_rotation(b, vec4)

source


# Makie.tooltipFunction.
julia
tooltip(position, string)
-tooltip(x, y, string)

Creates a tooltip pointing at position displaying the given `string

Plot type

The plot type alias for the tooltip function is Tooltip.

Attributes

align = 0.5 — Sets the alignment of the tooltip relative position. With align = 0.5 the tooltip is centered above/below/left/right the position.

backgroundcolor = :white — Sets the background color of the tooltip.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font = @inherit font — Sets the font.

fontsize = 16 — Sets the text size in screen units.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = false — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification = :left — Sets whether text is aligned to the :left, :center or :right within its bounding box.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

offset = 10 — Sets the offset between the given position and the tip of the triangle pointing at that position.

outline_color = :black — Sets the color of the tooltip outline.

outline_linestyle = nothing — Sets the linestyle of the tooltip outline.

outline_linewidth = 2.0 — Sets the linewidth of the tooltip outline.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

placement = :above — Sets where the tooltip should be placed relative to position. Can be :above, :below, :left, :right.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = :white — Sets the text outline color.

strokewidth = 0 — Gives text an outline if set to a positive value.

text = ""No docs available.

textcolor = @inherit textcolor — Sets the text color.

textpadding = (4, 4, 4, 4) — Sets the padding around text in the tooltip. This is given as (left, right, bottom, top) offsets.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

triangle_size = 10 — Sets the size of the triangle pointing at position.

visible = true — Controls whether the plot will be rendered or not.

xautolimits = falseNo docs available.

yautolimits = falseNo docs available.

zautolimits = falseNo docs available.

source


# Makie.tooltip!Function.

tooltip! is the mutating variant of plotting function tooltip. Check the docstring for tooltip for further information.

source


# Makie.translate!Method.
julia
translate!(t::Transformable, xyz::VecTypes)
-translate!(t::Transformable, xyz...)

Apply an absolute translation to the given Transformable (a Scene or Plot), translating it to x, y, z.

source


# Makie.translate!Method.
julia
translate!(Accum, t::Transformable, xyz...)

Translate the given Transformable (a Scene or Plot), relative to its current position.

source


# Makie.translate_cam!Method.
julia
translate_cam!(scene, cam::Camera3D, v::Vec3)

Translates the camera by the given vector in camera space, i.e. by v[1] to the right, v[2] to the top and v[3] forward.

Note that this method reacts to fix_x_key etc. If any of those keys are pressed the translation will be restricted to act in these directions.

source


# Makie.translate_cam!Method.
julia
translate_cam!(scene::Scene, translation::VecTypes)

Translate the camera by a translation vector given in camera space.

source


# Makie.tricontourfFunction.
julia
tricontourf(triangles::Triangulation, zs; kwargs...)
-tricontourf(xs, ys, zs; kwargs...)

Plots a filled tricontour of the height information in zs at the horizontal positions xs and vertical positions ys. A Triangulation from DelaunayTriangulation.jl can also be provided instead of xs and ys for specifying the triangles, otherwise an unconstrained triangulation of xs and ys is computed.

Plot type

The plot type alias for the tricontourf function is Tricontourf.

Attributes

colormap = @inherit colormap — Sets the colormap from which the band colors are sampled.

colorscale = identity — Color transform function

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

edges = nothingNo docs available.

extendhigh = nothing — This sets the color of an optional additional band from the highest value of levels to maximum(zs). If it's :auto, the high end of the colormap is picked and the remaining colors are shifted accordingly. If it's any color representation, this color is used. If it's nothing, no band is added.

extendlow = nothing — This sets the color of an optional additional band from minimum(zs) to the lowest value in levels. If it's :auto, the lower end of the colormap is picked and the remaining colors are shifted accordingly. If it's any color representation, this color is used. If it's nothing, no band is added.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

levels = 10 — Can be either an Int which results in n bands delimited by n+1 equally spaced levels, or it can be an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 bands.

mode = :normal — Sets the way in which a vector of levels is interpreted, if it's set to :relative, each number is interpreted as a fraction between the minimum and maximum values of zs. For example, levels = 0.1:0.1:1.0 would exclude the lower 10% of data.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparentNo docs available.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

triangulation = DelaunayTriangulation() — The mode with which the points in xs and ys are triangulated. Passing DelaunayTriangulation() performs a Delaunay triangulation. You can also pass a preexisting triangulation as an AbstractMatrix{<:Int} with size (3, n), where each column specifies the vertex indices of one triangle, or as a Triangulation from DelaunayTriangulation.jl.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.tricontourf!Function.

tricontourf! is the mutating variant of plotting function tricontourf. Check the docstring for tricontourf for further information.

source


# Makie.triplotFunction.
julia
triplot(x, y; kwargs...)
+to_rotation(b, vec4)

source


# Makie.tooltipFunction.
julia
tooltip(position, string)
+tooltip(x, y, string)

Creates a tooltip pointing at position displaying the given `string

Plot type

The plot type alias for the tooltip function is Tooltip.

Attributes

align = 0.5 — Sets the alignment of the tooltip relative position. With align = 0.5 the tooltip is centered above/below/left/right the position.

backgroundcolor = :white — Sets the background color of the tooltip.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font = @inherit font — Sets the font.

fontsize = 16 — Sets the text size in screen units.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = false — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification = :left — Sets whether text is aligned to the :left, :center or :right within its bounding box.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

offset = 10 — Sets the offset between the given position and the tip of the triangle pointing at that position.

outline_color = :black — Sets the color of the tooltip outline.

outline_linestyle = nothing — Sets the linestyle of the tooltip outline.

outline_linewidth = 2.0 — Sets the linewidth of the tooltip outline.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

placement = :above — Sets where the tooltip should be placed relative to position. Can be :above, :below, :left, :right.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = :white — Sets the text outline color.

strokewidth = 0 — Gives text an outline if set to a positive value.

text = ""No docs available.

textcolor = @inherit textcolor — Sets the text color.

textpadding = (4, 4, 4, 4) — Sets the padding around text in the tooltip. This is given as (left, right, bottom, top) offsets.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

triangle_size = 10 — Sets the size of the triangle pointing at position.

visible = true — Controls whether the plot will be rendered or not.

xautolimits = falseNo docs available.

yautolimits = falseNo docs available.

zautolimits = falseNo docs available.

source


# Makie.tooltip!Function.

tooltip! is the mutating variant of plotting function tooltip. Check the docstring for tooltip for further information.

source


# Makie.translate!Method.
julia
translate!(t::Transformable, xyz::VecTypes)
+translate!(t::Transformable, xyz...)

Apply an absolute translation to the given Transformable (a Scene or Plot), translating it to x, y, z.

source


# Makie.translate!Method.
julia
translate!(Accum, t::Transformable, xyz...)

Translate the given Transformable (a Scene or Plot), relative to its current position.

source


# Makie.translate_cam!Method.
julia
translate_cam!(scene, cam::Camera3D, v::Vec3)

Translates the camera by the given vector in camera space, i.e. by v[1] to the right, v[2] to the top and v[3] forward.

Note that this method reacts to fix_x_key etc. If any of those keys are pressed the translation will be restricted to act in these directions.

source


# Makie.translate_cam!Method.
julia
translate_cam!(scene::Scene, translation::VecTypes)

Translate the camera by a translation vector given in camera space.

source


# Makie.tricontourfFunction.
julia
tricontourf(triangles::Triangulation, zs; kwargs...)
+tricontourf(xs, ys, zs; kwargs...)

Plots a filled tricontour of the height information in zs at the horizontal positions xs and vertical positions ys. A Triangulation from DelaunayTriangulation.jl can also be provided instead of xs and ys for specifying the triangles, otherwise an unconstrained triangulation of xs and ys is computed.

Plot type

The plot type alias for the tricontourf function is Tricontourf.

Attributes

colormap = @inherit colormap — Sets the colormap from which the band colors are sampled.

colorscale = identity — Color transform function

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

edges = nothingNo docs available.

extendhigh = nothing — This sets the color of an optional additional band from the highest value of levels to maximum(zs). If it's :auto, the high end of the colormap is picked and the remaining colors are shifted accordingly. If it's any color representation, this color is used. If it's nothing, no band is added.

extendlow = nothing — This sets the color of an optional additional band from minimum(zs) to the lowest value in levels. If it's :auto, the lower end of the colormap is picked and the remaining colors are shifted accordingly. If it's any color representation, this color is used. If it's nothing, no band is added.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

levels = 10 — Can be either an Int which results in n bands delimited by n+1 equally spaced levels, or it can be an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 bands.

mode = :normal — Sets the way in which a vector of levels is interpreted, if it's set to :relative, each number is interpreted as a fraction between the minimum and maximum values of zs. For example, levels = 0.1:0.1:1.0 would exclude the lower 10% of data.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparentNo docs available.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

triangulation = DelaunayTriangulation() — The mode with which the points in xs and ys are triangulated. Passing DelaunayTriangulation() performs a Delaunay triangulation. You can also pass a preexisting triangulation as an AbstractMatrix{<:Int} with size (3, n), where each column specifies the vertex indices of one triangle, or as a Triangulation from DelaunayTriangulation.jl.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.tricontourf!Function.

tricontourf! is the mutating variant of plotting function tricontourf. Check the docstring for tricontourf for further information.

source


# Makie.triplotFunction.
julia
triplot(x, y; kwargs...)
 triplot(positions; kwargs...)
-triplot(triangles::Triangulation; kwargs...)

Plots a triangulation based on the provided position or Triangulation from DelaunayTriangulation.jl.

Plot type

The plot type alias for the triplot function is Triplot.

Attributes

bounding_box = automatic — Sets the bounding box for truncating ghost edges which can be a Rect2 (or BBox) or a tuple of the form (xmin, xmax, ymin, ymax). By default, the rectangle will be given by [a - eΔx, b + eΔx] × [c - eΔy, d + eΔy] where e is the ghost_edge_extension_factor, Δx = b - a and Δy = d - c are the lengths of the sides of the rectangle, and [a, b] × [c, d] is the bounding box of the points in the triangulation.

constrained_edge_color = :magenta — Sets the color of the constrained edges.

constrained_edge_linestyle = @inherit linestyle — Sets the linestyle of the constrained edges.

constrained_edge_linewidth = @inherit linewidth — Sets the width of the constrained edges.

convex_hull_color = :red — Sets the color of the convex hull.

convex_hull_linestyle = :dash — Sets the linestyle of the convex hull.

convex_hull_linewidth = @inherit linewidth — Sets the width of the convex hull.

ghost_edge_color = :blue — Sets the color of the ghost edges.

ghost_edge_extension_factor = 0.1 — Sets the extension factor for the rectangle that the exterior ghost edges are extended onto.

ghost_edge_linestyle = @inherit linestyle — Sets the linestyle of the ghost edges.

ghost_edge_linewidth = @inherit linewidth — Sets the width of the ghost edges.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = :solid — Sets the linestyle of triangle edges.

marker = @inherit marker — Sets the shape of the points.

markercolor = @inherit markercolor — Sets the color of the points.

markersize = @inherit markersize — Sets the size of the points.

miter_limit = @inherit miter_limitNo docs available.

recompute_centers = false — Determines whether to recompute the representative points for the ghost edge orientation. Note that this will mutate tri.representative_point_list directly.

show_constrained_edges = false — Determines whether to plot the constrained edges.

show_convex_hull = false — Determines whether to plot the convex hull.

show_ghost_edges = false — Determines whether to plot the ghost edges.

show_points = false — Determines whether to plot the individual points. Note that this will only plot points included in the triangulation.

strokecolor = @inherit patchstrokecolor — Sets the color of triangle edges.

strokewidth = 1 — Sets the linewidth of triangle edges.

triangle_color = :transparent — Sets the color of the triangles.

source


# Makie.triplot!Function.

triplot! is the mutating variant of plotting function triplot. Check the docstring for triplot for further information.

source


# Makie.update_cam!Function.
julia
update_cam!(scene::Scene, eyeposition, lookat, up = Vec3f(0, 0, 1))

Updates the camera's controls to point to the specified location.

source


# Makie.update_cam!Function.
julia
update_cam!(scene, cam::Camera3D, ϕ, θ[, radius])

Set the camera position based on two angles 0 ≤ ϕ ≤ 2π and -pi/2 ≤ θ ≤ pi/2 and an optional radius around the current cam.lookat[].

source


# Makie.update_cam!Method.
julia
update_cam!(scene::SceneLike, area)

Updates the camera for the given scene to cover the given area in 2d.

source


# Makie.update_cam!Method.
julia
update_cam!(scene::SceneLike)

Updates the camera for the given scene to cover the limits of the Scene. Useful when using the Observable pipeline.

source


# Makie.update_theme!Function.
julia
update_theme!(with_theme::Theme; kwargs...)

Update the current theme incrementally. This means that only the keys given in with_theme or through keyword arguments are changed, the rest is left intact. Nested attributes are either also updated incrementally, or replaced if they are not attributes in the new theme.

Example

To change the default colormap to :greys, you can pass that attribute as a keyword argument to update_theme! as demonstrated below.

update_theme!(colormap=:greys)

This can also be achieved by passing an object of types Attributes or Theme as the first and only positional argument:

update_theme!(Attributes(colormap=:greys))
-update_theme!(Theme(colormap=:greys))

source


# Makie.viewportMethod.
julia
viewport(scene::Scene)

Gets the viewport of the scene in device independent units as an Observable{Rect2{Int}}.

source


# Makie.violinFunction.
julia
violin(x, y)

Draw a violin plot.

Arguments

  • x: positions of the categories

  • y: variables whose density is computed

Plot type

The plot type alias for the violin function is Violin.

Attributes

bandwidth = automaticNo docs available.

boundary = automaticNo docs available.

color = @inherit patchcolorNo docs available.

cycle = [:color => :patchcolor]No docs available.

datalimits = (-Inf, Inf) — Specify values to trim the violin. Can be a Tuple or a Function (e.g. datalimits=extrema).

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap = 0.2 — Shrinking factor, width -> width * (1 - gap).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

max_density = automaticNo docs available.

mediancolor = @inherit linecolorNo docs available.

medianlinewidth = @inherit linewidthNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

n_dodge = automaticNo docs available.

npoints = 200No docs available.

orientation = :vertical — Orientation of the violins (:vertical or :horizontal)

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

scale = :area — Scale density by area (:area), count (:count), or width (:width).

show_median = false — Show median as midline.

side = :both — Specify :left or :right to only plot the violin on one side.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

weights = automatic — vector of statistical weights (length of data). By default, each observation has weight 1.

width = automatic — Width of the box before shrinking.

source


# Makie.violin!Function.

violin! is the mutating variant of plotting function violin. Check the docstring for violin for further information.

source


# Makie.vlinesFunction.
julia
vlines(xs; ymin = 0.0, ymax = 1.0, attrs...)

Create vertical lines across a Scene with 2D projection. The lines will be placed at xs in data coordinates and ymin to ymax in scene coordinates (0 to 1). All three of these can have single or multiple values because they are broadcast to calculate the final line segments.

Plot type

The plot type alias for the vlines function is VLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

ymax = 1 — The start of the lines in relative axis units (0 to 1) along the y dimension.

ymin = 0 — The start of the lines in relative axis units (0 to 1) along the y dimension.

source


# Makie.vlines!Function.

vlines! is the mutating variant of plotting function vlines. Check the docstring for vlines for further information.

source


# Makie.volumeslicesFunction.

VolumeSlices

volumeslices(x, y, z, v)

Draws heatmap slices of the volume v

Plot type

The plot type alias for the volumeslices function is VolumeSlices.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bbox_color = RGBAf(0.5, 0.5, 0.5, 0.5)No docs available.

bbox_visible = trueNo docs available.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = false — Sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.volumeslices!Function.

volumeslices! is the mutating variant of plotting function volumeslices. Check the docstring for volumeslices for further information.

source


# Makie.voronoiplotFunction.
julia
voronoiplot(x, y, values; kwargs...)
+triplot(triangles::Triangulation; kwargs...)

Plots a triangulation based on the provided position or Triangulation from DelaunayTriangulation.jl.

Plot type

The plot type alias for the triplot function is Triplot.

Attributes

bounding_box = automatic — Sets the bounding box for truncating ghost edges which can be a Rect2 (or BBox) or a tuple of the form (xmin, xmax, ymin, ymax). By default, the rectangle will be given by [a - eΔx, b + eΔx] × [c - eΔy, d + eΔy] where e is the ghost_edge_extension_factor, Δx = b - a and Δy = d - c are the lengths of the sides of the rectangle, and [a, b] × [c, d] is the bounding box of the points in the triangulation.

constrained_edge_color = :magenta — Sets the color of the constrained edges.

constrained_edge_linestyle = @inherit linestyle — Sets the linestyle of the constrained edges.

constrained_edge_linewidth = @inherit linewidth — Sets the width of the constrained edges.

convex_hull_color = :red — Sets the color of the convex hull.

convex_hull_linestyle = :dash — Sets the linestyle of the convex hull.

convex_hull_linewidth = @inherit linewidth — Sets the width of the convex hull.

ghost_edge_color = :blue — Sets the color of the ghost edges.

ghost_edge_extension_factor = 0.1 — Sets the extension factor for the rectangle that the exterior ghost edges are extended onto.

ghost_edge_linestyle = @inherit linestyle — Sets the linestyle of the ghost edges.

ghost_edge_linewidth = @inherit linewidth — Sets the width of the ghost edges.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = :solid — Sets the linestyle of triangle edges.

marker = @inherit marker — Sets the shape of the points.

markercolor = @inherit markercolor — Sets the color of the points.

markersize = @inherit markersize — Sets the size of the points.

miter_limit = @inherit miter_limitNo docs available.

recompute_centers = false — Determines whether to recompute the representative points for the ghost edge orientation. Note that this will mutate tri.representative_point_list directly.

show_constrained_edges = false — Determines whether to plot the constrained edges.

show_convex_hull = false — Determines whether to plot the convex hull.

show_ghost_edges = false — Determines whether to plot the ghost edges.

show_points = false — Determines whether to plot the individual points. Note that this will only plot points included in the triangulation.

strokecolor = @inherit patchstrokecolor — Sets the color of triangle edges.

strokewidth = 1 — Sets the linewidth of triangle edges.

triangle_color = :transparent — Sets the color of the triangles.

source


# Makie.triplot!Function.

triplot! is the mutating variant of plotting function triplot. Check the docstring for triplot for further information.

source


# Makie.update_cam!Function.
julia
update_cam!(scene::Scene, eyeposition, lookat, up = Vec3f(0, 0, 1))

Updates the camera's controls to point to the specified location.

source


# Makie.update_cam!Function.
julia
update_cam!(scene, cam::Camera3D, ϕ, θ[, radius])

Set the camera position based on two angles 0 ≤ ϕ ≤ 2π and -pi/2 ≤ θ ≤ pi/2 and an optional radius around the current cam.lookat[].

source


# Makie.update_cam!Method.
julia
update_cam!(scene::SceneLike, area)

Updates the camera for the given scene to cover the given area in 2d.

source


# Makie.update_cam!Method.
julia
update_cam!(scene::SceneLike)

Updates the camera for the given scene to cover the limits of the Scene. Useful when using the Observable pipeline.

source


# Makie.update_theme!Function.
julia
update_theme!(with_theme::Theme; kwargs...)

Update the current theme incrementally. This means that only the keys given in with_theme or through keyword arguments are changed, the rest is left intact. Nested attributes are either also updated incrementally, or replaced if they are not attributes in the new theme.

Example

To change the default colormap to :greys, you can pass that attribute as a keyword argument to update_theme! as demonstrated below.

update_theme!(colormap=:greys)

This can also be achieved by passing an object of types Attributes or Theme as the first and only positional argument:

update_theme!(Attributes(colormap=:greys))
+update_theme!(Theme(colormap=:greys))

source


# Makie.viewportMethod.
julia
viewport(scene::Scene)

Gets the viewport of the scene in device independent units as an Observable{Rect2{Int}}.

source


# Makie.violinFunction.
julia
violin(x, y)

Draw a violin plot.

Arguments

  • x: positions of the categories

  • y: variables whose density is computed

Plot type

The plot type alias for the violin function is Violin.

Attributes

bandwidth = automaticNo docs available.

boundary = automaticNo docs available.

color = @inherit patchcolorNo docs available.

cycle = [:color => :patchcolor]No docs available.

datalimits = (-Inf, Inf) — Specify values to trim the violin. Can be a Tuple or a Function (e.g. datalimits=extrema).

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap = 0.2 — Shrinking factor, width -> width * (1 - gap).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

max_density = automaticNo docs available.

mediancolor = @inherit linecolorNo docs available.

medianlinewidth = @inherit linewidthNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

n_dodge = automaticNo docs available.

npoints = 200No docs available.

orientation = :vertical — Orientation of the violins (:vertical or :horizontal)

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

scale = :area — Scale density by area (:area), count (:count), or width (:width).

show_median = false — Show median as midline.

side = :both — Specify :left or :right to only plot the violin on one side.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

weights = automatic — vector of statistical weights (length of data). By default, each observation has weight 1.

width = automatic — Width of the box before shrinking.

source


# Makie.violin!Function.

violin! is the mutating variant of plotting function violin. Check the docstring for violin for further information.

source


# Makie.vlinesFunction.
julia
vlines(xs; ymin = 0.0, ymax = 1.0, attrs...)

Create vertical lines across a Scene with 2D projection. The lines will be placed at xs in data coordinates and ymin to ymax in scene coordinates (0 to 1). All three of these can have single or multiple values because they are broadcast to calculate the final line segments.

Plot type

The plot type alias for the vlines function is VLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

ymax = 1 — The start of the lines in relative axis units (0 to 1) along the y dimension.

ymin = 0 — The start of the lines in relative axis units (0 to 1) along the y dimension.

source


# Makie.vlines!Function.

vlines! is the mutating variant of plotting function vlines. Check the docstring for vlines for further information.

source


# Makie.volumeslicesFunction.

VolumeSlices

volumeslices(x, y, z, v)

Draws heatmap slices of the volume v

Plot type

The plot type alias for the volumeslices function is VolumeSlices.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bbox_color = RGBAf(0.5, 0.5, 0.5, 0.5)No docs available.

bbox_visible = trueNo docs available.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = false — Sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.volumeslices!Function.

volumeslices! is the mutating variant of plotting function volumeslices. Check the docstring for volumeslices for further information.

source


# Makie.voronoiplotFunction.
julia
voronoiplot(x, y, values; kwargs...)
 voronoiplot(values; kwargs...)
 voronoiplot(x, y; kwargs...)
 voronoiplot(positions; kwargs...)
-voronoiplot(vorn::VoronoiTessellation; kwargs...)

Generates and plots a Voronoi tessalation from heatmap- or point-like data. The tessellation can also be passed directly as a VoronoiTessellation from DelaunayTriangulation.jl.

Plot type

The plot type alias for the voronoiplot function is Voronoiplot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

clip = automatic — Sets the clipping area for the generated polygons which can be a Rect2 (or BBox), Tuple with entries (xmin, xmax, ymin, ymax) or as a Circle. Anything outside the specified area will be removed. If the clip is not set it is automatically determined using unbounded_edge_extension_factor as a Rect.

color = automatic — Sets the color of the polygons. If automatic, the polygons will be individually colored according to the colormap.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

highclip = automatic — The color for any value above the colorrange.

lowclip = automatic — The color for any value below the colorrange.

marker = @inherit marker — Sets the shape of the points.

markercolor = @inherit markercolor — Sets the color of the points.

markersize = @inherit markersize — Sets the size of the points.

nan_color = :transparent — The color for NaN values.

show_generators = true — Determines whether to plot the individual generators.

smooth = falseNo docs available.

strokecolor = @inherit patchstrokecolor — Sets the strokecolor of the polygons.

strokewidth = 1.0 — Sets the width of the polygon stroke.

unbounded_edge_extension_factor = 0.1 — Sets the extension factor for the unbounded edges, used in DelaunayTriangulation.polygon_bounds.

source


# Makie.voronoiplot!Function.

voronoiplot! is the mutating variant of plotting function voronoiplot. Check the docstring for voronoiplot for further information.

source


# Makie.vspanFunction.
julia
vspan(xs_low, xs_high; ymin = 0.0, ymax = 1.0, attrs...)
-vspan(xs_lowhigh; ymin = 0.0, ymax = 1.0, attrs...)

Create vertical bands spanning across a Scene with 2D projection. The bands will be placed from xs_low to xs_high in data coordinates and ymin to ymax in scene coordinates (0 to 1). All four of these can have single or multiple values because they are broadcast to calculate the final spans. Both bounds can be passed together as an interval xs_lowhigh.

Plot type

The plot type alias for the vspan function is VSpan.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit patchcolor — Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShadingNo docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolor — Sets the color of the outline around a marker.

strokecolormap = @inherit colormap — Sets the colormap that is sampled for numeric colors.

strokewidth = @inherit patchstrokewidth — Sets the width of the outline.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

ymax = 1 — The end of the bands in relative axis units (0 to 1) along the y dimension.

ymin = 0 — The start of the bands in relative axis units (0 to 1) along the y dimension.

source


# Makie.vspan!Function.

vspan! is the mutating variant of plotting function vspan. Check the docstring for vspan for further information.

source


# Makie.waterfallFunction.
julia
waterfall(x, y; kwargs...)

Plots a waterfall chart to visualize individual positive and negative components that add up to a net result as a barplot with stacked bars next to each other.

Plot type

The plot type alias for the waterfall function is Waterfall.

Attributes

color = @inherit patchcolorNo docs available.

cycle = [:color => :patchcolor]No docs available.

direction_color = @inherit backgroundcolorNo docs available.

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

final_color = plot_color(:grey90, 0.5)No docs available.

final_dodge_gap = 0No docs available.

final_gap = automaticNo docs available.

gap = 0.2No docs available.

marker_neg = :dtriangleNo docs available.

marker_pos = :utriangleNo docs available.

n_dodge = automaticNo docs available.

show_direction = falseNo docs available.

show_final = falseNo docs available.

stack = automaticNo docs available.

width = automaticNo docs available.

source


# Makie.waterfall!Function.

waterfall! is the mutating variant of plotting function waterfall. Check the docstring for waterfall for further information.

source


# Makie.with_themeFunction.
julia
with_theme(f, theme = Theme(); kwargs...)

Calls f with theme temporarily activated. Attributes in theme can be overridden or extended with kwargs. The previous theme is always restored afterwards, no matter if f succeeds or fails.

Example:

julia
my_theme = Theme(size = (500, 500), color = :red)
+voronoiplot(vorn::VoronoiTessellation; kwargs...)

Generates and plots a Voronoi tessalation from heatmap- or point-like data. The tessellation can also be passed directly as a VoronoiTessellation from DelaunayTriangulation.jl.

Plot type

The plot type alias for the voronoiplot function is Voronoiplot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

clip = automatic — Sets the clipping area for the generated polygons which can be a Rect2 (or BBox), Tuple with entries (xmin, xmax, ymin, ymax) or as a Circle. Anything outside the specified area will be removed. If the clip is not set it is automatically determined using unbounded_edge_extension_factor as a Rect.

color = automatic — Sets the color of the polygons. If automatic, the polygons will be individually colored according to the colormap.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

highclip = automatic — The color for any value above the colorrange.

lowclip = automatic — The color for any value below the colorrange.

marker = @inherit marker — Sets the shape of the points.

markercolor = @inherit markercolor — Sets the color of the points.

markersize = @inherit markersize — Sets the size of the points.

nan_color = :transparent — The color for NaN values.

show_generators = true — Determines whether to plot the individual generators.

smooth = falseNo docs available.

strokecolor = @inherit patchstrokecolor — Sets the strokecolor of the polygons.

strokewidth = 1.0 — Sets the width of the polygon stroke.

unbounded_edge_extension_factor = 0.1 — Sets the extension factor for the unbounded edges, used in DelaunayTriangulation.polygon_bounds.

source


# Makie.voronoiplot!Function.

voronoiplot! is the mutating variant of plotting function voronoiplot. Check the docstring for voronoiplot for further information.

source


# Makie.vspanFunction.
julia
vspan(xs_low, xs_high; ymin = 0.0, ymax = 1.0, attrs...)
+vspan(xs_lowhigh; ymin = 0.0, ymax = 1.0, attrs...)

Create vertical bands spanning across a Scene with 2D projection. The bands will be placed from xs_low to xs_high in data coordinates and ymin to ymax in scene coordinates (0 to 1). All four of these can have single or multiple values because they are broadcast to calculate the final spans. Both bounds can be passed together as an interval xs_lowhigh.

Plot type

The plot type alias for the vspan function is VSpan.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit patchcolor — Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShadingNo docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolor — Sets the color of the outline around a marker.

strokecolormap = @inherit colormap — Sets the colormap that is sampled for numeric colors.

strokewidth = @inherit patchstrokewidth — Sets the width of the outline.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

ymax = 1 — The end of the bands in relative axis units (0 to 1) along the y dimension.

ymin = 0 — The start of the bands in relative axis units (0 to 1) along the y dimension.

source


# Makie.vspan!Function.

vspan! is the mutating variant of plotting function vspan. Check the docstring for vspan for further information.

source


# Makie.waterfallFunction.
julia
waterfall(x, y; kwargs...)

Plots a waterfall chart to visualize individual positive and negative components that add up to a net result as a barplot with stacked bars next to each other.

Plot type

The plot type alias for the waterfall function is Waterfall.

Attributes

color = @inherit patchcolorNo docs available.

cycle = [:color => :patchcolor]No docs available.

direction_color = @inherit backgroundcolorNo docs available.

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

final_color = plot_color(:grey90, 0.5)No docs available.

final_dodge_gap = 0No docs available.

final_gap = automaticNo docs available.

gap = 0.2No docs available.

marker_neg = :dtriangleNo docs available.

marker_pos = :utriangleNo docs available.

n_dodge = automaticNo docs available.

show_direction = falseNo docs available.

show_final = falseNo docs available.

stack = automaticNo docs available.

width = automaticNo docs available.

source


# Makie.waterfall!Function.

waterfall! is the mutating variant of plotting function waterfall. Check the docstring for waterfall for further information.

source


# Makie.with_themeFunction.
julia
with_theme(f, theme = Theme(); kwargs...)

Calls f with theme temporarily activated. Attributes in theme can be overridden or extended with kwargs. The previous theme is always restored afterwards, no matter if f succeeds or fails.

Example:

julia
my_theme = Theme(size = (500, 500), color = :red)
 with_theme(my_theme, color = :blue, linestyle = :dashed) do
     scatter(randn(100, 2))
-end

source


# Makie.xlabel!Method.
julia
xlabel!([scene,] xlabel)

Set the x-axis label for the given Scene. Defaults to using the current Scene.

source


# Makie.xlims!Function.
julia
xlims!(ax = current_axis())

Reset the x-axis limits to be determined automatically from the plots in the axis.

source


# Makie.xlims!Method.
julia
xlims!(ax, low, high)
+end

source


# Makie.xlabel!Method.
julia
xlabel!([scene,] xlabel)

Set the x-axis label for the given Scene. Defaults to using the current Scene.

source


# Makie.xlims!Function.
julia
xlims!(ax = current_axis())

Reset the x-axis limits to be determined automatically from the plots in the axis.

source


# Makie.xlims!Method.
julia
xlims!(ax, low, high)
 xlims!(ax; low = nothing, high = nothing)
 xlims!(ax, (low, high))
-xlims!(ax, low..high)

Set the x-axis limits of axis ax to low and high or a tuple xlims = (low,high). If the limits are ordered high-low, the axis orientation will be reversed. If a limit is nothing it will be determined automatically from the plots in the axis.

source


# Makie.xlims!Method.
julia
xlims!(low, high)
-xlims!(; low = nothing, high = nothing)

Set the x-axis limits of the current axis to low and high. If the limits are ordered high-low, this reverses the axis orientation. A limit set to nothing will be determined automatically from the plots in the axis.

source


# Makie.xticklabelsMethod.
julia
xticklabels(scene)

Returns all the x-axis tick labels. See also ticklabels.

source


# Makie.xtickrangeMethod.
julia
xtickrange(scene)

Returns the tick range along the x-axis. See also tickranges.

source


# Makie.xtickrotation!Method.
julia
xtickrotation!([scene,] xangle)

Set the rotation of tick labels along the x-axis. See also tickrotations!.

source


# Makie.xtickrotationMethod.
julia
xtickrotation(scene)

Returns the rotation of tick labels along the x-axis. See also tickrotations

source


# Makie.xticks!Method.
julia
xticks!([scene,]; xtickrange=xtickrange(scene), xticklabels=xticklabel(scene))

Set the tick labels and range along the x-axis. See also ticks!.

source


# Makie.ylabel!Method.
julia
ylabel!([scene,] ylabel)

Set the y-axis label for the given Scene. Defaults to using the current Scene.

source


# Makie.ylims!Function.
julia
ylims!(ax = current_axis())

Reset the y-axis limits to be determined automatically from the plots in the axis.

source


# Makie.ylims!Method.
julia
ylims!(ax, low, high)
+xlims!(ax, low..high)

Set the x-axis limits of axis ax to low and high or a tuple xlims = (low,high). If the limits are ordered high-low, the axis orientation will be reversed. If a limit is nothing it will be determined automatically from the plots in the axis.

source


# Makie.xlims!Method.
julia
xlims!(low, high)
+xlims!(; low = nothing, high = nothing)

Set the x-axis limits of the current axis to low and high. If the limits are ordered high-low, this reverses the axis orientation. A limit set to nothing will be determined automatically from the plots in the axis.

source


# Makie.xticklabelsMethod.
julia
xticklabels(scene)

Returns all the x-axis tick labels. See also ticklabels.

source


# Makie.xtickrangeMethod.
julia
xtickrange(scene)

Returns the tick range along the x-axis. See also tickranges.

source


# Makie.xtickrotation!Method.
julia
xtickrotation!([scene,] xangle)

Set the rotation of tick labels along the x-axis. See also tickrotations!.

source


# Makie.xtickrotationMethod.
julia
xtickrotation(scene)

Returns the rotation of tick labels along the x-axis. See also tickrotations

source


# Makie.xticks!Method.
julia
xticks!([scene,]; xtickrange=xtickrange(scene), xticklabels=xticklabel(scene))

Set the tick labels and range along the x-axis. See also ticks!.

source


# Makie.ylabel!Method.
julia
ylabel!([scene,] ylabel)

Set the y-axis label for the given Scene. Defaults to using the current Scene.

source


# Makie.ylims!Function.
julia
ylims!(ax = current_axis())

Reset the y-axis limits to be determined automatically from the plots in the axis.

source


# Makie.ylims!Method.
julia
ylims!(ax, low, high)
 ylims!(ax; low = nothing, high = nothing)
 ylims!(ax, (low, high))
-ylims!(ax, low..high)

Set the y-axis limits of axis ax to low and high or a tuple ylims = (low,high). If the limits are ordered high-low, the axis orientation will be reversed. If a limit is nothing it will be determined automatically from the plots in the axis.

source


# Makie.ylims!Method.
julia
ylims!(low, high)
-ylims!(; low = nothing, high = nothing)

Set the y-axis limits of the current axis to low and high. If the limits are ordered high-low, this reverses the axis orientation. A limit set to nothing will be determined automatically from the plots in the axis.

source


# Makie.yticklabelsMethod.
julia
yticklabels(scene)

Returns all the y-axis tick labels. See also ticklabels.

source


# Makie.ytickrangeMethod.
julia
ytickrange(scene)

Returns the tick range along the y-axis. See also tickranges.

source


# Makie.ytickrotation!Method.
julia
ytickrotation!([scene,] yangle)

Set the rotation of tick labels along the y-axis. See also tickrotations!.

source


# Makie.ytickrotationMethod.
julia
ytickrotation(scene)

Returns the rotation of tick labels along the y-axis. See also tickrotations

source


# Makie.yticks!Method.
julia
yticks!([scene,]; ytickrange=ytickrange(scene), yticklabels=yticklabel(scene))

Set the tick labels and range along all the y-axis. See also ticks!.

source


# Makie.zlabel!Method.
julia
zlabel!([scene,] zlabel)

Set the z-axis label for the given Scene. Defaults to using the current Scene.

Warning

The Scene must have an Axis3D. If not, then this function will error.

source


# Makie.zlims!Function.
julia
zlims!(ax = current_axis())

Reset the z-axis limits to be determined automatically from the plots in the axis.

source


# Makie.zlims!Method.
julia
zlims!(ax, low, high)
+ylims!(ax, low..high)

Set the y-axis limits of axis ax to low and high or a tuple ylims = (low,high). If the limits are ordered high-low, the axis orientation will be reversed. If a limit is nothing it will be determined automatically from the plots in the axis.

source


# Makie.ylims!Method.
julia
ylims!(low, high)
+ylims!(; low = nothing, high = nothing)

Set the y-axis limits of the current axis to low and high. If the limits are ordered high-low, this reverses the axis orientation. A limit set to nothing will be determined automatically from the plots in the axis.

source


# Makie.yticklabelsMethod.
julia
yticklabels(scene)

Returns all the y-axis tick labels. See also ticklabels.

source


# Makie.ytickrangeMethod.
julia
ytickrange(scene)

Returns the tick range along the y-axis. See also tickranges.

source


# Makie.ytickrotation!Method.
julia
ytickrotation!([scene,] yangle)

Set the rotation of tick labels along the y-axis. See also tickrotations!.

source


# Makie.ytickrotationMethod.
julia
ytickrotation(scene)

Returns the rotation of tick labels along the y-axis. See also tickrotations

source


# Makie.yticks!Method.
julia
yticks!([scene,]; ytickrange=ytickrange(scene), yticklabels=yticklabel(scene))

Set the tick labels and range along all the y-axis. See also ticks!.

source


# Makie.zlabel!Method.
julia
zlabel!([scene,] zlabel)

Set the z-axis label for the given Scene. Defaults to using the current Scene.

Warning

The Scene must have an Axis3D. If not, then this function will error.

source


# Makie.zlims!Function.
julia
zlims!(ax = current_axis())

Reset the z-axis limits to be determined automatically from the plots in the axis.

source


# Makie.zlims!Method.
julia
zlims!(ax, low, high)
 zlims!(ax; low = nothing, high = nothing)
 zlims!(ax, (low, high))
-zlims!(ax, low..high)

Set the z-axis limits of axis ax to low and high or a tuple zlims = (low,high). If the limits are ordered high-low, the axis orientation will be reversed. If a limit is nothing it will be determined automatically from the plots in the axis.

source


# Makie.zlims!Method.
julia
zlims!(low, high)
-zlims!(; low = nothing, high = nothing)

Set the z-axis limits of the current axis to low and high. If the limits are ordered high-low, this reverses the axis orientation. A limit set to nothing will be determined automatically from the plots in the axis.

source


# Makie.zoom!Function.
julia
zoom!(scene, cam::Camera3D, zoom_step[, cad = false, zoom_shift_lookat = false])

Zooms the camera in or out based on the multiplier zoom_step. A zoom_step of 1.0 is neutral, larger zooms out and lower zooms in.

If cad = true zooming will also apply a rotation based on how far the cursor is from the center of the scene. If zoom_shift_lookat = true and projectiontype = Orthographic zooming will keep the data under the cursor at the same screen space position.

source


# Makie.zoom!Method.
julia
zoom!(scene, point, zoom_step, shift_lookat::Bool)

Zooms the camera of scene in towards point by a factor of zoom_step. A positive zoom_step zooms in while a negative zoom_step zooms out.

source


# Makie.zticklabelsMethod.
julia
zticklabels(scene)

Returns all the z-axis tick labels. See also ticklabels.

source


# Makie.ztickrangeMethod.
julia
ztickrange(scene)

Returns the tick range along the z-axis. See also tickranges.

source


# Makie.ztickrotation!Method.
julia
ztickrotation!([scene,] zangle)

Set the rotation of tick labels along the z-axis. See also tickrotations!.

source


# Makie.ztickrotationMethod.
julia
ztickrotation(scene)

Returns the rotation of tick labels along the z-axis. See also tickrotations

source


# Makie.zticks!Method.
julia
zticks!([scene,]; ztickranges=ztickrange(scene), zticklabels=zticklabel(scene))

Set the tick labels and range along all z-axis. See also ticks!.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(ct::GridBased, x::VecOrMat, y::VecOrMat, z::Matrix)

If ct is Heatmap and x and y are vectors, infer from length of x and y whether they represent edges or centers of the heatmap bins. If they are centers, convert to edges. Convert eltypes to Float32 and return outputs as a Tuple.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x::RangeLike, y::RangeLike, z::AbstractMatrix)

Takes one or two ClosedIntervals x and y and converts them to closed ranges with size(z, 1/2).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, z)::(Vector)

Takes vectors x, y, and z and turns it into a vector of 3D points of the values from x, y, and z. P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.

Enables to use scatter like a surface plot with x::Vector, y::Vector, z::Matrix spanning z over the grid spanned by x y

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, LineString)

Takes an input LineString and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, Polygon)

Takes an input Polygon and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y)::(Vector)

Takes vectors x and y and turns it into a vector of 2D points of the values from x and y.

P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.

Wrap a single point or equivalent object in a single-element array.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, vertices, indices)::GLNormalMesh

Takes vertices and indices, and creates a triangle mesh out of those. See to_vertices and to_triangles for more information about accepted types.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, x, y, z, indices)::GLNormalMesh

Takes real vectors x, y, z and constructs a triangle mesh out of those, using the faces in indices, which can be integers (every 3 -> one triangle), or GeometryBasics.NgonFace{N, <: Integer}.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, x, y, z)::GLNormalMesh

Takes real vectors x, y, z and constructs a mesh out of those, under the assumption that every 3 points form a triangle.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, xyz::AbstractVector)::GLNormalMesh

Takes an input mesh and a vector xyz representing the vertices of the mesh, and creates indices under the assumption, that each triplet in xyz forms a triangle.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, f)::(Vector, Vector, Matrix)

Takes vectors x and y and the function f, and applies f on the grid that x and y span. This is equivalent to f.(x, y'). P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, z, i)::(Vector, Vector, Vector, Matrix)

Takes 3 AbstractVector x, y, and z and the AbstractMatrix i, and puts everything in a Tuple.

P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, z, f)::(Vector, Vector, Vector, Matrix)

Takes AbstractVector x, y, and z and the function f, evaluates f on the volume spanned by x, y and z, and puts x, y, z and f(x,y,z) in a Tuple.

P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.

Accepts a Vector of Pair of Points (e.g. [Point(0, 0) => Point(1, 1), ...]) to encode e.g. linesegments or directions.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x)::(Vector)

Takes an input GeometryPrimitive x and decomposes it to points. P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, Union{Array{<:LineString}, MultiLineString})

Takes an input Array{LineString} or a MultiLineString and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, Union{Array{<:Polygon}, MultiPolygon})

Takes an input Array{Polygon} or a MultiPolygon and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x)::(Vector)

Takes an input Rect x and decomposes it to points.

P is the plot Type (it is optional).

source


# MakieCore.used_attributesMethod.
julia
used_attributes(args...) = ()

Function used to indicate what keyword args one wants to get passed in convert_arguments. Those attributes will not be forwarded to the backend, but only used during the conversion pipeline. Usage:

julia
    struct MyType end
+zlims!(ax, low..high)

Set the z-axis limits of axis ax to low and high or a tuple zlims = (low,high). If the limits are ordered high-low, the axis orientation will be reversed. If a limit is nothing it will be determined automatically from the plots in the axis.

source


# Makie.zlims!Method.
julia
zlims!(low, high)
+zlims!(; low = nothing, high = nothing)

Set the z-axis limits of the current axis to low and high. If the limits are ordered high-low, this reverses the axis orientation. A limit set to nothing will be determined automatically from the plots in the axis.

source


# Makie.zoom!Function.
julia
zoom!(scene, cam::Camera3D, zoom_step[, cad = false, zoom_shift_lookat = false])

Zooms the camera in or out based on the multiplier zoom_step. A zoom_step of 1.0 is neutral, larger zooms out and lower zooms in.

If cad = true zooming will also apply a rotation based on how far the cursor is from the center of the scene. If zoom_shift_lookat = true and projectiontype = Orthographic zooming will keep the data under the cursor at the same screen space position.

source


# Makie.zoom!Method.
julia
zoom!(scene, point, zoom_step, shift_lookat::Bool)

Zooms the camera of scene in towards point by a factor of zoom_step. A positive zoom_step zooms in while a negative zoom_step zooms out.

source


# Makie.zticklabelsMethod.
julia
zticklabels(scene)

Returns all the z-axis tick labels. See also ticklabels.

source


# Makie.ztickrangeMethod.
julia
ztickrange(scene)

Returns the tick range along the z-axis. See also tickranges.

source


# Makie.ztickrotation!Method.
julia
ztickrotation!([scene,] zangle)

Set the rotation of tick labels along the z-axis. See also tickrotations!.

source


# Makie.ztickrotationMethod.
julia
ztickrotation(scene)

Returns the rotation of tick labels along the z-axis. See also tickrotations

source


# Makie.zticks!Method.
julia
zticks!([scene,]; ztickranges=ztickrange(scene), zticklabels=zticklabel(scene))

Set the tick labels and range along all z-axis. See also ticks!.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(ct::GridBased, x::VecOrMat, y::VecOrMat, z::Matrix)

If ct is Heatmap and x and y are vectors, infer from length of x and y whether they represent edges or centers of the heatmap bins. If they are centers, convert to edges. Convert eltypes to Float32 and return outputs as a Tuple.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x::RangeLike, y::RangeLike, z::AbstractMatrix)

Takes one or two ClosedIntervals x and y and converts them to closed ranges with size(z, 1/2).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, z)::(Vector)

Takes vectors x, y, and z and turns it into a vector of 3D points of the values from x, y, and z. P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.

Enables to use scatter like a surface plot with x::Vector, y::Vector, z::Matrix spanning z over the grid spanned by x y

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, LineString)

Takes an input LineString and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, Polygon)

Takes an input Polygon and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y)::(Vector)

Takes vectors x and y and turns it into a vector of 2D points of the values from x and y.

P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.

Wrap a single point or equivalent object in a single-element array.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, vertices, indices)::GLNormalMesh

Takes vertices and indices, and creates a triangle mesh out of those. See to_vertices and to_triangles for more information about accepted types.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, x, y, z, indices)::GLNormalMesh

Takes real vectors x, y, z and constructs a triangle mesh out of those, using the faces in indices, which can be integers (every 3 -> one triangle), or GeometryBasics.NgonFace{N, <: Integer}.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, x, y, z)::GLNormalMesh

Takes real vectors x, y, z and constructs a mesh out of those, under the assumption that every 3 points form a triangle.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, xyz::AbstractVector)::GLNormalMesh

Takes an input mesh and a vector xyz representing the vertices of the mesh, and creates indices under the assumption, that each triplet in xyz forms a triangle.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, f)::(Vector, Vector, Matrix)

Takes vectors x and y and the function f, and applies f on the grid that x and y span. This is equivalent to f.(x, y'). P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, z, i)::(Vector, Vector, Vector, Matrix)

Takes 3 AbstractVector x, y, and z and the AbstractMatrix i, and puts everything in a Tuple.

P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, z, f)::(Vector, Vector, Vector, Matrix)

Takes AbstractVector x, y, and z and the function f, evaluates f on the volume spanned by x, y and z, and puts x, y, z and f(x,y,z) in a Tuple.

P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.

Accepts a Vector of Pair of Points (e.g. [Point(0, 0) => Point(1, 1), ...]) to encode e.g. linesegments or directions.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x)::(Vector)

Takes an input GeometryPrimitive x and decomposes it to points. P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, Union{Array{<:LineString}, MultiLineString})

Takes an input Array{LineString} or a MultiLineString and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, Union{Array{<:Polygon}, MultiPolygon})

Takes an input Array{Polygon} or a MultiPolygon and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x)::(Vector)

Takes an input Rect x and decomposes it to points.

P is the plot Type (it is optional).

source


# MakieCore.used_attributesMethod.
julia
used_attributes(args...) = ()

Function used to indicate what keyword args one wants to get passed in convert_arguments. Those attributes will not be forwarded to the backend, but only used during the conversion pipeline. Usage:

julia
    struct MyType end
     used_attributes(::MyType) = (:attribute,)
     function convert_arguments(x::MyType; attribute = 1)
         ...
@@ -281,56 +281,56 @@
     #You can also use the convenience macro, to overload convert_arguments in one step:
     @keywords convert_arguments(x::MyType; attribute = 1)
         ...
-    end

source


# Observables.onMethod.
julia
on(f, c::Camera, observables::Observable...)

When mapping over observables for the camera, we store them in the steering_node vector, to make it easier to disconnect the camera steering signals later!

source


# Makie.@extractMacro.
julia
@extract scene (a, b, c, d)

This becomes

julia
begin
+    end

source


# Observables.onMethod.
julia
on(f, c::Camera, observables::Observable...)

When mapping over observables for the camera, we store them in the steering_node vector, to make it easier to disconnect the camera steering signals later!

source


# Makie.@extractMacro.
julia
@extract scene (a, b, c, d)

This becomes

julia
begin
     a = scene[:a]
     b = scene[:b]
     c = scene[:d]
     d = scene[:d]
     (a, b, c, d)
-end

source


# Makie.@extractvalueMacro.

usage @extractvalue scene (a, b, c, d) will become:

julia
begin
+end

source


# Makie.@extractvalueMacro.

usage @extractvalue scene (a, b, c, d) will become:

julia
begin
     a = to_value(scene[:a])
     b = to_value(scene[:b])
     c = to_value(scene[:c])
     (a, b, c)
-end

source


# Makie.@get_attributeMacro.
julia
@get_attribute scene (a, b, c, d)

This will extract attribute a, b, c, d from scene and apply the correct attribute conversions + will extract the value if it's a signal. It will make those attributes available as variables and return them as a tuple. So the above is equal to: will become:

julia
begin
+end

source


# Makie.@get_attributeMacro.
julia
@get_attribute scene (a, b, c, d)

This will extract attribute a, b, c, d from scene and apply the correct attribute conversions + will extract the value if it's a signal. It will make those attributes available as variables and return them as a tuple. So the above is equal to: will become:

julia
begin
     a = get_attribute(scene, :a)
     b = get_attribute(scene, :b)
     c = get_attribute(scene, :c)
     (a, b, c)
-end

source


# Makie.@liftMacro.

Replaces an expression with lift(argtuple -> expression, args...), where args are all expressions inside the main one that begin with $.

Example:

julia
x = Observable(rand(100))
+end

source


# Makie.@liftMacro.

Replaces an expression with lift(argtuple -> expression, args...), where args are all expressions inside the main one that begin with $.

Example:

julia
x = Observable(rand(100))
 y = Observable(rand(100))

before

julia
z = lift((x, y) -> x .+ y, x, y)

after

julia
z = @lift($x .+ $y)

You can also use parentheses around an expression if that expression evaluates to an observable.

julia
nt = (x = Observable(1), y = Observable(2))
-@lift($(nt.x) + $(nt.y))

source


# MakieCore.ArrowsType.

Arrows is the plot type associated with plotting function arrows. Check the docstring for arrows for further information.

source


# MakieCore.HeatmapType.

Heatmap is the plot type associated with plotting function heatmap. Check the docstring for heatmap for further information.

source


# MakieCore.ImageType.

Image is the plot type associated with plotting function image. Check the docstring for image for further information.

source


# MakieCore.LineSegmentsType.

LineSegments is the plot type associated with plotting function linesegments. Check the docstring for linesegments for further information.

source


# MakieCore.LinesType.

Lines is the plot type associated with plotting function lines. Check the docstring for lines for further information.

source


# MakieCore.MeshType.

Mesh is the plot type associated with plotting function mesh. Check the docstring for mesh for further information.

source


# MakieCore.MeshScatterType.

MeshScatter is the plot type associated with plotting function meshscatter. Check the docstring for meshscatter for further information.

source


# MakieCore.PolyType.

Poly is the plot type associated with plotting function poly. Check the docstring for poly for further information.

source


# MakieCore.ScatterType.

Scatter is the plot type associated with plotting function scatter. Check the docstring for scatter for further information.

source


# MakieCore.SurfaceType.

Surface is the plot type associated with plotting function surface. Check the docstring for surface for further information.

source


# MakieCore.TextType.

Text is the plot type associated with plotting function text. Check the docstring for text for further information.

source


# MakieCore.VolumeType.

Volume is the plot type associated with plotting function volume. Check the docstring for volume for further information.

source


# MakieCore.VoxelsType.

Voxels is the plot type associated with plotting function voxels. Check the docstring for voxels for further information.

source


# MakieCore.WireframeType.

Wireframe is the plot type associated with plotting function wireframe. Check the docstring for wireframe for further information.

source


# MakieCore.arrowsFunction.
julia
arrows(points, directions; kwargs...)
+@lift($(nt.x) + $(nt.y))

source


# MakieCore.ArrowsType.

Arrows is the plot type associated with plotting function arrows. Check the docstring for arrows for further information.

source


# MakieCore.HeatmapType.

Heatmap is the plot type associated with plotting function heatmap. Check the docstring for heatmap for further information.

source


# MakieCore.ImageType.

Image is the plot type associated with plotting function image. Check the docstring for image for further information.

source


# MakieCore.LineSegmentsType.

LineSegments is the plot type associated with plotting function linesegments. Check the docstring for linesegments for further information.

source


# MakieCore.LinesType.

Lines is the plot type associated with plotting function lines. Check the docstring for lines for further information.

source


# MakieCore.MeshType.

Mesh is the plot type associated with plotting function mesh. Check the docstring for mesh for further information.

source


# MakieCore.MeshScatterType.

MeshScatter is the plot type associated with plotting function meshscatter. Check the docstring for meshscatter for further information.

source


# MakieCore.PolyType.

Poly is the plot type associated with plotting function poly. Check the docstring for poly for further information.

source


# MakieCore.ScatterType.

Scatter is the plot type associated with plotting function scatter. Check the docstring for scatter for further information.

source


# MakieCore.SurfaceType.

Surface is the plot type associated with plotting function surface. Check the docstring for surface for further information.

source


# MakieCore.TextType.

Text is the plot type associated with plotting function text. Check the docstring for text for further information.

source


# MakieCore.VolumeType.

Volume is the plot type associated with plotting function volume. Check the docstring for volume for further information.

source


# MakieCore.VoxelsType.

Voxels is the plot type associated with plotting function voxels. Check the docstring for voxels for further information.

source


# MakieCore.WireframeType.

Wireframe is the plot type associated with plotting function wireframe. Check the docstring for wireframe for further information.

source


# MakieCore.arrowsFunction.
julia
arrows(points, directions; kwargs...)
 arrows(x, y, u, v)
 arrows(x::AbstractVector, y::AbstractVector, u::AbstractMatrix, v::AbstractMatrix)
 arrows(x, y, z, u, v, w)
-arrows(x, y, [z], f::Function)

Plots arrows at the specified points with the specified components. u and v are interpreted as vector components (u being the x and v being the y), and the vectors are plotted with the tails at x, y.

If x, y, u, v are <: AbstractVector, then each 'row' is plotted as a single vector.

If u, v are <: AbstractMatrix, then x and y are interpreted as specifications for a grid, and u, v are plotted as arrows along the grid.

arrows can also work in three dimensions.

If a Function is provided in place of u, v, [w], then it must accept a Point as input, and return an appropriately dimensioned Point, Vec, or other array-like output.

Plot type

The plot type alias for the arrows function is Arrows.

Attributes

align = :origin — Sets how arrows are positioned. By default arrows start at the given positions and extend along the given directions. If this attribute is set to :head, :lineend, :tailend, :headstart or :center the given positions will be between the head and tail of each arrow instead.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

arrowcolor = automatic — Sets the color of the arrow head. Will copy color if set to automatic.

arrowhead = automatic — Defines the marker (2D) or mesh (3D) that is used as the arrow head. The default for is '▲' in 2D and a cone mesh in 3D. For the latter the mesh should start at Point3f(0) and point in positive z-direction.

arrowsize = automatic — Scales the size of the arrow head. This defaults to 0.3 in the 2D case and Vec3f(0.2, 0.2, 0.3) in the 3D case. For the latter the first two components scale the radius (in x/y direction) and the last scales the length of the cone. If the arrowsize is set to 1, the cone will have a diameter and length of 1.

arrowtail = automatic — Defines the mesh used to draw the arrow tail in 3D. It should start at Point3f(0) and extend in negative z-direction. The default is a cylinder. This has no effect on the 2D plot.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = :black — Sets the color of arrowheads and lines. Can be overridden separately using linecolor and arrowcolor.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = automatic — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lengthscale = 1.0 — Scales the length of the arrow tail.

linecolor = automatic — Sets the color used for the arrow tail which is represented by a line in 2D. Will copy color if set to automatic.

linestyle = nothing — Sets the linestyle used in 2D. Does not apply to 3D plots.

linewidth = automatic — Scales the width/diameter of the arrow tail. Defaults to 1 for 2D and 0.05 for the 3D case.

lowclip = automatic — The color for any value below the colorrange.

markerspace = :pixelNo docs available.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

normalize = false — By default the lengths of the directions given to arrows are used to scale the length of the arrow tails. If this attribute is set to true the directions are normalized, skipping this scaling.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

quality = 32 — Defines the number of angle subdivisions used when generating the arrow head and tail meshes. Consider lowering this if you have performance issues. Only applies to 3D plots.

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.arrows!Function.

arrows! is the mutating variant of plotting function arrows. Check the docstring for arrows for further information.

source


# MakieCore.heatmapFunction.
julia
heatmap(x, y, matrix)
+arrows(x, y, [z], f::Function)

Plots arrows at the specified points with the specified components. u and v are interpreted as vector components (u being the x and v being the y), and the vectors are plotted with the tails at x, y.

If x, y, u, v are <: AbstractVector, then each 'row' is plotted as a single vector.

If u, v are <: AbstractMatrix, then x and y are interpreted as specifications for a grid, and u, v are plotted as arrows along the grid.

arrows can also work in three dimensions.

If a Function is provided in place of u, v, [w], then it must accept a Point as input, and return an appropriately dimensioned Point, Vec, or other array-like output.

Plot type

The plot type alias for the arrows function is Arrows.

Attributes

align = :origin — Sets how arrows are positioned. By default arrows start at the given positions and extend along the given directions. If this attribute is set to :head, :lineend, :tailend, :headstart or :center the given positions will be between the head and tail of each arrow instead.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

arrowcolor = automatic — Sets the color of the arrow head. Will copy color if set to automatic.

arrowhead = automatic — Defines the marker (2D) or mesh (3D) that is used as the arrow head. The default for is '▲' in 2D and a cone mesh in 3D. For the latter the mesh should start at Point3f(0) and point in positive z-direction.

arrowsize = automatic — Scales the size of the arrow head. This defaults to 0.3 in the 2D case and Vec3f(0.2, 0.2, 0.3) in the 3D case. For the latter the first two components scale the radius (in x/y direction) and the last scales the length of the cone. If the arrowsize is set to 1, the cone will have a diameter and length of 1.

arrowtail = automatic — Defines the mesh used to draw the arrow tail in 3D. It should start at Point3f(0) and extend in negative z-direction. The default is a cylinder. This has no effect on the 2D plot.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = :black — Sets the color of arrowheads and lines. Can be overridden separately using linecolor and arrowcolor.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = automatic — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lengthscale = 1.0 — Scales the length of the arrow tail.

linecolor = automatic — Sets the color used for the arrow tail which is represented by a line in 2D. Will copy color if set to automatic.

linestyle = nothing — Sets the linestyle used in 2D. Does not apply to 3D plots.

linewidth = automatic — Scales the width/diameter of the arrow tail. Defaults to 1 for 2D and 0.05 for the 3D case.

lowclip = automatic — The color for any value below the colorrange.

markerspace = :pixelNo docs available.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

normalize = false — By default the lengths of the directions given to arrows are used to scale the length of the arrow tails. If this attribute is set to true the directions are normalized, skipping this scaling.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

quality = 32 — Defines the number of angle subdivisions used when generating the arrow head and tail meshes. Consider lowering this if you have performance issues. Only applies to 3D plots.

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.arrows!Function.

arrows! is the mutating variant of plotting function arrows. Check the docstring for arrows for further information.

source


# MakieCore.heatmapFunction.
julia
heatmap(x, y, matrix)
 heatmap(x, y, func)
 heatmap(matrix)
-heatmap(xvector, yvector, zvector)

Plots a heatmap as a collection of rectangles. x and y can either be of length i and j where (i, j) is size(matrix), in this case the rectangles will be placed around these grid points like voronoi cells. Note that for irregularly spaced x and y, the points specified by them are not centered within the resulting rectangles.

x and y can also be of length i+1 and j+1, in this case they are interpreted as the edges of the rectangles.

Colors of the rectangles are derived from matrix[i, j]. The third argument may also be a Function (i, j) -> v which is then evaluated over the grid spanned by x and y.

Another allowed form is using three vectors xvector, yvector and zvector. In this case it is assumed that no pair of elements x and y exists twice. Pairs that are missing from the resulting grid will be treated as if zvector had a NaN element at that position.

If x and y are omitted with a matrix argument, they default to x, y = axes(matrix).

Note that heatmap is slower to render than image so image should be preferred for large, regularly spaced grids.

Plot type

The plot type alias for the heatmap function is Heatmap.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = false — Sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.heatmap!Function.

heatmap! is the mutating variant of plotting function heatmap. Check the docstring for heatmap for further information.

source


# MakieCore.imageFunction.
julia
image(x, y, image)
-image(image)

Plots an image on a rectangle bounded by x and y (defaults to size of image).

Plot type

The plot type alias for the image function is Image.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap = [:black, :white] — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — Sets whether colors should be interpolated between pixels.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.image!Function.

image! is the mutating variant of plotting function image. Check the docstring for image for further information.

source


# MakieCore.linesFunction.
julia
lines(positions)
+heatmap(xvector, yvector, zvector)

Plots a heatmap as a collection of rectangles. x and y can either be of length i and j where (i, j) is size(matrix), in this case the rectangles will be placed around these grid points like voronoi cells. Note that for irregularly spaced x and y, the points specified by them are not centered within the resulting rectangles.

x and y can also be of length i+1 and j+1, in this case they are interpreted as the edges of the rectangles.

Colors of the rectangles are derived from matrix[i, j]. The third argument may also be a Function (i, j) -> v which is then evaluated over the grid spanned by x and y.

Another allowed form is using three vectors xvector, yvector and zvector. In this case it is assumed that no pair of elements x and y exists twice. Pairs that are missing from the resulting grid will be treated as if zvector had a NaN element at that position.

If x and y are omitted with a matrix argument, they default to x, y = axes(matrix).

Note that heatmap is slower to render than image so image should be preferred for large, regularly spaced grids.

Plot type

The plot type alias for the heatmap function is Heatmap.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = false — Sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.heatmap!Function.

heatmap! is the mutating variant of plotting function heatmap. Check the docstring for heatmap for further information.

source


# MakieCore.imageFunction.
julia
image(x, y, image)
+image(image)

Plots an image on a rectangle bounded by x and y (defaults to size of image).

Plot type

The plot type alias for the image function is Image.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap = [:black, :white] — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — Sets whether colors should be interpolated between pixels.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.image!Function.

image! is the mutating variant of plotting function image. Check the docstring for image for further information.

source


# MakieCore.linesFunction.
julia
lines(positions)
 lines(x, y)
-lines(x, y, z)

Creates a connected line plot for each element in (x, y, z), (x, y) or positions.

NaN values are displayed as gaps in the line.

Plot type

The plot type alias for the lines function is Lines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.lines!Function.

lines! is the mutating variant of plotting function lines. Check the docstring for lines for further information.

source


# MakieCore.linesegmentsFunction.
julia
linesegments(positions)
+lines(x, y, z)

Creates a connected line plot for each element in (x, y, z), (x, y) or positions.

NaN values are displayed as gaps in the line.

Plot type

The plot type alias for the lines function is Lines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.lines!Function.

lines! is the mutating variant of plotting function lines. Check the docstring for lines for further information.

source


# MakieCore.linesegmentsFunction.
julia
linesegments(positions)
 linesegments(vector_of_2tuples_of_points)
 linesegments(x, y)
-linesegments(x, y, z)

Plots a line for each pair of points in (x, y, z), (x, y), or positions.

Plot type

The plot type alias for the linesegments function is LineSegments.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.linesegments!Function.

linesegments! is the mutating variant of plotting function linesegments. Check the docstring for linesegments for further information.

source


# MakieCore.meshFunction.
julia
mesh(x, y, z)
+linesegments(x, y, z)

Plots a line for each pair of points in (x, y, z), (x, y), or positions.

Plot type

The plot type alias for the linesegments function is LineSegments.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.linesegments!Function.

linesegments! is the mutating variant of plotting function linesegments. Check the docstring for linesegments for further information.

source


# MakieCore.meshFunction.
julia
mesh(x, y, z)
 mesh(mesh_object)
 mesh(x, y, z, faces)
-mesh(xyz, faces)

Plots a 3D or 2D mesh. Supported mesh_objects include Mesh types from GeometryBasics.jl.

Plot type

The plot type alias for the mesh function is Mesh.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = @inherit patchcolor — Sets the color of the mesh. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

matcap = nothingNo docs available.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.mesh!Function.

mesh! is the mutating variant of plotting function mesh. Check the docstring for mesh for further information.

source


# MakieCore.meshscatterFunction.
julia
meshscatter(positions)
+mesh(xyz, faces)

Plots a 3D or 2D mesh. Supported mesh_objects include Mesh types from GeometryBasics.jl.

Plot type

The plot type alias for the mesh function is Mesh.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = @inherit patchcolor — Sets the color of the mesh. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

matcap = nothingNo docs available.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.mesh!Function.

mesh! is the mutating variant of plotting function mesh. Check the docstring for mesh for further information.

source


# MakieCore.meshscatterFunction.
julia
meshscatter(positions)
 meshscatter(x, y)
-meshscatter(x, y, z)

Plots a mesh for each element in (x, y, z), (x, y), or positions (similar to scatter). markersize is a scaling applied to the primitive passed as marker.

Plot type

The plot type alias for the meshscatter function is MeshScatter.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = @inherit markercolor — Sets the color of the marker.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip = automatic — The color for any value below the colorrange.

marker = :Sphere — Sets the scattered mesh.

markersize = 0.1 — Sets the scale of the mesh. This can be given as a Vector to apply to each scattered mesh individually.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

rotation = 0.0 — Sets the rotation of the mesh. A numeric rotation is around the z-axis, a Vec3f causes the mesh to rotate such that the the z-axis is now that vector, and a quaternion describes a general rotation. This can be given as a Vector to apply to each scattered mesh individually.

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.meshscatter!Function.

meshscatter! is the mutating variant of plotting function meshscatter. Check the docstring for meshscatter for further information.

source


# MakieCore.polyFunction.
julia
poly(vertices, indices; kwargs...)
+meshscatter(x, y, z)

Plots a mesh for each element in (x, y, z), (x, y), or positions (similar to scatter). markersize is a scaling applied to the primitive passed as marker.

Plot type

The plot type alias for the meshscatter function is MeshScatter.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = @inherit markercolor — Sets the color of the marker.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip = automatic — The color for any value below the colorrange.

marker = :Sphere — Sets the scattered mesh.

markersize = 0.1 — Sets the scale of the mesh. This can be given as a Vector to apply to each scattered mesh individually.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

rotation = 0.0 — Sets the rotation of the mesh. A numeric rotation is around the z-axis, a Vec3f causes the mesh to rotate such that the the z-axis is now that vector, and a quaternion describes a general rotation. This can be given as a Vector to apply to each scattered mesh individually.

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.meshscatter!Function.

meshscatter! is the mutating variant of plotting function meshscatter. Check the docstring for meshscatter for further information.

source


# MakieCore.polyFunction.
julia
poly(vertices, indices; kwargs...)
 poly(points; kwargs...)
 poly(shape; kwargs...)
-poly(mesh; kwargs...)

Plots a polygon based on the arguments given. When vertices and indices are given, it functions similarly to mesh. When points are given, it draws one polygon that connects all the points in order. When a shape is given (essentially anything decomposable by GeometryBasics), it will plot decompose(shape).

poly(coordinates, connectivity; kwargs...)

Plots polygons, which are defined by coordinates (the coordinates of the vertices) and connectivity (the edges between the vertices).

Plot type

The plot type alias for the poly function is Poly.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit patchcolor — Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShadingNo docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolor — Sets the color of the outline around a marker.

strokecolormap = @inherit colormap — Sets the colormap that is sampled for numeric colors.

strokewidth = @inherit patchstrokewidth — Sets the width of the outline.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.poly!Function.

poly! is the mutating variant of plotting function poly. Check the docstring for poly for further information.

source


# MakieCore.scatterFunction.
julia
scatter(positions)
+poly(mesh; kwargs...)

Plots a polygon based on the arguments given. When vertices and indices are given, it functions similarly to mesh. When points are given, it draws one polygon that connects all the points in order. When a shape is given (essentially anything decomposable by GeometryBasics), it will plot decompose(shape).

poly(coordinates, connectivity; kwargs...)

Plots polygons, which are defined by coordinates (the coordinates of the vertices) and connectivity (the edges between the vertices).

Plot type

The plot type alias for the poly function is Poly.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit patchcolor — Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShadingNo docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolor — Sets the color of the outline around a marker.

strokecolormap = @inherit colormap — Sets the colormap that is sampled for numeric colors.

strokewidth = @inherit patchstrokewidth — Sets the width of the outline.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.poly!Function.

poly! is the mutating variant of plotting function poly. Check the docstring for poly for further information.

source


# MakieCore.scatterFunction.
julia
scatter(positions)
 scatter(x, y)
-scatter(x, y, z)

Plots a marker for each element in (x, y, z), (x, y), or positions.

Plot type

The plot type alias for the scatter function is Scatter.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit markercolor — Sets the color of the marker. If no color is set, multiple calls to scatter! will cycle through the axis color palette.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

depthsorting = false — Enables depth-sorting of markers which can improve border artifacts. Currently supported in GLMakie only.

distancefield = nothing — Optional distancefield used for e.g. font and bezier path rendering. Will get set automatically.

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

glowcolor = (:black, 0.0) — Sets the color of the glow effect around the marker.

glowwidth = 0.0 — Sets the size of a glow effect around the marker.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip = automatic — The color for any value below the colorrange.

marker = @inherit marker — Sets the scatter marker.

marker_offset = automatic — The offset of the marker from the given position in markerspace units. Default is centered around the position (markersize * -0.5).

markersize = @inherit markersize — Sets the size of the marker by scaling it relative to its base size which can differ for each marker. A Real scales x and y dimensions by the same amount. A Vec or Tuple with two elements scales x and y separately. An array of either scales each marker separately. Humans perceive the area of a marker as its size which grows quadratically with markersize, so multiplying markersize by 2 results in a marker that is 4 times as large, visually.

markerspace = :pixel — Sets the space in which markersize is given. See Makie.spaces() for possible inputs

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

rotation = Billboard() — Sets the rotation of the marker. A Billboard rotation is always around the depth axis.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolor — Sets the color of the outline around a marker.

strokewidth = @inherit markerstrokewidth — Sets the width of the outline around a marker.

transform_marker = false — Controls whether the model matrix (without translation) applies to the marker itself, rather than just the positions. (If this is true, scale! and rotate! will affect the marker.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

uv_offset_width = (0.0, 0.0, 0.0, 0.0)No docs available.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.scatter!Function.

scatter! is the mutating variant of plotting function scatter. Check the docstring for scatter for further information.

source


# MakieCore.surfaceFunction.
julia
surface(x, y, z)
-surface(z)

Plots a surface, where (x, y) define a grid whose heights are the entries in z. x and y may be Vectors which define a regular grid, or Matrices which define an irregular grid.

Plot type

The plot type alias for the surface function is Surface.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = nothing — Can be set to an Matrix{<: Union{Number, Colorant}} to color surface independent of the z component. If color=nothing, it defaults to color=z.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

invert_normals = false — Inverts the normals generated for the surface. This can be useful to illuminate the other side of the surface.

lowclip = automatic — The color for any value below the colorrange.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.surface!Function.

surface! is the mutating variant of plotting function surface. Check the docstring for surface for further information.

source


# MakieCore.textFunction.
julia
text(positions; text, kwargs...)
+scatter(x, y, z)

Plots a marker for each element in (x, y, z), (x, y), or positions.

Plot type

The plot type alias for the scatter function is Scatter.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit markercolor — Sets the color of the marker. If no color is set, multiple calls to scatter! will cycle through the axis color palette.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

depthsorting = false — Enables depth-sorting of markers which can improve border artifacts. Currently supported in GLMakie only.

distancefield = nothing — Optional distancefield used for e.g. font and bezier path rendering. Will get set automatically.

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

glowcolor = (:black, 0.0) — Sets the color of the glow effect around the marker.

glowwidth = 0.0 — Sets the size of a glow effect around the marker.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip = automatic — The color for any value below the colorrange.

marker = @inherit marker — Sets the scatter marker.

marker_offset = automatic — The offset of the marker from the given position in markerspace units. Default is centered around the position (markersize * -0.5).

markersize = @inherit markersize — Sets the size of the marker by scaling it relative to its base size which can differ for each marker. A Real scales x and y dimensions by the same amount. A Vec or Tuple with two elements scales x and y separately. An array of either scales each marker separately. Humans perceive the area of a marker as its size which grows quadratically with markersize, so multiplying markersize by 2 results in a marker that is 4 times as large, visually.

markerspace = :pixel — Sets the space in which markersize is given. See Makie.spaces() for possible inputs

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

rotation = Billboard() — Sets the rotation of the marker. A Billboard rotation is always around the depth axis.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolor — Sets the color of the outline around a marker.

strokewidth = @inherit markerstrokewidth — Sets the width of the outline around a marker.

transform_marker = false — Controls whether the model matrix (without translation) applies to the marker itself, rather than just the positions. (If this is true, scale! and rotate! will affect the marker.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

uv_offset_width = (0.0, 0.0, 0.0, 0.0)No docs available.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.scatter!Function.

scatter! is the mutating variant of plotting function scatter. Check the docstring for scatter for further information.

source


# MakieCore.surfaceFunction.
julia
surface(x, y, z)
+surface(z)

Plots a surface, where (x, y) define a grid whose heights are the entries in z. x and y may be Vectors which define a regular grid, or Matrices which define an irregular grid.

Plot type

The plot type alias for the surface function is Surface.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = nothing — Can be set to an Matrix{<: Union{Number, Colorant}} to color surface independent of the z component. If color=nothing, it defaults to color=z.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

invert_normals = false — Inverts the normals generated for the surface. This can be useful to illuminate the other side of the surface.

lowclip = automatic — The color for any value below the colorrange.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.surface!Function.

surface! is the mutating variant of plotting function surface. Check the docstring for surface for further information.

source


# MakieCore.textFunction.
julia
text(positions; text, kwargs...)
 text(x, y; text, kwargs...)
-text(x, y, z; text, kwargs...)

Plots one or multiple texts passed via the text keyword. Text uses the PointBased conversion trait.

Plot type

The plot type alias for the text function is Text.

Attributes

align = (:left, :bottom) — Sets the alignment of the string w.r.t. position. Uses :left, :center, :right, :top, :bottom, :baseline or fractions.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit textcolor — Sets the color of the text. One can set one color per glyph by passing a Vector{<:Colorant}, or one colorant for the whole text. If color is a vector of numbers, the colormap args are used to map the numbers to colors.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font = @inherit font — Sets the font. Can be a Symbol which will be looked up in the fonts dictionary or a String specifying the (partial) name of a font or the file path of a font file

fonts = @inherit fonts — Used as a dictionary to look up fonts specified by Symbol, for example :regular, :bold or :italic.

fontsize = @inherit fontsize — The fontsize in units depending on markerspace.

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

glowcolor = (:black, 0.0) — Sets the color of the glow effect around the text.

glowwidth = 0.0 — Sets the size of a glow effect around the text.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification = automatic — Sets the alignment of text w.r.t its bounding box. Can be :left, :center, :right or a fraction. Will default to the horizontal alignment in align.

lineheight = 1.0 — The lineheight multiplier.

lowclip = automatic — The color for any value below the colorrange.

markerspace = :pixel — Sets the space in which fontsize acts. See Makie.spaces() for possible inputs.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

offset = (0.0, 0.0) — The offset of the text from the given position in markerspace units.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

position = (0.0, 0.0) — Deprecated: Specifies the position of the text. Use the positional argument to text instead.

rotation = 0.0 — Rotates text around the given position

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = (:black, 0.0) — Sets the color of the outline around a marker.

strokewidth = 0 — Sets the width of the outline around a marker.

text = "" — Specifies one piece of text or a vector of texts to show, where the number has to match the number of positions given. Makie supports String which is used for all normal text and LaTeXString which layouts mathematical expressions using MathTeXEngine.jl.

transform_marker = false — Controls whether the model matrix (without translation) applies to the glyph itself, rather than just the positions. (If this is true, scale! and rotate! will affect the text glyphs.)

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

word_wrap_width = -1 — Specifies a linewidth limit for text. If a word overflows this limit, a newline is inserted before it. Negative numbers disable word wrapping.

source


# MakieCore.text!Function.

text! is the mutating variant of plotting function text. Check the docstring for text for further information.

source


# MakieCore.volumeFunction.
julia
volume(volume_data)
-volume(x, y, z, volume_data)

Plots a volume, with optional physical dimensions x, y, z. Available algorithms are:

  • :iso => IsoValue

  • :absorption => Absorption

  • :mip => MaximumIntensityProjection

  • :absorptionrgba => AbsorptionRGBA

  • :additive => AdditiveRGBA

  • :indexedabsorption => IndexedAbsorptionRGBA

Plot type

The plot type alias for the volume function is Volume.

Attributes

absorption = 1.0 — Absorption multiplier for algorithm=:absorption. This changes how much light each voxel absorbs.

algorithm = :mip — Sets the volume algorithm that is used.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

enable_depth = true — Enables depth write for Volume, so that volume correctly occludes other objects.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — Sets whether the volume data should be sampled with interpolation.

isorange = 0.05 — Sets the range of values picked up by the IsoValue algorithm.

isovalue = 0.5 — Sets the target value for the IsoValue algorithm.

lowclip = automatic — The color for any value below the colorrange.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.volume!Function.

volume! is the mutating variant of plotting function volume. Check the docstring for volume for further information.

source


# MakieCore.voxelsFunction.
julia
voxels(x, y, z, chunk::Array{<:Real, 3})
-voxels(chunk::Array{<:Real, 3})

Plots a chunk of voxels centered at 0. Optionally the placement and scaling of the chunk can be given as range-like x, y and z. (Only the extrema are considered here. Voxels are always uniformly sized.)

Internally voxels are represented as 8 bit unsigned integer, with 0x00 always being an invisible "air" voxel. Passing a chunk with matching type will directly set those values. Note that color handling is specialized for the internal representation and may behave a bit differently than usual.

Plot type

The plot type alias for the voxels function is Voxels.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = nothing — Sets colors per voxel id, skipping 0x00. This means that a voxel with id 1 will grab plot.colors[1] and so on up to id 255. This can also be set to a Matrix of colors, i.e. an image for texture mapping.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

depthsorting = false — Controls the render order of voxels. If set to false voxels close to the viewer are rendered first which should reduce overdraw and yield better performance. If set to true voxels are rendered back to front enabling correct order for transparent voxels.

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap = 0.0 — Sets the gap between adjacent voxels in units of the voxel size. This needs to be larger than 0.01 to take effect.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = false — Controls whether the texture map is sampled with interpolation (i.e. smoothly) or not (i.e. pixelated).

is_air = x->begin #= /home/runner/work/Makie.jl/Makie.jl/MakieCore/src/basic_plots.jl:555 =# isnothing(x) || (ismissing(x) || isnan(x)) end — A function that controls which values in the input data are mapped to invisible (air) voxels.

lowclip = automatic — The color for any value below the colorrange.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

uvmap = nothing — Defines a map from voxel ids (and optionally sides) to uv coordinates. These uv coordinates are then used to sample a 2D texture passed through color for texture mapping.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.voxels!Function.

voxels! is the mutating variant of plotting function voxels. Check the docstring for voxels for further information.

source


# MakieCore.wireframeFunction.
julia
wireframe(x, y, z)
+text(x, y, z; text, kwargs...)

Plots one or multiple texts passed via the text keyword. Text uses the PointBased conversion trait.

Plot type

The plot type alias for the text function is Text.

Attributes

align = (:left, :bottom) — Sets the alignment of the string w.r.t. position. Uses :left, :center, :right, :top, :bottom, :baseline or fractions.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit textcolor — Sets the color of the text. One can set one color per glyph by passing a Vector{<:Colorant}, or one colorant for the whole text. If color is a vector of numbers, the colormap args are used to map the numbers to colors.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font = @inherit font — Sets the font. Can be a Symbol which will be looked up in the fonts dictionary or a String specifying the (partial) name of a font or the file path of a font file

fonts = @inherit fonts — Used as a dictionary to look up fonts specified by Symbol, for example :regular, :bold or :italic.

fontsize = @inherit fontsize — The fontsize in units depending on markerspace.

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

glowcolor = (:black, 0.0) — Sets the color of the glow effect around the text.

glowwidth = 0.0 — Sets the size of a glow effect around the text.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification = automatic — Sets the alignment of text w.r.t its bounding box. Can be :left, :center, :right or a fraction. Will default to the horizontal alignment in align.

lineheight = 1.0 — The lineheight multiplier.

lowclip = automatic — The color for any value below the colorrange.

markerspace = :pixel — Sets the space in which fontsize acts. See Makie.spaces() for possible inputs.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

offset = (0.0, 0.0) — The offset of the text from the given position in markerspace units.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

position = (0.0, 0.0) — Deprecated: Specifies the position of the text. Use the positional argument to text instead.

rotation = 0.0 — Rotates text around the given position

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = (:black, 0.0) — Sets the color of the outline around a marker.

strokewidth = 0 — Sets the width of the outline around a marker.

text = "" — Specifies one piece of text or a vector of texts to show, where the number has to match the number of positions given. Makie supports String which is used for all normal text and LaTeXString which layouts mathematical expressions using MathTeXEngine.jl.

transform_marker = false — Controls whether the model matrix (without translation) applies to the glyph itself, rather than just the positions. (If this is true, scale! and rotate! will affect the text glyphs.)

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

word_wrap_width = -1 — Specifies a linewidth limit for text. If a word overflows this limit, a newline is inserted before it. Negative numbers disable word wrapping.

source


# MakieCore.text!Function.

text! is the mutating variant of plotting function text. Check the docstring for text for further information.

source


# MakieCore.volumeFunction.
julia
volume(volume_data)
+volume(x, y, z, volume_data)

Plots a volume, with optional physical dimensions x, y, z. Available algorithms are:

  • :iso => IsoValue

  • :absorption => Absorption

  • :mip => MaximumIntensityProjection

  • :absorptionrgba => AbsorptionRGBA

  • :additive => AdditiveRGBA

  • :indexedabsorption => IndexedAbsorptionRGBA

Plot type

The plot type alias for the volume function is Volume.

Attributes

absorption = 1.0 — Absorption multiplier for algorithm=:absorption. This changes how much light each voxel absorbs.

algorithm = :mip — Sets the volume algorithm that is used.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

enable_depth = true — Enables depth write for Volume, so that volume correctly occludes other objects.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — Sets whether the volume data should be sampled with interpolation.

isorange = 0.05 — Sets the range of values picked up by the IsoValue algorithm.

isovalue = 0.5 — Sets the target value for the IsoValue algorithm.

lowclip = automatic — The color for any value below the colorrange.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.volume!Function.

volume! is the mutating variant of plotting function volume. Check the docstring for volume for further information.

source


# MakieCore.voxelsFunction.
julia
voxels(x, y, z, chunk::Array{<:Real, 3})
+voxels(chunk::Array{<:Real, 3})

Plots a chunk of voxels centered at 0. Optionally the placement and scaling of the chunk can be given as range-like x, y and z. (Only the extrema are considered here. Voxels are always uniformly sized.)

Internally voxels are represented as 8 bit unsigned integer, with 0x00 always being an invisible "air" voxel. Passing a chunk with matching type will directly set those values. Note that color handling is specialized for the internal representation and may behave a bit differently than usual.

Plot type

The plot type alias for the voxels function is Voxels.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = nothing — Sets colors per voxel id, skipping 0x00. This means that a voxel with id 1 will grab plot.colors[1] and so on up to id 255. This can also be set to a Matrix of colors, i.e. an image for texture mapping.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

depthsorting = false — Controls the render order of voxels. If set to false voxels close to the viewer are rendered first which should reduce overdraw and yield better performance. If set to true voxels are rendered back to front enabling correct order for transparent voxels.

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap = 0.0 — Sets the gap between adjacent voxels in units of the voxel size. This needs to be larger than 0.01 to take effect.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = false — Controls whether the texture map is sampled with interpolation (i.e. smoothly) or not (i.e. pixelated).

is_air = x->begin #= /home/runner/work/Makie.jl/Makie.jl/MakieCore/src/basic_plots.jl:555 =# isnothing(x) || (ismissing(x) || isnan(x)) end — A function that controls which values in the input data are mapped to invisible (air) voxels.

lowclip = automatic — The color for any value below the colorrange.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

uvmap = nothing — Defines a map from voxel ids (and optionally sides) to uv coordinates. These uv coordinates are then used to sample a 2D texture passed through color for texture mapping.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.voxels!Function.

voxels! is the mutating variant of plotting function voxels. Check the docstring for voxels for further information.

source


# MakieCore.wireframeFunction.
julia
wireframe(x, y, z)
 wireframe(positions)
-wireframe(mesh)

Draws a wireframe, either interpreted as a surface or as a mesh.

Plot type

The plot type alias for the wireframe function is Wireframe.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = -1.0e-5 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.wireframe!Function.

wireframe! is the mutating variant of plotting function wireframe. Check the docstring for wireframe for further information.

source


# Makie.AndType.
julia
And(left, right[, rest...])

Creates an And struct with the left and right argument for later evaluation. If more than two arguments are given a tree of And structs is created.

See also: Or, Not, ispressed, &

source


# Makie.NotType.
julia
Not(x)

Creates a Not struct with the given argument for later evaluation.

See also: And, Or, ispressed, !

source


# Makie.OrType.
julia
Or(left, right[, rest...])

Creates an Or struct with the left and right argument for later evaluation. If more than two arguments are given a tree of Or structs is created.

See also: And, Not, ispressed, |

source


- +wireframe(mesh)

Draws a wireframe, either interpreted as a surface or as a mesh.

Plot type

The plot type alias for the wireframe function is Wireframe.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = -1.0e-5 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.wireframe!Function.

wireframe! is the mutating variant of plotting function wireframe. Check the docstring for wireframe for further information.

source


# Makie.AndType.
julia
And(left, right[, rest...])

Creates an And struct with the left and right argument for later evaluation. If more than two arguments are given a tree of And structs is created.

See also: Or, Not, ispressed, &

source


# Makie.NotType.
julia
Not(x)

Creates a Not struct with the given argument for later evaluation.

See also: And, Or, ispressed, !

source


# Makie.OrType.
julia
Or(left, right[, rest...])

Creates an Or struct with the left and right argument for later evaluation. If more than two arguments are given a tree of Or structs is created.

See also: And, Not, ispressed, |

source


+ \ No newline at end of file diff --git a/previews/PR3974/assets/16df48c.C47qO4wg.png b/previews/PR3974/assets/16df48c.C47qO4wg.png deleted file mode 100644 index 75928e585fc..00000000000 Binary files a/previews/PR3974/assets/16df48c.C47qO4wg.png and /dev/null differ diff --git a/previews/PR3974/assets/16df48c.DXu8EimJ.png b/previews/PR3974/assets/16df48c.DXu8EimJ.png new file mode 100644 index 00000000000..33ef0c32f94 Binary files /dev/null and b/previews/PR3974/assets/16df48c.DXu8EimJ.png differ diff --git a/previews/PR3974/assets/18ebtSP0DDN.Bt1TiiPK.png b/previews/PR3974/assets/18ebtSP0DDN.Bt1TiiPK.png new file mode 100644 index 00000000000..c2cfb68d89e Binary files /dev/null and b/previews/PR3974/assets/18ebtSP0DDN.Bt1TiiPK.png differ diff --git a/previews/PR3974/assets/1aea8c1.-6oH_XO-.png b/previews/PR3974/assets/1aea8c1.-6oH_XO-.png new file mode 100644 index 00000000000..31b9c1e7e6f Binary files /dev/null and b/previews/PR3974/assets/1aea8c1.-6oH_XO-.png differ diff --git a/previews/PR3974/assets/1aea8c1.BHcX9_Ms.png b/previews/PR3974/assets/1aea8c1.BHcX9_Ms.png deleted file mode 100644 index 0e255b564a3..00000000000 Binary files a/previews/PR3974/assets/1aea8c1.BHcX9_Ms.png and /dev/null differ diff --git a/previews/PR3974/assets/1b4811a.CBoZjske.png b/previews/PR3974/assets/1b4811a.CBoZjske.png new file mode 100644 index 00000000000..800976ccfeb Binary files /dev/null and b/previews/PR3974/assets/1b4811a.CBoZjske.png differ diff --git a/previews/PR3974/assets/1b4811a.VzI5b2v4.png b/previews/PR3974/assets/1b4811a.VzI5b2v4.png deleted file mode 100644 index 5a19fe357f7..00000000000 Binary files a/previews/PR3974/assets/1b4811a.VzI5b2v4.png and /dev/null differ diff --git a/previews/PR3974/assets/1e47cf7.BoEy5SLf.png b/previews/PR3974/assets/1e47cf7.BoEy5SLf.png deleted file mode 100644 index 75cb733d92b..00000000000 Binary files a/previews/PR3974/assets/1e47cf7.BoEy5SLf.png and /dev/null differ diff --git a/previews/PR3974/assets/1e47cf7.DVxm6Bjy.png b/previews/PR3974/assets/1e47cf7.DVxm6Bjy.png new file mode 100644 index 00000000000..a7e83960267 Binary files /dev/null and b/previews/PR3974/assets/1e47cf7.DVxm6Bjy.png differ diff --git a/previews/PR3974/assets/1qEz7mh6XRL.BZwJx65M.png b/previews/PR3974/assets/1qEz7mh6XRL.BZwJx65M.png new file mode 100644 index 00000000000..6b19d466944 Binary files /dev/null and b/previews/PR3974/assets/1qEz7mh6XRL.BZwJx65M.png differ diff --git a/previews/PR3974/assets/21d1dd0.Cgc4H0eN.png b/previews/PR3974/assets/21d1dd0.Cgc4H0eN.png deleted file mode 100644 index 36718a36b70..00000000000 Binary files a/previews/PR3974/assets/21d1dd0.Cgc4H0eN.png and /dev/null differ diff --git a/previews/PR3974/assets/21d1dd0.DuMi8TUP.png b/previews/PR3974/assets/21d1dd0.DuMi8TUP.png new file mode 100644 index 00000000000..3ddf2df8b6c Binary files /dev/null and b/previews/PR3974/assets/21d1dd0.DuMi8TUP.png differ diff --git a/previews/PR3974/assets/23d1a23.Dv7HuPUe.png b/previews/PR3974/assets/23d1a23.Dv7HuPUe.png deleted file mode 100644 index a0e8cf7a7c2..00000000000 Binary files a/previews/PR3974/assets/23d1a23.Dv7HuPUe.png and /dev/null differ diff --git a/previews/PR3974/assets/23d1a23.ej9SEg37.png b/previews/PR3974/assets/23d1a23.ej9SEg37.png new file mode 100644 index 00000000000..d9bbdabe5a0 Binary files /dev/null and b/previews/PR3974/assets/23d1a23.ej9SEg37.png differ diff --git a/previews/PR3974/assets/2451ce4.DGUp6AOw.png b/previews/PR3974/assets/2451ce4.DGUp6AOw.png new file mode 100644 index 00000000000..12640c9bdee Binary files /dev/null and b/previews/PR3974/assets/2451ce4.DGUp6AOw.png differ diff --git a/previews/PR3974/assets/2451ce4.Dq19LaBr.png b/previews/PR3974/assets/2451ce4.Dq19LaBr.png deleted file mode 100644 index 4f1c69c657a..00000000000 Binary files a/previews/PR3974/assets/2451ce4.Dq19LaBr.png and /dev/null differ diff --git a/previews/PR3974/assets/26kxkWnjF1B.CWDRW83x.png b/previews/PR3974/assets/26kxkWnjF1B.CWDRW83x.png new file mode 100644 index 00000000000..bf7af0d290f Binary files /dev/null and b/previews/PR3974/assets/26kxkWnjF1B.CWDRW83x.png differ diff --git a/previews/PR3974/assets/285ebfd.BO5fiiLv.png b/previews/PR3974/assets/285ebfd.BO5fiiLv.png deleted file mode 100644 index edbf37b0c16..00000000000 Binary files a/previews/PR3974/assets/285ebfd.BO5fiiLv.png and /dev/null differ diff --git a/previews/PR3974/assets/285ebfd.BPeN1Fr1.png b/previews/PR3974/assets/285ebfd.BPeN1Fr1.png new file mode 100644 index 00000000000..7b240996084 Binary files /dev/null and b/previews/PR3974/assets/285ebfd.BPeN1Fr1.png differ diff --git a/previews/PR3974/assets/2c57d9b.2utxWMdI.png b/previews/PR3974/assets/2c57d9b.2utxWMdI.png deleted file mode 100644 index ecf5f5ef438..00000000000 Binary files a/previews/PR3974/assets/2c57d9b.2utxWMdI.png and /dev/null differ diff --git a/previews/PR3974/assets/2c57d9b.X3YigYeh.png b/previews/PR3974/assets/2c57d9b.X3YigYeh.png new file mode 100644 index 00000000000..a5456182ce5 Binary files /dev/null and b/previews/PR3974/assets/2c57d9b.X3YigYeh.png differ diff --git a/previews/PR3974/assets/30d00d5.ysRf3EgP.png b/previews/PR3974/assets/30d00d5.BeX9roWc.png similarity index 71% rename from previews/PR3974/assets/30d00d5.ysRf3EgP.png rename to previews/PR3974/assets/30d00d5.BeX9roWc.png index f4559246c8d..ee41948eb22 100644 Binary files a/previews/PR3974/assets/30d00d5.ysRf3EgP.png and b/previews/PR3974/assets/30d00d5.BeX9roWc.png differ diff --git a/previews/PR3974/assets/33CLzEgeqMw.iI7_7g3Y.png b/previews/PR3974/assets/33CLzEgeqMw.iI7_7g3Y.png new file mode 100644 index 00000000000..a8db92f314c Binary files /dev/null and b/previews/PR3974/assets/33CLzEgeqMw.iI7_7g3Y.png differ diff --git a/previews/PR3974/assets/33fd2bd.B1upt9DO.png b/previews/PR3974/assets/33fd2bd.B1upt9DO.png deleted file mode 100644 index b95706868c5..00000000000 Binary files a/previews/PR3974/assets/33fd2bd.B1upt9DO.png and /dev/null differ diff --git a/previews/PR3974/assets/33fd2bd.DaDPUjF2.png b/previews/PR3974/assets/33fd2bd.DaDPUjF2.png new file mode 100644 index 00000000000..5f54a7d86fa Binary files /dev/null and b/previews/PR3974/assets/33fd2bd.DaDPUjF2.png differ diff --git a/previews/PR3974/assets/343cc1b.CWROj-3G.png b/previews/PR3974/assets/343cc1b.CWROj-3G.png deleted file mode 100644 index d0cc39d1e32..00000000000 Binary files a/previews/PR3974/assets/343cc1b.CWROj-3G.png and /dev/null differ diff --git a/previews/PR3974/assets/343cc1b.ceH2X2Qf.png b/previews/PR3974/assets/343cc1b.ceH2X2Qf.png new file mode 100644 index 00000000000..4fdc3d17c96 Binary files /dev/null and b/previews/PR3974/assets/343cc1b.ceH2X2Qf.png differ diff --git a/previews/PR3974/assets/35024f2.B8psDVWu.png b/previews/PR3974/assets/35024f2.B8psDVWu.png new file mode 100644 index 00000000000..a8b755e872e Binary files /dev/null and b/previews/PR3974/assets/35024f2.B8psDVWu.png differ diff --git a/previews/PR3974/assets/35024f2.DDLPUMJx.png b/previews/PR3974/assets/35024f2.DDLPUMJx.png deleted file mode 100644 index 35605d558c1..00000000000 Binary files a/previews/PR3974/assets/35024f2.DDLPUMJx.png and /dev/null differ diff --git a/previews/PR3974/assets/39b3b51.D_fvSifk.png b/previews/PR3974/assets/39b3b51.D_fvSifk.png deleted file mode 100644 index 50d3eea395a..00000000000 Binary files a/previews/PR3974/assets/39b3b51.D_fvSifk.png and /dev/null differ diff --git a/previews/PR3974/assets/39b3b51.eKbU5Hlo.png b/previews/PR3974/assets/39b3b51.eKbU5Hlo.png new file mode 100644 index 00000000000..7ce135cd064 Binary files /dev/null and b/previews/PR3974/assets/39b3b51.eKbU5Hlo.png differ diff --git a/previews/PR3974/assets/3dBaatL71Af.DfpnKVvv.png b/previews/PR3974/assets/3dBaatL71Af.DfpnKVvv.png deleted file mode 100644 index fe43250cddb..00000000000 Binary files a/previews/PR3974/assets/3dBaatL71Af.DfpnKVvv.png and /dev/null differ diff --git a/previews/PR3974/assets/3gCKLBpeLlb.DgaIPNV4.png b/previews/PR3974/assets/3gCKLBpeLlb.DgaIPNV4.png deleted file mode 100644 index 8fcbef1abf8..00000000000 Binary files a/previews/PR3974/assets/3gCKLBpeLlb.DgaIPNV4.png and /dev/null differ diff --git a/previews/PR3974/assets/3hNi1PQSYjl.RNcbencx.png b/previews/PR3974/assets/3hNi1PQSYjl.RNcbencx.png deleted file mode 100644 index 151492f9635..00000000000 Binary files a/previews/PR3974/assets/3hNi1PQSYjl.RNcbencx.png and /dev/null differ diff --git a/previews/PR3974/assets/3pJZk3z8vzz.DOxELrzg.png b/previews/PR3974/assets/3pJZk3z8vzz.DOxELrzg.png deleted file mode 100644 index 3ab2334a2fe..00000000000 Binary files a/previews/PR3974/assets/3pJZk3z8vzz.DOxELrzg.png and /dev/null differ diff --git a/previews/PR3974/assets/3pmpXrakZ01.Bv3OJ0DO.png b/previews/PR3974/assets/3pmpXrakZ01.Bv3OJ0DO.png deleted file mode 100644 index d0bd6254ffc..00000000000 Binary files a/previews/PR3974/assets/3pmpXrakZ01.Bv3OJ0DO.png and /dev/null differ diff --git a/previews/PR3974/assets/426b9cc.D_iudrpL.svg b/previews/PR3974/assets/426b9cc.CvaxSITt.svg similarity index 98% rename from previews/PR3974/assets/426b9cc.D_iudrpL.svg rename to previews/PR3974/assets/426b9cc.CvaxSITt.svg index 736e72093fa..0305f31329c 100644 --- a/previews/PR3974/assets/426b9cc.D_iudrpL.svg +++ b/previews/PR3974/assets/426b9cc.CvaxSITt.svg @@ -2,74 +2,74 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -84,97 +84,97 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + diff --git a/previews/PR3974/assets/4374085.8ZMvaEXB.png b/previews/PR3974/assets/4374085.8ZMvaEXB.png deleted file mode 100644 index 080e05ee799..00000000000 Binary files a/previews/PR3974/assets/4374085.8ZMvaEXB.png and /dev/null differ diff --git a/previews/PR3974/assets/4374085.BcuYO1tJ.png b/previews/PR3974/assets/4374085.BcuYO1tJ.png new file mode 100644 index 00000000000..429ff599463 Binary files /dev/null and b/previews/PR3974/assets/4374085.BcuYO1tJ.png differ diff --git a/previews/PR3974/assets/487zbwoKGRk.BNwNJHX0.png b/previews/PR3974/assets/487zbwoKGRk.BNwNJHX0.png deleted file mode 100644 index f3eb5744635..00000000000 Binary files a/previews/PR3974/assets/487zbwoKGRk.BNwNJHX0.png and /dev/null differ diff --git a/previews/PR3974/assets/4QEiIYL4Vhl.D6_549yM.png b/previews/PR3974/assets/4QEiIYL4Vhl.D6_549yM.png deleted file mode 100644 index a897fef646d..00000000000 Binary files a/previews/PR3974/assets/4QEiIYL4Vhl.D6_549yM.png and /dev/null differ diff --git a/previews/PR3974/assets/4X8HrBvu3Rv.CgQVvsCc.png b/previews/PR3974/assets/4X8HrBvu3Rv.CgQVvsCc.png deleted file mode 100644 index f25ca1eb45d..00000000000 Binary files a/previews/PR3974/assets/4X8HrBvu3Rv.CgQVvsCc.png and /dev/null differ diff --git a/previews/PR3974/assets/4kp8oG7IPJq.CgkSp_Qh.png b/previews/PR3974/assets/4kp8oG7IPJq.CgkSp_Qh.png deleted file mode 100644 index f34603748bb..00000000000 Binary files a/previews/PR3974/assets/4kp8oG7IPJq.CgkSp_Qh.png and /dev/null differ diff --git a/previews/PR3974/assets/4rOPRFD6MUD.BHLMGx-r.png b/previews/PR3974/assets/4rOPRFD6MUD.BHLMGx-r.png new file mode 100644 index 00000000000..1c299324262 Binary files /dev/null and b/previews/PR3974/assets/4rOPRFD6MUD.BHLMGx-r.png differ diff --git a/previews/PR3974/assets/515d964.BOIUPcnq.png b/previews/PR3974/assets/515d964.BOIUPcnq.png new file mode 100644 index 00000000000..bfb1130ea7c Binary files /dev/null and b/previews/PR3974/assets/515d964.BOIUPcnq.png differ diff --git a/previews/PR3974/assets/515d964.BvZH1yuW.png b/previews/PR3974/assets/515d964.BvZH1yuW.png deleted file mode 100644 index ff43c699e63..00000000000 Binary files a/previews/PR3974/assets/515d964.BvZH1yuW.png and /dev/null differ diff --git a/previews/PR3974/assets/51697e4.BeQiUB4S.png b/previews/PR3974/assets/51697e4.BeQiUB4S.png deleted file mode 100644 index 8bd38a93827..00000000000 Binary files a/previews/PR3974/assets/51697e4.BeQiUB4S.png and /dev/null differ diff --git a/previews/PR3974/assets/51697e4.DYUaDeaa.png b/previews/PR3974/assets/51697e4.DYUaDeaa.png new file mode 100644 index 00000000000..fd3d79a8e65 Binary files /dev/null and b/previews/PR3974/assets/51697e4.DYUaDeaa.png differ diff --git a/previews/PR3974/assets/530ea5c.BrCUVvdW.png b/previews/PR3974/assets/530ea5c.BrCUVvdW.png new file mode 100644 index 00000000000..2fbeab271d4 Binary files /dev/null and b/previews/PR3974/assets/530ea5c.BrCUVvdW.png differ diff --git a/previews/PR3974/assets/530ea5c.Me3Jawyt.png b/previews/PR3974/assets/530ea5c.Me3Jawyt.png deleted file mode 100644 index 56e873e90b3..00000000000 Binary files a/previews/PR3974/assets/530ea5c.Me3Jawyt.png and /dev/null differ diff --git a/previews/PR3974/assets/552291a.15HWzgG7.png b/previews/PR3974/assets/552291a.15HWzgG7.png deleted file mode 100644 index 355b8033137..00000000000 Binary files a/previews/PR3974/assets/552291a.15HWzgG7.png and /dev/null differ diff --git a/previews/PR3974/assets/552291a.bosNsb32.png b/previews/PR3974/assets/552291a.bosNsb32.png new file mode 100644 index 00000000000..b14544adb98 Binary files /dev/null and b/previews/PR3974/assets/552291a.bosNsb32.png differ diff --git a/previews/PR3974/assets/5876d7b.B3DhEZ6x.png b/previews/PR3974/assets/5876d7b.B3DhEZ6x.png new file mode 100644 index 00000000000..bbe58d65c9a Binary files /dev/null and b/previews/PR3974/assets/5876d7b.B3DhEZ6x.png differ diff --git a/previews/PR3974/assets/5876d7b.DPe_VCBK.png b/previews/PR3974/assets/5876d7b.DPe_VCBK.png deleted file mode 100644 index 958bffcf0d7..00000000000 Binary files a/previews/PR3974/assets/5876d7b.DPe_VCBK.png and /dev/null differ diff --git a/previews/PR3974/assets/5Iy8oIV1Dfp.j8KhTRMw.png b/previews/PR3974/assets/5Iy8oIV1Dfp.j8KhTRMw.png new file mode 100644 index 00000000000..0ddcd595e46 Binary files /dev/null and b/previews/PR3974/assets/5Iy8oIV1Dfp.j8KhTRMw.png differ diff --git a/previews/PR3974/assets/5a0b552.DEgFo6nR.png b/previews/PR3974/assets/5a0b552.DEgFo6nR.png new file mode 100644 index 00000000000..07ea3883542 Binary files /dev/null and b/previews/PR3974/assets/5a0b552.DEgFo6nR.png differ diff --git a/previews/PR3974/assets/5a0b552.DkwWwz7g.png b/previews/PR3974/assets/5a0b552.DkwWwz7g.png deleted file mode 100644 index 55f206359f5..00000000000 Binary files a/previews/PR3974/assets/5a0b552.DkwWwz7g.png and /dev/null differ diff --git a/previews/PR3974/assets/5be8e22.BmDJs3V_.png b/previews/PR3974/assets/5be8e22.BmDJs3V_.png deleted file mode 100644 index c0d48ec30f3..00000000000 Binary files a/previews/PR3974/assets/5be8e22.BmDJs3V_.png and /dev/null differ diff --git a/previews/PR3974/assets/5be8e22.DENDwcon.png b/previews/PR3974/assets/5be8e22.DENDwcon.png new file mode 100644 index 00000000000..3737cbf3231 Binary files /dev/null and b/previews/PR3974/assets/5be8e22.DENDwcon.png differ diff --git a/previews/PR3974/assets/5jTKNNUDDua.jnrbp5As.png b/previews/PR3974/assets/5jTKNNUDDua.jnrbp5As.png deleted file mode 100644 index 58049716b6e..00000000000 Binary files a/previews/PR3974/assets/5jTKNNUDDua.jnrbp5As.png and /dev/null differ diff --git a/previews/PR3974/assets/66a97e6.CQOqECs0.png b/previews/PR3974/assets/66a97e6.CQOqECs0.png deleted file mode 100644 index 74695f8f4fe..00000000000 Binary files a/previews/PR3974/assets/66a97e6.CQOqECs0.png and /dev/null differ diff --git a/previews/PR3974/assets/66a97e6.UnLPqpzB.png b/previews/PR3974/assets/66a97e6.UnLPqpzB.png new file mode 100644 index 00000000000..b1851b6af64 Binary files /dev/null and b/previews/PR3974/assets/66a97e6.UnLPqpzB.png differ diff --git a/previews/PR3974/assets/6808001.BuCKBpk_.png b/previews/PR3974/assets/6808001.BuCKBpk_.png new file mode 100644 index 00000000000..c1c655c558d Binary files /dev/null and b/previews/PR3974/assets/6808001.BuCKBpk_.png differ diff --git a/previews/PR3974/assets/6808001.Cbd3Drfx.png b/previews/PR3974/assets/6808001.Cbd3Drfx.png deleted file mode 100644 index 923ed5f0b60..00000000000 Binary files a/previews/PR3974/assets/6808001.Cbd3Drfx.png and /dev/null differ diff --git a/previews/PR3974/assets/68v4UB3ecoE.DZKbAVaG.png b/previews/PR3974/assets/68v4UB3ecoE.DZKbAVaG.png new file mode 100644 index 00000000000..af08ae0f54d Binary files /dev/null and b/previews/PR3974/assets/68v4UB3ecoE.DZKbAVaG.png differ diff --git a/previews/PR3974/assets/6A09Y1C7IEE.D1hPjAYP.png b/previews/PR3974/assets/6A09Y1C7IEE.D1hPjAYP.png deleted file mode 100644 index 3ff2671e4e6..00000000000 Binary files a/previews/PR3974/assets/6A09Y1C7IEE.D1hPjAYP.png and /dev/null differ diff --git a/previews/PR3974/assets/6I2SsVGDJWX.C00VbIka.png b/previews/PR3974/assets/6I2SsVGDJWX.C00VbIka.png new file mode 100644 index 00000000000..409297b0158 Binary files /dev/null and b/previews/PR3974/assets/6I2SsVGDJWX.C00VbIka.png differ diff --git a/previews/PR3974/assets/6b2ad0a.BQstkJYM.png b/previews/PR3974/assets/6b2ad0a.BQstkJYM.png deleted file mode 100644 index fb0531dc7f2..00000000000 Binary files a/previews/PR3974/assets/6b2ad0a.BQstkJYM.png and /dev/null differ diff --git a/previews/PR3974/assets/6b2ad0a.DFvi3Qbt.png b/previews/PR3974/assets/6b2ad0a.DFvi3Qbt.png new file mode 100644 index 00000000000..2356f29432a Binary files /dev/null and b/previews/PR3974/assets/6b2ad0a.DFvi3Qbt.png differ diff --git a/previews/PR3974/assets/6ln4vIz9xkZ.CWU_RzcJ.png b/previews/PR3974/assets/6ln4vIz9xkZ.CWU_RzcJ.png deleted file mode 100644 index 7d5d1290b7a..00000000000 Binary files a/previews/PR3974/assets/6ln4vIz9xkZ.CWU_RzcJ.png and /dev/null differ diff --git a/previews/PR3974/assets/6qJcmcOJMra.Qioqmoq8.png b/previews/PR3974/assets/6qJcmcOJMra.Qioqmoq8.png new file mode 100644 index 00000000000..76bd8503ac6 Binary files /dev/null and b/previews/PR3974/assets/6qJcmcOJMra.Qioqmoq8.png differ diff --git a/previews/PR3974/assets/6vBwSx8zuRc.CME3Ibu6.png b/previews/PR3974/assets/6vBwSx8zuRc.CME3Ibu6.png deleted file mode 100644 index 581c84dd8f5..00000000000 Binary files a/previews/PR3974/assets/6vBwSx8zuRc.CME3Ibu6.png and /dev/null differ diff --git a/previews/PR3974/assets/6vEvsj52Bhm.CD4rOqYE.png b/previews/PR3974/assets/6vEvsj52Bhm.CD4rOqYE.png new file mode 100644 index 00000000000..9cfe3725849 Binary files /dev/null and b/previews/PR3974/assets/6vEvsj52Bhm.CD4rOqYE.png differ diff --git a/previews/PR3974/assets/6wsby74rLWX.DYYcrs0z.png b/previews/PR3974/assets/6wsby74rLWX.DYYcrs0z.png new file mode 100644 index 00000000000..bb847e2b028 Binary files /dev/null and b/previews/PR3974/assets/6wsby74rLWX.DYYcrs0z.png differ diff --git a/previews/PR3974/assets/73bXoeQ9t5u.BPlraCBN.png b/previews/PR3974/assets/73bXoeQ9t5u.BPlraCBN.png new file mode 100644 index 00000000000..e682354512e Binary files /dev/null and b/previews/PR3974/assets/73bXoeQ9t5u.BPlraCBN.png differ diff --git a/previews/PR3974/assets/7521e8f.BH9NFkas.svg b/previews/PR3974/assets/7521e8f.B80HtE1Q.svg similarity index 90% rename from previews/PR3974/assets/7521e8f.BH9NFkas.svg rename to previews/PR3974/assets/7521e8f.B80HtE1Q.svg index e00913604e9..f17842af930 100644 --- a/previews/PR3974/assets/7521e8f.BH9NFkas.svg +++ b/previews/PR3974/assets/7521e8f.B80HtE1Q.svg @@ -2,77 +2,77 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -87,97 +87,97 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + diff --git a/previews/PR3974/assets/75ebc95.g41NOJjo.png b/previews/PR3974/assets/75ebc95.g41NOJjo.png new file mode 100644 index 00000000000..493d150792c Binary files /dev/null and b/previews/PR3974/assets/75ebc95.g41NOJjo.png differ diff --git a/previews/PR3974/assets/75ebc95.zECAvokV.png b/previews/PR3974/assets/75ebc95.zECAvokV.png deleted file mode 100644 index 7add76b4d37..00000000000 Binary files a/previews/PR3974/assets/75ebc95.zECAvokV.png and /dev/null differ diff --git a/previews/PR3974/assets/782651c.4_8rFDeH.png b/previews/PR3974/assets/782651c.4_8rFDeH.png deleted file mode 100644 index 4eedda3b363..00000000000 Binary files a/previews/PR3974/assets/782651c.4_8rFDeH.png and /dev/null differ diff --git a/previews/PR3974/assets/782651c.hCSK9857.png b/previews/PR3974/assets/782651c.hCSK9857.png new file mode 100644 index 00000000000..b2eadb6f13b Binary files /dev/null and b/previews/PR3974/assets/782651c.hCSK9857.png differ diff --git a/previews/PR3974/assets/7AA8tNP1duy.BaTKJAuH.png b/previews/PR3974/assets/7AA8tNP1duy.BaTKJAuH.png new file mode 100644 index 00000000000..50d0fd5074b Binary files /dev/null and b/previews/PR3974/assets/7AA8tNP1duy.BaTKJAuH.png differ diff --git a/previews/PR3974/assets/7JuvAuXrmpi.BYFyIJRa.png b/previews/PR3974/assets/7JuvAuXrmpi.BYFyIJRa.png new file mode 100644 index 00000000000..14bbf55ffbe Binary files /dev/null and b/previews/PR3974/assets/7JuvAuXrmpi.BYFyIJRa.png differ diff --git a/previews/PR3974/assets/7ac816d.Civ42Kss.png b/previews/PR3974/assets/7ac816d.Civ42Kss.png deleted file mode 100644 index 7e05d4f802d..00000000000 Binary files a/previews/PR3974/assets/7ac816d.Civ42Kss.png and /dev/null differ diff --git a/previews/PR3974/assets/7ac816d.CyMGHuAJ.png b/previews/PR3974/assets/7ac816d.CyMGHuAJ.png new file mode 100644 index 00000000000..a73d154aa01 Binary files /dev/null and b/previews/PR3974/assets/7ac816d.CyMGHuAJ.png differ diff --git a/previews/PR3974/assets/7e20f25.Bj5MyVh5.png b/previews/PR3974/assets/7e20f25.Bj5MyVh5.png new file mode 100644 index 00000000000..7052b853869 Binary files /dev/null and b/previews/PR3974/assets/7e20f25.Bj5MyVh5.png differ diff --git a/previews/PR3974/assets/7e20f25.SBOsXMCo.png b/previews/PR3974/assets/7e20f25.SBOsXMCo.png deleted file mode 100644 index cb115999e70..00000000000 Binary files a/previews/PR3974/assets/7e20f25.SBOsXMCo.png and /dev/null differ diff --git a/previews/PR3974/assets/7mnM9cDrWxL.Bhqa0O_O.png b/previews/PR3974/assets/7mnM9cDrWxL.Bhqa0O_O.png new file mode 100644 index 00000000000..f5dd148e77d Binary files /dev/null and b/previews/PR3974/assets/7mnM9cDrWxL.Bhqa0O_O.png differ diff --git a/previews/PR3974/assets/7q4l7MmbYZy.B5vIj9HS.png b/previews/PR3974/assets/7q4l7MmbYZy.B5vIj9HS.png new file mode 100644 index 00000000000..030a54a447a Binary files /dev/null and b/previews/PR3974/assets/7q4l7MmbYZy.B5vIj9HS.png differ diff --git a/previews/PR3974/assets/7umsbFZKZ0b.DSC8DdOb.png b/previews/PR3974/assets/7umsbFZKZ0b.DSC8DdOb.png deleted file mode 100644 index 46fd16ce09c..00000000000 Binary files a/previews/PR3974/assets/7umsbFZKZ0b.DSC8DdOb.png and /dev/null differ diff --git a/previews/PR3974/assets/83a0c7e.CXuvPrJ_.png b/previews/PR3974/assets/83a0c7e.Bf5Va-Ad.png similarity index 59% rename from previews/PR3974/assets/83a0c7e.CXuvPrJ_.png rename to previews/PR3974/assets/83a0c7e.Bf5Va-Ad.png index 4130dac551c..6167257cae9 100644 Binary files a/previews/PR3974/assets/83a0c7e.CXuvPrJ_.png and b/previews/PR3974/assets/83a0c7e.Bf5Va-Ad.png differ diff --git a/previews/PR3974/assets/83e42ee.A50-vlaR.png b/previews/PR3974/assets/83e42ee.A50-vlaR.png deleted file mode 100644 index 2eef948d448..00000000000 Binary files a/previews/PR3974/assets/83e42ee.A50-vlaR.png and /dev/null differ diff --git a/previews/PR3974/assets/83e42ee.eCbTlkO1.png b/previews/PR3974/assets/83e42ee.eCbTlkO1.png new file mode 100644 index 00000000000..988f36f86f6 Binary files /dev/null and b/previews/PR3974/assets/83e42ee.eCbTlkO1.png differ diff --git a/previews/PR3974/assets/86a5ff1.CIis82n7.png b/previews/PR3974/assets/86a5ff1.CnH-H-y0.png similarity index 56% rename from previews/PR3974/assets/86a5ff1.CIis82n7.png rename to previews/PR3974/assets/86a5ff1.CnH-H-y0.png index 45aa4fd70b5..6e46860eacc 100644 Binary files a/previews/PR3974/assets/86a5ff1.CIis82n7.png and b/previews/PR3974/assets/86a5ff1.CnH-H-y0.png differ diff --git a/previews/PR3974/assets/87wg2baA2c6.BmvjHom8.png b/previews/PR3974/assets/87wg2baA2c6.BmvjHom8.png deleted file mode 100644 index 0e4146c3ff0..00000000000 Binary files a/previews/PR3974/assets/87wg2baA2c6.BmvjHom8.png and /dev/null differ diff --git a/previews/PR3974/assets/8AA2nB8YZKE.B5m5J1e2.png b/previews/PR3974/assets/8AA2nB8YZKE.B5m5J1e2.png deleted file mode 100644 index be9022c5c3e..00000000000 Binary files a/previews/PR3974/assets/8AA2nB8YZKE.B5m5J1e2.png and /dev/null differ diff --git a/previews/PR3974/assets/8bba17d.BvLRDlyQ.png b/previews/PR3974/assets/8bba17d.CQF9qSkG.png similarity index 69% rename from previews/PR3974/assets/8bba17d.BvLRDlyQ.png rename to previews/PR3974/assets/8bba17d.CQF9qSkG.png index ba89ef44fbc..5d47e6502ea 100644 Binary files a/previews/PR3974/assets/8bba17d.BvLRDlyQ.png and b/previews/PR3974/assets/8bba17d.CQF9qSkG.png differ diff --git a/previews/PR3974/assets/8be970d.DL88B_AF.png b/previews/PR3974/assets/8be970d.DL88B_AF.png deleted file mode 100644 index 504f0db9b5a..00000000000 Binary files a/previews/PR3974/assets/8be970d.DL88B_AF.png and /dev/null differ diff --git a/previews/PR3974/assets/8be970d.DzxrXZaK.png b/previews/PR3974/assets/8be970d.DzxrXZaK.png new file mode 100644 index 00000000000..c9e675f0c9c Binary files /dev/null and b/previews/PR3974/assets/8be970d.DzxrXZaK.png differ diff --git a/previews/PR3974/assets/8cZ1KppCMml.oJrLbtLv.png b/previews/PR3974/assets/8cZ1KppCMml.oJrLbtLv.png deleted file mode 100644 index 79c1cbe4d84..00000000000 Binary files a/previews/PR3974/assets/8cZ1KppCMml.oJrLbtLv.png and /dev/null differ diff --git a/previews/PR3974/assets/8i5zu7AZx6H.BvLd9qYm.png b/previews/PR3974/assets/8i5zu7AZx6H.BvLd9qYm.png deleted file mode 100644 index 41a8c6f7938..00000000000 Binary files a/previews/PR3974/assets/8i5zu7AZx6H.BvLd9qYm.png and /dev/null differ diff --git a/previews/PR3974/assets/8s4judQJZ1v.DjExQ8gw.png b/previews/PR3974/assets/8s4judQJZ1v.DjExQ8gw.png new file mode 100644 index 00000000000..731f43e93ae Binary files /dev/null and b/previews/PR3974/assets/8s4judQJZ1v.DjExQ8gw.png differ diff --git a/previews/PR3974/assets/90d960b.DyLQhO8b.png b/previews/PR3974/assets/90d960b.DkHs_a3Q.png similarity index 61% rename from previews/PR3974/assets/90d960b.DyLQhO8b.png rename to previews/PR3974/assets/90d960b.DkHs_a3Q.png index 85590dffdcf..c0f87ae9996 100644 Binary files a/previews/PR3974/assets/90d960b.DyLQhO8b.png and b/previews/PR3974/assets/90d960b.DkHs_a3Q.png differ diff --git a/previews/PR3974/assets/9bqfx1PwZgr.Ni5u5B7R.png b/previews/PR3974/assets/921kPFDdHSz.BPyCuZlW.png similarity index 99% rename from previews/PR3974/assets/9bqfx1PwZgr.Ni5u5B7R.png rename to previews/PR3974/assets/921kPFDdHSz.BPyCuZlW.png index 2f84c797f57..dbcb14b8d35 100644 Binary files a/previews/PR3974/assets/9bqfx1PwZgr.Ni5u5B7R.png and b/previews/PR3974/assets/921kPFDdHSz.BPyCuZlW.png differ diff --git a/previews/PR3974/assets/9498a79.CyiOqcX8.png b/previews/PR3974/assets/9498a79.CyiOqcX8.png deleted file mode 100644 index a62d5f5465f..00000000000 Binary files a/previews/PR3974/assets/9498a79.CyiOqcX8.png and /dev/null differ diff --git a/previews/PR3974/assets/9498a79.pvhK8bFi.png b/previews/PR3974/assets/9498a79.pvhK8bFi.png new file mode 100644 index 00000000000..f9e03482c1f Binary files /dev/null and b/previews/PR3974/assets/9498a79.pvhK8bFi.png differ diff --git a/previews/PR3974/assets/94ed28c.Bm3q_dqm.png b/previews/PR3974/assets/94ed28c.Bm3q_dqm.png new file mode 100644 index 00000000000..fe23e987319 Binary files /dev/null and b/previews/PR3974/assets/94ed28c.Bm3q_dqm.png differ diff --git a/previews/PR3974/assets/94ed28c.HXERpE2m.png b/previews/PR3974/assets/94ed28c.HXERpE2m.png deleted file mode 100644 index e8c29c48261..00000000000 Binary files a/previews/PR3974/assets/94ed28c.HXERpE2m.png and /dev/null differ diff --git a/previews/PR3974/assets/9793d76.IGUl_DJK.png b/previews/PR3974/assets/9793d76.eImUNeER.png similarity index 87% rename from previews/PR3974/assets/9793d76.IGUl_DJK.png rename to previews/PR3974/assets/9793d76.eImUNeER.png index 83cca5fe353..ce53d2faded 100644 Binary files a/previews/PR3974/assets/9793d76.IGUl_DJK.png and b/previews/PR3974/assets/9793d76.eImUNeER.png differ diff --git a/previews/PR3974/assets/9PAEPJY96Ny.CiAirlXC.png b/previews/PR3974/assets/9PAEPJY96Ny.CiAirlXC.png deleted file mode 100644 index d388de98d68..00000000000 Binary files a/previews/PR3974/assets/9PAEPJY96Ny.CiAirlXC.png and /dev/null differ diff --git a/previews/PR3974/assets/9SADsVOD9ww.BNCxRZYo.png b/previews/PR3974/assets/9SADsVOD9ww.BNCxRZYo.png new file mode 100644 index 00000000000..f477eb7828a Binary files /dev/null and b/previews/PR3974/assets/9SADsVOD9ww.BNCxRZYo.png differ diff --git a/previews/PR3974/assets/9cbN61Y9qHS.CAzUFMK2.png b/previews/PR3974/assets/9cbN61Y9qHS.CAzUFMK2.png new file mode 100644 index 00000000000..66038b7869f Binary files /dev/null and b/previews/PR3974/assets/9cbN61Y9qHS.CAzUFMK2.png differ diff --git a/previews/PR3974/assets/9nLlyGxvuSU.D2R3UWZy.png b/previews/PR3974/assets/9nLlyGxvuSU.D2R3UWZy.png new file mode 100644 index 00000000000..13162c4bd3f Binary files /dev/null and b/previews/PR3974/assets/9nLlyGxvuSU.D2R3UWZy.png differ diff --git a/previews/PR3974/assets/9qDHQ00IAcV.DKnmbGTW.png b/previews/PR3974/assets/9qDHQ00IAcV.DKnmbGTW.png new file mode 100644 index 00000000000..131c4ce8d4d Binary files /dev/null and b/previews/PR3974/assets/9qDHQ00IAcV.DKnmbGTW.png differ diff --git a/previews/PR3974/assets/AYTfmMgaugw.5NjFEN1B.png b/previews/PR3974/assets/AYTfmMgaugw.5NjFEN1B.png new file mode 100644 index 00000000000..d115cba3c44 Binary files /dev/null and b/previews/PR3974/assets/AYTfmMgaugw.5NjFEN1B.png differ diff --git a/previews/PR3974/assets/BJD2Cfjn3wD.BQOCV_rz.png b/previews/PR3974/assets/BJD2Cfjn3wD.BQOCV_rz.png new file mode 100644 index 00000000000..ec49fd916ca Binary files /dev/null and b/previews/PR3974/assets/BJD2Cfjn3wD.BQOCV_rz.png differ diff --git a/previews/PR3974/assets/BPas8QLIiiL.By5qzhmg.png b/previews/PR3974/assets/BPas8QLIiiL.By5qzhmg.png new file mode 100644 index 00000000000..118e668d582 Binary files /dev/null and b/previews/PR3974/assets/BPas8QLIiiL.By5qzhmg.png differ diff --git a/previews/PR3974/assets/BVry1aCMlKf.gkKqxGH3.png b/previews/PR3974/assets/BVry1aCMlKf.gkKqxGH3.png deleted file mode 100644 index a125d004e66..00000000000 Binary files a/previews/PR3974/assets/BVry1aCMlKf.gkKqxGH3.png and /dev/null differ diff --git a/previews/PR3974/assets/BYxlp7wWbft.f16UWIY_.png b/previews/PR3974/assets/BYxlp7wWbft.f16UWIY_.png new file mode 100644 index 00000000000..082fa488b96 Binary files /dev/null and b/previews/PR3974/assets/BYxlp7wWbft.f16UWIY_.png differ diff --git a/previews/PR3974/assets/BeWXo3cNRlL.CiLakDSl.png b/previews/PR3974/assets/BeWXo3cNRlL.CiLakDSl.png new file mode 100644 index 00000000000..3135fb343de Binary files /dev/null and b/previews/PR3974/assets/BeWXo3cNRlL.CiLakDSl.png differ diff --git a/previews/PR3974/assets/C2FsBGTHsnF.CIePcabi.png b/previews/PR3974/assets/C2FsBGTHsnF.CIePcabi.png new file mode 100644 index 00000000000..0b95562e2c1 Binary files /dev/null and b/previews/PR3974/assets/C2FsBGTHsnF.CIePcabi.png differ diff --git a/previews/PR3974/assets/D7WG52WxX5A.BAoB_F6_.png b/previews/PR3974/assets/D7WG52WxX5A.BAoB_F6_.png new file mode 100644 index 00000000000..311322e9aaf Binary files /dev/null and b/previews/PR3974/assets/D7WG52WxX5A.BAoB_F6_.png differ diff --git a/previews/PR3974/assets/DHyx2IoWzq1.Bbd5oLsn.png b/previews/PR3974/assets/DHyx2IoWzq1.Bbd5oLsn.png deleted file mode 100644 index 5426b6c965c..00000000000 Binary files a/previews/PR3974/assets/DHyx2IoWzq1.Bbd5oLsn.png and /dev/null differ diff --git a/previews/PR3974/assets/E6yMqs6cAcA.BzmQYYvL.png b/previews/PR3974/assets/E6yMqs6cAcA.BzmQYYvL.png new file mode 100644 index 00000000000..5f1d7b5a4a0 Binary files /dev/null and b/previews/PR3974/assets/E6yMqs6cAcA.BzmQYYvL.png differ diff --git a/previews/PR3974/assets/EBp3c1eQDLo.Bs5bp6e-.png b/previews/PR3974/assets/EBp3c1eQDLo.Bs5bp6e-.png new file mode 100644 index 00000000000..6e88530e2af Binary files /dev/null and b/previews/PR3974/assets/EBp3c1eQDLo.Bs5bp6e-.png differ diff --git a/previews/PR3974/assets/FIk80nrq4rB.BBr0DIt8.png b/previews/PR3974/assets/FIk80nrq4rB.BBr0DIt8.png new file mode 100644 index 00000000000..68408fa4439 Binary files /dev/null and b/previews/PR3974/assets/FIk80nrq4rB.BBr0DIt8.png differ diff --git a/previews/PR3974/assets/FLs5M9K4GNz.CinvNEuy.png b/previews/PR3974/assets/FLs5M9K4GNz.CinvNEuy.png new file mode 100644 index 00000000000..005bead160f Binary files /dev/null and b/previews/PR3974/assets/FLs5M9K4GNz.CinvNEuy.png differ diff --git a/previews/PR3974/assets/FS4PaT0onD5.CeSUF4Xf.png b/previews/PR3974/assets/FS4PaT0onD5.CeSUF4Xf.png deleted file mode 100644 index 24f532fab53..00000000000 Binary files a/previews/PR3974/assets/FS4PaT0onD5.CeSUF4Xf.png and /dev/null differ diff --git a/previews/PR3974/assets/FaYmdUFO40P.UwEJTeGp.png b/previews/PR3974/assets/FaYmdUFO40P.UwEJTeGp.png deleted file mode 100644 index d2b0457e098..00000000000 Binary files a/previews/PR3974/assets/FaYmdUFO40P.UwEJTeGp.png and /dev/null differ diff --git a/previews/PR3974/assets/FprflldNc78.CvTRYPRp.png b/previews/PR3974/assets/FprflldNc78.CvTRYPRp.png new file mode 100644 index 00000000000..1c740c809a6 Binary files /dev/null and b/previews/PR3974/assets/FprflldNc78.CvTRYPRp.png differ diff --git a/previews/PR3974/assets/GGJV7k0a2gy.ss4WzHxd.png b/previews/PR3974/assets/GGJV7k0a2gy.ss4WzHxd.png deleted file mode 100644 index e7588caf8e0..00000000000 Binary files a/previews/PR3974/assets/GGJV7k0a2gy.ss4WzHxd.png and /dev/null differ diff --git a/previews/PR3974/assets/GWhuRTlLFRW.Cllq_A0M.png b/previews/PR3974/assets/GWhuRTlLFRW.Cllq_A0M.png deleted file mode 100644 index 53c319e87a3..00000000000 Binary files a/previews/PR3974/assets/GWhuRTlLFRW.Cllq_A0M.png and /dev/null differ diff --git a/previews/PR3974/assets/Ge9vp1KWS5D.C-lHbZMo.png b/previews/PR3974/assets/Ge9vp1KWS5D.C-lHbZMo.png new file mode 100644 index 00000000000..a836c788166 Binary files /dev/null and b/previews/PR3974/assets/Ge9vp1KWS5D.C-lHbZMo.png differ diff --git a/previews/PR3974/assets/H6vNr7lYBUD.Cy-YwHUF.png b/previews/PR3974/assets/H6vNr7lYBUD.Cy-YwHUF.png deleted file mode 100644 index 35f63fb589f..00000000000 Binary files a/previews/PR3974/assets/H6vNr7lYBUD.Cy-YwHUF.png and /dev/null differ diff --git a/previews/PR3974/assets/H9h81XCFYAQ.to-TeWit.png b/previews/PR3974/assets/H9h81XCFYAQ.to-TeWit.png new file mode 100644 index 00000000000..c5f10b2f7a4 Binary files /dev/null and b/previews/PR3974/assets/H9h81XCFYAQ.to-TeWit.png differ diff --git a/previews/PR3974/assets/HpdqpXYIx2C.ujahSkC3.png b/previews/PR3974/assets/HpdqpXYIx2C.ujahSkC3.png deleted file mode 100644 index ad3a2cd5641..00000000000 Binary files a/previews/PR3974/assets/HpdqpXYIx2C.ujahSkC3.png and /dev/null differ diff --git a/previews/PR3974/assets/IGSzaUWAhle.DeQgtWj5.png b/previews/PR3974/assets/IGSzaUWAhle.DeQgtWj5.png new file mode 100644 index 00000000000..795a3906418 Binary files /dev/null and b/previews/PR3974/assets/IGSzaUWAhle.DeQgtWj5.png differ diff --git a/previews/PR3974/assets/IVuYuBLHdJ.BC0UkukA.png b/previews/PR3974/assets/IVuYuBLHdJ.BC0UkukA.png deleted file mode 100644 index daaacff6db0..00000000000 Binary files a/previews/PR3974/assets/IVuYuBLHdJ.BC0UkukA.png and /dev/null differ diff --git a/previews/PR3974/assets/IWftFxfJw6Y.CTD7Icge.png b/previews/PR3974/assets/IWftFxfJw6Y.CTD7Icge.png deleted file mode 100644 index b87c86b1517..00000000000 Binary files a/previews/PR3974/assets/IWftFxfJw6Y.CTD7Icge.png and /dev/null differ diff --git a/previews/PR3974/assets/Ih8TYTj0Ulb.7tm34DAY.png b/previews/PR3974/assets/Ih8TYTj0Ulb.7tm34DAY.png new file mode 100644 index 00000000000..e14341de378 Binary files /dev/null and b/previews/PR3974/assets/Ih8TYTj0Ulb.7tm34DAY.png differ diff --git a/previews/PR3974/assets/JftrXULCL19.DLQg1iA5.png b/previews/PR3974/assets/JftrXULCL19.DLQg1iA5.png new file mode 100644 index 00000000000..32b5ab67fb4 Binary files /dev/null and b/previews/PR3974/assets/JftrXULCL19.DLQg1iA5.png differ diff --git a/previews/PR3974/assets/JiKOCOJGON3.CGy0U_hL.png b/previews/PR3974/assets/JiKOCOJGON3.CGy0U_hL.png deleted file mode 100644 index 77aaaa49933..00000000000 Binary files a/previews/PR3974/assets/JiKOCOJGON3.CGy0U_hL.png and /dev/null differ diff --git a/previews/PR3974/assets/K1TgMuxshK4.CcVl2OKS.png b/previews/PR3974/assets/K1TgMuxshK4.CcVl2OKS.png deleted file mode 100644 index 4593b9bbd21..00000000000 Binary files a/previews/PR3974/assets/K1TgMuxshK4.CcVl2OKS.png and /dev/null differ diff --git a/previews/PR3974/assets/K8IMOdKHa3l.DjMclcdT.png b/previews/PR3974/assets/K8IMOdKHa3l.DjMclcdT.png deleted file mode 100644 index 2cbdd7d7606..00000000000 Binary files a/previews/PR3974/assets/K8IMOdKHa3l.DjMclcdT.png and /dev/null differ diff --git a/previews/PR3974/assets/K9qx4z8Y7XU.uNp74AVo.png b/previews/PR3974/assets/K9qx4z8Y7XU.uNp74AVo.png deleted file mode 100644 index fe06e9e8ed2..00000000000 Binary files a/previews/PR3974/assets/K9qx4z8Y7XU.uNp74AVo.png and /dev/null differ diff --git a/previews/PR3974/assets/KLOyXyTjK5F.BSUKsual.png b/previews/PR3974/assets/KLOyXyTjK5F.BSUKsual.png deleted file mode 100644 index 59e1eaead9b..00000000000 Binary files a/previews/PR3974/assets/KLOyXyTjK5F.BSUKsual.png and /dev/null differ diff --git a/previews/PR3974/assets/KNmc9caHRhK.CpJ6ScI3.png b/previews/PR3974/assets/KNmc9caHRhK.CpJ6ScI3.png deleted file mode 100644 index 0bc44bfbebf..00000000000 Binary files a/previews/PR3974/assets/KNmc9caHRhK.CpJ6ScI3.png and /dev/null differ diff --git a/previews/PR3974/assets/KSyIwoGcnTm.BP4YlRtn.png b/previews/PR3974/assets/KSyIwoGcnTm.BP4YlRtn.png new file mode 100644 index 00000000000..d9a417eaa59 Binary files /dev/null and b/previews/PR3974/assets/KSyIwoGcnTm.BP4YlRtn.png differ diff --git a/previews/PR3974/assets/KfATqL9VesI.lFFlkmxF.png b/previews/PR3974/assets/KfATqL9VesI.lFFlkmxF.png deleted file mode 100644 index 31f614a0b03..00000000000 Binary files a/previews/PR3974/assets/KfATqL9VesI.lFFlkmxF.png and /dev/null differ diff --git a/previews/PR3974/assets/KnqCtxWJrR4.3plwunTr.png b/previews/PR3974/assets/KnqCtxWJrR4.3plwunTr.png deleted file mode 100644 index 249b66155f3..00000000000 Binary files a/previews/PR3974/assets/KnqCtxWJrR4.3plwunTr.png and /dev/null differ diff --git a/previews/PR3974/assets/LHefmG3LyQZ.BirvDy_w.png b/previews/PR3974/assets/LHefmG3LyQZ.BirvDy_w.png deleted file mode 100644 index 5f5a5b0a5e9..00000000000 Binary files a/previews/PR3974/assets/LHefmG3LyQZ.BirvDy_w.png and /dev/null differ diff --git a/previews/PR3974/assets/LYt39YjD3Yl.Cb2P316V.png b/previews/PR3974/assets/LYt39YjD3Yl.Cb2P316V.png new file mode 100644 index 00000000000..631f4b546e5 Binary files /dev/null and b/previews/PR3974/assets/LYt39YjD3Yl.Cb2P316V.png differ diff --git a/previews/PR3974/assets/LaN2JB2ip9C.BTecqfwk.png b/previews/PR3974/assets/LaN2JB2ip9C.BTecqfwk.png deleted file mode 100644 index 775822b0b5b..00000000000 Binary files a/previews/PR3974/assets/LaN2JB2ip9C.BTecqfwk.png and /dev/null differ diff --git a/previews/PR3974/assets/Lvw9Wp2plj8.B9turkUL.png b/previews/PR3974/assets/Lvw9Wp2plj8.B9turkUL.png new file mode 100644 index 00000000000..bc5bde67525 Binary files /dev/null and b/previews/PR3974/assets/Lvw9Wp2plj8.B9turkUL.png differ diff --git a/previews/PR3974/assets/a2b1736.Cvu0yKjb.png b/previews/PR3974/assets/a2b1736.Cvu0yKjb.png deleted file mode 100644 index 355cee762bf..00000000000 Binary files a/previews/PR3974/assets/a2b1736.Cvu0yKjb.png and /dev/null differ diff --git a/previews/PR3974/assets/a2b1736.Peesewci.png b/previews/PR3974/assets/a2b1736.Peesewci.png new file mode 100644 index 00000000000..0491f85e747 Binary files /dev/null and b/previews/PR3974/assets/a2b1736.Peesewci.png differ diff --git a/previews/PR3974/assets/a5bd1e7.BEaponFe.png b/previews/PR3974/assets/a5bd1e7.BEaponFe.png new file mode 100644 index 00000000000..2162d8729d7 Binary files /dev/null and b/previews/PR3974/assets/a5bd1e7.BEaponFe.png differ diff --git a/previews/PR3974/assets/a5bd1e7.fIL97I6y.png b/previews/PR3974/assets/a5bd1e7.fIL97I6y.png deleted file mode 100644 index 0700433b675..00000000000 Binary files a/previews/PR3974/assets/a5bd1e7.fIL97I6y.png and /dev/null differ diff --git a/previews/PR3974/assets/acb1da8.CYvY_qWo.png b/previews/PR3974/assets/acb1da8.CYvY_qWo.png new file mode 100644 index 00000000000..4596405a5b7 Binary files /dev/null and b/previews/PR3974/assets/acb1da8.CYvY_qWo.png differ diff --git a/previews/PR3974/assets/acb1da8.DDdjy_Hm.png b/previews/PR3974/assets/acb1da8.DDdjy_Hm.png deleted file mode 100644 index 37ffd26a9b3..00000000000 Binary files a/previews/PR3974/assets/acb1da8.DDdjy_Hm.png and /dev/null differ diff --git a/previews/PR3974/assets/api.md.BLQKsbU4.js b/previews/PR3974/assets/api.md.DQfHdBmR.js similarity index 95% rename from previews/PR3974/assets/api.md.BLQKsbU4.js rename to previews/PR3974/assets/api.md.DQfHdBmR.js index 81574834dd5..cccecf49a5f 100644 --- a/previews/PR3974/assets/api.md.BLQKsbU4.js +++ b/previews/PR3974/assets/api.md.DQfHdBmR.js @@ -1,50 +1,50 @@ -import{_ as e,c as o,o as i,a6 as s}from"./chunks/framework.DT0bu0uC.js";const u=JSON.parse('{"title":"API","description":"","frontmatter":{},"headers":[],"relativePath":"api.md","filePath":"api.md","lastUpdated":null}'),a={name:"api.md"},t=s(`

API

# Makie.ABLinesType.

ABLines is the plot type associated with plotting function ablines. Check the docstring for ablines for further information.

source


# Makie.AbsoluteType.
julia
Absolute

Force transformation to be absolute, not relative to the current state. This is the default setting.

source


# Makie.AccumType.
julia
Accum

Force transformation to be relative to the current state, not absolute.

source


# Makie.AmbientLightType.
julia
AmbientLight(color) <: AbstractLight

A simple ambient light that uniformly lights every object based on its light color.

Availability:

source


# Makie.AnnotationsType.

Annotations is the plot type associated with plotting function annotations. Check the docstring for annotations for further information.

source


# Makie.ArcType.

Arc is the plot type associated with plotting function arc. Check the docstring for arc for further information.

source


# Makie.AxisType.

Makie.Axis <: Block

A 2D axis which can be plotted into.

Constructors

julia
Axis(fig_or_scene; palette = nothing, kwargs...)

Attributes

(type ?Makie.Axis.x in the REPL for more information about attribute x)

alignmode, aspect, autolimitaspect, backgroundcolor, bottomspinecolor, bottomspinevisible, dim1_conversion, dim2_conversion, flip_ylabel, halign, height, leftspinecolor, leftspinevisible, limits, panbutton, rightspinecolor, rightspinevisible, spinewidth, subtitle, subtitlecolor, subtitlefont, subtitlegap, subtitlelineheight, subtitlesize, subtitlevisible, tellheight, tellwidth, title, titlealign, titlecolor, titlefont, titlegap, titlelineheight, titlesize, titlevisible, topspinecolor, topspinevisible, valign, width, xautolimitmargin, xaxisposition, xgridcolor, xgridstyle, xgridvisible, xgridwidth, xlabel, xlabelcolor, xlabelfont, xlabelpadding, xlabelrotation, xlabelsize, xlabelvisible, xminorgridcolor, xminorgridstyle, xminorgridvisible, xminorgridwidth, xminortickalign, xminortickcolor, xminorticks, xminorticksize, xminorticksvisible, xminortickwidth, xpankey, xpanlock, xrectzoom, xreversed, xscale, xtickalign, xtickcolor, xtickformat, xticklabelalign, xticklabelcolor, xticklabelfont, xticklabelpad, xticklabelrotation, xticklabelsize, xticklabelspace, xticklabelsvisible, xticks, xticksize, xticksmirrored, xticksvisible, xtickwidth, xtrimspine, xzoomkey, xzoomlock, yautolimitmargin, yaxisposition, ygridcolor, ygridstyle, ygridvisible, ygridwidth, ylabel, ylabelcolor, ylabelfont, ylabelpadding, ylabelrotation, ylabelsize, ylabelvisible, yminorgridcolor, yminorgridstyle, yminorgridvisible, yminorgridwidth, yminortickalign, yminortickcolor, yminorticks, yminorticksize, yminorticksvisible, yminortickwidth, ypankey, ypanlock, yrectzoom, yreversed, yscale, ytickalign, ytickcolor, ytickformat, yticklabelalign, yticklabelcolor, yticklabelfont, yticklabelpad, yticklabelrotation, yticklabelsize, yticklabelspace, yticklabelsvisible, yticks, yticksize, yticksmirrored, yticksvisible, ytickwidth, ytrimspine, yzoomkey, yzoomlock

source


# Makie.Axis3Type.

Makie.Axis3 <: Block

No docstring defined.

Attributes

(type ?Makie.Axis3.x in the REPL for more information about attribute x)

alignmode, aspect, azimuth, backgroundcolor, dim1_conversion, dim2_conversion, dim3_conversion, elevation, halign, height, limits, perspectiveness, protrusions, targetlimits, tellheight, tellwidth, title, titlealign, titlecolor, titlefont, titlegap, titlesize, titlevisible, valign, viewmode, width, xautolimitmargin, xgridcolor, xgridvisible, xgridwidth, xlabel, xlabelalign, xlabelcolor, xlabelfont, xlabeloffset, xlabelrotation, xlabelsize, xlabelvisible, xreversed, xspinecolor_1, xspinecolor_2, xspinecolor_3, xspinesvisible, xspinewidth, xtickcolor, xtickformat, xticklabelcolor, xticklabelfont, xticklabelpad, xticklabelsize, xticklabelsvisible, xticks, xticksize, xticksvisible, xtickwidth, xypanelcolor, xypanelvisible, xzpanelcolor, xzpanelvisible, yautolimitmargin, ygridcolor, ygridvisible, ygridwidth, ylabel, ylabelalign, ylabelcolor, ylabelfont, ylabeloffset, ylabelrotation, ylabelsize, ylabelvisible, yreversed, yspinecolor_1, yspinecolor_2, yspinecolor_3, yspinesvisible, yspinewidth, ytickcolor, ytickformat, yticklabelcolor, yticklabelfont, yticklabelpad, yticklabelsize, yticklabelsvisible, yticks, yticksize, yticksvisible, ytickwidth, yzpanelcolor, yzpanelvisible, zautolimitmargin, zgridcolor, zgridvisible, zgridwidth, zlabel, zlabelalign, zlabelcolor, zlabelfont, zlabeloffset, zlabelrotation, zlabelsize, zlabelvisible, zreversed, zspinecolor_1, zspinecolor_2, zspinecolor_3, zspinesvisible, zspinewidth, ztickcolor, ztickformat, zticklabelcolor, zticklabelfont, zticklabelpad, zticklabelsize, zticklabelsvisible, zticks, zticksize, zticksvisible, ztickwidth

source


# Makie.BandType.

Band is the plot type associated with plotting function band. Check the docstring for band for further information.

source


# Makie.BarPlotType.

BarPlot is the plot type associated with plotting function barplot. Check the docstring for barplot for further information.

source


# Makie.BezierPathType.
julia
BezierPath(commands::Vector)

Construct a BezierPath with a vector of path commands. The available path commands are

A BezierPath can be used in certain places in Makie as an alternative to a polygon or a collection of lines, for example as an input to poly or lines, or as a marker for scatter.

The benefit of using a BezierPath is that curves do not need to be converted into a vector of vertices by the user. CairoMakie can use the path commands directly when it writes vector graphics which is more efficient and uses less space than approximating them visually using line segments.

source


# Makie.BezierPathMethod.
julia
BezierPath(svg::AbstractString; fit = false, bbox = nothing, flipy = false, flipx = false, keep_aspect = true)

Construct a BezierPath using a string of SVG path commands. The commands will be parsed first into MoveTo, LineTo, CurveTo, EllipticalArc and ClosePath objects which are then passed to the BezierPath constructor.

If fit === true, the path will be scaled to fit into a square of width 1 centered on the origin. If, additionally, bbox is set to some Rect, the path will be fit into this rectangle instead. If you want to use a path as a scatter marker, it is usually good to fit it so that it's centered and of a comparable size relative to other scatter markers.

If flipy === true or flipx === true, the respective dimensions of the path will be flipped. Makie uses a coordinate system where y=0 is at the bottom and y increases upwards while in SVG, y=0 is at the top and y increases downwards, so for most SVG paths flipy = true will be needed.

If keep_aspect === true, the path will be fit into the bounding box such that its longer dimension fits and the other one is scaled to retain the original aspect ratio. If you set keep_aspect = false, the new boundingbox of the path will be the one it is fit to, but note that this can result in a squished appearance.

Example

Construct a triangular BezierPath out of a path command string and use it as a scatter marker:

julia
str = "M 0,0 L 10,0 L 5,10 z"
+import{_ as e,c as o,o as i,a6 as s}from"./chunks/framework.DT0bu0uC.js";const u=JSON.parse('{"title":"API","description":"","frontmatter":{},"headers":[],"relativePath":"api.md","filePath":"api.md","lastUpdated":null}'),a={name:"api.md"},t=s(`

API

# Makie.ABLinesType.

ABLines is the plot type associated with plotting function ablines. Check the docstring for ablines for further information.

source


# Makie.AbsoluteType.
julia
Absolute

Force transformation to be absolute, not relative to the current state. This is the default setting.

source


# Makie.AccumType.
julia
Accum

Force transformation to be relative to the current state, not absolute.

source


# Makie.AmbientLightType.
julia
AmbientLight(color) <: AbstractLight

A simple ambient light that uniformly lights every object based on its light color.

Availability:

  • All backends with shading = FastShading or MultiLightShading

source


# Makie.AnnotationsType.

Annotations is the plot type associated with plotting function annotations. Check the docstring for annotations for further information.

source


# Makie.ArcType.

Arc is the plot type associated with plotting function arc. Check the docstring for arc for further information.

source


# Makie.AxisType.

Makie.Axis <: Block

A 2D axis which can be plotted into.

Constructors

julia
Axis(fig_or_scene; palette = nothing, kwargs...)

Attributes

(type ?Makie.Axis.x in the REPL for more information about attribute x)

alignmode, aspect, autolimitaspect, backgroundcolor, bottomspinecolor, bottomspinevisible, dim1_conversion, dim2_conversion, flip_ylabel, halign, height, leftspinecolor, leftspinevisible, limits, panbutton, rightspinecolor, rightspinevisible, spinewidth, subtitle, subtitlecolor, subtitlefont, subtitlegap, subtitlelineheight, subtitlesize, subtitlevisible, tellheight, tellwidth, title, titlealign, titlecolor, titlefont, titlegap, titlelineheight, titlesize, titlevisible, topspinecolor, topspinevisible, valign, width, xautolimitmargin, xaxisposition, xgridcolor, xgridstyle, xgridvisible, xgridwidth, xlabel, xlabelcolor, xlabelfont, xlabelpadding, xlabelrotation, xlabelsize, xlabelvisible, xminorgridcolor, xminorgridstyle, xminorgridvisible, xminorgridwidth, xminortickalign, xminortickcolor, xminorticks, xminorticksize, xminorticksvisible, xminortickwidth, xpankey, xpanlock, xrectzoom, xreversed, xscale, xtickalign, xtickcolor, xtickformat, xticklabelalign, xticklabelcolor, xticklabelfont, xticklabelpad, xticklabelrotation, xticklabelsize, xticklabelspace, xticklabelsvisible, xticks, xticksize, xticksmirrored, xticksvisible, xtickwidth, xtrimspine, xzoomkey, xzoomlock, yautolimitmargin, yaxisposition, ygridcolor, ygridstyle, ygridvisible, ygridwidth, ylabel, ylabelcolor, ylabelfont, ylabelpadding, ylabelrotation, ylabelsize, ylabelvisible, yminorgridcolor, yminorgridstyle, yminorgridvisible, yminorgridwidth, yminortickalign, yminortickcolor, yminorticks, yminorticksize, yminorticksvisible, yminortickwidth, ypankey, ypanlock, yrectzoom, yreversed, yscale, ytickalign, ytickcolor, ytickformat, yticklabelalign, yticklabelcolor, yticklabelfont, yticklabelpad, yticklabelrotation, yticklabelsize, yticklabelspace, yticklabelsvisible, yticks, yticksize, yticksmirrored, yticksvisible, ytickwidth, ytrimspine, yzoomkey, yzoomlock

source


# Makie.Axis3Type.

Makie.Axis3 <: Block

No docstring defined.

Attributes

(type ?Makie.Axis3.x in the REPL for more information about attribute x)

alignmode, aspect, azimuth, backgroundcolor, dim1_conversion, dim2_conversion, dim3_conversion, elevation, halign, height, limits, perspectiveness, protrusions, targetlimits, tellheight, tellwidth, title, titlealign, titlecolor, titlefont, titlegap, titlesize, titlevisible, valign, viewmode, width, xautolimitmargin, xgridcolor, xgridvisible, xgridwidth, xlabel, xlabelalign, xlabelcolor, xlabelfont, xlabeloffset, xlabelrotation, xlabelsize, xlabelvisible, xreversed, xspinecolor_1, xspinecolor_2, xspinecolor_3, xspinesvisible, xspinewidth, xtickcolor, xtickformat, xticklabelcolor, xticklabelfont, xticklabelpad, xticklabelsize, xticklabelsvisible, xticks, xticksize, xticksvisible, xtickwidth, xypanelcolor, xypanelvisible, xzpanelcolor, xzpanelvisible, yautolimitmargin, ygridcolor, ygridvisible, ygridwidth, ylabel, ylabelalign, ylabelcolor, ylabelfont, ylabeloffset, ylabelrotation, ylabelsize, ylabelvisible, yreversed, yspinecolor_1, yspinecolor_2, yspinecolor_3, yspinesvisible, yspinewidth, ytickcolor, ytickformat, yticklabelcolor, yticklabelfont, yticklabelpad, yticklabelsize, yticklabelsvisible, yticks, yticksize, yticksvisible, ytickwidth, yzpanelcolor, yzpanelvisible, zautolimitmargin, zgridcolor, zgridvisible, zgridwidth, zlabel, zlabelalign, zlabelcolor, zlabelfont, zlabeloffset, zlabelrotation, zlabelsize, zlabelvisible, zreversed, zspinecolor_1, zspinecolor_2, zspinecolor_3, zspinesvisible, zspinewidth, ztickcolor, ztickformat, zticklabelcolor, zticklabelfont, zticklabelpad, zticklabelsize, zticklabelsvisible, zticks, zticksize, zticksvisible, ztickwidth

source


# Makie.BandType.

Band is the plot type associated with plotting function band. Check the docstring for band for further information.

source


# Makie.BarPlotType.

BarPlot is the plot type associated with plotting function barplot. Check the docstring for barplot for further information.

source


# Makie.BezierPathType.
julia
BezierPath(commands::Vector)

Construct a BezierPath with a vector of path commands. The available path commands are

  • MoveTo

  • LineTo

  • CurveTo

  • EllipticalArc

  • ClosePath

A BezierPath can be used in certain places in Makie as an alternative to a polygon or a collection of lines, for example as an input to poly or lines, or as a marker for scatter.

The benefit of using a BezierPath is that curves do not need to be converted into a vector of vertices by the user. CairoMakie can use the path commands directly when it writes vector graphics which is more efficient and uses less space than approximating them visually using line segments.

source


# Makie.BezierPathMethod.
julia
BezierPath(svg::AbstractString; fit = false, bbox = nothing, flipy = false, flipx = false, keep_aspect = true)

Construct a BezierPath using a string of SVG path commands. The commands will be parsed first into MoveTo, LineTo, CurveTo, EllipticalArc and ClosePath objects which are then passed to the BezierPath constructor.

If fit === true, the path will be scaled to fit into a square of width 1 centered on the origin. If, additionally, bbox is set to some Rect, the path will be fit into this rectangle instead. If you want to use a path as a scatter marker, it is usually good to fit it so that it's centered and of a comparable size relative to other scatter markers.

If flipy === true or flipx === true, the respective dimensions of the path will be flipped. Makie uses a coordinate system where y=0 is at the bottom and y increases upwards while in SVG, y=0 is at the top and y increases downwards, so for most SVG paths flipy = true will be needed.

If keep_aspect === true, the path will be fit into the bounding box such that its longer dimension fits and the other one is scaled to retain the original aspect ratio. If you set keep_aspect = false, the new boundingbox of the path will be the one it is fit to, but note that this can result in a squished appearance.

Example

Construct a triangular BezierPath out of a path command string and use it as a scatter marker:

julia
str = "M 0,0 L 10,0 L 5,10 z"
 bp = BezierPath(str, fit = true)
-scatter(1:10, marker = bp, markersize = 20)

source


# Makie.BoxType.

Makie.Box <: Block

No docstring defined.

Attributes

(type ?Makie.Box.x in the REPL for more information about attribute x)

alignmode, color, cornerradius, halign, height, linestyle, strokecolor, strokevisible, strokewidth, tellheight, tellwidth, valign, visible, width

source


# Makie.BoxPlotType.

BoxPlot is the plot type associated with plotting function boxplot. Check the docstring for boxplot for further information.

source


# Makie.BracketType.

Bracket is the plot type associated with plotting function bracket. Check the docstring for bracket for further information.

source


# Makie.ButtonType.

Makie.Button <: Block

No docstring defined.

Attributes

(type ?Makie.Button.x in the REPL for more information about attribute x)

alignmode, buttoncolor, buttoncolor_active, buttoncolor_hover, clicks, cornerradius, cornersegments, font, fontsize, halign, height, label, labelcolor, labelcolor_active, labelcolor_hover, padding, strokecolor, strokewidth, tellheight, tellwidth, valign, width

source


# Makie.CameraType.
julia
Camera(pixel_area)

Struct to hold all relevant matrices and additional parameters, to let backends apply camera based transformations.

Fields

  • pixel_space::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: projection used to convert pixel to device units

  • view::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: View matrix is usually used to rotate, scale and translate the scene

  • projection::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: Projection matrix is used for any perspective transformation

  • projectionview::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: just projection * view

  • resolution::Observable{Vec{2, Float32}}: resolution of the canvas this camera draws to

  • view_direction::Observable{Vec{3, Float32}}: Direction in which the camera looks.

  • eyeposition::Observable{Vec{3, Float32}}: Eye position of the camera, used for e.g. ray tracing.

  • steering_nodes::Vector{Observables.ObserverFunction}: To make camera interactive, steering observables are connected to the different matrices. We need to keep track of them, so, that we can connect and disconnect them.

  • calculated_values::Dict{Symbol, Observable}

source


# Makie.Camera3DMethod.
julia
Camera3D(scene[; kwargs...])

Sets up a 3D camera with mouse and keyboard controls.

The behavior of the camera can be adjusted via keyword arguments or the fields settings and controls.

Settings

Settings include anything that isn't a mouse or keyboard button.

  • projectiontype = Perspective sets the type of the projection. Can be Orthographic or Perspective.

  • rotation_center = :lookat sets the default center for camera rotations. Currently allows :lookat or :eyeposition.

  • fixed_axis = true: If true panning uses the (world/plot) z-axis instead of the camera up direction.

  • zoom_shift_lookat = true: If true keeps the data under the cursor when zooming.

  • cad = false: If true rotates the view around lookat when zooming off-center.

  • clipping_mode = :adaptive: Controls how near and far get processed. Options:

    • :static passes near and far as is

    • :adaptive scales near by norm(eyeposition - lookat) and passes far as is

    • :view_relative scales near and far by norm(eyeposition - lookat)

    • :bbox_relative scales near and far to the scene bounding box as passed to the camera with update_cam!(..., bbox). (More specifically far = 1 is scaled to the furthest point of a bounding sphere and near is generally overwritten to be the closest point.)

  • center = true: Controls whether the camera placement gets reset when calling center!(scene), which is called when a new plot is added.

  • keyboard_rotationspeed = 1f0 sets the speed of keyboard based rotations.

  • keyboard_translationspeed = 0.5f0 sets the speed of keyboard based translations.

  • keyboard_zoomspeed = 1f0 sets the speed of keyboard based zooms.

  • mouse_rotationspeed = 1f0 sets the speed of mouse rotations.

  • mouse_translationspeed = 0.5f0 sets the speed of mouse translations.

  • mouse_zoomspeed = 1f0 sets the speed of mouse zooming (mousewheel).

  • update_rate = 1/30 sets the rate at which keyboard based camera updates are evaluated.

  • circular_rotation = (true, true, true) enables circular rotations for (fixed x, fixed y, fixed z) rotation axis. (This means drawing a circle with your mouse around the center of the scene will result in a continuous rotation.)

Controls

Controls include any kind of hotkey setting.

  • up_key = Keyboard.r sets the key for translations towards the top of the screen.

  • down_key = Keyboard.f sets the key for translations towards the bottom of the screen.

  • left_key = Keyboard.a sets the key for translations towards the left of the screen.

  • right_key = Keyboard.d sets the key for translations towards the right of the screen.

  • forward_key = Keyboard.w sets the key for translations into the screen.

  • backward_key = Keyboard.s sets the key for translations out of the screen.

  • zoom_in_key = Keyboard.u sets the key for zooming into the scene (translate eyeposition towards lookat).

  • zoom_out_key = Keyboard.o sets the key for zooming out of the scene (translate eyeposition away from lookat).

  • increase_fov_key = Keyboard.b sets the key for increasing the fov.

  • decrease_fov_key = Keyboard.n sets the key for decreasing the fov.

  • pan_left_key = Keyboard.j sets the key for rotations around the screens vertical axis.

  • pan_right_key = Keyboard.l sets the key for rotations around the screens vertical axis.

  • tilt_up_key = Keyboard.i sets the key for rotations around the screens horizontal axis.

  • tilt_down_key = Keyboard.k sets the key for rotations around the screens horizontal axis.

  • roll_clockwise_key = Keyboard.e sets the key for rotations of the screen.

  • roll_counterclockwise_key = Keyboard.q sets the key for rotations of the screen.

  • fix_x_key = Keyboard.x sets the key for fixing translations and rotations to the (world/plot) x-axis.

  • fix_y_key = Keyboard.y sets the key for fixing translations and rotations to the (world/plot) y-axis.

  • fix_z_key = Keyboard.z sets the key for fixing translations and rotations to the (world/plot) z-axis.

  • reset = Keyboard.left_control & Mouse.left sets the key for resetting the camera. This equivalent to calling center!(scene).

  • reposition_button = Keyboard.left_alt & Mouse.left sets the key for focusing the camera on a plot object.

  • translation_button = Mouse.right sets the mouse button for drag-translations. (up/down/left/right)

  • scroll_mod = true sets an additional modifier button for scroll-based zoom. (true being neutral)

  • rotation_button = Mouse.left sets the mouse button for drag-rotations. (pan, tilt)

Other kwargs

Some keyword arguments are used to initialize fields. These include

  • eyeposition = Vec3f(3): The position of the camera.

  • lookat = Vec3f(0): The point the camera is focused on.

  • upvector = Vec3f(0, 0, 1): The world direction corresponding to the up direction of the screen.

  • fov = 45.0 is the field of view. This is irrelevant if the camera uses an orthographic projection.

  • near = automatic sets the position of the near clip plane. Anything between the camera and the near clip plane is hidden. Must be greater 0. Usage depends on clipping_mode.

  • far = automatic sets the position of the far clip plane. Anything further away than the far clip plane is hidden. Usage depends on clipping_mode. Defaults to 1 for clipping_mode = :bbox_relative, 2 for :view_relative or a value derived from limits for :static.

Note that updating these observables in an active camera requires a call to update_cam(scene) for them to be applied. For updating eyeposition, lookat and/or upvector update_cam!(scene, eyeposition, lookat, upvector = Vec3f(0,0,1)) is preferred.

The camera position and orientation can also be adjusted via the functions

  • translate_cam!(scene, v) will translate the camera by the given world/plot space vector v.

  • rotate_cam!(scene, angles) will rotate the camera around its axes with the corresponding angles. The first angle will rotate around the cameras "right" that is the screens horizontal axis, the second around the up vector/vertical axis or Vec3f(0, 0, +-1) if fixed_axis = true, and the third will rotate around the view direction i.e. the axis out of the screen. The rotation respects the current rotation_center of the camera.

  • zoom!(scene, zoom_step) will change the zoom level of the scene without translating or rotating the scene. zoom_step applies multiplicatively to cam.zoom_mult which is used as a multiplier to the fov (perspective projection) or width and height (orthographic projection).

source


# Makie.CategoricalType.
julia
Categorical(colormaplike)

Accepts all colormap values that the colormap attribute of a plot accepts. Will make sure to map one value to one color and create the correct Colorbar for the plot.

Example:

julia
fig, ax, pl = barplot(1:3; color=1:3, colormap=Makie.Categorical(:viridis))

Warning

This feature might change outside breaking releases, since the API is not yet finalized

source


# Makie.ClosePathType.
julia
ClosePath()

A path command for use within a BezierPath which closes the current subpath. The resulting path will have an implicit line segment between the last point and the first point if they do not match.

source


# Makie.ColorbarType.

Makie.Colorbar <: Block

Create a colorbar that shows a continuous or categorical colormap with ticks chosen according to the colorrange.

You can set colorrange and colormap manually, or pass a plot object as the second argument to copy its respective attributes.

Constructors

julia
Colorbar(fig_or_scene; kwargs...)
+scatter(1:10, marker = bp, markersize = 20)

source


# Makie.BoxType.

Makie.Box <: Block

No docstring defined.

Attributes

(type ?Makie.Box.x in the REPL for more information about attribute x)

alignmode, color, cornerradius, halign, height, linestyle, strokecolor, strokevisible, strokewidth, tellheight, tellwidth, valign, visible, width

source


# Makie.BoxPlotType.

BoxPlot is the plot type associated with plotting function boxplot. Check the docstring for boxplot for further information.

source


# Makie.BracketType.

Bracket is the plot type associated with plotting function bracket. Check the docstring for bracket for further information.

source


# Makie.ButtonType.

Makie.Button <: Block

No docstring defined.

Attributes

(type ?Makie.Button.x in the REPL for more information about attribute x)

alignmode, buttoncolor, buttoncolor_active, buttoncolor_hover, clicks, cornerradius, cornersegments, font, fontsize, halign, height, label, labelcolor, labelcolor_active, labelcolor_hover, padding, strokecolor, strokewidth, tellheight, tellwidth, valign, width

source


# Makie.CameraType.
julia
Camera(pixel_area)

Struct to hold all relevant matrices and additional parameters, to let backends apply camera based transformations.

Fields

  • pixel_space::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: projection used to convert pixel to device units

  • view::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: View matrix is usually used to rotate, scale and translate the scene

  • projection::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: Projection matrix is used for any perspective transformation

  • projectionview::Observable{StaticArraysCore.SMatrix{4, 4, Float32, 16}}: just projection * view

  • resolution::Observable{Vec{2, Float32}}: resolution of the canvas this camera draws to

  • view_direction::Observable{Vec{3, Float32}}: Direction in which the camera looks.

  • eyeposition::Observable{Vec{3, Float32}}: Eye position of the camera, used for e.g. ray tracing.

  • steering_nodes::Vector{Observables.ObserverFunction}: To make camera interactive, steering observables are connected to the different matrices. We need to keep track of them, so, that we can connect and disconnect them.

  • calculated_values::Dict{Symbol, Observable}

source


# Makie.Camera3DMethod.
julia
Camera3D(scene[; kwargs...])

Sets up a 3D camera with mouse and keyboard controls.

The behavior of the camera can be adjusted via keyword arguments or the fields settings and controls.

Settings

Settings include anything that isn't a mouse or keyboard button.

  • projectiontype = Perspective sets the type of the projection. Can be Orthographic or Perspective.

  • rotation_center = :lookat sets the default center for camera rotations. Currently allows :lookat or :eyeposition.

  • fixed_axis = true: If true panning uses the (world/plot) z-axis instead of the camera up direction.

  • zoom_shift_lookat = true: If true keeps the data under the cursor when zooming.

  • cad = false: If true rotates the view around lookat when zooming off-center.

  • clipping_mode = :adaptive: Controls how near and far get processed. Options:

    • :static passes near and far as is

    • :adaptive scales near by norm(eyeposition - lookat) and passes far as is

    • :view_relative scales near and far by norm(eyeposition - lookat)

    • :bbox_relative scales near and far to the scene bounding box as passed to the camera with update_cam!(..., bbox). (More specifically far = 1 is scaled to the furthest point of a bounding sphere and near is generally overwritten to be the closest point.)

  • center = true: Controls whether the camera placement gets reset when calling center!(scene), which is called when a new plot is added.

  • keyboard_rotationspeed = 1f0 sets the speed of keyboard based rotations.

  • keyboard_translationspeed = 0.5f0 sets the speed of keyboard based translations.

  • keyboard_zoomspeed = 1f0 sets the speed of keyboard based zooms.

  • mouse_rotationspeed = 1f0 sets the speed of mouse rotations.

  • mouse_translationspeed = 0.5f0 sets the speed of mouse translations.

  • mouse_zoomspeed = 1f0 sets the speed of mouse zooming (mousewheel).

  • update_rate = 1/30 sets the rate at which keyboard based camera updates are evaluated.

  • circular_rotation = (true, true, true) enables circular rotations for (fixed x, fixed y, fixed z) rotation axis. (This means drawing a circle with your mouse around the center of the scene will result in a continuous rotation.)

Controls

Controls include any kind of hotkey setting.

  • up_key = Keyboard.r sets the key for translations towards the top of the screen.

  • down_key = Keyboard.f sets the key for translations towards the bottom of the screen.

  • left_key = Keyboard.a sets the key for translations towards the left of the screen.

  • right_key = Keyboard.d sets the key for translations towards the right of the screen.

  • forward_key = Keyboard.w sets the key for translations into the screen.

  • backward_key = Keyboard.s sets the key for translations out of the screen.

  • zoom_in_key = Keyboard.u sets the key for zooming into the scene (translate eyeposition towards lookat).

  • zoom_out_key = Keyboard.o sets the key for zooming out of the scene (translate eyeposition away from lookat).

  • increase_fov_key = Keyboard.b sets the key for increasing the fov.

  • decrease_fov_key = Keyboard.n sets the key for decreasing the fov.

  • pan_left_key = Keyboard.j sets the key for rotations around the screens vertical axis.

  • pan_right_key = Keyboard.l sets the key for rotations around the screens vertical axis.

  • tilt_up_key = Keyboard.i sets the key for rotations around the screens horizontal axis.

  • tilt_down_key = Keyboard.k sets the key for rotations around the screens horizontal axis.

  • roll_clockwise_key = Keyboard.e sets the key for rotations of the screen.

  • roll_counterclockwise_key = Keyboard.q sets the key for rotations of the screen.

  • fix_x_key = Keyboard.x sets the key for fixing translations and rotations to the (world/plot) x-axis.

  • fix_y_key = Keyboard.y sets the key for fixing translations and rotations to the (world/plot) y-axis.

  • fix_z_key = Keyboard.z sets the key for fixing translations and rotations to the (world/plot) z-axis.

  • reset = Keyboard.left_control & Mouse.left sets the key for resetting the camera. This equivalent to calling center!(scene).

  • reposition_button = Keyboard.left_alt & Mouse.left sets the key for focusing the camera on a plot object.

  • translation_button = Mouse.right sets the mouse button for drag-translations. (up/down/left/right)

  • scroll_mod = true sets an additional modifier button for scroll-based zoom. (true being neutral)

  • rotation_button = Mouse.left sets the mouse button for drag-rotations. (pan, tilt)

Other kwargs

Some keyword arguments are used to initialize fields. These include

  • eyeposition = Vec3f(3): The position of the camera.

  • lookat = Vec3f(0): The point the camera is focused on.

  • upvector = Vec3f(0, 0, 1): The world direction corresponding to the up direction of the screen.

  • fov = 45.0 is the field of view. This is irrelevant if the camera uses an orthographic projection.

  • near = automatic sets the position of the near clip plane. Anything between the camera and the near clip plane is hidden. Must be greater 0. Usage depends on clipping_mode.

  • far = automatic sets the position of the far clip plane. Anything further away than the far clip plane is hidden. Usage depends on clipping_mode. Defaults to 1 for clipping_mode = :bbox_relative, 2 for :view_relative or a value derived from limits for :static.

Note that updating these observables in an active camera requires a call to update_cam(scene) for them to be applied. For updating eyeposition, lookat and/or upvector update_cam!(scene, eyeposition, lookat, upvector = Vec3f(0,0,1)) is preferred.

The camera position and orientation can also be adjusted via the functions

  • translate_cam!(scene, v) will translate the camera by the given world/plot space vector v.

  • rotate_cam!(scene, angles) will rotate the camera around its axes with the corresponding angles. The first angle will rotate around the cameras "right" that is the screens horizontal axis, the second around the up vector/vertical axis or Vec3f(0, 0, +-1) if fixed_axis = true, and the third will rotate around the view direction i.e. the axis out of the screen. The rotation respects the current rotation_center of the camera.

  • zoom!(scene, zoom_step) will change the zoom level of the scene without translating or rotating the scene. zoom_step applies multiplicatively to cam.zoom_mult which is used as a multiplier to the fov (perspective projection) or width and height (orthographic projection).

source


# Makie.CategoricalType.
julia
Categorical(colormaplike)

Accepts all colormap values that the colormap attribute of a plot accepts. Will make sure to map one value to one color and create the correct Colorbar for the plot.

Example:

julia
fig, ax, pl = barplot(1:3; color=1:3, colormap=Makie.Categorical(:viridis))

Warning

This feature might change outside breaking releases, since the API is not yet finalized

source


# Makie.ClosePathType.
julia
ClosePath()

A path command for use within a BezierPath which closes the current subpath. The resulting path will have an implicit line segment between the last point and the first point if they do not match.

source


# Makie.ColorbarType.

Makie.Colorbar <: Block

Create a colorbar that shows a continuous or categorical colormap with ticks chosen according to the colorrange.

You can set colorrange and colormap manually, or pass a plot object as the second argument to copy its respective attributes.

Constructors

julia
Colorbar(fig_or_scene; kwargs...)
 Colorbar(fig_or_scene, plot::AbstractPlot; kwargs...)
 Colorbar(fig_or_scene, heatmap::Union{Heatmap, Image}; kwargs...)
-Colorbar(fig_or_scene, contourf::Makie.Contourf; kwargs...)

Attributes

(type ?Makie.Colorbar.x in the REPL for more information about attribute x)

alignmode, bottomspinecolor, bottomspinevisible, colormap, colorrange, flip_vertical_label, flipaxis, halign, height, highclip, label, labelcolor, labelfont, labelpadding, labelrotation, labelsize, labelvisible, leftspinecolor, leftspinevisible, limits, lowclip, minortickalign, minortickcolor, minorticks, minorticksize, minorticksvisible, minortickwidth, nsteps, rightspinecolor, rightspinevisible, scale, size, spinewidth, tellheight, tellwidth, tickalign, tickcolor, tickformat, ticklabelalign, ticklabelcolor, ticklabelfont, ticklabelpad, ticklabelrotation, ticklabelsize, ticklabelspace, ticklabelsvisible, ticks, ticksize, ticksvisible, tickwidth, topspinecolor, topspinevisible, valign, vertical, width

source


# Makie.ContourType.

Contour is the plot type associated with plotting function contour. Check the docstring for contour for further information.

source


# Makie.Contour3dType.

Contour3d is the plot type associated with plotting function contour3d. Check the docstring for contour3d for further information.

source


# Makie.ContourfType.

Contourf is the plot type associated with plotting function contourf. Check the docstring for contourf for further information.

source


# Makie.CrossBarType.

CrossBar is the plot type associated with plotting function crossbar. Check the docstring for crossbar for further information.

source


# Makie.CurveToType.
julia
CurveTo(c1::VecTypes, c2::VecTypes, p::VecTypes)
-CurveTo(cx1::Real, cy1::Real, cx2::Real, cy2::Real, px::Real, py::Real)

A path command for use within a BezierPath which continues the current subpath with a cubic bezier curve to point p, with the first control point c1 and the second control point c2.

source


# Makie.CycledType.
julia
Cycled(i::Int)

If a Cycled value is passed as an attribute to a plotting function, it is replaced with the value from the cycler for this attribute (as long as there is one defined) at the index i.

source


# Makie.DataInspectorMethod.
julia
DataInspector(figure_axis_or_scene = current_figure(); kwargs...)

Creates a data inspector which will show relevant information in a tooltip when you hover over a plot.

This functionality can be disabled on a per-plot basis by setting plot.inspectable[] = false. The displayed text can be adjusted by setting plot.inspector_label to a function (plot, index, position) -> "my_label" returning a label. See Makie documentation for more detail.

Keyword Arguments:

  • range = 10: Controls the snapping range for selecting an element of a plot.

  • priority = 100: The priority of creating a tooltip on a mouse movement or scrolling event.

  • enabled = true: Disables inspection of plots when set to false. Can also be adjusted with enable!(inspector) and disable!(inspector).

  • indicator_color = :red: Color of the selection indicator.

  • indicator_linewidth = 2: Linewidth of the selection indicator.

  • indicator_linestyle = nothing: Linestyle of the selection indicator

  • enable_indicators = true): Enables or disables indicators

  • depth = 9e3: Depth value of the tooltip. This should be high so that the tooltip is always in front.

  • apply_tooltip_offset = true: Enables or disables offsetting tooltips based on, for example, markersize.

  • and all attributes from Tooltip

source


# Makie.DataShaderType.

DataShader is the plot type associated with plotting function datashader. Check the docstring for datashader for further information.

source


# Makie.DensityType.

Density is the plot type associated with plotting function density. Check the docstring for density for further information.

source


# Makie.DirectionalLightType.
julia
DirectionalLight(color, direction[, camera_relative = false])

A light type which simulates a distant light source with parallel light rays going in the given direction.

Availability:

  • All backends with shading = FastShading or MultiLightShading

source


# Makie.ECDFPlotType.

ECDFPlot is the plot type associated with plotting function ecdfplot. Check the docstring for ecdfplot for further information.

source


# Makie.EllipticalArcType.
julia
EllipticalArc(c::VecTypes, r1::Real, r2::Real, angle::Real, a1::Real, a2::Real)
-EllipticalArc(cx::Real, cy::Real, r1::Real, r2::Real, angle::Real, a1::Real, a2::Real)

A path command for use within a BezierPath which continues the current subpath with an elliptical arc. The ellipse is centered at c and has two radii, r1 and r2, the orientation of which depends on angle.

If angle == 0, r1 goes in x direction and r2 in y direction. A positive angle in radians rotates the ellipse counterclockwise, and a negative angle clockwise.

The angles a1 and a2 are the start and stop positions of the arc on the ellipse. A value of 0 is where the radius r1 points to, pi/2 is where the radius r2 points to, and so on. If a2 > a1, the arc turns counterclockwise. If a1 > a2, it turns clockwise.

If the last position of the subpath does not equal the start of the arc, the resulting path will have an implicit line segment between the two.

source


# Makie.EllipticalArcMethod.
julia
EllipticalArc(x1::Real, y1::Real, x2::Real, y2::Real, rx::Real, ry::Real, ϕ::Real, largearc::Bool, sweepflag::Bool)

Construct an EllipticalArc using the endpoint parameterization.

x1, y1 is the starting point and x2, y2 the end point, rx and ry are the two ellipse radii. ϕ is the angle of rx vs the x axis.

Usually, four arcs can be constructed between two points given these ellipse parameters. One of them is chosen using two boolean flags:

If largearc === true, the arc will be longer than 180 degrees. If sweepflag === true, the arc will sweep through increasing angles.

source


# Makie.EnvironmentLightType.
julia
EnvironmentLight(intensity, image)

An environment light that uses a spherical environment map to provide lighting. See: https://en.wikipedia.org/wiki/Reflection_mapping

Availability:

  • RPRMakie

source


# Makie.ErrorbarsType.

Errorbars is the plot type associated with plotting function errorbars. Check the docstring for errorbars for further information.

source


# Makie.EventsType.

This struct provides accessible Observables to monitor the events associated with a Scene.

Functions that act on an Observable must return Consume() if the function consumes an event. When an event is consumed it does not trigger other observer functions. The order in which functions are executed can be controlled via the priority keyword (default 0) in on.

Example:

on(events(scene).mousebutton, priority = 20) do event
+Colorbar(fig_or_scene, contourf::Makie.Contourf; kwargs...)

Attributes

(type ?Makie.Colorbar.x in the REPL for more information about attribute x)

alignmode, bottomspinecolor, bottomspinevisible, colormap, colorrange, flip_vertical_label, flipaxis, halign, height, highclip, label, labelcolor, labelfont, labelpadding, labelrotation, labelsize, labelvisible, leftspinecolor, leftspinevisible, limits, lowclip, minortickalign, minortickcolor, minorticks, minorticksize, minorticksvisible, minortickwidth, nsteps, rightspinecolor, rightspinevisible, scale, size, spinewidth, tellheight, tellwidth, tickalign, tickcolor, tickformat, ticklabelalign, ticklabelcolor, ticklabelfont, ticklabelpad, ticklabelrotation, ticklabelsize, ticklabelspace, ticklabelsvisible, ticks, ticksize, ticksvisible, tickwidth, topspinecolor, topspinevisible, valign, vertical, width

source


# Makie.ContourType.

Contour is the plot type associated with plotting function contour. Check the docstring for contour for further information.

source


# Makie.Contour3dType.

Contour3d is the plot type associated with plotting function contour3d. Check the docstring for contour3d for further information.

source


# Makie.ContourfType.

Contourf is the plot type associated with plotting function contourf. Check the docstring for contourf for further information.

source


# Makie.CrossBarType.

CrossBar is the plot type associated with plotting function crossbar. Check the docstring for crossbar for further information.

source


# Makie.CurveToType.
julia
CurveTo(c1::VecTypes, c2::VecTypes, p::VecTypes)
+CurveTo(cx1::Real, cy1::Real, cx2::Real, cy2::Real, px::Real, py::Real)

A path command for use within a BezierPath which continues the current subpath with a cubic bezier curve to point p, with the first control point c1 and the second control point c2.

source


# Makie.CycledType.
julia
Cycled(i::Int)

If a Cycled value is passed as an attribute to a plotting function, it is replaced with the value from the cycler for this attribute (as long as there is one defined) at the index i.

source


# Makie.DataInspectorMethod.
julia
DataInspector(figure_axis_or_scene = current_figure(); kwargs...)

Creates a data inspector which will show relevant information in a tooltip when you hover over a plot.

This functionality can be disabled on a per-plot basis by setting plot.inspectable[] = false. The displayed text can be adjusted by setting plot.inspector_label to a function (plot, index, position) -> "my_label" returning a label. See Makie documentation for more detail.

Keyword Arguments:

  • range = 10: Controls the snapping range for selecting an element of a plot.

  • priority = 100: The priority of creating a tooltip on a mouse movement or scrolling event.

  • enabled = true: Disables inspection of plots when set to false. Can also be adjusted with enable!(inspector) and disable!(inspector).

  • indicator_color = :red: Color of the selection indicator.

  • indicator_linewidth = 2: Linewidth of the selection indicator.

  • indicator_linestyle = nothing: Linestyle of the selection indicator

  • enable_indicators = true): Enables or disables indicators

  • depth = 9e3: Depth value of the tooltip. This should be high so that the tooltip is always in front.

  • apply_tooltip_offset = true: Enables or disables offsetting tooltips based on, for example, markersize.

  • and all attributes from Tooltip

source


# Makie.DataShaderType.

DataShader is the plot type associated with plotting function datashader. Check the docstring for datashader for further information.

source


# Makie.DensityType.

Density is the plot type associated with plotting function density. Check the docstring for density for further information.

source


# Makie.DirectionalLightType.
julia
DirectionalLight(color, direction[, camera_relative = false])

A light type which simulates a distant light source with parallel light rays going in the given direction.

Availability:

  • All backends with shading = FastShading or MultiLightShading

source


# Makie.ECDFPlotType.

ECDFPlot is the plot type associated with plotting function ecdfplot. Check the docstring for ecdfplot for further information.

source


# Makie.EllipticalArcType.
julia
EllipticalArc(c::VecTypes, r1::Real, r2::Real, angle::Real, a1::Real, a2::Real)
+EllipticalArc(cx::Real, cy::Real, r1::Real, r2::Real, angle::Real, a1::Real, a2::Real)

A path command for use within a BezierPath which continues the current subpath with an elliptical arc. The ellipse is centered at c and has two radii, r1 and r2, the orientation of which depends on angle.

If angle == 0, r1 goes in x direction and r2 in y direction. A positive angle in radians rotates the ellipse counterclockwise, and a negative angle clockwise.

The angles a1 and a2 are the start and stop positions of the arc on the ellipse. A value of 0 is where the radius r1 points to, pi/2 is where the radius r2 points to, and so on. If a2 > a1, the arc turns counterclockwise. If a1 > a2, it turns clockwise.

If the last position of the subpath does not equal the start of the arc, the resulting path will have an implicit line segment between the two.

source


# Makie.EllipticalArcMethod.
julia
EllipticalArc(x1::Real, y1::Real, x2::Real, y2::Real, rx::Real, ry::Real, ϕ::Real, largearc::Bool, sweepflag::Bool)

Construct an EllipticalArc using the endpoint parameterization.

x1, y1 is the starting point and x2, y2 the end point, rx and ry are the two ellipse radii. ϕ is the angle of rx vs the x axis.

Usually, four arcs can be constructed between two points given these ellipse parameters. One of them is chosen using two boolean flags:

If largearc === true, the arc will be longer than 180 degrees. If sweepflag === true, the arc will sweep through increasing angles.

source


# Makie.EnvironmentLightType.
julia
EnvironmentLight(intensity, image)

An environment light that uses a spherical environment map to provide lighting. See: https://en.wikipedia.org/wiki/Reflection_mapping

Availability:

  • RPRMakie

source


# Makie.ErrorbarsType.

Errorbars is the plot type associated with plotting function errorbars. Check the docstring for errorbars for further information.

source


# Makie.EventsType.

This struct provides accessible Observables to monitor the events associated with a Scene.

Functions that act on an Observable must return Consume() if the function consumes an event. When an event is consumed it does not trigger other observer functions. The order in which functions are executed can be controlled via the priority keyword (default 0) in on.

Example:

on(events(scene).mousebutton, priority = 20) do event
     if is_correct_event(event)
         do_something()
         return Consume()
     end
     return
-end

Fields

  • window_area::Observable{GeometryBasics.HyperRectangle{2, Int64}}: The area of the window in pixels, as a Rect2.

  • window_dpi::Observable{Float64}: The DPI resolution of the window, as a Float64.

  • window_open::Observable{Bool}: The state of the window (open => true, closed => false).

  • mousebutton::Observable{Makie.MouseButtonEvent}: Most recently triggered MouseButtonEvent. Contains the relevant event.button and event.action (press/release) See also ispressed.

  • mousebuttonstate::Set{Makie.Mouse.Button}: A Set of all currently pressed mousebuttons.

  • mouseposition::Observable{Tuple{Float64, Float64}}: The position of the mouse as a NTuple{2, Float64}. Updates once per event poll/frame.

  • scroll::Observable{Tuple{Float64, Float64}}: The direction of scroll

  • keyboardbutton::Observable{Makie.KeyEvent}: Most recently triggered KeyEvent. Contains the relevant event.key and event.action (press/repeat/release) See also ispressed.

  • keyboardstate::Set{Makie.Keyboard.Button}: Contains all currently pressed keys.

  • unicode_input::Observable{Char}: Contains the last typed character.

  • dropped_files::Observable{Vector{String}}: Contains a list of filepaths to files dragged into the scene.

  • hasfocus::Observable{Bool}: Whether the Scene window is in focus or not.

  • entered_window::Observable{Bool}: Whether the mouse is inside the window or not.

source


# Makie.ExclusivelyType.
julia
Exclusively(x)

Marks a button, button collection or logical expression of buttons as the exclusive subset of buttons that must be pressed for ispressed to return true.

For example Exclusively((Keyboard.left_control, Keyboard.c)) would require left control and c to be pressed without any other buttons.

Boolean expressions are lowered to multiple Exclusive sets in an Or. It is worth noting that Not branches are ignored here, i.e. it assumed that every button under a Not must not be pressed and that this follows automatically from the subset of buttons that must be pressed.

See also: And, Or, Not, ispressed, &, |, !

source


# Makie.FigureMethod.
julia
Figure(; [figure_padding,] kwargs...)

Construct a Figure which allows to place Blocks like Axis, Colorbar and Legend inside. The outer padding of the figure (the distance of the content to the edges) can be set by passing either one number or a tuple of four numbers for left, right, bottom and top paddings via the figure_padding keyword.

All other keyword arguments such as size and backgroundcolor are forwarded to the Scene owned by the figure which acts as the container for all other visual objects.

source


# Makie.HLinesType.

HLines is the plot type associated with plotting function hlines. Check the docstring for hlines for further information.

source


# Makie.HSpanType.

HSpan is the plot type associated with plotting function hspan. Check the docstring for hspan for further information.

source


# Makie.HexbinType.

Hexbin is the plot type associated with plotting function hexbin. Check the docstring for hexbin for further information.

source


# Makie.HistType.

Hist is the plot type associated with plotting function hist. Check the docstring for hist for further information.

source


# Makie.IntervalSliderType.

Makie.IntervalSlider <: Block

No docstring defined.

Attributes

(type ?Makie.IntervalSlider.x in the REPL for more information about attribute x)

alignmode, color_active, color_active_dimmed, color_inactive, halign, height, horizontal, interval, linewidth, range, snap, startvalues, tellheight, tellwidth, valign, width

source


# Makie.IntervalsBetweenType.
julia
IntervalsBetween(n::Int, mirror::Bool = true)

Indicates to create n-1 minor ticks between every pair of adjacent major ticks.

source


# Makie.LSceneType.

Makie.LScene <: Block

No docstring defined.

Attributes

(type ?Makie.LScene.x in the REPL for more information about attribute x)

alignmode, dim1_conversion, dim2_conversion, dim3_conversion, halign, height, show_axis, tellheight, tellwidth, valign, width

source


# Makie.LabelType.

Makie.Label <: Block

No docstring defined.

Attributes

(type ?Makie.Label.x in the REPL for more information about attribute x)

alignmode, color, font, fontsize, halign, height, justification, lineheight, padding, rotation, tellheight, tellwidth, text, valign, visible, width, word_wrap

source


# Makie.LegendType.
julia
Legend(fig_or_scene, axis::Union{Axis, Scene, LScene}, title = nothing; merge = false, unique = false, kwargs...)

Create a single-group legend with all plots from axis that have the attribute label set.

If merge is true, all plot objects with the same label will be layered on top of each other into one legend entry. If unique is true, all plot objects with the same plot type and label will be reduced to one occurrence.

source


# Makie.LegendType.
julia
Legend(
+end

Fields

  • window_area::Observable{GeometryBasics.HyperRectangle{2, Int64}}: The area of the window in pixels, as a Rect2.

  • window_dpi::Observable{Float64}: The DPI resolution of the window, as a Float64.

  • window_open::Observable{Bool}: The state of the window (open => true, closed => false).

  • mousebutton::Observable{Makie.MouseButtonEvent}: Most recently triggered MouseButtonEvent. Contains the relevant event.button and event.action (press/release) See also ispressed.

  • mousebuttonstate::Set{Makie.Mouse.Button}: A Set of all currently pressed mousebuttons.

  • mouseposition::Observable{Tuple{Float64, Float64}}: The position of the mouse as a NTuple{2, Float64}. Updates once per event poll/frame.

  • scroll::Observable{Tuple{Float64, Float64}}: The direction of scroll

  • keyboardbutton::Observable{Makie.KeyEvent}: Most recently triggered KeyEvent. Contains the relevant event.key and event.action (press/repeat/release) See also ispressed.

  • keyboardstate::Set{Makie.Keyboard.Button}: Contains all currently pressed keys.

  • unicode_input::Observable{Char}: Contains the last typed character.

  • dropped_files::Observable{Vector{String}}: Contains a list of filepaths to files dragged into the scene.

  • hasfocus::Observable{Bool}: Whether the Scene window is in focus or not.

  • entered_window::Observable{Bool}: Whether the mouse is inside the window or not.

source


# Makie.ExclusivelyType.
julia
Exclusively(x)

Marks a button, button collection or logical expression of buttons as the exclusive subset of buttons that must be pressed for ispressed to return true.

For example Exclusively((Keyboard.left_control, Keyboard.c)) would require left control and c to be pressed without any other buttons.

Boolean expressions are lowered to multiple Exclusive sets in an Or. It is worth noting that Not branches are ignored here, i.e. it assumed that every button under a Not must not be pressed and that this follows automatically from the subset of buttons that must be pressed.

See also: And, Or, Not, ispressed, &, |, !

source


# Makie.FigureMethod.
julia
Figure(; [figure_padding,] kwargs...)

Construct a Figure which allows to place Blocks like Axis, Colorbar and Legend inside. The outer padding of the figure (the distance of the content to the edges) can be set by passing either one number or a tuple of four numbers for left, right, bottom and top paddings via the figure_padding keyword.

All other keyword arguments such as size and backgroundcolor are forwarded to the Scene owned by the figure which acts as the container for all other visual objects.

source


# Makie.HLinesType.

HLines is the plot type associated with plotting function hlines. Check the docstring for hlines for further information.

source


# Makie.HSpanType.

HSpan is the plot type associated with plotting function hspan. Check the docstring for hspan for further information.

source


# Makie.HexbinType.

Hexbin is the plot type associated with plotting function hexbin. Check the docstring for hexbin for further information.

source


# Makie.HistType.

Hist is the plot type associated with plotting function hist. Check the docstring for hist for further information.

source


# Makie.IntervalSliderType.

Makie.IntervalSlider <: Block

No docstring defined.

Attributes

(type ?Makie.IntervalSlider.x in the REPL for more information about attribute x)

alignmode, color_active, color_active_dimmed, color_inactive, halign, height, horizontal, interval, linewidth, range, snap, startvalues, tellheight, tellwidth, valign, width

source


# Makie.IntervalsBetweenType.
julia
IntervalsBetween(n::Int, mirror::Bool = true)

Indicates to create n-1 minor ticks between every pair of adjacent major ticks.

source


# Makie.LSceneType.

Makie.LScene <: Block

No docstring defined.

Attributes

(type ?Makie.LScene.x in the REPL for more information about attribute x)

alignmode, dim1_conversion, dim2_conversion, dim3_conversion, halign, height, show_axis, tellheight, tellwidth, valign, width

source


# Makie.LabelType.

Makie.Label <: Block

No docstring defined.

Attributes

(type ?Makie.Label.x in the REPL for more information about attribute x)

alignmode, color, font, fontsize, halign, height, justification, lineheight, padding, rotation, tellheight, tellwidth, text, valign, visible, width, word_wrap

source


# Makie.LegendType.
julia
Legend(fig_or_scene, axis::Union{Axis, Scene, LScene}, title = nothing; merge = false, unique = false, kwargs...)

Create a single-group legend with all plots from axis that have the attribute label set.

If merge is true, all plot objects with the same label will be layered on top of each other into one legend entry. If unique is true, all plot objects with the same plot type and label will be reduced to one occurrence.

source


# Makie.LegendType.
julia
Legend(
     fig_or_scene,
     contents::AbstractArray,
     labels::AbstractArray,
     title = nothing;
-    kwargs...)

Create a legend from contents and labels where each label is associated to one content element. A content element can be an AbstractPlot, an array of AbstractPlots, a LegendElement, or any other object for which the legendelements method is defined.

source


# Makie.LegendType.

Makie.Legend <: Block

No docstring defined.

Attributes

(type ?Makie.Legend.x in the REPL for more information about attribute x)

alignmode, backgroundcolor, bgcolor, colgap, framecolor, framevisible, framewidth, gridshalign, gridsvalign, groupgap, halign, height, label, labelcolor, labelfont, labelhalign, labeljustification, labelsize, labelvalign, linecolor, linecolormap, linecolorrange, linepoints, linestyle, linewidth, margin, marker, markercolor, markercolormap, markercolorrange, markerpoints, markersize, markerstrokecolor, markerstrokewidth, nbanks, orientation, padding, patchcolor, patchlabelgap, patchsize, patchstrokecolor, patchstrokewidth, polycolor, polycolormap, polycolorrange, polypoints, polystrokecolor, polystrokewidth, rowgap, tellheight, tellwidth, titlecolor, titlefont, titlegap, titlehalign, titleposition, titlesize, titlevalign, titlevisible, valign, width

source


# Makie.LegendMethod.
julia
Legend(
+    kwargs...)

Create a legend from contents and labels where each label is associated to one content element. A content element can be an AbstractPlot, an array of AbstractPlots, a LegendElement, or any other object for which the legendelements method is defined.

source


# Makie.LegendType.

Makie.Legend <: Block

No docstring defined.

Attributes

(type ?Makie.Legend.x in the REPL for more information about attribute x)

alignmode, backgroundcolor, bgcolor, colgap, framecolor, framevisible, framewidth, gridshalign, gridsvalign, groupgap, halign, height, label, labelcolor, labelfont, labelhalign, labeljustification, labelsize, labelvalign, linecolor, linecolormap, linecolorrange, linepoints, linestyle, linewidth, margin, marker, markercolor, markercolormap, markercolorrange, markerpoints, markersize, markerstrokecolor, markerstrokewidth, nbanks, orientation, padding, patchcolor, patchlabelgap, patchsize, patchstrokecolor, patchstrokewidth, polycolor, polycolormap, polycolorrange, polypoints, polystrokecolor, polystrokewidth, rowgap, tellheight, tellwidth, titlecolor, titlefont, titlegap, titlehalign, titleposition, titlesize, titlevalign, titlevisible, valign, width

source


# Makie.LegendMethod.
julia
Legend(
     fig_or_scene,
     contentgroups::AbstractVector{<:AbstractVector},
     labelgroups::AbstractVector{<:AbstractVector},
     titles::AbstractVector;
-    kwargs...)

Create a multi-group legend from contentgroups, labelgroups and titles. Each group from contentgroups and labelgroups is associated with one title from titles (a title can be nothing to hide it).

Within each group, each content element is associated with one label. A content element can be an AbstractPlot, an array of AbstractPlots, a LegendElement, or any other object for which the legendelements method is defined.

source


# Makie.LineToType.
julia
LineTo(p::VecTypes)
-LineTo(x::Real, y::Real)

A path command for use within a BezierPath which continues the current subpath with a line to the given point.

source


# Makie.LinearTicksType.

LinearTicks with ideally a number of n_ideal tick marks.

source


# Makie.LinestyleType.
julia
Linestyle(value::Vector{<:Real})

A type that can be used as value for the linestyle keyword argument of plotting functions to arbitrarily customize the linestyle.

The value is a vector specifying the boundaries of the dashes in the line. Values 1 and 2 demarcate the first dash, values 2 and 3 the first gap, and so on. This means that usually, a pattern should have an odd number of values so that there's always a gap after a dash.

Here's an example in ASCII code. If we specify [0, 3, 6, 11, 16] then we get the following pattern:

#  0  3   6   11   16  3  6   11
-#   ---   -----     ---   -----

source


# Makie.LogTicksType.
julia
LogTicks{T}(linear_ticks::T)

Wraps any other tick object. Used to apply a linear tick searching algorithm on a log-transformed interval.

source


# Makie.MenuType.

Makie.Menu <: Block

A drop-down menu with multiple selectable options. You can pass options with the keyword argument options.

Options are given as an iterable of elements. For each element, the option label in the menu is determined with optionlabel(element) and the option value with optionvalue(element). These functions can be overloaded for custom types. The default is that tuples of two elements are expected to be label and value, where string(label) is used as the label, while for all other objects, label = string(object) and value = object.

When an item is selected in the menu, the menu's selection attribute is set to optionvalue(selected_element). When nothing is selected, that value is nothing.

You can set the initial selection by passing one of the labels with the default keyword.

Constructors

julia
Menu(fig_or_scene; default = nothing, kwargs...)

Examples

Menu with string entries, second preselected:

julia
menu1 = Menu(fig[1, 1], options = ["first", "second", "third"], default = "second")

Menu with two-element entries, label and function:

julia
funcs = [sin, cos, tan]
+    kwargs...)

Create a multi-group legend from contentgroups, labelgroups and titles. Each group from contentgroups and labelgroups is associated with one title from titles (a title can be nothing to hide it).

Within each group, each content element is associated with one label. A content element can be an AbstractPlot, an array of AbstractPlots, a LegendElement, or any other object for which the legendelements method is defined.

source


# Makie.LineToType.
julia
LineTo(p::VecTypes)
+LineTo(x::Real, y::Real)

A path command for use within a BezierPath which continues the current subpath with a line to the given point.

source


# Makie.LinearTicksType.

LinearTicks with ideally a number of n_ideal tick marks.

source


# Makie.LinestyleType.
julia
Linestyle(value::Vector{<:Real})

A type that can be used as value for the linestyle keyword argument of plotting functions to arbitrarily customize the linestyle.

The value is a vector specifying the boundaries of the dashes in the line. Values 1 and 2 demarcate the first dash, values 2 and 3 the first gap, and so on. This means that usually, a pattern should have an odd number of values so that there's always a gap after a dash.

Here's an example in ASCII code. If we specify [0, 3, 6, 11, 16] then we get the following pattern:

#  0  3   6   11   16  3  6   11
+#   ---   -----     ---   -----

source


# Makie.LogTicksType.
julia
LogTicks{T}(linear_ticks::T)

Wraps any other tick object. Used to apply a linear tick searching algorithm on a log-transformed interval.

source


# Makie.MenuType.

Makie.Menu <: Block

A drop-down menu with multiple selectable options. You can pass options with the keyword argument options.

Options are given as an iterable of elements. For each element, the option label in the menu is determined with optionlabel(element) and the option value with optionvalue(element). These functions can be overloaded for custom types. The default is that tuples of two elements are expected to be label and value, where string(label) is used as the label, while for all other objects, label = string(object) and value = object.

When an item is selected in the menu, the menu's selection attribute is set to optionvalue(selected_element). When nothing is selected, that value is nothing.

You can set the initial selection by passing one of the labels with the default keyword.

Constructors

julia
Menu(fig_or_scene; default = nothing, kwargs...)

Examples

Menu with string entries, second preselected:

julia
menu1 = Menu(fig[1, 1], options = ["first", "second", "third"], default = "second")

Menu with two-element entries, label and function:

julia
funcs = [sin, cos, tan]
 labels = ["Sine", "Cosine", "Tangens"]
 
 menu2 = Menu(fig[1, 1], options = zip(labels, funcs))

Executing a function when a selection is made:

julia
on(menu2.selection) do selected_function
     # do something with the selected function
-end

Attributes

(type ?Makie.Menu.x in the REPL for more information about attribute x)

alignmode, cell_color_active, cell_color_hover, cell_color_inactive_even, cell_color_inactive_odd, direction, dropdown_arrow_color, dropdown_arrow_size, fontsize, halign, height, i_selected, is_open, options, prompt, scroll_speed, selection, selection_cell_color_inactive, tellheight, tellwidth, textcolor, textpadding, valign, width

source


# Makie.MouseEventType.
julia
MouseEvent

Describes a mouse state change. Fields:

  • type: MouseEventType

  • t: Time of the event

  • data: Mouse position in data coordinates

  • px: Mouse position in px relative to scene origin

  • prev_t: Time of previous event

  • prev_data: Previous mouse position in data coordinates

  • prev_px: Previous mouse position in data coordinates

source


# Makie.MoveToType.
julia
MoveTo(p::VecTypes)
-MoveTo(x::Real, y::Real)

A path command for use within a BezierPath which starts a new subpath at the given point.

source


# Makie.MultiplesTicksType.

Like LinearTicks but for multiples of multiple. Example where approximately 5 numbers should be found that are multiples of pi, printed like "1π", "2π", etc.:

MultiplesTicks(5, pi, "π")

source


# Makie.PieType.

Pie is the plot type associated with plotting function pie. Check the docstring for pie for further information.

source


# Makie.PlotSpecType.
julia
PlotSpec(plottype, args...; kwargs...)

Object encoding positional arguments (args), a NamedTuple of attributes (kwargs) as well as plot type P of a basic plot.

source


# Makie.PointLightType.
julia
PointLight(color, position[, attenuation = Vec2f(0)])
-PointLight(color, position, range::Real)

A point-like light source placed at the given position with the given light color.

Optionally an attenuation parameter can be used to reduce the brightness of the light source with distance. The reduction is given by 1 / (1 + attenuation[1] * distance + attenuation[2] * distance^2). Alternatively you can pass a light range to generate matching default attenuation parameters. Note that you may need to set the light intensity, i.e. the light color to values greater than 1 to get satisfying results.

Availability:

  • GLMakie with shading = MultiLightShading

  • RPRMakie

source


# Makie.PolarAxisType.

Makie.PolarAxis <: Block

No docstring defined.

Attributes

(type ?Makie.PolarAxis.x in the REPL for more information about attribute x)

alignmode, axis_rotation_button, backgroundcolor, clip, clip_r, clipcolor, dim1_conversion, dim2_conversion, direction, fixrmin, gridz, halign, height, normalize_theta_ticks, r_translation_button, radius_at_origin, rautolimitmargin, reset_axis_orientation, reset_button, rgridcolor, rgridstyle, rgridvisible, rgridwidth, rlimits, rminorgridcolor, rminorgridstyle, rminorgridvisible, rminorgridwidth, rminorticks, rtickangle, rtickformat, rticklabelcolor, rticklabelfont, rticklabelpad, rticklabelrotation, rticklabelsize, rticklabelstrokecolor, rticklabelstrokewidth, rticklabelsvisible, rticks, rzoomkey, rzoomlock, sample_density, spinecolor, spinestyle, spinevisible, spinewidth, tellheight, tellwidth, theta_0, theta_as_x, theta_translation_button, thetaautolimitmargin, thetagridcolor, thetagridstyle, thetagridvisible, thetagridwidth, thetalimits, thetaminorgridcolor, thetaminorgridstyle, thetaminorgridvisible, thetaminorgridwidth, thetaminorticks, thetatickformat, thetaticklabelcolor, thetaticklabelfont, thetaticklabelpad, thetaticklabelsize, thetaticklabelstrokecolor, thetaticklabelstrokewidth, thetaticklabelsvisible, thetaticks, thetazoomkey, thetazoomlock, title, titlealign, titlecolor, titlefont, titlegap, titlesize, titlevisible, valign, width, zoomspeed

source


# Makie.QQNormType.

QQNorm is the plot type associated with plotting function qqnorm. Check the docstring for qqnorm for further information.

source


# Makie.QQPlotType.

QQPlot is the plot type associated with plotting function qqplot. Check the docstring for qqplot for further information.

source


# Makie.RainCloudsType.

RainClouds is the plot type associated with plotting function rainclouds. Check the docstring for rainclouds for further information.

source


# Makie.RangebarsType.

Rangebars is the plot type associated with plotting function rangebars. Check the docstring for rangebars for further information.

source


# Makie.RectLightType.
julia
RectLight(color, r::Rect2[, direction = -normal])
-RectLight(color, center::Point3f, b1::Vec3f, b2::Vec3f[, direction = -normal])

Creates a RectLight with a given color. The first constructor derives the light from a Rect2 extending in x and y directions. The second specifies the center of the rect (or more accurately parallelogram) with b1 and b2 specifying the width and height vectors (including scale).

Note that RectLight implements translate!, rotate! and scale! to simplify adjusting the light.

Availability:

  • GLMakie with Shading = MultiLightShading

source


# Makie.ReverseType.

Reverses the attribute T upon conversion

source


# Makie.ReversibleScaleType.
julia
ReversibleScale

Custom scale struct, taking a forward and inverse arbitrary scale function.

Fields

  • forward::Function: forward transformation (e.g. log10)

  • inverse::Function: inverse transformation (e.g. exp10 for log10 such that inverse ∘ forward ≡ identity)

  • limits::Tuple{Float32, Float32}: default limits (optional)

  • interval::IntervalSets.AbstractInterval: valid limits interval (optional)

  • name::Symbol

source


# Makie.ScatterLinesType.

ScatterLines is the plot type associated with plotting function scatterlines. Check the docstring for scatterlines for further information.

source


# Makie.SceneType.
julia
Scene TODO document this

Constructors

Fields

  • parent: The parent of the Scene; if it is a top-level Scene, parent == nothing.

  • events: Events associated with the Scene.

  • viewport: The current pixel area of the Scene.

  • clear: Whether the scene should be cleared.

  • camera: The Camera associated with the Scene.

  • camera_controls: The controls for the camera of the Scene.

  • transformation: The Transformation of the Scene.

  • float32convert: A transformation rescaling data to a Float32-save range.

  • plots: The plots contained in the Scene.

  • theme

  • children: Children of the Scene inherit its transformation.

  • current_screens: The Screens which the Scene is displayed to.

  • backgroundcolor

  • visible

  • ssao

  • lights

  • deregister_callbacks

  • cycler

  • conversions

source


# Makie.SceneSpaceType.

Unit space of the scene it's displayed on. Also referred to as data units

source


# Makie.SeriesType.

Series is the plot type associated with plotting function series. Check the docstring for series for further information.

source


# Makie.SliderType.

Makie.Slider <: Block

No docstring defined.

Attributes

(type ?Makie.Slider.x in the REPL for more information about attribute x)

alignmode, color_active, color_active_dimmed, color_inactive, halign, height, horizontal, linewidth, range, snap, startvalue, tellheight, tellwidth, valign, value, width

source


# Makie.SliderGridType.

Makie.SliderGrid <: Block

A grid of horizontal Sliders, where each slider has one name label on the left, and a value label on the right.

Each NamedTuple you pass specifies one Slider. You always have to pass range and label, and optionally a format for the value label. Beyond that, you can set any keyword that Slider takes, such as startvalue.

The format keyword can be a String with Format.jl style, such as "{:.2f}Hz", or a function.

Constructors

julia
SliderGrid(fig_or_scene, nts::NamedTuple...; kwargs...)

Examples

julia
sg = SliderGrid(fig[1, 1],
+end

Attributes

(type ?Makie.Menu.x in the REPL for more information about attribute x)

alignmode, cell_color_active, cell_color_hover, cell_color_inactive_even, cell_color_inactive_odd, direction, dropdown_arrow_color, dropdown_arrow_size, fontsize, halign, height, i_selected, is_open, options, prompt, scroll_speed, selection, selection_cell_color_inactive, tellheight, tellwidth, textcolor, textpadding, valign, width

source


# Makie.MouseEventType.
julia
MouseEvent

Describes a mouse state change. Fields:

  • type: MouseEventType

  • t: Time of the event

  • data: Mouse position in data coordinates

  • px: Mouse position in px relative to scene origin

  • prev_t: Time of previous event

  • prev_data: Previous mouse position in data coordinates

  • prev_px: Previous mouse position in data coordinates

source


# Makie.MoveToType.
julia
MoveTo(p::VecTypes)
+MoveTo(x::Real, y::Real)

A path command for use within a BezierPath which starts a new subpath at the given point.

source


# Makie.MultiplesTicksType.

Like LinearTicks but for multiples of multiple. Example where approximately 5 numbers should be found that are multiples of pi, printed like "1π", "2π", etc.:

MultiplesTicks(5, pi, "π")

source


# Makie.PieType.

Pie is the plot type associated with plotting function pie. Check the docstring for pie for further information.

source


# Makie.PlotSpecType.
julia
PlotSpec(plottype, args...; kwargs...)

Object encoding positional arguments (args), a NamedTuple of attributes (kwargs) as well as plot type P of a basic plot.

source


# Makie.PointLightType.
julia
PointLight(color, position[, attenuation = Vec2f(0)])
+PointLight(color, position, range::Real)

A point-like light source placed at the given position with the given light color.

Optionally an attenuation parameter can be used to reduce the brightness of the light source with distance. The reduction is given by 1 / (1 + attenuation[1] * distance + attenuation[2] * distance^2). Alternatively you can pass a light range to generate matching default attenuation parameters. Note that you may need to set the light intensity, i.e. the light color to values greater than 1 to get satisfying results.

Availability:

  • GLMakie with shading = MultiLightShading

  • RPRMakie

source


# Makie.PolarAxisType.

Makie.PolarAxis <: Block

No docstring defined.

Attributes

(type ?Makie.PolarAxis.x in the REPL for more information about attribute x)

alignmode, axis_rotation_button, backgroundcolor, clip, clip_r, clipcolor, dim1_conversion, dim2_conversion, direction, fixrmin, gridz, halign, height, normalize_theta_ticks, r_translation_button, radius_at_origin, rautolimitmargin, reset_axis_orientation, reset_button, rgridcolor, rgridstyle, rgridvisible, rgridwidth, rlimits, rminorgridcolor, rminorgridstyle, rminorgridvisible, rminorgridwidth, rminorticks, rtickangle, rtickformat, rticklabelcolor, rticklabelfont, rticklabelpad, rticklabelrotation, rticklabelsize, rticklabelstrokecolor, rticklabelstrokewidth, rticklabelsvisible, rticks, rzoomkey, rzoomlock, sample_density, spinecolor, spinestyle, spinevisible, spinewidth, tellheight, tellwidth, theta_0, theta_as_x, theta_translation_button, thetaautolimitmargin, thetagridcolor, thetagridstyle, thetagridvisible, thetagridwidth, thetalimits, thetaminorgridcolor, thetaminorgridstyle, thetaminorgridvisible, thetaminorgridwidth, thetaminorticks, thetatickformat, thetaticklabelcolor, thetaticklabelfont, thetaticklabelpad, thetaticklabelsize, thetaticklabelstrokecolor, thetaticklabelstrokewidth, thetaticklabelsvisible, thetaticks, thetazoomkey, thetazoomlock, title, titlealign, titlecolor, titlefont, titlegap, titlesize, titlevisible, valign, width, zoomspeed

source


# Makie.QQNormType.

QQNorm is the plot type associated with plotting function qqnorm. Check the docstring for qqnorm for further information.

source


# Makie.QQPlotType.

QQPlot is the plot type associated with plotting function qqplot. Check the docstring for qqplot for further information.

source


# Makie.RainCloudsType.

RainClouds is the plot type associated with plotting function rainclouds. Check the docstring for rainclouds for further information.

source


# Makie.RangebarsType.

Rangebars is the plot type associated with plotting function rangebars. Check the docstring for rangebars for further information.

source


# Makie.RectLightType.
julia
RectLight(color, r::Rect2[, direction = -normal])
+RectLight(color, center::Point3f, b1::Vec3f, b2::Vec3f[, direction = -normal])

Creates a RectLight with a given color. The first constructor derives the light from a Rect2 extending in x and y directions. The second specifies the center of the rect (or more accurately parallelogram) with b1 and b2 specifying the width and height vectors (including scale).

Note that RectLight implements translate!, rotate! and scale! to simplify adjusting the light.

Availability:

  • GLMakie with Shading = MultiLightShading

source


# Makie.ReverseType.

Reverses the attribute T upon conversion

source


# Makie.ReversibleScaleType.
julia
ReversibleScale

Custom scale struct, taking a forward and inverse arbitrary scale function.

Fields

  • forward::Function: forward transformation (e.g. log10)

  • inverse::Function: inverse transformation (e.g. exp10 for log10 such that inverse ∘ forward ≡ identity)

  • limits::Tuple{Float32, Float32}: default limits (optional)

  • interval::IntervalSets.AbstractInterval: valid limits interval (optional)

  • name::Symbol

source


# Makie.ScatterLinesType.

ScatterLines is the plot type associated with plotting function scatterlines. Check the docstring for scatterlines for further information.

source


# Makie.SceneType.
julia
Scene TODO document this

Constructors

Fields

  • parent: The parent of the Scene; if it is a top-level Scene, parent == nothing.

  • events: Events associated with the Scene.

  • viewport: The current pixel area of the Scene.

  • clear: Whether the scene should be cleared.

  • camera: The Camera associated with the Scene.

  • camera_controls: The controls for the camera of the Scene.

  • transformation: The Transformation of the Scene.

  • float32convert: A transformation rescaling data to a Float32-save range.

  • plots: The plots contained in the Scene.

  • theme

  • children: Children of the Scene inherit its transformation.

  • current_screens: The Screens which the Scene is displayed to.

  • backgroundcolor

  • visible

  • ssao

  • lights

  • deregister_callbacks

  • cycler

  • conversions

source


# Makie.SceneSpaceType.

Unit space of the scene it's displayed on. Also referred to as data units

source


# Makie.SeriesType.

Series is the plot type associated with plotting function series. Check the docstring for series for further information.

source


# Makie.SliderType.

Makie.Slider <: Block

No docstring defined.

Attributes

(type ?Makie.Slider.x in the REPL for more information about attribute x)

alignmode, color_active, color_active_dimmed, color_inactive, halign, height, horizontal, linewidth, range, snap, startvalue, tellheight, tellwidth, valign, value, width

source


# Makie.SliderGridType.

Makie.SliderGrid <: Block

A grid of horizontal Sliders, where each slider has one name label on the left, and a value label on the right.

Each NamedTuple you pass specifies one Slider. You always have to pass range and label, and optionally a format for the value label. Beyond that, you can set any keyword that Slider takes, such as startvalue.

The format keyword can be a String with Format.jl style, such as "{:.2f}Hz", or a function.

Constructors

julia
SliderGrid(fig_or_scene, nts::NamedTuple...; kwargs...)

Examples

julia
sg = SliderGrid(fig[1, 1],
     (label = "Amplitude", range = 0:0.1:10, startvalue = 5),
     (label = "Frequency", range = 0:0.5:50, format = "{:.1f}Hz", startvalue = 10),
     (label = "Phase", range = 0:0.01:2pi,
         format = x -> string(round(x/pi, digits = 2), "π"))
 )

Working with slider values:

julia
on(sg.sliders[1].value) do val
     # do something with \`val\`
-end

Attributes

(type ?Makie.SliderGrid.x in the REPL for more information about attribute x)

alignmode, halign, height, tellheight, tellwidth, valign, value_column_width, width

source


# Makie.SpotLightType.
julia
SpotLight(color, position, direction, angles)

Creates a spot light which illuminates objects in a light cone starting at position pointing in direction. The opening angle is defined by an inner and outer angle given in angles, between which the light intensity drops off.

Availability:

  • GLMakie with shading = MultiLightShading

  • RPRMakie

source


# Makie.SpyType.

Spy is the plot type associated with plotting function spy. Check the docstring for spy for further information.

source


# Makie.StairsType.

Stairs is the plot type associated with plotting function stairs. Check the docstring for stairs for further information.

source


# Makie.StemType.

Stem is the plot type associated with plotting function stem. Check the docstring for stem for further information.

source


# Makie.StepHistType.

StepHist is the plot type associated with plotting function stephist. Check the docstring for stephist for further information.

source


# Makie.StreamPlotType.

StreamPlot is the plot type associated with plotting function streamplot. Check the docstring for streamplot for further information.

source


# Makie.TextboxType.

Makie.Textbox <: Block

No docstring defined.

Attributes

(type ?Makie.Textbox.x in the REPL for more information about attribute x)

alignmode, bordercolor, bordercolor_focused, bordercolor_focused_invalid, bordercolor_hover, borderwidth, boxcolor, boxcolor_focused, boxcolor_focused_invalid, boxcolor_hover, cornerradius, cornersegments, cursorcolor, defocus_on_submit, displayed_string, focused, font, fontsize, halign, height, placeholder, reset_on_defocus, restriction, stored_string, tellheight, tellwidth, textcolor, textcolor_placeholder, textpadding, validator, valign, width

source


# Makie.TimeSeriesType.

TimeSeries is the plot type associated with plotting function timeseries. Check the docstring for timeseries for further information.

source


# Makie.ToggleType.

Makie.Toggle <: Block

No docstring defined.

Attributes

(type ?Makie.Toggle.x in the REPL for more information about attribute x)

active, alignmode, buttoncolor, cornersegments, framecolor_active, framecolor_inactive, halign, height, rimfraction, tellheight, tellwidth, toggleduration, valign, width

source


# Makie.TooltipType.

Tooltip is the plot type associated with plotting function tooltip. Check the docstring for tooltip for further information.

source


# Makie.TransformationType.

Holds the transformations for Scenes.

Fields

  • parent::Base.RefValue{Transformation}

  • translation::Observable{Vec{3, Float64}}

  • scale::Observable{Vec{3, Float64}}

  • rotation::Observable{Quaternionf}

  • model::Observable{StaticArraysCore.SMatrix{4, 4, Float64, 16}}

  • parent_model::Observable{StaticArraysCore.SMatrix{4, 4, Float64, 16}}

  • transform_func::Observable{Any}

source


# Makie.TricontourfType.

Tricontourf is the plot type associated with plotting function tricontourf. Check the docstring for tricontourf for further information.

source


# Makie.TriplotType.

Triplot is the plot type associated with plotting function triplot. Check the docstring for triplot for further information.

source


# Makie.VLinesType.

VLines is the plot type associated with plotting function vlines. Check the docstring for vlines for further information.

source


# Makie.VSpanType.

VSpan is the plot type associated with plotting function vspan. Check the docstring for vspan for further information.

source


# Makie.VideoStreamMethod.
julia
VideoStream(fig::FigureLike;
+end

Attributes

(type ?Makie.SliderGrid.x in the REPL for more information about attribute x)

alignmode, halign, height, tellheight, tellwidth, valign, value_column_width, width

source


# Makie.SpotLightType.
julia
SpotLight(color, position, direction, angles)

Creates a spot light which illuminates objects in a light cone starting at position pointing in direction. The opening angle is defined by an inner and outer angle given in angles, between which the light intensity drops off.

Availability:

  • GLMakie with shading = MultiLightShading

  • RPRMakie

source


# Makie.SpyType.

Spy is the plot type associated with plotting function spy. Check the docstring for spy for further information.

source


# Makie.StairsType.

Stairs is the plot type associated with plotting function stairs. Check the docstring for stairs for further information.

source


# Makie.StemType.

Stem is the plot type associated with plotting function stem. Check the docstring for stem for further information.

source


# Makie.StepHistType.

StepHist is the plot type associated with plotting function stephist. Check the docstring for stephist for further information.

source


# Makie.StreamPlotType.

StreamPlot is the plot type associated with plotting function streamplot. Check the docstring for streamplot for further information.

source


# Makie.TextboxType.

Makie.Textbox <: Block

No docstring defined.

Attributes

(type ?Makie.Textbox.x in the REPL for more information about attribute x)

alignmode, bordercolor, bordercolor_focused, bordercolor_focused_invalid, bordercolor_hover, borderwidth, boxcolor, boxcolor_focused, boxcolor_focused_invalid, boxcolor_hover, cornerradius, cornersegments, cursorcolor, defocus_on_submit, displayed_string, focused, font, fontsize, halign, height, placeholder, reset_on_defocus, restriction, stored_string, tellheight, tellwidth, textcolor, textcolor_placeholder, textpadding, validator, valign, width

source


# Makie.TimeSeriesType.

TimeSeries is the plot type associated with plotting function timeseries. Check the docstring for timeseries for further information.

source


# Makie.ToggleType.

Makie.Toggle <: Block

No docstring defined.

Attributes

(type ?Makie.Toggle.x in the REPL for more information about attribute x)

active, alignmode, buttoncolor, cornersegments, framecolor_active, framecolor_inactive, halign, height, rimfraction, tellheight, tellwidth, toggleduration, valign, width

source


# Makie.TooltipType.

Tooltip is the plot type associated with plotting function tooltip. Check the docstring for tooltip for further information.

source


# Makie.TransformationType.

Holds the transformations for Scenes.

Fields

  • parent::Base.RefValue{Transformation}

  • translation::Observable{Vec{3, Float64}}

  • scale::Observable{Vec{3, Float64}}

  • rotation::Observable{Quaternionf}

  • model::Observable{StaticArraysCore.SMatrix{4, 4, Float64, 16}}

  • parent_model::Observable{StaticArraysCore.SMatrix{4, 4, Float64, 16}}

  • transform_func::Observable{Any}

source


# Makie.TricontourfType.

Tricontourf is the plot type associated with plotting function tricontourf. Check the docstring for tricontourf for further information.

source


# Makie.TriplotType.

Triplot is the plot type associated with plotting function triplot. Check the docstring for triplot for further information.

source


# Makie.VLinesType.

VLines is the plot type associated with plotting function vlines. Check the docstring for vlines for further information.

source


# Makie.VSpanType.

VSpan is the plot type associated with plotting function vspan. Check the docstring for vspan for further information.

source


# Makie.VideoStreamMethod.
julia
VideoStream(fig::FigureLike;
         format="mp4", framerate=24, compression=nothing, profile=nothing, pixel_format=nothing, loop=nothing,
         loglevel="quiet", visible=false, connect=false, backend=current_backend(),
         screen_config...)

Returns a VideoStream which can pipe new frames into the ffmpeg process with few allocations via recordframe!(stream). When done, use save(path, stream) to write the video out to a file.

Arguments

Video options

  • format = "mkv": The format of the video. If a path is present, will be inferred from the file extension. Can be one of the following:

    • "mkv" (open standard, the default)

    • "mp4" (good for Web, most supported format)

    • "webm" (smallest file size)

    • "gif" (largest file size for the same quality)

    mp4 and mk4 are marginally bigger than webm. gifs can be significantly (as much as 6x) larger with worse quality (due to the limited color palette) and only should be used as a last resort, for playing in a context where videos aren't supported.

  • framerate = 24: The target framerate.

  • compression = 20: Controls the video compression via ffmpeg's -crf option, with smaller numbers giving higher quality and larger file sizes (lower compression), and higher numbers giving lower quality and smaller file sizes (higher compression). The minimum value is 0 (lossless encoding).

    • For mp4, 51 is the maximum. Note that compression = 0 only works with mp4 if

    profile = "high444".

    • For webm, 63 is the maximum.

    • compression has no effect on mkv and gif outputs.

  • profile = "high422": A ffmpeg compatible profile. Currently only applies to mp4. If

you have issues playing a video, try profile = "high" or profile = "main".

  • pixel_format = "yuv420p": A ffmpeg compatible pixel format (-pix_fmt). Currently only

applies to mp4. Defaults to yuv444p for profile = "high444".

  • loop = 0: Number of times the video is repeated, for a gif or html output. Defaults to 0, which

means infinite looping. A value of -1 turns off looping, and a value of n > 0 means n repetitions (i.e. the video is played n+1 times) when supported by backend.

!!! warning
 \`profile\` and \`pixel_format\` are only used when \`format\` is \`"mp4"\`; a warning will be issued if \`format\`
 is not \`"mp4"\` and those two arguments are not \`nothing\`. Similarly, \`compression\` is only
-valid when \`format\` is \`"mp4"\` or \`"webm"\`.

Backend options

  • backend=current_backend(): backend used to record frames

  • visible=false: make window visible or not

  • connect=false: connect window events or not

  • screen_config...: See ?Backend.Screen or Base.doc(Backend.Screen) for applicable options that can be passed and forwarded to the backend.

source


# Makie.ViolinType.

Violin is the plot type associated with plotting function violin. Check the docstring for violin for further information.

source


# Makie.VolumeSlicesType.

VolumeSlices is the plot type associated with plotting function volumeslices. Check the docstring for volumeslices for further information.

source


# Makie.VoronoiplotType.

Voronoiplot is the plot type associated with plotting function voronoiplot. Check the docstring for voronoiplot for further information.

source


# Makie.WaterfallType.

Waterfall is the plot type associated with plotting function waterfall. Check the docstring for waterfall for further information.

source


# Makie.WilkinsonTicksMethod.
julia
WilkinsonTicks(
+valid when \`format\` is \`"mp4"\` or \`"webm"\`.

Backend options

  • backend=current_backend(): backend used to record frames

  • visible=false: make window visible or not

  • connect=false: connect window events or not

  • screen_config...: See ?Backend.Screen or Base.doc(Backend.Screen) for applicable options that can be passed and forwarded to the backend.

source


# Makie.ViolinType.

Violin is the plot type associated with plotting function violin. Check the docstring for violin for further information.

source


# Makie.VolumeSlicesType.

VolumeSlices is the plot type associated with plotting function volumeslices. Check the docstring for volumeslices for further information.

source


# Makie.VoronoiplotType.

Voronoiplot is the plot type associated with plotting function voronoiplot. Check the docstring for voronoiplot for further information.

source


# Makie.WaterfallType.

Waterfall is the plot type associated with plotting function waterfall. Check the docstring for waterfall for further information.

source


# Makie.WilkinsonTicksMethod.
julia
WilkinsonTicks(
     k_ideal::Int;
     k_min = 2, k_max = 10,
     Q = [(1.0, 1.0), (5.0, 0.9), (2.0, 0.7), (2.5, 0.5), (3.0, 0.2)],
@@ -52,14 +52,14 @@ import{_ as e,c as o,o as i,a6 as s}from"./chunks/framework.DT0bu0uC.js";const u
     simplicity_weight = 1/6,
     coverage_weight = 1/3,
     niceness_weight = 1/4
-)

WilkinsonTicks is a thin wrapper over PlotUtils.optimize_ticks, the docstring of which is reproduced below:

optimize_ticks(xmin, xmax; extend_ticks::Bool = false, Q = [(1.0,1.0), (5.0, 0.9), (2.0, 0.7), (2.5, 0.5), (3.0, 0.2)], k_min = 2, k_max = 10, k_ideal = 5, granularity_weight = 1/4, simplicity_weight = 1/6, coverage_weight = 1/3, niceness_weight = 1/4, strict_span = true, span_buffer = nothing)

Find some reasonable values for tick marks.

This is basically Wilkinson's ad-hoc scoring method that tries to balance tight fit around the data, optimal number of ticks, and simple numbers.

Arguments:

  • xmax: The maximum value occurring in the data.

  • xmin: The minimum value occurring in the data.

  • extend_ticks: Determines whether to extend tick computation. Defaults to false.

  • strict_span: True if no ticks should be outside [x_min, x_max]. Defaults to true.

  • Q: A distribution of nice numbers from which labellings are sampled. Stored in the form (number, score).

  • k_min: The minimum number of ticks.

  • k_max: The maximum number of ticks.

  • k_ideal: The ideal number of ticks.

  • granularity_weight: Encourages returning roughly the number of labels requested.

  • simplicity_weight: Encourages nicer labeling sequences by preferring step sizes that appear earlier in Q. Also rewards labelings that include 0 as a way to ground the sequence.

  • coverage_weight: Encourages labelings that do not extend far beyond the range of the data, penalizing unnecessary whitespace.

  • niceness_weight: Encourages labellings to produce nice ranges.

Returns:

(ticklocations::Vector{Float64}, x_min, x_max)

Mathematical details

Wilkinson’s optimization function is defined as the sum of three components. If the user requests m labels and a possible labeling has k labels, then the components are simplicity, coverage and granularity.

These components are defined as follows:

$

\\begin{aligned} &\\text{simplicity} = 1 - \\frac{i}{|Q|} + \\frac{v}{|Q|}
&\\text{coverage} = \\frac{x_{max} - x_{min}}{\\mathrm{label}{max} - \\mathrm{label}{min}}
&\\text{granularity}= 1 - \\frac{\\left|k - m\\right|}{m} \\end{aligned} $

and the variables here are:

  • q: element of Q.

  • i: index of qQ.

  • v: 1 if label range includes 0, 0 otherwise.

source


# FileIO.saveMethod.
julia
FileIO.save(filename, scene; size = size(scene), pt_per_unit = 0.75, px_per_unit = 1.0)

Save a Scene with the specified filename and format.

Supported Formats

  • GLMakie: .png

  • CairoMakie: .svg, .pdf and .png

  • WGLMakie: .png

Supported Keyword Arguments

All Backends

  • size: (width::Int, height::Int) of the scene in dimensionless units.

  • update: Whether the figure should be updated before saving. This resets the limits of all Axes in the figure. Defaults to true.

  • backend: Specify the Makie backend that should be used for saving. Defaults to the current backend.

  • px_per_unit: The size of one scene unit in px when exporting to a bitmap format. This provides a mechanism to export the same scene with higher or lower resolution.

  • Further keywords will be forwarded to the screen.

CairoMakie

  • pt_per_unit: The size of one scene unit in pt when exporting to a vector format.

source


# FileIO.saveMethod.
julia
save(path::String, io::VideoStream)

Flushes the video stream and saves it to path. Ideally, path's file extension is the same as the format that the VideoStream was created with (e.g., if created with format "mp4" then path's file extension must be ".mp4"). Otherwise, the video will get converted to the target format. If using record then this is handled for you, as the VideoStream's format is deduced from the file extension of the path passed to record.

source


# Makie.PatternMethod.
julia
Pattern(image)
-Pattern(mask[; color1, color2])

Creates an ImagePattern from an image (a matrix of colors) or a mask (a matrix of real numbers). The pattern can be passed as a color to a plot to texture it. If a mask is passed, one can specify to colors between which colors are interpolated.

source


# Makie.PatternMethod.
julia
Pattern(style::String = "/"; kwargs...)
-Pattern(style::Char = '/'; kwargs...)

Creates a line pattern based on the given argument. Available patterns are '/', '\\', '-', '|', 'x', and '+'. All keyword arguments correspond to the keyword arguments for LinePattern.

source


# Makie.RecordMethod.
julia
Record(func, figlike, [iter]; kw_args...)

Check Makie.record for documentation.

source


# Makie.ablinesFunction.
julia
ablines(intercepts, slopes; attrs...)

Creates a line defined by f(x) = slope * x + intercept crossing a whole Scene with 2D projection at its current limits. You can pass one or multiple intercepts or slopes.

Plot type

The plot type alias for the ablines function is ABLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.ablines!Function.

ablines! is the mutating variant of plotting function ablines. Check the docstring for ablines for further information.

source


# Makie.activate_interaction!Method.
julia
activate_interaction!(parent, name::Symbol)

Activate the interaction named name registered in parent.

source


# Makie.addmouseevents!Method.
julia
addmouseevents!(scene, elements...)

Returns a MouseEventHandle with an observable inside which is triggered by all mouse interactions with the scene and optionally restricted to all given plot objects in elements.

To react to mouse events, use the onmouse... handlers.

Example:

mouseevents = addmouseevents!(scene, scatterplot)
+)

WilkinsonTicks is a thin wrapper over PlotUtils.optimize_ticks, the docstring of which is reproduced below:

optimize_ticks(xmin, xmax; extend_ticks::Bool = false, Q = [(1.0,1.0), (5.0, 0.9), (2.0, 0.7), (2.5, 0.5), (3.0, 0.2)], k_min = 2, k_max = 10, k_ideal = 5, granularity_weight = 1/4, simplicity_weight = 1/6, coverage_weight = 1/3, niceness_weight = 1/4, strict_span = true, span_buffer = nothing)

Find some reasonable values for tick marks.

This is basically Wilkinson's ad-hoc scoring method that tries to balance tight fit around the data, optimal number of ticks, and simple numbers.

Arguments:

  • xmax: The maximum value occurring in the data.

  • xmin: The minimum value occurring in the data.

  • extend_ticks: Determines whether to extend tick computation. Defaults to false.

  • strict_span: True if no ticks should be outside [x_min, x_max]. Defaults to true.

  • Q: A distribution of nice numbers from which labellings are sampled. Stored in the form (number, score).

  • k_min: The minimum number of ticks.

  • k_max: The maximum number of ticks.

  • k_ideal: The ideal number of ticks.

  • granularity_weight: Encourages returning roughly the number of labels requested.

  • simplicity_weight: Encourages nicer labeling sequences by preferring step sizes that appear earlier in Q. Also rewards labelings that include 0 as a way to ground the sequence.

  • coverage_weight: Encourages labelings that do not extend far beyond the range of the data, penalizing unnecessary whitespace.

  • niceness_weight: Encourages labellings to produce nice ranges.

Returns:

(ticklocations::Vector{Float64}, x_min, x_max)

Mathematical details

Wilkinson’s optimization function is defined as the sum of three components. If the user requests m labels and a possible labeling has k labels, then the components are simplicity, coverage and granularity.

These components are defined as follows:

$

\\begin{aligned} &\\text{simplicity} = 1 - \\frac{i}{|Q|} + \\frac{v}{|Q|}
&\\text{coverage} = \\frac{x_{max} - x_{min}}{\\mathrm{label}{max} - \\mathrm{label}{min}}
&\\text{granularity}= 1 - \\frac{\\left|k - m\\right|}{m} \\end{aligned} $

and the variables here are:

  • q: element of Q.

  • i: index of qQ.

  • v: 1 if label range includes 0, 0 otherwise.

source


# FileIO.saveMethod.
julia
FileIO.save(filename, scene; size = size(scene), pt_per_unit = 0.75, px_per_unit = 1.0)

Save a Scene with the specified filename and format.

Supported Formats

  • GLMakie: .png

  • CairoMakie: .svg, .pdf and .png

  • WGLMakie: .png

Supported Keyword Arguments

All Backends

  • size: (width::Int, height::Int) of the scene in dimensionless units.

  • update: Whether the figure should be updated before saving. This resets the limits of all Axes in the figure. Defaults to true.

  • backend: Specify the Makie backend that should be used for saving. Defaults to the current backend.

  • px_per_unit: The size of one scene unit in px when exporting to a bitmap format. This provides a mechanism to export the same scene with higher or lower resolution.

  • Further keywords will be forwarded to the screen.

CairoMakie

  • pt_per_unit: The size of one scene unit in pt when exporting to a vector format.

source


# FileIO.saveMethod.
julia
save(path::String, io::VideoStream)

Flushes the video stream and saves it to path. Ideally, path's file extension is the same as the format that the VideoStream was created with (e.g., if created with format "mp4" then path's file extension must be ".mp4"). Otherwise, the video will get converted to the target format. If using record then this is handled for you, as the VideoStream's format is deduced from the file extension of the path passed to record.

source


# Makie.PatternMethod.
julia
Pattern(image)
+Pattern(mask[; color1, color2])

Creates an ImagePattern from an image (a matrix of colors) or a mask (a matrix of real numbers). The pattern can be passed as a color to a plot to texture it. If a mask is passed, one can specify to colors between which colors are interpolated.

source


# Makie.PatternMethod.
julia
Pattern(style::String = "/"; kwargs...)
+Pattern(style::Char = '/'; kwargs...)

Creates a line pattern based on the given argument. Available patterns are '/', '\\', '-', '|', 'x', and '+'. All keyword arguments correspond to the keyword arguments for LinePattern.

source


# Makie.RecordMethod.
julia
Record(func, figlike, [iter]; kw_args...)

Check Makie.record for documentation.

source


# Makie.ablinesFunction.
julia
ablines(intercepts, slopes; attrs...)

Creates a line defined by f(x) = slope * x + intercept crossing a whole Scene with 2D projection at its current limits. You can pass one or multiple intercepts or slopes.

Plot type

The plot type alias for the ablines function is ABLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.ablines!Function.

ablines! is the mutating variant of plotting function ablines. Check the docstring for ablines for further information.

source


# Makie.activate_interaction!Method.
julia
activate_interaction!(parent, name::Symbol)

Activate the interaction named name registered in parent.

source


# Makie.addmouseevents!Method.
julia
addmouseevents!(scene, elements...)

Returns a MouseEventHandle with an observable inside which is triggered by all mouse interactions with the scene and optionally restricted to all given plot objects in elements.

To react to mouse events, use the onmouse... handlers.

Example:

mouseevents = addmouseevents!(scene, scatterplot)
 
 onmouseleftclick(mouseevents) do event
     # do something with the mouseevent
-end

source


# Makie.annotationsFunction.
julia
annotations(strings::Vector{String}, positions::Vector{Point})

Plots an array of texts at each position in positions.

Plot type

The plot type alias for the annotations function is Annotations.

Attributes

align = (:left, :bottom) — Sets the alignment of the string w.r.t. position. Uses :left, :center, :right, :top, :bottom, :baseline or fractions.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit textcolor — Sets the color of the text. One can set one color per glyph by passing a Vector{<:Colorant}, or one colorant for the whole text. If color is a vector of numbers, the colormap args are used to map the numbers to colors.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font = @inherit font — Sets the font. Can be a Symbol which will be looked up in the fonts dictionary or a String specifying the (partial) name of a font or the file path of a font file

fonts = @inherit fonts — Used as a dictionary to look up fonts specified by Symbol, for example :regular, :bold or :italic.

fontsize = @inherit fontsize — The fontsize in units depending on markerspace.

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

glowcolor = (:black, 0.0) — Sets the color of the glow effect around the text.

glowwidth = 0.0 — Sets the size of a glow effect around the text.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification = automatic — Sets the alignment of text w.r.t its bounding box. Can be :left, :center, :right or a fraction. Will default to the horizontal alignment in align.

lineheight = 1.0 — The lineheight multiplier.

lowclip = automatic — The color for any value below the colorrange.

markerspace = :pixel — Sets the space in which fontsize acts. See Makie.spaces() for possible inputs.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

offset = (0.0, 0.0) — The offset of the text from the given position in markerspace units.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

position = (0.0, 0.0) — Deprecated: Specifies the position of the text. Use the positional argument to text instead.

rotation = 0.0 — Rotates text around the given position

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = (:black, 0.0) — Sets the color of the outline around a marker.

strokewidth = 0 — Sets the width of the outline around a marker.

text = "" — Specifies one piece of text or a vector of texts to show, where the number has to match the number of positions given. Makie supports String which is used for all normal text and LaTeXString which layouts mathematical expressions using MathTeXEngine.jl.

transform_marker = false — Controls whether the model matrix (without translation) applies to the glyph itself, rather than just the positions. (If this is true, scale! and rotate! will affect the text glyphs.)

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

word_wrap_width = -1 — Specifies a linewidth limit for text. If a word overflows this limit, a newline is inserted before it. Negative numbers disable word wrapping.

source


# Makie.annotations!Function.

annotations! is the mutating variant of plotting function annotations. Check the docstring for annotations for further information.

source


# Makie.arcFunction.
julia
arc(origin, radius, start_angle, stop_angle; kwargs...)

This function plots a circular arc, centered at origin with radius radius, from start_angle to stop_angle. origin must be a coordinate in 2 dimensions (i.e., a Point2); the rest of the arguments must be <: Number.

Examples:

arc(Point2f(0), 1, 0.0, π) arc(Point2f(1, 2), 0.3, π, -π)

Plot type

The plot type alias for the arc function is Arc.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

resolution = 361 — The number of line points approximating the arc.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.arc!Function.

arc! is the mutating variant of plotting function arc. Check the docstring for arc for further information.

source


# Makie.autolimits!Function.
julia
autolimits!(ax::PolarAxis[, unlock_zoom = true])

Calling this tells the PolarAxis to derive limits freely from the plotted data, which allows rmin > 0 and thetalimits spanning less than a full circle. If unlock_zoom = true this also unlocks zooming in r and theta direction and allows for translations in r direction.

source


# Makie.autolimits!Method.
julia
autolimits!()
-autolimits!(la::Axis)

Reset manually specified limits of la to an automatically determined rectangle, that depends on the data limits of all plot objects in the axis, as well as the autolimit margins for x and y axis. The argument la defaults to current_axis().

source


# Makie.available_gradientsMethod.
julia
available_gradients()

Prints all available gradient names.

source


# Makie.available_marker_symbolsMethod.
julia
available_marker_symbols()

Displays all available marker symbols.

source


# Makie.available_plotting_methodsMethod.
julia
available_plotting_methods()

Returns an array of all available plotting functions.

source


# Makie.axis3dMethod.
julia
axis3d(args; kw...)

Plots a 3-dimensional OldAxis.

Attributes

OldAxis attributes and their defaults for Plot{Makie.axis3d} are:

    showaxis: (true, true, true)
+end

source


# Makie.annotationsFunction.
julia
annotations(strings::Vector{String}, positions::Vector{Point})

Plots an array of texts at each position in positions.

Plot type

The plot type alias for the annotations function is Annotations.

Attributes

align = (:left, :bottom) — Sets the alignment of the string w.r.t. position. Uses :left, :center, :right, :top, :bottom, :baseline or fractions.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit textcolor — Sets the color of the text. One can set one color per glyph by passing a Vector{<:Colorant}, or one colorant for the whole text. If color is a vector of numbers, the colormap args are used to map the numbers to colors.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font = @inherit font — Sets the font. Can be a Symbol which will be looked up in the fonts dictionary or a String specifying the (partial) name of a font or the file path of a font file

fonts = @inherit fonts — Used as a dictionary to look up fonts specified by Symbol, for example :regular, :bold or :italic.

fontsize = @inherit fontsize — The fontsize in units depending on markerspace.

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

glowcolor = (:black, 0.0) — Sets the color of the glow effect around the text.

glowwidth = 0.0 — Sets the size of a glow effect around the text.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification = automatic — Sets the alignment of text w.r.t its bounding box. Can be :left, :center, :right or a fraction. Will default to the horizontal alignment in align.

lineheight = 1.0 — The lineheight multiplier.

lowclip = automatic — The color for any value below the colorrange.

markerspace = :pixel — Sets the space in which fontsize acts. See Makie.spaces() for possible inputs.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

offset = (0.0, 0.0) — The offset of the text from the given position in markerspace units.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

position = (0.0, 0.0) — Deprecated: Specifies the position of the text. Use the positional argument to text instead.

rotation = 0.0 — Rotates text around the given position

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = (:black, 0.0) — Sets the color of the outline around a marker.

strokewidth = 0 — Sets the width of the outline around a marker.

text = "" — Specifies one piece of text or a vector of texts to show, where the number has to match the number of positions given. Makie supports String which is used for all normal text and LaTeXString which layouts mathematical expressions using MathTeXEngine.jl.

transform_marker = false — Controls whether the model matrix (without translation) applies to the glyph itself, rather than just the positions. (If this is true, scale! and rotate! will affect the text glyphs.)

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

word_wrap_width = -1 — Specifies a linewidth limit for text. If a word overflows this limit, a newline is inserted before it. Negative numbers disable word wrapping.

source


# Makie.annotations!Function.

annotations! is the mutating variant of plotting function annotations. Check the docstring for annotations for further information.

source


# Makie.arcFunction.
julia
arc(origin, radius, start_angle, stop_angle; kwargs...)

This function plots a circular arc, centered at origin with radius radius, from start_angle to stop_angle. origin must be a coordinate in 2 dimensions (i.e., a Point2); the rest of the arguments must be <: Number.

Examples:

arc(Point2f(0), 1, 0.0, π) arc(Point2f(1, 2), 0.3, π, -π)

Plot type

The plot type alias for the arc function is Arc.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

resolution = 361 — The number of line points approximating the arc.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.arc!Function.

arc! is the mutating variant of plotting function arc. Check the docstring for arc for further information.

source


# Makie.autolimits!Function.
julia
autolimits!(ax::PolarAxis[, unlock_zoom = true])

Calling this tells the PolarAxis to derive limits freely from the plotted data, which allows rmin > 0 and thetalimits spanning less than a full circle. If unlock_zoom = true this also unlocks zooming in r and theta direction and allows for translations in r direction.

source


# Makie.autolimits!Method.
julia
autolimits!()
+autolimits!(la::Axis)

Reset manually specified limits of la to an automatically determined rectangle, that depends on the data limits of all plot objects in the axis, as well as the autolimit margins for x and y axis. The argument la defaults to current_axis().

source


# Makie.available_gradientsMethod.
julia
available_gradients()

Prints all available gradient names.

source


# Makie.available_marker_symbolsMethod.
julia
available_marker_symbols()

Displays all available marker symbols.

source


# Makie.available_plotting_methodsMethod.
julia
available_plotting_methods()

Returns an array of all available plotting functions.

source


# Makie.axis3dMethod.
julia
axis3d(args; kw...)

Plots a 3-dimensional OldAxis.

Attributes

OldAxis attributes and their defaults for Plot{Makie.axis3d} are:

    showaxis: (true, true, true)
     visible: true
     ticks: 
         rotation: (-0.7071067811865475 + -0.0im + -0.0jm - 0.7071067811865476km, -4.371139e-8 + 0.0im + 0.0jm + 1.0km, -3.090861907263062e-8 + 3.090861907263061e-8im + 0.7071067811865475jm + 0.7071067811865476km)
@@ -92,24 +92,24 @@ import{_ as e,c as o,o as i,a6 as s}from"./chunks/framework.DT0bu0uC.js";const u
         linewidth: (1, 1, 1)
         linecolor: (RGBA{Float32}(0.5f0,0.5f0,0.5f0,0.4f0), RGBA{Float32}(0.5f0,0.5f0,0.5f0,0.4f0), RGBA{Float32}(0.5f0,0.5f0,0.5f0,0.4f0))
     inspectable: false
-    showticks: (true, true, true)

source


# Makie.axislegendMethod.
julia
axislegend(ax, args...; position = :rt, kwargs...)
+    showticks: (true, true, true)

source


# Makie.axislegendMethod.
julia
axislegend(ax, args...; position = :rt, kwargs...)
 axislegend(ax, args...; position = (1, 1), kwargs...)
 axislegend(ax = current_axis(); kwargs...)
 axislegend(title::AbstractString; kwargs...)
-axislegend(ax, title::AbstractString; kwargs...)

Create a legend that sits inside an Axis's plot area.

The position can be a Symbol where the first letter controls the horizontal alignment and can be l, r or c, and the second letter controls the vertical alignment and can be t, b or c. Or it can be a tuple where the first element is set as the Legend's halign and the second element as its valign.

With the keywords merge and unique you can control how plot objects with the same labels are treated. If merge is true, all plot objects with the same label will be layered on top of each other into one legend entry. If unique is true, all plot objects with the same plot type and label will be reduced to one occurrence.

source


# Makie.bandFunction.
julia
band(x, ylower, yupper; kwargs...)
+axislegend(ax, title::AbstractString; kwargs...)

Create a legend that sits inside an Axis's plot area.

The position can be a Symbol where the first letter controls the horizontal alignment and can be l, r or c, and the second letter controls the vertical alignment and can be t, b or c. Or it can be a tuple where the first element is set as the Legend's halign and the second element as its valign.

With the keywords merge and unique you can control how plot objects with the same labels are treated. If merge is true, all plot objects with the same label will be layered on top of each other into one legend entry. If unique is true, all plot objects with the same plot type and label will be reduced to one occurrence.

source


# Makie.bandFunction.
julia
band(x, ylower, yupper; kwargs...)
 band(lower, upper; kwargs...)
-band(x, lowerupper; kwargs...)

Plots a band from ylower to yupper along x. The form band(lower, upper) plots a ruled surface between the points in lower and upper. Both bounds can be passed together as lowerupper, a vector of intervals.

Plot type

The plot type alias for the band function is Band.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = @inherit patchcolor — Sets the color of the mesh. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

matcap = nothingNo docs available.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShading — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.band!Function.

band! is the mutating variant of plotting function band. Check the docstring for band for further information.

source


# Makie.barplotFunction.
julia
barplot(positions, heights; kwargs...)

Plots a barplot.

Plot type

The plot type alias for the barplot function is BarPlot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bar_labels = nothing — Labels added at the end of each bar.

color = @inherit patchcolorNo docs available.

color_over_background = automaticNo docs available.

color_over_bar = automaticNo docs available.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction = :y — Controls the direction of the bars, can be :y (vertical) or :x (horizontal).

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

fillto = automatic — Controls the baseline of the bars. This is zero in the default automatic case unless the barplot is in a log-scaled Axis. With a log scale, the automatic default is half the minimum value because zero is an invalid value for a log scale.

flip_labels_at = InfNo docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap = 0.2 — The final width of the bars is calculated as w * (1 - gap) where w is the width of each bar as determined with the width attribute.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

label_align = automaticNo docs available.

label_color = @inherit textcolorNo docs available.

label_font = @inherit font — The font of the bar labels.

label_formatter = bar_label_formatterNo docs available.

label_offset = 5 — The distance of the labels from the bar ends in screen units.

label_rotation = No docs available.

label_size = @inherit fontsize — The font size of the bar labels.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

n_dodge = automaticNo docs available.

nan_color = :transparent — The color for NaN values.

offset = 0.0No docs available.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stack = automaticNo docs available.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

width = automatic — The gapless width of the bars. If automatic, the width w is calculated as minimum(diff(sort(unique(positions))). The actual width of the bars is calculated as w * (1 - gap).

source


# Makie.barplot!Function.

barplot! is the mutating variant of plotting function barplot. Check the docstring for barplot for further information.

source


# Makie.boundingboxFunction.
julia
boundingbox(plot::AbstractPlot)

Returns the world space bounding box of a plot. This include plot.transformation, i.e. the transform_func and the model matrix.

See also: data_limits

source


# Makie.boundingboxFunction.
julia
boundingbox(scenelike[, exclude = plot -> false])

Returns the combined world space bounding box of all plots collected under scenelike. This include plot.transformation, i.e. the transform_func and the model matrix. Plots with exclude(plot) == true are excluded.

See also: data_limits

source


# Makie.boxplotFunction.
julia
boxplot(x, y; kwargs...)

Draw a Tukey style boxplot. The boxplot has 3 components:

  • a crossbar spanning the interquartile (IQR) range with a midline marking the median

  • an errorbar whose whiskers span range * iqr

  • points marking outliers, that is, data outside the whiskers

Arguments

  • x: positions of the categories

  • y: variables within the boxes

Plot type

The plot type alias for the boxplot function is BoxPlot.

Attributes

color = @inherit patchcolorNo docs available.

colormap = @inherit colormapNo docs available.

colorrange = automaticNo docs available.

colorscale = identityNo docs available.

cycle = [:color => :patchcolor]No docs available.

dodge = automatic — Vector of Integer (length of data) of grouping variable to create multiple side-by-side boxes at the same x position.

dodge_gap = 0.03 — Spacing between dodged boxes.

gap = 0.2 — Shrinking factor, width -> width * (1 - gap).

inspectable = @inherit inspectableNo docs available.

marker = @inherit markerNo docs available.

markersize = @inherit markersizeNo docs available.

mediancolor = @inherit linecolorNo docs available.

medianlinewidth = @inherit linewidthNo docs available.

n_dodge = automaticNo docs available.

notchwidth = 0.5 — Multiplier of width for narrowest width of notch.

orientation = :vertical — Orientation of box (:vertical or :horizontal).

outliercolor = automaticNo docs available.

outlierstrokecolor = @inherit markerstrokecolorNo docs available.

outlierstrokewidth = @inherit markerstrokewidthNo docs available.

range = 1.5 — Multiple of IQR controlling whisker length.

show_median = true — Show median as midline.

show_notch = false — Draw the notch.

show_outliers = true — Show outliers as points.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

weights = automatic — Vector of statistical weights (length of data). By default, each observation has weight 1.

whiskercolor = @inherit linecolorNo docs available.

whiskerlinewidth = @inherit linewidthNo docs available.

whiskerwidth = 0.0 — Multiplier of width for width of T's on whiskers, or :match to match width.

width = automatic — Width of the box before shrinking.

source


# Makie.boxplot!Function.

boxplot! is the mutating variant of plotting function boxplot. Check the docstring for boxplot for further information.

source


# Makie.bracketFunction.
julia
bracket(x1, y1, x2, y2; kwargs...)
+band(x, lowerupper; kwargs...)

Plots a band from ylower to yupper along x. The form band(lower, upper) plots a ruled surface between the points in lower and upper. Both bounds can be passed together as lowerupper, a vector of intervals.

Plot type

The plot type alias for the band function is Band.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = @inherit patchcolor — Sets the color of the mesh. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

matcap = nothingNo docs available.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShading — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.band!Function.

band! is the mutating variant of plotting function band. Check the docstring for band for further information.

source


# Makie.barplotFunction.
julia
barplot(positions, heights; kwargs...)

Plots a barplot.

Plot type

The plot type alias for the barplot function is BarPlot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bar_labels = nothing — Labels added at the end of each bar.

color = @inherit patchcolorNo docs available.

color_over_background = automaticNo docs available.

color_over_bar = automaticNo docs available.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction = :y — Controls the direction of the bars, can be :y (vertical) or :x (horizontal).

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

fillto = automatic — Controls the baseline of the bars. This is zero in the default automatic case unless the barplot is in a log-scaled Axis. With a log scale, the automatic default is half the minimum value because zero is an invalid value for a log scale.

flip_labels_at = InfNo docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap = 0.2 — The final width of the bars is calculated as w * (1 - gap) where w is the width of each bar as determined with the width attribute.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

label_align = automaticNo docs available.

label_color = @inherit textcolorNo docs available.

label_font = @inherit font — The font of the bar labels.

label_formatter = bar_label_formatterNo docs available.

label_offset = 5 — The distance of the labels from the bar ends in screen units.

label_rotation = No docs available.

label_size = @inherit fontsize — The font size of the bar labels.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

n_dodge = automaticNo docs available.

nan_color = :transparent — The color for NaN values.

offset = 0.0No docs available.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stack = automaticNo docs available.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

width = automatic — The gapless width of the bars. If automatic, the width w is calculated as minimum(diff(sort(unique(positions))). The actual width of the bars is calculated as w * (1 - gap).

source


# Makie.barplot!Function.

barplot! is the mutating variant of plotting function barplot. Check the docstring for barplot for further information.

source


# Makie.boundingboxFunction.
julia
boundingbox(plot::AbstractPlot)

Returns the world space bounding box of a plot. This include plot.transformation, i.e. the transform_func and the model matrix.

See also: data_limits

source


# Makie.boundingboxFunction.
julia
boundingbox(scenelike[, exclude = plot -> false])

Returns the combined world space bounding box of all plots collected under scenelike. This include plot.transformation, i.e. the transform_func and the model matrix. Plots with exclude(plot) == true are excluded.

See also: data_limits

source


# Makie.boxplotFunction.
julia
boxplot(x, y; kwargs...)

Draw a Tukey style boxplot. The boxplot has 3 components:

  • a crossbar spanning the interquartile (IQR) range with a midline marking the median

  • an errorbar whose whiskers span range * iqr

  • points marking outliers, that is, data outside the whiskers

Arguments

  • x: positions of the categories

  • y: variables within the boxes

Plot type

The plot type alias for the boxplot function is BoxPlot.

Attributes

color = @inherit patchcolorNo docs available.

colormap = @inherit colormapNo docs available.

colorrange = automaticNo docs available.

colorscale = identityNo docs available.

cycle = [:color => :patchcolor]No docs available.

dodge = automatic — Vector of Integer (length of data) of grouping variable to create multiple side-by-side boxes at the same x position.

dodge_gap = 0.03 — Spacing between dodged boxes.

gap = 0.2 — Shrinking factor, width -> width * (1 - gap).

inspectable = @inherit inspectableNo docs available.

marker = @inherit markerNo docs available.

markersize = @inherit markersizeNo docs available.

mediancolor = @inherit linecolorNo docs available.

medianlinewidth = @inherit linewidthNo docs available.

n_dodge = automaticNo docs available.

notchwidth = 0.5 — Multiplier of width for narrowest width of notch.

orientation = :vertical — Orientation of box (:vertical or :horizontal).

outliercolor = automaticNo docs available.

outlierstrokecolor = @inherit markerstrokecolorNo docs available.

outlierstrokewidth = @inherit markerstrokewidthNo docs available.

range = 1.5 — Multiple of IQR controlling whisker length.

show_median = true — Show median as midline.

show_notch = false — Draw the notch.

show_outliers = true — Show outliers as points.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

weights = automatic — Vector of statistical weights (length of data). By default, each observation has weight 1.

whiskercolor = @inherit linecolorNo docs available.

whiskerlinewidth = @inherit linewidthNo docs available.

whiskerwidth = 0.0 — Multiplier of width for width of T's on whiskers, or :match to match width.

width = automatic — Width of the box before shrinking.

source


# Makie.boxplot!Function.

boxplot! is the mutating variant of plotting function boxplot. Check the docstring for boxplot for further information.

source


# Makie.bracketFunction.
julia
bracket(x1, y1, x2, y2; kwargs...)
 bracket(x1s, y1s, x2s, y2s; kwargs...)
 bracket(point1, point2; kwargs...)
-bracket(vec_of_point_tuples; kwargs...)

Draws a bracket between each pair of points (x1, y1) and (x2, y2) with a text label at the midpoint.

By default each label is rotated parallel to the line between the bracket points.

Plot type

The plot type alias for the bracket function is Bracket.

Attributes

align = (:center, :center)No docs available.

color = @inherit linecolorNo docs available.

font = @inherit fontNo docs available.

fontsize = @inherit fontsizeNo docs available.

joinstyle = @inherit joinstyleNo docs available.

justification = automaticNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = :solidNo docs available.

linewidth = @inherit linewidthNo docs available.

miter_limit = @inherit miter_limitNo docs available.

offset = 0 — The offset of the bracket perpendicular to the line from start to end point in screen units. The direction depends on the orientation attribute.

orientation = :up — Which way the bracket extends relative to the line from start to end point. Can be :up or :down.

rotation = automaticNo docs available.

style = :curlyNo docs available.

text = ""No docs available.

textcolor = @inherit textcolorNo docs available.

textoffset = automaticNo docs available.

width = 15 — The width of the bracket (perpendicularly away from the line from start to end point) in screen units.

source


# Makie.bracket!Function.

bracket! is the mutating variant of plotting function bracket. Check the docstring for bracket for further information.

source


# Makie.broadcast_foreachMethod.
julia
broadcast_foreach(f, args...)

Like broadcast but for foreach. Doesn't care about shape and treats Tuples && StaticVectors as scalars. This method is meant for broadcasting across attributes that can either have scalar or vector / array form. An example would be a collection of scatter markers that have different sizes but a single color. The length of an attribute is determined with attr_broadcast_length and elements are accessed with attr_broadcast_getindex.

source


# Makie.cam2d!Method.
julia
cam2d!(scene::SceneLike, kwargs...)

Creates a 2D camera for the given scene. The camera implements zooming by scrolling and translation using mouse drag. It also implements rectangle selections.

Keyword Arguments

  • zoomspeed = 0.1f0 sets the zoom speed.

  • zoombutton = true sets a button (combination) which needs to be pressed to enable zooming. By default no button needs to be pressed.

  • panbutton = Mouse.right sets the button used to translate the camera. This must include a mouse button.

  • selectionbutton = (Keyboard.space, Mouse.left) sets the button used for rectangle selection. This must include a mouse button.

source


# Makie.cam2dMethod.

Creates a subscene with a pixel camera

source


# Makie.cam3d!Method.
julia
cam3d!(scene[; kwargs...])

Creates a Camera3D with zoom_shift_lookat = true and fixed_axis = true. For more information, see Camera3D

source


# Makie.cam3d_cad!Method.
julia
cam3d_cad!(scene[; kwargs...])

Creates a Camera3D with cad = true, zoom_shift_lookat = false and fixed_axis = false. For more information, see Camera3D

source


# Makie.cam_relative!Method.
julia
cam_relative!(scene)

Creates a camera for the given scene which maps the scene area to a 0..1 by 0..1 range. This camera does not feature controls.

source


# Makie.campixel!Method.
julia
campixel!(scene; nearclip=-1000f0, farclip=1000f0)

Creates a pixel camera for the given scene. This means that the positional data of a plot will be interpreted in pixel units. This camera does not feature controls.

source


# Makie.categorical_colorsMethod.
julia
categorical_colors(colormaplike, categories::Integer)

Creates categorical colors and tries to match categories. Will error if color scheme doesn't contain enough categories. Will drop the n last colors, if request less colors than contained in scheme.

source


# Makie.colorbufferFunction.
julia
colorbuffer(scene, format::ImageStorageFormat = JuliaNative; update=true, backend=current_backend(), screen_config...)

Returns the content of the given scene or screen rasterised to a Matrix of Colors. The return type is backend-dependent, but will be some form of RGB or RGBA.

  • backend::Module: A module which is a Makie backend. For example, backend = GLMakie, backend = CairoMakie, etc.

  • format = JuliaNative : Returns a buffer in the format of standard julia images (dims permuted and one reversed)

  • format = GLNative : Returns a more efficient format buffer for GLMakie which can be directly used in FFMPEG without conversion

  • screen_config: Backend dependent, look up via ?Backend.Screen/Base.doc(Backend.Screen)

  • update=true: resets/updates limits. Set to false, if you want to preserver camera movements.

source


# Makie.colorbufferMethod.
julia
colorbuffer(ax::Axis; include_decorations=true, colorbuffer_kws...)

Gets the colorbuffer of the Axis in JuliaNative image format. If include_decorations=false, only the inside of the axis is fetched.

source


# Makie.contourFunction.
julia
contour(x, y, z)
-contour(z::Matrix)

Creates a contour plot of the plane spanning x::Vector, y::Vector, z::Matrix. If only z::Matrix is supplied, the indices of the elements in z will be used as the x and y locations when plotting the contour.

Plot type

The plot type alias for the contour function is Contour.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = nothing — The color of the contour lines. If nothing, the color is determined by the numerical values of the contour levels in combination with colormap and colorrange.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

enable_depth = trueNo docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

labelcolor = nothing — Color of the contour labels, if nothing it matches color by default.

labelfont = @inherit font — The font of the contour labels.

labelformatter = contour_label_formatter — Formats the numeric values of the contour levels to strings.

labels = false — If true, adds text labels to the contour lines.

labelsize = 10 — Font size of the contour labels

levels = 5 — Controls the number and location of the contour lines. Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

linecap = @inherit linecapNo docs available.

linestyle = nothingNo docs available.

linewidth = 1.0No docs available.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.contour!Function.

contour! is the mutating variant of plotting function contour. Check the docstring for contour for further information.

source


# Makie.contour3dFunction.
julia
contour3d(x, y, z)

Creates a 3D contour plot of the plane spanning x::Vector, y::Vector, z::Matrix, with z-elevation for each level.

Plot type

The plot type alias for the contour3d function is Contour3d.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = nothing — The color of the contour lines. If nothing, the color is determined by the numerical values of the contour levels in combination with colormap and colorrange.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

enable_depth = trueNo docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

labelcolor = nothing — Color of the contour labels, if nothing it matches color by default.

labelfont = @inherit font — The font of the contour labels.

labelformatter = contour_label_formatter — Formats the numeric values of the contour levels to strings.

labels = false — If true, adds text labels to the contour lines.

labelsize = 10 — Font size of the contour labels

levels = 5 — Controls the number and location of the contour lines. Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

linecap = @inherit linecapNo docs available.

linestyle = nothingNo docs available.

linewidth = 1.0No docs available.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.contour3d!Function.

contour3d! is the mutating variant of plotting function contour3d. Check the docstring for contour3d for further information.

source


# Makie.contourfFunction.
julia
contourf(xs, ys, zs; kwargs...)

Plots a filled contour of the height information in zs at horizontal grid positions xs and vertical grid positions ys.

Plot type

The plot type alias for the contourf function is Contourf.

Attributes

colormap = @inherit colormapNo docs available.

colorscale = identityNo docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

extendhigh = nothing — In :normal mode, if you want to show a band from the high edge to Inf, set extendhigh to :auto to give the extension the same color as the last level, or specify a color directly (default nothing means no extended band).

extendlow = nothing — In :normal mode, if you want to show a band from -Inf to the low edge, set extendlow to :auto to give the extension the same color as the first level, or specify a color directly (default nothing means no extended band).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

levels = 10 — Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

If levels is an Int, the contourf plot will be rectangular as all zs values will be covered edge to edge. This is why Axis defaults to tight limits for such contourf plots. If you specify levels as an AbstractVector{<:Real}, however, note that the axis limits include the default margins because the contourf plot can have an irregular shape. You can use tightlimits!(ax) to tighten the limits similar to the Int behavior.

mode = :normal — Determines how the levels attribute is interpreted, either :normal or :relative. In :normal mode, the levels correspond directly to the z values. In :relative mode, you specify edges by the fraction between minimum and maximum value of zs. This can be used for example to draw bands for the upper 90% while excluding the lower 10% with levels = 0.1:0.1:1.0, mode = :relative.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparentNo docs available.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.contourf!Function.

contourf! is the mutating variant of plotting function contourf. Check the docstring for contourf for further information.

source


# Makie.crossbarFunction.
julia
crossbar(x, y, ymin, ymax; kwargs...)

Draw a crossbar. A crossbar represents a range with a (potentially notched) box. It is most commonly used as part of the boxplot.

Arguments

  • x: position of the box

  • y: position of the midline within the box

  • ymin: lower limit of the box

  • ymax: upper limit of the box

Plot type

The plot type alias for the crossbar function is CrossBar.

Attributes

color = @inherit patchcolorNo docs available.

colormap = @inherit colormapNo docs available.

colorrange = automaticNo docs available.

colorscale = identityNo docs available.

cycle = [:color => :patchcolor]No docs available.

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

gap = 0.2 — Shrinking factor, width -> width * (1 - gap).

inspectable = @inherit inspectableNo docs available.

midlinecolor = automaticNo docs available.

midlinewidth = @inherit linewidthNo docs available.

n_dodge = automaticNo docs available.

notchmax = automatic — Upper limit of the notch.

notchmin = automatic — Lower limit of the notch.

notchwidth = 0.5 — Multiplier of width for narrowest width of notch.

orientation = :vertical — Orientation of box (:vertical or :horizontal).

show_midline = true — Show midline.

show_notch = false — Whether to draw the notch.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

width = automatic — Width of the box before shrinking.

source


# Makie.crossbar!Function.

crossbar! is the mutating variant of plotting function crossbar. Check the docstring for crossbar for further information.

source


# Makie.current_axis!Method.
julia
current_axis!(ax)

Set an axis ax, which must be part of a figure, as the figure's current active axis.

source


# Makie.current_axis!Method.
julia
current_axis!(fig::Figure, ax)

Set ax as the current active axis in fig.

source


# Makie.current_axisMethod.
julia
current_axis()

Returns the current active axis (or the last axis created). Returns nothing if there is no current active axis.

source


# Makie.current_figure!Method.
julia
current_figure!(fig)

Set fig as the current active figure.

source


# Makie.current_figureMethod.
julia
current_figure()

Returns the current active figure (or the last figure created). Returns nothing if there is no current active figure.

source


# Makie.data_limitsFunction.
julia
data_limits(scenelike[, exclude = plot -> false])

Returns the combined data limits of all plots collected under scenelike for which exclude(plot) == false. This is solely based on the positional data of a plot and thus does not include any transformations.

See also: boundingbox

source


# Makie.data_limitsMethod.
julia
data_limits(plot::AbstractPlot)

Returns the bounding box of a plot based on just its position data.

See also: boundingbox

source


# Makie.datashaderFunction.
julia
datashader(points::AbstractVector{<: Point})

Warning

This feature might change outside breaking releases, since the API is not yet finalized. Please be wary of bugs in the implementation and open issues if you encounter odd behaviour.

Points can be any array type supporting iteration & getindex, including memory mapped arrays. If you have separate arrays for x and y coordinates and want to avoid conversion and copy, consider using:

Julia
using Makie.StructArrays
+bracket(vec_of_point_tuples; kwargs...)

Draws a bracket between each pair of points (x1, y1) and (x2, y2) with a text label at the midpoint.

By default each label is rotated parallel to the line between the bracket points.

Plot type

The plot type alias for the bracket function is Bracket.

Attributes

align = (:center, :center)No docs available.

color = @inherit linecolorNo docs available.

font = @inherit fontNo docs available.

fontsize = @inherit fontsizeNo docs available.

joinstyle = @inherit joinstyleNo docs available.

justification = automaticNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = :solidNo docs available.

linewidth = @inherit linewidthNo docs available.

miter_limit = @inherit miter_limitNo docs available.

offset = 0 — The offset of the bracket perpendicular to the line from start to end point in screen units. The direction depends on the orientation attribute.

orientation = :up — Which way the bracket extends relative to the line from start to end point. Can be :up or :down.

rotation = automaticNo docs available.

style = :curlyNo docs available.

text = ""No docs available.

textcolor = @inherit textcolorNo docs available.

textoffset = automaticNo docs available.

width = 15 — The width of the bracket (perpendicularly away from the line from start to end point) in screen units.

source


# Makie.bracket!Function.

bracket! is the mutating variant of plotting function bracket. Check the docstring for bracket for further information.

source


# Makie.broadcast_foreachMethod.
julia
broadcast_foreach(f, args...)

Like broadcast but for foreach. Doesn't care about shape and treats Tuples && StaticVectors as scalars. This method is meant for broadcasting across attributes that can either have scalar or vector / array form. An example would be a collection of scatter markers that have different sizes but a single color. The length of an attribute is determined with attr_broadcast_length and elements are accessed with attr_broadcast_getindex.

source


# Makie.cam2d!Method.
julia
cam2d!(scene::SceneLike, kwargs...)

Creates a 2D camera for the given scene. The camera implements zooming by scrolling and translation using mouse drag. It also implements rectangle selections.

Keyword Arguments

  • zoomspeed = 0.1f0 sets the zoom speed.

  • zoombutton = true sets a button (combination) which needs to be pressed to enable zooming. By default no button needs to be pressed.

  • panbutton = Mouse.right sets the button used to translate the camera. This must include a mouse button.

  • selectionbutton = (Keyboard.space, Mouse.left) sets the button used for rectangle selection. This must include a mouse button.

source


# Makie.cam2dMethod.

Creates a subscene with a pixel camera

source


# Makie.cam3d!Method.
julia
cam3d!(scene[; kwargs...])

Creates a Camera3D with zoom_shift_lookat = true and fixed_axis = true. For more information, see Camera3D

source


# Makie.cam3d_cad!Method.
julia
cam3d_cad!(scene[; kwargs...])

Creates a Camera3D with cad = true, zoom_shift_lookat = false and fixed_axis = false. For more information, see Camera3D

source


# Makie.cam_relative!Method.
julia
cam_relative!(scene)

Creates a camera for the given scene which maps the scene area to a 0..1 by 0..1 range. This camera does not feature controls.

source


# Makie.campixel!Method.
julia
campixel!(scene; nearclip=-1000f0, farclip=1000f0)

Creates a pixel camera for the given scene. This means that the positional data of a plot will be interpreted in pixel units. This camera does not feature controls.

source


# Makie.categorical_colorsMethod.
julia
categorical_colors(colormaplike, categories::Integer)

Creates categorical colors and tries to match categories. Will error if color scheme doesn't contain enough categories. Will drop the n last colors, if request less colors than contained in scheme.

source


# Makie.colorbufferFunction.
julia
colorbuffer(scene, format::ImageStorageFormat = JuliaNative; update=true, backend=current_backend(), screen_config...)

Returns the content of the given scene or screen rasterised to a Matrix of Colors. The return type is backend-dependent, but will be some form of RGB or RGBA.

  • backend::Module: A module which is a Makie backend. For example, backend = GLMakie, backend = CairoMakie, etc.

  • format = JuliaNative : Returns a buffer in the format of standard julia images (dims permuted and one reversed)

  • format = GLNative : Returns a more efficient format buffer for GLMakie which can be directly used in FFMPEG without conversion

  • screen_config: Backend dependent, look up via ?Backend.Screen/Base.doc(Backend.Screen)

  • update=true: resets/updates limits. Set to false, if you want to preserver camera movements.

source


# Makie.colorbufferMethod.
julia
colorbuffer(ax::Axis; include_decorations=true, colorbuffer_kws...)

Gets the colorbuffer of the Axis in JuliaNative image format. If include_decorations=false, only the inside of the axis is fetched.

source


# Makie.contourFunction.
julia
contour(x, y, z)
+contour(z::Matrix)

Creates a contour plot of the plane spanning x::Vector, y::Vector, z::Matrix. If only z::Matrix is supplied, the indices of the elements in z will be used as the x and y locations when plotting the contour.

Plot type

The plot type alias for the contour function is Contour.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = nothing — The color of the contour lines. If nothing, the color is determined by the numerical values of the contour levels in combination with colormap and colorrange.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

enable_depth = trueNo docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

labelcolor = nothing — Color of the contour labels, if nothing it matches color by default.

labelfont = @inherit font — The font of the contour labels.

labelformatter = contour_label_formatter — Formats the numeric values of the contour levels to strings.

labels = false — If true, adds text labels to the contour lines.

labelsize = 10 — Font size of the contour labels

levels = 5 — Controls the number and location of the contour lines. Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

linecap = @inherit linecapNo docs available.

linestyle = nothingNo docs available.

linewidth = 1.0No docs available.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.contour!Function.

contour! is the mutating variant of plotting function contour. Check the docstring for contour for further information.

source


# Makie.contour3dFunction.
julia
contour3d(x, y, z)

Creates a 3D contour plot of the plane spanning x::Vector, y::Vector, z::Matrix, with z-elevation for each level.

Plot type

The plot type alias for the contour3d function is Contour3d.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = nothing — The color of the contour lines. If nothing, the color is determined by the numerical values of the contour levels in combination with colormap and colorrange.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

enable_depth = trueNo docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

labelcolor = nothing — Color of the contour labels, if nothing it matches color by default.

labelfont = @inherit font — The font of the contour labels.

labelformatter = contour_label_formatter — Formats the numeric values of the contour levels to strings.

labels = false — If true, adds text labels to the contour lines.

labelsize = 10 — Font size of the contour labels

levels = 5 — Controls the number and location of the contour lines. Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

linecap = @inherit linecapNo docs available.

linestyle = nothingNo docs available.

linewidth = 1.0No docs available.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.contour3d!Function.

contour3d! is the mutating variant of plotting function contour3d. Check the docstring for contour3d for further information.

source


# Makie.contourfFunction.
julia
contourf(xs, ys, zs; kwargs...)

Plots a filled contour of the height information in zs at horizontal grid positions xs and vertical grid positions ys.

Plot type

The plot type alias for the contourf function is Contourf.

Attributes

colormap = @inherit colormapNo docs available.

colorscale = identityNo docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

extendhigh = nothing — In :normal mode, if you want to show a band from the high edge to Inf, set extendhigh to :auto to give the extension the same color as the last level, or specify a color directly (default nothing means no extended band).

extendlow = nothing — In :normal mode, if you want to show a band from -Inf to the low edge, set extendlow to :auto to give the extension the same color as the first level, or specify a color directly (default nothing means no extended band).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

levels = 10 — Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

If levels is an Int, the contourf plot will be rectangular as all zs values will be covered edge to edge. This is why Axis defaults to tight limits for such contourf plots. If you specify levels as an AbstractVector{<:Real}, however, note that the axis limits include the default margins because the contourf plot can have an irregular shape. You can use tightlimits!(ax) to tighten the limits similar to the Int behavior.

mode = :normal — Determines how the levels attribute is interpreted, either :normal or :relative. In :normal mode, the levels correspond directly to the z values. In :relative mode, you specify edges by the fraction between minimum and maximum value of zs. This can be used for example to draw bands for the upper 90% while excluding the lower 10% with levels = 0.1:0.1:1.0, mode = :relative.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparentNo docs available.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.contourf!Function.

contourf! is the mutating variant of plotting function contourf. Check the docstring for contourf for further information.

source


# Makie.crossbarFunction.
julia
crossbar(x, y, ymin, ymax; kwargs...)

Draw a crossbar. A crossbar represents a range with a (potentially notched) box. It is most commonly used as part of the boxplot.

Arguments

  • x: position of the box

  • y: position of the midline within the box

  • ymin: lower limit of the box

  • ymax: upper limit of the box

Plot type

The plot type alias for the crossbar function is CrossBar.

Attributes

color = @inherit patchcolorNo docs available.

colormap = @inherit colormapNo docs available.

colorrange = automaticNo docs available.

colorscale = identityNo docs available.

cycle = [:color => :patchcolor]No docs available.

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

gap = 0.2 — Shrinking factor, width -> width * (1 - gap).

inspectable = @inherit inspectableNo docs available.

midlinecolor = automaticNo docs available.

midlinewidth = @inherit linewidthNo docs available.

n_dodge = automaticNo docs available.

notchmax = automatic — Upper limit of the notch.

notchmin = automatic — Lower limit of the notch.

notchwidth = 0.5 — Multiplier of width for narrowest width of notch.

orientation = :vertical — Orientation of box (:vertical or :horizontal).

show_midline = true — Show midline.

show_notch = false — Whether to draw the notch.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

width = automatic — Width of the box before shrinking.

source


# Makie.crossbar!Function.

crossbar! is the mutating variant of plotting function crossbar. Check the docstring for crossbar for further information.

source


# Makie.current_axis!Method.
julia
current_axis!(ax)

Set an axis ax, which must be part of a figure, as the figure's current active axis.

source


# Makie.current_axis!Method.
julia
current_axis!(fig::Figure, ax)

Set ax as the current active axis in fig.

source


# Makie.current_axisMethod.
julia
current_axis()

Returns the current active axis (or the last axis created). Returns nothing if there is no current active axis.

source


# Makie.current_figure!Method.
julia
current_figure!(fig)

Set fig as the current active figure.

source


# Makie.current_figureMethod.
julia
current_figure()

Returns the current active figure (or the last figure created). Returns nothing if there is no current active figure.

source


# Makie.data_limitsFunction.
julia
data_limits(scenelike[, exclude = plot -> false])

Returns the combined data limits of all plots collected under scenelike for which exclude(plot) == false. This is solely based on the positional data of a plot and thus does not include any transformations.

See also: boundingbox

source


# Makie.data_limitsMethod.
julia
data_limits(plot::AbstractPlot)

Returns the bounding box of a plot based on just its position data.

See also: boundingbox

source


# Makie.datashaderFunction.
julia
datashader(points::AbstractVector{<: Point})

Warning

This feature might change outside breaking releases, since the API is not yet finalized. Please be wary of bugs in the implementation and open issues if you encounter odd behaviour.

Points can be any array type supporting iteration & getindex, including memory mapped arrays. If you have separate arrays for x and y coordinates and want to avoid conversion and copy, consider using:

Julia
using Makie.StructArrays
 points = StructArray{Point2f}((x, y))
 datashader(points)

Do pay attention though, that if x and y don't have a fast iteration/getindex implemented, this might be slower than just copying the data into a new array.

For best performance, use method=Makie.AggThreads() and make sure to start julia with julia -tauto or have the environment variable JULIA_NUM_THREADS set to the number of cores you have.

Plot type

The plot type alias for the datashader function is DataShader.

Attributes

agg = AggCount() — Can be AggCount(), AggAny() or AggMean(). User-extensible by overloading:

julia
struct MyAgg{T} <: Makie.AggOp end
 MyAgg() = MyAgg{Float64}()
 Makie.Aggregation.null(::MyAgg{T}) where {T} = zero(T)
 Makie.Aggregation.embed(::MyAgg{T}, x) where {T} = convert(T, x)
 Makie.Aggregation.merge(::MyAgg{T}, x::T, y::T) where {T} = x + y
-Makie.Aggregation.value(::MyAgg{T}, x::T) where {T} = x

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

async = true — Will calculate get_aggregation in a task, and skip any zoom/pan updates while busy. Great for interaction, but must be disabled for saving to e.g. png or when inlining in Documenter.

binsize = 1 — Factor defining how many bins one wants per screen pixel. Set to n > 1 if you want a coarser image.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — If the resulting image should be displayed interpolated.

local_operation = identity — Function which gets called on each element after the aggregation (map!(x-> local_operation(x), final_aggregation_result)).

lowclip = automatic — The color for any value below the colorrange.

method = AggThreads() — Can be AggThreads() or AggSerial() for threaded vs. serial aggregation.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

operation = automatic — Defaults to Makie.equalize_histogram function which gets called on the whole get_aggregation array before display (operation(final_aggregation_result)).

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

point_transform = identity — Function which gets applied to every point before aggregating it.

show_timings = false — Set to true to show how long it takes to aggregate each frame.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.datashader!Function.

datashader! is the mutating variant of plotting function datashader. Check the docstring for datashader for further information.

source


# Makie.deactivate_interaction!Method.
julia
deactivate_interaction!(parent, name::Symbol)

Deactivate the interaction named name registered in parent. It can be reactivated with activate_interaction!.

source


# Makie.densityFunction.
julia
density(values)

Plot a kernel density estimate of values.

Plot type

The plot type alias for the density function is Density.

Attributes

bandwidth = automatic — Kernel density bandwidth, determined automatically if automatic.

boundary = automatic — Boundary of the density estimation, determined automatically if automatic.

color = @inherit patchcolor — Usually set to a single color, but can also be set to :x or :y to color with a gradient. If you use :y when direction = :x (or vice versa), note that only 2-element colormaps can work correctly.

colormap = @inherit colormapNo docs available.

colorrange = Makie.automaticNo docs available.

colorscale = identityNo docs available.

cycle = [:color => :patchcolor]No docs available.

direction = :x — The dimension along which the values are distributed. Can be :x or :y.

inspectable = @inherit inspectableNo docs available.

linestyle = nothingNo docs available.

npoints = 200 — The resolution of the estimated curve along the dimension set in direction.

offset = 0.0 — Shift the density baseline, for layering multiple densities on top of each other.

strokearound = falseNo docs available.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

weights = automatic — Assign a vector of statistical weights to values.

source


# Makie.density!Function.

density! is the mutating variant of plotting function density. Check the docstring for density for further information.

source


# Makie.deregister_interaction!Method.
julia
deregister_interaction!(parent, name::Symbol)

Deregister the interaction named name registered in parent.

source


# Makie.ecdfplotFunction.
julia
ecdfplot(values; npoints=10_000[, weights])

Plot the empirical cumulative distribution function (ECDF) of values.

npoints controls the resolution of the plot. If weights for the values are provided, a weighted ECDF is plotted.

Plot type

The plot type alias for the ecdfplot function is ECDFPlot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

step = :pre — The step parameter can take the following values:

  • :pre: horizontal part of step extends to the left of each value in xs.

  • :post: horizontal part of step extends to the right of each value in xs.

  • :center: horizontal part of step extends halfway between the two adjacent values of xs.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.ecdfplot!Function.

ecdfplot! is the mutating variant of plotting function ecdfplot. Check the docstring for ecdfplot for further information.

source


# Makie.errorbarsFunction.
julia
errorbars(x, y, error_both; kwargs...)
+Makie.Aggregation.value(::MyAgg{T}, x::T) where {T} = x

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

async = true — Will calculate get_aggregation in a task, and skip any zoom/pan updates while busy. Great for interaction, but must be disabled for saving to e.g. png or when inlining in Documenter.

binsize = 1 — Factor defining how many bins one wants per screen pixel. Set to n > 1 if you want a coarser image.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — If the resulting image should be displayed interpolated.

local_operation = identity — Function which gets called on each element after the aggregation (map!(x-> local_operation(x), final_aggregation_result)).

lowclip = automatic — The color for any value below the colorrange.

method = AggThreads() — Can be AggThreads() or AggSerial() for threaded vs. serial aggregation.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

operation = automatic — Defaults to Makie.equalize_histogram function which gets called on the whole get_aggregation array before display (operation(final_aggregation_result)).

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

point_transform = identity — Function which gets applied to every point before aggregating it.

show_timings = false — Set to true to show how long it takes to aggregate each frame.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.datashader!Function.

datashader! is the mutating variant of plotting function datashader. Check the docstring for datashader for further information.

source


# Makie.deactivate_interaction!Method.
julia
deactivate_interaction!(parent, name::Symbol)

Deactivate the interaction named name registered in parent. It can be reactivated with activate_interaction!.

source


# Makie.densityFunction.
julia
density(values)

Plot a kernel density estimate of values.

Plot type

The plot type alias for the density function is Density.

Attributes

bandwidth = automatic — Kernel density bandwidth, determined automatically if automatic.

boundary = automatic — Boundary of the density estimation, determined automatically if automatic.

color = @inherit patchcolor — Usually set to a single color, but can also be set to :x or :y to color with a gradient. If you use :y when direction = :x (or vice versa), note that only 2-element colormaps can work correctly.

colormap = @inherit colormapNo docs available.

colorrange = Makie.automaticNo docs available.

colorscale = identityNo docs available.

cycle = [:color => :patchcolor]No docs available.

direction = :x — The dimension along which the values are distributed. Can be :x or :y.

inspectable = @inherit inspectableNo docs available.

linestyle = nothingNo docs available.

npoints = 200 — The resolution of the estimated curve along the dimension set in direction.

offset = 0.0 — Shift the density baseline, for layering multiple densities on top of each other.

strokearound = falseNo docs available.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

weights = automatic — Assign a vector of statistical weights to values.

source


# Makie.density!Function.

density! is the mutating variant of plotting function density. Check the docstring for density for further information.

source


# Makie.deregister_interaction!Method.
julia
deregister_interaction!(parent, name::Symbol)

Deregister the interaction named name registered in parent.

source


# Makie.ecdfplotFunction.
julia
ecdfplot(values; npoints=10_000[, weights])

Plot the empirical cumulative distribution function (ECDF) of values.

npoints controls the resolution of the plot. If weights for the values are provided, a weighted ECDF is plotted.

Plot type

The plot type alias for the ecdfplot function is ECDFPlot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

step = :pre — The step parameter can take the following values:

  • :pre: horizontal part of step extends to the left of each value in xs.

  • :post: horizontal part of step extends to the right of each value in xs.

  • :center: horizontal part of step extends halfway between the two adjacent values of xs.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.ecdfplot!Function.

ecdfplot! is the mutating variant of plotting function ecdfplot. Check the docstring for ecdfplot for further information.

source


# Makie.errorbarsFunction.
julia
errorbars(x, y, error_both; kwargs...)
 errorbars(x, y, error_low, error_high; kwargs...)
 errorbars(x, y, error_low_high; kwargs...)
 
@@ -118,7 +118,7 @@ import{_ as e,c as o,o as i,a6 as s}from"./chunks/framework.DT0bu0uC.js";const u
 errorbars(xy, error_low_high; kwargs...)
 
 errorbars(xy_error_both; kwargs...)
-errorbars(xy_error_low_high; kwargs...)

Plots errorbars at xy positions, extending by errors in the given direction.

If you want to plot intervals from low to high values instead of relative errors, use rangebars.

Plot type

The plot type alias for the errorbars function is Errorbars.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the lines. Can be an array to color each bar separately.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction = :y — The direction in which the bars are drawn. Can be :x or :y.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecapNo docs available.

linewidth = @inherit linewidth — The thickness of the lines in screen units.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

whiskerwidth = 0 — The width of the whiskers or line caps in screen units.

source


# Makie.errorbars!Function.

errorbars! is the mutating variant of plotting function errorbars. Check the docstring for errorbars for further information.

source


# Makie.fill_between!Method.
julia
fill_between!(scenelike, x, y1, y2; where = nothing, kw_args...)

fill the section between 2 lines with the condition where

source


# Makie.helpMethod.
julia
help(func[; extended = false])

Welcome to the main help function of Makie.jl / Makie.jl.

For help on a specific function's arguments, type help_arguments(function_name).

For help on a specific function's attributes, type help_attributes(plot_Type).

Use the optional extended = true keyword argument to see more details.

source


# Makie.help_argumentsMethod.
julia
help_arguments([io], func)

Returns a list of signatures for function func.

source


# Makie.help_attributesMethod.
julia
help_attributes([io], Union{PlotType, PlotFunction}; extended = false)

Returns a list of attributes for the plot type Typ. The attributes returned extend those attributes found in the default_theme.

Use the optional keyword argument extended (default = false) to show in addition the default values of each attribute. usage:

julia
>help_attributes(scatter)
+errorbars(xy_error_low_high; kwargs...)

Plots errorbars at xy positions, extending by errors in the given direction.

If you want to plot intervals from low to high values instead of relative errors, use rangebars.

Plot type

The plot type alias for the errorbars function is Errorbars.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the lines. Can be an array to color each bar separately.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction = :y — The direction in which the bars are drawn. Can be :x or :y.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecapNo docs available.

linewidth = @inherit linewidth — The thickness of the lines in screen units.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

whiskerwidth = 0 — The width of the whiskers or line caps in screen units.

source


# Makie.errorbars!Function.

errorbars! is the mutating variant of plotting function errorbars. Check the docstring for errorbars for further information.

source


# Makie.fill_between!Method.
julia
fill_between!(scenelike, x, y1, y2; where = nothing, kw_args...)

fill the section between 2 lines with the condition where

source


# Makie.helpMethod.
julia
help(func[; extended = false])

Welcome to the main help function of Makie.jl / Makie.jl.

For help on a specific function's arguments, type help_arguments(function_name).

For help on a specific function's attributes, type help_attributes(plot_Type).

Use the optional extended = true keyword argument to see more details.

source


# Makie.help_argumentsMethod.
julia
help_arguments([io], func)

Returns a list of signatures for function func.

source


# Makie.help_attributesMethod.
julia
help_attributes([io], Union{PlotType, PlotFunction}; extended = false)

Returns a list of attributes for the plot type Typ. The attributes returned extend those attributes found in the default_theme.

Use the optional keyword argument extended (default = false) to show in addition the default values of each attribute. usage:

julia
>help_attributes(scatter)
     alpha
     color
     colormap
@@ -137,16 +137,16 @@ import{_ as e,c as o,o as i,a6 as s}from"./chunks/framework.DT0bu0uC.js";const u
     transform_marker
     transparency
     uv_offset_width
-    visible

source


# Makie.hexbinFunction.
julia
hexbin(xs, ys; kwargs...)

Plots a heatmap with hexagonal bins for the observations xs and ys.

Plot type

The plot type alias for the hexbin function is Hexbin.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bins = 20 — If an Int, sets the number of bins in x and y direction. If a Tuple{Int, Int}, sets the number of bins for x and y separately.

cellsize = nothing — If a Real, makes equally-sided hexagons with width cellsize. If a Tuple{Real, Real} specifies hexagon width and height separately.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

highclip = automatic — The color for any value above the colorrange.

lowclip = automatic — The color for any value below the colorrange.

nan_color = :transparent — The color for NaN values.

strokecolor = :blackNo docs available.

strokewidth = 0No docs available.

threshold = 1 — 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.

weights = nothing — Weights for each observation. Can be nothing (each observation carries weight 1) or any AbstractVector{<: Real} or StatsBase.AbstractWeights.

source


# Makie.hexbin!Function.

hexbin! is the mutating variant of plotting function hexbin. Check the docstring for hexbin for further information.

source


# Makie.hidedecorations!Method.
julia
hidedecorations!(la::Axis; label = true, ticklabels = true, ticks = true,
-                 grid = true, minorgrid = true, minorticks = true)

Hide decorations of both x and y-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

See also [hidexdecorations!], [hideydecorations!], [hidezdecorations!]

source


# Makie.hidedecorations!Method.
julia
hidedecorations!(ax::PolarAxis; ticklabels = true, grid = true, minorgrid = true)

Hide decorations of both r and theta-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

See also [hiderdecorations!], [hidethetadecorations!], [hidezdecorations!]

source


# Makie.hiderdecorations!Method.
julia
hiderdecorations!(ax::PolarAxis; ticklabels = true, grid = true, minorgrid = true)

Hide decorations of the r-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hidespines!Method.
julia
hidespines!(la::Axis, spines::Symbol... = (:l, :r, :b, :t)...)

Hide all specified axis spines. Hides all spines by default, otherwise choose which sides to hide with the symbols :l (left), :r (right), :b (bottom) and :t (top).

source


# Makie.hidethetadecorations!Method.
julia
hidethetadecorations!(ax::PolarAxis; ticklabels = true, grid = true, minorgrid = true)

Hide decorations of the theta-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hidexdecorations!Method.
julia
hidexdecorations!(la::Axis; label = true, ticklabels = true, ticks = true, grid = true,
-    minorgrid = true, minorticks = true)

Hide decorations of the x-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hideydecorations!Method.
julia
hideydecorations!(la::Axis; label = true, ticklabels = true, ticks = true, grid = true,
-    minorgrid = true, minorticks = true)

Hide decorations of the y-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hidezdecorations!Method.
julia
hidezdecorations!(ax::Axis3; label = true, ticklabels = true, ticks = true, grid = true)

Hide decorations of the z-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.histFunction.
julia
hist(values)

Plot a histogram of values.

Plot type

The plot type alias for the hist function is Hist.

Attributes

bar_labels = nothingNo docs available.

bins = 15 — Can be an Int to create that number of equal-width bins over the range of values. Alternatively, it can be a sorted iterable of bin edges.

color = @inherit patchcolor — Color can either be:

  • a vector of bins colors

  • a single color

  • :values, to color the bars with the values from the histogram

cycle = [:color => :patchcolor]No docs available.

direction = :y — Set the direction of the bars.

fillto = automatic — Defines where the bars start.

flip_labels_at = InfNo docs available.

gap = 0 — Gap between the bars (see barplot).

label_color = @inherit textcolorNo docs available.

label_font = @inherit fontNo docs available.

label_formatter = bar_label_formatterNo docs available.

label_offset = 5No docs available.

label_size = 20No docs available.

normalization = :none — Allows to normalize the histogram. Possible values are:

  • :pdf: Normalize by sum of weights and bin sizes. Resulting histogram has norm 1 and represents a PDF.

  • :density: Normalize by bin sizes only. Resulting histogram represents count density of input and does not have norm 1. Will not modify the histogram if it already represents a density (h.isdensity == 1).

  • :probability: Normalize by sum of weights only. Resulting histogram represents the fraction of probability mass for each bin and does not have norm 1.

  • :none: Do not normalize.

offset = 0.0 — Adds an offset to every value.

over_background_color = automaticNo docs available.

over_bar_color = automaticNo docs available.

scale_to = nothing — Allows to scale all values to a certain height. This can also be set to :flip to flip the direction of histogram bars without scaling them to a common height.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

weights = automatic — Allows to statistically weight the observations.

source


# Makie.hist!Function.

hist! is the mutating variant of plotting function hist. Check the docstring for hist for further information.

source


# Makie.hlinesFunction.
julia
hlines(ys; xmin = 0.0, xmax = 1.0, attrs...)

Create horizontal lines across a Scene with 2D projection. The lines will be placed at ys in data coordinates and xmin to xmax in scene coordinates (0 to 1). All three of these can have single or multiple values because they are broadcast to calculate the final line segments.

Plot type

The plot type alias for the hlines function is HLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

xmax = 1 — The end of the lines in relative axis units (0 to 1) along the x dimension.

xmin = 0 — The start of the lines in relative axis units (0 to 1) along the x dimension.

source


# Makie.hlines!Function.

hlines! is the mutating variant of plotting function hlines. Check the docstring for hlines for further information.

source


# Makie.hovered_sceneMethod.
julia
hovered_scene()

Returns the scene that the mouse is currently hovering over.

Properly identifies the scene for a plot with multiple sub-plots.

source


# Makie.hspanFunction.
julia
hspan(ys_low, ys_high; xmin = 0.0, xmax = 1.0, attrs...)
-hspan(ys_lowhigh; xmin = 0.0, xmax = 1.0, attrs...)

Create horizontal bands spanning across a Scene with 2D projection. The bands will be placed from ys_low to ys_high in data coordinates and xmin to xmax in scene coordinates (0 to 1). All four of these can have single or multiple values because they are broadcast to calculate the final spans. Both bounds can be passed together as an interval ys_lowhigh.

Plot type

The plot type alias for the hspan function is HSpan.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit patchcolor — Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShadingNo docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolor — Sets the color of the outline around a marker.

strokecolormap = @inherit colormap — Sets the colormap that is sampled for numeric colors.

strokewidth = @inherit patchstrokewidth — Sets the width of the outline.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

xmax = 1 — The end of the bands in relative axis units (0 to 1) along the x dimension.

xmin = 0 — The start of the bands in relative axis units (0 to 1) along the x dimension.

source


# Makie.hspan!Function.

hspan! is the mutating variant of plotting function hspan. Check the docstring for hspan for further information.

source


# Makie.is_mouseinsideMethod.
julia
is_mouseinside(scene)

Returns true if the current mouseposition is inside the given scene.

source


# Makie.ispressedFunction.

ispressed(parent, result::Bool[, waspressed = nothing]) ispressed(parent, button::Union{Mouse.Button, Keyboard.Button[, waspressed = nothing]) ispressed(parent, collection::Union{Set, Vector, Tuple}[, waspressed = nothing]) ispressed(parent, op::BooleanOperator[, waspressed = nothing])

This function checks if a button or combination of buttons is pressed.

If given a true or false, ispressed will return true or false respectively. This provides a way to turn an interaction "always on" or "always off" from the outside.

Passing a button or collection of buttons such as Keyboard.enter or Mouse.left will return true if all of the given buttons are pressed.

Parent can be any object that has get_scene method implemented, which includes e.g. Figure, Axis, Axis3, Lscene, FigureAxisPlot, and AxisPlot.

For more complicated combinations of buttons they can be combined into boolean expression with &, | and !. For example, you can have ispressed(parent, !Keyboard.left_control & Keyboard.c)) and ispressed(parent, Keyboard.left_control & Keyboard.c) to avoid triggering both cases at the same time.

Furthermore you can also make any button, button collection or boolean expression exclusive by wrapping it in Exclusively(...). With that ispressed will only return true if the currently pressed buttons match the request exactly.

For cases where you want to react to a release event you can optionally add a key or mousebutton waspressed which is then assumed to be pressed regardless of it's current state. For example, when reacting to a mousebutton event, you can pass event.button so that a key combination including that button still evaluates as true.

See also: And, Or, Not, Exclusively, &, |, !

source


# Makie.labelslider!Method.
julia
labelslider!(scene, label, range; format = string, sliderkw = Dict(),
+    visible

source


# Makie.hexbinFunction.
julia
hexbin(xs, ys; kwargs...)

Plots a heatmap with hexagonal bins for the observations xs and ys.

Plot type

The plot type alias for the hexbin function is Hexbin.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bins = 20 — If an Int, sets the number of bins in x and y direction. If a Tuple{Int, Int}, sets the number of bins for x and y separately.

cellsize = nothing — If a Real, makes equally-sided hexagons with width cellsize. If a Tuple{Real, Real} specifies hexagon width and height separately.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

highclip = automatic — The color for any value above the colorrange.

lowclip = automatic — The color for any value below the colorrange.

nan_color = :transparent — The color for NaN values.

strokecolor = :blackNo docs available.

strokewidth = 0No docs available.

threshold = 1 — 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.

weights = nothing — Weights for each observation. Can be nothing (each observation carries weight 1) or any AbstractVector{<: Real} or StatsBase.AbstractWeights.

source


# Makie.hexbin!Function.

hexbin! is the mutating variant of plotting function hexbin. Check the docstring for hexbin for further information.

source


# Makie.hidedecorations!Method.
julia
hidedecorations!(la::Axis; label = true, ticklabels = true, ticks = true,
+                 grid = true, minorgrid = true, minorticks = true)

Hide decorations of both x and y-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

See also [hidexdecorations!], [hideydecorations!], [hidezdecorations!]

source


# Makie.hidedecorations!Method.
julia
hidedecorations!(ax::PolarAxis; ticklabels = true, grid = true, minorgrid = true)

Hide decorations of both r and theta-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

See also [hiderdecorations!], [hidethetadecorations!], [hidezdecorations!]

source


# Makie.hiderdecorations!Method.
julia
hiderdecorations!(ax::PolarAxis; ticklabels = true, grid = true, minorgrid = true)

Hide decorations of the r-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hidespines!Method.
julia
hidespines!(la::Axis, spines::Symbol... = (:l, :r, :b, :t)...)

Hide all specified axis spines. Hides all spines by default, otherwise choose which sides to hide with the symbols :l (left), :r (right), :b (bottom) and :t (top).

source


# Makie.hidethetadecorations!Method.
julia
hidethetadecorations!(ax::PolarAxis; ticklabels = true, grid = true, minorgrid = true)

Hide decorations of the theta-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hidexdecorations!Method.
julia
hidexdecorations!(la::Axis; label = true, ticklabels = true, ticks = true, grid = true,
+    minorgrid = true, minorticks = true)

Hide decorations of the x-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hideydecorations!Method.
julia
hideydecorations!(la::Axis; label = true, ticklabels = true, ticks = true, grid = true,
+    minorgrid = true, minorticks = true)

Hide decorations of the y-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.hidezdecorations!Method.
julia
hidezdecorations!(ax::Axis3; label = true, ticklabels = true, ticks = true, grid = true)

Hide decorations of the z-axis: label, ticklabels, ticks and grid. Keyword arguments can be used to disable hiding of certain types of decorations.

source


# Makie.histFunction.
julia
hist(values)

Plot a histogram of values.

Plot type

The plot type alias for the hist function is Hist.

Attributes

bar_labels = nothingNo docs available.

bins = 15 — Can be an Int to create that number of equal-width bins over the range of values. Alternatively, it can be a sorted iterable of bin edges.

color = @inherit patchcolor — Color can either be:

  • a vector of bins colors

  • a single color

  • :values, to color the bars with the values from the histogram

cycle = [:color => :patchcolor]No docs available.

direction = :y — Set the direction of the bars.

fillto = automatic — Defines where the bars start.

flip_labels_at = InfNo docs available.

gap = 0 — Gap between the bars (see barplot).

label_color = @inherit textcolorNo docs available.

label_font = @inherit fontNo docs available.

label_formatter = bar_label_formatterNo docs available.

label_offset = 5No docs available.

label_size = 20No docs available.

normalization = :none — Allows to normalize the histogram. Possible values are:

  • :pdf: Normalize by sum of weights and bin sizes. Resulting histogram has norm 1 and represents a PDF.

  • :density: Normalize by bin sizes only. Resulting histogram represents count density of input and does not have norm 1. Will not modify the histogram if it already represents a density (h.isdensity == 1).

  • :probability: Normalize by sum of weights only. Resulting histogram represents the fraction of probability mass for each bin and does not have norm 1.

  • :none: Do not normalize.

offset = 0.0 — Adds an offset to every value.

over_background_color = automaticNo docs available.

over_bar_color = automaticNo docs available.

scale_to = nothing — Allows to scale all values to a certain height. This can also be set to :flip to flip the direction of histogram bars without scaling them to a common height.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

weights = automatic — Allows to statistically weight the observations.

source


# Makie.hist!Function.

hist! is the mutating variant of plotting function hist. Check the docstring for hist for further information.

source


# Makie.hlinesFunction.
julia
hlines(ys; xmin = 0.0, xmax = 1.0, attrs...)

Create horizontal lines across a Scene with 2D projection. The lines will be placed at ys in data coordinates and xmin to xmax in scene coordinates (0 to 1). All three of these can have single or multiple values because they are broadcast to calculate the final line segments.

Plot type

The plot type alias for the hlines function is HLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

xmax = 1 — The end of the lines in relative axis units (0 to 1) along the x dimension.

xmin = 0 — The start of the lines in relative axis units (0 to 1) along the x dimension.

source


# Makie.hlines!Function.

hlines! is the mutating variant of plotting function hlines. Check the docstring for hlines for further information.

source


# Makie.hovered_sceneMethod.
julia
hovered_scene()

Returns the scene that the mouse is currently hovering over.

Properly identifies the scene for a plot with multiple sub-plots.

source


# Makie.hspanFunction.
julia
hspan(ys_low, ys_high; xmin = 0.0, xmax = 1.0, attrs...)
+hspan(ys_lowhigh; xmin = 0.0, xmax = 1.0, attrs...)

Create horizontal bands spanning across a Scene with 2D projection. The bands will be placed from ys_low to ys_high in data coordinates and xmin to xmax in scene coordinates (0 to 1). All four of these can have single or multiple values because they are broadcast to calculate the final spans. Both bounds can be passed together as an interval ys_lowhigh.

Plot type

The plot type alias for the hspan function is HSpan.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit patchcolor — Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShadingNo docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolor — Sets the color of the outline around a marker.

strokecolormap = @inherit colormap — Sets the colormap that is sampled for numeric colors.

strokewidth = @inherit patchstrokewidth — Sets the width of the outline.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

xmax = 1 — The end of the bands in relative axis units (0 to 1) along the x dimension.

xmin = 0 — The start of the bands in relative axis units (0 to 1) along the x dimension.

source


# Makie.hspan!Function.

hspan! is the mutating variant of plotting function hspan. Check the docstring for hspan for further information.

source


# Makie.is_mouseinsideMethod.
julia
is_mouseinside(scene)

Returns true if the current mouseposition is inside the given scene.

source


# Makie.ispressedFunction.

ispressed(parent, result::Bool[, waspressed = nothing]) ispressed(parent, button::Union{Mouse.Button, Keyboard.Button[, waspressed = nothing]) ispressed(parent, collection::Union{Set, Vector, Tuple}[, waspressed = nothing]) ispressed(parent, op::BooleanOperator[, waspressed = nothing])

This function checks if a button or combination of buttons is pressed.

If given a true or false, ispressed will return true or false respectively. This provides a way to turn an interaction "always on" or "always off" from the outside.

Passing a button or collection of buttons such as Keyboard.enter or Mouse.left will return true if all of the given buttons are pressed.

Parent can be any object that has get_scene method implemented, which includes e.g. Figure, Axis, Axis3, Lscene, FigureAxisPlot, and AxisPlot.

For more complicated combinations of buttons they can be combined into boolean expression with &, | and !. For example, you can have ispressed(parent, !Keyboard.left_control & Keyboard.c)) and ispressed(parent, Keyboard.left_control & Keyboard.c) to avoid triggering both cases at the same time.

Furthermore you can also make any button, button collection or boolean expression exclusive by wrapping it in Exclusively(...). With that ispressed will only return true if the currently pressed buttons match the request exactly.

For cases where you want to react to a release event you can optionally add a key or mousebutton waspressed which is then assumed to be pressed regardless of it's current state. For example, when reacting to a mousebutton event, you can pass event.button so that a key combination including that button still evaluates as true.

See also: And, Or, Not, Exclusively, &, |, !

source


# Makie.labelslider!Method.
julia
labelslider!(scene, label, range; format = string, sliderkw = Dict(),
 labelkw = Dict(), valuekw = Dict(), value_column_width = automatic, layoutkw...)

labelslider! is deprecated, use SliderGrid instead

Construct a horizontal GridLayout with a label, a slider and a value label in scene.

Returns a NamedTuple:

(slider = slider, label = label, valuelabel = valuelabel, layout = layout)

Specify a format function for the value label with the format keyword or pass a format string used by Format.format. The slider is forwarded the keywords from sliderkw. The label is forwarded the keywords from labelkw. The value label is forwarded the keywords from valuekw. You can set the column width for the value label column with the keyword value_column_width. By default, the width is determined heuristically by sampling a few values from the slider range. All other keywords are forwarded to the GridLayout.

Example:

ls = labelslider!(scene, "Voltage:", 0:10; format = x -> "$(x)V")
-layout[1, 1] = ls.layout

source


# Makie.labelslidergrid!Method.
julia
labelslidergrid!(scene, labels, ranges; formats = [string],
+layout[1, 1] = ls.layout

source


# Makie.labelslidergrid!Method.
julia
labelslidergrid!(scene, labels, ranges; formats = [string],
     sliderkw = Dict(), labelkw = Dict(), valuekw = Dict(),
     value_column_width = automatic, layoutkw...)

labelslidergrid! is deprecated, use SliderGrid instead

Construct a GridLayout with a column of label, a column of sliders and a column of value labels in scene. The argument values are broadcast, so you can use scalars if you want to keep labels, ranges or formats constant across rows.

Returns a NamedTuple:

(sliders = sliders, labels = labels, valuelabels = valuelabels, layout = layout)

Specify format functions for the value labels with the formats keyword or pass format strings used by Format.format. The sliders are forwarded the keywords from sliderkw. The labels are forwarded the keywords from labelkw. The value labels are forwarded the keywords from valuekw. You can set the column width for the value label column with the keyword value_column_width. By default, the width is determined heuristically by sampling a few values from the slider ranges. All other keywords are forwarded to the GridLayout.

Example:

ls = labelslidergrid!(scene, ["Voltage", "Ampere"], Ref(0:0.1:100); format = x -> "$(x)V")
-layout[1, 1] = ls.layout

source


# Makie.limits!Method.
julia
limits!(ax::Axis, xlims, ylims)

Set the axis limits to xlims and ylims. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis, rect::Rect2)

Set the axis limits to rect. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis, x1, x2, y1, y2)

Set the axis x-limits to x1 and x2 and the y-limits to y1 and y2. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis3, xlims, ylims, zlims)

Set the axis limits to xlims, ylims, and zlims. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis3, rect::Rect3)

Set the axis limits to rect. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis3, x1, x2, y1, y2, z1, z2)

Set the axis x-limits to x1 and x2, the y-limits to y1 and y2, and the z-limits to z1 and z2. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.linkaxes!Method.
julia
linkaxes!(a::Axis, others...)

Link both x and y axes of all given Axis so that they stay synchronized.

source


# Makie.linkxaxes!Method.
julia
linkxaxes!(a::Axis, others...)

Link the x axes of all given Axis so that they stay synchronized.

source


# Makie.linkyaxes!Method.
julia
linkyaxes!(a::Axis, others...)

Link the y axes of all given Axis so that they stay synchronized.

source


# Makie.mouseoverMethod.
julia
mouseover(fig/ax/scene, plots::AbstractPlot...)

Returns true if the mouse currently hovers any of plots.

source


# Makie.mousepositionMethod.
julia
mouseposition(scene = hovered_scene())

Return the current position of the mouse in data coordinates of the given scene.

By default uses the scene that the mouse is currently hovering over.

source


# Makie.old_cam3d!Method.
julia
old_cam3d!(scene; kwargs...)

An alias to old_cam3d_turntable!. Creates a 3D camera for scene, which rotates around the plot's axis.

source


# Makie.old_cam3d_cad!Method.
julia
old_cam3d_cad!(scene; kw_args...)

Creates a 3D camera for scene which rotates around the viewer's "up" axis - similarly to how it's done in CAD software cameras.

source


# Makie.old_cam3d_turntable!Method.
julia
old_cam3d_turntable!(scene; kw_args...)

Creates a 3D camera for scene, which rotates around the plot's axis.

source


# Makie.onmousedownoutsideMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === downoutside.

source


# Makie.onmouseenterMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === enter.

source


# Makie.onmouseleftclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftclick.

source


# Makie.onmouseleftdoubleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdoubleclick.

source


# Makie.onmouseleftdownMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdown.

source


# Makie.onmouseleftdragMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdrag.

source


# Makie.onmouseleftdragstartMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdragstart.

source


# Makie.onmouseleftdragstopMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdragstop.

source


# Makie.onmouseleftupMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftup.

source


# Makie.onmousemiddleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middleclick.

source


# Makie.onmousemiddledoubleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledoubleclick.

source


# Makie.onmousemiddledownMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledown.

source


# Makie.onmousemiddledragMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledrag.

source


# Makie.onmousemiddledragstartMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledragstart.

source


# Makie.onmousemiddledragstopMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledragstop.

source


# Makie.onmousemiddleupMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middleup.

source


# Makie.onmouseoutMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === out.

source


# Makie.onmouseoverMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === over.

source


# Makie.onmouserightclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightclick.

source


# Makie.onmouserightdoubleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdoubleclick.

source


# Makie.onmouserightdownMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdown.

source


# Makie.onmouserightdragMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdrag.

source


# Makie.onmouserightdragstartMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdragstart.

source


# Makie.onmouserightdragstopMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdragstop.

source


# Makie.onmouserightupMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightup.

source


# Makie.onpickFunction.
julia
onpick(func, plot)

Calls func if one clicks on plot. Implemented by the backend.

source


# Makie.onpickMethod.
julia
onpick(f, fig/ax/scene, plots::AbstractPlot...)

Calls f(plot, idx) whenever the mouse is over any of plots. idx is an index, e.g. when over a scatter plot, it will be the index of the hovered element

source


# Makie.pickFunction.

Picks a mouse position. Implemented by the backend.

source


# Makie.pickMethod.
julia
pick(scene::Scene, rect::Rect2i)

Return all (plot, index) pairs within the given rect. The rect must be within screen boundaries.

source


# Makie.pickMethod.
julia
pick(fig/ax/scene, x, y)

Returns the plot under pixel position (x, y).

source


# Makie.pickMethod.
julia
pick(fig/ax/scene, xy::VecLike, range)

Return the plot closest to xy within a given range.

source


# Makie.pickMethod.
julia
pick(fig/ax/scene, xy::VecLike)

Return the plot under pixel position xy.

source


# Makie.pieFunction.
julia
pie(values; kwargs...)

Creates a pie chart from the given values.

Plot type

The plot type alias for the pie function is Pie.

Attributes

color = :grayNo docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inner_radius = 0 — The inner radius of the pie segments. If this is larger than zero, the pie pieces become ring sections.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

normalize = true — If true, the sum of all values is normalized to 2π (a full circle).

offset = 0 — The angular offset of the first pie segment from the (1, 0) vector in radians.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

radius = 1 — The outer radius of the pie segments.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = :blackNo docs available.

strokewidth = 1No docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

vertex_per_deg = 1 — Controls how many polygon vertices are used for one degree of rotation.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.pie!Function.

pie! is the mutating variant of plotting function pie. Check the docstring for pie for further information.

source


# Makie.plotlistMethod.
julia
plotlist!(
+layout[1, 1] = ls.layout

source


# Makie.limits!Method.
julia
limits!(ax::Axis, xlims, ylims)

Set the axis limits to xlims and ylims. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis, rect::Rect2)

Set the axis limits to rect. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis, x1, x2, y1, y2)

Set the axis x-limits to x1 and x2 and the y-limits to y1 and y2. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis3, xlims, ylims, zlims)

Set the axis limits to xlims, ylims, and zlims. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis3, rect::Rect3)

Set the axis limits to rect. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.limits!Method.
julia
limits!(ax::Axis3, x1, x2, y1, y2, z1, z2)

Set the axis x-limits to x1 and x2, the y-limits to y1 and y2, and the z-limits to z1 and z2. If limits are ordered high-low, this reverses the axis orientation.

source


# Makie.linkaxes!Method.
julia
linkaxes!(a::Axis, others...)

Link both x and y axes of all given Axis so that they stay synchronized.

source


# Makie.linkxaxes!Method.
julia
linkxaxes!(a::Axis, others...)

Link the x axes of all given Axis so that they stay synchronized.

source


# Makie.linkyaxes!Method.
julia
linkyaxes!(a::Axis, others...)

Link the y axes of all given Axis so that they stay synchronized.

source


# Makie.mouseoverMethod.
julia
mouseover(fig/ax/scene, plots::AbstractPlot...)

Returns true if the mouse currently hovers any of plots.

source


# Makie.mousepositionMethod.
julia
mouseposition(scene = hovered_scene())

Return the current position of the mouse in data coordinates of the given scene.

By default uses the scene that the mouse is currently hovering over.

source


# Makie.old_cam3d!Method.
julia
old_cam3d!(scene; kwargs...)

An alias to old_cam3d_turntable!. Creates a 3D camera for scene, which rotates around the plot's axis.

source


# Makie.old_cam3d_cad!Method.
julia
old_cam3d_cad!(scene; kw_args...)

Creates a 3D camera for scene which rotates around the viewer's "up" axis - similarly to how it's done in CAD software cameras.

source


# Makie.old_cam3d_turntable!Method.
julia
old_cam3d_turntable!(scene; kw_args...)

Creates a 3D camera for scene, which rotates around the plot's axis.

source


# Makie.onmousedownoutsideMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === downoutside.

source


# Makie.onmouseenterMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === enter.

source


# Makie.onmouseleftclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftclick.

source


# Makie.onmouseleftdoubleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdoubleclick.

source


# Makie.onmouseleftdownMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdown.

source


# Makie.onmouseleftdragMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdrag.

source


# Makie.onmouseleftdragstartMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdragstart.

source


# Makie.onmouseleftdragstopMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftdragstop.

source


# Makie.onmouseleftupMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === leftup.

source


# Makie.onmousemiddleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middleclick.

source


# Makie.onmousemiddledoubleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledoubleclick.

source


# Makie.onmousemiddledownMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledown.

source


# Makie.onmousemiddledragMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledrag.

source


# Makie.onmousemiddledragstartMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledragstart.

source


# Makie.onmousemiddledragstopMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middledragstop.

source


# Makie.onmousemiddleupMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === middleup.

source


# Makie.onmouseoutMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === out.

source


# Makie.onmouseoverMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === over.

source


# Makie.onmouserightclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightclick.

source


# Makie.onmouserightdoubleclickMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdoubleclick.

source


# Makie.onmouserightdownMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdown.

source


# Makie.onmouserightdragMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdrag.

source


# Makie.onmouserightdragstartMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdragstart.

source


# Makie.onmouserightdragstopMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightdragstop.

source


# Makie.onmouserightupMethod.

Executes the function f whenever the MouseEventHandle's observable is set to a MouseEvent with event.type === rightup.

source


# Makie.onpickFunction.
julia
onpick(func, plot)

Calls func if one clicks on plot. Implemented by the backend.

source


# Makie.onpickMethod.
julia
onpick(f, fig/ax/scene, plots::AbstractPlot...)

Calls f(plot, idx) whenever the mouse is over any of plots. idx is an index, e.g. when over a scatter plot, it will be the index of the hovered element

source


# Makie.pickFunction.

Picks a mouse position. Implemented by the backend.

source


# Makie.pickMethod.
julia
pick(scene::Scene, rect::Rect2i)

Return all (plot, index) pairs within the given rect. The rect must be within screen boundaries.

source


# Makie.pickMethod.
julia
pick(fig/ax/scene, x, y)

Returns the plot under pixel position (x, y).

source


# Makie.pickMethod.
julia
pick(fig/ax/scene, xy::VecLike, range)

Return the plot closest to xy within a given range.

source


# Makie.pickMethod.
julia
pick(fig/ax/scene, xy::VecLike)

Return the plot under pixel position xy.

source


# Makie.pieFunction.
julia
pie(values; kwargs...)

Creates a pie chart from the given values.

Plot type

The plot type alias for the pie function is Pie.

Attributes

color = :grayNo docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inner_radius = 0 — The inner radius of the pie segments. If this is larger than zero, the pie pieces become ring sections.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

normalize = true — If true, the sum of all values is normalized to 2π (a full circle).

offset = 0 — The angular offset of the first pie segment from the (1, 0) vector in radians.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

radius = 1 — The outer radius of the pie segments.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = :blackNo docs available.

strokewidth = 1No docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

vertex_per_deg = 1 — Controls how many polygon vertices are used for one degree of rotation.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.pie!Function.

pie! is the mutating variant of plotting function pie. Check the docstring for pie for further information.

source


# Makie.plotlistMethod.
julia
plotlist!(
     [
         PlotSpec(:Scatter, args...; kwargs...),
         PlotSpec(:Lines, args...; kwargs...),
@@ -170,9 +170,9 @@ import{_ as e,c as o,o as i,a6 as s}from"./chunks/framework.DT0bu0uC.js";const u
 
 plots[] = [
     S.surface(0..1, 0..1, Makie.peaks(); colormap = :viridis, translation = Vec3f(0, 0, -1)),
-]

source


# Makie.qqnormFunction.
julia
qqnorm(y; kwargs...)

Shorthand for qqplot(Normal(0,1), y), i.e., draw a Q-Q plot of y against the standard normal distribution. See qqplot for more details.

Plot type

The plot type alias for the qqnorm function is QQNorm.

Attributes

color = @inherit linecolor — Control color of both line and markers (if markercolor is not specified).

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linestyle = nothingNo docs available.

linewidth = @inherit linewidthNo docs available.

marker = @inherit markerNo docs available.

markercolor = automaticNo docs available.

markersize = @inherit markersizeNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolorNo docs available.

strokewidth = @inherit markerstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.qqnorm!Function.

qqnorm! is the mutating variant of plotting function qqnorm. Check the docstring for qqnorm for further information.

source


# Makie.qqplotFunction.
julia
qqplot(x, y; kwargs...)

Draw a Q-Q plot, comparing quantiles of two distributions. y must be a list of samples, i.e., AbstractVector{<:Real}, whereas x can be

  • a list of samples,

  • an abstract distribution, e.g. Normal(0, 1),

  • a distribution type, e.g. Normal.

In the last case, the distribution type is fitted to the data y.

The attribute qqline (defaults to :none) determines how to compute a fit line for the Q-Q plot. Possible values are the following.

  • :identity draws the identity line.

  • :fit computes a least squares line fit of the quantile pairs.

  • :fitrobust computes the line that passes through the first and third quartiles of the distributions.

  • :none omits drawing the line.

Broadly speaking, qqline = :identity is useful to see if x and y follow the same distribution, whereas qqline = :fit and qqline = :fitrobust are useful to see if the distribution of y can be obtained from the distribution of x via an affine transformation.

Plot type

The plot type alias for the qqplot function is QQPlot.

Attributes

color = @inherit linecolor — Control color of both line and markers (if markercolor is not specified).

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linestyle = nothingNo docs available.

linewidth = @inherit linewidthNo docs available.

marker = @inherit markerNo docs available.

markercolor = automaticNo docs available.

markersize = @inherit markersizeNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolorNo docs available.

strokewidth = @inherit markerstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.qqplot!Function.

qqplot! is the mutating variant of plotting function qqplot. Check the docstring for qqplot for further information.

source


# Makie.raincloudsFunction.
julia
rainclouds!(ax, category_labels, data_array; plot_boxplots=true, plot_clouds=true, kwargs...)

Plot a violin (/histogram), boxplot and individual data points with appropriate spacing between each.

Arguments

  • ax: Axis used to place all these plots onto.

  • category_labels: Typically Vector{String} with a label for each element in data_array

  • data_array: Typically Vector{Float64} used for to represent the datapoints to plot.

Keywords

Violin/Histogram Plot Specific Keywords

Scatter Plot Specific Keywords

  • side_nudge: Default value is 0.02 if plot_boxplots is true, otherwise 0.075 default.

  • jitter_width=0.05: Determines the width of the scatter-plot bar in category x-axis absolute terms.

Plot type

The plot type alias for the rainclouds function is RainClouds.

Attributes

boxplot_nudge = 0.075 — Determines the distance away the boxplot should be placed from the center line when center_boxplot is false. This is the value used to recentering the boxplot.

boxplot_width = 0.1 — Width of the boxplot on the category axis.

center_boxplot = true — Whether or not to center the boxplot on the category.

cloud_width = 0.75 — Determines size of violin plot. Corresponds to width keyword arg in violin.

clouds = violin — [violin, hist, nothing] how to show cloud plots, either as violin or histogram plots, or not at all.

color = @inherit patchcolor — A single color, or a vector of colors, one for each point.

cycle = [:color => :patchcolor]No docs available.

dodge = automatic — Vector of Integer (length of data) of grouping variable to create multiple side-by-side boxes at the same x position

dodge_gap = 0.01 — Spacing between dodged boxes.

gap = 0.2 — Distance between elements on the main axis (depending on orientation).

hist_bins = 30 — If clouds=hist, this passes down the number of bins to the histogram call.

markersize = 2.0 — Size of marker used for the scatter plot.

n_dodge = automatic — The number of categories to dodge (defaults to maximum(dodge))

orientation = :vertical — Orientation of rainclouds (:vertical or :horizontal)

plot_boxplots = true — Whether to show boxplots to summarize distribution of data.

show_boxplot_outliers = false — Show outliers in the boxplot as points (usually confusing when paired with the scatter plot so the default is to not show them)

show_median = true — Determines whether or not to have a line for the median value in the boxplot.

side = :left — Can take values of :left, :right, determines where the violin plot will be, relative to the scatter points

strokewidth = 1.0 — Determines the stroke width for the outline of the boxplot.

violin_limits = (-Inf, Inf) — Specify values to trim the violin. Can be a Tuple or a Function (e.g. datalimits=extrema)

whiskerwidth = 0.5 — The width of the Q1, Q3 whisker in the boxplot. Value as a portion of the boxplot_width.

source


# Makie.rainclouds!Function.

rainclouds! is the mutating variant of plotting function rainclouds. Check the docstring for rainclouds for further information.

source


# Makie.rangebarsFunction.
julia
rangebars(val, low, high; kwargs...)
+]

source


# Makie.qqnormFunction.
julia
qqnorm(y; kwargs...)

Shorthand for qqplot(Normal(0,1), y), i.e., draw a Q-Q plot of y against the standard normal distribution. See qqplot for more details.

Plot type

The plot type alias for the qqnorm function is QQNorm.

Attributes

color = @inherit linecolor — Control color of both line and markers (if markercolor is not specified).

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linestyle = nothingNo docs available.

linewidth = @inherit linewidthNo docs available.

marker = @inherit markerNo docs available.

markercolor = automaticNo docs available.

markersize = @inherit markersizeNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolorNo docs available.

strokewidth = @inherit markerstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.qqnorm!Function.

qqnorm! is the mutating variant of plotting function qqnorm. Check the docstring for qqnorm for further information.

source


# Makie.qqplotFunction.
julia
qqplot(x, y; kwargs...)

Draw a Q-Q plot, comparing quantiles of two distributions. y must be a list of samples, i.e., AbstractVector{<:Real}, whereas x can be

  • a list of samples,

  • an abstract distribution, e.g. Normal(0, 1),

  • a distribution type, e.g. Normal.

In the last case, the distribution type is fitted to the data y.

The attribute qqline (defaults to :none) determines how to compute a fit line for the Q-Q plot. Possible values are the following.

  • :identity draws the identity line.

  • :fit computes a least squares line fit of the quantile pairs.

  • :fitrobust computes the line that passes through the first and third quartiles of the distributions.

  • :none omits drawing the line.

Broadly speaking, qqline = :identity is useful to see if x and y follow the same distribution, whereas qqline = :fit and qqline = :fitrobust are useful to see if the distribution of y can be obtained from the distribution of x via an affine transformation.

Plot type

The plot type alias for the qqplot function is QQPlot.

Attributes

color = @inherit linecolor — Control color of both line and markers (if markercolor is not specified).

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linestyle = nothingNo docs available.

linewidth = @inherit linewidthNo docs available.

marker = @inherit markerNo docs available.

markercolor = automaticNo docs available.

markersize = @inherit markersizeNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolorNo docs available.

strokewidth = @inherit markerstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.qqplot!Function.

qqplot! is the mutating variant of plotting function qqplot. Check the docstring for qqplot for further information.

source


# Makie.raincloudsFunction.
julia
rainclouds!(ax, category_labels, data_array; plot_boxplots=true, plot_clouds=true, kwargs...)

Plot a violin (/histogram), boxplot and individual data points with appropriate spacing between each.

Arguments

  • ax: Axis used to place all these plots onto.

  • category_labels: Typically Vector{String} with a label for each element in data_array

  • data_array: Typically Vector{Float64} used for to represent the datapoints to plot.

Keywords

Violin/Histogram Plot Specific Keywords

Scatter Plot Specific Keywords

  • side_nudge: Default value is 0.02 if plot_boxplots is true, otherwise 0.075 default.

  • jitter_width=0.05: Determines the width of the scatter-plot bar in category x-axis absolute terms.

Plot type

The plot type alias for the rainclouds function is RainClouds.

Attributes

boxplot_nudge = 0.075 — Determines the distance away the boxplot should be placed from the center line when center_boxplot is false. This is the value used to recentering the boxplot.

boxplot_width = 0.1 — Width of the boxplot on the category axis.

center_boxplot = true — Whether or not to center the boxplot on the category.

cloud_width = 0.75 — Determines size of violin plot. Corresponds to width keyword arg in violin.

clouds = violin — [violin, hist, nothing] how to show cloud plots, either as violin or histogram plots, or not at all.

color = @inherit patchcolor — A single color, or a vector of colors, one for each point.

cycle = [:color => :patchcolor]No docs available.

dodge = automatic — Vector of Integer (length of data) of grouping variable to create multiple side-by-side boxes at the same x position

dodge_gap = 0.01 — Spacing between dodged boxes.

gap = 0.2 — Distance between elements on the main axis (depending on orientation).

hist_bins = 30 — If clouds=hist, this passes down the number of bins to the histogram call.

markersize = 2.0 — Size of marker used for the scatter plot.

n_dodge = automatic — The number of categories to dodge (defaults to maximum(dodge))

orientation = :vertical — Orientation of rainclouds (:vertical or :horizontal)

plot_boxplots = true — Whether to show boxplots to summarize distribution of data.

show_boxplot_outliers = false — Show outliers in the boxplot as points (usually confusing when paired with the scatter plot so the default is to not show them)

show_median = true — Determines whether or not to have a line for the median value in the boxplot.

side = :left — Can take values of :left, :right, determines where the violin plot will be, relative to the scatter points

strokewidth = 1.0 — Determines the stroke width for the outline of the boxplot.

violin_limits = (-Inf, Inf) — Specify values to trim the violin. Can be a Tuple or a Function (e.g. datalimits=extrema)

whiskerwidth = 0.5 — The width of the Q1, Q3 whisker in the boxplot. Value as a portion of the boxplot_width.

source


# Makie.rainclouds!Function.

rainclouds! is the mutating variant of plotting function rainclouds. Check the docstring for rainclouds for further information.

source


# Makie.rangebarsFunction.
julia
rangebars(val, low, high; kwargs...)
 rangebars(val, low_high; kwargs...)
-rangebars(val_low_high; kwargs...)

Plots rangebars at val in one dimension, extending from low to high in the other dimension given the chosen direction. The low_high argument can be a vector of tuples or intervals.

If you want to plot errors relative to a reference value, use errorbars.

Plot type

The plot type alias for the rangebars function is Rangebars.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the lines. Can be an array to color each bar separately.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction = :y — The direction in which the bars are drawn. Can be :x or :y.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecapNo docs available.

linewidth = @inherit linewidth — The thickness of the lines in screen units.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

whiskerwidth = 0 — The width of the whiskers or line caps in screen units.

source


# Makie.rangebars!Function.

rangebars! is the mutating variant of plotting function rangebars. Check the docstring for rangebars for further information.

source


# Makie.recordMethod.
julia
record(func, figurelike, path; backend=current_backend(), kwargs...)
+rangebars(val_low_high; kwargs...)

Plots rangebars at val in one dimension, extending from low to high in the other dimension given the chosen direction. The low_high argument can be a vector of tuples or intervals.

If you want to plot errors relative to a reference value, use errorbars.

Plot type

The plot type alias for the rangebars function is Rangebars.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the lines. Can be an array to color each bar separately.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction = :y — The direction in which the bars are drawn. Can be :x or :y.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecapNo docs available.

linewidth = @inherit linewidth — The thickness of the lines in screen units.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

whiskerwidth = 0 — The width of the whiskers or line caps in screen units.

source


# Makie.rangebars!Function.

rangebars! is the mutating variant of plotting function rangebars. Check the docstring for rangebars for further information.

source


# Makie.recordMethod.
julia
record(func, figurelike, path; backend=current_backend(), kwargs...)
 record(func, figurelike, path, iter; backend=current_backend(), kwargs...)

The first signature provides func with a VideoStream, which it should call recordframe!(io) on when recording a frame.

The second signature iterates iter, calling recordframe!(io) internally after calling func with the current iteration element.

Both notations require a Figure, FigureAxisPlot or Scene figure to work. The animation is then saved to path, with the format determined by path's extension.

Under the hood, record is just video_io = Record(func, figurelike, [iter]; same_kw...); save(path, video_io). Record can be used directly as well to do the saving at a later point, or to inline a video directly into a Notebook (the video supports, show(video_io, "text/html") for that purpose).

Options one can pass via kwargs...:

  • backend::Module = current_backend(): set the backend to write out video, can be set to CairoMakie, GLMakie, WGLMakie, RPRMakie.

Backend options

See ?Backend.Screen or Base.doc(Backend.Screen) for applicable options that can be passed and forwarded to the backend.

Video options

  • format = "mkv": The format of the video. If a path is present, will be inferred from the file extension. Can be one of the following:

    • "mkv" (open standard, the default)

    • "mp4" (good for Web, most supported format)

    • "webm" (smallest file size)

    • "gif" (largest file size for the same quality)

    mp4 and mk4 are marginally bigger than webm. gifs can be significantly (as much as 6x) larger with worse quality (due to the limited color palette) and only should be used as a last resort, for playing in a context where videos aren't supported.

  • framerate = 24: The target framerate.

  • compression = 20: Controls the video compression via ffmpeg's -crf option, with smaller numbers giving higher quality and larger file sizes (lower compression), and higher numbers giving lower quality and smaller file sizes (higher compression). The minimum value is 0 (lossless encoding).

    • For mp4, 51 is the maximum. Note that compression = 0 only works with mp4 if

    profile = "high444".

    • For webm, 63 is the maximum.

    • compression has no effect on mkv and gif outputs.

  • profile = "high422": A ffmpeg compatible profile. Currently only applies to mp4. If

you have issues playing a video, try profile = "high" or profile = "main".

  • pixel_format = "yuv420p": A ffmpeg compatible pixel format (-pix_fmt). Currently only

applies to mp4. Defaults to yuv444p for profile = "high444".

  • loop = 0: Number of times the video is repeated, for a gif or html output. Defaults to 0, which

means infinite looping. A value of -1 turns off looping, and a value of n > 0 means n repetitions (i.e. the video is played n+1 times) when supported by backend.

!!! warning
 \`profile\` and \`pixel_format\` are only used when \`format\` is \`"mp4"\`; a warning will be issued if \`format\`
 is not \`"mp4"\` and those two arguments are not \`nothing\`. Similarly, \`compression\` is only
@@ -192,22 +192,22 @@ import{_ as e,c as o,o as i,a6 as s}from"./chunks/framework.DT0bu0uC.js";const u
 end

or

julia
fig, ax, p = lines(rand(10))
 record(fig, "test.gif", 1:255) do i
     p[:color] = RGBf(i/255, (255 - i)/255, 0) # animate figure
-end

source


# Makie.record_eventsMethod.

record_events(f, scene::Scene, path::String)

Records all window events that happen while executing function f for scene and serializes them to path.

source


# Makie.recordframe!Method.
julia
recordframe!(io::VideoStream)

Adds a video frame to the VideoStream io.

source


# Makie.register_interaction!Method.
julia
register_interaction!(parent, name::Symbol, interaction)

Register interaction with parent under the name name. The parent will call process_interaction(interaction, event, parent) whenever suitable events happen.

The interaction can be removed with deregister_interaction! or temporarily toggled with activate_interaction! / deactivate_interaction!.

source


# Makie.register_interaction!Method.
julia
register_interaction!(interaction::Function, parent, name::Symbol)

Register interaction with parent under the name name. The parent will call process_interaction(interaction, event, parent) whenever suitable events happen. This form with the first Function argument is especially intended for do syntax.

The interaction can be removed with deregister_interaction! or temporarily toggled with activate_interaction! / deactivate_interaction!.

source


# Makie.replace_automatic!Method.

Like get!(f, dict, key) but also calls f and replaces key when the corresponding value is nothing

source


# Makie.replay_eventsMethod.

replay_events(f, scene::Scene, path::String) replay_events(scene::Scene, path::String)

Replays the serialized events recorded with record_events in path in scene.

source


# Makie.resample_cmapMethod.
julia
resample_cmap(cmap, ncolors::Integer; alpha=1.0)
  • cmap: anything that to_colormap accepts

  • ncolors: number of desired colors

  • alpha: additional alpha applied to each color. Can also be an array, matching colors, or a tuple giving a start + stop alpha value.

source


# Makie.reset_limits!Method.
julia
reset_limits!(ax; xauto = true, yauto = true)

Resets the axis limits depending on the value of ax.limits. If one of the two components of limits is nothing, that value is either copied from the targetlimits if xauto or yauto is false, respectively, or it is determined automatically from the plots in the axis. If one of the components is a tuple of two numbers, those are used directly.

source


# Makie.resize_to_layout!Method.
julia
resize_to_layout!(fig::Figure)

Resize fig so that it fits the current contents of its top GridLayout. If a GridLayout contains fixed-size content or aspect-constrained columns, for example, it is likely that the solved size of the GridLayout differs from the size of the Figure. This can result in superfluous whitespace at the borders, or content clipping at the figure edges. Once resized, all content should fit the available space, including the Figure's outer padding.

source


# Makie.rlims!Method.
julia
rlims!(ax::PolarAxis[, rmin], rmax)

Sets the radial limits of a given PolarAxis.

source


# Makie.rotate!Method.
julia
rotate!(t::Transformable, axis_rot::Quaternion)
+end

source


# Makie.record_eventsMethod.

record_events(f, scene::Scene, path::String)

Records all window events that happen while executing function f for scene and serializes them to path.

source


# Makie.recordframe!Method.
julia
recordframe!(io::VideoStream)

Adds a video frame to the VideoStream io.

source


# Makie.register_interaction!Method.
julia
register_interaction!(parent, name::Symbol, interaction)

Register interaction with parent under the name name. The parent will call process_interaction(interaction, event, parent) whenever suitable events happen.

The interaction can be removed with deregister_interaction! or temporarily toggled with activate_interaction! / deactivate_interaction!.

source


# Makie.register_interaction!Method.
julia
register_interaction!(interaction::Function, parent, name::Symbol)

Register interaction with parent under the name name. The parent will call process_interaction(interaction, event, parent) whenever suitable events happen. This form with the first Function argument is especially intended for do syntax.

The interaction can be removed with deregister_interaction! or temporarily toggled with activate_interaction! / deactivate_interaction!.

source


# Makie.replace_automatic!Method.

Like get!(f, dict, key) but also calls f and replaces key when the corresponding value is nothing

source


# Makie.replay_eventsMethod.

replay_events(f, scene::Scene, path::String) replay_events(scene::Scene, path::String)

Replays the serialized events recorded with record_events in path in scene.

source


# Makie.resample_cmapMethod.
julia
resample_cmap(cmap, ncolors::Integer; alpha=1.0)
  • cmap: anything that to_colormap accepts

  • ncolors: number of desired colors

  • alpha: additional alpha applied to each color. Can also be an array, matching colors, or a tuple giving a start + stop alpha value.

source


# Makie.reset_limits!Method.
julia
reset_limits!(ax; xauto = true, yauto = true)

Resets the axis limits depending on the value of ax.limits. If one of the two components of limits is nothing, that value is either copied from the targetlimits if xauto or yauto is false, respectively, or it is determined automatically from the plots in the axis. If one of the components is a tuple of two numbers, those are used directly.

source


# Makie.resize_to_layout!Method.
julia
resize_to_layout!(fig::Figure)

Resize fig so that it fits the current contents of its top GridLayout. If a GridLayout contains fixed-size content or aspect-constrained columns, for example, it is likely that the solved size of the GridLayout differs from the size of the Figure. This can result in superfluous whitespace at the borders, or content clipping at the figure edges. Once resized, all content should fit the available space, including the Figure's outer padding.

source


# Makie.rlims!Method.
julia
rlims!(ax::PolarAxis[, rmin], rmax)

Sets the radial limits of a given PolarAxis.

source


# Makie.rotate!Method.
julia
rotate!(t::Transformable, axis_rot::Quaternion)
 rotate!(t::Transformable, axis_rot::AbstractFloat)
-rotate!(t::Transformable, axis_rot...)

Apply an absolute rotation to the transformable. Rotations are all internally converted to Quaternions.

source


# Makie.rotate!Method.
julia
rotate!(Accum, t::Transformable, axis_rot...)

Apply a relative rotation to the transformable, by multiplying by the current rotation.

source


# Makie.rotate_cam!Function.
julia
rotate_cam!(scene, cam::Camera3D, angles::Vec3)

Rotates the camera by the given angles around the camera x- (left, right), y- (up, down) and z-axis (in out). The rotation around the y axis is applied first, then x, then y.

Note that this method reacts to fix_x_key etc and fixed_axis. The former restrict the rotation around a specific axis when a given key is pressed. The latter keeps the camera y axis fixed as the data space z axis.

source


# Makie.rotate_cam!Method.
julia
rotate_cam!(scene::Scene, theta_v::Number...)
-rotate_cam!(scene::Scene, theta_v::VecTypes)

Rotate the camera of the Scene by the given rotation. Passing theta_v = (α, β, γ) will rotate the camera according to the Euler angles (α, β, γ).

source


# Makie.scale!Method.
julia
scale!(t::Transformable, x, y)
+rotate!(t::Transformable, axis_rot...)

Apply an absolute rotation to the transformable. Rotations are all internally converted to Quaternions.

source


# Makie.rotate!Method.
julia
rotate!(Accum, t::Transformable, axis_rot...)

Apply a relative rotation to the transformable, by multiplying by the current rotation.

source


# Makie.rotate_cam!Function.
julia
rotate_cam!(scene, cam::Camera3D, angles::Vec3)

Rotates the camera by the given angles around the camera x- (left, right), y- (up, down) and z-axis (in out). The rotation around the y axis is applied first, then x, then y.

Note that this method reacts to fix_x_key etc and fixed_axis. The former restrict the rotation around a specific axis when a given key is pressed. The latter keeps the camera y axis fixed as the data space z axis.

source


# Makie.rotate_cam!Method.
julia
rotate_cam!(scene::Scene, theta_v::Number...)
+rotate_cam!(scene::Scene, theta_v::VecTypes)

Rotate the camera of the Scene by the given rotation. Passing theta_v = (α, β, γ) will rotate the camera according to the Euler angles (α, β, γ).

source


# Makie.scale!Method.
julia
scale!(t::Transformable, x, y)
 scale!(t::Transformable, x, y, z)
 scale!(t::Transformable, xyz)
-scale!(t::Transformable, xyz...)

Scale the given Transformable (a Scene or Plot) to the given arguments. Can take x, y or x, y, z. This is an absolute scaling, and there is no option to perform relative scaling.

source


# Makie.scatterlinesFunction.
julia
scatterlines(xs, ys, [zs]; kwargs...)

Plots scatter markers and lines between them.

Plot type

The plot type alias for the scatterlines function is ScatterLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line, and by default also of the scatter markers.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the pattern of the line e.g. :solid, :dot, :dashdot. For custom patterns look at Linestyle(Number[...])

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

marker = @inherit marker — Sets the scatter marker.

markercolor = automaticNo docs available.

markercolormap = automaticNo docs available.

markercolorrange = automaticNo docs available.

markersize = @inherit markersize — Sets the size of the marker.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolor — Sets the color of the outline around a marker.

strokewidth = @inherit markerstrokewidth — Sets the width of the outline around a marker.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.scatterlines!Function.

scatterlines! is the mutating variant of plotting function scatterlines. Check the docstring for scatterlines for further information.

source


# Makie.select_lineMethod.
julia
select_line(scene; kwargs...) -> line

Interactively select a line (typically an arrow) on a 2D scene by clicking the left mouse button, dragging and then un-clicking. Return an observable whose value corresponds to the selected line on the scene. In addition the function plots the line on the scene as the user clicks and moves the mouse around. When the button is not clicked any more, the plotted line disappears.

The value of the returned line is updated only when the user un-clicks and only if the selected line has non-zero length.

The kwargs... are propagated into lines! which plots the selected line.

source


# Makie.select_pointMethod.
julia
select_point(scene; kwargs...) -> point

Interactively select a point on a 2D scene by clicking the left mouse button, dragging and then un-clicking. Return an observable whose value corresponds to the selected point on the scene. In addition the function plots the point on the scene as the user clicks and moves the mouse around. When the button is not clicked any more, the plotted point disappears.

The value of the returned point is updated only when the user un-clicks.

The kwargs... are propagated into scatter! which plots the selected point.

source


# Makie.select_rectangleMethod.
julia
select_rectangle(scene; kwargs...) -> rect

Interactively select a rectangle on a 2D scene by clicking the left mouse button, dragging and then un-clicking. The function returns an observable rect whose value corresponds to the selected rectangle on the scene. In addition the function plots the selected rectangle on the scene as the user clicks and moves the mouse around. When the button is not clicked any more, the plotted rectangle disappears.

The value of the returned observable is updated only when the user un-clicks (i.e. when the final value of the rectangle has been decided) and only if the rectangle has area > 0.

The kwargs... are propagated into lines! which plots the selected rectangle.

source


# Makie.seriesFunction.
julia
series(curves)

Curves can be:

  • AbstractVector{<: AbstractVector{<: Point2}}: the native representation of a series as a vector of lines

  • AbstractMatrix: each row represents y coordinates of the line, while x goes from 1:size(curves, 1)

  • AbstractVector, AbstractMatrix: the same as the above, but the first argument sets the x values for all lines

  • AbstractVector{<: Tuple{X<: AbstractVector, Y<: AbstractVector}}: A vector of tuples, where each tuple contains a vector for the x and y coordinates

If any of marker, markersize, markercolor, strokecolor or strokewidth is set != nothing, a scatterplot is added.

Plot type

The plot type alias for the series function is Series.

Attributes

color = :lighttestNo docs available.

joinstyle = @inherit joinstyleNo docs available.

labels = nothingNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = :solidNo docs available.

linewidth = 2No docs available.

marker = nothingNo docs available.

markercolor = automaticNo docs available.

markersize = nothingNo docs available.

miter_limit = @inherit miter_limitNo docs available.

solid_color = nothingNo docs available.

space = :dataNo docs available.

strokecolor = nothingNo docs available.

strokewidth = nothingNo docs available.

source


# Makie.series!Function.

series! is the mutating variant of plotting function series. Check the docstring for series for further information.

source


# Makie.set_close_to!Method.

Set the slider to the values in the slider's range that are closest to v1 and v2, and return those values ordered min, misl.

source


# Makie.set_close_to!Method.
julia
set_close_to!(slider, value) -> closest_value

Set the slider to the value in the slider's range that is closest to value and return this value. This function should be used to set a slider to a value programmatically, rather than mutating its value observable directly, which doesn't update the slider visually.

source


# Makie.set_theme!Function.
julia
set_theme(theme; kwargs...)

Set the global default theme to theme and add / override any attributes given as keyword arguments.

source


# Makie.showgradientsMethod.
julia
showgradients(
+scale!(t::Transformable, xyz...)

Scale the given Transformable (a Scene or Plot) to the given arguments. Can take x, y or x, y, z. This is an absolute scaling, and there is no option to perform relative scaling.

source


# Makie.scatterlinesFunction.
julia
scatterlines(xs, ys, [zs]; kwargs...)

Plots scatter markers and lines between them.

Plot type

The plot type alias for the scatterlines function is ScatterLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line, and by default also of the scatter markers.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the pattern of the line e.g. :solid, :dot, :dashdot. For custom patterns look at Linestyle(Number[...])

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

marker = @inherit marker — Sets the scatter marker.

markercolor = automaticNo docs available.

markercolormap = automaticNo docs available.

markercolorrange = automaticNo docs available.

markersize = @inherit markersize — Sets the size of the marker.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolor — Sets the color of the outline around a marker.

strokewidth = @inherit markerstrokewidth — Sets the width of the outline around a marker.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.scatterlines!Function.

scatterlines! is the mutating variant of plotting function scatterlines. Check the docstring for scatterlines for further information.

source


# Makie.select_lineMethod.
julia
select_line(scene; kwargs...) -> line

Interactively select a line (typically an arrow) on a 2D scene by clicking the left mouse button, dragging and then un-clicking. Return an observable whose value corresponds to the selected line on the scene. In addition the function plots the line on the scene as the user clicks and moves the mouse around. When the button is not clicked any more, the plotted line disappears.

The value of the returned line is updated only when the user un-clicks and only if the selected line has non-zero length.

The kwargs... are propagated into lines! which plots the selected line.

source


# Makie.select_pointMethod.
julia
select_point(scene; kwargs...) -> point

Interactively select a point on a 2D scene by clicking the left mouse button, dragging and then un-clicking. Return an observable whose value corresponds to the selected point on the scene. In addition the function plots the point on the scene as the user clicks and moves the mouse around. When the button is not clicked any more, the plotted point disappears.

The value of the returned point is updated only when the user un-clicks.

The kwargs... are propagated into scatter! which plots the selected point.

source


# Makie.select_rectangleMethod.
julia
select_rectangle(scene; kwargs...) -> rect

Interactively select a rectangle on a 2D scene by clicking the left mouse button, dragging and then un-clicking. The function returns an observable rect whose value corresponds to the selected rectangle on the scene. In addition the function plots the selected rectangle on the scene as the user clicks and moves the mouse around. When the button is not clicked any more, the plotted rectangle disappears.

The value of the returned observable is updated only when the user un-clicks (i.e. when the final value of the rectangle has been decided) and only if the rectangle has area > 0.

The kwargs... are propagated into lines! which plots the selected rectangle.

source


# Makie.seriesFunction.
julia
series(curves)

Curves can be:

  • AbstractVector{<: AbstractVector{<: Point2}}: the native representation of a series as a vector of lines

  • AbstractMatrix: each row represents y coordinates of the line, while x goes from 1:size(curves, 1)

  • AbstractVector, AbstractMatrix: the same as the above, but the first argument sets the x values for all lines

  • AbstractVector{<: Tuple{X<: AbstractVector, Y<: AbstractVector}}: A vector of tuples, where each tuple contains a vector for the x and y coordinates

If any of marker, markersize, markercolor, strokecolor or strokewidth is set != nothing, a scatterplot is added.

Plot type

The plot type alias for the series function is Series.

Attributes

color = :lighttestNo docs available.

joinstyle = @inherit joinstyleNo docs available.

labels = nothingNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = :solidNo docs available.

linewidth = 2No docs available.

marker = nothingNo docs available.

markercolor = automaticNo docs available.

markersize = nothingNo docs available.

miter_limit = @inherit miter_limitNo docs available.

solid_color = nothingNo docs available.

space = :dataNo docs available.

strokecolor = nothingNo docs available.

strokewidth = nothingNo docs available.

source


# Makie.series!Function.

series! is the mutating variant of plotting function series. Check the docstring for series for further information.

source


# Makie.set_close_to!Method.

Set the slider to the values in the slider's range that are closest to v1 and v2, and return those values ordered min, misl.

source


# Makie.set_close_to!Method.
julia
set_close_to!(slider, value) -> closest_value

Set the slider to the value in the slider's range that is closest to value and return this value. This function should be used to set a slider to a value programmatically, rather than mutating its value observable directly, which doesn't update the slider visually.

source


# Makie.set_theme!Function.
julia
set_theme(theme; kwargs...)

Set the global default theme to theme and add / override any attributes given as keyword arguments.

source


# Makie.showgradientsMethod.
julia
showgradients(
     cgrads::AbstractVector{Symbol};
     h = 0.0, offset = 0.2, fontsize = 0.7,
     size = (800, length(cgrads) * 84)
-)::Scene

Plots the given colour gradients arranged as horizontal colourbars. If you change the offsets or the font size, you may need to change the resolution.

source


# Makie.spyFunction.

spy(x::Range, y::Range, z::AbstractSparseArray)

Visualizes big sparse matrices. Usage:

julia
N = 200_000
+)::Scene

Plots the given colour gradients arranged as horizontal colourbars. If you change the offsets or the font size, you may need to change the resolution.

source


# Makie.spyFunction.

spy(x::Range, y::Range, z::AbstractSparseArray)

Visualizes big sparse matrices. Usage:

julia
N = 200_000
 x = sprand(Float64, N, N, (3(10^6)) / (N*N));
 spy(x)
 # or if you want to specify the range of x and y:
-spy(0..1, 0..1, x)

Plot type

The plot type alias for the spy function is Spy.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

framecolor = :blackNo docs available.

framesize = 1No docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip = automatic — The color for any value below the colorrange.

marker = automaticNo docs available.

markersize = automaticNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.spy!Function.

spy! is the mutating variant of plotting function spy. Check the docstring for spy for further information.

source


# Makie.stairsFunction.
julia
stairs(xs, ys; kwargs...)

Plot a stair function.

The conversion trait of stairs is PointBased.

Plot type

The plot type alias for the stairs function is Stairs.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

step = :pre — The step parameter can take the following values:

  • :pre: horizontal part of step extends to the left of each value in xs.

  • :post: horizontal part of step extends to the right of each value in xs.

  • :center: horizontal part of step extends halfway between the two adjacent values of xs.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.stairs!Function.

stairs! is the mutating variant of plotting function stairs. Check the docstring for stairs for further information.

source


# Makie.stemFunction.
julia
stem(xs, ys, [zs]; kwargs...)

Plots markers at the given positions extending from offset along stem lines.

The conversion trait of stem is PointBased.

Plot type

The plot type alias for the stem function is Stem.

Attributes

color = @inherit markercolorNo docs available.

colormap = @inherit colormapNo docs available.

colorrange = automaticNo docs available.

colorscale = identityNo docs available.

cycle = [[:stemcolor, :color, :trunkcolor] => :color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

marker = :circleNo docs available.

markersize = @inherit markersizeNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

offset = 0 — Can be a number, in which case it sets y for 2D, and z for 3D stems. It can be a Point2 for 2D plots, as well as a Point3 for 3D plots. It can also be an iterable of any of these at the same length as xs, ys, zs.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stemcolor = @inherit linecolorNo docs available.

stemcolormap = @inherit colormapNo docs available.

stemcolorrange = automaticNo docs available.

stemlinestyle = nothingNo docs available.

stemwidth = @inherit linewidthNo docs available.

strokecolor = @inherit markerstrokecolorNo docs available.

strokewidth = @inherit markerstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

trunkcolor = @inherit linecolorNo docs available.

trunkcolormap = @inherit colormapNo docs available.

trunkcolorrange = automaticNo docs available.

trunklinestyle = nothingNo docs available.

trunkwidth = @inherit linewidthNo docs available.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.stem!Function.

stem! is the mutating variant of plotting function stem. Check the docstring for stem for further information.

source


# Makie.stephistFunction.
julia
stephist(values)

Plot a step histogram of values.

Plot type

The plot type alias for the stephist function is StepHist.

Attributes

bins = 15 — Can be an Int to create that number of equal-width bins over the range of values. Alternatively, it can be a sorted iterable of bin edges.

color = @inherit patchcolorNo docs available.

cycle = [:color => :patchcolor]No docs available.

linestyle = :solidNo docs available.

linewidth = @inherit linewidthNo docs available.

normalization = :none — Allows to apply a normalization to the histogram. Possible values are:

  • :pdf: Normalize by sum of weights and bin sizes. Resulting histogram

has norm 1 and represents a PDF.

  • :density: Normalize by bin sizes only. Resulting histogram represents

count density of input and does not have norm 1. Will not modify the histogram if it already represents a density (h.isdensity == 1).

  • :probability: Normalize by sum of weights only. Resulting histogram

represents the fraction of probability mass for each bin and does not have norm 1.

  • :none: Do not normalize.

scale_to = nothing — Allows to scale all values to a certain height.

weights = automatic — Allows to provide statistical weights.

source


# Makie.stephist!Function.

stephist! is the mutating variant of plotting function stephist. Check the docstring for stephist for further information.

source


# Makie.streamplotFunction.
julia
streamplot(f::function, xinterval, yinterval; color = norm, kwargs...)

f must either accept f(::Point) or f(x::Number, y::Number). f must return a Point2.

Example:

julia
v(x::Point2{T}) where T = Point2f(x[2], 4*x[1])
-streamplot(v, -2..2, -2..2)

Implementation

See the function Makie.streamplot_impl for implementation details.

Plot type

The plot type alias for the streamplot function is StreamPlot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

arrow_head = automaticNo docs available.

arrow_size = automaticNo docs available.

color = norm — One can choose the color of the lines by passing a function color_func(dx::Point) to the color attribute. This can be set to any function or composition of functions. The dx which is passed to color_func is the output of f at the point being colored.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

density = 1.0No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gridsize = (32, 32, 32)No docs available.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothingNo docs available.

linewidth = @inherit linewidthNo docs available.

lowclip = automatic — The color for any value below the colorrange.

maxsteps = 500No docs available.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

quality = 16No docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stepsize = 0.01No docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.streamplot!Function.

streamplot! is the mutating variant of plotting function streamplot. Check the docstring for streamplot for further information.

source


# Makie.thetalims!Method.
julia
thetalims!(ax::PolarAxis, thetamin, thetamax)

Sets the angular limits of a given PolarAxis.

source


# Makie.tight_ticklabel_spacing!Method.
julia
tight_ticklabel_spacing!(ax::Axis)

Sets the space allocated for the xticklabels and yticklabels of the Axis to the minimum that is needed.

source


# Makie.tight_ticklabel_spacing!Method.
julia
space = tight_ticklabel_spacing!(cb::Colorbar)

Sets the space allocated for the ticklabels of the Colorbar to the minimum that is needed and returns that value.

source


# Makie.tight_xticklabel_spacing!Method.
julia
space = tight_xticklabel_spacing!(ax::Axis)

Sets the space allocated for the xticklabels of the Axis to the minimum that is needed and returns that value.

source


# Makie.tight_yticklabel_spacing!Method.
julia
space = tight_yticklabel_spacing!(ax::Axis)

Sets the space allocated for the yticklabels of the Axis to the minimum that is needed and returns that value.

source


# Makie.tightlimits!Method.
julia
tightlimits!(la::Axis, sides::Union{Left, Right, Bottom, Top}...)

Sets the autolimit margins to zero on all given sides.

Example:

tightlimits!(laxis, Bottom())

source


# Makie.tightlimits!Method.
julia
tightlimits!(la::Axis)

Sets the autolimit margins to zero on all sides.

source


# Makie.timeseriesFunction.
julia
timeseries(x::Observable{{Union{Number, Point2}}})

Plots a sampled signal.

Usage:

julia
signal = Observable(1.0)
+spy(0..1, 0..1, x)

Plot type

The plot type alias for the spy function is Spy.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

framecolor = :blackNo docs available.

framesize = 1No docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip = automatic — The color for any value below the colorrange.

marker = automaticNo docs available.

markersize = automaticNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.spy!Function.

spy! is the mutating variant of plotting function spy. Check the docstring for spy for further information.

source


# Makie.stairsFunction.
julia
stairs(xs, ys; kwargs...)

Plot a stair function.

The conversion trait of stairs is PointBased.

Plot type

The plot type alias for the stairs function is Stairs.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

step = :pre — The step parameter can take the following values:

  • :pre: horizontal part of step extends to the left of each value in xs.

  • :post: horizontal part of step extends to the right of each value in xs.

  • :center: horizontal part of step extends halfway between the two adjacent values of xs.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.stairs!Function.

stairs! is the mutating variant of plotting function stairs. Check the docstring for stairs for further information.

source


# Makie.stemFunction.
julia
stem(xs, ys, [zs]; kwargs...)

Plots markers at the given positions extending from offset along stem lines.

The conversion trait of stem is PointBased.

Plot type

The plot type alias for the stem function is Stem.

Attributes

color = @inherit markercolorNo docs available.

colormap = @inherit colormapNo docs available.

colorrange = automaticNo docs available.

colorscale = identityNo docs available.

cycle = [[:stemcolor, :color, :trunkcolor] => :color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

marker = :circleNo docs available.

markersize = @inherit markersizeNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

offset = 0 — Can be a number, in which case it sets y for 2D, and z for 3D stems. It can be a Point2 for 2D plots, as well as a Point3 for 3D plots. It can also be an iterable of any of these at the same length as xs, ys, zs.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stemcolor = @inherit linecolorNo docs available.

stemcolormap = @inherit colormapNo docs available.

stemcolorrange = automaticNo docs available.

stemlinestyle = nothingNo docs available.

stemwidth = @inherit linewidthNo docs available.

strokecolor = @inherit markerstrokecolorNo docs available.

strokewidth = @inherit markerstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

trunkcolor = @inherit linecolorNo docs available.

trunkcolormap = @inherit colormapNo docs available.

trunkcolorrange = automaticNo docs available.

trunklinestyle = nothingNo docs available.

trunkwidth = @inherit linewidthNo docs available.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.stem!Function.

stem! is the mutating variant of plotting function stem. Check the docstring for stem for further information.

source


# Makie.stephistFunction.
julia
stephist(values)

Plot a step histogram of values.

Plot type

The plot type alias for the stephist function is StepHist.

Attributes

bins = 15 — Can be an Int to create that number of equal-width bins over the range of values. Alternatively, it can be a sorted iterable of bin edges.

color = @inherit patchcolorNo docs available.

cycle = [:color => :patchcolor]No docs available.

linestyle = :solidNo docs available.

linewidth = @inherit linewidthNo docs available.

normalization = :none — Allows to apply a normalization to the histogram. Possible values are:

  • :pdf: Normalize by sum of weights and bin sizes. Resulting histogram

has norm 1 and represents a PDF.

  • :density: Normalize by bin sizes only. Resulting histogram represents

count density of input and does not have norm 1. Will not modify the histogram if it already represents a density (h.isdensity == 1).

  • :probability: Normalize by sum of weights only. Resulting histogram

represents the fraction of probability mass for each bin and does not have norm 1.

  • :none: Do not normalize.

scale_to = nothing — Allows to scale all values to a certain height.

weights = automatic — Allows to provide statistical weights.

source


# Makie.stephist!Function.

stephist! is the mutating variant of plotting function stephist. Check the docstring for stephist for further information.

source


# Makie.streamplotFunction.
julia
streamplot(f::function, xinterval, yinterval; color = norm, kwargs...)

f must either accept f(::Point) or f(x::Number, y::Number). f must return a Point2.

Example:

julia
v(x::Point2{T}) where T = Point2f(x[2], 4*x[1])
+streamplot(v, -2..2, -2..2)

Implementation

See the function Makie.streamplot_impl for implementation details.

Plot type

The plot type alias for the streamplot function is StreamPlot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

arrow_head = automaticNo docs available.

arrow_size = automaticNo docs available.

color = norm — One can choose the color of the lines by passing a function color_func(dx::Point) to the color attribute. This can be set to any function or composition of functions. The dx which is passed to color_func is the output of f at the point being colored.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

density = 1.0No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gridsize = (32, 32, 32)No docs available.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothingNo docs available.

linewidth = @inherit linewidthNo docs available.

lowclip = automatic — The color for any value below the colorrange.

maxsteps = 500No docs available.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

quality = 16No docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stepsize = 0.01No docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.streamplot!Function.

streamplot! is the mutating variant of plotting function streamplot. Check the docstring for streamplot for further information.

source


# Makie.thetalims!Method.
julia
thetalims!(ax::PolarAxis, thetamin, thetamax)

Sets the angular limits of a given PolarAxis.

source


# Makie.tight_ticklabel_spacing!Method.
julia
tight_ticklabel_spacing!(ax::Axis)

Sets the space allocated for the xticklabels and yticklabels of the Axis to the minimum that is needed.

source


# Makie.tight_ticklabel_spacing!Method.
julia
space = tight_ticklabel_spacing!(cb::Colorbar)

Sets the space allocated for the ticklabels of the Colorbar to the minimum that is needed and returns that value.

source


# Makie.tight_xticklabel_spacing!Method.
julia
space = tight_xticklabel_spacing!(ax::Axis)

Sets the space allocated for the xticklabels of the Axis to the minimum that is needed and returns that value.

source


# Makie.tight_yticklabel_spacing!Method.
julia
space = tight_yticklabel_spacing!(ax::Axis)

Sets the space allocated for the yticklabels of the Axis to the minimum that is needed and returns that value.

source


# Makie.tightlimits!Method.
julia
tightlimits!(la::Axis, sides::Union{Left, Right, Bottom, Top}...)

Sets the autolimit margins to zero on all given sides.

Example:

tightlimits!(laxis, Bottom())

source


# Makie.tightlimits!Method.
julia
tightlimits!(la::Axis)

Sets the autolimit margins to zero on all sides.

source


# Makie.timeseriesFunction.
julia
timeseries(x::Observable{{Union{Number, Point2}}})

Plots a sampled signal.

Usage:

julia
signal = Observable(1.0)
 scene = timeseries(signal)
 display(scene)
 # @async is optional, but helps to continue evaluating more code
@@ -219,36 +219,36 @@ import{_ as e,c as o,o as i,a6 as s}from"./chunks/framework.DT0bu0uC.js";const u
     # sleep/ wait for new data/ whatever...
     # It's important to yield here though, otherwise nothing will be rendered
     sleep(1/30)
-end

Plot type

The plot type alias for the timeseries function is TimeSeries.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

history = 100No docs available.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.timeseries!Function.

timeseries! is the mutating variant of plotting function timeseries. Check the docstring for timeseries for further information.

source


# Makie.to_alignMethod.
julia
to_align(align[, error_prefix])

Converts the given align to a Vec2f. Can convert VecTypes{2} and two component Tuples with Real and Symbol elements.

To specify a custom error message you can add an error_prefix or use halign2num(value, error_msg) and valign2num(value, error_msg) respectively.

source


# Makie.to_colormapMethod.
julia
to_colormap(b::AbstractVector)

An AbstractVector{T} with any object that to_color accepts.

source


# Makie.to_colormapMethod.
julia
to_colormap(cs::Union{String, Symbol})::Vector{RGBAf}

A Symbol/String naming the gradient. For more on what names are available please see: available_gradients(). For now, we support gradients from PlotUtils natively.

source


# Makie.to_fontMethod.
julia
to_font(str::String)

Loads a font specified by str and returns a NativeFont object storing the font handle. A font can either be specified by a file path, such as "folder/with/fonts/font.otf", or by a (partial) name such as "Helvetica", "Helvetica Bold" etc.

source


# Makie.to_rotationMethod.
julia
rotation accepts:
+end

Plot type

The plot type alias for the timeseries function is TimeSeries.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

history = 100No docs available.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.timeseries!Function.

timeseries! is the mutating variant of plotting function timeseries. Check the docstring for timeseries for further information.

source


# Makie.to_alignMethod.
julia
to_align(align[, error_prefix])

Converts the given align to a Vec2f. Can convert VecTypes{2} and two component Tuples with Real and Symbol elements.

To specify a custom error message you can add an error_prefix or use halign2num(value, error_msg) and valign2num(value, error_msg) respectively.

source


# Makie.to_colormapMethod.
julia
to_colormap(b::AbstractVector)

An AbstractVector{T} with any object that to_color accepts.

source


# Makie.to_colormapMethod.
julia
to_colormap(cs::Union{String, Symbol})::Vector{RGBAf}

A Symbol/String naming the gradient. For more on what names are available please see: available_gradients(). For now, we support gradients from PlotUtils natively.

source


# Makie.to_fontMethod.
julia
to_font(str::String)

Loads a font specified by str and returns a NativeFont object storing the font handle. A font can either be specified by a file path, such as "folder/with/fonts/font.otf", or by a (partial) name such as "Helvetica", "Helvetica Bold" etc.

source


# Makie.to_rotationMethod.
julia
rotation accepts:
 to_rotation(b, quaternion)
 to_rotation(b, tuple_float)
-to_rotation(b, vec4)

source


# Makie.tooltipFunction.
julia
tooltip(position, string)
-tooltip(x, y, string)

Creates a tooltip pointing at position displaying the given \`string

Plot type

The plot type alias for the tooltip function is Tooltip.

Attributes

align = 0.5 — Sets the alignment of the tooltip relative position. With align = 0.5 the tooltip is centered above/below/left/right the position.

backgroundcolor = :white — Sets the background color of the tooltip.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font = @inherit font — Sets the font.

fontsize = 16 — Sets the text size in screen units.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = false — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification = :left — Sets whether text is aligned to the :left, :center or :right within its bounding box.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

offset = 10 — Sets the offset between the given position and the tip of the triangle pointing at that position.

outline_color = :black — Sets the color of the tooltip outline.

outline_linestyle = nothing — Sets the linestyle of the tooltip outline.

outline_linewidth = 2.0 — Sets the linewidth of the tooltip outline.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

placement = :above — Sets where the tooltip should be placed relative to position. Can be :above, :below, :left, :right.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = :white — Sets the text outline color.

strokewidth = 0 — Gives text an outline if set to a positive value.

text = ""No docs available.

textcolor = @inherit textcolor — Sets the text color.

textpadding = (4, 4, 4, 4) — Sets the padding around text in the tooltip. This is given as (left, right, bottom, top) offsets.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

triangle_size = 10 — Sets the size of the triangle pointing at position.

visible = true — Controls whether the plot will be rendered or not.

xautolimits = falseNo docs available.

yautolimits = falseNo docs available.

zautolimits = falseNo docs available.

source


# Makie.tooltip!Function.

tooltip! is the mutating variant of plotting function tooltip. Check the docstring for tooltip for further information.

source


# Makie.translate!Method.
julia
translate!(t::Transformable, xyz::VecTypes)
-translate!(t::Transformable, xyz...)

Apply an absolute translation to the given Transformable (a Scene or Plot), translating it to x, y, z.

source


# Makie.translate!Method.
julia
translate!(Accum, t::Transformable, xyz...)

Translate the given Transformable (a Scene or Plot), relative to its current position.

source


# Makie.translate_cam!Method.
julia
translate_cam!(scene, cam::Camera3D, v::Vec3)

Translates the camera by the given vector in camera space, i.e. by v[1] to the right, v[2] to the top and v[3] forward.

Note that this method reacts to fix_x_key etc. If any of those keys are pressed the translation will be restricted to act in these directions.

source


# Makie.translate_cam!Method.
julia
translate_cam!(scene::Scene, translation::VecTypes)

Translate the camera by a translation vector given in camera space.

source


# Makie.tricontourfFunction.
julia
tricontourf(triangles::Triangulation, zs; kwargs...)
-tricontourf(xs, ys, zs; kwargs...)

Plots a filled tricontour of the height information in zs at the horizontal positions xs and vertical positions ys. A Triangulation from DelaunayTriangulation.jl can also be provided instead of xs and ys for specifying the triangles, otherwise an unconstrained triangulation of xs and ys is computed.

Plot type

The plot type alias for the tricontourf function is Tricontourf.

Attributes

colormap = @inherit colormap — Sets the colormap from which the band colors are sampled.

colorscale = identity — Color transform function

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

edges = nothingNo docs available.

extendhigh = nothing — This sets the color of an optional additional band from the highest value of levels to maximum(zs). If it's :auto, the high end of the colormap is picked and the remaining colors are shifted accordingly. If it's any color representation, this color is used. If it's nothing, no band is added.

extendlow = nothing — This sets the color of an optional additional band from minimum(zs) to the lowest value in levels. If it's :auto, the lower end of the colormap is picked and the remaining colors are shifted accordingly. If it's any color representation, this color is used. If it's nothing, no band is added.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

levels = 10 — Can be either an Int which results in n bands delimited by n+1 equally spaced levels, or it can be an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 bands.

mode = :normal — Sets the way in which a vector of levels is interpreted, if it's set to :relative, each number is interpreted as a fraction between the minimum and maximum values of zs. For example, levels = 0.1:0.1:1.0 would exclude the lower 10% of data.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparentNo docs available.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

triangulation = DelaunayTriangulation() — The mode with which the points in xs and ys are triangulated. Passing DelaunayTriangulation() performs a Delaunay triangulation. You can also pass a preexisting triangulation as an AbstractMatrix{<:Int} with size (3, n), where each column specifies the vertex indices of one triangle, or as a Triangulation from DelaunayTriangulation.jl.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.tricontourf!Function.

tricontourf! is the mutating variant of plotting function tricontourf. Check the docstring for tricontourf for further information.

source


# Makie.triplotFunction.
julia
triplot(x, y; kwargs...)
+to_rotation(b, vec4)

source


# Makie.tooltipFunction.
julia
tooltip(position, string)
+tooltip(x, y, string)

Creates a tooltip pointing at position displaying the given \`string

Plot type

The plot type alias for the tooltip function is Tooltip.

Attributes

align = 0.5 — Sets the alignment of the tooltip relative position. With align = 0.5 the tooltip is centered above/below/left/right the position.

backgroundcolor = :white — Sets the background color of the tooltip.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font = @inherit font — Sets the font.

fontsize = 16 — Sets the text size in screen units.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = false — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification = :left — Sets whether text is aligned to the :left, :center or :right within its bounding box.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

offset = 10 — Sets the offset between the given position and the tip of the triangle pointing at that position.

outline_color = :black — Sets the color of the tooltip outline.

outline_linestyle = nothing — Sets the linestyle of the tooltip outline.

outline_linewidth = 2.0 — Sets the linewidth of the tooltip outline.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

placement = :above — Sets where the tooltip should be placed relative to position. Can be :above, :below, :left, :right.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = :white — Sets the text outline color.

strokewidth = 0 — Gives text an outline if set to a positive value.

text = ""No docs available.

textcolor = @inherit textcolor — Sets the text color.

textpadding = (4, 4, 4, 4) — Sets the padding around text in the tooltip. This is given as (left, right, bottom, top) offsets.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

triangle_size = 10 — Sets the size of the triangle pointing at position.

visible = true — Controls whether the plot will be rendered or not.

xautolimits = falseNo docs available.

yautolimits = falseNo docs available.

zautolimits = falseNo docs available.

source


# Makie.tooltip!Function.

tooltip! is the mutating variant of plotting function tooltip. Check the docstring for tooltip for further information.

source


# Makie.translate!Method.
julia
translate!(t::Transformable, xyz::VecTypes)
+translate!(t::Transformable, xyz...)

Apply an absolute translation to the given Transformable (a Scene or Plot), translating it to x, y, z.

source


# Makie.translate!Method.
julia
translate!(Accum, t::Transformable, xyz...)

Translate the given Transformable (a Scene or Plot), relative to its current position.

source


# Makie.translate_cam!Method.
julia
translate_cam!(scene, cam::Camera3D, v::Vec3)

Translates the camera by the given vector in camera space, i.e. by v[1] to the right, v[2] to the top and v[3] forward.

Note that this method reacts to fix_x_key etc. If any of those keys are pressed the translation will be restricted to act in these directions.

source


# Makie.translate_cam!Method.
julia
translate_cam!(scene::Scene, translation::VecTypes)

Translate the camera by a translation vector given in camera space.

source


# Makie.tricontourfFunction.
julia
tricontourf(triangles::Triangulation, zs; kwargs...)
+tricontourf(xs, ys, zs; kwargs...)

Plots a filled tricontour of the height information in zs at the horizontal positions xs and vertical positions ys. A Triangulation from DelaunayTriangulation.jl can also be provided instead of xs and ys for specifying the triangles, otherwise an unconstrained triangulation of xs and ys is computed.

Plot type

The plot type alias for the tricontourf function is Tricontourf.

Attributes

colormap = @inherit colormap — Sets the colormap from which the band colors are sampled.

colorscale = identity — Color transform function

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

edges = nothingNo docs available.

extendhigh = nothing — This sets the color of an optional additional band from the highest value of levels to maximum(zs). If it's :auto, the high end of the colormap is picked and the remaining colors are shifted accordingly. If it's any color representation, this color is used. If it's nothing, no band is added.

extendlow = nothing — This sets the color of an optional additional band from minimum(zs) to the lowest value in levels. If it's :auto, the lower end of the colormap is picked and the remaining colors are shifted accordingly. If it's any color representation, this color is used. If it's nothing, no band is added.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

levels = 10 — Can be either an Int which results in n bands delimited by n+1 equally spaced levels, or it can be an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 bands.

mode = :normal — Sets the way in which a vector of levels is interpreted, if it's set to :relative, each number is interpreted as a fraction between the minimum and maximum values of zs. For example, levels = 0.1:0.1:1.0 would exclude the lower 10% of data.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparentNo docs available.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

triangulation = DelaunayTriangulation() — The mode with which the points in xs and ys are triangulated. Passing DelaunayTriangulation() performs a Delaunay triangulation. You can also pass a preexisting triangulation as an AbstractMatrix{<:Int} with size (3, n), where each column specifies the vertex indices of one triangle, or as a Triangulation from DelaunayTriangulation.jl.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.tricontourf!Function.

tricontourf! is the mutating variant of plotting function tricontourf. Check the docstring for tricontourf for further information.

source


# Makie.triplotFunction.
julia
triplot(x, y; kwargs...)
 triplot(positions; kwargs...)
-triplot(triangles::Triangulation; kwargs...)

Plots a triangulation based on the provided position or Triangulation from DelaunayTriangulation.jl.

Plot type

The plot type alias for the triplot function is Triplot.

Attributes

bounding_box = automatic — Sets the bounding box for truncating ghost edges which can be a Rect2 (or BBox) or a tuple of the form (xmin, xmax, ymin, ymax). By default, the rectangle will be given by [a - eΔx, b + eΔx] × [c - eΔy, d + eΔy] where e is the ghost_edge_extension_factor, Δx = b - a and Δy = d - c are the lengths of the sides of the rectangle, and [a, b] × [c, d] is the bounding box of the points in the triangulation.

constrained_edge_color = :magenta — Sets the color of the constrained edges.

constrained_edge_linestyle = @inherit linestyle — Sets the linestyle of the constrained edges.

constrained_edge_linewidth = @inherit linewidth — Sets the width of the constrained edges.

convex_hull_color = :red — Sets the color of the convex hull.

convex_hull_linestyle = :dash — Sets the linestyle of the convex hull.

convex_hull_linewidth = @inherit linewidth — Sets the width of the convex hull.

ghost_edge_color = :blue — Sets the color of the ghost edges.

ghost_edge_extension_factor = 0.1 — Sets the extension factor for the rectangle that the exterior ghost edges are extended onto.

ghost_edge_linestyle = @inherit linestyle — Sets the linestyle of the ghost edges.

ghost_edge_linewidth = @inherit linewidth — Sets the width of the ghost edges.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = :solid — Sets the linestyle of triangle edges.

marker = @inherit marker — Sets the shape of the points.

markercolor = @inherit markercolor — Sets the color of the points.

markersize = @inherit markersize — Sets the size of the points.

miter_limit = @inherit miter_limitNo docs available.

recompute_centers = false — Determines whether to recompute the representative points for the ghost edge orientation. Note that this will mutate tri.representative_point_list directly.

show_constrained_edges = false — Determines whether to plot the constrained edges.

show_convex_hull = false — Determines whether to plot the convex hull.

show_ghost_edges = false — Determines whether to plot the ghost edges.

show_points = false — Determines whether to plot the individual points. Note that this will only plot points included in the triangulation.

strokecolor = @inherit patchstrokecolor — Sets the color of triangle edges.

strokewidth = 1 — Sets the linewidth of triangle edges.

triangle_color = :transparent — Sets the color of the triangles.

source


# Makie.triplot!Function.

triplot! is the mutating variant of plotting function triplot. Check the docstring for triplot for further information.

source


# Makie.update_cam!Function.
julia
update_cam!(scene::Scene, eyeposition, lookat, up = Vec3f(0, 0, 1))

Updates the camera's controls to point to the specified location.

source


# Makie.update_cam!Function.
julia
update_cam!(scene, cam::Camera3D, ϕ, θ[, radius])

Set the camera position based on two angles 0 ≤ ϕ ≤ 2π and -pi/2 ≤ θ ≤ pi/2 and an optional radius around the current cam.lookat[].

source


# Makie.update_cam!Method.
julia
update_cam!(scene::SceneLike, area)

Updates the camera for the given scene to cover the given area in 2d.

source


# Makie.update_cam!Method.
julia
update_cam!(scene::SceneLike)

Updates the camera for the given scene to cover the limits of the Scene. Useful when using the Observable pipeline.

source


# Makie.update_theme!Function.
julia
update_theme!(with_theme::Theme; kwargs...)

Update the current theme incrementally. This means that only the keys given in with_theme or through keyword arguments are changed, the rest is left intact. Nested attributes are either also updated incrementally, or replaced if they are not attributes in the new theme.

Example

To change the default colormap to :greys, you can pass that attribute as a keyword argument to update_theme! as demonstrated below.

update_theme!(colormap=:greys)

This can also be achieved by passing an object of types Attributes or Theme as the first and only positional argument:

update_theme!(Attributes(colormap=:greys))
-update_theme!(Theme(colormap=:greys))

source


# Makie.viewportMethod.
julia
viewport(scene::Scene)

Gets the viewport of the scene in device independent units as an Observable{Rect2{Int}}.

source


# Makie.violinFunction.
julia
violin(x, y)

Draw a violin plot.

Arguments

  • x: positions of the categories

  • y: variables whose density is computed

Plot type

The plot type alias for the violin function is Violin.

Attributes

bandwidth = automaticNo docs available.

boundary = automaticNo docs available.

color = @inherit patchcolorNo docs available.

cycle = [:color => :patchcolor]No docs available.

datalimits = (-Inf, Inf) — Specify values to trim the violin. Can be a Tuple or a Function (e.g. datalimits=extrema).

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap = 0.2 — Shrinking factor, width -> width * (1 - gap).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

max_density = automaticNo docs available.

mediancolor = @inherit linecolorNo docs available.

medianlinewidth = @inherit linewidthNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

n_dodge = automaticNo docs available.

npoints = 200No docs available.

orientation = :vertical — Orientation of the violins (:vertical or :horizontal)

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

scale = :area — Scale density by area (:area), count (:count), or width (:width).

show_median = false — Show median as midline.

side = :both — Specify :left or :right to only plot the violin on one side.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

weights = automatic — vector of statistical weights (length of data). By default, each observation has weight 1.

width = automatic — Width of the box before shrinking.

source


# Makie.violin!Function.

violin! is the mutating variant of plotting function violin. Check the docstring for violin for further information.

source


# Makie.vlinesFunction.
julia
vlines(xs; ymin = 0.0, ymax = 1.0, attrs...)

Create vertical lines across a Scene with 2D projection. The lines will be placed at xs in data coordinates and ymin to ymax in scene coordinates (0 to 1). All three of these can have single or multiple values because they are broadcast to calculate the final line segments.

Plot type

The plot type alias for the vlines function is VLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

ymax = 1 — The start of the lines in relative axis units (0 to 1) along the y dimension.

ymin = 0 — The start of the lines in relative axis units (0 to 1) along the y dimension.

source


# Makie.vlines!Function.

vlines! is the mutating variant of plotting function vlines. Check the docstring for vlines for further information.

source


# Makie.volumeslicesFunction.

VolumeSlices

volumeslices(x, y, z, v)

Draws heatmap slices of the volume v

Plot type

The plot type alias for the volumeslices function is VolumeSlices.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bbox_color = RGBAf(0.5, 0.5, 0.5, 0.5)No docs available.

bbox_visible = trueNo docs available.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = false — Sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.volumeslices!Function.

volumeslices! is the mutating variant of plotting function volumeslices. Check the docstring for volumeslices for further information.

source


# Makie.voronoiplotFunction.
julia
voronoiplot(x, y, values; kwargs...)
+triplot(triangles::Triangulation; kwargs...)

Plots a triangulation based on the provided position or Triangulation from DelaunayTriangulation.jl.

Plot type

The plot type alias for the triplot function is Triplot.

Attributes

bounding_box = automatic — Sets the bounding box for truncating ghost edges which can be a Rect2 (or BBox) or a tuple of the form (xmin, xmax, ymin, ymax). By default, the rectangle will be given by [a - eΔx, b + eΔx] × [c - eΔy, d + eΔy] where e is the ghost_edge_extension_factor, Δx = b - a and Δy = d - c are the lengths of the sides of the rectangle, and [a, b] × [c, d] is the bounding box of the points in the triangulation.

constrained_edge_color = :magenta — Sets the color of the constrained edges.

constrained_edge_linestyle = @inherit linestyle — Sets the linestyle of the constrained edges.

constrained_edge_linewidth = @inherit linewidth — Sets the width of the constrained edges.

convex_hull_color = :red — Sets the color of the convex hull.

convex_hull_linestyle = :dash — Sets the linestyle of the convex hull.

convex_hull_linewidth = @inherit linewidth — Sets the width of the convex hull.

ghost_edge_color = :blue — Sets the color of the ghost edges.

ghost_edge_extension_factor = 0.1 — Sets the extension factor for the rectangle that the exterior ghost edges are extended onto.

ghost_edge_linestyle = @inherit linestyle — Sets the linestyle of the ghost edges.

ghost_edge_linewidth = @inherit linewidth — Sets the width of the ghost edges.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = :solid — Sets the linestyle of triangle edges.

marker = @inherit marker — Sets the shape of the points.

markercolor = @inherit markercolor — Sets the color of the points.

markersize = @inherit markersize — Sets the size of the points.

miter_limit = @inherit miter_limitNo docs available.

recompute_centers = false — Determines whether to recompute the representative points for the ghost edge orientation. Note that this will mutate tri.representative_point_list directly.

show_constrained_edges = false — Determines whether to plot the constrained edges.

show_convex_hull = false — Determines whether to plot the convex hull.

show_ghost_edges = false — Determines whether to plot the ghost edges.

show_points = false — Determines whether to plot the individual points. Note that this will only plot points included in the triangulation.

strokecolor = @inherit patchstrokecolor — Sets the color of triangle edges.

strokewidth = 1 — Sets the linewidth of triangle edges.

triangle_color = :transparent — Sets the color of the triangles.

source


# Makie.triplot!Function.

triplot! is the mutating variant of plotting function triplot. Check the docstring for triplot for further information.

source


# Makie.update_cam!Function.
julia
update_cam!(scene::Scene, eyeposition, lookat, up = Vec3f(0, 0, 1))

Updates the camera's controls to point to the specified location.

source


# Makie.update_cam!Function.
julia
update_cam!(scene, cam::Camera3D, ϕ, θ[, radius])

Set the camera position based on two angles 0 ≤ ϕ ≤ 2π and -pi/2 ≤ θ ≤ pi/2 and an optional radius around the current cam.lookat[].

source


# Makie.update_cam!Method.
julia
update_cam!(scene::SceneLike, area)

Updates the camera for the given scene to cover the given area in 2d.

source


# Makie.update_cam!Method.
julia
update_cam!(scene::SceneLike)

Updates the camera for the given scene to cover the limits of the Scene. Useful when using the Observable pipeline.

source


# Makie.update_theme!Function.
julia
update_theme!(with_theme::Theme; kwargs...)

Update the current theme incrementally. This means that only the keys given in with_theme or through keyword arguments are changed, the rest is left intact. Nested attributes are either also updated incrementally, or replaced if they are not attributes in the new theme.

Example

To change the default colormap to :greys, you can pass that attribute as a keyword argument to update_theme! as demonstrated below.

update_theme!(colormap=:greys)

This can also be achieved by passing an object of types Attributes or Theme as the first and only positional argument:

update_theme!(Attributes(colormap=:greys))
+update_theme!(Theme(colormap=:greys))

source


# Makie.viewportMethod.
julia
viewport(scene::Scene)

Gets the viewport of the scene in device independent units as an Observable{Rect2{Int}}.

source


# Makie.violinFunction.
julia
violin(x, y)

Draw a violin plot.

Arguments

  • x: positions of the categories

  • y: variables whose density is computed

Plot type

The plot type alias for the violin function is Violin.

Attributes

bandwidth = automaticNo docs available.

boundary = automaticNo docs available.

color = @inherit patchcolorNo docs available.

cycle = [:color => :patchcolor]No docs available.

datalimits = (-Inf, Inf) — Specify values to trim the violin. Can be a Tuple or a Function (e.g. datalimits=extrema).

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap = 0.2 — Shrinking factor, width -> width * (1 - gap).

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

max_density = automaticNo docs available.

mediancolor = @inherit linecolorNo docs available.

medianlinewidth = @inherit linewidthNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

n_dodge = automaticNo docs available.

npoints = 200No docs available.

orientation = :vertical — Orientation of the violins (:vertical or :horizontal)

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

scale = :area — Scale density by area (:area), count (:count), or width (:width).

show_median = false — Show median as midline.

side = :both — Specify :left or :right to only plot the violin on one side.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolorNo docs available.

strokewidth = @inherit patchstrokewidthNo docs available.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

weights = automatic — vector of statistical weights (length of data). By default, each observation has weight 1.

width = automatic — Width of the box before shrinking.

source


# Makie.violin!Function.

violin! is the mutating variant of plotting function violin. Check the docstring for violin for further information.

source


# Makie.vlinesFunction.
julia
vlines(xs; ymin = 0.0, ymax = 1.0, attrs...)

Create vertical lines across a Scene with 2D projection. The lines will be placed at xs in data coordinates and ymin to ymax in scene coordinates (0 to 1). All three of these can have single or multiple values because they are broadcast to calculate the final line segments.

Plot type

The plot type alias for the vlines function is VLines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

ymax = 1 — The start of the lines in relative axis units (0 to 1) along the y dimension.

ymin = 0 — The start of the lines in relative axis units (0 to 1) along the y dimension.

source


# Makie.vlines!Function.

vlines! is the mutating variant of plotting function vlines. Check the docstring for vlines for further information.

source


# Makie.volumeslicesFunction.

VolumeSlices

volumeslices(x, y, z, v)

Draws heatmap slices of the volume v

Plot type

The plot type alias for the volumeslices function is VolumeSlices.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bbox_color = RGBAf(0.5, 0.5, 0.5, 0.5)No docs available.

bbox_visible = trueNo docs available.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = false — Sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# Makie.volumeslices!Function.

volumeslices! is the mutating variant of plotting function volumeslices. Check the docstring for volumeslices for further information.

source


# Makie.voronoiplotFunction.
julia
voronoiplot(x, y, values; kwargs...)
 voronoiplot(values; kwargs...)
 voronoiplot(x, y; kwargs...)
 voronoiplot(positions; kwargs...)
-voronoiplot(vorn::VoronoiTessellation; kwargs...)

Generates and plots a Voronoi tessalation from heatmap- or point-like data. The tessellation can also be passed directly as a VoronoiTessellation from DelaunayTriangulation.jl.

Plot type

The plot type alias for the voronoiplot function is Voronoiplot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

clip = automatic — Sets the clipping area for the generated polygons which can be a Rect2 (or BBox), Tuple with entries (xmin, xmax, ymin, ymax) or as a Circle. Anything outside the specified area will be removed. If the clip is not set it is automatically determined using unbounded_edge_extension_factor as a Rect.

color = automatic — Sets the color of the polygons. If automatic, the polygons will be individually colored according to the colormap.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

highclip = automatic — The color for any value above the colorrange.

lowclip = automatic — The color for any value below the colorrange.

marker = @inherit marker — Sets the shape of the points.

markercolor = @inherit markercolor — Sets the color of the points.

markersize = @inherit markersize — Sets the size of the points.

nan_color = :transparent — The color for NaN values.

show_generators = true — Determines whether to plot the individual generators.

smooth = falseNo docs available.

strokecolor = @inherit patchstrokecolor — Sets the strokecolor of the polygons.

strokewidth = 1.0 — Sets the width of the polygon stroke.

unbounded_edge_extension_factor = 0.1 — Sets the extension factor for the unbounded edges, used in DelaunayTriangulation.polygon_bounds.

source


# Makie.voronoiplot!Function.

voronoiplot! is the mutating variant of plotting function voronoiplot. Check the docstring for voronoiplot for further information.

source


# Makie.vspanFunction.
julia
vspan(xs_low, xs_high; ymin = 0.0, ymax = 1.0, attrs...)
-vspan(xs_lowhigh; ymin = 0.0, ymax = 1.0, attrs...)

Create vertical bands spanning across a Scene with 2D projection. The bands will be placed from xs_low to xs_high in data coordinates and ymin to ymax in scene coordinates (0 to 1). All four of these can have single or multiple values because they are broadcast to calculate the final spans. Both bounds can be passed together as an interval xs_lowhigh.

Plot type

The plot type alias for the vspan function is VSpan.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit patchcolor — Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShadingNo docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolor — Sets the color of the outline around a marker.

strokecolormap = @inherit colormap — Sets the colormap that is sampled for numeric colors.

strokewidth = @inherit patchstrokewidth — Sets the width of the outline.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

ymax = 1 — The end of the bands in relative axis units (0 to 1) along the y dimension.

ymin = 0 — The start of the bands in relative axis units (0 to 1) along the y dimension.

source


# Makie.vspan!Function.

vspan! is the mutating variant of plotting function vspan. Check the docstring for vspan for further information.

source


# Makie.waterfallFunction.
julia
waterfall(x, y; kwargs...)

Plots a waterfall chart to visualize individual positive and negative components that add up to a net result as a barplot with stacked bars next to each other.

Plot type

The plot type alias for the waterfall function is Waterfall.

Attributes

color = @inherit patchcolorNo docs available.

cycle = [:color => :patchcolor]No docs available.

direction_color = @inherit backgroundcolorNo docs available.

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

final_color = plot_color(:grey90, 0.5)No docs available.

final_dodge_gap = 0No docs available.

final_gap = automaticNo docs available.

gap = 0.2No docs available.

marker_neg = :dtriangleNo docs available.

marker_pos = :utriangleNo docs available.

n_dodge = automaticNo docs available.

show_direction = falseNo docs available.

show_final = falseNo docs available.

stack = automaticNo docs available.

width = automaticNo docs available.

source


# Makie.waterfall!Function.

waterfall! is the mutating variant of plotting function waterfall. Check the docstring for waterfall for further information.

source


# Makie.with_themeFunction.
julia
with_theme(f, theme = Theme(); kwargs...)

Calls f with theme temporarily activated. Attributes in theme can be overridden or extended with kwargs. The previous theme is always restored afterwards, no matter if f succeeds or fails.

Example:

julia
my_theme = Theme(size = (500, 500), color = :red)
+voronoiplot(vorn::VoronoiTessellation; kwargs...)

Generates and plots a Voronoi tessalation from heatmap- or point-like data. The tessellation can also be passed directly as a VoronoiTessellation from DelaunayTriangulation.jl.

Plot type

The plot type alias for the voronoiplot function is Voronoiplot.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

clip = automatic — Sets the clipping area for the generated polygons which can be a Rect2 (or BBox), Tuple with entries (xmin, xmax, ymin, ymax) or as a Circle. Anything outside the specified area will be removed. If the clip is not set it is automatically determined using unbounded_edge_extension_factor as a Rect.

color = automatic — Sets the color of the polygons. If automatic, the polygons will be individually colored according to the colormap.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

highclip = automatic — The color for any value above the colorrange.

lowclip = automatic — The color for any value below the colorrange.

marker = @inherit marker — Sets the shape of the points.

markercolor = @inherit markercolor — Sets the color of the points.

markersize = @inherit markersize — Sets the size of the points.

nan_color = :transparent — The color for NaN values.

show_generators = true — Determines whether to plot the individual generators.

smooth = falseNo docs available.

strokecolor = @inherit patchstrokecolor — Sets the strokecolor of the polygons.

strokewidth = 1.0 — Sets the width of the polygon stroke.

unbounded_edge_extension_factor = 0.1 — Sets the extension factor for the unbounded edges, used in DelaunayTriangulation.polygon_bounds.

source


# Makie.voronoiplot!Function.

voronoiplot! is the mutating variant of plotting function voronoiplot. Check the docstring for voronoiplot for further information.

source


# Makie.vspanFunction.
julia
vspan(xs_low, xs_high; ymin = 0.0, ymax = 1.0, attrs...)
+vspan(xs_lowhigh; ymin = 0.0, ymax = 1.0, attrs...)

Create vertical bands spanning across a Scene with 2D projection. The bands will be placed from xs_low to xs_high in data coordinates and ymin to ymax in scene coordinates (0 to 1). All four of these can have single or multiple values because they are broadcast to calculate the final spans. Both bounds can be passed together as an interval xs_lowhigh.

Plot type

The plot type alias for the vspan function is VSpan.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit patchcolor — Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShadingNo docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolor — Sets the color of the outline around a marker.

strokecolormap = @inherit colormap — Sets the colormap that is sampled for numeric colors.

strokewidth = @inherit patchstrokewidth — Sets the width of the outline.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

ymax = 1 — The end of the bands in relative axis units (0 to 1) along the y dimension.

ymin = 0 — The start of the bands in relative axis units (0 to 1) along the y dimension.

source


# Makie.vspan!Function.

vspan! is the mutating variant of plotting function vspan. Check the docstring for vspan for further information.

source


# Makie.waterfallFunction.
julia
waterfall(x, y; kwargs...)

Plots a waterfall chart to visualize individual positive and negative components that add up to a net result as a barplot with stacked bars next to each other.

Plot type

The plot type alias for the waterfall function is Waterfall.

Attributes

color = @inherit patchcolorNo docs available.

cycle = [:color => :patchcolor]No docs available.

direction_color = @inherit backgroundcolorNo docs available.

dodge = automaticNo docs available.

dodge_gap = 0.03No docs available.

final_color = plot_color(:grey90, 0.5)No docs available.

final_dodge_gap = 0No docs available.

final_gap = automaticNo docs available.

gap = 0.2No docs available.

marker_neg = :dtriangleNo docs available.

marker_pos = :utriangleNo docs available.

n_dodge = automaticNo docs available.

show_direction = falseNo docs available.

show_final = falseNo docs available.

stack = automaticNo docs available.

width = automaticNo docs available.

source


# Makie.waterfall!Function.

waterfall! is the mutating variant of plotting function waterfall. Check the docstring for waterfall for further information.

source


# Makie.with_themeFunction.
julia
with_theme(f, theme = Theme(); kwargs...)

Calls f with theme temporarily activated. Attributes in theme can be overridden or extended with kwargs. The previous theme is always restored afterwards, no matter if f succeeds or fails.

Example:

julia
my_theme = Theme(size = (500, 500), color = :red)
 with_theme(my_theme, color = :blue, linestyle = :dashed) do
     scatter(randn(100, 2))
-end

source


# Makie.xlabel!Method.
julia
xlabel!([scene,] xlabel)

Set the x-axis label for the given Scene. Defaults to using the current Scene.

source


# Makie.xlims!Function.
julia
xlims!(ax = current_axis())

Reset the x-axis limits to be determined automatically from the plots in the axis.

source


# Makie.xlims!Method.
julia
xlims!(ax, low, high)
+end

source


# Makie.xlabel!Method.
julia
xlabel!([scene,] xlabel)

Set the x-axis label for the given Scene. Defaults to using the current Scene.

source


# Makie.xlims!Function.
julia
xlims!(ax = current_axis())

Reset the x-axis limits to be determined automatically from the plots in the axis.

source


# Makie.xlims!Method.
julia
xlims!(ax, low, high)
 xlims!(ax; low = nothing, high = nothing)
 xlims!(ax, (low, high))
-xlims!(ax, low..high)

Set the x-axis limits of axis ax to low and high or a tuple xlims = (low,high). If the limits are ordered high-low, the axis orientation will be reversed. If a limit is nothing it will be determined automatically from the plots in the axis.

source


# Makie.xlims!Method.
julia
xlims!(low, high)
-xlims!(; low = nothing, high = nothing)

Set the x-axis limits of the current axis to low and high. If the limits are ordered high-low, this reverses the axis orientation. A limit set to nothing will be determined automatically from the plots in the axis.

source


# Makie.xticklabelsMethod.
julia
xticklabels(scene)

Returns all the x-axis tick labels. See also ticklabels.

source


# Makie.xtickrangeMethod.
julia
xtickrange(scene)

Returns the tick range along the x-axis. See also tickranges.

source


# Makie.xtickrotation!Method.
julia
xtickrotation!([scene,] xangle)

Set the rotation of tick labels along the x-axis. See also tickrotations!.

source


# Makie.xtickrotationMethod.
julia
xtickrotation(scene)

Returns the rotation of tick labels along the x-axis. See also tickrotations

source


# Makie.xticks!Method.
julia
xticks!([scene,]; xtickrange=xtickrange(scene), xticklabels=xticklabel(scene))

Set the tick labels and range along the x-axis. See also ticks!.

source


# Makie.ylabel!Method.
julia
ylabel!([scene,] ylabel)

Set the y-axis label for the given Scene. Defaults to using the current Scene.

source


# Makie.ylims!Function.
julia
ylims!(ax = current_axis())

Reset the y-axis limits to be determined automatically from the plots in the axis.

source


# Makie.ylims!Method.
julia
ylims!(ax, low, high)
+xlims!(ax, low..high)

Set the x-axis limits of axis ax to low and high or a tuple xlims = (low,high). If the limits are ordered high-low, the axis orientation will be reversed. If a limit is nothing it will be determined automatically from the plots in the axis.

source


# Makie.xlims!Method.
julia
xlims!(low, high)
+xlims!(; low = nothing, high = nothing)

Set the x-axis limits of the current axis to low and high. If the limits are ordered high-low, this reverses the axis orientation. A limit set to nothing will be determined automatically from the plots in the axis.

source


# Makie.xticklabelsMethod.
julia
xticklabels(scene)

Returns all the x-axis tick labels. See also ticklabels.

source


# Makie.xtickrangeMethod.
julia
xtickrange(scene)

Returns the tick range along the x-axis. See also tickranges.

source


# Makie.xtickrotation!Method.
julia
xtickrotation!([scene,] xangle)

Set the rotation of tick labels along the x-axis. See also tickrotations!.

source


# Makie.xtickrotationMethod.
julia
xtickrotation(scene)

Returns the rotation of tick labels along the x-axis. See also tickrotations

source


# Makie.xticks!Method.
julia
xticks!([scene,]; xtickrange=xtickrange(scene), xticklabels=xticklabel(scene))

Set the tick labels and range along the x-axis. See also ticks!.

source


# Makie.ylabel!Method.
julia
ylabel!([scene,] ylabel)

Set the y-axis label for the given Scene. Defaults to using the current Scene.

source


# Makie.ylims!Function.
julia
ylims!(ax = current_axis())

Reset the y-axis limits to be determined automatically from the plots in the axis.

source


# Makie.ylims!Method.
julia
ylims!(ax, low, high)
 ylims!(ax; low = nothing, high = nothing)
 ylims!(ax, (low, high))
-ylims!(ax, low..high)

Set the y-axis limits of axis ax to low and high or a tuple ylims = (low,high). If the limits are ordered high-low, the axis orientation will be reversed. If a limit is nothing it will be determined automatically from the plots in the axis.

source


# Makie.ylims!Method.
julia
ylims!(low, high)
-ylims!(; low = nothing, high = nothing)

Set the y-axis limits of the current axis to low and high. If the limits are ordered high-low, this reverses the axis orientation. A limit set to nothing will be determined automatically from the plots in the axis.

source


# Makie.yticklabelsMethod.
julia
yticklabels(scene)

Returns all the y-axis tick labels. See also ticklabels.

source


# Makie.ytickrangeMethod.
julia
ytickrange(scene)

Returns the tick range along the y-axis. See also tickranges.

source


# Makie.ytickrotation!Method.
julia
ytickrotation!([scene,] yangle)

Set the rotation of tick labels along the y-axis. See also tickrotations!.

source


# Makie.ytickrotationMethod.
julia
ytickrotation(scene)

Returns the rotation of tick labels along the y-axis. See also tickrotations

source


# Makie.yticks!Method.
julia
yticks!([scene,]; ytickrange=ytickrange(scene), yticklabels=yticklabel(scene))

Set the tick labels and range along all the y-axis. See also ticks!.

source


# Makie.zlabel!Method.
julia
zlabel!([scene,] zlabel)

Set the z-axis label for the given Scene. Defaults to using the current Scene.

Warning

The Scene must have an Axis3D. If not, then this function will error.

source


# Makie.zlims!Function.
julia
zlims!(ax = current_axis())

Reset the z-axis limits to be determined automatically from the plots in the axis.

source


# Makie.zlims!Method.
julia
zlims!(ax, low, high)
+ylims!(ax, low..high)

Set the y-axis limits of axis ax to low and high or a tuple ylims = (low,high). If the limits are ordered high-low, the axis orientation will be reversed. If a limit is nothing it will be determined automatically from the plots in the axis.

source


# Makie.ylims!Method.
julia
ylims!(low, high)
+ylims!(; low = nothing, high = nothing)

Set the y-axis limits of the current axis to low and high. If the limits are ordered high-low, this reverses the axis orientation. A limit set to nothing will be determined automatically from the plots in the axis.

source


# Makie.yticklabelsMethod.
julia
yticklabels(scene)

Returns all the y-axis tick labels. See also ticklabels.

source


# Makie.ytickrangeMethod.
julia
ytickrange(scene)

Returns the tick range along the y-axis. See also tickranges.

source


# Makie.ytickrotation!Method.
julia
ytickrotation!([scene,] yangle)

Set the rotation of tick labels along the y-axis. See also tickrotations!.

source


# Makie.ytickrotationMethod.
julia
ytickrotation(scene)

Returns the rotation of tick labels along the y-axis. See also tickrotations

source


# Makie.yticks!Method.
julia
yticks!([scene,]; ytickrange=ytickrange(scene), yticklabels=yticklabel(scene))

Set the tick labels and range along all the y-axis. See also ticks!.

source


# Makie.zlabel!Method.
julia
zlabel!([scene,] zlabel)

Set the z-axis label for the given Scene. Defaults to using the current Scene.

Warning

The Scene must have an Axis3D. If not, then this function will error.

source


# Makie.zlims!Function.
julia
zlims!(ax = current_axis())

Reset the z-axis limits to be determined automatically from the plots in the axis.

source


# Makie.zlims!Method.
julia
zlims!(ax, low, high)
 zlims!(ax; low = nothing, high = nothing)
 zlims!(ax, (low, high))
-zlims!(ax, low..high)

Set the z-axis limits of axis ax to low and high or a tuple zlims = (low,high). If the limits are ordered high-low, the axis orientation will be reversed. If a limit is nothing it will be determined automatically from the plots in the axis.

source


# Makie.zlims!Method.
julia
zlims!(low, high)
-zlims!(; low = nothing, high = nothing)

Set the z-axis limits of the current axis to low and high. If the limits are ordered high-low, this reverses the axis orientation. A limit set to nothing will be determined automatically from the plots in the axis.

source


# Makie.zoom!Function.
julia
zoom!(scene, cam::Camera3D, zoom_step[, cad = false, zoom_shift_lookat = false])

Zooms the camera in or out based on the multiplier zoom_step. A zoom_step of 1.0 is neutral, larger zooms out and lower zooms in.

If cad = true zooming will also apply a rotation based on how far the cursor is from the center of the scene. If zoom_shift_lookat = true and projectiontype = Orthographic zooming will keep the data under the cursor at the same screen space position.

source


# Makie.zoom!Method.
julia
zoom!(scene, point, zoom_step, shift_lookat::Bool)

Zooms the camera of scene in towards point by a factor of zoom_step. A positive zoom_step zooms in while a negative zoom_step zooms out.

source


# Makie.zticklabelsMethod.
julia
zticklabels(scene)

Returns all the z-axis tick labels. See also ticklabels.

source


# Makie.ztickrangeMethod.
julia
ztickrange(scene)

Returns the tick range along the z-axis. See also tickranges.

source


# Makie.ztickrotation!Method.
julia
ztickrotation!([scene,] zangle)

Set the rotation of tick labels along the z-axis. See also tickrotations!.

source


# Makie.ztickrotationMethod.
julia
ztickrotation(scene)

Returns the rotation of tick labels along the z-axis. See also tickrotations

source


# Makie.zticks!Method.
julia
zticks!([scene,]; ztickranges=ztickrange(scene), zticklabels=zticklabel(scene))

Set the tick labels and range along all z-axis. See also ticks!.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(ct::GridBased, x::VecOrMat, y::VecOrMat, z::Matrix)

If ct is Heatmap and x and y are vectors, infer from length of x and y whether they represent edges or centers of the heatmap bins. If they are centers, convert to edges. Convert eltypes to Float32 and return outputs as a Tuple.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x::RangeLike, y::RangeLike, z::AbstractMatrix)

Takes one or two ClosedIntervals x and y and converts them to closed ranges with size(z, 1/2).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, z)::(Vector)

Takes vectors x, y, and z and turns it into a vector of 3D points of the values from x, y, and z. P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.

Enables to use scatter like a surface plot with x::Vector, y::Vector, z::Matrix spanning z over the grid spanned by x y

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, LineString)

Takes an input LineString and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, Polygon)

Takes an input Polygon and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y)::(Vector)

Takes vectors x and y and turns it into a vector of 2D points of the values from x and y.

P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.

Wrap a single point or equivalent object in a single-element array.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, vertices, indices)::GLNormalMesh

Takes vertices and indices, and creates a triangle mesh out of those. See to_vertices and to_triangles for more information about accepted types.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, x, y, z, indices)::GLNormalMesh

Takes real vectors x, y, z and constructs a triangle mesh out of those, using the faces in indices, which can be integers (every 3 -> one triangle), or GeometryBasics.NgonFace{N, <: Integer}.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, x, y, z)::GLNormalMesh

Takes real vectors x, y, z and constructs a mesh out of those, under the assumption that every 3 points form a triangle.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, xyz::AbstractVector)::GLNormalMesh

Takes an input mesh and a vector xyz representing the vertices of the mesh, and creates indices under the assumption, that each triplet in xyz forms a triangle.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, f)::(Vector, Vector, Matrix)

Takes vectors x and y and the function f, and applies f on the grid that x and y span. This is equivalent to f.(x, y'). P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, z, i)::(Vector, Vector, Vector, Matrix)

Takes 3 AbstractVector x, y, and z and the AbstractMatrix i, and puts everything in a Tuple.

P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, z, f)::(Vector, Vector, Vector, Matrix)

Takes AbstractVector x, y, and z and the function f, evaluates f on the volume spanned by x, y and z, and puts x, y, z and f(x,y,z) in a Tuple.

P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.

Accepts a Vector of Pair of Points (e.g. [Point(0, 0) => Point(1, 1), ...]) to encode e.g. linesegments or directions.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x)::(Vector)

Takes an input GeometryPrimitive x and decomposes it to points. P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, Union{Array{<:LineString}, MultiLineString})

Takes an input Array{LineString} or a MultiLineString and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, Union{Array{<:Polygon}, MultiPolygon})

Takes an input Array{Polygon} or a MultiPolygon and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x)::(Vector)

Takes an input Rect x and decomposes it to points.

P is the plot Type (it is optional).

source


# MakieCore.used_attributesMethod.
julia
used_attributes(args...) = ()

Function used to indicate what keyword args one wants to get passed in convert_arguments. Those attributes will not be forwarded to the backend, but only used during the conversion pipeline. Usage:

julia
    struct MyType end
+zlims!(ax, low..high)

Set the z-axis limits of axis ax to low and high or a tuple zlims = (low,high). If the limits are ordered high-low, the axis orientation will be reversed. If a limit is nothing it will be determined automatically from the plots in the axis.

source


# Makie.zlims!Method.
julia
zlims!(low, high)
+zlims!(; low = nothing, high = nothing)

Set the z-axis limits of the current axis to low and high. If the limits are ordered high-low, this reverses the axis orientation. A limit set to nothing will be determined automatically from the plots in the axis.

source


# Makie.zoom!Function.
julia
zoom!(scene, cam::Camera3D, zoom_step[, cad = false, zoom_shift_lookat = false])

Zooms the camera in or out based on the multiplier zoom_step. A zoom_step of 1.0 is neutral, larger zooms out and lower zooms in.

If cad = true zooming will also apply a rotation based on how far the cursor is from the center of the scene. If zoom_shift_lookat = true and projectiontype = Orthographic zooming will keep the data under the cursor at the same screen space position.

source


# Makie.zoom!Method.
julia
zoom!(scene, point, zoom_step, shift_lookat::Bool)

Zooms the camera of scene in towards point by a factor of zoom_step. A positive zoom_step zooms in while a negative zoom_step zooms out.

source


# Makie.zticklabelsMethod.
julia
zticklabels(scene)

Returns all the z-axis tick labels. See also ticklabels.

source


# Makie.ztickrangeMethod.
julia
ztickrange(scene)

Returns the tick range along the z-axis. See also tickranges.

source


# Makie.ztickrotation!Method.
julia
ztickrotation!([scene,] zangle)

Set the rotation of tick labels along the z-axis. See also tickrotations!.

source


# Makie.ztickrotationMethod.
julia
ztickrotation(scene)

Returns the rotation of tick labels along the z-axis. See also tickrotations

source


# Makie.zticks!Method.
julia
zticks!([scene,]; ztickranges=ztickrange(scene), zticklabels=zticklabel(scene))

Set the tick labels and range along all z-axis. See also ticks!.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(ct::GridBased, x::VecOrMat, y::VecOrMat, z::Matrix)

If ct is Heatmap and x and y are vectors, infer from length of x and y whether they represent edges or centers of the heatmap bins. If they are centers, convert to edges. Convert eltypes to Float32 and return outputs as a Tuple.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x::RangeLike, y::RangeLike, z::AbstractMatrix)

Takes one or two ClosedIntervals x and y and converts them to closed ranges with size(z, 1/2).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, z)::(Vector)

Takes vectors x, y, and z and turns it into a vector of 3D points of the values from x, y, and z. P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.

Enables to use scatter like a surface plot with x::Vector, y::Vector, z::Matrix spanning z over the grid spanned by x y

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, LineString)

Takes an input LineString and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, Polygon)

Takes an input Polygon and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y)::(Vector)

Takes vectors x and y and turns it into a vector of 2D points of the values from x and y.

P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.

Wrap a single point or equivalent object in a single-element array.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, vertices, indices)::GLNormalMesh

Takes vertices and indices, and creates a triangle mesh out of those. See to_vertices and to_triangles for more information about accepted types.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, x, y, z, indices)::GLNormalMesh

Takes real vectors x, y, z and constructs a triangle mesh out of those, using the faces in indices, which can be integers (every 3 -> one triangle), or GeometryBasics.NgonFace{N, <: Integer}.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, x, y, z)::GLNormalMesh

Takes real vectors x, y, z and constructs a mesh out of those, under the assumption that every 3 points form a triangle.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(Mesh, xyz::AbstractVector)::GLNormalMesh

Takes an input mesh and a vector xyz representing the vertices of the mesh, and creates indices under the assumption, that each triplet in xyz forms a triangle.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, f)::(Vector, Vector, Matrix)

Takes vectors x and y and the function f, and applies f on the grid that x and y span. This is equivalent to f.(x, y'). P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, z, i)::(Vector, Vector, Vector, Matrix)

Takes 3 AbstractVector x, y, and z and the AbstractMatrix i, and puts everything in a Tuple.

P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x, y, z, f)::(Vector, Vector, Vector, Matrix)

Takes AbstractVector x, y, and z and the function f, evaluates f on the volume spanned by x, y and z, and puts x, y, z and f(x,y,z) in a Tuple.

P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.

Accepts a Vector of Pair of Points (e.g. [Point(0, 0) => Point(1, 1), ...]) to encode e.g. linesegments or directions.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x)::(Vector)

Takes an input GeometryPrimitive x and decomposes it to points. P is the plot Type (it is optional).

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, Union{Array{<:LineString}, MultiLineString})

Takes an input Array{LineString} or a MultiLineString and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(PB, Union{Array{<:Polygon}, MultiPolygon})

Takes an input Array{Polygon} or a MultiPolygon and decomposes it to points.

source


# MakieCore.convert_argumentsMethod.
julia
convert_arguments(P, x)::(Vector)

Takes an input Rect x and decomposes it to points.

P is the plot Type (it is optional).

source


# MakieCore.used_attributesMethod.
julia
used_attributes(args...) = ()

Function used to indicate what keyword args one wants to get passed in convert_arguments. Those attributes will not be forwarded to the backend, but only used during the conversion pipeline. Usage:

julia
    struct MyType end
     used_attributes(::MyType) = (:attribute,)
     function convert_arguments(x::MyType; attribute = 1)
         ...
@@ -259,52 +259,52 @@ import{_ as e,c as o,o as i,a6 as s}from"./chunks/framework.DT0bu0uC.js";const u
     #You can also use the convenience macro, to overload convert_arguments in one step:
     @keywords convert_arguments(x::MyType; attribute = 1)
         ...
-    end

source


# Observables.onMethod.
julia
on(f, c::Camera, observables::Observable...)

When mapping over observables for the camera, we store them in the steering_node vector, to make it easier to disconnect the camera steering signals later!

source


# Makie.@extractMacro.
julia
@extract scene (a, b, c, d)

This becomes

julia
begin
+    end

source


# Observables.onMethod.
julia
on(f, c::Camera, observables::Observable...)

When mapping over observables for the camera, we store them in the steering_node vector, to make it easier to disconnect the camera steering signals later!

source


# Makie.@extractMacro.
julia
@extract scene (a, b, c, d)

This becomes

julia
begin
     a = scene[:a]
     b = scene[:b]
     c = scene[:d]
     d = scene[:d]
     (a, b, c, d)
-end

source


# Makie.@extractvalueMacro.

usage @extractvalue scene (a, b, c, d) will become:

julia
begin
+end

source


# Makie.@extractvalueMacro.

usage @extractvalue scene (a, b, c, d) will become:

julia
begin
     a = to_value(scene[:a])
     b = to_value(scene[:b])
     c = to_value(scene[:c])
     (a, b, c)
-end

source


# Makie.@get_attributeMacro.
julia
@get_attribute scene (a, b, c, d)

This will extract attribute a, b, c, d from scene and apply the correct attribute conversions + will extract the value if it's a signal. It will make those attributes available as variables and return them as a tuple. So the above is equal to: will become:

julia
begin
+end

source


# Makie.@get_attributeMacro.
julia
@get_attribute scene (a, b, c, d)

This will extract attribute a, b, c, d from scene and apply the correct attribute conversions + will extract the value if it's a signal. It will make those attributes available as variables and return them as a tuple. So the above is equal to: will become:

julia
begin
     a = get_attribute(scene, :a)
     b = get_attribute(scene, :b)
     c = get_attribute(scene, :c)
     (a, b, c)
-end

source


# Makie.@liftMacro.

Replaces an expression with lift(argtuple -> expression, args...), where args are all expressions inside the main one that begin with $.

Example:

julia
x = Observable(rand(100))
+end

source


# Makie.@liftMacro.

Replaces an expression with lift(argtuple -> expression, args...), where args are all expressions inside the main one that begin with $.

Example:

julia
x = Observable(rand(100))
 y = Observable(rand(100))

before

julia
z = lift((x, y) -> x .+ y, x, y)

after

julia
z = @lift($x .+ $y)

You can also use parentheses around an expression if that expression evaluates to an observable.

julia
nt = (x = Observable(1), y = Observable(2))
-@lift($(nt.x) + $(nt.y))

source


# MakieCore.ArrowsType.

Arrows is the plot type associated with plotting function arrows. Check the docstring for arrows for further information.

source


# MakieCore.HeatmapType.

Heatmap is the plot type associated with plotting function heatmap. Check the docstring for heatmap for further information.

source


# MakieCore.ImageType.

Image is the plot type associated with plotting function image. Check the docstring for image for further information.

source


# MakieCore.LineSegmentsType.

LineSegments is the plot type associated with plotting function linesegments. Check the docstring for linesegments for further information.

source


# MakieCore.LinesType.

Lines is the plot type associated with plotting function lines. Check the docstring for lines for further information.

source


# MakieCore.MeshType.

Mesh is the plot type associated with plotting function mesh. Check the docstring for mesh for further information.

source


# MakieCore.MeshScatterType.

MeshScatter is the plot type associated with plotting function meshscatter. Check the docstring for meshscatter for further information.

source


# MakieCore.PolyType.

Poly is the plot type associated with plotting function poly. Check the docstring for poly for further information.

source


# MakieCore.ScatterType.

Scatter is the plot type associated with plotting function scatter. Check the docstring for scatter for further information.

source


# MakieCore.SurfaceType.

Surface is the plot type associated with plotting function surface. Check the docstring for surface for further information.

source


# MakieCore.TextType.

Text is the plot type associated with plotting function text. Check the docstring for text for further information.

source


# MakieCore.VolumeType.

Volume is the plot type associated with plotting function volume. Check the docstring for volume for further information.

source


# MakieCore.VoxelsType.

Voxels is the plot type associated with plotting function voxels. Check the docstring for voxels for further information.

source


# MakieCore.WireframeType.

Wireframe is the plot type associated with plotting function wireframe. Check the docstring for wireframe for further information.

source


# MakieCore.arrowsFunction.
julia
arrows(points, directions; kwargs...)
+@lift($(nt.x) + $(nt.y))

source


# MakieCore.ArrowsType.

Arrows is the plot type associated with plotting function arrows. Check the docstring for arrows for further information.

source


# MakieCore.HeatmapType.

Heatmap is the plot type associated with plotting function heatmap. Check the docstring for heatmap for further information.

source


# MakieCore.ImageType.

Image is the plot type associated with plotting function image. Check the docstring for image for further information.

source


# MakieCore.LineSegmentsType.

LineSegments is the plot type associated with plotting function linesegments. Check the docstring for linesegments for further information.

source


# MakieCore.LinesType.

Lines is the plot type associated with plotting function lines. Check the docstring for lines for further information.

source


# MakieCore.MeshType.

Mesh is the plot type associated with plotting function mesh. Check the docstring for mesh for further information.

source


# MakieCore.MeshScatterType.

MeshScatter is the plot type associated with plotting function meshscatter. Check the docstring for meshscatter for further information.

source


# MakieCore.PolyType.

Poly is the plot type associated with plotting function poly. Check the docstring for poly for further information.

source


# MakieCore.ScatterType.

Scatter is the plot type associated with plotting function scatter. Check the docstring for scatter for further information.

source


# MakieCore.SurfaceType.

Surface is the plot type associated with plotting function surface. Check the docstring for surface for further information.

source


# MakieCore.TextType.

Text is the plot type associated with plotting function text. Check the docstring for text for further information.

source


# MakieCore.VolumeType.

Volume is the plot type associated with plotting function volume. Check the docstring for volume for further information.

source


# MakieCore.VoxelsType.

Voxels is the plot type associated with plotting function voxels. Check the docstring for voxels for further information.

source


# MakieCore.WireframeType.

Wireframe is the plot type associated with plotting function wireframe. Check the docstring for wireframe for further information.

source


# MakieCore.arrowsFunction.
julia
arrows(points, directions; kwargs...)
 arrows(x, y, u, v)
 arrows(x::AbstractVector, y::AbstractVector, u::AbstractMatrix, v::AbstractMatrix)
 arrows(x, y, z, u, v, w)
-arrows(x, y, [z], f::Function)

Plots arrows at the specified points with the specified components. u and v are interpreted as vector components (u being the x and v being the y), and the vectors are plotted with the tails at x, y.

If x, y, u, v are <: AbstractVector, then each 'row' is plotted as a single vector.

If u, v are <: AbstractMatrix, then x and y are interpreted as specifications for a grid, and u, v are plotted as arrows along the grid.

arrows can also work in three dimensions.

If a Function is provided in place of u, v, [w], then it must accept a Point as input, and return an appropriately dimensioned Point, Vec, or other array-like output.

Plot type

The plot type alias for the arrows function is Arrows.

Attributes

align = :origin — Sets how arrows are positioned. By default arrows start at the given positions and extend along the given directions. If this attribute is set to :head, :lineend, :tailend, :headstart or :center the given positions will be between the head and tail of each arrow instead.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

arrowcolor = automatic — Sets the color of the arrow head. Will copy color if set to automatic.

arrowhead = automatic — Defines the marker (2D) or mesh (3D) that is used as the arrow head. The default for is '▲' in 2D and a cone mesh in 3D. For the latter the mesh should start at Point3f(0) and point in positive z-direction.

arrowsize = automatic — Scales the size of the arrow head. This defaults to 0.3 in the 2D case and Vec3f(0.2, 0.2, 0.3) in the 3D case. For the latter the first two components scale the radius (in x/y direction) and the last scales the length of the cone. If the arrowsize is set to 1, the cone will have a diameter and length of 1.

arrowtail = automatic — Defines the mesh used to draw the arrow tail in 3D. It should start at Point3f(0) and extend in negative z-direction. The default is a cylinder. This has no effect on the 2D plot.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = :black — Sets the color of arrowheads and lines. Can be overridden separately using linecolor and arrowcolor.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = automatic — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lengthscale = 1.0 — Scales the length of the arrow tail.

linecolor = automatic — Sets the color used for the arrow tail which is represented by a line in 2D. Will copy color if set to automatic.

linestyle = nothing — Sets the linestyle used in 2D. Does not apply to 3D plots.

linewidth = automatic — Scales the width/diameter of the arrow tail. Defaults to 1 for 2D and 0.05 for the 3D case.

lowclip = automatic — The color for any value below the colorrange.

markerspace = :pixelNo docs available.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

normalize = false — By default the lengths of the directions given to arrows are used to scale the length of the arrow tails. If this attribute is set to true the directions are normalized, skipping this scaling.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

quality = 32 — Defines the number of angle subdivisions used when generating the arrow head and tail meshes. Consider lowering this if you have performance issues. Only applies to 3D plots.

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.arrows!Function.

arrows! is the mutating variant of plotting function arrows. Check the docstring for arrows for further information.

source


# MakieCore.heatmapFunction.
julia
heatmap(x, y, matrix)
+arrows(x, y, [z], f::Function)

Plots arrows at the specified points with the specified components. u and v are interpreted as vector components (u being the x and v being the y), and the vectors are plotted with the tails at x, y.

If x, y, u, v are <: AbstractVector, then each 'row' is plotted as a single vector.

If u, v are <: AbstractMatrix, then x and y are interpreted as specifications for a grid, and u, v are plotted as arrows along the grid.

arrows can also work in three dimensions.

If a Function is provided in place of u, v, [w], then it must accept a Point as input, and return an appropriately dimensioned Point, Vec, or other array-like output.

Plot type

The plot type alias for the arrows function is Arrows.

Attributes

align = :origin — Sets how arrows are positioned. By default arrows start at the given positions and extend along the given directions. If this attribute is set to :head, :lineend, :tailend, :headstart or :center the given positions will be between the head and tail of each arrow instead.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

arrowcolor = automatic — Sets the color of the arrow head. Will copy color if set to automatic.

arrowhead = automatic — Defines the marker (2D) or mesh (3D) that is used as the arrow head. The default for is '▲' in 2D and a cone mesh in 3D. For the latter the mesh should start at Point3f(0) and point in positive z-direction.

arrowsize = automatic — Scales the size of the arrow head. This defaults to 0.3 in the 2D case and Vec3f(0.2, 0.2, 0.3) in the 3D case. For the latter the first two components scale the radius (in x/y direction) and the last scales the length of the cone. If the arrowsize is set to 1, the cone will have a diameter and length of 1.

arrowtail = automatic — Defines the mesh used to draw the arrow tail in 3D. It should start at Point3f(0) and extend in negative z-direction. The default is a cylinder. This has no effect on the 2D plot.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = :black — Sets the color of arrowheads and lines. Can be overridden separately using linecolor and arrowcolor.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = automatic — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lengthscale = 1.0 — Scales the length of the arrow tail.

linecolor = automatic — Sets the color used for the arrow tail which is represented by a line in 2D. Will copy color if set to automatic.

linestyle = nothing — Sets the linestyle used in 2D. Does not apply to 3D plots.

linewidth = automatic — Scales the width/diameter of the arrow tail. Defaults to 1 for 2D and 0.05 for the 3D case.

lowclip = automatic — The color for any value below the colorrange.

markerspace = :pixelNo docs available.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

normalize = false — By default the lengths of the directions given to arrows are used to scale the length of the arrow tails. If this attribute is set to true the directions are normalized, skipping this scaling.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

quality = 32 — Defines the number of angle subdivisions used when generating the arrow head and tail meshes. Consider lowering this if you have performance issues. Only applies to 3D plots.

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.arrows!Function.

arrows! is the mutating variant of plotting function arrows. Check the docstring for arrows for further information.

source


# MakieCore.heatmapFunction.
julia
heatmap(x, y, matrix)
 heatmap(x, y, func)
 heatmap(matrix)
-heatmap(xvector, yvector, zvector)

Plots a heatmap as a collection of rectangles. x and y can either be of length i and j where (i, j) is size(matrix), in this case the rectangles will be placed around these grid points like voronoi cells. Note that for irregularly spaced x and y, the points specified by them are not centered within the resulting rectangles.

x and y can also be of length i+1 and j+1, in this case they are interpreted as the edges of the rectangles.

Colors of the rectangles are derived from matrix[i, j]. The third argument may also be a Function (i, j) -> v which is then evaluated over the grid spanned by x and y.

Another allowed form is using three vectors xvector, yvector and zvector. In this case it is assumed that no pair of elements x and y exists twice. Pairs that are missing from the resulting grid will be treated as if zvector had a NaN element at that position.

If x and y are omitted with a matrix argument, they default to x, y = axes(matrix).

Note that heatmap is slower to render than image so image should be preferred for large, regularly spaced grids.

Plot type

The plot type alias for the heatmap function is Heatmap.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = false — Sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.heatmap!Function.

heatmap! is the mutating variant of plotting function heatmap. Check the docstring for heatmap for further information.

source


# MakieCore.imageFunction.
julia
image(x, y, image)
-image(image)

Plots an image on a rectangle bounded by x and y (defaults to size of image).

Plot type

The plot type alias for the image function is Image.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap = [:black, :white] — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — Sets whether colors should be interpolated between pixels.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.image!Function.

image! is the mutating variant of plotting function image. Check the docstring for image for further information.

source


# MakieCore.linesFunction.
julia
lines(positions)
+heatmap(xvector, yvector, zvector)

Plots a heatmap as a collection of rectangles. x and y can either be of length i and j where (i, j) is size(matrix), in this case the rectangles will be placed around these grid points like voronoi cells. Note that for irregularly spaced x and y, the points specified by them are not centered within the resulting rectangles.

x and y can also be of length i+1 and j+1, in this case they are interpreted as the edges of the rectangles.

Colors of the rectangles are derived from matrix[i, j]. The third argument may also be a Function (i, j) -> v which is then evaluated over the grid spanned by x and y.

Another allowed form is using three vectors xvector, yvector and zvector. In this case it is assumed that no pair of elements x and y exists twice. Pairs that are missing from the resulting grid will be treated as if zvector had a NaN element at that position.

If x and y are omitted with a matrix argument, they default to x, y = axes(matrix).

Note that heatmap is slower to render than image so image should be preferred for large, regularly spaced grids.

Plot type

The plot type alias for the heatmap function is Heatmap.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = false — Sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.heatmap!Function.

heatmap! is the mutating variant of plotting function heatmap. Check the docstring for heatmap for further information.

source


# MakieCore.imageFunction.
julia
image(x, y, image)
+image(image)

Plots an image on a rectangle bounded by x and y (defaults to size of image).

Plot type

The plot type alias for the image function is Image.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap = [:black, :white] — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — Sets whether colors should be interpolated between pixels.

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.image!Function.

image! is the mutating variant of plotting function image. Check the docstring for image for further information.

source


# MakieCore.linesFunction.
julia
lines(positions)
 lines(x, y)
-lines(x, y, z)

Creates a connected line plot for each element in (x, y, z), (x, y) or positions.

NaN values are displayed as gaps in the line.

Plot type

The plot type alias for the lines function is Lines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.lines!Function.

lines! is the mutating variant of plotting function lines. Check the docstring for lines for further information.

source


# MakieCore.linesegmentsFunction.
julia
linesegments(positions)
+lines(x, y, z)

Creates a connected line plot for each element in (x, y, z), (x, y) or positions.

NaN values are displayed as gaps in the line.

Plot type

The plot type alias for the lines function is Lines.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyle — Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap = @inherit linecap — Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in screen units

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limit — Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.lines!Function.

lines! is the mutating variant of plotting function lines. Check the docstring for lines for further information.

source


# MakieCore.linesegmentsFunction.
julia
linesegments(positions)
 linesegments(vector_of_2tuples_of_points)
 linesegments(x, y)
-linesegments(x, y, z)

Plots a line for each pair of points in (x, y, z), (x, y), or positions.

Plot type

The plot type alias for the linesegments function is LineSegments.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.linesegments!Function.

linesegments! is the mutating variant of plotting function linesegments. Check the docstring for linesegments for further information.

source


# MakieCore.meshFunction.
julia
mesh(x, y, z)
+linesegments(x, y, z)

Plots a line for each pair of points in (x, y, z), (x, y), or positions.

Plot type

The plot type alias for the linesegments function is LineSegments.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.linesegments!Function.

linesegments! is the mutating variant of plotting function linesegments. Check the docstring for linesegments for further information.

source


# MakieCore.meshFunction.
julia
mesh(x, y, z)
 mesh(mesh_object)
 mesh(x, y, z, faces)
-mesh(xyz, faces)

Plots a 3D or 2D mesh. Supported mesh_objects include Mesh types from GeometryBasics.jl.

Plot type

The plot type alias for the mesh function is Mesh.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = @inherit patchcolor — Sets the color of the mesh. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

matcap = nothingNo docs available.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.mesh!Function.

mesh! is the mutating variant of plotting function mesh. Check the docstring for mesh for further information.

source


# MakieCore.meshscatterFunction.
julia
meshscatter(positions)
+mesh(xyz, faces)

Plots a 3D or 2D mesh. Supported mesh_objects include Mesh types from GeometryBasics.jl.

Plot type

The plot type alias for the mesh function is Mesh.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = @inherit patchcolor — Sets the color of the mesh. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — sets whether colors should be interpolated

lowclip = automatic — The color for any value below the colorrange.

matcap = nothingNo docs available.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.mesh!Function.

mesh! is the mutating variant of plotting function mesh. Check the docstring for mesh for further information.

source


# MakieCore.meshscatterFunction.
julia
meshscatter(positions)
 meshscatter(x, y)
-meshscatter(x, y, z)

Plots a mesh for each element in (x, y, z), (x, y), or positions (similar to scatter). markersize is a scaling applied to the primitive passed as marker.

Plot type

The plot type alias for the meshscatter function is MeshScatter.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = @inherit markercolor — Sets the color of the marker.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip = automatic — The color for any value below the colorrange.

marker = :Sphere — Sets the scattered mesh.

markersize = 0.1 — Sets the scale of the mesh. This can be given as a Vector to apply to each scattered mesh individually.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

rotation = 0.0 — Sets the rotation of the mesh. A numeric rotation is around the z-axis, a Vec3f causes the mesh to rotate such that the the z-axis is now that vector, and a quaternion describes a general rotation. This can be given as a Vector to apply to each scattered mesh individually.

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.meshscatter!Function.

meshscatter! is the mutating variant of plotting function meshscatter. Check the docstring for meshscatter for further information.

source


# MakieCore.polyFunction.
julia
poly(vertices, indices; kwargs...)
+meshscatter(x, y, z)

Plots a mesh for each element in (x, y, z), (x, y), or positions (similar to scatter). markersize is a scaling applied to the primitive passed as marker.

Plot type

The plot type alias for the meshscatter function is MeshScatter.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = @inherit markercolor — Sets the color of the marker.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip = automatic — The color for any value below the colorrange.

marker = :Sphere — Sets the scattered mesh.

markersize = 0.1 — Sets the scale of the mesh. This can be given as a Vector to apply to each scattered mesh individually.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

rotation = 0.0 — Sets the rotation of the mesh. A numeric rotation is around the z-axis, a Vec3f causes the mesh to rotate such that the the z-axis is now that vector, and a quaternion describes a general rotation. This can be given as a Vector to apply to each scattered mesh individually.

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.meshscatter!Function.

meshscatter! is the mutating variant of plotting function meshscatter. Check the docstring for meshscatter for further information.

source


# MakieCore.polyFunction.
julia
poly(vertices, indices; kwargs...)
 poly(points; kwargs...)
 poly(shape; kwargs...)
-poly(mesh; kwargs...)

Plots a polygon based on the arguments given. When vertices and indices are given, it functions similarly to mesh. When points are given, it draws one polygon that connects all the points in order. When a shape is given (essentially anything decomposable by GeometryBasics), it will plot decompose(shape).

poly(coordinates, connectivity; kwargs...)

Plots polygons, which are defined by coordinates (the coordinates of the vertices) and connectivity (the edges between the vertices).

Plot type

The plot type alias for the poly function is Poly.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit patchcolor — Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShadingNo docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolor — Sets the color of the outline around a marker.

strokecolormap = @inherit colormap — Sets the colormap that is sampled for numeric colors.

strokewidth = @inherit patchstrokewidth — Sets the width of the outline.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.poly!Function.

poly! is the mutating variant of plotting function poly. Check the docstring for poly for further information.

source


# MakieCore.scatterFunction.
julia
scatter(positions)
+poly(mesh; kwargs...)

Plots a polygon based on the arguments given. When vertices and indices are given, it functions similarly to mesh. When points are given, it draws one polygon that connects all the points in order. When a shape is given (essentially anything decomposable by GeometryBasics), it will plot decompose(shape).

poly(coordinates, connectivity; kwargs...)

Plots polygons, which are defined by coordinates (the coordinates of the vertices) and connectivity (the edges between the vertices).

Plot type

The plot type alias for the poly function is Poly.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit patchcolor — Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color => :patchcolor]No docs available.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle = @inherit joinstyleNo docs available.

linecap = @inherit linecapNo docs available.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip = automatic — The color for any value below the colorrange.

miter_limit = @inherit miter_limitNo docs available.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = NoShadingNo docs available.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit patchstrokecolor — Sets the color of the outline around a marker.

strokecolormap = @inherit colormap — Sets the colormap that is sampled for numeric colors.

strokewidth = @inherit patchstrokewidth — Sets the width of the outline.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.poly!Function.

poly! is the mutating variant of plotting function poly. Check the docstring for poly for further information.

source


# MakieCore.scatterFunction.
julia
scatter(positions)
 scatter(x, y)
-scatter(x, y, z)

Plots a marker for each element in (x, y, z), (x, y), or positions.

Plot type

The plot type alias for the scatter function is Scatter.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit markercolor — Sets the color of the marker. If no color is set, multiple calls to scatter! will cycle through the axis color palette.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

depthsorting = false — Enables depth-sorting of markers which can improve border artifacts. Currently supported in GLMakie only.

distancefield = nothing — Optional distancefield used for e.g. font and bezier path rendering. Will get set automatically.

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

glowcolor = (:black, 0.0) — Sets the color of the glow effect around the marker.

glowwidth = 0.0 — Sets the size of a glow effect around the marker.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip = automatic — The color for any value below the colorrange.

marker = @inherit marker — Sets the scatter marker.

marker_offset = automatic — The offset of the marker from the given position in markerspace units. Default is centered around the position (markersize * -0.5).

markersize = @inherit markersize — Sets the size of the marker by scaling it relative to its base size which can differ for each marker. A Real scales x and y dimensions by the same amount. A Vec or Tuple with two elements scales x and y separately. An array of either scales each marker separately. Humans perceive the area of a marker as its size which grows quadratically with markersize, so multiplying markersize by 2 results in a marker that is 4 times as large, visually.

markerspace = :pixel — Sets the space in which markersize is given. See Makie.spaces() for possible inputs

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

rotation = Billboard() — Sets the rotation of the marker. A Billboard rotation is always around the depth axis.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolor — Sets the color of the outline around a marker.

strokewidth = @inherit markerstrokewidth — Sets the width of the outline around a marker.

transform_marker = false — Controls whether the model matrix (without translation) applies to the marker itself, rather than just the positions. (If this is true, scale! and rotate! will affect the marker.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

uv_offset_width = (0.0, 0.0, 0.0, 0.0)No docs available.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.scatter!Function.

scatter! is the mutating variant of plotting function scatter. Check the docstring for scatter for further information.

source


# MakieCore.surfaceFunction.
julia
surface(x, y, z)
-surface(z)

Plots a surface, where (x, y) define a grid whose heights are the entries in z. x and y may be Vectors which define a regular grid, or Matrices which define an irregular grid.

Plot type

The plot type alias for the surface function is Surface.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = nothing — Can be set to an Matrix{<: Union{Number, Colorant}} to color surface independent of the z component. If color=nothing, it defaults to color=z.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

invert_normals = false — Inverts the normals generated for the surface. This can be useful to illuminate the other side of the surface.

lowclip = automatic — The color for any value below the colorrange.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.surface!Function.

surface! is the mutating variant of plotting function surface. Check the docstring for surface for further information.

source


# MakieCore.textFunction.
julia
text(positions; text, kwargs...)
+scatter(x, y, z)

Plots a marker for each element in (x, y, z), (x, y), or positions.

Plot type

The plot type alias for the scatter function is Scatter.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit markercolor — Sets the color of the marker. If no color is set, multiple calls to scatter! will cycle through the axis color palette.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

depthsorting = false — Enables depth-sorting of markers which can improve border artifacts. Currently supported in GLMakie only.

distancefield = nothing — Optional distancefield used for e.g. font and bezier path rendering. Will get set automatically.

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

glowcolor = (:black, 0.0) — Sets the color of the glow effect around the marker.

glowwidth = 0.0 — Sets the size of a glow effect around the marker.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip = automatic — The color for any value below the colorrange.

marker = @inherit marker — Sets the scatter marker.

marker_offset = automatic — The offset of the marker from the given position in markerspace units. Default is centered around the position (markersize * -0.5).

markersize = @inherit markersize — Sets the size of the marker by scaling it relative to its base size which can differ for each marker. A Real scales x and y dimensions by the same amount. A Vec or Tuple with two elements scales x and y separately. An array of either scales each marker separately. Humans perceive the area of a marker as its size which grows quadratically with markersize, so multiplying markersize by 2 results in a marker that is 4 times as large, visually.

markerspace = :pixel — Sets the space in which markersize is given. See Makie.spaces() for possible inputs

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

rotation = Billboard() — Sets the rotation of the marker. A Billboard rotation is always around the depth axis.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = @inherit markerstrokecolor — Sets the color of the outline around a marker.

strokewidth = @inherit markerstrokewidth — Sets the width of the outline around a marker.

transform_marker = false — Controls whether the model matrix (without translation) applies to the marker itself, rather than just the positions. (If this is true, scale! and rotate! will affect the marker.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

uv_offset_width = (0.0, 0.0, 0.0, 0.0)No docs available.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.scatter!Function.

scatter! is the mutating variant of plotting function scatter. Check the docstring for scatter for further information.

source


# MakieCore.surfaceFunction.
julia
surface(x, y, z)
+surface(z)

Plots a surface, where (x, y) define a grid whose heights are the entries in z. x and y may be Vectors which define a regular grid, or Matrices which define an irregular grid.

Plot type

The plot type alias for the surface function is Surface.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = nothing — Can be set to an Matrix{<: Union{Number, Colorant}} to color surface independent of the z component. If color=nothing, it defaults to color=z.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

invert_normals = false — Inverts the normals generated for the surface. This can be useful to illuminate the other side of the surface.

lowclip = automatic — The color for any value below the colorrange.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.surface!Function.

surface! is the mutating variant of plotting function surface. Check the docstring for surface for further information.

source


# MakieCore.textFunction.
julia
text(positions; text, kwargs...)
 text(x, y; text, kwargs...)
-text(x, y, z; text, kwargs...)

Plots one or multiple texts passed via the text keyword. Text uses the PointBased conversion trait.

Plot type

The plot type alias for the text function is Text.

Attributes

align = (:left, :bottom) — Sets the alignment of the string w.r.t. position. Uses :left, :center, :right, :top, :bottom, :baseline or fractions.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit textcolor — Sets the color of the text. One can set one color per glyph by passing a Vector{<:Colorant}, or one colorant for the whole text. If color is a vector of numbers, the colormap args are used to map the numbers to colors.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font = @inherit font — Sets the font. Can be a Symbol which will be looked up in the fonts dictionary or a String specifying the (partial) name of a font or the file path of a font file

fonts = @inherit fonts — Used as a dictionary to look up fonts specified by Symbol, for example :regular, :bold or :italic.

fontsize = @inherit fontsize — The fontsize in units depending on markerspace.

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

glowcolor = (:black, 0.0) — Sets the color of the glow effect around the text.

glowwidth = 0.0 — Sets the size of a glow effect around the text.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification = automatic — Sets the alignment of text w.r.t its bounding box. Can be :left, :center, :right or a fraction. Will default to the horizontal alignment in align.

lineheight = 1.0 — The lineheight multiplier.

lowclip = automatic — The color for any value below the colorrange.

markerspace = :pixel — Sets the space in which fontsize acts. See Makie.spaces() for possible inputs.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

offset = (0.0, 0.0) — The offset of the text from the given position in markerspace units.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

position = (0.0, 0.0) — Deprecated: Specifies the position of the text. Use the positional argument to text instead.

rotation = 0.0 — Rotates text around the given position

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = (:black, 0.0) — Sets the color of the outline around a marker.

strokewidth = 0 — Sets the width of the outline around a marker.

text = "" — Specifies one piece of text or a vector of texts to show, where the number has to match the number of positions given. Makie supports String which is used for all normal text and LaTeXString which layouts mathematical expressions using MathTeXEngine.jl.

transform_marker = false — Controls whether the model matrix (without translation) applies to the glyph itself, rather than just the positions. (If this is true, scale! and rotate! will affect the text glyphs.)

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

word_wrap_width = -1 — Specifies a linewidth limit for text. If a word overflows this limit, a newline is inserted before it. Negative numbers disable word wrapping.

source


# MakieCore.text!Function.

text! is the mutating variant of plotting function text. Check the docstring for text for further information.

source


# MakieCore.volumeFunction.
julia
volume(volume_data)
-volume(x, y, z, volume_data)

Plots a volume, with optional physical dimensions x, y, z. Available algorithms are:

  • :iso => IsoValue

  • :absorption => Absorption

  • :mip => MaximumIntensityProjection

  • :absorptionrgba => AbsorptionRGBA

  • :additive => AdditiveRGBA

  • :indexedabsorption => IndexedAbsorptionRGBA

Plot type

The plot type alias for the volume function is Volume.

Attributes

absorption = 1.0 — Absorption multiplier for algorithm=:absorption. This changes how much light each voxel absorbs.

algorithm = :mip — Sets the volume algorithm that is used.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

enable_depth = true — Enables depth write for Volume, so that volume correctly occludes other objects.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — Sets whether the volume data should be sampled with interpolation.

isorange = 0.05 — Sets the range of values picked up by the IsoValue algorithm.

isovalue = 0.5 — Sets the target value for the IsoValue algorithm.

lowclip = automatic — The color for any value below the colorrange.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.volume!Function.

volume! is the mutating variant of plotting function volume. Check the docstring for volume for further information.

source


# MakieCore.voxelsFunction.
julia
voxels(x, y, z, chunk::Array{<:Real, 3})
-voxels(chunk::Array{<:Real, 3})

Plots a chunk of voxels centered at 0. Optionally the placement and scaling of the chunk can be given as range-like x, y and z. (Only the extrema are considered here. Voxels are always uniformly sized.)

Internally voxels are represented as 8 bit unsigned integer, with 0x00 always being an invisible "air" voxel. Passing a chunk with matching type will directly set those values. Note that color handling is specialized for the internal representation and may behave a bit differently than usual.

Plot type

The plot type alias for the voxels function is Voxels.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = nothing — Sets colors per voxel id, skipping 0x00. This means that a voxel with id 1 will grab plot.colors[1] and so on up to id 255. This can also be set to a Matrix of colors, i.e. an image for texture mapping.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

depthsorting = false — Controls the render order of voxels. If set to false voxels close to the viewer are rendered first which should reduce overdraw and yield better performance. If set to true voxels are rendered back to front enabling correct order for transparent voxels.

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap = 0.0 — Sets the gap between adjacent voxels in units of the voxel size. This needs to be larger than 0.01 to take effect.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = false — Controls whether the texture map is sampled with interpolation (i.e. smoothly) or not (i.e. pixelated).

is_air = x->begin #= /home/runner/work/Makie.jl/Makie.jl/MakieCore/src/basic_plots.jl:555 =# isnothing(x) || (ismissing(x) || isnan(x)) end — A function that controls which values in the input data are mapped to invisible (air) voxels.

lowclip = automatic — The color for any value below the colorrange.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

uvmap = nothing — Defines a map from voxel ids (and optionally sides) to uv coordinates. These uv coordinates are then used to sample a 2D texture passed through color for texture mapping.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.voxels!Function.

voxels! is the mutating variant of plotting function voxels. Check the docstring for voxels for further information.

source


# MakieCore.wireframeFunction.
julia
wireframe(x, y, z)
+text(x, y, z; text, kwargs...)

Plots one or multiple texts passed via the text keyword. Text uses the PointBased conversion trait.

Plot type

The plot type alias for the text function is Text.

Attributes

align = (:left, :bottom) — Sets the alignment of the string w.r.t. position. Uses :left, :center, :right, :top, :bottom, :baseline or fractions.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit textcolor — Sets the color of the text. One can set one color per glyph by passing a Vector{<:Colorant}, or one colorant for the whole text. If color is a vector of numbers, the colormap args are used to map the numbers to colors.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font = @inherit font — Sets the font. Can be a Symbol which will be looked up in the fonts dictionary or a String specifying the (partial) name of a font or the file path of a font file

fonts = @inherit fonts — Used as a dictionary to look up fonts specified by Symbol, for example :regular, :bold or :italic.

fontsize = @inherit fontsize — The fontsize in units depending on markerspace.

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

glowcolor = (:black, 0.0) — Sets the color of the glow effect around the text.

glowwidth = 0.0 — Sets the size of a glow effect around the text.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification = automatic — Sets the alignment of text w.r.t its bounding box. Can be :left, :center, :right or a fraction. Will default to the horizontal alignment in align.

lineheight = 1.0 — The lineheight multiplier.

lowclip = automatic — The color for any value below the colorrange.

markerspace = :pixel — Sets the space in which fontsize acts. See Makie.spaces() for possible inputs.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

offset = (0.0, 0.0) — The offset of the text from the given position in markerspace units.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

position = (0.0, 0.0) — Deprecated: Specifies the position of the text. Use the positional argument to text instead.

rotation = 0.0 — Rotates text around the given position

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor = (:black, 0.0) — Sets the color of the outline around a marker.

strokewidth = 0 — Sets the width of the outline around a marker.

text = "" — Specifies one piece of text or a vector of texts to show, where the number has to match the number of positions given. Makie supports String which is used for all normal text and LaTeXString which layouts mathematical expressions using MathTeXEngine.jl.

transform_marker = false — Controls whether the model matrix (without translation) applies to the glyph itself, rather than just the positions. (If this is true, scale! and rotate! will affect the text glyphs.)

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

word_wrap_width = -1 — Specifies a linewidth limit for text. If a word overflows this limit, a newline is inserted before it. Negative numbers disable word wrapping.

source


# MakieCore.text!Function.

text! is the mutating variant of plotting function text. Check the docstring for text for further information.

source


# MakieCore.volumeFunction.
julia
volume(volume_data)
+volume(x, y, z, volume_data)

Plots a volume, with optional physical dimensions x, y, z. Available algorithms are:

  • :iso => IsoValue

  • :absorption => Absorption

  • :mip => MaximumIntensityProjection

  • :absorptionrgba => AbsorptionRGBA

  • :additive => AdditiveRGBA

  • :indexedabsorption => IndexedAbsorptionRGBA

Plot type

The plot type alias for the volume function is Volume.

Attributes

absorption = 1.0 — Absorption multiplier for algorithm=:absorption. This changes how much light each voxel absorbs.

algorithm = :mip — Sets the volume algorithm that is used.

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

enable_depth = true — Enables depth write for Volume, so that volume correctly occludes other objects.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = true — Sets whether the volume data should be sampled with interpolation.

isorange = 0.05 — Sets the range of values picked up by the IsoValue algorithm.

isovalue = 0.5 — Sets the target value for the IsoValue algorithm.

lowclip = automatic — The color for any value below the colorrange.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.volume!Function.

volume! is the mutating variant of plotting function volume. Check the docstring for volume for further information.

source


# MakieCore.voxelsFunction.
julia
voxels(x, y, z, chunk::Array{<:Real, 3})
+voxels(chunk::Array{<:Real, 3})

Plots a chunk of voxels centered at 0. Optionally the placement and scaling of the chunk can be given as range-like x, y and z. (Only the extrema are considered here. Voxels are always uniformly sized.)

Internally voxels are represented as 8 bit unsigned integer, with 0x00 always being an invisible "air" voxel. Passing a chunk with matching type will directly set those values. Note that color handling is specialized for the internal representation and may behave a bit differently than usual.

Plot type

The plot type alias for the voxels function is Voxels.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight = 0.0 — Sets a weight for secondary light calculation with inverted normals.

color = nothing — Sets colors per voxel id, skipping 0x00. This means that a voxel with id 1 will grab plot.colors[1] and so on up to id 255. This can also be set to a Matrix of colors, i.e. an image for texture mapping.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift = 0.0 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

depthsorting = false — Controls the render order of voxels. If set to false voxels close to the viewer are rendered first which should reduce overdraw and yield better performance. If set to true voxels are rendered back to front enabling correct order for transparent voxels.

diffuse = 1.0 — Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa = true — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap = 0.0 — Sets the gap between adjacent voxels in units of the voxel size. This needs to be larger than 0.01 to take effect.

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate = false — Controls whether the texture map is sampled with interpolation (i.e. smoothly) or not (i.e. pixelated).

is_air = x->begin #= /home/runner/work/Makie.jl/Makie.jl/MakieCore/src/basic_plots.jl:555 =# isnothing(x) || (ismissing(x) || isnan(x)) end — A function that controls which values in the input data are mapped to invisible (air) voxels.

lowclip = automatic — The color for any value below the colorrange.

material = nothing — RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading = automatic — Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess = 32.0 — Sets how sharp the reflection is.

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular = 0.2 — Sets how strongly the object reflects light in the red, green and blue channels.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

uvmap = nothing — Defines a map from voxel ids (and optionally sides) to uv coordinates. These uv coordinates are then used to sample a 2D texture passed through color for texture mapping.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.voxels!Function.

voxels! is the mutating variant of plotting function voxels. Check the docstring for voxels for further information.

source


# MakieCore.wireframeFunction.
julia
wireframe(x, y, z)
 wireframe(positions)
-wireframe(mesh)

Draws a wireframe, either interpreted as a surface or as a mesh.

Plot type

The plot type alias for the wireframe function is Wireframe.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = -1.0e-5 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.wireframe!Function.

wireframe! is the mutating variant of plotting function wireframe. Check the docstring for wireframe for further information.

source


# Makie.AndType.
julia
And(left, right[, rest...])

Creates an And struct with the left and right argument for later evaluation. If more than two arguments are given a tree of And structs is created.

See also: Or, Not, ispressed, &

source


# Makie.NotType.
julia
Not(x)

Creates a Not struct with the given argument for later evaluation.

See also: And, Or, ispressed, !

source


# Makie.OrType.
julia
Or(left, right[, rest...])

Creates an Or struct with the left and right argument for later evaluation. If more than two arguments are given a tree of Or structs is created.

See also: And, Not, ispressed, |

source


`,849),r=[t];function d(n,c,l,p,h,k){return i(),o("div",null,r)}const b=e(a,[["render",d]]);export{u as __pageData,b as default}; +wireframe(mesh)

Draws a wireframe, either interpreted as a surface or as a mesh.

Plot type

The plot type alias for the wireframe function is Wireframe.

Attributes

alpha = 1.0 — The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color = @inherit linecolor — The color of the line.

colormap = @inherit colormap :viridis — Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange = automatic — The values representing the start and end points of colormap.

colorscale = identity — The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle = [:color] — Sets which attributes to cycle when creating multiple plots.

depth_shift = -1.0e-5 — adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa = false — adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip = automatic — The color for any value above the colorrange.

inspectable = true — sets whether this plot should be seen by DataInspector.

inspector_clear = automatic — Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover = automatic — Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label = automatic — Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap = @inherit linecap — Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle = nothing — Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth = @inherit linewidth — Sets the width of the line in pixel units

lowclip = automatic — The color for any value below the colorrange.

model = automatic — Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color = :transparent — The color for NaN values.

overdraw = false — Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space = :data — sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao = false — Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation = automaticNo docs available.

transparency = false — Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible = true — Controls whether the plot will be rendered or not.

source


# MakieCore.wireframe!Function.

wireframe! is the mutating variant of plotting function wireframe. Check the docstring for wireframe for further information.

source


# Makie.AndType.
julia
And(left, right[, rest...])

Creates an And struct with the left and right argument for later evaluation. If more than two arguments are given a tree of And structs is created.

See also: Or, Not, ispressed, &

source


# Makie.NotType.
julia
Not(x)

Creates a Not struct with the given argument for later evaluation.

See also: And, Or, ispressed, !

source


# Makie.OrType.
julia
Or(left, right[, rest...])

Creates an Or struct with the left and right argument for later evaluation. If more than two arguments are given a tree of Or structs is created.

See also: And, Not, ispressed, |

source


`,849),r=[t];function d(c,n,l,p,h,k){return i(),o("div",null,r)}const b=e(a,[["render",d]]);export{u as __pageData,b as default}; diff --git a/previews/PR3974/assets/api.md.BLQKsbU4.lean.js b/previews/PR3974/assets/api.md.DQfHdBmR.lean.js similarity index 82% rename from previews/PR3974/assets/api.md.BLQKsbU4.lean.js rename to previews/PR3974/assets/api.md.DQfHdBmR.lean.js index a152c7fb3b3..dd0c28c9ce0 100644 --- a/previews/PR3974/assets/api.md.BLQKsbU4.lean.js +++ b/previews/PR3974/assets/api.md.DQfHdBmR.lean.js @@ -1 +1 @@ -import{_ as e,c as o,o as i,a6 as s}from"./chunks/framework.DT0bu0uC.js";const u=JSON.parse('{"title":"API","description":"","frontmatter":{},"headers":[],"relativePath":"api.md","filePath":"api.md","lastUpdated":null}'),a={name:"api.md"},t=s("",849),r=[t];function d(n,c,l,p,h,k){return i(),o("div",null,r)}const b=e(a,[["render",d]]);export{u as __pageData,b as default}; +import{_ as e,c as o,o as i,a6 as s}from"./chunks/framework.DT0bu0uC.js";const u=JSON.parse('{"title":"API","description":"","frontmatter":{},"headers":[],"relativePath":"api.md","filePath":"api.md","lastUpdated":null}'),a={name:"api.md"},t=s("",849),r=[t];function d(c,n,l,p,h,k){return i(),o("div",null,r)}const b=e(a,[["render",d]]);export{u as __pageData,b as default}; diff --git a/previews/PR3974/assets/app.DRcumP8Q.js b/previews/PR3974/assets/app.9ynoZHFp.js similarity index 95% rename from previews/PR3974/assets/app.DRcumP8Q.js rename to previews/PR3974/assets/app.9ynoZHFp.js index 15bfb686f96..f6ef9c27340 100644 --- a/previews/PR3974/assets/app.DRcumP8Q.js +++ b/previews/PR3974/assets/app.9ynoZHFp.js @@ -1 +1 @@ -import{U as o,a7 as p,a8 as u,a9 as l,aa as c,ab as f,ac as d,ad as m,ae as h,af as g,ag as A,d as P,u as v,y,x as w,ah as C,ai as R,aj as b,a5 as E}from"./chunks/framework.DT0bu0uC.js";import{R as S}from"./chunks/theme.CQq8el2d.js";function i(e){if(e.extends){const a=i(e.extends);return{...a,...e,async enhanceApp(t){a.enhanceApp&&await a.enhanceApp(t),e.enhanceApp&&await e.enhanceApp(t)}}}return e}const s=i(S),T=P({name:"VitePressApp",setup(){const{site:e,lang:a,dir:t}=v();return y(()=>{w(()=>{document.documentElement.lang=a.value,document.documentElement.dir=t.value})}),e.value.router.prefetchLinks&&C(),R(),b(),s.setup&&s.setup(),()=>E(s.Layout)}});async function _(){globalThis.__VITEPRESS__=!0;const e=x(),a=j();a.provide(u,e);const t=l(e.route);return a.provide(c,t),a.component("Content",f),a.component("ClientOnly",d),Object.defineProperties(a.config.globalProperties,{$frontmatter:{get(){return t.frontmatter.value}},$params:{get(){return t.page.value.params}}}),s.enhanceApp&&await s.enhanceApp({app:a,router:e,siteData:m}),{app:a,router:e,data:t}}function j(){return h(T)}function x(){let e=o,a;return g(t=>{let n=A(t),r=null;return n&&(e&&(a=n),(e||a===n)&&(n=n.replace(/\.js$/,".lean.js")),r=import(n)),o&&(e=!1),r},s.NotFound)}o&&_().then(({app:e,router:a,data:t})=>{a.go().then(()=>{p(a.route,t.site),e.mount("#app")})});export{_ as createApp}; +import{U as o,a7 as p,a8 as u,a9 as l,aa as c,ab as f,ac as d,ad as m,ae as h,af as g,ag as A,d as P,u as v,y,x as w,ah as C,ai as R,aj as b,a5 as E}from"./chunks/framework.DT0bu0uC.js";import{R as S}from"./chunks/theme.Btxu3YMJ.js";function i(e){if(e.extends){const a=i(e.extends);return{...a,...e,async enhanceApp(t){a.enhanceApp&&await a.enhanceApp(t),e.enhanceApp&&await e.enhanceApp(t)}}}return e}const s=i(S),T=P({name:"VitePressApp",setup(){const{site:e,lang:a,dir:t}=v();return y(()=>{w(()=>{document.documentElement.lang=a.value,document.documentElement.dir=t.value})}),e.value.router.prefetchLinks&&C(),R(),b(),s.setup&&s.setup(),()=>E(s.Layout)}});async function _(){globalThis.__VITEPRESS__=!0;const e=x(),a=j();a.provide(u,e);const t=l(e.route);return a.provide(c,t),a.component("Content",f),a.component("ClientOnly",d),Object.defineProperties(a.config.globalProperties,{$frontmatter:{get(){return t.frontmatter.value}},$params:{get(){return t.page.value.params}}}),s.enhanceApp&&await s.enhanceApp({app:a,router:e,siteData:m}),{app:a,router:e,data:t}}function j(){return h(T)}function x(){let e=o,a;return g(t=>{let n=A(t),r=null;return n&&(e&&(a=n),(e||a===n)&&(n=n.replace(/\.js$/,".lean.js")),r=import(n)),o&&(e=!1),r},s.NotFound)}o&&_().then(({app:e,router:a,data:t})=>{a.go().then(()=>{p(a.route,t.site),e.mount("#app")})});export{_ as createApp}; diff --git a/previews/PR3974/assets/b56037a.BxiesZ-m.png b/previews/PR3974/assets/b56037a.BxiesZ-m.png deleted file mode 100644 index d4b49ff7aad..00000000000 Binary files a/previews/PR3974/assets/b56037a.BxiesZ-m.png and /dev/null differ diff --git a/previews/PR3974/assets/b56037a.CBhiZLTw.png b/previews/PR3974/assets/b56037a.CBhiZLTw.png new file mode 100644 index 00000000000..bb18653f39f Binary files /dev/null and b/previews/PR3974/assets/b56037a.CBhiZLTw.png differ diff --git a/previews/PR3974/assets/bH5uqXGxcZ.k9gll74j.png b/previews/PR3974/assets/bH5uqXGxcZ.k9gll74j.png deleted file mode 100644 index 34479146851..00000000000 Binary files a/previews/PR3974/assets/bH5uqXGxcZ.k9gll74j.png and /dev/null differ diff --git a/previews/PR3974/assets/baeb11f.Bmz3jzMX.png b/previews/PR3974/assets/baeb11f.Bmz3jzMX.png deleted file mode 100644 index 12b0d0c17e2..00000000000 Binary files a/previews/PR3974/assets/baeb11f.Bmz3jzMX.png and /dev/null differ diff --git a/previews/PR3974/assets/baeb11f.Ddq1ve-l.png b/previews/PR3974/assets/baeb11f.Ddq1ve-l.png new file mode 100644 index 00000000000..8b53cc5bd4c Binary files /dev/null and b/previews/PR3974/assets/baeb11f.Ddq1ve-l.png differ diff --git a/previews/PR3974/assets/bbb0821.CiimcjMJ.png b/previews/PR3974/assets/bbb0821.CiimcjMJ.png deleted file mode 100644 index a1ee7e78a1a..00000000000 Binary files a/previews/PR3974/assets/bbb0821.CiimcjMJ.png and /dev/null differ diff --git a/previews/PR3974/assets/bbb0821.D-mXp7Lu.png b/previews/PR3974/assets/bbb0821.D-mXp7Lu.png new file mode 100644 index 00000000000..f6b2e622153 Binary files /dev/null and b/previews/PR3974/assets/bbb0821.D-mXp7Lu.png differ diff --git a/previews/PR3974/assets/bf26918.CFc5VoXt.png b/previews/PR3974/assets/bf26918.CFc5VoXt.png deleted file mode 100644 index 1c3de878a61..00000000000 Binary files a/previews/PR3974/assets/bf26918.CFc5VoXt.png and /dev/null differ diff --git a/previews/PR3974/assets/bf26918.Dw__ri0t.png b/previews/PR3974/assets/bf26918.Dw__ri0t.png new file mode 100644 index 00000000000..852069d1843 Binary files /dev/null and b/previews/PR3974/assets/bf26918.Dw__ri0t.png differ diff --git a/previews/PR3974/assets/c0afbad.BuaSeSpr.png b/previews/PR3974/assets/c0afbad.BuaSeSpr.png deleted file mode 100644 index 9b06f102ffe..00000000000 Binary files a/previews/PR3974/assets/c0afbad.BuaSeSpr.png and /dev/null differ diff --git a/previews/PR3974/assets/c0afbad.DoUg69w2.png b/previews/PR3974/assets/c0afbad.DoUg69w2.png new file mode 100644 index 00000000000..3e1deaee732 Binary files /dev/null and b/previews/PR3974/assets/c0afbad.DoUg69w2.png differ diff --git a/previews/PR3974/assets/c77d462.DC_gyE3A.png b/previews/PR3974/assets/c77d462.DC_gyE3A.png new file mode 100644 index 00000000000..5186e43e405 Binary files /dev/null and b/previews/PR3974/assets/c77d462.DC_gyE3A.png differ diff --git a/previews/PR3974/assets/c77d462.QYgnO4o8.png b/previews/PR3974/assets/c77d462.QYgnO4o8.png deleted file mode 100644 index f7041ecd491..00000000000 Binary files a/previews/PR3974/assets/c77d462.QYgnO4o8.png and /dev/null differ diff --git a/previews/PR3974/assets/changelog.md.CEBEn9yV.js b/previews/PR3974/assets/changelog.md.CEBEn9yV.js deleted file mode 100644 index 370b242179c..00000000000 --- a/previews/PR3974/assets/changelog.md.CEBEn9yV.js +++ /dev/null @@ -1 +0,0 @@ -import{_ as e,c as r,o as a,a6 as t}from"./chunks/framework.DT0bu0uC.js";const u=JSON.parse('{"title":"Changelog","description":"","frontmatter":{},"headers":[],"relativePath":"changelog.md","filePath":"changelog.md","lastUpdated":null}'),i={name:"changelog.md"},l=t('

Changelog

Unreleased

0.21.3 - 2024-06-17 {#0.21.3-2024-06-17}

0.21.2 - 2024-05-22 {#0.21.2-2024-05-22}

0.21.1 - 2024-05-21 {#0.21.1-2024-05-21}

0.21.0 - 2024-05-08 {#0.21.0-2024-05-08}

0.20.10 2024-05-07 {#0.20.10-2024-05-07}

0.20.9 - 2024-03-29 {#0.20.9-2024-03-29}

0.20.8 - 2024-02-22 {#0.20.8-2024-02-22}

0.20.7 - 2024-02-04 {#0.20.7-2024-02-04}

0.20.6 - 2024-02-02 {#0.20.6-2024-02-02}

0.20.5 - 2024-01-25 {#0.20.5-2024-01-25}

0.20.4 - 2024-01-04 {#0.20.4-2024-01-04}

0.20.3 - 2023-12-21 {#0.20.3-2023-12-21}

0.20.2 - 2023-12-01 {#0.20.2-2023-12-01}

0.20.1 - 2023-11-23 {#0.20.1-2023-11-23}

0.20.0 - 2023-11-21 {#0.20.0-2023-11-21}

0.19.12 - 2023-10-31 {#0.19.12-2023-10-31}

0.19.11 - 2023-10-05 {#0.19.11-2023-10-05}

0.19.10 - 2023-09-21 {#0.19.10-2023-09-21}

0.19.9 - 2023-09-11 {#0.19.9-2023-09-11}

0.19.8 - 2023-08-15 {#0.19.8-2023-08-15}

0.19.7 - 2023-07-22 {#0.19.7-2023-07-22}

0.19.6 - 2023-06-09 {#0.19.6-2023-06-09}

0.19.5 - 2023-05-12 {#0.19.5-2023-05-12}

0.19.4 - 2023-03-31 {#0.19.4-2023-03-31}

0.19.3 - 2023-03-21 {#0.19.3-2023-03-21}

0.19.1 - 2023-01-01 {#0.19.1-2023-01-01}

0.19.0 - 2022-12-03 {#0.19.0-2022-12-03}

0.18.4 - 2022-12-02 {#0.18.4-2022-12-02}

0.18.3 - 2022-11-17 {#0.18.3-2022-11-17}

0.18.2 - 2022-11-03 {#0.18.2-2022-11-03}

0.18.1 - 2022-10-24 {#0.18.1-2022-10-24}

0.18.0 - 2022-10-12 {#0.18.0-2022-10-12}

0.17.13 - 2022-08-04 {#0.17.13-2022-08-04}

0.17.12 - 2022-07-22 {#0.17.12-2022-07-22}

0.17.11 - 2022-07-21 {#0.17.11-2022-07-21}

role as datalimits in violin #2137.

0.17.10 - 2022-07-13 {#0.17.10-2022-07-13}

0.17.9 - 2022-07-12 {#0.17.9-2022-07-12}

0.17.7 - 2022-06-19 {#0.17.7-2022-06-19}

0.17.6 - 2022-06-17 {#0.17.6-2022-06-17}

0.17.5 - 2022-06-10 {#0.17.5-2022-06-10}

0.17.4 - 2022-06-09 {#0.17.4-2022-06-09}

0.17.3 - 2022-05-20 {#0.17.3-2022-05-20}

0.17.2 - 2022-05-16 {#0.17.2-2022-05-16}

0.17.1 - 2022-05-13 {#0.17.1-2022-05-13}

0.17.0 - 2022-05-05 {#0.17.0-2022-05-05}

0.16.4 - 2022-02-16 {#0.16.4-2022-02-16}

0.16.0 - 2022-01-07 {#0.16.0-2022-01-07}

All other changes are collected in this PR and in the release notes.

0.15.3 - 2021-10-16 {#0.15.3-2021-10-16}

0.15.2 - 2021-08-26 {#0.15.2-2021-08-26}

0.15.1 - 2021-08-21 {#0.15.1-2021-08-21}

0.15.0 - 2021-07-15 {#0.15.0-2021-07-15}

',107),o=[l];function n(c,h,p,s,d,g){return a(),r("div",null,o)}const b=e(i,[["render",n]]);export{u as __pageData,b as default}; diff --git a/previews/PR3974/assets/changelog.md.yNuwCa3L.js b/previews/PR3974/assets/changelog.md.yNuwCa3L.js new file mode 100644 index 00000000000..4a1dc19ce7a --- /dev/null +++ b/previews/PR3974/assets/changelog.md.yNuwCa3L.js @@ -0,0 +1 @@ +import{_ as e,c as r,o as a,a6 as t}from"./chunks/framework.DT0bu0uC.js";const u=JSON.parse('{"title":"Changelog","description":"","frontmatter":{},"headers":[],"relativePath":"changelog.md","filePath":"changelog.md","lastUpdated":null}'),i={name:"changelog.md"},l=t('

Changelog

Unreleased

0.21.3 - 2024-06-17 {#0.21.3-2024-06-17}

0.21.2 - 2024-05-22 {#0.21.2-2024-05-22}

0.21.1 - 2024-05-21 {#0.21.1-2024-05-21}

0.21.0 - 2024-05-08 {#0.21.0-2024-05-08}

0.20.10 2024-05-07 {#0.20.10-2024-05-07}

0.20.9 - 2024-03-29 {#0.20.9-2024-03-29}

0.20.8 - 2024-02-22 {#0.20.8-2024-02-22}

0.20.7 - 2024-02-04 {#0.20.7-2024-02-04}

0.20.6 - 2024-02-02 {#0.20.6-2024-02-02}

0.20.5 - 2024-01-25 {#0.20.5-2024-01-25}

0.20.4 - 2024-01-04 {#0.20.4-2024-01-04}

0.20.3 - 2023-12-21 {#0.20.3-2023-12-21}

0.20.2 - 2023-12-01 {#0.20.2-2023-12-01}

0.20.1 - 2023-11-23 {#0.20.1-2023-11-23}

0.20.0 - 2023-11-21 {#0.20.0-2023-11-21}

0.19.12 - 2023-10-31 {#0.19.12-2023-10-31}

0.19.11 - 2023-10-05 {#0.19.11-2023-10-05}

0.19.10 - 2023-09-21 {#0.19.10-2023-09-21}

0.19.9 - 2023-09-11 {#0.19.9-2023-09-11}

0.19.8 - 2023-08-15 {#0.19.8-2023-08-15}

0.19.7 - 2023-07-22 {#0.19.7-2023-07-22}

0.19.6 - 2023-06-09 {#0.19.6-2023-06-09}

0.19.5 - 2023-05-12 {#0.19.5-2023-05-12}

0.19.4 - 2023-03-31 {#0.19.4-2023-03-31}

0.19.3 - 2023-03-21 {#0.19.3-2023-03-21}

0.19.1 - 2023-01-01 {#0.19.1-2023-01-01}

0.19.0 - 2022-12-03 {#0.19.0-2022-12-03}

0.18.4 - 2022-12-02 {#0.18.4-2022-12-02}

0.18.3 - 2022-11-17 {#0.18.3-2022-11-17}

0.18.2 - 2022-11-03 {#0.18.2-2022-11-03}

0.18.1 - 2022-10-24 {#0.18.1-2022-10-24}

0.18.0 - 2022-10-12 {#0.18.0-2022-10-12}

0.17.13 - 2022-08-04 {#0.17.13-2022-08-04}

0.17.12 - 2022-07-22 {#0.17.12-2022-07-22}

0.17.11 - 2022-07-21 {#0.17.11-2022-07-21}

role as datalimits in violin #2137.

0.17.10 - 2022-07-13 {#0.17.10-2022-07-13}

0.17.9 - 2022-07-12 {#0.17.9-2022-07-12}

0.17.7 - 2022-06-19 {#0.17.7-2022-06-19}

0.17.6 - 2022-06-17 {#0.17.6-2022-06-17}

0.17.5 - 2022-06-10 {#0.17.5-2022-06-10}

0.17.4 - 2022-06-09 {#0.17.4-2022-06-09}

0.17.3 - 2022-05-20 {#0.17.3-2022-05-20}

0.17.2 - 2022-05-16 {#0.17.2-2022-05-16}

0.17.1 - 2022-05-13 {#0.17.1-2022-05-13}

0.17.0 - 2022-05-05 {#0.17.0-2022-05-05}

0.16.4 - 2022-02-16 {#0.16.4-2022-02-16}

0.16.0 - 2022-01-07 {#0.16.0-2022-01-07}

All other changes are collected in this PR and in the release notes.

0.15.3 - 2021-10-16 {#0.15.3-2021-10-16}

0.15.2 - 2021-08-26 {#0.15.2-2021-08-26}

0.15.1 - 2021-08-21 {#0.15.1-2021-08-21}

0.15.0 - 2021-07-15 {#0.15.0-2021-07-15}

',108),o=[l];function n(c,h,p,s,d,g){return a(),r("div",null,o)}const b=e(i,[["render",n]]);export{u as __pageData,b as default}; diff --git a/previews/PR3974/assets/changelog.md.CEBEn9yV.lean.js b/previews/PR3974/assets/changelog.md.yNuwCa3L.lean.js similarity index 83% rename from previews/PR3974/assets/changelog.md.CEBEn9yV.lean.js rename to previews/PR3974/assets/changelog.md.yNuwCa3L.lean.js index e19845de2cc..96406795b55 100644 --- a/previews/PR3974/assets/changelog.md.CEBEn9yV.lean.js +++ b/previews/PR3974/assets/changelog.md.yNuwCa3L.lean.js @@ -1 +1 @@ -import{_ as e,c as r,o as a,a6 as t}from"./chunks/framework.DT0bu0uC.js";const u=JSON.parse('{"title":"Changelog","description":"","frontmatter":{},"headers":[],"relativePath":"changelog.md","filePath":"changelog.md","lastUpdated":null}'),i={name:"changelog.md"},l=t("",107),o=[l];function n(c,h,p,s,d,g){return a(),r("div",null,o)}const b=e(i,[["render",n]]);export{u as __pageData,b as default}; +import{_ as e,c as r,o as a,a6 as t}from"./chunks/framework.DT0bu0uC.js";const u=JSON.parse('{"title":"Changelog","description":"","frontmatter":{},"headers":[],"relativePath":"changelog.md","filePath":"changelog.md","lastUpdated":null}'),i={name:"changelog.md"},l=t("",108),o=[l];function n(c,h,p,s,d,g){return a(),r("div",null,o)}const b=e(i,[["render",n]]);export{u as __pageData,b as default}; diff --git a/previews/PR3974/assets/chunks/@localSearchIndexroot.CMSUXAzX.js b/previews/PR3974/assets/chunks/@localSearchIndexroot.CMSUXAzX.js new file mode 100644 index 00000000000..736d3d7d9ca --- /dev/null +++ b/previews/PR3974/assets/chunks/@localSearchIndexroot.CMSUXAzX.js @@ -0,0 +1 @@ +const e='{"documentCount":2663,"nextId":2663,"documentIds":{"0":"/previews/PR3974/api#api","1":"/previews/PR3974/ecosystem#ecosystem","2":"/previews/PR3974/ecosystem#algebraofgraphics-jl","3":"/previews/PR3974/ecosystem#Beautiful-Makie","4":"/previews/PR3974/ecosystem#graphmakie-jl","5":"/previews/PR3974/ecosystem#geomakie-jl","6":"/previews/PR3974/changelog#changelog","7":"/previews/PR3974/explanations/animation#animations","8":"/previews/PR3974/explanations/animation#A-simple-example","9":"/previews/PR3974/explanations/animation#File-formats","10":"/previews/PR3974/explanations/animation#Animations-using-Observables","11":"/previews/PR3974/explanations/animation#Appending-data-with-Observables","12":"/previews/PR3974/explanations/animation#Animating-a-plot-"live"","13":"/previews/PR3974/explanations/backends/backends#What-is-a-backend","14":"/previews/PR3974/explanations/backends/backends#Activating-Backends","15":"/previews/PR3974/explanations/backends/cairomakie#cairomakie","16":"/previews/PR3974/explanations/backends/cairomakie#Activation-and-screen-config","17":"/previews/PR3974/explanations/backends/cairomakie#Inline-Plot-Type","18":"/previews/PR3974/explanations/backends/cairomakie#z-order","19":"/previews/PR3974/explanations/backends/cairomakie#Selective-Rasterization","20":"/previews/PR3974/explanations/backends/cairomakie#PDF-version","21":"/previews/PR3974/explanations/backends/glmakie#glmakie","22":"/previews/PR3974/explanations/backends/glmakie#Activation-and-screen-config","23":"/previews/PR3974/explanations/backends/glmakie#Window-Scaling","24":"/previews/PR3974/explanations/backends/glmakie#Resolution-Scaling","25":"/previews/PR3974/explanations/backends/glmakie#Multiple-Windows","26":"/previews/PR3974/explanations/backends/glmakie#Forcing-Dedicated-GPU-Use-In-Linux","27":"/previews/PR3974/explanations/backends/glmakie#Troubleshooting-OpenGL","28":"/previews/PR3974/explanations/backends/glmakie#WSL-setup-or-X-forwarding","29":"/previews/PR3974/explanations/backends/glmakie#GLMakie-does-not-show-Figure-or-crashes-on-full-screen-mode-on-macOS","30":"/previews/PR3974/explanations/backends/rprmakie#rprmakie","31":"/previews/PR3974/explanations/backends/rprmakie#Activation-and-screen-config","32":"/previews/PR3974/explanations/backends/rprmakie#MaterialX-and-predefined-materials-(materials.jl)","33":"/previews/PR3974/explanations/backends/rprmakie#Advanced-custom-material-(earth_topography.jl)","34":"/previews/PR3974/explanations/backends/rprmakie#RPRMakie-interop-(opengl_interop.jl)","35":"/previews/PR3974/explanations/backends/rprmakie#Animations-(lego.jl)","36":"/previews/PR3974/explanations/backends/rprmakie#Earth-example","37":"/previews/PR3974/explanations/blocks#blocks","38":"/previews/PR3974/explanations/blocks#Adding-to-a-Figure","39":"/previews/PR3974/explanations/blocks#Specifying-a-boundingbox-directly","40":"/previews/PR3974/explanations/blocks#Deleting-blocks","41":"/previews/PR3974/explanations/backends/wglmakie#wglmakie","42":"/previews/PR3974/explanations/backends/wglmakie#Missing-Backend-Features","43":"/previews/PR3974/explanations/backends/wglmakie#Browser-Support","44":"/previews/PR3974/explanations/backends/wglmakie#ijulia","45":"/previews/PR3974/explanations/backends/wglmakie#JupyterHub-/-Jupyterlab-/-Binder","46":"/previews/PR3974/explanations/backends/wglmakie#pluto","47":"/previews/PR3974/explanations/backends/wglmakie#juliahub","48":"/previews/PR3974/explanations/backends/wglmakie#Browser-Support-2","49":"/previews/PR3974/explanations/backends/wglmakie#Activation-and-screen-config","50":"/previews/PR3974/explanations/backends/wglmakie#output","51":"/previews/PR3974/explanations/backends/wglmakie#page","52":"/previews/PR3974/explanations/backends/wglmakie#Record-a-statemap","53":"/previews/PR3974/explanations/backends/wglmakie#Execute-Javascript-directly","54":"/previews/PR3974/explanations/backends/wglmakie#Offline-Tooltip","55":"/previews/PR3974/explanations/backends/wglmakie#pluto-ijulia","56":"/previews/PR3974/explanations/backends/wglmakie#styling","57":"/previews/PR3974/explanations/backends/wglmakie#export","58":"/previews/PR3974/explanations/cameras#cameras","59":"/previews/PR3974/explanations/cameras#Pixel-Camera","60":"/previews/PR3974/explanations/cameras#Relative-Camera","61":"/previews/PR3974/explanations/cameras#2D-Camera","62":"/previews/PR3974/explanations/cameras#3D-Camera","63":"/previews/PR3974/explanations/cameras#Example-Visualizing-the-cameras-view-box","64":"/previews/PR3974/explanations/cameras#General-Remarks","65":"/previews/PR3974/explanations/conversion_pipeline#Conversions-and-spaces","66":"/previews/PR3974/explanations/conversion_pipeline#Conversion-Pipeline","67":"/previews/PR3974/explanations/conversion_pipeline#Argument-Conversions","68":"/previews/PR3974/explanations/conversion_pipeline#Transformation-Objects","69":"/previews/PR3974/explanations/conversion_pipeline#float32convert","70":"/previews/PR3974/explanations/conversion_pipeline#camera","71":"/previews/PR3974/explanations/conversion_pipeline#Coordinate-spaces","72":"/previews/PR3974/explanations/dim-converts#Dimension-conversions","73":"/previews/PR3974/explanations/dim-converts#examples","74":"/previews/PR3974/explanations/dim-converts#limitations","75":"/previews/PR3974/explanations/dim-converts#Current-conversions-in-Makie","76":"/previews/PR3974/explanations/dim-converts#Developer-docs","77":"/previews/PR3974/explanations/events#events","78":"/previews/PR3974/explanations/events#Observables-with-priority","79":"/previews/PR3974/explanations/events#The-Events-struct","80":"/previews/PR3974/explanations/events#Mouse-Interaction","81":"/previews/PR3974/explanations/events#Keyboard-Interaction","82":"/previews/PR3974/explanations/events#Point-Picking","83":"/previews/PR3974/explanations/events#The-ispressed-function","84":"/previews/PR3974/explanations/events#Interactive-Widgets","85":"/previews/PR3974/explanations/events#Recording-Animations-with-Interactions","86":"/previews/PR3974/explanations/faq#Frequently-Asked-Questions","87":"/previews/PR3974/explanations/faq#Installation-Issues","88":"/previews/PR3974/explanations/faq#No-Scene-displayed-or-GLMakie-fails-to-build","89":"/previews/PR3974/explanations/faq#Plotting-issues","90":"/previews/PR3974/explanations/faq#Dimensions-too-large","91":"/previews/PR3974/explanations/faq#2d-plots-(heatmaps,-images,-etc.)","92":"/previews/PR3974/explanations/faq#3d-plots-(volumes)","93":"/previews/PR3974/explanations/faq#General-issues","94":"/previews/PR3974/explanations/faq#My-font-doesn\'t-work!","95":"/previews/PR3974/explanations/faq#Layout-Issues","96":"/previews/PR3974/explanations/faq#Elements-are-squashed-into-the-lower-left-corner","97":"/previews/PR3974/explanations/faq#Columns-or-rows-are-shrunk-to-the-size-of-Text-or-another-element","98":"/previews/PR3974/explanations/faq#The-Figure-content-does-not-fit-the-Figure","99":"/previews/PR3974/explanations/figure#figures","100":"/previews/PR3974/explanations/figure#Creating-a-Figure","101":"/previews/PR3974/explanations/figure#Placing-Blocks-into-a-Figure","102":"/previews/PR3974/explanations/figure#GridPositions-and-GridSubpositions","103":"/previews/PR3974/explanations/figure#Figure-padding","104":"/previews/PR3974/explanations/figure#Retrieving-Objects-From-A-Figure","105":"/previews/PR3974/explanations/figure#Figure-size-and-units","106":"/previews/PR3974/explanations/figure#Defaults-of-px_per_unit-and-pt_per_unit","107":"/previews/PR3974/explanations/figure#Matching-figure-and-font-sizes-to-documents","108":"/previews/PR3974/explanations/fonts#fonts","109":"/previews/PR3974/explanations/fonts#string","110":"/previews/PR3974/explanations/fonts#symbol","111":"/previews/PR3974/explanations/fonts#Emoji-and-color-fonts","112":"/previews/PR3974/explanations/headless#headless","113":"/previews/PR3974/explanations/headless#Using-CairoMakie","114":"/previews/PR3974/explanations/headless#Using-GLMakie","115":"/previews/PR3974/explanations/headless#GLMakie-with-X11-forwarding","116":"/previews/PR3974/explanations/headless#GLMakie-with-VirtualGL","117":"/previews/PR3974/explanations/headless#GLMakie-in-CI","118":"/previews/PR3974/explanations/headless#Using-WGLMakie","119":"/previews/PR3974/explanations/inspector#Inspecting-data","120":"/previews/PR3974/explanations/inspector#Custom-text","121":"/previews/PR3974/explanations/inspector#Extending-DataInspector","122":"/previews/PR3974/explanations/inspector#Per-plot-show_data","123":"/previews/PR3974/explanations/latex#latex","124":"/previews/PR3974/explanations/latex#Using-L-strings","125":"/previews/PR3974/explanations/latex#Uniformizing-the-fonts","126":"/previews/PR3974/explanations/layouting#gridlayouts","127":"/previews/PR3974/explanations/layouting#Suggested-bounding-box","128":"/previews/PR3974/explanations/layouting#Computed-bounding-box","129":"/previews/PR3974/explanations/layouting#Auto-determined-width-and-height","130":"/previews/PR3974/explanations/layouting#Computed-width-and-height","131":"/previews/PR3974/explanations/layouting#protrusions","132":"/previews/PR3974/explanations/layouting#Size-attributes","133":"/previews/PR3974/explanations/layouting#Alignment-attributes","134":"/previews/PR3974/explanations/observables#observables","135":"/previews/PR3974/explanations/observables#The-Observable-structure","136":"/previews/PR3974/explanations/observables#Triggering-A-Change","137":"/previews/PR3974/explanations/observables#Chaining-Observables-With-lift","138":"/previews/PR3974/explanations/observables#Shorthand-Macro-For-lift","139":"/previews/PR3974/explanations/observables#Problems-With-Synchronous-Updates","140":"/previews/PR3974/explanations/plot_method_signatures#Plot-methods","141":"/previews/PR3974/explanations/plot_method_signatures#non-mutating","142":"/previews/PR3974/explanations/plot_method_signatures#Special-Keyword-Arguments","143":"/previews/PR3974/explanations/plot_method_signatures#mutating","144":"/previews/PR3974/explanations/plot_method_signatures#gridpositions","145":"/previews/PR3974/explanations/plot_method_signatures#With-Non-Mutating-Plotting-Functions","146":"/previews/PR3974/explanations/plot_method_signatures#With-Mutating-Plotting-Functions","147":"/previews/PR3974/explanations/recipes#recipes","148":"/previews/PR3974/explanations/recipes#Type-recipes","149":"/previews/PR3974/explanations/recipes#Multiple-Argument-Conversion-with-convert_arguments","150":"/previews/PR3974/explanations/recipes#Single-Argument-Conversion-with-convert_single_argument","151":"/previews/PR3974/explanations/recipes#Full-recipes-with-the-@recipe-macro","152":"/previews/PR3974/explanations/recipes#Example:-Stock-Chart","153":"/previews/PR3974/explanations/recipes#Makie-Package-Extension","154":"/previews/PR3974/explanations/scenes#scenes","155":"/previews/PR3974/explanations/scenes#What-is-a-Scene?","156":"/previews/PR3974/explanations/scenes#subscenes","157":"/previews/PR3974/explanations/scenes#Scene-Attributes","158":"/previews/PR3974/explanations/scenes#Modifying-A-Scene","159":"/previews/PR3974/explanations/scenes#Updating-the-Scene","160":"/previews/PR3974/explanations/scenes#events","161":"/previews/PR3974/explanations/specapi#specapi","162":"/previews/PR3974/explanations/specapi#What-is-the-SpecApi?","163":"/previews/PR3974/explanations/specapi#Building-layouts-for-specs","164":"/previews/PR3974/explanations/specapi#Advanced-spec-layouting","165":"/previews/PR3974/explanations/specapi#Using-specs-in-convert_arguments","166":"/previews/PR3974/explanations/specapi#convert_arguments-for-GridLayoutSpec","167":"/previews/PR3974/explanations/specapi#convert_arguments-for-PlotSpecs","168":"/previews/PR3974/explanations/specapi#Interactive-example","169":"/previews/PR3974/explanations/theming/predefined_themes#Predefined-themes","170":"/previews/PR3974/explanations/theming/predefined_themes#Default-theme","171":"/previews/PR3974/explanations/theming/predefined_themes#theme-ggplot2","172":"/previews/PR3974/explanations/theming/predefined_themes#theme-minimal","173":"/previews/PR3974/explanations/theming/predefined_themes#theme-black","174":"/previews/PR3974/explanations/theming/predefined_themes#theme-light","175":"/previews/PR3974/explanations/theming/predefined_themes#theme-dark","176":"/previews/PR3974/explanations/theming/predefined_themes#theme-latexfonts","177":"/previews/PR3974/explanations/theming/themes#themes","178":"/previews/PR3974/explanations/theming/themes#set-theme","179":"/previews/PR3974/explanations/theming/themes#merge","180":"/previews/PR3974/explanations/theming/themes#update-theme","181":"/previews/PR3974/explanations/theming/themes#with-theme","182":"/previews/PR3974/explanations/theming/themes#Theming-plot-objects","183":"/previews/PR3974/explanations/theming/themes#Theming-block-objects","184":"/previews/PR3974/explanations/theming/themes#cycles","185":"/previews/PR3974/explanations/theming/themes#Covarying-cycles","186":"/previews/PR3974/explanations/theming/themes#Manual-cycling-using-Cycled","187":"/previews/PR3974/explanations/theming/themes#palettes","188":"/previews/PR3974/explanations/theming/themes#Special-attributes","189":"/previews/PR3974/explanations/transparency#transparency","190":"/previews/PR3974/explanations/transparency#Problems-with-transparency","191":"/previews/PR3974/explanations/transparency#Order-independent-transparency","192":"/previews/PR3974/how-to/draw-boxes-around-subfigures#How-to-draw-boxes-around-subfigures","193":"/previews/PR3974/how-to/save-figure-with-transparency#How-to-save-a-figure-with-transparency","194":"/previews/PR3974/how-to/save-figure-with-transparency#Using-CairoMakie","195":"/previews/PR3974/how-to/save-figure-with-transparency#Using-GLMakie","196":"/previews/PR3974/#Welcome-to-Makie!","197":"/previews/PR3974/#installation","198":"/previews/PR3974/#First-Steps","199":"/previews/PR3974/#Citing-Makie","200":"/previews/PR3974/#Getting-Help","201":"/previews/PR3974/reference/blocks/axis#axis","202":"/previews/PR3974/reference/blocks/axis#Creating-an-Axis","203":"/previews/PR3974/reference/blocks/axis#Plotting-into-an-Axis","204":"/previews/PR3974/reference/blocks/axis#Deleting-plots","205":"/previews/PR3974/reference/blocks/axis#Hiding-Axis-spines-and-decorations","206":"/previews/PR3974/reference/blocks/axis#Linking-axes","207":"/previews/PR3974/reference/blocks/axis#Aligning-neighboring-axis-labels","208":"/previews/PR3974/reference/blocks/axis#Creating-a-twin-axis","209":"/previews/PR3974/reference/blocks/axis#Axis-interaction","210":"/previews/PR3974/reference/blocks/axis#Scroll-zoom","211":"/previews/PR3974/reference/blocks/axis#Drag-pan","212":"/previews/PR3974/reference/blocks/axis#Limit-reset","213":"/previews/PR3974/reference/blocks/axis#Rectangle-selection-zoom","214":"/previews/PR3974/reference/blocks/axis#Custom-interactions","215":"/previews/PR3974/reference/blocks/axis#Registering-and-deregistering-interactions","216":"/previews/PR3974/reference/blocks/axis#Activating-and-deactivating-interactions","217":"/previews/PR3974/reference/blocks/axis#Function-interaction","218":"/previews/PR3974/reference/blocks/axis#Custom-object-interaction","219":"/previews/PR3974/reference/blocks/axis#Setup-and-cleanup","220":"/previews/PR3974/reference/blocks/axis#attributes","221":"/previews/PR3974/reference/blocks/axis#alignmode","222":"/previews/PR3974/reference/blocks/axis#aspect","223":"/previews/PR3974/reference/blocks/axis#autolimitaspect","224":"/previews/PR3974/reference/blocks/axis#backgroundcolor","225":"/previews/PR3974/reference/blocks/axis#bottomspinecolor","226":"/previews/PR3974/reference/blocks/axis#bottomspinevisible","227":"/previews/PR3974/reference/blocks/axis#dim1-conversion","228":"/previews/PR3974/reference/blocks/axis#dim2-conversion","229":"/previews/PR3974/reference/blocks/axis#flip-ylabel","230":"/previews/PR3974/reference/blocks/axis#halign","231":"/previews/PR3974/reference/blocks/axis#height","232":"/previews/PR3974/reference/blocks/axis#leftspinecolor","233":"/previews/PR3974/reference/blocks/axis#leftspinevisible","234":"/previews/PR3974/reference/blocks/axis#limits","235":"/previews/PR3974/reference/blocks/axis#panbutton","236":"/previews/PR3974/reference/blocks/axis#rightspinecolor","237":"/previews/PR3974/reference/blocks/axis#rightspinevisible","238":"/previews/PR3974/reference/blocks/axis#spinewidth","239":"/previews/PR3974/reference/blocks/axis#subtitle","240":"/previews/PR3974/reference/blocks/axis#subtitlecolor","241":"/previews/PR3974/reference/blocks/axis#subtitlefont","242":"/previews/PR3974/reference/blocks/axis#subtitlegap","243":"/previews/PR3974/reference/blocks/axis#subtitlelineheight","244":"/previews/PR3974/reference/blocks/axis#subtitlesize","245":"/previews/PR3974/reference/blocks/axis#subtitlevisible","246":"/previews/PR3974/reference/blocks/axis#tellheight","247":"/previews/PR3974/reference/blocks/axis#tellwidth","248":"/previews/PR3974/reference/blocks/axis#title","249":"/previews/PR3974/reference/blocks/axis#titlealign","250":"/previews/PR3974/reference/blocks/axis#titlecolor","251":"/previews/PR3974/reference/blocks/axis#titlefont","252":"/previews/PR3974/reference/blocks/axis#titlegap","253":"/previews/PR3974/reference/blocks/axis#titlelineheight","254":"/previews/PR3974/reference/blocks/axis#titlesize","255":"/previews/PR3974/reference/blocks/axis#titlevisible","256":"/previews/PR3974/reference/blocks/axis#topspinecolor","257":"/previews/PR3974/reference/blocks/axis#topspinevisible","258":"/previews/PR3974/reference/blocks/axis#valign","259":"/previews/PR3974/reference/blocks/axis#width","260":"/previews/PR3974/reference/blocks/axis#xautolimitmargin","261":"/previews/PR3974/reference/blocks/axis#xaxisposition","262":"/previews/PR3974/reference/blocks/axis#xgridcolor","263":"/previews/PR3974/reference/blocks/axis#xgridstyle","264":"/previews/PR3974/reference/blocks/axis#xgridvisible","265":"/previews/PR3974/reference/blocks/axis#xgridwidth","266":"/previews/PR3974/reference/blocks/axis#xlabel","267":"/previews/PR3974/reference/blocks/axis#xlabelcolor","268":"/previews/PR3974/reference/blocks/axis#xlabelfont","269":"/previews/PR3974/reference/blocks/axis#xlabelpadding","270":"/previews/PR3974/reference/blocks/axis#xlabelrotation","271":"/previews/PR3974/reference/blocks/axis#xlabelsize","272":"/previews/PR3974/reference/blocks/axis#xlabelvisible","273":"/previews/PR3974/reference/blocks/axis#xminorgridcolor","274":"/previews/PR3974/reference/blocks/axis#xminorgridstyle","275":"/previews/PR3974/reference/blocks/axis#xminorgridvisible","276":"/previews/PR3974/reference/blocks/axis#xminorgridwidth","277":"/previews/PR3974/reference/blocks/axis#xminortickalign","278":"/previews/PR3974/reference/blocks/axis#xminortickcolor","279":"/previews/PR3974/reference/blocks/axis#xminorticks","280":"/previews/PR3974/reference/blocks/axis#xminorticksize","281":"/previews/PR3974/reference/blocks/axis#xminorticksvisible","282":"/previews/PR3974/reference/blocks/axis#xminortickwidth","283":"/previews/PR3974/reference/blocks/axis#xpankey","284":"/previews/PR3974/reference/blocks/axis#xpanlock","285":"/previews/PR3974/reference/blocks/axis#xrectzoom","286":"/previews/PR3974/reference/blocks/axis#xreversed","287":"/previews/PR3974/reference/blocks/axis#xscale","288":"/previews/PR3974/reference/blocks/axis#xtickalign","289":"/previews/PR3974/reference/blocks/axis#xtickcolor","290":"/previews/PR3974/reference/blocks/axis#xtickformat","291":"/previews/PR3974/reference/blocks/axis#xticklabelalign","292":"/previews/PR3974/reference/blocks/axis#xticklabelcolor","293":"/previews/PR3974/reference/blocks/axis#xticklabelfont","294":"/previews/PR3974/reference/blocks/axis#xticklabelpad","295":"/previews/PR3974/reference/blocks/axis#xticklabelrotation","296":"/previews/PR3974/reference/blocks/axis#xticklabelsize","297":"/previews/PR3974/reference/blocks/axis#xticklabelspace","298":"/previews/PR3974/reference/blocks/axis#xticklabelsvisible","299":"/previews/PR3974/reference/blocks/axis#xticks","300":"/previews/PR3974/reference/blocks/axis#xticksize","301":"/previews/PR3974/reference/blocks/axis#xticksmirrored","302":"/previews/PR3974/reference/blocks/axis#xticksvisible","303":"/previews/PR3974/reference/blocks/axis#xtickwidth","304":"/previews/PR3974/reference/blocks/axis#xtrimspine","305":"/previews/PR3974/reference/blocks/axis#xzoomkey","306":"/previews/PR3974/reference/blocks/axis#xzoomlock","307":"/previews/PR3974/reference/blocks/axis#yautolimitmargin","308":"/previews/PR3974/reference/blocks/axis#yaxisposition","309":"/previews/PR3974/reference/blocks/axis#ygridcolor","310":"/previews/PR3974/reference/blocks/axis#ygridstyle","311":"/previews/PR3974/reference/blocks/axis#ygridvisible","312":"/previews/PR3974/reference/blocks/axis#ygridwidth","313":"/previews/PR3974/reference/blocks/axis#ylabel","314":"/previews/PR3974/reference/blocks/axis#ylabelcolor","315":"/previews/PR3974/reference/blocks/axis#ylabelfont","316":"/previews/PR3974/reference/blocks/axis#ylabelpadding","317":"/previews/PR3974/reference/blocks/axis#ylabelrotation","318":"/previews/PR3974/reference/blocks/axis#ylabelsize","319":"/previews/PR3974/reference/blocks/axis#ylabelvisible","320":"/previews/PR3974/reference/blocks/axis#yminorgridcolor","321":"/previews/PR3974/reference/blocks/axis#yminorgridstyle","322":"/previews/PR3974/reference/blocks/axis#yminorgridvisible","323":"/previews/PR3974/reference/blocks/axis#yminorgridwidth","324":"/previews/PR3974/reference/blocks/axis#yminortickalign","325":"/previews/PR3974/reference/blocks/axis#yminortickcolor","326":"/previews/PR3974/reference/blocks/axis#yminorticks","327":"/previews/PR3974/reference/blocks/axis#yminorticksize","328":"/previews/PR3974/reference/blocks/axis#yminorticksvisible","329":"/previews/PR3974/reference/blocks/axis#yminortickwidth","330":"/previews/PR3974/reference/blocks/axis#ypankey","331":"/previews/PR3974/reference/blocks/axis#ypanlock","332":"/previews/PR3974/reference/blocks/axis#yrectzoom","333":"/previews/PR3974/reference/blocks/axis#yreversed","334":"/previews/PR3974/reference/blocks/axis#yscale","335":"/previews/PR3974/reference/blocks/axis#ytickalign","336":"/previews/PR3974/reference/blocks/axis#ytickcolor","337":"/previews/PR3974/reference/blocks/axis#ytickformat","338":"/previews/PR3974/reference/blocks/axis#yticklabelalign","339":"/previews/PR3974/reference/blocks/axis#yticklabelcolor","340":"/previews/PR3974/reference/blocks/axis#yticklabelfont","341":"/previews/PR3974/reference/blocks/axis#yticklabelpad","342":"/previews/PR3974/reference/blocks/axis#yticklabelrotation","343":"/previews/PR3974/reference/blocks/axis#yticklabelsize","344":"/previews/PR3974/reference/blocks/axis#yticklabelspace","345":"/previews/PR3974/reference/blocks/axis#yticklabelsvisible","346":"/previews/PR3974/reference/blocks/axis#yticks","347":"/previews/PR3974/reference/blocks/axis#yticksize","348":"/previews/PR3974/reference/blocks/axis#yticksmirrored","349":"/previews/PR3974/reference/blocks/axis#yticksvisible","350":"/previews/PR3974/reference/blocks/axis#ytickwidth","351":"/previews/PR3974/reference/blocks/axis#ytrimspine","352":"/previews/PR3974/reference/blocks/axis#yzoomkey","353":"/previews/PR3974/reference/blocks/axis#yzoomlock","354":"/previews/PR3974/reference/blocks/box#box","355":"/previews/PR3974/reference/blocks/box#attributes","356":"/previews/PR3974/reference/blocks/box#alignmode","357":"/previews/PR3974/reference/blocks/box#color","358":"/previews/PR3974/reference/blocks/box#cornerradius","359":"/previews/PR3974/reference/blocks/box#halign","360":"/previews/PR3974/reference/blocks/box#height","361":"/previews/PR3974/reference/blocks/box#linestyle","362":"/previews/PR3974/reference/blocks/box#strokecolor","363":"/previews/PR3974/reference/blocks/box#strokevisible","364":"/previews/PR3974/reference/blocks/box#strokewidth","365":"/previews/PR3974/reference/blocks/box#tellheight","366":"/previews/PR3974/reference/blocks/box#tellwidth","367":"/previews/PR3974/reference/blocks/box#valign","368":"/previews/PR3974/reference/blocks/box#visible","369":"/previews/PR3974/reference/blocks/box#width","370":"/previews/PR3974/reference/blocks/axis3#axis3","371":"/previews/PR3974/reference/blocks/axis3#attributes","372":"/previews/PR3974/reference/blocks/axis3#alignmode","373":"/previews/PR3974/reference/blocks/axis3#aspect","374":"/previews/PR3974/reference/blocks/axis3#azimuth","375":"/previews/PR3974/reference/blocks/axis3#backgroundcolor","376":"/previews/PR3974/reference/blocks/axis3#dim1-conversion","377":"/previews/PR3974/reference/blocks/axis3#dim2-conversion","378":"/previews/PR3974/reference/blocks/axis3#dim3-conversion","379":"/previews/PR3974/reference/blocks/axis3#elevation","380":"/previews/PR3974/reference/blocks/axis3#halign","381":"/previews/PR3974/reference/blocks/axis3#height","382":"/previews/PR3974/reference/blocks/axis3#limits","383":"/previews/PR3974/reference/blocks/axis3#perspectiveness","384":"/previews/PR3974/reference/blocks/axis3#protrusions","385":"/previews/PR3974/reference/blocks/axis3#targetlimits","386":"/previews/PR3974/reference/blocks/axis3#tellheight","387":"/previews/PR3974/reference/blocks/axis3#tellwidth","388":"/previews/PR3974/reference/blocks/axis3#title","389":"/previews/PR3974/reference/blocks/axis3#titlealign","390":"/previews/PR3974/reference/blocks/axis3#titlecolor","391":"/previews/PR3974/reference/blocks/axis3#titlefont","392":"/previews/PR3974/reference/blocks/axis3#titlegap","393":"/previews/PR3974/reference/blocks/axis3#titlesize","394":"/previews/PR3974/reference/blocks/axis3#titlevisible","395":"/previews/PR3974/reference/blocks/axis3#valign","396":"/previews/PR3974/reference/blocks/axis3#viewmode","397":"/previews/PR3974/reference/blocks/axis3#width","398":"/previews/PR3974/reference/blocks/axis3#xautolimitmargin","399":"/previews/PR3974/reference/blocks/axis3#xgridcolor","400":"/previews/PR3974/reference/blocks/axis3#xgridvisible","401":"/previews/PR3974/reference/blocks/axis3#xgridwidth","402":"/previews/PR3974/reference/blocks/axis3#xlabel","403":"/previews/PR3974/reference/blocks/axis3#xlabelalign","404":"/previews/PR3974/reference/blocks/axis3#xlabelcolor","405":"/previews/PR3974/reference/blocks/axis3#xlabelfont","406":"/previews/PR3974/reference/blocks/axis3#xlabeloffset","407":"/previews/PR3974/reference/blocks/axis3#xlabelrotation","408":"/previews/PR3974/reference/blocks/axis3#xlabelsize","409":"/previews/PR3974/reference/blocks/axis3#xlabelvisible","410":"/previews/PR3974/reference/blocks/axis3#xreversed","411":"/previews/PR3974/reference/blocks/axis3#xspinecolor-1","412":"/previews/PR3974/reference/blocks/axis3#xspinecolor-2","413":"/previews/PR3974/reference/blocks/axis3#xspinecolor-3","414":"/previews/PR3974/reference/blocks/axis3#xspinesvisible","415":"/previews/PR3974/reference/blocks/axis3#xspinewidth","416":"/previews/PR3974/reference/blocks/axis3#xtickcolor","417":"/previews/PR3974/reference/blocks/axis3#xtickformat","418":"/previews/PR3974/reference/blocks/axis3#xticklabelcolor","419":"/previews/PR3974/reference/blocks/axis3#xticklabelfont","420":"/previews/PR3974/reference/blocks/axis3#xticklabelpad","421":"/previews/PR3974/reference/blocks/axis3#xticklabelsize","422":"/previews/PR3974/reference/blocks/axis3#xticklabelsvisible","423":"/previews/PR3974/reference/blocks/axis3#xticks","424":"/previews/PR3974/reference/blocks/axis3#xticksize","425":"/previews/PR3974/reference/blocks/axis3#xticksvisible","426":"/previews/PR3974/reference/blocks/axis3#xtickwidth","427":"/previews/PR3974/reference/blocks/axis3#xypanelcolor","428":"/previews/PR3974/reference/blocks/axis3#xypanelvisible","429":"/previews/PR3974/reference/blocks/axis3#xzpanelcolor","430":"/previews/PR3974/reference/blocks/axis3#xzpanelvisible","431":"/previews/PR3974/reference/blocks/axis3#yautolimitmargin","432":"/previews/PR3974/reference/blocks/axis3#ygridcolor","433":"/previews/PR3974/reference/blocks/axis3#ygridvisible","434":"/previews/PR3974/reference/blocks/axis3#ygridwidth","435":"/previews/PR3974/reference/blocks/axis3#ylabel","436":"/previews/PR3974/reference/blocks/axis3#ylabelalign","437":"/previews/PR3974/reference/blocks/axis3#ylabelcolor","438":"/previews/PR3974/reference/blocks/axis3#ylabelfont","439":"/previews/PR3974/reference/blocks/axis3#ylabeloffset","440":"/previews/PR3974/reference/blocks/axis3#ylabelrotation","441":"/previews/PR3974/reference/blocks/axis3#ylabelsize","442":"/previews/PR3974/reference/blocks/axis3#ylabelvisible","443":"/previews/PR3974/reference/blocks/axis3#yreversed","444":"/previews/PR3974/reference/blocks/axis3#yspinecolor-1","445":"/previews/PR3974/reference/blocks/axis3#yspinecolor-2","446":"/previews/PR3974/reference/blocks/axis3#yspinecolor-3","447":"/previews/PR3974/reference/blocks/axis3#yspinesvisible","448":"/previews/PR3974/reference/blocks/axis3#yspinewidth","449":"/previews/PR3974/reference/blocks/axis3#ytickcolor","450":"/previews/PR3974/reference/blocks/axis3#ytickformat","451":"/previews/PR3974/reference/blocks/axis3#yticklabelcolor","452":"/previews/PR3974/reference/blocks/axis3#yticklabelfont","453":"/previews/PR3974/reference/blocks/axis3#yticklabelpad","454":"/previews/PR3974/reference/blocks/axis3#yticklabelsize","455":"/previews/PR3974/reference/blocks/axis3#yticklabelsvisible","456":"/previews/PR3974/reference/blocks/axis3#yticks","457":"/previews/PR3974/reference/blocks/axis3#yticksize","458":"/previews/PR3974/reference/blocks/axis3#yticksvisible","459":"/previews/PR3974/reference/blocks/axis3#ytickwidth","460":"/previews/PR3974/reference/blocks/axis3#yzpanelcolor","461":"/previews/PR3974/reference/blocks/axis3#yzpanelvisible","462":"/previews/PR3974/reference/blocks/axis3#zautolimitmargin","463":"/previews/PR3974/reference/blocks/axis3#zgridcolor","464":"/previews/PR3974/reference/blocks/axis3#zgridvisible","465":"/previews/PR3974/reference/blocks/axis3#zgridwidth","466":"/previews/PR3974/reference/blocks/axis3#zlabel","467":"/previews/PR3974/reference/blocks/axis3#zlabelalign","468":"/previews/PR3974/reference/blocks/axis3#zlabelcolor","469":"/previews/PR3974/reference/blocks/axis3#zlabelfont","470":"/previews/PR3974/reference/blocks/axis3#zlabeloffset","471":"/previews/PR3974/reference/blocks/axis3#zlabelrotation","472":"/previews/PR3974/reference/blocks/axis3#zlabelsize","473":"/previews/PR3974/reference/blocks/axis3#zlabelvisible","474":"/previews/PR3974/reference/blocks/axis3#zreversed","475":"/previews/PR3974/reference/blocks/axis3#zspinecolor-1","476":"/previews/PR3974/reference/blocks/axis3#zspinecolor-2","477":"/previews/PR3974/reference/blocks/axis3#zspinecolor-3","478":"/previews/PR3974/reference/blocks/axis3#zspinesvisible","479":"/previews/PR3974/reference/blocks/axis3#zspinewidth","480":"/previews/PR3974/reference/blocks/axis3#ztickcolor","481":"/previews/PR3974/reference/blocks/axis3#ztickformat","482":"/previews/PR3974/reference/blocks/axis3#zticklabelcolor","483":"/previews/PR3974/reference/blocks/axis3#zticklabelfont","484":"/previews/PR3974/reference/blocks/axis3#zticklabelpad","485":"/previews/PR3974/reference/blocks/axis3#zticklabelsize","486":"/previews/PR3974/reference/blocks/axis3#zticklabelsvisible","487":"/previews/PR3974/reference/blocks/axis3#zticks","488":"/previews/PR3974/reference/blocks/axis3#zticksize","489":"/previews/PR3974/reference/blocks/axis3#zticksvisible","490":"/previews/PR3974/reference/blocks/axis3#ztickwidth","491":"/previews/PR3974/reference/blocks/button#button","492":"/previews/PR3974/reference/blocks/button#attributes","493":"/previews/PR3974/reference/blocks/button#alignmode","494":"/previews/PR3974/reference/blocks/button#buttoncolor","495":"/previews/PR3974/reference/blocks/button#buttoncolor-active","496":"/previews/PR3974/reference/blocks/button#buttoncolor-hover","497":"/previews/PR3974/reference/blocks/button#clicks","498":"/previews/PR3974/reference/blocks/button#cornerradius","499":"/previews/PR3974/reference/blocks/button#cornersegments","500":"/previews/PR3974/reference/blocks/button#font","501":"/previews/PR3974/reference/blocks/button#fontsize","502":"/previews/PR3974/reference/blocks/button#halign","503":"/previews/PR3974/reference/blocks/button#height","504":"/previews/PR3974/reference/blocks/button#label","505":"/previews/PR3974/reference/blocks/button#labelcolor","506":"/previews/PR3974/reference/blocks/button#labelcolor-active","507":"/previews/PR3974/reference/blocks/button#labelcolor-hover","508":"/previews/PR3974/reference/blocks/button#padding","509":"/previews/PR3974/reference/blocks/button#strokecolor","510":"/previews/PR3974/reference/blocks/button#strokewidth","511":"/previews/PR3974/reference/blocks/button#tellheight","512":"/previews/PR3974/reference/blocks/button#tellwidth","513":"/previews/PR3974/reference/blocks/button#valign","514":"/previews/PR3974/reference/blocks/button#width","515":"/previews/PR3974/reference/blocks/colorbar#colorbar","516":"/previews/PR3974/reference/blocks/colorbar#Experimental-Categorical-support","517":"/previews/PR3974/reference/blocks/colorbar#attributes","518":"/previews/PR3974/reference/blocks/colorbar#alignmode","519":"/previews/PR3974/reference/blocks/colorbar#bottomspinecolor","520":"/previews/PR3974/reference/blocks/colorbar#bottomspinevisible","521":"/previews/PR3974/reference/blocks/colorbar#colormap","522":"/previews/PR3974/reference/blocks/colorbar#colorrange","523":"/previews/PR3974/reference/blocks/colorbar#flip-vertical-label","524":"/previews/PR3974/reference/blocks/colorbar#flipaxis","525":"/previews/PR3974/reference/blocks/colorbar#halign","526":"/previews/PR3974/reference/blocks/colorbar#height","527":"/previews/PR3974/reference/blocks/colorbar#highclip","528":"/previews/PR3974/reference/blocks/colorbar#label","529":"/previews/PR3974/reference/blocks/colorbar#labelcolor","530":"/previews/PR3974/reference/blocks/colorbar#labelfont","531":"/previews/PR3974/reference/blocks/colorbar#labelpadding","532":"/previews/PR3974/reference/blocks/colorbar#labelrotation","533":"/previews/PR3974/reference/blocks/colorbar#labelsize","534":"/previews/PR3974/reference/blocks/colorbar#labelvisible","535":"/previews/PR3974/reference/blocks/colorbar#leftspinecolor","536":"/previews/PR3974/reference/blocks/colorbar#leftspinevisible","537":"/previews/PR3974/reference/blocks/colorbar#limits","538":"/previews/PR3974/reference/blocks/colorbar#lowclip","539":"/previews/PR3974/reference/blocks/colorbar#minortickalign","540":"/previews/PR3974/reference/blocks/colorbar#minortickcolor","541":"/previews/PR3974/reference/blocks/colorbar#minorticks","542":"/previews/PR3974/reference/blocks/colorbar#minorticksize","543":"/previews/PR3974/reference/blocks/colorbar#minorticksvisible","544":"/previews/PR3974/reference/blocks/colorbar#minortickwidth","545":"/previews/PR3974/reference/blocks/colorbar#nsteps","546":"/previews/PR3974/reference/blocks/colorbar#rightspinecolor","547":"/previews/PR3974/reference/blocks/colorbar#rightspinevisible","548":"/previews/PR3974/reference/blocks/colorbar#scale","549":"/previews/PR3974/reference/blocks/colorbar#size","550":"/previews/PR3974/reference/blocks/colorbar#spinewidth","551":"/previews/PR3974/reference/blocks/colorbar#tellheight","552":"/previews/PR3974/reference/blocks/colorbar#tellwidth","553":"/previews/PR3974/reference/blocks/colorbar#tickalign","554":"/previews/PR3974/reference/blocks/colorbar#tickcolor","555":"/previews/PR3974/reference/blocks/colorbar#tickformat","556":"/previews/PR3974/reference/blocks/colorbar#ticklabelalign","557":"/previews/PR3974/reference/blocks/colorbar#ticklabelcolor","558":"/previews/PR3974/reference/blocks/colorbar#ticklabelfont","559":"/previews/PR3974/reference/blocks/colorbar#ticklabelpad","560":"/previews/PR3974/reference/blocks/colorbar#ticklabelrotation","561":"/previews/PR3974/reference/blocks/colorbar#ticklabelsize","562":"/previews/PR3974/reference/blocks/colorbar#ticklabelspace","563":"/previews/PR3974/reference/blocks/colorbar#ticklabelsvisible","564":"/previews/PR3974/reference/blocks/colorbar#ticks","565":"/previews/PR3974/reference/blocks/colorbar#ticksize","566":"/previews/PR3974/reference/blocks/colorbar#ticksvisible","567":"/previews/PR3974/reference/blocks/colorbar#tickwidth","568":"/previews/PR3974/reference/blocks/colorbar#topspinecolor","569":"/previews/PR3974/reference/blocks/colorbar#topspinevisible","570":"/previews/PR3974/reference/blocks/colorbar#valign","571":"/previews/PR3974/reference/blocks/colorbar#vertical","572":"/previews/PR3974/reference/blocks/colorbar#width","573":"/previews/PR3974/reference/blocks/gridlayout#gridlayout","574":"/previews/PR3974/reference/blocks/gridlayout#Setting-column-and-row-sizes-correctly","575":"/previews/PR3974/reference/blocks/gridlayout#fixed","576":"/previews/PR3974/reference/blocks/gridlayout#relative","577":"/previews/PR3974/reference/blocks/gridlayout#auto","578":"/previews/PR3974/reference/blocks/gridlayout#aspect","579":"/previews/PR3974/reference/blocks/gridlayout#nesting","580":"/previews/PR3974/reference/blocks/gridlayout#alignment","581":"/previews/PR3974/reference/blocks/gridlayout#Spanned-Placement","582":"/previews/PR3974/reference/blocks/gridlayout#Adding-rows-and-columns-by-indexing","583":"/previews/PR3974/reference/blocks/gridlayout#Trimming-empty-rows-and-columns","584":"/previews/PR3974/reference/blocks/gridlayout#Tweaking-space-between-rows-and-columns","585":"/previews/PR3974/reference/blocks/intervalslider#intervalslider","586":"/previews/PR3974/reference/blocks/intervalslider#attributes","587":"/previews/PR3974/reference/blocks/intervalslider#alignmode","588":"/previews/PR3974/reference/blocks/intervalslider#color-active","589":"/previews/PR3974/reference/blocks/intervalslider#color-active-dimmed","590":"/previews/PR3974/reference/blocks/intervalslider#color-inactive","591":"/previews/PR3974/reference/blocks/intervalslider#halign","592":"/previews/PR3974/reference/blocks/intervalslider#height","593":"/previews/PR3974/reference/blocks/intervalslider#horizontal","594":"/previews/PR3974/reference/blocks/intervalslider#interval","595":"/previews/PR3974/reference/blocks/intervalslider#linewidth","596":"/previews/PR3974/reference/blocks/intervalslider#range","597":"/previews/PR3974/reference/blocks/intervalslider#snap","598":"/previews/PR3974/reference/blocks/intervalslider#startvalues","599":"/previews/PR3974/reference/blocks/intervalslider#tellheight","600":"/previews/PR3974/reference/blocks/intervalslider#tellwidth","601":"/previews/PR3974/reference/blocks/intervalslider#valign","602":"/previews/PR3974/reference/blocks/intervalslider#width","603":"/previews/PR3974/reference/blocks/label#label","604":"/previews/PR3974/reference/blocks/label#attributes","605":"/previews/PR3974/reference/blocks/label#alignmode","606":"/previews/PR3974/reference/blocks/label#color","607":"/previews/PR3974/reference/blocks/label#font","608":"/previews/PR3974/reference/blocks/label#fontsize","609":"/previews/PR3974/reference/blocks/label#halign","610":"/previews/PR3974/reference/blocks/label#height","611":"/previews/PR3974/reference/blocks/label#justification","612":"/previews/PR3974/reference/blocks/label#lineheight","613":"/previews/PR3974/reference/blocks/label#padding","614":"/previews/PR3974/reference/blocks/label#rotation","615":"/previews/PR3974/reference/blocks/label#tellheight","616":"/previews/PR3974/reference/blocks/label#tellwidth","617":"/previews/PR3974/reference/blocks/label#text","618":"/previews/PR3974/reference/blocks/label#valign","619":"/previews/PR3974/reference/blocks/label#visible","620":"/previews/PR3974/reference/blocks/label#width","621":"/previews/PR3974/reference/blocks/label#word-wrap","622":"/previews/PR3974/reference/blocks/legend#legend","623":"/previews/PR3974/reference/blocks/legend#Creating-A-Legend-From-Elements","624":"/previews/PR3974/reference/blocks/legend#Legend-element-attributes","625":"/previews/PR3974/reference/blocks/legend#Creating-A-Legend-From-An-Axis","626":"/previews/PR3974/reference/blocks/legend#Legend-Inside-An-Axis","627":"/previews/PR3974/reference/blocks/legend#Creating-Legend-Entries-Manually","628":"/previews/PR3974/reference/blocks/legend#Multi-Group-Legends","629":"/previews/PR3974/reference/blocks/legend#attributes","630":"/previews/PR3974/reference/blocks/legend#alignmode","631":"/previews/PR3974/reference/blocks/legend#backgroundcolor","632":"/previews/PR3974/reference/blocks/legend#bgcolor","633":"/previews/PR3974/reference/blocks/legend#colgap","634":"/previews/PR3974/reference/blocks/legend#framecolor","635":"/previews/PR3974/reference/blocks/legend#framevisible","636":"/previews/PR3974/reference/blocks/legend#framewidth","637":"/previews/PR3974/reference/blocks/legend#gridshalign","638":"/previews/PR3974/reference/blocks/legend#gridsvalign","639":"/previews/PR3974/reference/blocks/legend#groupgap","640":"/previews/PR3974/reference/blocks/legend#halign","641":"/previews/PR3974/reference/blocks/legend#height","642":"/previews/PR3974/reference/blocks/legend#label","643":"/previews/PR3974/reference/blocks/legend#labelcolor","644":"/previews/PR3974/reference/blocks/legend#labelfont","645":"/previews/PR3974/reference/blocks/legend#labelhalign","646":"/previews/PR3974/reference/blocks/legend#labeljustification","647":"/previews/PR3974/reference/blocks/legend#labelsize","648":"/previews/PR3974/reference/blocks/legend#labelvalign","649":"/previews/PR3974/reference/blocks/legend#linecolor","650":"/previews/PR3974/reference/blocks/legend#linecolormap","651":"/previews/PR3974/reference/blocks/legend#linecolorrange","652":"/previews/PR3974/reference/blocks/legend#linepoints","653":"/previews/PR3974/reference/blocks/legend#linestyle","654":"/previews/PR3974/reference/blocks/legend#linewidth","655":"/previews/PR3974/reference/blocks/legend#margin","656":"/previews/PR3974/reference/blocks/legend#marker","657":"/previews/PR3974/reference/blocks/legend#markercolor","658":"/previews/PR3974/reference/blocks/legend#markercolormap","659":"/previews/PR3974/reference/blocks/legend#markercolorrange","660":"/previews/PR3974/reference/blocks/legend#markerpoints","661":"/previews/PR3974/reference/blocks/legend#markersize","662":"/previews/PR3974/reference/blocks/legend#markerstrokecolor","663":"/previews/PR3974/reference/blocks/legend#markerstrokewidth","664":"/previews/PR3974/reference/blocks/legend#nbanks","665":"/previews/PR3974/reference/blocks/legend#orientation","666":"/previews/PR3974/reference/blocks/legend#padding","667":"/previews/PR3974/reference/blocks/legend#patchcolor","668":"/previews/PR3974/reference/blocks/legend#patchlabelgap","669":"/previews/PR3974/reference/blocks/legend#patchsize","670":"/previews/PR3974/reference/blocks/legend#patchstrokecolor","671":"/previews/PR3974/reference/blocks/legend#patchstrokewidth","672":"/previews/PR3974/reference/blocks/legend#polycolor","673":"/previews/PR3974/reference/blocks/legend#polycolormap","674":"/previews/PR3974/reference/blocks/legend#polycolorrange","675":"/previews/PR3974/reference/blocks/legend#polypoints","676":"/previews/PR3974/reference/blocks/legend#polystrokecolor","677":"/previews/PR3974/reference/blocks/legend#polystrokewidth","678":"/previews/PR3974/reference/blocks/legend#rowgap","679":"/previews/PR3974/reference/blocks/legend#tellheight","680":"/previews/PR3974/reference/blocks/legend#tellwidth","681":"/previews/PR3974/reference/blocks/legend#titlecolor","682":"/previews/PR3974/reference/blocks/legend#titlefont","683":"/previews/PR3974/reference/blocks/legend#titlegap","684":"/previews/PR3974/reference/blocks/legend#titlehalign","685":"/previews/PR3974/reference/blocks/legend#titleposition","686":"/previews/PR3974/reference/blocks/legend#titlesize","687":"/previews/PR3974/reference/blocks/legend#titlevalign","688":"/previews/PR3974/reference/blocks/legend#titlevisible","689":"/previews/PR3974/reference/blocks/legend#valign","690":"/previews/PR3974/reference/blocks/legend#width","691":"/previews/PR3974/reference/blocks/lscene#lscene","692":"/previews/PR3974/reference/blocks/lscene#attributes","693":"/previews/PR3974/reference/blocks/lscene#alignmode","694":"/previews/PR3974/reference/blocks/lscene#dim1-conversion","695":"/previews/PR3974/reference/blocks/lscene#dim2-conversion","696":"/previews/PR3974/reference/blocks/lscene#dim3-conversion","697":"/previews/PR3974/reference/blocks/lscene#halign","698":"/previews/PR3974/reference/blocks/lscene#height","699":"/previews/PR3974/reference/blocks/lscene#show-axis","700":"/previews/PR3974/reference/blocks/lscene#tellheight","701":"/previews/PR3974/reference/blocks/lscene#tellwidth","702":"/previews/PR3974/reference/blocks/lscene#valign","703":"/previews/PR3974/reference/blocks/lscene#width","704":"/previews/PR3974/reference/blocks/menu#menu","705":"/previews/PR3974/reference/blocks/menu#Menu-direction","706":"/previews/PR3974/reference/blocks/menu#attributes","707":"/previews/PR3974/reference/blocks/menu#alignmode","708":"/previews/PR3974/reference/blocks/menu#cell-color-active","709":"/previews/PR3974/reference/blocks/menu#cell-color-hover","710":"/previews/PR3974/reference/blocks/menu#cell-color-inactive-even","711":"/previews/PR3974/reference/blocks/menu#cell-color-inactive-odd","712":"/previews/PR3974/reference/blocks/menu#direction","713":"/previews/PR3974/reference/blocks/menu#dropdown-arrow-color","714":"/previews/PR3974/reference/blocks/menu#dropdown-arrow-size","715":"/previews/PR3974/reference/blocks/menu#fontsize","716":"/previews/PR3974/reference/blocks/menu#halign","717":"/previews/PR3974/reference/blocks/menu#height","718":"/previews/PR3974/reference/blocks/menu#i-selected","719":"/previews/PR3974/reference/blocks/menu#is-open","720":"/previews/PR3974/reference/blocks/menu#options","721":"/previews/PR3974/reference/blocks/menu#prompt","722":"/previews/PR3974/reference/blocks/menu#scroll-speed","723":"/previews/PR3974/reference/blocks/menu#selection","724":"/previews/PR3974/reference/blocks/menu#selection-cell-color-inactive","725":"/previews/PR3974/reference/blocks/menu#tellheight","726":"/previews/PR3974/reference/blocks/menu#tellwidth","727":"/previews/PR3974/reference/blocks/menu#textcolor","728":"/previews/PR3974/reference/blocks/menu#textpadding","729":"/previews/PR3974/reference/blocks/menu#valign","730":"/previews/PR3974/reference/blocks/menu#width","731":"/previews/PR3974/reference/blocks/overview#overview","732":"/previews/PR3974/reference/blocks/overview#axis","733":"/previews/PR3974/reference/blocks/overview#axis3","734":"/previews/PR3974/reference/blocks/overview#box","735":"/previews/PR3974/reference/blocks/overview#button","736":"/previews/PR3974/reference/blocks/overview#colorbar","737":"/previews/PR3974/reference/blocks/overview#gridlayout","738":"/previews/PR3974/reference/blocks/overview#intervalslider","739":"/previews/PR3974/reference/blocks/overview#label","740":"/previews/PR3974/reference/blocks/overview#legend","741":"/previews/PR3974/reference/blocks/overview#lscene","742":"/previews/PR3974/reference/blocks/overview#menu","743":"/previews/PR3974/reference/blocks/overview#polaraxis","744":"/previews/PR3974/reference/blocks/overview#slider","745":"/previews/PR3974/reference/blocks/overview#slidergrid","746":"/previews/PR3974/reference/blocks/overview#textbox","747":"/previews/PR3974/reference/blocks/overview#toggle","748":"/previews/PR3974/reference/blocks/polaraxis#polaraxis","749":"/previews/PR3974/reference/blocks/polaraxis#Creating-a-PolarAxis","750":"/previews/PR3974/reference/blocks/polaraxis#Plotting-into-an-PolarAxis","751":"/previews/PR3974/reference/blocks/polaraxis#PolarAxis-Limits","752":"/previews/PR3974/reference/blocks/polaraxis#Plot-type-compatability","753":"/previews/PR3974/reference/blocks/polaraxis#Hiding-spines-and-decorations","754":"/previews/PR3974/reference/blocks/polaraxis#interactivity","755":"/previews/PR3974/reference/blocks/polaraxis#Other-Notes","756":"/previews/PR3974/reference/blocks/polaraxis#Plotting-outside-a-PolarAxis","757":"/previews/PR3974/reference/blocks/polaraxis#Radial-Offset","758":"/previews/PR3974/reference/blocks/polaraxis#Radial-clipping","759":"/previews/PR3974/reference/blocks/polaraxis#attributes","760":"/previews/PR3974/reference/blocks/polaraxis#alignmode","761":"/previews/PR3974/reference/blocks/polaraxis#axis-rotation-button","762":"/previews/PR3974/reference/blocks/polaraxis#backgroundcolor","763":"/previews/PR3974/reference/blocks/polaraxis#clip","764":"/previews/PR3974/reference/blocks/polaraxis#clip-r","765":"/previews/PR3974/reference/blocks/polaraxis#clipcolor","766":"/previews/PR3974/reference/blocks/polaraxis#dim1-conversion","767":"/previews/PR3974/reference/blocks/polaraxis#dim2-conversion","768":"/previews/PR3974/reference/blocks/polaraxis#direction","769":"/previews/PR3974/reference/blocks/polaraxis#fixrmin","770":"/previews/PR3974/reference/blocks/polaraxis#gridz","771":"/previews/PR3974/reference/blocks/polaraxis#halign","772":"/previews/PR3974/reference/blocks/polaraxis#height","773":"/previews/PR3974/reference/blocks/polaraxis#normalize-theta-ticks","774":"/previews/PR3974/reference/blocks/polaraxis#r-translation-button","775":"/previews/PR3974/reference/blocks/polaraxis#radius-at-origin","776":"/previews/PR3974/reference/blocks/polaraxis#rautolimitmargin","777":"/previews/PR3974/reference/blocks/polaraxis#reset-axis-orientation","778":"/previews/PR3974/reference/blocks/polaraxis#reset-button","779":"/previews/PR3974/reference/blocks/polaraxis#rgridcolor","780":"/previews/PR3974/reference/blocks/polaraxis#rgridstyle","781":"/previews/PR3974/reference/blocks/polaraxis#rgridvisible","782":"/previews/PR3974/reference/blocks/polaraxis#rgridwidth","783":"/previews/PR3974/reference/blocks/polaraxis#rlimits","784":"/previews/PR3974/reference/blocks/polaraxis#rminorgridcolor","785":"/previews/PR3974/reference/blocks/polaraxis#rminorgridstyle","786":"/previews/PR3974/reference/blocks/polaraxis#rminorgridvisible","787":"/previews/PR3974/reference/blocks/polaraxis#rminorgridwidth","788":"/previews/PR3974/reference/blocks/polaraxis#rminorticks","789":"/previews/PR3974/reference/blocks/polaraxis#rtickangle","790":"/previews/PR3974/reference/blocks/polaraxis#rtickformat","791":"/previews/PR3974/reference/blocks/polaraxis#rticklabelcolor","792":"/previews/PR3974/reference/blocks/polaraxis#rticklabelfont","793":"/previews/PR3974/reference/blocks/polaraxis#rticklabelpad","794":"/previews/PR3974/reference/blocks/polaraxis#rticklabelrotation","795":"/previews/PR3974/reference/blocks/polaraxis#rticklabelsize","796":"/previews/PR3974/reference/blocks/polaraxis#rticklabelstrokecolor","797":"/previews/PR3974/reference/blocks/polaraxis#rticklabelstrokewidth","798":"/previews/PR3974/reference/blocks/polaraxis#rticklabelsvisible","799":"/previews/PR3974/reference/blocks/polaraxis#rticks","800":"/previews/PR3974/reference/blocks/polaraxis#rzoomkey","801":"/previews/PR3974/reference/blocks/polaraxis#rzoomlock","802":"/previews/PR3974/reference/blocks/polaraxis#sample-density","803":"/previews/PR3974/reference/blocks/polaraxis#spinecolor","804":"/previews/PR3974/reference/blocks/polaraxis#spinestyle","805":"/previews/PR3974/reference/blocks/polaraxis#spinevisible","806":"/previews/PR3974/reference/blocks/polaraxis#spinewidth","807":"/previews/PR3974/reference/blocks/polaraxis#tellheight","808":"/previews/PR3974/reference/blocks/polaraxis#tellwidth","809":"/previews/PR3974/reference/blocks/polaraxis#theta-0","810":"/previews/PR3974/reference/blocks/polaraxis#theta-as-x","811":"/previews/PR3974/reference/blocks/polaraxis#theta-translation-button","812":"/previews/PR3974/reference/blocks/polaraxis#thetaautolimitmargin","813":"/previews/PR3974/reference/blocks/polaraxis#thetagridcolor","814":"/previews/PR3974/reference/blocks/polaraxis#thetagridstyle","815":"/previews/PR3974/reference/blocks/polaraxis#thetagridvisible","816":"/previews/PR3974/reference/blocks/polaraxis#thetagridwidth","817":"/previews/PR3974/reference/blocks/polaraxis#thetalimits","818":"/previews/PR3974/reference/blocks/polaraxis#thetaminorgridcolor","819":"/previews/PR3974/reference/blocks/polaraxis#thetaminorgridstyle","820":"/previews/PR3974/reference/blocks/polaraxis#thetaminorgridvisible","821":"/previews/PR3974/reference/blocks/polaraxis#thetaminorgridwidth","822":"/previews/PR3974/reference/blocks/polaraxis#thetaminorticks","823":"/previews/PR3974/reference/blocks/polaraxis#thetatickformat","824":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelcolor","825":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelfont","826":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelpad","827":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelsize","828":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelstrokecolor","829":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelstrokewidth","830":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelsvisible","831":"/previews/PR3974/reference/blocks/polaraxis#thetaticks","832":"/previews/PR3974/reference/blocks/polaraxis#thetazoomkey","833":"/previews/PR3974/reference/blocks/polaraxis#thetazoomlock","834":"/previews/PR3974/reference/blocks/polaraxis#title","835":"/previews/PR3974/reference/blocks/polaraxis#titlealign","836":"/previews/PR3974/reference/blocks/polaraxis#titlecolor","837":"/previews/PR3974/reference/blocks/polaraxis#titlefont","838":"/previews/PR3974/reference/blocks/polaraxis#titlegap","839":"/previews/PR3974/reference/blocks/polaraxis#titlesize","840":"/previews/PR3974/reference/blocks/polaraxis#titlevisible","841":"/previews/PR3974/reference/blocks/polaraxis#valign","842":"/previews/PR3974/reference/blocks/polaraxis#width","843":"/previews/PR3974/reference/blocks/polaraxis#zoomspeed","844":"/previews/PR3974/reference/blocks/slider#slider","845":"/previews/PR3974/reference/blocks/slider#Labelled-sliders-and-grids","846":"/previews/PR3974/reference/blocks/slider#attributes","847":"/previews/PR3974/reference/blocks/slider#alignmode","848":"/previews/PR3974/reference/blocks/slider#color-active","849":"/previews/PR3974/reference/blocks/slider#color-active-dimmed","850":"/previews/PR3974/reference/blocks/slider#color-inactive","851":"/previews/PR3974/reference/blocks/slider#halign","852":"/previews/PR3974/reference/blocks/slider#height","853":"/previews/PR3974/reference/blocks/slider#horizontal","854":"/previews/PR3974/reference/blocks/slider#linewidth","855":"/previews/PR3974/reference/blocks/slider#range","856":"/previews/PR3974/reference/blocks/slider#snap","857":"/previews/PR3974/reference/blocks/slider#startvalue","858":"/previews/PR3974/reference/blocks/slider#tellheight","859":"/previews/PR3974/reference/blocks/slider#tellwidth","860":"/previews/PR3974/reference/blocks/slider#valign","861":"/previews/PR3974/reference/blocks/slider#value","862":"/previews/PR3974/reference/blocks/slider#width","863":"/previews/PR3974/reference/blocks/slidergrid#slidergrid","864":"/previews/PR3974/reference/blocks/slidergrid#attributes","865":"/previews/PR3974/reference/blocks/slidergrid#alignmode","866":"/previews/PR3974/reference/blocks/slidergrid#halign","867":"/previews/PR3974/reference/blocks/slidergrid#height","868":"/previews/PR3974/reference/blocks/slidergrid#tellheight","869":"/previews/PR3974/reference/blocks/slidergrid#tellwidth","870":"/previews/PR3974/reference/blocks/slidergrid#valign","871":"/previews/PR3974/reference/blocks/slidergrid#value-column-width","872":"/previews/PR3974/reference/blocks/slidergrid#width","873":"/previews/PR3974/reference/blocks/textbox#textbox","874":"/previews/PR3974/reference/blocks/textbox#validation","875":"/previews/PR3974/reference/blocks/textbox#attributes","876":"/previews/PR3974/reference/blocks/textbox#alignmode","877":"/previews/PR3974/reference/blocks/textbox#bordercolor","878":"/previews/PR3974/reference/blocks/textbox#bordercolor-focused","879":"/previews/PR3974/reference/blocks/textbox#bordercolor-focused-invalid","880":"/previews/PR3974/reference/blocks/textbox#bordercolor-hover","881":"/previews/PR3974/reference/blocks/textbox#borderwidth","882":"/previews/PR3974/reference/blocks/textbox#boxcolor","883":"/previews/PR3974/reference/blocks/textbox#boxcolor-focused","884":"/previews/PR3974/reference/blocks/textbox#boxcolor-focused-invalid","885":"/previews/PR3974/reference/blocks/textbox#boxcolor-hover","886":"/previews/PR3974/reference/blocks/textbox#cornerradius","887":"/previews/PR3974/reference/blocks/textbox#cornersegments","888":"/previews/PR3974/reference/blocks/textbox#cursorcolor","889":"/previews/PR3974/reference/blocks/textbox#defocus-on-submit","890":"/previews/PR3974/reference/blocks/textbox#displayed-string","891":"/previews/PR3974/reference/blocks/textbox#focused","892":"/previews/PR3974/reference/blocks/textbox#font","893":"/previews/PR3974/reference/blocks/textbox#fontsize","894":"/previews/PR3974/reference/blocks/textbox#halign","895":"/previews/PR3974/reference/blocks/textbox#height","896":"/previews/PR3974/reference/blocks/textbox#placeholder","897":"/previews/PR3974/reference/blocks/textbox#reset-on-defocus","898":"/previews/PR3974/reference/blocks/textbox#restriction","899":"/previews/PR3974/reference/blocks/textbox#stored-string","900":"/previews/PR3974/reference/blocks/textbox#tellheight","901":"/previews/PR3974/reference/blocks/textbox#tellwidth","902":"/previews/PR3974/reference/blocks/textbox#textcolor","903":"/previews/PR3974/reference/blocks/textbox#textcolor-placeholder","904":"/previews/PR3974/reference/blocks/textbox#textpadding","905":"/previews/PR3974/reference/blocks/textbox#validator","906":"/previews/PR3974/reference/blocks/textbox#valign","907":"/previews/PR3974/reference/blocks/textbox#width","908":"/previews/PR3974/reference/blocks/toggle#toggle","909":"/previews/PR3974/reference/blocks/toggle#attributes","910":"/previews/PR3974/reference/blocks/toggle#active","911":"/previews/PR3974/reference/blocks/toggle#alignmode","912":"/previews/PR3974/reference/blocks/toggle#buttoncolor","913":"/previews/PR3974/reference/blocks/toggle#cornersegments","914":"/previews/PR3974/reference/blocks/toggle#framecolor-active","915":"/previews/PR3974/reference/blocks/toggle#framecolor-inactive","916":"/previews/PR3974/reference/blocks/toggle#halign","917":"/previews/PR3974/reference/blocks/toggle#height","918":"/previews/PR3974/reference/blocks/toggle#rimfraction","919":"/previews/PR3974/reference/blocks/toggle#tellheight","920":"/previews/PR3974/reference/blocks/toggle#tellwidth","921":"/previews/PR3974/reference/blocks/toggle#toggleduration","922":"/previews/PR3974/reference/blocks/toggle#valign","923":"/previews/PR3974/reference/blocks/toggle#width","924":"/previews/PR3974/reference/plots/ablines#ablines","925":"/previews/PR3974/reference/plots/ablines#attributes","926":"/previews/PR3974/reference/plots/ablines#alpha","927":"/previews/PR3974/reference/plots/ablines#color","928":"/previews/PR3974/reference/plots/ablines#colormap","929":"/previews/PR3974/reference/plots/ablines#colorrange","930":"/previews/PR3974/reference/plots/ablines#colorscale","931":"/previews/PR3974/reference/plots/ablines#cycle","932":"/previews/PR3974/reference/plots/ablines#depth-shift","933":"/previews/PR3974/reference/plots/ablines#fxaa","934":"/previews/PR3974/reference/plots/ablines#highclip","935":"/previews/PR3974/reference/plots/ablines#inspectable","936":"/previews/PR3974/reference/plots/ablines#inspector-clear","937":"/previews/PR3974/reference/plots/ablines#inspector-hover","938":"/previews/PR3974/reference/plots/ablines#inspector-label","939":"/previews/PR3974/reference/plots/ablines#linecap","940":"/previews/PR3974/reference/plots/ablines#linestyle","941":"/previews/PR3974/reference/plots/ablines#linewidth","942":"/previews/PR3974/reference/plots/ablines#lowclip","943":"/previews/PR3974/reference/plots/ablines#model","944":"/previews/PR3974/reference/plots/ablines#nan-color","945":"/previews/PR3974/reference/plots/ablines#overdraw","946":"/previews/PR3974/reference/plots/ablines#space","947":"/previews/PR3974/reference/plots/ablines#ssao","948":"/previews/PR3974/reference/plots/ablines#transformation","949":"/previews/PR3974/reference/plots/ablines#transparency","950":"/previews/PR3974/reference/plots/ablines#visible","951":"/previews/PR3974/reference/plots/arc#arc","952":"/previews/PR3974/reference/plots/arc#examples","953":"/previews/PR3974/reference/plots/arc#attributes","954":"/previews/PR3974/reference/plots/arc#alpha","955":"/previews/PR3974/reference/plots/arc#color","956":"/previews/PR3974/reference/plots/arc#colormap","957":"/previews/PR3974/reference/plots/arc#colorrange","958":"/previews/PR3974/reference/plots/arc#colorscale","959":"/previews/PR3974/reference/plots/arc#cycle","960":"/previews/PR3974/reference/plots/arc#depth-shift","961":"/previews/PR3974/reference/plots/arc#fxaa","962":"/previews/PR3974/reference/plots/arc#highclip","963":"/previews/PR3974/reference/plots/arc#inspectable","964":"/previews/PR3974/reference/plots/arc#inspector-clear","965":"/previews/PR3974/reference/plots/arc#inspector-hover","966":"/previews/PR3974/reference/plots/arc#inspector-label","967":"/previews/PR3974/reference/plots/arc#joinstyle","968":"/previews/PR3974/reference/plots/arc#linecap","969":"/previews/PR3974/reference/plots/arc#linestyle","970":"/previews/PR3974/reference/plots/arc#linewidth","971":"/previews/PR3974/reference/plots/arc#lowclip","972":"/previews/PR3974/reference/plots/arc#miter-limit","973":"/previews/PR3974/reference/plots/arc#model","974":"/previews/PR3974/reference/plots/arc#nan-color","975":"/previews/PR3974/reference/plots/arc#overdraw","976":"/previews/PR3974/reference/plots/arc#resolution","977":"/previews/PR3974/reference/plots/arc#space","978":"/previews/PR3974/reference/plots/arc#ssao","979":"/previews/PR3974/reference/plots/arc#transformation","980":"/previews/PR3974/reference/plots/arc#transparency","981":"/previews/PR3974/reference/plots/arc#visible","982":"/previews/PR3974/reference/plots/arrows#arrows","983":"/previews/PR3974/reference/plots/arrows#examples","984":"/previews/PR3974/reference/plots/arrows#attributes","985":"/previews/PR3974/reference/plots/arrows#align","986":"/previews/PR3974/reference/plots/arrows#alpha","987":"/previews/PR3974/reference/plots/arrows#arrowcolor","988":"/previews/PR3974/reference/plots/arrows#arrowhead","989":"/previews/PR3974/reference/plots/arrows#arrowsize","990":"/previews/PR3974/reference/plots/arrows#arrowtail","991":"/previews/PR3974/reference/plots/arrows#backlight","992":"/previews/PR3974/reference/plots/arrows#color","993":"/previews/PR3974/reference/plots/arrows#colormap","994":"/previews/PR3974/reference/plots/arrows#colorrange","995":"/previews/PR3974/reference/plots/arrows#colorscale","996":"/previews/PR3974/reference/plots/arrows#depth-shift","997":"/previews/PR3974/reference/plots/arrows#diffuse","998":"/previews/PR3974/reference/plots/arrows#fxaa","999":"/previews/PR3974/reference/plots/arrows#highclip","1000":"/previews/PR3974/reference/plots/arrows#inspectable","1001":"/previews/PR3974/reference/plots/arrows#inspector-clear","1002":"/previews/PR3974/reference/plots/arrows#inspector-hover","1003":"/previews/PR3974/reference/plots/arrows#inspector-label","1004":"/previews/PR3974/reference/plots/arrows#lengthscale","1005":"/previews/PR3974/reference/plots/arrows#linecolor","1006":"/previews/PR3974/reference/plots/arrows#linestyle","1007":"/previews/PR3974/reference/plots/arrows#linewidth","1008":"/previews/PR3974/reference/plots/arrows#lowclip","1009":"/previews/PR3974/reference/plots/arrows#markerspace","1010":"/previews/PR3974/reference/plots/arrows#material","1011":"/previews/PR3974/reference/plots/arrows#model","1012":"/previews/PR3974/reference/plots/arrows#nan-color","1013":"/previews/PR3974/reference/plots/arrows#normalize","1014":"/previews/PR3974/reference/plots/arrows#overdraw","1015":"/previews/PR3974/reference/plots/arrows#quality","1016":"/previews/PR3974/reference/plots/arrows#shading","1017":"/previews/PR3974/reference/plots/arrows#shininess","1018":"/previews/PR3974/reference/plots/arrows#space","1019":"/previews/PR3974/reference/plots/arrows#specular","1020":"/previews/PR3974/reference/plots/arrows#ssao","1021":"/previews/PR3974/reference/plots/arrows#transformation","1022":"/previews/PR3974/reference/plots/arrows#transparency","1023":"/previews/PR3974/reference/plots/arrows#visible","1024":"/previews/PR3974/reference/plots/band#band","1025":"/previews/PR3974/reference/plots/band#examples","1026":"/previews/PR3974/reference/plots/band#attributes","1027":"/previews/PR3974/reference/plots/band#alpha","1028":"/previews/PR3974/reference/plots/band#backlight","1029":"/previews/PR3974/reference/plots/band#color","1030":"/previews/PR3974/reference/plots/band#colormap","1031":"/previews/PR3974/reference/plots/band#colorrange","1032":"/previews/PR3974/reference/plots/band#colorscale","1033":"/previews/PR3974/reference/plots/band#cycle","1034":"/previews/PR3974/reference/plots/band#depth-shift","1035":"/previews/PR3974/reference/plots/band#diffuse","1036":"/previews/PR3974/reference/plots/band#fxaa","1037":"/previews/PR3974/reference/plots/band#highclip","1038":"/previews/PR3974/reference/plots/band#inspectable","1039":"/previews/PR3974/reference/plots/band#inspector-clear","1040":"/previews/PR3974/reference/plots/band#inspector-hover","1041":"/previews/PR3974/reference/plots/band#inspector-label","1042":"/previews/PR3974/reference/plots/band#interpolate","1043":"/previews/PR3974/reference/plots/band#lowclip","1044":"/previews/PR3974/reference/plots/band#matcap","1045":"/previews/PR3974/reference/plots/band#material","1046":"/previews/PR3974/reference/plots/band#model","1047":"/previews/PR3974/reference/plots/band#nan-color","1048":"/previews/PR3974/reference/plots/band#overdraw","1049":"/previews/PR3974/reference/plots/band#shading","1050":"/previews/PR3974/reference/plots/band#shininess","1051":"/previews/PR3974/reference/plots/band#space","1052":"/previews/PR3974/reference/plots/band#specular","1053":"/previews/PR3974/reference/plots/band#ssao","1054":"/previews/PR3974/reference/plots/band#transformation","1055":"/previews/PR3974/reference/plots/band#transparency","1056":"/previews/PR3974/reference/plots/band#visible","1057":"/previews/PR3974/reference/plots/barplot#barplot","1058":"/previews/PR3974/reference/plots/barplot#examples","1059":"/previews/PR3974/reference/plots/barplot#attributes","1060":"/previews/PR3974/reference/plots/barplot#alpha","1061":"/previews/PR3974/reference/plots/barplot#bar-labels","1062":"/previews/PR3974/reference/plots/barplot#color","1063":"/previews/PR3974/reference/plots/barplot#color-over-background","1064":"/previews/PR3974/reference/plots/barplot#color-over-bar","1065":"/previews/PR3974/reference/plots/barplot#colormap","1066":"/previews/PR3974/reference/plots/barplot#colorrange","1067":"/previews/PR3974/reference/plots/barplot#colorscale","1068":"/previews/PR3974/reference/plots/barplot#cycle","1069":"/previews/PR3974/reference/plots/barplot#depth-shift","1070":"/previews/PR3974/reference/plots/barplot#direction","1071":"/previews/PR3974/reference/plots/barplot#dodge","1072":"/previews/PR3974/reference/plots/barplot#dodge-gap","1073":"/previews/PR3974/reference/plots/barplot#fillto","1074":"/previews/PR3974/reference/plots/barplot#flip-labels-at","1075":"/previews/PR3974/reference/plots/barplot#fxaa","1076":"/previews/PR3974/reference/plots/barplot#gap","1077":"/previews/PR3974/reference/plots/barplot#highclip","1078":"/previews/PR3974/reference/plots/barplot#inspectable","1079":"/previews/PR3974/reference/plots/barplot#inspector-clear","1080":"/previews/PR3974/reference/plots/barplot#inspector-hover","1081":"/previews/PR3974/reference/plots/barplot#inspector-label","1082":"/previews/PR3974/reference/plots/barplot#label-align","1083":"/previews/PR3974/reference/plots/barplot#label-color","1084":"/previews/PR3974/reference/plots/barplot#label-font","1085":"/previews/PR3974/reference/plots/barplot#label-formatter","1086":"/previews/PR3974/reference/plots/barplot#label-offset","1087":"/previews/PR3974/reference/plots/barplot#label-rotation","1088":"/previews/PR3974/reference/plots/barplot#label-size","1089":"/previews/PR3974/reference/plots/barplot#lowclip","1090":"/previews/PR3974/reference/plots/barplot#model","1091":"/previews/PR3974/reference/plots/barplot#n-dodge","1092":"/previews/PR3974/reference/plots/barplot#nan-color","1093":"/previews/PR3974/reference/plots/barplot#offset","1094":"/previews/PR3974/reference/plots/barplot#overdraw","1095":"/previews/PR3974/reference/plots/barplot#space","1096":"/previews/PR3974/reference/plots/barplot#ssao","1097":"/previews/PR3974/reference/plots/barplot#stack","1098":"/previews/PR3974/reference/plots/barplot#strokecolor","1099":"/previews/PR3974/reference/plots/barplot#strokewidth","1100":"/previews/PR3974/reference/plots/barplot#transformation","1101":"/previews/PR3974/reference/plots/barplot#transparency","1102":"/previews/PR3974/reference/plots/barplot#visible","1103":"/previews/PR3974/reference/plots/barplot#width","1104":"/previews/PR3974/reference/plots/boxplot#boxplot","1105":"/previews/PR3974/reference/plots/boxplot#examples","1106":"/previews/PR3974/reference/plots/boxplot#Using-statistical-weights","1107":"/previews/PR3974/reference/plots/boxplot#Horizontal-axis","1108":"/previews/PR3974/reference/plots/boxplot#attributes","1109":"/previews/PR3974/reference/plots/boxplot#color","1110":"/previews/PR3974/reference/plots/boxplot#colormap","1111":"/previews/PR3974/reference/plots/boxplot#colorrange","1112":"/previews/PR3974/reference/plots/boxplot#colorscale","1113":"/previews/PR3974/reference/plots/boxplot#cycle","1114":"/previews/PR3974/reference/plots/boxplot#dodge","1115":"/previews/PR3974/reference/plots/boxplot#dodge-gap","1116":"/previews/PR3974/reference/plots/boxplot#gap","1117":"/previews/PR3974/reference/plots/boxplot#inspectable","1118":"/previews/PR3974/reference/plots/boxplot#marker","1119":"/previews/PR3974/reference/plots/boxplot#markersize","1120":"/previews/PR3974/reference/plots/boxplot#mediancolor","1121":"/previews/PR3974/reference/plots/boxplot#medianlinewidth","1122":"/previews/PR3974/reference/plots/boxplot#n-dodge","1123":"/previews/PR3974/reference/plots/boxplot#notchwidth","1124":"/previews/PR3974/reference/plots/boxplot#orientation","1125":"/previews/PR3974/reference/plots/boxplot#outliercolor","1126":"/previews/PR3974/reference/plots/boxplot#outlierstrokecolor","1127":"/previews/PR3974/reference/plots/boxplot#outlierstrokewidth","1128":"/previews/PR3974/reference/plots/boxplot#range","1129":"/previews/PR3974/reference/plots/boxplot#show-median","1130":"/previews/PR3974/reference/plots/boxplot#show-notch","1131":"/previews/PR3974/reference/plots/boxplot#show-outliers","1132":"/previews/PR3974/reference/plots/boxplot#strokecolor","1133":"/previews/PR3974/reference/plots/boxplot#strokewidth","1134":"/previews/PR3974/reference/plots/boxplot#weights","1135":"/previews/PR3974/reference/plots/boxplot#whiskercolor","1136":"/previews/PR3974/reference/plots/boxplot#whiskerlinewidth","1137":"/previews/PR3974/reference/plots/boxplot#whiskerwidth","1138":"/previews/PR3974/reference/plots/boxplot#width","1139":"/previews/PR3974/reference/plots/bracket#bracket","1140":"/previews/PR3974/reference/plots/bracket#examples","1141":"/previews/PR3974/reference/plots/bracket#Scalar-arguments","1142":"/previews/PR3974/reference/plots/bracket#Vector-arguments","1143":"/previews/PR3974/reference/plots/bracket#styles","1144":"/previews/PR3974/reference/plots/bracket#attributes","1145":"/previews/PR3974/reference/plots/bracket#align","1146":"/previews/PR3974/reference/plots/bracket#color","1147":"/previews/PR3974/reference/plots/bracket#font","1148":"/previews/PR3974/reference/plots/bracket#fontsize","1149":"/previews/PR3974/reference/plots/bracket#joinstyle","1150":"/previews/PR3974/reference/plots/bracket#justification","1151":"/previews/PR3974/reference/plots/bracket#linecap","1152":"/previews/PR3974/reference/plots/bracket#linestyle","1153":"/previews/PR3974/reference/plots/bracket#linewidth","1154":"/previews/PR3974/reference/plots/bracket#miter-limit","1155":"/previews/PR3974/reference/plots/bracket#offset","1156":"/previews/PR3974/reference/plots/bracket#orientation","1157":"/previews/PR3974/reference/plots/bracket#rotation","1158":"/previews/PR3974/reference/plots/bracket#style","1159":"/previews/PR3974/reference/plots/bracket#text","1160":"/previews/PR3974/reference/plots/bracket#textcolor","1161":"/previews/PR3974/reference/plots/bracket#textoffset","1162":"/previews/PR3974/reference/plots/bracket#width","1163":"/previews/PR3974/reference/plots/contour#contour","1164":"/previews/PR3974/reference/plots/contour#examples","1165":"/previews/PR3974/reference/plots/contour#attributes","1166":"/previews/PR3974/reference/plots/contour#alpha","1167":"/previews/PR3974/reference/plots/contour#color","1168":"/previews/PR3974/reference/plots/contour#colormap","1169":"/previews/PR3974/reference/plots/contour#colorrange","1170":"/previews/PR3974/reference/plots/contour#colorscale","1171":"/previews/PR3974/reference/plots/contour#depth-shift","1172":"/previews/PR3974/reference/plots/contour#enable-depth","1173":"/previews/PR3974/reference/plots/contour#fxaa","1174":"/previews/PR3974/reference/plots/contour#highclip","1175":"/previews/PR3974/reference/plots/contour#inspectable","1176":"/previews/PR3974/reference/plots/contour#inspector-clear","1177":"/previews/PR3974/reference/plots/contour#inspector-hover","1178":"/previews/PR3974/reference/plots/contour#inspector-label","1179":"/previews/PR3974/reference/plots/contour#joinstyle","1180":"/previews/PR3974/reference/plots/contour#labelcolor","1181":"/previews/PR3974/reference/plots/contour#labelfont","1182":"/previews/PR3974/reference/plots/contour#labelformatter","1183":"/previews/PR3974/reference/plots/contour#labels","1184":"/previews/PR3974/reference/plots/contour#labelsize","1185":"/previews/PR3974/reference/plots/contour#levels","1186":"/previews/PR3974/reference/plots/contour#linecap","1187":"/previews/PR3974/reference/plots/contour#linestyle","1188":"/previews/PR3974/reference/plots/contour#linewidth","1189":"/previews/PR3974/reference/plots/contour#lowclip","1190":"/previews/PR3974/reference/plots/contour#miter-limit","1191":"/previews/PR3974/reference/plots/contour#model","1192":"/previews/PR3974/reference/plots/contour#nan-color","1193":"/previews/PR3974/reference/plots/contour#overdraw","1194":"/previews/PR3974/reference/plots/contour#space","1195":"/previews/PR3974/reference/plots/contour#ssao","1196":"/previews/PR3974/reference/plots/contour#transformation","1197":"/previews/PR3974/reference/plots/contour#transparency","1198":"/previews/PR3974/reference/plots/contour#visible","1199":"/previews/PR3974/reference/plots/contour3d#contour3d","1200":"/previews/PR3974/reference/plots/contour3d#examples","1201":"/previews/PR3974/reference/plots/contour3d#attributes","1202":"/previews/PR3974/reference/plots/contour3d#alpha","1203":"/previews/PR3974/reference/plots/contour3d#color","1204":"/previews/PR3974/reference/plots/contour3d#colormap","1205":"/previews/PR3974/reference/plots/contour3d#colorrange","1206":"/previews/PR3974/reference/plots/contour3d#colorscale","1207":"/previews/PR3974/reference/plots/contour3d#depth-shift","1208":"/previews/PR3974/reference/plots/contour3d#enable-depth","1209":"/previews/PR3974/reference/plots/contour3d#fxaa","1210":"/previews/PR3974/reference/plots/contour3d#highclip","1211":"/previews/PR3974/reference/plots/contour3d#inspectable","1212":"/previews/PR3974/reference/plots/contour3d#inspector-clear","1213":"/previews/PR3974/reference/plots/contour3d#inspector-hover","1214":"/previews/PR3974/reference/plots/contour3d#inspector-label","1215":"/previews/PR3974/reference/plots/contour3d#joinstyle","1216":"/previews/PR3974/reference/plots/contour3d#labelcolor","1217":"/previews/PR3974/reference/plots/contour3d#labelfont","1218":"/previews/PR3974/reference/plots/contour3d#labelformatter","1219":"/previews/PR3974/reference/plots/contour3d#labels","1220":"/previews/PR3974/reference/plots/contour3d#labelsize","1221":"/previews/PR3974/reference/plots/contour3d#levels","1222":"/previews/PR3974/reference/plots/contour3d#linecap","1223":"/previews/PR3974/reference/plots/contour3d#linestyle","1224":"/previews/PR3974/reference/plots/contour3d#linewidth","1225":"/previews/PR3974/reference/plots/contour3d#lowclip","1226":"/previews/PR3974/reference/plots/contour3d#miter-limit","1227":"/previews/PR3974/reference/plots/contour3d#model","1228":"/previews/PR3974/reference/plots/contour3d#nan-color","1229":"/previews/PR3974/reference/plots/contour3d#overdraw","1230":"/previews/PR3974/reference/plots/contour3d#space","1231":"/previews/PR3974/reference/plots/contour3d#ssao","1232":"/previews/PR3974/reference/plots/contour3d#transformation","1233":"/previews/PR3974/reference/plots/contour3d#transparency","1234":"/previews/PR3974/reference/plots/contour3d#visible","1235":"/previews/PR3974/reference/plots/contourf#contourf","1236":"/previews/PR3974/reference/plots/contourf#Relative-mode","1237":"/previews/PR3974/reference/plots/contourf#attributes","1238":"/previews/PR3974/reference/plots/contourf#colormap","1239":"/previews/PR3974/reference/plots/contourf#colorscale","1240":"/previews/PR3974/reference/plots/contourf#depth-shift","1241":"/previews/PR3974/reference/plots/contourf#extendhigh","1242":"/previews/PR3974/reference/plots/contourf#extendlow","1243":"/previews/PR3974/reference/plots/contourf#fxaa","1244":"/previews/PR3974/reference/plots/contourf#inspectable","1245":"/previews/PR3974/reference/plots/contourf#inspector-clear","1246":"/previews/PR3974/reference/plots/contourf#inspector-hover","1247":"/previews/PR3974/reference/plots/contourf#inspector-label","1248":"/previews/PR3974/reference/plots/contourf#levels","1249":"/previews/PR3974/reference/plots/contourf#mode","1250":"/previews/PR3974/reference/plots/contourf#model","1251":"/previews/PR3974/reference/plots/contourf#nan-color","1252":"/previews/PR3974/reference/plots/contourf#overdraw","1253":"/previews/PR3974/reference/plots/contourf#space","1254":"/previews/PR3974/reference/plots/contourf#ssao","1255":"/previews/PR3974/reference/plots/contourf#transformation","1256":"/previews/PR3974/reference/plots/contourf#transparency","1257":"/previews/PR3974/reference/plots/contourf#visible","1258":"/previews/PR3974/reference/plots/crossbar#crossbar","1259":"/previews/PR3974/reference/plots/crossbar#examples","1260":"/previews/PR3974/reference/plots/crossbar#attributes","1261":"/previews/PR3974/reference/plots/crossbar#color","1262":"/previews/PR3974/reference/plots/crossbar#colormap","1263":"/previews/PR3974/reference/plots/crossbar#colorrange","1264":"/previews/PR3974/reference/plots/crossbar#colorscale","1265":"/previews/PR3974/reference/plots/crossbar#cycle","1266":"/previews/PR3974/reference/plots/crossbar#dodge","1267":"/previews/PR3974/reference/plots/crossbar#dodge-gap","1268":"/previews/PR3974/reference/plots/crossbar#gap","1269":"/previews/PR3974/reference/plots/crossbar#inspectable","1270":"/previews/PR3974/reference/plots/crossbar#midlinecolor","1271":"/previews/PR3974/reference/plots/crossbar#midlinewidth","1272":"/previews/PR3974/reference/plots/crossbar#n-dodge","1273":"/previews/PR3974/reference/plots/crossbar#notchmax","1274":"/previews/PR3974/reference/plots/crossbar#notchmin","1275":"/previews/PR3974/reference/plots/crossbar#notchwidth","1276":"/previews/PR3974/reference/plots/crossbar#orientation","1277":"/previews/PR3974/reference/plots/crossbar#show-midline","1278":"/previews/PR3974/reference/plots/crossbar#show-notch","1279":"/previews/PR3974/reference/plots/crossbar#strokecolor","1280":"/previews/PR3974/reference/plots/crossbar#strokewidth","1281":"/previews/PR3974/reference/plots/crossbar#width","1282":"/previews/PR3974/reference/plots/datashader#datashader","1283":"/previews/PR3974/reference/plots/datashader#examples","1284":"/previews/PR3974/reference/plots/datashader#airports","1285":"/previews/PR3974/reference/plots/datashader#Strange-Attractors","1286":"/previews/PR3974/reference/plots/datashader#Bigger-examples","1287":"/previews/PR3974/reference/plots/datashader#14-million-point-NYC-taxi-dataset","1288":"/previews/PR3974/reference/plots/datashader#2.7-billion-OSM-GPS-points","1289":"/previews/PR3974/reference/plots/datashader#Categorical-Data","1290":"/previews/PR3974/reference/plots/datashader#Advanced-API","1291":"/previews/PR3974/reference/plots/datashader#attributes","1292":"/previews/PR3974/reference/plots/datashader#agg","1293":"/previews/PR3974/reference/plots/datashader#alpha","1294":"/previews/PR3974/reference/plots/datashader#async","1295":"/previews/PR3974/reference/plots/datashader#binsize","1296":"/previews/PR3974/reference/plots/datashader#colormap","1297":"/previews/PR3974/reference/plots/datashader#colorrange","1298":"/previews/PR3974/reference/plots/datashader#colorscale","1299":"/previews/PR3974/reference/plots/datashader#depth-shift","1300":"/previews/PR3974/reference/plots/datashader#fxaa","1301":"/previews/PR3974/reference/plots/datashader#highclip","1302":"/previews/PR3974/reference/plots/datashader#inspectable","1303":"/previews/PR3974/reference/plots/datashader#inspector-clear","1304":"/previews/PR3974/reference/plots/datashader#inspector-hover","1305":"/previews/PR3974/reference/plots/datashader#inspector-label","1306":"/previews/PR3974/reference/plots/datashader#interpolate","1307":"/previews/PR3974/reference/plots/datashader#local-operation","1308":"/previews/PR3974/reference/plots/datashader#lowclip","1309":"/previews/PR3974/reference/plots/datashader#method","1310":"/previews/PR3974/reference/plots/datashader#model","1311":"/previews/PR3974/reference/plots/datashader#nan-color","1312":"/previews/PR3974/reference/plots/datashader#operation","1313":"/previews/PR3974/reference/plots/datashader#overdraw","1314":"/previews/PR3974/reference/plots/datashader#point-transform","1315":"/previews/PR3974/reference/plots/datashader#show-timings","1316":"/previews/PR3974/reference/plots/datashader#space","1317":"/previews/PR3974/reference/plots/datashader#ssao","1318":"/previews/PR3974/reference/plots/datashader#transformation","1319":"/previews/PR3974/reference/plots/datashader#transparency","1320":"/previews/PR3974/reference/plots/datashader#visible","1321":"/previews/PR3974/reference/plots/density#density","1322":"/previews/PR3974/reference/plots/density#examples","1323":"/previews/PR3974/reference/plots/density#gradients","1324":"/previews/PR3974/reference/plots/density#Using-statistical-weights","1325":"/previews/PR3974/reference/plots/density#attributes","1326":"/previews/PR3974/reference/plots/density#bandwidth","1327":"/previews/PR3974/reference/plots/density#boundary","1328":"/previews/PR3974/reference/plots/density#color","1329":"/previews/PR3974/reference/plots/density#colormap","1330":"/previews/PR3974/reference/plots/density#colorrange","1331":"/previews/PR3974/reference/plots/density#colorscale","1332":"/previews/PR3974/reference/plots/density#cycle","1333":"/previews/PR3974/reference/plots/density#direction","1334":"/previews/PR3974/reference/plots/density#inspectable","1335":"/previews/PR3974/reference/plots/density#linestyle","1336":"/previews/PR3974/reference/plots/density#npoints","1337":"/previews/PR3974/reference/plots/density#offset","1338":"/previews/PR3974/reference/plots/density#strokearound","1339":"/previews/PR3974/reference/plots/density#strokecolor","1340":"/previews/PR3974/reference/plots/density#strokewidth","1341":"/previews/PR3974/reference/plots/density#weights","1342":"/previews/PR3974/reference/plots/ecdf#ecdfplot","1343":"/previews/PR3974/reference/plots/ecdf#examples","1344":"/previews/PR3974/reference/plots/ecdf#attributes","1345":"/previews/PR3974/reference/plots/ecdf#alpha","1346":"/previews/PR3974/reference/plots/ecdf#color","1347":"/previews/PR3974/reference/plots/ecdf#colormap","1348":"/previews/PR3974/reference/plots/ecdf#colorrange","1349":"/previews/PR3974/reference/plots/ecdf#colorscale","1350":"/previews/PR3974/reference/plots/ecdf#cycle","1351":"/previews/PR3974/reference/plots/ecdf#depth-shift","1352":"/previews/PR3974/reference/plots/ecdf#fxaa","1353":"/previews/PR3974/reference/plots/ecdf#highclip","1354":"/previews/PR3974/reference/plots/ecdf#inspectable","1355":"/previews/PR3974/reference/plots/ecdf#inspector-clear","1356":"/previews/PR3974/reference/plots/ecdf#inspector-hover","1357":"/previews/PR3974/reference/plots/ecdf#inspector-label","1358":"/previews/PR3974/reference/plots/ecdf#joinstyle","1359":"/previews/PR3974/reference/plots/ecdf#linecap","1360":"/previews/PR3974/reference/plots/ecdf#linestyle","1361":"/previews/PR3974/reference/plots/ecdf#linewidth","1362":"/previews/PR3974/reference/plots/ecdf#lowclip","1363":"/previews/PR3974/reference/plots/ecdf#miter-limit","1364":"/previews/PR3974/reference/plots/ecdf#model","1365":"/previews/PR3974/reference/plots/ecdf#nan-color","1366":"/previews/PR3974/reference/plots/ecdf#overdraw","1367":"/previews/PR3974/reference/plots/ecdf#space","1368":"/previews/PR3974/reference/plots/ecdf#ssao","1369":"/previews/PR3974/reference/plots/ecdf#step","1370":"/previews/PR3974/reference/plots/ecdf#transformation","1371":"/previews/PR3974/reference/plots/ecdf#transparency","1372":"/previews/PR3974/reference/plots/ecdf#visible","1373":"/previews/PR3974/reference/plots/errorbars#errorbars","1374":"/previews/PR3974/reference/plots/errorbars#examples","1375":"/previews/PR3974/reference/plots/errorbars#attributes","1376":"/previews/PR3974/reference/plots/errorbars#alpha","1377":"/previews/PR3974/reference/plots/errorbars#color","1378":"/previews/PR3974/reference/plots/errorbars#colormap","1379":"/previews/PR3974/reference/plots/errorbars#colorrange","1380":"/previews/PR3974/reference/plots/errorbars#colorscale","1381":"/previews/PR3974/reference/plots/errorbars#cycle","1382":"/previews/PR3974/reference/plots/errorbars#depth-shift","1383":"/previews/PR3974/reference/plots/errorbars#direction","1384":"/previews/PR3974/reference/plots/errorbars#fxaa","1385":"/previews/PR3974/reference/plots/errorbars#highclip","1386":"/previews/PR3974/reference/plots/errorbars#inspectable","1387":"/previews/PR3974/reference/plots/errorbars#inspector-clear","1388":"/previews/PR3974/reference/plots/errorbars#inspector-hover","1389":"/previews/PR3974/reference/plots/errorbars#inspector-label","1390":"/previews/PR3974/reference/plots/errorbars#linecap","1391":"/previews/PR3974/reference/plots/errorbars#linewidth","1392":"/previews/PR3974/reference/plots/errorbars#lowclip","1393":"/previews/PR3974/reference/plots/errorbars#model","1394":"/previews/PR3974/reference/plots/errorbars#nan-color","1395":"/previews/PR3974/reference/plots/errorbars#overdraw","1396":"/previews/PR3974/reference/plots/errorbars#space","1397":"/previews/PR3974/reference/plots/errorbars#ssao","1398":"/previews/PR3974/reference/plots/errorbars#transformation","1399":"/previews/PR3974/reference/plots/errorbars#transparency","1400":"/previews/PR3974/reference/plots/errorbars#visible","1401":"/previews/PR3974/reference/plots/errorbars#whiskerwidth","1402":"/previews/PR3974/reference/plots/heatmap#heatmap","1403":"/previews/PR3974/reference/plots/heatmap#examples","1404":"/previews/PR3974/reference/plots/heatmap#Two-vectors-and-a-matrix","1405":"/previews/PR3974/reference/plots/heatmap#Using-a-Function-instead-of-a-Matrix","1406":"/previews/PR3974/reference/plots/heatmap#Three-vectors","1407":"/previews/PR3974/reference/plots/heatmap#Colorbar-for-single-heatmap","1408":"/previews/PR3974/reference/plots/heatmap#Colorbar-for-multiple-heatmaps","1409":"/previews/PR3974/reference/plots/heatmap#Using-a-custom-colorscale","1410":"/previews/PR3974/reference/plots/heatmap#attributes","1411":"/previews/PR3974/reference/plots/heatmap#alpha","1412":"/previews/PR3974/reference/plots/heatmap#colormap","1413":"/previews/PR3974/reference/plots/heatmap#colorrange","1414":"/previews/PR3974/reference/plots/heatmap#colorscale","1415":"/previews/PR3974/reference/plots/heatmap#depth-shift","1416":"/previews/PR3974/reference/plots/heatmap#fxaa","1417":"/previews/PR3974/reference/plots/heatmap#highclip","1418":"/previews/PR3974/reference/plots/heatmap#inspectable","1419":"/previews/PR3974/reference/plots/heatmap#inspector-clear","1420":"/previews/PR3974/reference/plots/heatmap#inspector-hover","1421":"/previews/PR3974/reference/plots/heatmap#inspector-label","1422":"/previews/PR3974/reference/plots/heatmap#interpolate","1423":"/previews/PR3974/reference/plots/heatmap#lowclip","1424":"/previews/PR3974/reference/plots/heatmap#model","1425":"/previews/PR3974/reference/plots/heatmap#nan-color","1426":"/previews/PR3974/reference/plots/heatmap#overdraw","1427":"/previews/PR3974/reference/plots/heatmap#space","1428":"/previews/PR3974/reference/plots/heatmap#ssao","1429":"/previews/PR3974/reference/plots/heatmap#transformation","1430":"/previews/PR3974/reference/plots/heatmap#transparency","1431":"/previews/PR3974/reference/plots/heatmap#visible","1432":"/previews/PR3974/reference/plots/hexbin#hexbin","1433":"/previews/PR3974/reference/plots/hexbin#examples","1434":"/previews/PR3974/reference/plots/hexbin#Setting-the-number-of-bins","1435":"/previews/PR3974/reference/plots/hexbin#Setting-the-size-of-cells","1436":"/previews/PR3974/reference/plots/hexbin#Hiding-hexagons-with-low-counts","1437":"/previews/PR3974/reference/plots/hexbin#Changing-the-scale-of-the-number-of-observations-in-a-bin","1438":"/previews/PR3974/reference/plots/hexbin#Showing-zero-count-hexagons","1439":"/previews/PR3974/reference/plots/hexbin#Applying-weights-to-observations","1440":"/previews/PR3974/reference/plots/hexbin#attributes","1441":"/previews/PR3974/reference/plots/hexbin#alpha","1442":"/previews/PR3974/reference/plots/hexbin#bins","1443":"/previews/PR3974/reference/plots/hexbin#cellsize","1444":"/previews/PR3974/reference/plots/hexbin#colormap","1445":"/previews/PR3974/reference/plots/hexbin#colorrange","1446":"/previews/PR3974/reference/plots/hexbin#colorscale","1447":"/previews/PR3974/reference/plots/hexbin#highclip","1448":"/previews/PR3974/reference/plots/hexbin#lowclip","1449":"/previews/PR3974/reference/plots/hexbin#nan-color","1450":"/previews/PR3974/reference/plots/hexbin#strokecolor","1451":"/previews/PR3974/reference/plots/hexbin#strokewidth","1452":"/previews/PR3974/reference/plots/hexbin#threshold","1453":"/previews/PR3974/reference/plots/hexbin#weights","1454":"/previews/PR3974/reference/plots/hist#hist","1455":"/previews/PR3974/reference/plots/hist#examples","1456":"/previews/PR3974/reference/plots/hist#Histogram-with-labels","1457":"/previews/PR3974/reference/plots/hist#Moving-histograms","1458":"/previews/PR3974/reference/plots/hist#Using-statistical-weights","1459":"/previews/PR3974/reference/plots/hist#attributes","1460":"/previews/PR3974/reference/plots/hist#bar-labels","1461":"/previews/PR3974/reference/plots/hist#bins","1462":"/previews/PR3974/reference/plots/hist#color","1463":"/previews/PR3974/reference/plots/hist#cycle","1464":"/previews/PR3974/reference/plots/hist#direction","1465":"/previews/PR3974/reference/plots/hist#fillto","1466":"/previews/PR3974/reference/plots/hist#flip-labels-at","1467":"/previews/PR3974/reference/plots/hist#gap","1468":"/previews/PR3974/reference/plots/hist#label-color","1469":"/previews/PR3974/reference/plots/hist#label-font","1470":"/previews/PR3974/reference/plots/hist#label-formatter","1471":"/previews/PR3974/reference/plots/hist#label-offset","1472":"/previews/PR3974/reference/plots/hist#label-size","1473":"/previews/PR3974/reference/plots/hist#normalization","1474":"/previews/PR3974/reference/plots/hist#offset","1475":"/previews/PR3974/reference/plots/hist#over-background-color","1476":"/previews/PR3974/reference/plots/hist#over-bar-color","1477":"/previews/PR3974/reference/plots/hist#scale-to","1478":"/previews/PR3974/reference/plots/hist#strokecolor","1479":"/previews/PR3974/reference/plots/hist#strokewidth","1480":"/previews/PR3974/reference/plots/hist#weights","1481":"/previews/PR3974/reference/plots/hlines#hlines","1482":"/previews/PR3974/reference/plots/hlines#attributes","1483":"/previews/PR3974/reference/plots/hlines#alpha","1484":"/previews/PR3974/reference/plots/hlines#color","1485":"/previews/PR3974/reference/plots/hlines#colormap","1486":"/previews/PR3974/reference/plots/hlines#colorrange","1487":"/previews/PR3974/reference/plots/hlines#colorscale","1488":"/previews/PR3974/reference/plots/hlines#cycle","1489":"/previews/PR3974/reference/plots/hlines#depth-shift","1490":"/previews/PR3974/reference/plots/hlines#fxaa","1491":"/previews/PR3974/reference/plots/hlines#highclip","1492":"/previews/PR3974/reference/plots/hlines#inspectable","1493":"/previews/PR3974/reference/plots/hlines#inspector-clear","1494":"/previews/PR3974/reference/plots/hlines#inspector-hover","1495":"/previews/PR3974/reference/plots/hlines#inspector-label","1496":"/previews/PR3974/reference/plots/hlines#linecap","1497":"/previews/PR3974/reference/plots/hlines#linestyle","1498":"/previews/PR3974/reference/plots/hlines#linewidth","1499":"/previews/PR3974/reference/plots/hlines#lowclip","1500":"/previews/PR3974/reference/plots/hlines#model","1501":"/previews/PR3974/reference/plots/hlines#nan-color","1502":"/previews/PR3974/reference/plots/hlines#overdraw","1503":"/previews/PR3974/reference/plots/hlines#space","1504":"/previews/PR3974/reference/plots/hlines#ssao","1505":"/previews/PR3974/reference/plots/hlines#transformation","1506":"/previews/PR3974/reference/plots/hlines#transparency","1507":"/previews/PR3974/reference/plots/hlines#visible","1508":"/previews/PR3974/reference/plots/hlines#xmax","1509":"/previews/PR3974/reference/plots/hlines#xmin","1510":"/previews/PR3974/reference/plots/hspan#hspan","1511":"/previews/PR3974/reference/plots/hspan#attributes","1512":"/previews/PR3974/reference/plots/hspan#alpha","1513":"/previews/PR3974/reference/plots/hspan#color","1514":"/previews/PR3974/reference/plots/hspan#colormap","1515":"/previews/PR3974/reference/plots/hspan#colorrange","1516":"/previews/PR3974/reference/plots/hspan#colorscale","1517":"/previews/PR3974/reference/plots/hspan#cycle","1518":"/previews/PR3974/reference/plots/hspan#depth-shift","1519":"/previews/PR3974/reference/plots/hspan#fxaa","1520":"/previews/PR3974/reference/plots/hspan#highclip","1521":"/previews/PR3974/reference/plots/hspan#inspectable","1522":"/previews/PR3974/reference/plots/hspan#inspector-clear","1523":"/previews/PR3974/reference/plots/hspan#inspector-hover","1524":"/previews/PR3974/reference/plots/hspan#inspector-label","1525":"/previews/PR3974/reference/plots/hspan#joinstyle","1526":"/previews/PR3974/reference/plots/hspan#linecap","1527":"/previews/PR3974/reference/plots/hspan#linestyle","1528":"/previews/PR3974/reference/plots/hspan#lowclip","1529":"/previews/PR3974/reference/plots/hspan#miter-limit","1530":"/previews/PR3974/reference/plots/hspan#model","1531":"/previews/PR3974/reference/plots/hspan#nan-color","1532":"/previews/PR3974/reference/plots/hspan#overdraw","1533":"/previews/PR3974/reference/plots/hspan#shading","1534":"/previews/PR3974/reference/plots/hspan#space","1535":"/previews/PR3974/reference/plots/hspan#ssao","1536":"/previews/PR3974/reference/plots/hspan#strokecolor","1537":"/previews/PR3974/reference/plots/hspan#strokecolormap","1538":"/previews/PR3974/reference/plots/hspan#strokewidth","1539":"/previews/PR3974/reference/plots/hspan#transformation","1540":"/previews/PR3974/reference/plots/hspan#transparency","1541":"/previews/PR3974/reference/plots/hspan#visible","1542":"/previews/PR3974/reference/plots/hspan#xmax","1543":"/previews/PR3974/reference/plots/hspan#xmin","1544":"/previews/PR3974/reference/plots/image#image","1545":"/previews/PR3974/reference/plots/image#examples","1546":"/previews/PR3974/reference/plots/image#attributes","1547":"/previews/PR3974/reference/plots/image#alpha","1548":"/previews/PR3974/reference/plots/image#colormap","1549":"/previews/PR3974/reference/plots/image#colorrange","1550":"/previews/PR3974/reference/plots/image#colorscale","1551":"/previews/PR3974/reference/plots/image#depth-shift","1552":"/previews/PR3974/reference/plots/image#fxaa","1553":"/previews/PR3974/reference/plots/image#highclip","1554":"/previews/PR3974/reference/plots/image#inspectable","1555":"/previews/PR3974/reference/plots/image#inspector-clear","1556":"/previews/PR3974/reference/plots/image#inspector-hover","1557":"/previews/PR3974/reference/plots/image#inspector-label","1558":"/previews/PR3974/reference/plots/image#interpolate","1559":"/previews/PR3974/reference/plots/image#lowclip","1560":"/previews/PR3974/reference/plots/image#model","1561":"/previews/PR3974/reference/plots/image#nan-color","1562":"/previews/PR3974/reference/plots/image#overdraw","1563":"/previews/PR3974/reference/plots/image#space","1564":"/previews/PR3974/reference/plots/image#ssao","1565":"/previews/PR3974/reference/plots/image#transformation","1566":"/previews/PR3974/reference/plots/image#transparency","1567":"/previews/PR3974/reference/plots/image#visible","1568":"/previews/PR3974/reference/plots/lines#lines","1569":"/previews/PR3974/reference/plots/lines#Dealing-with-outline-artifacts-in-GLMakie","1570":"/previews/PR3974/reference/plots/lines#attributes","1571":"/previews/PR3974/reference/plots/lines#alpha","1572":"/previews/PR3974/reference/plots/lines#color","1573":"/previews/PR3974/reference/plots/lines#colormap","1574":"/previews/PR3974/reference/plots/lines#colorrange","1575":"/previews/PR3974/reference/plots/lines#colorscale","1576":"/previews/PR3974/reference/plots/lines#cycle","1577":"/previews/PR3974/reference/plots/lines#depth-shift","1578":"/previews/PR3974/reference/plots/lines#fxaa","1579":"/previews/PR3974/reference/plots/lines#highclip","1580":"/previews/PR3974/reference/plots/lines#inspectable","1581":"/previews/PR3974/reference/plots/lines#inspector-clear","1582":"/previews/PR3974/reference/plots/lines#inspector-hover","1583":"/previews/PR3974/reference/plots/lines#inspector-label","1584":"/previews/PR3974/reference/plots/lines#joinstyle","1585":"/previews/PR3974/reference/plots/lines#linecap","1586":"/previews/PR3974/reference/plots/lines#linestyle","1587":"/previews/PR3974/reference/plots/lines#linewidth","1588":"/previews/PR3974/reference/plots/lines#lowclip","1589":"/previews/PR3974/reference/plots/lines#miter-limit","1590":"/previews/PR3974/reference/plots/lines#model","1591":"/previews/PR3974/reference/plots/lines#nan-color","1592":"/previews/PR3974/reference/plots/lines#overdraw","1593":"/previews/PR3974/reference/plots/lines#space","1594":"/previews/PR3974/reference/plots/lines#ssao","1595":"/previews/PR3974/reference/plots/lines#transformation","1596":"/previews/PR3974/reference/plots/lines#transparency","1597":"/previews/PR3974/reference/plots/lines#visible","1598":"/previews/PR3974/reference/plots/linesegments#linesegments","1599":"/previews/PR3974/reference/plots/linesegments#examples","1600":"/previews/PR3974/reference/plots/linesegments#Dealing-with-outline-artifacts-in-GLMakie","1601":"/previews/PR3974/reference/plots/linesegments#attributes","1602":"/previews/PR3974/reference/plots/linesegments#alpha","1603":"/previews/PR3974/reference/plots/linesegments#color","1604":"/previews/PR3974/reference/plots/linesegments#colormap","1605":"/previews/PR3974/reference/plots/linesegments#colorrange","1606":"/previews/PR3974/reference/plots/linesegments#colorscale","1607":"/previews/PR3974/reference/plots/linesegments#cycle","1608":"/previews/PR3974/reference/plots/linesegments#depth-shift","1609":"/previews/PR3974/reference/plots/linesegments#fxaa","1610":"/previews/PR3974/reference/plots/linesegments#highclip","1611":"/previews/PR3974/reference/plots/linesegments#inspectable","1612":"/previews/PR3974/reference/plots/linesegments#inspector-clear","1613":"/previews/PR3974/reference/plots/linesegments#inspector-hover","1614":"/previews/PR3974/reference/plots/linesegments#inspector-label","1615":"/previews/PR3974/reference/plots/linesegments#linecap","1616":"/previews/PR3974/reference/plots/linesegments#linestyle","1617":"/previews/PR3974/reference/plots/linesegments#linewidth","1618":"/previews/PR3974/reference/plots/linesegments#lowclip","1619":"/previews/PR3974/reference/plots/linesegments#model","1620":"/previews/PR3974/reference/plots/linesegments#nan-color","1621":"/previews/PR3974/reference/plots/linesegments#overdraw","1622":"/previews/PR3974/reference/plots/linesegments#space","1623":"/previews/PR3974/reference/plots/linesegments#ssao","1624":"/previews/PR3974/reference/plots/linesegments#transformation","1625":"/previews/PR3974/reference/plots/linesegments#transparency","1626":"/previews/PR3974/reference/plots/linesegments#visible","1627":"/previews/PR3974/reference/plots/mesh#mesh","1628":"/previews/PR3974/reference/plots/mesh#examples","1629":"/previews/PR3974/reference/plots/mesh#Using-GeometryBasics.Mesh-and-Buffer/Sampler-type","1630":"/previews/PR3974/reference/plots/mesh#attributes","1631":"/previews/PR3974/reference/plots/mesh#alpha","1632":"/previews/PR3974/reference/plots/mesh#backlight","1633":"/previews/PR3974/reference/plots/mesh#color","1634":"/previews/PR3974/reference/plots/mesh#colormap","1635":"/previews/PR3974/reference/plots/mesh#colorrange","1636":"/previews/PR3974/reference/plots/mesh#colorscale","1637":"/previews/PR3974/reference/plots/mesh#cycle","1638":"/previews/PR3974/reference/plots/mesh#depth-shift","1639":"/previews/PR3974/reference/plots/mesh#diffuse","1640":"/previews/PR3974/reference/plots/mesh#fxaa","1641":"/previews/PR3974/reference/plots/mesh#highclip","1642":"/previews/PR3974/reference/plots/mesh#inspectable","1643":"/previews/PR3974/reference/plots/mesh#inspector-clear","1644":"/previews/PR3974/reference/plots/mesh#inspector-hover","1645":"/previews/PR3974/reference/plots/mesh#inspector-label","1646":"/previews/PR3974/reference/plots/mesh#interpolate","1647":"/previews/PR3974/reference/plots/mesh#lowclip","1648":"/previews/PR3974/reference/plots/mesh#matcap","1649":"/previews/PR3974/reference/plots/mesh#material","1650":"/previews/PR3974/reference/plots/mesh#model","1651":"/previews/PR3974/reference/plots/mesh#nan-color","1652":"/previews/PR3974/reference/plots/mesh#overdraw","1653":"/previews/PR3974/reference/plots/mesh#shading","1654":"/previews/PR3974/reference/plots/mesh#shininess","1655":"/previews/PR3974/reference/plots/mesh#space","1656":"/previews/PR3974/reference/plots/mesh#specular","1657":"/previews/PR3974/reference/plots/mesh#ssao","1658":"/previews/PR3974/reference/plots/mesh#transformation","1659":"/previews/PR3974/reference/plots/mesh#transparency","1660":"/previews/PR3974/reference/plots/mesh#visible","1661":"/previews/PR3974/reference/plots/meshscatter#meshscatter","1662":"/previews/PR3974/reference/plots/meshscatter#examples","1663":"/previews/PR3974/reference/plots/meshscatter#attributes","1664":"/previews/PR3974/reference/plots/meshscatter#alpha","1665":"/previews/PR3974/reference/plots/meshscatter#backlight","1666":"/previews/PR3974/reference/plots/meshscatter#color","1667":"/previews/PR3974/reference/plots/meshscatter#colormap","1668":"/previews/PR3974/reference/plots/meshscatter#colorrange","1669":"/previews/PR3974/reference/plots/meshscatter#colorscale","1670":"/previews/PR3974/reference/plots/meshscatter#cycle","1671":"/previews/PR3974/reference/plots/meshscatter#depth-shift","1672":"/previews/PR3974/reference/plots/meshscatter#diffuse","1673":"/previews/PR3974/reference/plots/meshscatter#fxaa","1674":"/previews/PR3974/reference/plots/meshscatter#highclip","1675":"/previews/PR3974/reference/plots/meshscatter#inspectable","1676":"/previews/PR3974/reference/plots/meshscatter#inspector-clear","1677":"/previews/PR3974/reference/plots/meshscatter#inspector-hover","1678":"/previews/PR3974/reference/plots/meshscatter#inspector-label","1679":"/previews/PR3974/reference/plots/meshscatter#lowclip","1680":"/previews/PR3974/reference/plots/meshscatter#marker","1681":"/previews/PR3974/reference/plots/meshscatter#markersize","1682":"/previews/PR3974/reference/plots/meshscatter#material","1683":"/previews/PR3974/reference/plots/meshscatter#model","1684":"/previews/PR3974/reference/plots/meshscatter#nan-color","1685":"/previews/PR3974/reference/plots/meshscatter#overdraw","1686":"/previews/PR3974/reference/plots/meshscatter#rotation","1687":"/previews/PR3974/reference/plots/meshscatter#shading","1688":"/previews/PR3974/reference/plots/meshscatter#shininess","1689":"/previews/PR3974/reference/plots/meshscatter#space","1690":"/previews/PR3974/reference/plots/meshscatter#specular","1691":"/previews/PR3974/reference/plots/meshscatter#ssao","1692":"/previews/PR3974/reference/plots/meshscatter#transformation","1693":"/previews/PR3974/reference/plots/meshscatter#transparency","1694":"/previews/PR3974/reference/plots/meshscatter#visible","1695":"/previews/PR3974/reference/plots/overview#overview","1696":"/previews/PR3974/reference/plots/overview#ablines","1697":"/previews/PR3974/reference/plots/overview#arc","1698":"/previews/PR3974/reference/plots/overview#arrows","1699":"/previews/PR3974/reference/plots/overview#band","1700":"/previews/PR3974/reference/plots/overview#barplot","1701":"/previews/PR3974/reference/plots/overview#boxplot","1702":"/previews/PR3974/reference/plots/overview#bracket","1703":"/previews/PR3974/reference/plots/overview#contour","1704":"/previews/PR3974/reference/plots/overview#contour3d","1705":"/previews/PR3974/reference/plots/overview#contourf","1706":"/previews/PR3974/reference/plots/overview#crossbar","1707":"/previews/PR3974/reference/plots/overview#datashader","1708":"/previews/PR3974/reference/plots/overview#density","1709":"/previews/PR3974/reference/plots/overview#ecdfplot","1710":"/previews/PR3974/reference/plots/overview#errorbars","1711":"/previews/PR3974/reference/plots/overview#heatmap","1712":"/previews/PR3974/reference/plots/overview#hexbin","1713":"/previews/PR3974/reference/plots/overview#hist","1714":"/previews/PR3974/reference/plots/overview#hlines","1715":"/previews/PR3974/reference/plots/overview#hspan","1716":"/previews/PR3974/reference/plots/overview#image","1717":"/previews/PR3974/reference/plots/overview#lines","1718":"/previews/PR3974/reference/plots/overview#linesegments","1719":"/previews/PR3974/reference/plots/overview#mesh","1720":"/previews/PR3974/reference/plots/overview#meshscatter","1721":"/previews/PR3974/reference/plots/overview#pie","1722":"/previews/PR3974/reference/plots/overview#poly","1723":"/previews/PR3974/reference/plots/overview#qqnorm","1724":"/previews/PR3974/reference/plots/overview#qqplot","1725":"/previews/PR3974/reference/plots/overview#rainclouds","1726":"/previews/PR3974/reference/plots/overview#rangebars","1727":"/previews/PR3974/reference/plots/overview#scatter","1728":"/previews/PR3974/reference/plots/overview#scatterlines","1729":"/previews/PR3974/reference/plots/overview#series","1730":"/previews/PR3974/reference/plots/overview#spy","1731":"/previews/PR3974/reference/plots/overview#stairs","1732":"/previews/PR3974/reference/plots/overview#stem","1733":"/previews/PR3974/reference/plots/overview#stephist","1734":"/previews/PR3974/reference/plots/overview#streamplot","1735":"/previews/PR3974/reference/plots/overview#surface","1736":"/previews/PR3974/reference/plots/overview#text","1737":"/previews/PR3974/reference/plots/overview#tooltip","1738":"/previews/PR3974/reference/plots/overview#tricontourf","1739":"/previews/PR3974/reference/plots/overview#triplot","1740":"/previews/PR3974/reference/plots/overview#violin","1741":"/previews/PR3974/reference/plots/overview#vlines","1742":"/previews/PR3974/reference/plots/overview#volume","1743":"/previews/PR3974/reference/plots/overview#volumeslices","1744":"/previews/PR3974/reference/plots/overview#voronoiplot","1745":"/previews/PR3974/reference/plots/overview#voxels","1746":"/previews/PR3974/reference/plots/overview#vspan","1747":"/previews/PR3974/reference/plots/overview#waterfall","1748":"/previews/PR3974/reference/plots/overview#wireframe","1749":"/previews/PR3974/reference/plots/pie#pie","1750":"/previews/PR3974/reference/plots/pie#examples","1751":"/previews/PR3974/reference/plots/pie#attributes","1752":"/previews/PR3974/reference/plots/pie#color","1753":"/previews/PR3974/reference/plots/pie#depth-shift","1754":"/previews/PR3974/reference/plots/pie#fxaa","1755":"/previews/PR3974/reference/plots/pie#inner-radius","1756":"/previews/PR3974/reference/plots/pie#inspectable","1757":"/previews/PR3974/reference/plots/pie#inspector-clear","1758":"/previews/PR3974/reference/plots/pie#inspector-hover","1759":"/previews/PR3974/reference/plots/pie#inspector-label","1760":"/previews/PR3974/reference/plots/pie#model","1761":"/previews/PR3974/reference/plots/pie#normalize","1762":"/previews/PR3974/reference/plots/pie#offset","1763":"/previews/PR3974/reference/plots/pie#overdraw","1764":"/previews/PR3974/reference/plots/pie#radius","1765":"/previews/PR3974/reference/plots/pie#space","1766":"/previews/PR3974/reference/plots/pie#ssao","1767":"/previews/PR3974/reference/plots/pie#strokecolor","1768":"/previews/PR3974/reference/plots/pie#strokewidth","1769":"/previews/PR3974/reference/plots/pie#transformation","1770":"/previews/PR3974/reference/plots/pie#transparency","1771":"/previews/PR3974/reference/plots/pie#vertex-per-deg","1772":"/previews/PR3974/reference/plots/pie#visible","1773":"/previews/PR3974/reference/plots/poly#poly","1774":"/previews/PR3974/reference/plots/poly#examples","1775":"/previews/PR3974/reference/plots/poly#attributes","1776":"/previews/PR3974/reference/plots/poly#alpha","1777":"/previews/PR3974/reference/plots/poly#color","1778":"/previews/PR3974/reference/plots/poly#colormap","1779":"/previews/PR3974/reference/plots/poly#colorrange","1780":"/previews/PR3974/reference/plots/poly#colorscale","1781":"/previews/PR3974/reference/plots/poly#cycle","1782":"/previews/PR3974/reference/plots/poly#depth-shift","1783":"/previews/PR3974/reference/plots/poly#fxaa","1784":"/previews/PR3974/reference/plots/poly#highclip","1785":"/previews/PR3974/reference/plots/poly#inspectable","1786":"/previews/PR3974/reference/plots/poly#inspector-clear","1787":"/previews/PR3974/reference/plots/poly#inspector-hover","1788":"/previews/PR3974/reference/plots/poly#inspector-label","1789":"/previews/PR3974/reference/plots/poly#joinstyle","1790":"/previews/PR3974/reference/plots/poly#linecap","1791":"/previews/PR3974/reference/plots/poly#linestyle","1792":"/previews/PR3974/reference/plots/poly#lowclip","1793":"/previews/PR3974/reference/plots/poly#miter-limit","1794":"/previews/PR3974/reference/plots/poly#model","1795":"/previews/PR3974/reference/plots/poly#nan-color","1796":"/previews/PR3974/reference/plots/poly#overdraw","1797":"/previews/PR3974/reference/plots/poly#shading","1798":"/previews/PR3974/reference/plots/poly#space","1799":"/previews/PR3974/reference/plots/poly#ssao","1800":"/previews/PR3974/reference/plots/poly#strokecolor","1801":"/previews/PR3974/reference/plots/poly#strokecolormap","1802":"/previews/PR3974/reference/plots/poly#strokewidth","1803":"/previews/PR3974/reference/plots/poly#transformation","1804":"/previews/PR3974/reference/plots/poly#transparency","1805":"/previews/PR3974/reference/plots/poly#visible","1806":"/previews/PR3974/reference/plots/qqnorm#qqnorm","1807":"/previews/PR3974/reference/plots/qqnorm#examples","1808":"/previews/PR3974/reference/plots/qqnorm#attributes","1809":"/previews/PR3974/reference/plots/qqnorm#color","1810":"/previews/PR3974/reference/plots/qqnorm#cycle","1811":"/previews/PR3974/reference/plots/qqnorm#depth-shift","1812":"/previews/PR3974/reference/plots/qqnorm#fxaa","1813":"/previews/PR3974/reference/plots/qqnorm#inspectable","1814":"/previews/PR3974/reference/plots/qqnorm#inspector-clear","1815":"/previews/PR3974/reference/plots/qqnorm#inspector-hover","1816":"/previews/PR3974/reference/plots/qqnorm#inspector-label","1817":"/previews/PR3974/reference/plots/qqnorm#linestyle","1818":"/previews/PR3974/reference/plots/qqnorm#linewidth","1819":"/previews/PR3974/reference/plots/qqnorm#marker","1820":"/previews/PR3974/reference/plots/qqnorm#markercolor","1821":"/previews/PR3974/reference/plots/qqnorm#markersize","1822":"/previews/PR3974/reference/plots/qqnorm#model","1823":"/previews/PR3974/reference/plots/qqnorm#overdraw","1824":"/previews/PR3974/reference/plots/qqnorm#space","1825":"/previews/PR3974/reference/plots/qqnorm#ssao","1826":"/previews/PR3974/reference/plots/qqnorm#strokecolor","1827":"/previews/PR3974/reference/plots/qqnorm#strokewidth","1828":"/previews/PR3974/reference/plots/qqnorm#transformation","1829":"/previews/PR3974/reference/plots/qqnorm#transparency","1830":"/previews/PR3974/reference/plots/qqnorm#visible","1831":"/previews/PR3974/reference/plots/qqplot#qqplot","1832":"/previews/PR3974/reference/plots/qqplot#examples","1833":"/previews/PR3974/reference/plots/qqplot#attributes","1834":"/previews/PR3974/reference/plots/qqplot#color","1835":"/previews/PR3974/reference/plots/qqplot#cycle","1836":"/previews/PR3974/reference/plots/qqplot#depth-shift","1837":"/previews/PR3974/reference/plots/qqplot#fxaa","1838":"/previews/PR3974/reference/plots/qqplot#inspectable","1839":"/previews/PR3974/reference/plots/qqplot#inspector-clear","1840":"/previews/PR3974/reference/plots/qqplot#inspector-hover","1841":"/previews/PR3974/reference/plots/qqplot#inspector-label","1842":"/previews/PR3974/reference/plots/qqplot#linestyle","1843":"/previews/PR3974/reference/plots/qqplot#linewidth","1844":"/previews/PR3974/reference/plots/qqplot#marker","1845":"/previews/PR3974/reference/plots/qqplot#markercolor","1846":"/previews/PR3974/reference/plots/qqplot#markersize","1847":"/previews/PR3974/reference/plots/qqplot#model","1848":"/previews/PR3974/reference/plots/qqplot#overdraw","1849":"/previews/PR3974/reference/plots/qqplot#space","1850":"/previews/PR3974/reference/plots/qqplot#ssao","1851":"/previews/PR3974/reference/plots/qqplot#strokecolor","1852":"/previews/PR3974/reference/plots/qqplot#strokewidth","1853":"/previews/PR3974/reference/plots/qqplot#transformation","1854":"/previews/PR3974/reference/plots/qqplot#transparency","1855":"/previews/PR3974/reference/plots/qqplot#visible","1856":"/previews/PR3974/reference/plots/rainclouds#rainclouds","1857":"/previews/PR3974/reference/plots/rainclouds#attributes","1858":"/previews/PR3974/reference/plots/rainclouds#boxplot-nudge","1859":"/previews/PR3974/reference/plots/rainclouds#boxplot-width","1860":"/previews/PR3974/reference/plots/rainclouds#center-boxplot","1861":"/previews/PR3974/reference/plots/rainclouds#cloud-width","1862":"/previews/PR3974/reference/plots/rainclouds#clouds","1863":"/previews/PR3974/reference/plots/rainclouds#color","1864":"/previews/PR3974/reference/plots/rainclouds#cycle","1865":"/previews/PR3974/reference/plots/rainclouds#dodge","1866":"/previews/PR3974/reference/plots/rainclouds#dodge-gap","1867":"/previews/PR3974/reference/plots/rainclouds#gap","1868":"/previews/PR3974/reference/plots/rainclouds#hist-bins","1869":"/previews/PR3974/reference/plots/rainclouds#markersize","1870":"/previews/PR3974/reference/plots/rainclouds#n-dodge","1871":"/previews/PR3974/reference/plots/rainclouds#orientation","1872":"/previews/PR3974/reference/plots/rainclouds#plot-boxplots","1873":"/previews/PR3974/reference/plots/rainclouds#show-boxplot-outliers","1874":"/previews/PR3974/reference/plots/rainclouds#show-median","1875":"/previews/PR3974/reference/plots/rainclouds#side","1876":"/previews/PR3974/reference/plots/rainclouds#strokewidth","1877":"/previews/PR3974/reference/plots/rainclouds#violin-limits","1878":"/previews/PR3974/reference/plots/rainclouds#whiskerwidth","1879":"/previews/PR3974/reference/plots/rangebars#rangebars","1880":"/previews/PR3974/reference/plots/rangebars#examples","1881":"/previews/PR3974/reference/plots/rangebars#attributes","1882":"/previews/PR3974/reference/plots/rangebars#alpha","1883":"/previews/PR3974/reference/plots/rangebars#color","1884":"/previews/PR3974/reference/plots/rangebars#colormap","1885":"/previews/PR3974/reference/plots/rangebars#colorrange","1886":"/previews/PR3974/reference/plots/rangebars#colorscale","1887":"/previews/PR3974/reference/plots/rangebars#cycle","1888":"/previews/PR3974/reference/plots/rangebars#depth-shift","1889":"/previews/PR3974/reference/plots/rangebars#direction","1890":"/previews/PR3974/reference/plots/rangebars#fxaa","1891":"/previews/PR3974/reference/plots/rangebars#highclip","1892":"/previews/PR3974/reference/plots/rangebars#inspectable","1893":"/previews/PR3974/reference/plots/rangebars#inspector-clear","1894":"/previews/PR3974/reference/plots/rangebars#inspector-hover","1895":"/previews/PR3974/reference/plots/rangebars#inspector-label","1896":"/previews/PR3974/reference/plots/rangebars#linecap","1897":"/previews/PR3974/reference/plots/rangebars#linewidth","1898":"/previews/PR3974/reference/plots/rangebars#lowclip","1899":"/previews/PR3974/reference/plots/rangebars#model","1900":"/previews/PR3974/reference/plots/rangebars#nan-color","1901":"/previews/PR3974/reference/plots/rangebars#overdraw","1902":"/previews/PR3974/reference/plots/rangebars#space","1903":"/previews/PR3974/reference/plots/rangebars#ssao","1904":"/previews/PR3974/reference/plots/rangebars#transformation","1905":"/previews/PR3974/reference/plots/rangebars#transparency","1906":"/previews/PR3974/reference/plots/rangebars#visible","1907":"/previews/PR3974/reference/plots/rangebars#whiskerwidth","1908":"/previews/PR3974/reference/plots/scatter#scatter","1909":"/previews/PR3974/reference/plots/scatter#examples","1910":"/previews/PR3974/reference/plots/scatter#Using-x-and-y-vectors","1911":"/previews/PR3974/reference/plots/scatter#Using-points","1912":"/previews/PR3974/reference/plots/scatter#markers","1913":"/previews/PR3974/reference/plots/scatter#Default-markers","1914":"/previews/PR3974/reference/plots/scatter#markersize","1915":"/previews/PR3974/reference/plots/scatter#Bezier-path-markers","1916":"/previews/PR3974/reference/plots/scatter#holes","1917":"/previews/PR3974/reference/plots/scatter#Construction-from-svg-path-strings","1918":"/previews/PR3974/reference/plots/scatter#Polygon-markers","1919":"/previews/PR3974/reference/plots/scatter#Vec-markersize","1920":"/previews/PR3974/reference/plots/scatter#Marker-space","1921":"/previews/PR3974/reference/plots/scatter#Airport-locations-example","1922":"/previews/PR3974/reference/plots/scatter#Dealing-with-outline-artifacts-in-GLMakie","1923":"/previews/PR3974/reference/plots/scatter#attributes","1924":"/previews/PR3974/reference/plots/scatter#alpha","1925":"/previews/PR3974/reference/plots/scatter#color","1926":"/previews/PR3974/reference/plots/scatter#colormap","1927":"/previews/PR3974/reference/plots/scatter#colorrange","1928":"/previews/PR3974/reference/plots/scatter#colorscale","1929":"/previews/PR3974/reference/plots/scatter#cycle","1930":"/previews/PR3974/reference/plots/scatter#depth-shift","1931":"/previews/PR3974/reference/plots/scatter#depthsorting","1932":"/previews/PR3974/reference/plots/scatter#distancefield","1933":"/previews/PR3974/reference/plots/scatter#fxaa","1934":"/previews/PR3974/reference/plots/scatter#glowcolor","1935":"/previews/PR3974/reference/plots/scatter#glowwidth","1936":"/previews/PR3974/reference/plots/scatter#highclip","1937":"/previews/PR3974/reference/plots/scatter#inspectable","1938":"/previews/PR3974/reference/plots/scatter#inspector-clear","1939":"/previews/PR3974/reference/plots/scatter#inspector-hover","1940":"/previews/PR3974/reference/plots/scatter#inspector-label","1941":"/previews/PR3974/reference/plots/scatter#lowclip","1942":"/previews/PR3974/reference/plots/scatter#marker","1943":"/previews/PR3974/reference/plots/scatter#marker-offset","1944":"/previews/PR3974/reference/plots/scatter#markersize-1","1945":"/previews/PR3974/reference/plots/scatter#markerspace","1946":"/previews/PR3974/reference/plots/scatter#model","1947":"/previews/PR3974/reference/plots/scatter#nan-color","1948":"/previews/PR3974/reference/plots/scatter#overdraw","1949":"/previews/PR3974/reference/plots/scatter#rotation","1950":"/previews/PR3974/reference/plots/scatter#space","1951":"/previews/PR3974/reference/plots/scatter#ssao","1952":"/previews/PR3974/reference/plots/scatter#strokecolor","1953":"/previews/PR3974/reference/plots/scatter#strokewidth","1954":"/previews/PR3974/reference/plots/scatter#transform-marker","1955":"/previews/PR3974/reference/plots/scatter#transformation","1956":"/previews/PR3974/reference/plots/scatter#transparency","1957":"/previews/PR3974/reference/plots/scatter#uv-offset-width","1958":"/previews/PR3974/reference/plots/scatter#visible","1959":"/previews/PR3974/reference/plots/scatterlines#scatterlines","1960":"/previews/PR3974/reference/plots/scatterlines#examples","1961":"/previews/PR3974/reference/plots/scatterlines#attributes","1962":"/previews/PR3974/reference/plots/scatterlines#alpha","1963":"/previews/PR3974/reference/plots/scatterlines#color","1964":"/previews/PR3974/reference/plots/scatterlines#colormap","1965":"/previews/PR3974/reference/plots/scatterlines#colorrange","1966":"/previews/PR3974/reference/plots/scatterlines#colorscale","1967":"/previews/PR3974/reference/plots/scatterlines#cycle","1968":"/previews/PR3974/reference/plots/scatterlines#depth-shift","1969":"/previews/PR3974/reference/plots/scatterlines#fxaa","1970":"/previews/PR3974/reference/plots/scatterlines#highclip","1971":"/previews/PR3974/reference/plots/scatterlines#inspectable","1972":"/previews/PR3974/reference/plots/scatterlines#inspector-clear","1973":"/previews/PR3974/reference/plots/scatterlines#inspector-hover","1974":"/previews/PR3974/reference/plots/scatterlines#inspector-label","1975":"/previews/PR3974/reference/plots/scatterlines#joinstyle","1976":"/previews/PR3974/reference/plots/scatterlines#linecap","1977":"/previews/PR3974/reference/plots/scatterlines#linestyle","1978":"/previews/PR3974/reference/plots/scatterlines#linewidth","1979":"/previews/PR3974/reference/plots/scatterlines#lowclip","1980":"/previews/PR3974/reference/plots/scatterlines#marker","1981":"/previews/PR3974/reference/plots/scatterlines#markercolor","1982":"/previews/PR3974/reference/plots/scatterlines#markercolormap","1983":"/previews/PR3974/reference/plots/scatterlines#markercolorrange","1984":"/previews/PR3974/reference/plots/scatterlines#markersize","1985":"/previews/PR3974/reference/plots/scatterlines#miter-limit","1986":"/previews/PR3974/reference/plots/scatterlines#model","1987":"/previews/PR3974/reference/plots/scatterlines#nan-color","1988":"/previews/PR3974/reference/plots/scatterlines#overdraw","1989":"/previews/PR3974/reference/plots/scatterlines#space","1990":"/previews/PR3974/reference/plots/scatterlines#ssao","1991":"/previews/PR3974/reference/plots/scatterlines#strokecolor","1992":"/previews/PR3974/reference/plots/scatterlines#strokewidth","1993":"/previews/PR3974/reference/plots/scatterlines#transformation","1994":"/previews/PR3974/reference/plots/scatterlines#transparency","1995":"/previews/PR3974/reference/plots/scatterlines#visible","1996":"/previews/PR3974/reference/plots/series#series","1997":"/previews/PR3974/reference/plots/series#examples","1998":"/previews/PR3974/reference/plots/series#matrix","1999":"/previews/PR3974/reference/plots/series#Vector-of-vectors","2000":"/previews/PR3974/reference/plots/series#Vector-and-matrix","2001":"/previews/PR3974/reference/plots/series#attributes","2002":"/previews/PR3974/reference/plots/series#color","2003":"/previews/PR3974/reference/plots/series#joinstyle","2004":"/previews/PR3974/reference/plots/series#labels","2005":"/previews/PR3974/reference/plots/series#linecap","2006":"/previews/PR3974/reference/plots/series#linestyle","2007":"/previews/PR3974/reference/plots/series#linewidth","2008":"/previews/PR3974/reference/plots/series#marker","2009":"/previews/PR3974/reference/plots/series#markercolor","2010":"/previews/PR3974/reference/plots/series#markersize","2011":"/previews/PR3974/reference/plots/series#miter-limit","2012":"/previews/PR3974/reference/plots/series#solid-color","2013":"/previews/PR3974/reference/plots/series#space","2014":"/previews/PR3974/reference/plots/series#strokecolor","2015":"/previews/PR3974/reference/plots/series#strokewidth","2016":"/previews/PR3974/reference/plots/spy#spy","2017":"/previews/PR3974/reference/plots/spy#examples","2018":"/previews/PR3974/reference/plots/spy#attributes","2019":"/previews/PR3974/reference/plots/spy#alpha","2020":"/previews/PR3974/reference/plots/spy#colormap","2021":"/previews/PR3974/reference/plots/spy#colorrange","2022":"/previews/PR3974/reference/plots/spy#colorscale","2023":"/previews/PR3974/reference/plots/spy#depth-shift","2024":"/previews/PR3974/reference/plots/spy#framecolor","2025":"/previews/PR3974/reference/plots/spy#framesize","2026":"/previews/PR3974/reference/plots/spy#fxaa","2027":"/previews/PR3974/reference/plots/spy#highclip","2028":"/previews/PR3974/reference/plots/spy#inspectable","2029":"/previews/PR3974/reference/plots/spy#inspector-clear","2030":"/previews/PR3974/reference/plots/spy#inspector-hover","2031":"/previews/PR3974/reference/plots/spy#inspector-label","2032":"/previews/PR3974/reference/plots/spy#lowclip","2033":"/previews/PR3974/reference/plots/spy#marker","2034":"/previews/PR3974/reference/plots/spy#markersize","2035":"/previews/PR3974/reference/plots/spy#model","2036":"/previews/PR3974/reference/plots/spy#nan-color","2037":"/previews/PR3974/reference/plots/spy#overdraw","2038":"/previews/PR3974/reference/plots/spy#space","2039":"/previews/PR3974/reference/plots/spy#ssao","2040":"/previews/PR3974/reference/plots/spy#transformation","2041":"/previews/PR3974/reference/plots/spy#transparency","2042":"/previews/PR3974/reference/plots/spy#visible","2043":"/previews/PR3974/reference/plots/stairs#stairs","2044":"/previews/PR3974/reference/plots/stairs#examples","2045":"/previews/PR3974/reference/plots/stairs#attributes","2046":"/previews/PR3974/reference/plots/stairs#alpha","2047":"/previews/PR3974/reference/plots/stairs#color","2048":"/previews/PR3974/reference/plots/stairs#colormap","2049":"/previews/PR3974/reference/plots/stairs#colorrange","2050":"/previews/PR3974/reference/plots/stairs#colorscale","2051":"/previews/PR3974/reference/plots/stairs#cycle","2052":"/previews/PR3974/reference/plots/stairs#depth-shift","2053":"/previews/PR3974/reference/plots/stairs#fxaa","2054":"/previews/PR3974/reference/plots/stairs#highclip","2055":"/previews/PR3974/reference/plots/stairs#inspectable","2056":"/previews/PR3974/reference/plots/stairs#inspector-clear","2057":"/previews/PR3974/reference/plots/stairs#inspector-hover","2058":"/previews/PR3974/reference/plots/stairs#inspector-label","2059":"/previews/PR3974/reference/plots/stairs#joinstyle","2060":"/previews/PR3974/reference/plots/stairs#linecap","2061":"/previews/PR3974/reference/plots/stairs#linestyle","2062":"/previews/PR3974/reference/plots/stairs#linewidth","2063":"/previews/PR3974/reference/plots/stairs#lowclip","2064":"/previews/PR3974/reference/plots/stairs#miter-limit","2065":"/previews/PR3974/reference/plots/stairs#model","2066":"/previews/PR3974/reference/plots/stairs#nan-color","2067":"/previews/PR3974/reference/plots/stairs#overdraw","2068":"/previews/PR3974/reference/plots/stairs#space","2069":"/previews/PR3974/reference/plots/stairs#ssao","2070":"/previews/PR3974/reference/plots/stairs#step","2071":"/previews/PR3974/reference/plots/stairs#transformation","2072":"/previews/PR3974/reference/plots/stairs#transparency","2073":"/previews/PR3974/reference/plots/stairs#visible","2074":"/previews/PR3974/reference/plots/stem#stem","2075":"/previews/PR3974/reference/plots/stem#examples","2076":"/previews/PR3974/reference/plots/stem#attributes","2077":"/previews/PR3974/reference/plots/stem#color","2078":"/previews/PR3974/reference/plots/stem#colormap","2079":"/previews/PR3974/reference/plots/stem#colorrange","2080":"/previews/PR3974/reference/plots/stem#colorscale","2081":"/previews/PR3974/reference/plots/stem#cycle","2082":"/previews/PR3974/reference/plots/stem#depth-shift","2083":"/previews/PR3974/reference/plots/stem#fxaa","2084":"/previews/PR3974/reference/plots/stem#inspectable","2085":"/previews/PR3974/reference/plots/stem#inspector-clear","2086":"/previews/PR3974/reference/plots/stem#inspector-hover","2087":"/previews/PR3974/reference/plots/stem#inspector-label","2088":"/previews/PR3974/reference/plots/stem#marker","2089":"/previews/PR3974/reference/plots/stem#markersize","2090":"/previews/PR3974/reference/plots/stem#model","2091":"/previews/PR3974/reference/plots/stem#offset","2092":"/previews/PR3974/reference/plots/stem#overdraw","2093":"/previews/PR3974/reference/plots/stem#space","2094":"/previews/PR3974/reference/plots/stem#ssao","2095":"/previews/PR3974/reference/plots/stem#stemcolor","2096":"/previews/PR3974/reference/plots/stem#stemcolormap","2097":"/previews/PR3974/reference/plots/stem#stemcolorrange","2098":"/previews/PR3974/reference/plots/stem#stemlinestyle","2099":"/previews/PR3974/reference/plots/stem#stemwidth","2100":"/previews/PR3974/reference/plots/stem#strokecolor","2101":"/previews/PR3974/reference/plots/stem#strokewidth","2102":"/previews/PR3974/reference/plots/stem#transformation","2103":"/previews/PR3974/reference/plots/stem#transparency","2104":"/previews/PR3974/reference/plots/stem#trunkcolor","2105":"/previews/PR3974/reference/plots/stem#trunkcolormap","2106":"/previews/PR3974/reference/plots/stem#trunkcolorrange","2107":"/previews/PR3974/reference/plots/stem#trunklinestyle","2108":"/previews/PR3974/reference/plots/stem#trunkwidth","2109":"/previews/PR3974/reference/plots/stem#visible","2110":"/previews/PR3974/reference/plots/stephist#stephist","2111":"/previews/PR3974/reference/plots/stephist#examples","2112":"/previews/PR3974/reference/plots/stephist#attributes","2113":"/previews/PR3974/reference/plots/stephist#bins","2114":"/previews/PR3974/reference/plots/stephist#color","2115":"/previews/PR3974/reference/plots/stephist#cycle","2116":"/previews/PR3974/reference/plots/stephist#linestyle","2117":"/previews/PR3974/reference/plots/stephist#linewidth","2118":"/previews/PR3974/reference/plots/stephist#normalization","2119":"/previews/PR3974/reference/plots/stephist#scale-to","2120":"/previews/PR3974/reference/plots/stephist#weights","2121":"/previews/PR3974/reference/plots/streamplot#streamplot","2122":"/previews/PR3974/reference/plots/streamplot#examples","2123":"/previews/PR3974/reference/plots/streamplot#attributes","2124":"/previews/PR3974/reference/plots/streamplot#alpha","2125":"/previews/PR3974/reference/plots/streamplot#arrow-head","2126":"/previews/PR3974/reference/plots/streamplot#arrow-size","2127":"/previews/PR3974/reference/plots/streamplot#color","2128":"/previews/PR3974/reference/plots/streamplot#colormap","2129":"/previews/PR3974/reference/plots/streamplot#colorrange","2130":"/previews/PR3974/reference/plots/streamplot#colorscale","2131":"/previews/PR3974/reference/plots/streamplot#density","2132":"/previews/PR3974/reference/plots/streamplot#depth-shift","2133":"/previews/PR3974/reference/plots/streamplot#fxaa","2134":"/previews/PR3974/reference/plots/streamplot#gridsize","2135":"/previews/PR3974/reference/plots/streamplot#highclip","2136":"/previews/PR3974/reference/plots/streamplot#inspectable","2137":"/previews/PR3974/reference/plots/streamplot#inspector-clear","2138":"/previews/PR3974/reference/plots/streamplot#inspector-hover","2139":"/previews/PR3974/reference/plots/streamplot#inspector-label","2140":"/previews/PR3974/reference/plots/streamplot#joinstyle","2141":"/previews/PR3974/reference/plots/streamplot#linecap","2142":"/previews/PR3974/reference/plots/streamplot#linestyle","2143":"/previews/PR3974/reference/plots/streamplot#linewidth","2144":"/previews/PR3974/reference/plots/streamplot#lowclip","2145":"/previews/PR3974/reference/plots/streamplot#maxsteps","2146":"/previews/PR3974/reference/plots/streamplot#miter-limit","2147":"/previews/PR3974/reference/plots/streamplot#model","2148":"/previews/PR3974/reference/plots/streamplot#nan-color","2149":"/previews/PR3974/reference/plots/streamplot#overdraw","2150":"/previews/PR3974/reference/plots/streamplot#quality","2151":"/previews/PR3974/reference/plots/streamplot#space","2152":"/previews/PR3974/reference/plots/streamplot#ssao","2153":"/previews/PR3974/reference/plots/streamplot#stepsize","2154":"/previews/PR3974/reference/plots/streamplot#transformation","2155":"/previews/PR3974/reference/plots/streamplot#transparency","2156":"/previews/PR3974/reference/plots/streamplot#visible","2157":"/previews/PR3974/reference/plots/surface#surface","2158":"/previews/PR3974/reference/plots/surface#examples","2159":"/previews/PR3974/reference/plots/surface#attributes","2160":"/previews/PR3974/reference/plots/surface#alpha","2161":"/previews/PR3974/reference/plots/surface#backlight","2162":"/previews/PR3974/reference/plots/surface#color","2163":"/previews/PR3974/reference/plots/surface#colormap","2164":"/previews/PR3974/reference/plots/surface#colorrange","2165":"/previews/PR3974/reference/plots/surface#colorscale","2166":"/previews/PR3974/reference/plots/surface#depth-shift","2167":"/previews/PR3974/reference/plots/surface#diffuse","2168":"/previews/PR3974/reference/plots/surface#fxaa","2169":"/previews/PR3974/reference/plots/surface#highclip","2170":"/previews/PR3974/reference/plots/surface#inspectable","2171":"/previews/PR3974/reference/plots/surface#inspector-clear","2172":"/previews/PR3974/reference/plots/surface#inspector-hover","2173":"/previews/PR3974/reference/plots/surface#inspector-label","2174":"/previews/PR3974/reference/plots/surface#invert-normals","2175":"/previews/PR3974/reference/plots/surface#lowclip","2176":"/previews/PR3974/reference/plots/surface#material","2177":"/previews/PR3974/reference/plots/surface#model","2178":"/previews/PR3974/reference/plots/surface#nan-color","2179":"/previews/PR3974/reference/plots/surface#overdraw","2180":"/previews/PR3974/reference/plots/surface#shading","2181":"/previews/PR3974/reference/plots/surface#shininess","2182":"/previews/PR3974/reference/plots/surface#space","2183":"/previews/PR3974/reference/plots/surface#specular","2184":"/previews/PR3974/reference/plots/surface#ssao","2185":"/previews/PR3974/reference/plots/surface#transformation","2186":"/previews/PR3974/reference/plots/surface#transparency","2187":"/previews/PR3974/reference/plots/surface#visible","2188":"/previews/PR3974/reference/plots/text#text","2189":"/previews/PR3974/reference/plots/text#Marker-space-pixel","2190":"/previews/PR3974/reference/plots/text#Marker-space-data","2191":"/previews/PR3974/reference/plots/text#alignment","2192":"/previews/PR3974/reference/plots/text#justification","2193":"/previews/PR3974/reference/plots/text#offset","2194":"/previews/PR3974/reference/plots/text#Relative-space","2195":"/previews/PR3974/reference/plots/text#mathtex","2196":"/previews/PR3974/reference/plots/text#Rich-text","2197":"/previews/PR3974/reference/plots/text#Tweaking-offsets","2198":"/previews/PR3974/reference/plots/text#attributes","2199":"/previews/PR3974/reference/plots/text#align","2200":"/previews/PR3974/reference/plots/text#alpha","2201":"/previews/PR3974/reference/plots/text#color","2202":"/previews/PR3974/reference/plots/text#colormap","2203":"/previews/PR3974/reference/plots/text#colorrange","2204":"/previews/PR3974/reference/plots/text#colorscale","2205":"/previews/PR3974/reference/plots/text#depth-shift","2206":"/previews/PR3974/reference/plots/text#font","2207":"/previews/PR3974/reference/plots/text#fonts","2208":"/previews/PR3974/reference/plots/text#fontsize","2209":"/previews/PR3974/reference/plots/text#fxaa","2210":"/previews/PR3974/reference/plots/text#glowcolor","2211":"/previews/PR3974/reference/plots/text#glowwidth","2212":"/previews/PR3974/reference/plots/text#highclip","2213":"/previews/PR3974/reference/plots/text#inspectable","2214":"/previews/PR3974/reference/plots/text#inspector-clear","2215":"/previews/PR3974/reference/plots/text#inspector-hover","2216":"/previews/PR3974/reference/plots/text#inspector-label","2217":"/previews/PR3974/reference/plots/text#justification-1","2218":"/previews/PR3974/reference/plots/text#lineheight","2219":"/previews/PR3974/reference/plots/text#lowclip","2220":"/previews/PR3974/reference/plots/text#markerspace","2221":"/previews/PR3974/reference/plots/text#model","2222":"/previews/PR3974/reference/plots/text#nan-color","2223":"/previews/PR3974/reference/plots/text#offset-1","2224":"/previews/PR3974/reference/plots/text#overdraw","2225":"/previews/PR3974/reference/plots/text#position","2226":"/previews/PR3974/reference/plots/text#rotation","2227":"/previews/PR3974/reference/plots/text#space","2228":"/previews/PR3974/reference/plots/text#ssao","2229":"/previews/PR3974/reference/plots/text#strokecolor","2230":"/previews/PR3974/reference/plots/text#strokewidth","2231":"/previews/PR3974/reference/plots/text#text-2","2232":"/previews/PR3974/reference/plots/text#transform-marker","2233":"/previews/PR3974/reference/plots/text#transformation","2234":"/previews/PR3974/reference/plots/text#transparency","2235":"/previews/PR3974/reference/plots/text#visible","2236":"/previews/PR3974/reference/plots/text#word-wrap-width","2237":"/previews/PR3974/reference/plots/tooltip#tooltip","2238":"/previews/PR3974/reference/plots/tooltip#examples","2239":"/previews/PR3974/reference/plots/tooltip#Basic-tooltip","2240":"/previews/PR3974/reference/plots/tooltip#attributes","2241":"/previews/PR3974/reference/plots/tooltip#align","2242":"/previews/PR3974/reference/plots/tooltip#backgroundcolor","2243":"/previews/PR3974/reference/plots/tooltip#depth-shift","2244":"/previews/PR3974/reference/plots/tooltip#font","2245":"/previews/PR3974/reference/plots/tooltip#fontsize","2246":"/previews/PR3974/reference/plots/tooltip#fxaa","2247":"/previews/PR3974/reference/plots/tooltip#inspectable","2248":"/previews/PR3974/reference/plots/tooltip#inspector-clear","2249":"/previews/PR3974/reference/plots/tooltip#inspector-hover","2250":"/previews/PR3974/reference/plots/tooltip#inspector-label","2251":"/previews/PR3974/reference/plots/tooltip#justification","2252":"/previews/PR3974/reference/plots/tooltip#model","2253":"/previews/PR3974/reference/plots/tooltip#offset","2254":"/previews/PR3974/reference/plots/tooltip#outline-color","2255":"/previews/PR3974/reference/plots/tooltip#outline-linestyle","2256":"/previews/PR3974/reference/plots/tooltip#outline-linewidth","2257":"/previews/PR3974/reference/plots/tooltip#overdraw","2258":"/previews/PR3974/reference/plots/tooltip#placement","2259":"/previews/PR3974/reference/plots/tooltip#space","2260":"/previews/PR3974/reference/plots/tooltip#ssao","2261":"/previews/PR3974/reference/plots/tooltip#strokecolor","2262":"/previews/PR3974/reference/plots/tooltip#strokewidth","2263":"/previews/PR3974/reference/plots/tooltip#text","2264":"/previews/PR3974/reference/plots/tooltip#textcolor","2265":"/previews/PR3974/reference/plots/tooltip#textpadding","2266":"/previews/PR3974/reference/plots/tooltip#transformation","2267":"/previews/PR3974/reference/plots/tooltip#transparency","2268":"/previews/PR3974/reference/plots/tooltip#triangle-size","2269":"/previews/PR3974/reference/plots/tooltip#visible","2270":"/previews/PR3974/reference/plots/tooltip#xautolimits","2271":"/previews/PR3974/reference/plots/tooltip#yautolimits","2272":"/previews/PR3974/reference/plots/tooltip#zautolimits","2273":"/previews/PR3974/reference/plots/triplot#triplot","2274":"/previews/PR3974/reference/plots/triplot#examples","2275":"/previews/PR3974/reference/plots/triplot#attributes","2276":"/previews/PR3974/reference/plots/triplot#bounding-box","2277":"/previews/PR3974/reference/plots/triplot#constrained-edge-color","2278":"/previews/PR3974/reference/plots/triplot#constrained-edge-linestyle","2279":"/previews/PR3974/reference/plots/triplot#constrained-edge-linewidth","2280":"/previews/PR3974/reference/plots/triplot#convex-hull-color","2281":"/previews/PR3974/reference/plots/triplot#convex-hull-linestyle","2282":"/previews/PR3974/reference/plots/triplot#convex-hull-linewidth","2283":"/previews/PR3974/reference/plots/triplot#ghost-edge-color","2284":"/previews/PR3974/reference/plots/triplot#ghost-edge-extension-factor","2285":"/previews/PR3974/reference/plots/triplot#ghost-edge-linestyle","2286":"/previews/PR3974/reference/plots/triplot#ghost-edge-linewidth","2287":"/previews/PR3974/reference/plots/triplot#joinstyle","2288":"/previews/PR3974/reference/plots/triplot#linecap","2289":"/previews/PR3974/reference/plots/triplot#linestyle","2290":"/previews/PR3974/reference/plots/triplot#marker","2291":"/previews/PR3974/reference/plots/triplot#markercolor","2292":"/previews/PR3974/reference/plots/triplot#markersize","2293":"/previews/PR3974/reference/plots/triplot#miter-limit","2294":"/previews/PR3974/reference/plots/triplot#recompute-centers","2295":"/previews/PR3974/reference/plots/triplot#show-constrained-edges","2296":"/previews/PR3974/reference/plots/triplot#show-convex-hull","2297":"/previews/PR3974/reference/plots/triplot#show-ghost-edges","2298":"/previews/PR3974/reference/plots/triplot#show-points","2299":"/previews/PR3974/reference/plots/triplot#strokecolor","2300":"/previews/PR3974/reference/plots/triplot#strokewidth","2301":"/previews/PR3974/reference/plots/triplot#triangle-color","2302":"/previews/PR3974/reference/plots/tricontourf#tricontourf","2303":"/previews/PR3974/reference/plots/tricontourf#examples","2304":"/previews/PR3974/reference/plots/tricontourf#Triangulation-modes","2305":"/previews/PR3974/reference/plots/tricontourf#Relative-mode","2306":"/previews/PR3974/reference/plots/tricontourf#attributes","2307":"/previews/PR3974/reference/plots/tricontourf#colormap","2308":"/previews/PR3974/reference/plots/tricontourf#colorscale","2309":"/previews/PR3974/reference/plots/tricontourf#depth-shift","2310":"/previews/PR3974/reference/plots/tricontourf#edges","2311":"/previews/PR3974/reference/plots/tricontourf#extendhigh","2312":"/previews/PR3974/reference/plots/tricontourf#extendlow","2313":"/previews/PR3974/reference/plots/tricontourf#fxaa","2314":"/previews/PR3974/reference/plots/tricontourf#inspectable","2315":"/previews/PR3974/reference/plots/tricontourf#inspector-clear","2316":"/previews/PR3974/reference/plots/tricontourf#inspector-hover","2317":"/previews/PR3974/reference/plots/tricontourf#inspector-label","2318":"/previews/PR3974/reference/plots/tricontourf#levels","2319":"/previews/PR3974/reference/plots/tricontourf#mode","2320":"/previews/PR3974/reference/plots/tricontourf#model","2321":"/previews/PR3974/reference/plots/tricontourf#nan-color","2322":"/previews/PR3974/reference/plots/tricontourf#overdraw","2323":"/previews/PR3974/reference/plots/tricontourf#space","2324":"/previews/PR3974/reference/plots/tricontourf#ssao","2325":"/previews/PR3974/reference/plots/tricontourf#transformation","2326":"/previews/PR3974/reference/plots/tricontourf#transparency","2327":"/previews/PR3974/reference/plots/tricontourf#triangulation","2328":"/previews/PR3974/reference/plots/tricontourf#visible","2329":"/previews/PR3974/reference/plots/violin#violin","2330":"/previews/PR3974/reference/plots/violin#examples","2331":"/previews/PR3974/reference/plots/violin#Using-statistical-weights","2332":"/previews/PR3974/reference/plots/violin#Horizontal-axis","2333":"/previews/PR3974/reference/plots/violin#attributes","2334":"/previews/PR3974/reference/plots/violin#bandwidth","2335":"/previews/PR3974/reference/plots/violin#boundary","2336":"/previews/PR3974/reference/plots/violin#color","2337":"/previews/PR3974/reference/plots/violin#cycle","2338":"/previews/PR3974/reference/plots/violin#datalimits","2339":"/previews/PR3974/reference/plots/violin#depth-shift","2340":"/previews/PR3974/reference/plots/violin#dodge","2341":"/previews/PR3974/reference/plots/violin#dodge-gap","2342":"/previews/PR3974/reference/plots/violin#fxaa","2343":"/previews/PR3974/reference/plots/violin#gap","2344":"/previews/PR3974/reference/plots/violin#inspectable","2345":"/previews/PR3974/reference/plots/violin#inspector-clear","2346":"/previews/PR3974/reference/plots/violin#inspector-hover","2347":"/previews/PR3974/reference/plots/violin#inspector-label","2348":"/previews/PR3974/reference/plots/violin#max-density","2349":"/previews/PR3974/reference/plots/violin#mediancolor","2350":"/previews/PR3974/reference/plots/violin#medianlinewidth","2351":"/previews/PR3974/reference/plots/violin#model","2352":"/previews/PR3974/reference/plots/violin#n-dodge","2353":"/previews/PR3974/reference/plots/violin#npoints","2354":"/previews/PR3974/reference/plots/violin#orientation","2355":"/previews/PR3974/reference/plots/violin#overdraw","2356":"/previews/PR3974/reference/plots/violin#scale","2357":"/previews/PR3974/reference/plots/violin#show-median","2358":"/previews/PR3974/reference/plots/violin#side","2359":"/previews/PR3974/reference/plots/violin#space","2360":"/previews/PR3974/reference/plots/violin#ssao","2361":"/previews/PR3974/reference/plots/violin#strokecolor","2362":"/previews/PR3974/reference/plots/violin#strokewidth","2363":"/previews/PR3974/reference/plots/violin#transformation","2364":"/previews/PR3974/reference/plots/violin#transparency","2365":"/previews/PR3974/reference/plots/violin#visible","2366":"/previews/PR3974/reference/plots/violin#weights","2367":"/previews/PR3974/reference/plots/violin#width","2368":"/previews/PR3974/reference/plots/vlines#vlines","2369":"/previews/PR3974/reference/plots/vlines#attributes","2370":"/previews/PR3974/reference/plots/vlines#alpha","2371":"/previews/PR3974/reference/plots/vlines#color","2372":"/previews/PR3974/reference/plots/vlines#colormap","2373":"/previews/PR3974/reference/plots/vlines#colorrange","2374":"/previews/PR3974/reference/plots/vlines#colorscale","2375":"/previews/PR3974/reference/plots/vlines#cycle","2376":"/previews/PR3974/reference/plots/vlines#depth-shift","2377":"/previews/PR3974/reference/plots/vlines#fxaa","2378":"/previews/PR3974/reference/plots/vlines#highclip","2379":"/previews/PR3974/reference/plots/vlines#inspectable","2380":"/previews/PR3974/reference/plots/vlines#inspector-clear","2381":"/previews/PR3974/reference/plots/vlines#inspector-hover","2382":"/previews/PR3974/reference/plots/vlines#inspector-label","2383":"/previews/PR3974/reference/plots/vlines#linecap","2384":"/previews/PR3974/reference/plots/vlines#linestyle","2385":"/previews/PR3974/reference/plots/vlines#linewidth","2386":"/previews/PR3974/reference/plots/vlines#lowclip","2387":"/previews/PR3974/reference/plots/vlines#model","2388":"/previews/PR3974/reference/plots/vlines#nan-color","2389":"/previews/PR3974/reference/plots/vlines#overdraw","2390":"/previews/PR3974/reference/plots/vlines#space","2391":"/previews/PR3974/reference/plots/vlines#ssao","2392":"/previews/PR3974/reference/plots/vlines#transformation","2393":"/previews/PR3974/reference/plots/vlines#transparency","2394":"/previews/PR3974/reference/plots/vlines#visible","2395":"/previews/PR3974/reference/plots/vlines#ymax","2396":"/previews/PR3974/reference/plots/vlines#ymin","2397":"/previews/PR3974/reference/plots/volume#volume","2398":"/previews/PR3974/reference/plots/volume#examples","2399":"/previews/PR3974/reference/plots/volume#attributes","2400":"/previews/PR3974/reference/plots/volume#absorption","2401":"/previews/PR3974/reference/plots/volume#algorithm","2402":"/previews/PR3974/reference/plots/volume#alpha","2403":"/previews/PR3974/reference/plots/volume#backlight","2404":"/previews/PR3974/reference/plots/volume#colormap","2405":"/previews/PR3974/reference/plots/volume#colorrange","2406":"/previews/PR3974/reference/plots/volume#colorscale","2407":"/previews/PR3974/reference/plots/volume#depth-shift","2408":"/previews/PR3974/reference/plots/volume#diffuse","2409":"/previews/PR3974/reference/plots/volume#enable-depth","2410":"/previews/PR3974/reference/plots/volume#fxaa","2411":"/previews/PR3974/reference/plots/volume#highclip","2412":"/previews/PR3974/reference/plots/volume#inspectable","2413":"/previews/PR3974/reference/plots/volume#inspector-clear","2414":"/previews/PR3974/reference/plots/volume#inspector-hover","2415":"/previews/PR3974/reference/plots/volume#inspector-label","2416":"/previews/PR3974/reference/plots/volume#interpolate","2417":"/previews/PR3974/reference/plots/volume#isorange","2418":"/previews/PR3974/reference/plots/volume#isovalue","2419":"/previews/PR3974/reference/plots/volume#lowclip","2420":"/previews/PR3974/reference/plots/volume#material","2421":"/previews/PR3974/reference/plots/volume#model","2422":"/previews/PR3974/reference/plots/volume#nan-color","2423":"/previews/PR3974/reference/plots/volume#overdraw","2424":"/previews/PR3974/reference/plots/volume#shading","2425":"/previews/PR3974/reference/plots/volume#shininess","2426":"/previews/PR3974/reference/plots/volume#space","2427":"/previews/PR3974/reference/plots/volume#specular","2428":"/previews/PR3974/reference/plots/volume#ssao","2429":"/previews/PR3974/reference/plots/volume#transformation","2430":"/previews/PR3974/reference/plots/volume#transparency","2431":"/previews/PR3974/reference/plots/volume#visible","2432":"/previews/PR3974/reference/plots/volumeslices#volumeslices","2433":"/previews/PR3974/reference/plots/volumeslices#examples","2434":"/previews/PR3974/reference/plots/volumeslices#attributes","2435":"/previews/PR3974/reference/plots/volumeslices#alpha","2436":"/previews/PR3974/reference/plots/volumeslices#bbox-color","2437":"/previews/PR3974/reference/plots/volumeslices#bbox-visible","2438":"/previews/PR3974/reference/plots/volumeslices#colormap","2439":"/previews/PR3974/reference/plots/volumeslices#colorrange","2440":"/previews/PR3974/reference/plots/volumeslices#colorscale","2441":"/previews/PR3974/reference/plots/volumeslices#depth-shift","2442":"/previews/PR3974/reference/plots/volumeslices#fxaa","2443":"/previews/PR3974/reference/plots/volumeslices#highclip","2444":"/previews/PR3974/reference/plots/volumeslices#inspectable","2445":"/previews/PR3974/reference/plots/volumeslices#inspector-clear","2446":"/previews/PR3974/reference/plots/volumeslices#inspector-hover","2447":"/previews/PR3974/reference/plots/volumeslices#inspector-label","2448":"/previews/PR3974/reference/plots/volumeslices#interpolate","2449":"/previews/PR3974/reference/plots/volumeslices#lowclip","2450":"/previews/PR3974/reference/plots/volumeslices#model","2451":"/previews/PR3974/reference/plots/volumeslices#nan-color","2452":"/previews/PR3974/reference/plots/volumeslices#overdraw","2453":"/previews/PR3974/reference/plots/volumeslices#space","2454":"/previews/PR3974/reference/plots/volumeslices#ssao","2455":"/previews/PR3974/reference/plots/volumeslices#transformation","2456":"/previews/PR3974/reference/plots/volumeslices#transparency","2457":"/previews/PR3974/reference/plots/volumeslices#visible","2458":"/previews/PR3974/reference/plots/voronoiplot#voronoiplot","2459":"/previews/PR3974/reference/plots/voronoiplot#examples","2460":"/previews/PR3974/reference/plots/voronoiplot#attributes","2461":"/previews/PR3974/reference/plots/voronoiplot#alpha","2462":"/previews/PR3974/reference/plots/voronoiplot#clip","2463":"/previews/PR3974/reference/plots/voronoiplot#color","2464":"/previews/PR3974/reference/plots/voronoiplot#colormap","2465":"/previews/PR3974/reference/plots/voronoiplot#colorrange","2466":"/previews/PR3974/reference/plots/voronoiplot#colorscale","2467":"/previews/PR3974/reference/plots/voronoiplot#highclip","2468":"/previews/PR3974/reference/plots/voronoiplot#lowclip","2469":"/previews/PR3974/reference/plots/voronoiplot#marker","2470":"/previews/PR3974/reference/plots/voronoiplot#markercolor","2471":"/previews/PR3974/reference/plots/voronoiplot#markersize","2472":"/previews/PR3974/reference/plots/voronoiplot#nan-color","2473":"/previews/PR3974/reference/plots/voronoiplot#show-generators","2474":"/previews/PR3974/reference/plots/voronoiplot#smooth","2475":"/previews/PR3974/reference/plots/voronoiplot#strokecolor","2476":"/previews/PR3974/reference/plots/voronoiplot#strokewidth","2477":"/previews/PR3974/reference/plots/voronoiplot#unbounded-edge-extension-factor","2478":"/previews/PR3974/reference/plots/voxels#voxels","2479":"/previews/PR3974/reference/plots/voxels#examples","2480":"/previews/PR3974/reference/plots/voxels#Basic-Example","2481":"/previews/PR3974/reference/plots/voxels#Gap-Attribute","2482":"/previews/PR3974/reference/plots/voxels#Color-and-the-internal-representation","2483":"/previews/PR3974/reference/plots/voxels#colormaps","2484":"/previews/PR3974/reference/plots/voxels#texturemaps","2485":"/previews/PR3974/reference/plots/voxels#Updating-Voxels","2486":"/previews/PR3974/reference/plots/voxels#Picking-Voxels","2487":"/previews/PR3974/reference/plots/voxels#attributes","2488":"/previews/PR3974/reference/plots/voxels#alpha","2489":"/previews/PR3974/reference/plots/voxels#backlight","2490":"/previews/PR3974/reference/plots/voxels#color","2491":"/previews/PR3974/reference/plots/voxels#colormap","2492":"/previews/PR3974/reference/plots/voxels#colorrange","2493":"/previews/PR3974/reference/plots/voxels#colorscale","2494":"/previews/PR3974/reference/plots/voxels#depth-shift","2495":"/previews/PR3974/reference/plots/voxels#depthsorting","2496":"/previews/PR3974/reference/plots/voxels#diffuse","2497":"/previews/PR3974/reference/plots/voxels#fxaa","2498":"/previews/PR3974/reference/plots/voxels#gap","2499":"/previews/PR3974/reference/plots/voxels#highclip","2500":"/previews/PR3974/reference/plots/voxels#inspectable","2501":"/previews/PR3974/reference/plots/voxels#inspector-clear","2502":"/previews/PR3974/reference/plots/voxels#inspector-hover","2503":"/previews/PR3974/reference/plots/voxels#inspector-label","2504":"/previews/PR3974/reference/plots/voxels#interpolate","2505":"/previews/PR3974/reference/plots/voxels#is-air","2506":"/previews/PR3974/reference/plots/voxels#lowclip","2507":"/previews/PR3974/reference/plots/voxels#material","2508":"/previews/PR3974/reference/plots/voxels#model","2509":"/previews/PR3974/reference/plots/voxels#nan-color","2510":"/previews/PR3974/reference/plots/voxels#overdraw","2511":"/previews/PR3974/reference/plots/voxels#shading","2512":"/previews/PR3974/reference/plots/voxels#shininess","2513":"/previews/PR3974/reference/plots/voxels#space","2514":"/previews/PR3974/reference/plots/voxels#specular","2515":"/previews/PR3974/reference/plots/voxels#ssao","2516":"/previews/PR3974/reference/plots/voxels#transformation","2517":"/previews/PR3974/reference/plots/voxels#transparency","2518":"/previews/PR3974/reference/plots/voxels#uvmap","2519":"/previews/PR3974/reference/plots/voxels#visible","2520":"/previews/PR3974/reference/plots/vspan#vspan","2521":"/previews/PR3974/reference/plots/vspan#attributes","2522":"/previews/PR3974/reference/plots/vspan#alpha","2523":"/previews/PR3974/reference/plots/vspan#color","2524":"/previews/PR3974/reference/plots/vspan#colormap","2525":"/previews/PR3974/reference/plots/vspan#colorrange","2526":"/previews/PR3974/reference/plots/vspan#colorscale","2527":"/previews/PR3974/reference/plots/vspan#cycle","2528":"/previews/PR3974/reference/plots/vspan#depth-shift","2529":"/previews/PR3974/reference/plots/vspan#fxaa","2530":"/previews/PR3974/reference/plots/vspan#highclip","2531":"/previews/PR3974/reference/plots/vspan#inspectable","2532":"/previews/PR3974/reference/plots/vspan#inspector-clear","2533":"/previews/PR3974/reference/plots/vspan#inspector-hover","2534":"/previews/PR3974/reference/plots/vspan#inspector-label","2535":"/previews/PR3974/reference/plots/vspan#joinstyle","2536":"/previews/PR3974/reference/plots/vspan#linecap","2537":"/previews/PR3974/reference/plots/vspan#linestyle","2538":"/previews/PR3974/reference/plots/vspan#lowclip","2539":"/previews/PR3974/reference/plots/vspan#miter-limit","2540":"/previews/PR3974/reference/plots/vspan#model","2541":"/previews/PR3974/reference/plots/vspan#nan-color","2542":"/previews/PR3974/reference/plots/vspan#overdraw","2543":"/previews/PR3974/reference/plots/vspan#shading","2544":"/previews/PR3974/reference/plots/vspan#space","2545":"/previews/PR3974/reference/plots/vspan#ssao","2546":"/previews/PR3974/reference/plots/vspan#strokecolor","2547":"/previews/PR3974/reference/plots/vspan#strokecolormap","2548":"/previews/PR3974/reference/plots/vspan#strokewidth","2549":"/previews/PR3974/reference/plots/vspan#transformation","2550":"/previews/PR3974/reference/plots/vspan#transparency","2551":"/previews/PR3974/reference/plots/vspan#visible","2552":"/previews/PR3974/reference/plots/vspan#ymax","2553":"/previews/PR3974/reference/plots/vspan#ymin","2554":"/previews/PR3974/reference/plots/waterfall#waterfall","2555":"/previews/PR3974/reference/plots/waterfall#examples","2556":"/previews/PR3974/reference/plots/waterfall#attributes","2557":"/previews/PR3974/reference/plots/waterfall#color","2558":"/previews/PR3974/reference/plots/waterfall#cycle","2559":"/previews/PR3974/reference/plots/waterfall#direction-color","2560":"/previews/PR3974/reference/plots/waterfall#dodge","2561":"/previews/PR3974/reference/plots/waterfall#dodge-gap","2562":"/previews/PR3974/reference/plots/waterfall#final-color","2563":"/previews/PR3974/reference/plots/waterfall#final-dodge-gap","2564":"/previews/PR3974/reference/plots/waterfall#final-gap","2565":"/previews/PR3974/reference/plots/waterfall#gap","2566":"/previews/PR3974/reference/plots/waterfall#marker-neg","2567":"/previews/PR3974/reference/plots/waterfall#marker-pos","2568":"/previews/PR3974/reference/plots/waterfall#n-dodge","2569":"/previews/PR3974/reference/plots/waterfall#show-direction","2570":"/previews/PR3974/reference/plots/waterfall#show-final","2571":"/previews/PR3974/reference/plots/waterfall#stack","2572":"/previews/PR3974/reference/plots/waterfall#width","2573":"/previews/PR3974/reference/plots/wireframe#wireframe","2574":"/previews/PR3974/reference/plots/wireframe#examples","2575":"/previews/PR3974/reference/plots/wireframe#attributes","2576":"/previews/PR3974/reference/plots/wireframe#alpha","2577":"/previews/PR3974/reference/plots/wireframe#color","2578":"/previews/PR3974/reference/plots/wireframe#colormap","2579":"/previews/PR3974/reference/plots/wireframe#colorrange","2580":"/previews/PR3974/reference/plots/wireframe#colorscale","2581":"/previews/PR3974/reference/plots/wireframe#cycle","2582":"/previews/PR3974/reference/plots/wireframe#depth-shift","2583":"/previews/PR3974/reference/plots/wireframe#fxaa","2584":"/previews/PR3974/reference/plots/wireframe#highclip","2585":"/previews/PR3974/reference/plots/wireframe#inspectable","2586":"/previews/PR3974/reference/plots/wireframe#inspector-clear","2587":"/previews/PR3974/reference/plots/wireframe#inspector-hover","2588":"/previews/PR3974/reference/plots/wireframe#inspector-label","2589":"/previews/PR3974/reference/plots/wireframe#linecap","2590":"/previews/PR3974/reference/plots/wireframe#linestyle","2591":"/previews/PR3974/reference/plots/wireframe#linewidth","2592":"/previews/PR3974/reference/plots/wireframe#lowclip","2593":"/previews/PR3974/reference/plots/wireframe#model","2594":"/previews/PR3974/reference/plots/wireframe#nan-color","2595":"/previews/PR3974/reference/plots/wireframe#overdraw","2596":"/previews/PR3974/reference/plots/wireframe#space","2597":"/previews/PR3974/reference/plots/wireframe#ssao","2598":"/previews/PR3974/reference/plots/wireframe#transformation","2599":"/previews/PR3974/reference/plots/wireframe#transparency","2600":"/previews/PR3974/reference/plots/wireframe#visible","2601":"/previews/PR3974/reference/scene/SSAO#ssao","2602":"/previews/PR3974/reference/scene/SSAO#example","2603":"/previews/PR3974/reference/scene/lighting#lighting","2604":"/previews/PR3974/reference/scene/lighting#Material-Attributes","2605":"/previews/PR3974/reference/scene/lighting#Lighting-algorithm","2606":"/previews/PR3974/reference/scene/lighting#Types-of-Light","2607":"/previews/PR3974/reference/scene/lighting#ambientlight","2608":"/previews/PR3974/reference/scene/lighting#directionallight","2609":"/previews/PR3974/reference/scene/lighting#pointlight","2610":"/previews/PR3974/reference/scene/lighting#spotlight","2611":"/previews/PR3974/reference/scene/lighting#rectlight","2612":"/previews/PR3974/reference/scene/lighting#environmentlight","2613":"/previews/PR3974/reference/scene/matcap#matcap","2614":"/previews/PR3974/reference/scene/matcap#example","2615":"/previews/PR3974/tutorials/getting-started#Getting-started","2616":"/previews/PR3974/tutorials/getting-started#requirements","2617":"/previews/PR3974/tutorials/getting-started#installation","2618":"/previews/PR3974/tutorials/getting-started#plotting","2619":"/previews/PR3974/tutorials/getting-started#Figure-and-Axis","2620":"/previews/PR3974/tutorials/getting-started#Plot-styling","2621":"/previews/PR3974/tutorials/getting-started#legend","2622":"/previews/PR3974/tutorials/getting-started#Saving-a-Figure","2623":"/previews/PR3974/tutorials/aspect-tutorial#Aspect-ratios-and-automatic-figure-sizes","2624":"/previews/PR3974/tutorials/layout-tutorial#Creating-complex-layouts","2625":"/previews/PR3974/tutorials/layout-tutorial#Basic-layout-plan","2626":"/previews/PR3974/tutorials/layout-tutorial#Setting-up-GridLayouts","2627":"/previews/PR3974/tutorials/layout-tutorial#Panel-A","2628":"/previews/PR3974/tutorials/layout-tutorial#legend","2629":"/previews/PR3974/tutorials/layout-tutorial#Legend-Tweaks","2630":"/previews/PR3974/tutorials/layout-tutorial#Panel-B","2631":"/previews/PR3974/tutorials/layout-tutorial#colorbar","2632":"/previews/PR3974/tutorials/layout-tutorial#Mixed-alignmode","2633":"/previews/PR3974/tutorials/layout-tutorial#Panel-C","2634":"/previews/PR3974/tutorials/layout-tutorial#Panel-D","2635":"/previews/PR3974/tutorials/layout-tutorial#EEG-labels","2636":"/previews/PR3974/tutorials/layout-tutorial#Scaling-axes-relatively","2637":"/previews/PR3974/tutorials/layout-tutorial#Subplot-labels","2638":"/previews/PR3974/tutorials/layout-tutorial#Final-tweaks","2639":"/previews/PR3974/tutorials/scenes#A-primer-on-Makies-scene-graph","2640":"/previews/PR3974/tutorials/scenes#Scenes-and-subwindows","2641":"/previews/PR3974/tutorials/scenes#Window-Events","2642":"/previews/PR3974/tutorials/scenes#Projections-and-Camera","2643":"/previews/PR3974/tutorials/scenes#Interaction-with-Axis-and-Layouts","2644":"/previews/PR3974/tutorials/scenes#Transformations-and-Scene-graph","2645":"/previews/PR3974/tutorials/wrap-existing-recipe#Wrapping-existing-recipes-for-new-types","2646":"/previews/PR3974/tutorials/wrap-existing-recipe#introduction","2647":"/previews/PR3974/tutorials/wrap-existing-recipe#BarPlot-recipe-–-extend-Makie.convert_arguments","2648":"/previews/PR3974/tutorials/wrap-existing-recipe#Hist-recipe-–-override-Makie.plot!","2649":"/previews/PR3974/explanations/colors#colors","2650":"/previews/PR3974/explanations/colors#Alpha-or-Opacity","2651":"/previews/PR3974/explanations/colors#Cheat-Sheet","2652":"/previews/PR3974/explanations/colors#Named-colors","2653":"/previews/PR3974/explanations/colors#colormaps","2654":"/previews/PR3974/explanations/colors#misc","2655":"/previews/PR3974/explanations/colors#cmocean","2656":"/previews/PR3974/explanations/colors#scientific","2657":"/previews/PR3974/explanations/colors#matplotlib","2658":"/previews/PR3974/explanations/colors#colorbrewer","2659":"/previews/PR3974/explanations/colors#gnuplot","2660":"/previews/PR3974/explanations/colors#colorcet","2661":"/previews/PR3974/explanations/colors#seaborn","2662":"/previews/PR3974/explanations/colors#general"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[1,1,3424],"1":[1,1,32],"2":[2,1,9],"3":[2,1,9],"4":[2,1,9],"5":[2,1,6],"6":[1,1,1],"7":[1,1,35],"8":[3,1,112],"9":[2,1,38],"10":[3,1,144],"11":[4,1,60],"12":[6,1,129],"13":[4,1,73],"14":[2,4,66],"15":[1,1,43],"16":[4,1,98],"17":[3,5,33],"18":[2,5,77],"19":[2,5,105],"20":[2,5,32],"21":[1,1,24],"22":[4,1,223],"23":[2,5,88],"24":[2,5,86],"25":[2,5,26],"26":[6,1,42],"27":[2,1,142],"28":[5,1,102],"29":[12,1,54],"30":[1,1,95],"31":[4,1,361],"32":[6,1,126],"33":[7,1,116],"34":[5,1,204],"35":[4,1,201],"36":[2,1,195],"37":[1,1,74],"38":[4,1,22],"39":[4,1,87],"40":[2,1,15],"41":[1,1,73],"42":[3,1,12],"43":[2,1,1],"44":[1,3,42],"45":[3,1,40],"46":[1,1,45],"47":[1,1,29],"48":[2,1,44],"49":[4,1,80],"50":[1,1,39],"51":[1,2,218],"52":[3,1,114],"53":[3,1,258],"54":[2,1,143],"55":[2,1,89],"56":[1,2,259],"57":[1,1,100],"58":[1,1,53],"59":[2,1,32],"60":[2,1,26],"61":[2,1,81],"62":[2,1,309],"63":[6,1,67],"64":[2,1,84],"65":[3,1,1],"66":[2,3,204],"67":[2,5,76],"68":[2,5,119],"69":[1,5,118],"70":[1,5,55],"71":[2,3,88],"72":[2,1,50],"73":[1,2,115],"74":[1,3,138],"75":[4,3,215],"76":[2,2,223],"77":[1,1,34],"78":[3,1,111],"79":[3,1,129],"80":[2,1,193],"81":[2,1,128],"82":[2,1,316],"83":[3,1,153],"84":[2,1,23],"85":[4,1,58],"86":[3,1,1],"87":[2,3,14],"88":[8,5,54],"89":[2,3,1],"90":[3,5,41],"91":[6,8,50],"92":[4,8,73],"93":[2,3,1],"94":[7,5,55],"95":[2,3,1],"96":[8,5,71],"97":[12,5,100],"98":[7,5,152],"99":[1,1,28],"100":[3,1,89],"101":[5,1,31],"102":[3,1,127],"103":[2,1,49],"104":[5,1,129],"105":[4,1,158],"106":[7,5,301],"107":[7,5,220],"108":[1,1,29],"109":[1,1,57],"110":[1,1,96],"111":[4,1,71],"112":[1,1,25],"113":[2,1,18],"114":[2,1,19],"115":[4,3,28],"116":[3,3,56],"117":[3,3,26],"118":[2,1,79],"119":[2,1,156],"120":[2,2,64],"121":[2,2,286],"122":[4,2,43],"123":[1,1,34],"124":[3,1,86],"125":[3,1,45],"126":[1,1,100],"127":[3,1,43],"128":[3,1,28],"129":[5,1,37],"130":[4,1,42],"131":[1,1,39],"132":[2,1,75],"133":[2,1,49],"134":[1,1,68],"135":[3,1,88],"136":[3,1,116],"137":[4,1,98],"138":[4,1,101],"139":[4,1,169],"140":[2,1,72],"141":[2,2,70],"142":[3,4,79],"143":[1,2,30],"144":[1,2,67],"145":[5,3,71],"146":[4,3,82],"147":[1,1,73],"148":[2,1,65],"149":[6,3,121],"150":[7,3,52],"151":[6,1,190],"152":[3,1,312],"153":[3,1,99],"154":[1,1,1],"155":[5,1,130],"156":[1,1,28],"157":[2,1,68],"158":[3,1,71],"159":[3,1,75],"160":[1,1,25],"161":[1,1,99],"162":[5,1,244],"163":[4,1,110],"164":[3,1,110],"165":[5,1,84],"166":[4,1,113],"167":[4,1,152],"168":[2,1,113],"169":[2,1,106],"170":[2,2,2],"171":[2,2,5],"172":[2,2,5],"173":[2,2,5],"174":[2,2,5],"175":[2,2,5],"176":[2,2,14],"177":[1,1,57],"178":[3,1,79],"179":[1,1,42],"180":[3,1,38],"181":[2,1,54],"182":[3,1,28],"183":[3,1,50],"184":[1,1,101],"185":[2,2,72],"186":[4,2,94],"187":[1,2,83],"188":[2,1,15],"189":[1,1,60],"190":[3,1,204],"191":[3,1,189],"192":[6,1,96],"193":[7,1,1],"194":[2,7,39],"195":[2,7,85],"196":[4,1,109],"197":[1,4,58],"198":[2,4,34],"199":[2,4,61],"200":[2,4,72],"201":[1,1,1],"202":[3,1,34],"203":[4,1,46],"204":[2,1,41],"205":[5,1,88],"206":[2,1,60],"207":[4,1,88],"208":[4,1,59],"209":[2,1,10],"210":[2,2,42],"211":[2,2,43],"212":[2,2,60],"213":[3,2,41],"214":[2,2,24],"215":[4,4,31],"216":[4,4,34],"217":[2,4,86],"218":[3,4,101],"219":[3,4,37],"220":[1,1,1],"221":[1,2,14],"222":[1,2,101],"223":[1,2,60],"224":[1,2,10],"225":[1,2,11],"226":[1,2,12],"227":[2,2,11],"228":[2,2,11],"229":[2,2,13],"230":[1,2,15],"231":[1,2,9],"232":[1,2,11],"233":[1,2,12],"234":[1,2,112],"235":[1,2,10],"236":[1,2,11],"237":[1,2,12],"238":[1,2,11],"239":[1,2,46],"240":[1,2,11],"241":[1,2,10],"242":[1,2,10],"243":[1,2,10],"244":[1,2,13],"245":[1,2,10],"246":[1,2,16],"247":[1,2,16],"248":[1,2,44],"249":[1,2,34],"250":[1,2,11],"251":[1,2,10],"252":[1,2,11],"253":[1,2,10],"254":[1,2,13],"255":[1,2,10],"256":[1,2,11],"257":[1,2,12],"258":[1,2,15],"259":[1,2,9],"260":[1,2,14],"261":[1,2,21],"262":[1,2,13],"263":[1,2,11],"264":[1,2,12],"265":[1,2,12],"266":[1,2,45],"267":[1,2,11],"268":[1,2,10],"269":[1,2,14],"270":[1,2,10],"271":[1,2,13],"272":[1,2,10],"273":[1,2,14],"274":[1,2,12],"275":[1,2,13],"276":[1,2,13],"277":[1,2,14],"278":[1,2,11],"279":[1,2,49],"280":[1,2,12],"281":[1,2,14],"282":[1,2,12],"283":[1,2,13],"284":[1,2,11],"285":[1,2,12],"286":[1,2,14],"287":[1,2,132],"288":[1,2,17],"289":[1,2,11],"290":[1,2,108],"291":[1,2,13],"292":[1,2,10],"293":[1,2,10],"294":[1,2,11],"295":[1,2,12],"296":[1,2,13],"297":[1,2,11],"298":[1,2,10],"299":[1,2,111],"300":[1,2,11],"301":[1,2,28],"302":[1,2,11],"303":[1,2,11],"304":[1,2,55],"305":[1,2,13],"306":[1,2,11],"307":[1,2,14],"308":[1,2,21],"309":[1,2,13],"310":[1,2,11],"311":[1,2,12],"312":[1,2,12],"313":[1,2,45],"314":[1,2,11],"315":[1,2,10],"316":[1,2,14],"317":[1,2,10],"318":[1,2,13],"319":[1,2,10],"320":[1,2,14],"321":[1,2,12],"322":[1,2,13],"323":[1,2,13],"324":[1,2,14],"325":[1,2,11],"326":[1,2,49],"327":[1,2,12],"328":[1,2,14],"329":[1,2,12],"330":[1,2,13],"331":[1,2,11],"332":[1,2,12],"333":[1,2,14],"334":[1,2,133],"335":[1,2,17],"336":[1,2,11],"337":[1,2,105],"338":[1,2,13],"339":[1,2,10],"340":[1,2,10],"341":[1,2,11],"342":[1,2,12],"343":[1,2,13],"344":[1,2,11],"345":[1,2,10],"346":[1,2,111],"347":[1,2,11],"348":[1,2,28],"349":[1,2,11],"350":[1,2,11],"351":[1,2,55],"352":[1,2,13],"353":[1,2,11],"354":[1,1,22],"355":[1,1,1],"356":[1,2,14],"357":[1,2,23],"358":[1,2,36],"359":[1,2,14],"360":[1,2,10],"361":[1,2,22],"362":[1,2,23],"363":[1,2,12],"364":[1,2,24],"365":[1,2,16],"366":[1,2,16],"367":[1,2,14],"368":[1,2,10],"369":[1,2,10],"370":[1,1,1],"371":[1,1,1],"372":[1,2,14],"373":[1,2,72],"374":[1,2,57],"375":[1,2,7],"376":[2,2,11],"377":[2,2,11],"378":[2,2,11],"379":[1,2,47],"380":[1,2,15],"381":[1,2,10],"382":[1,2,37],"383":[1,2,75],"384":[1,2,111],"385":[1,2,29],"386":[1,2,16],"387":[1,2,16],"388":[1,2,8],"389":[1,2,10],"390":[1,2,11],"391":[1,2,10],"392":[1,2,11],"393":[1,2,13],"394":[1,2,10],"395":[1,2,15],"396":[1,2,120],"397":[1,2,10],"398":[1,2,14],"399":[1,2,10],"400":[1,2,11],"401":[1,2,8],"402":[1,2,7],"403":[1,2,9],"404":[1,2,10],"405":[1,2,8],"406":[1,2,8],"407":[1,2,11],"408":[1,2,11],"409":[1,2,11],"410":[1,2,43],"411":[2,2,15],"412":[2,2,13],"413":[2,2,13],"414":[1,2,11],"415":[1,2,8],"416":[1,2,8],"417":[1,2,9],"418":[1,2,10],"419":[1,2,8],"420":[1,2,8],"421":[1,2,11],"422":[1,2,11],"423":[1,2,12],"424":[1,2,10],"425":[1,2,11],"426":[1,2,8],"427":[1,2,10],"428":[1,2,11],"429":[1,2,10],"430":[1,2,11],"431":[1,2,14],"432":[1,2,10],"433":[1,2,11],"434":[1,2,8],"435":[1,2,7],"436":[1,2,9],"437":[1,2,10],"438":[1,2,8],"439":[1,2,8],"440":[1,2,11],"441":[1,2,11],"442":[1,2,11],"443":[1,2,43],"444":[2,2,15],"445":[2,2,13],"446":[2,2,13],"447":[1,2,11],"448":[1,2,8],"449":[1,2,8],"450":[1,2,9],"451":[1,2,10],"452":[1,2,8],"453":[1,2,8],"454":[1,2,11],"455":[1,2,11],"456":[1,2,12],"457":[1,2,10],"458":[1,2,11],"459":[1,2,8],"460":[1,2,10],"461":[1,2,11],"462":[1,2,14],"463":[1,2,10],"464":[1,2,11],"465":[1,2,8],"466":[1,2,7],"467":[1,2,9],"468":[1,2,10],"469":[1,2,8],"470":[1,2,8],"471":[1,2,11],"472":[1,2,11],"473":[1,2,11],"474":[1,2,44],"475":[2,2,15],"476":[2,2,13],"477":[2,2,13],"478":[1,2,11],"479":[1,2,8],"480":[1,2,8],"481":[1,2,9],"482":[1,2,10],"483":[1,2,8],"484":[1,2,8],"485":[1,2,11],"486":[1,2,11],"487":[1,2,12],"488":[1,2,10],"489":[1,2,11],"490":[1,2,8],"491":[1,1,48],"492":[1,1,1],"493":[1,2,14],"494":[1,2,11],"495":[2,2,13],"496":[2,2,15],"497":[1,2,15],"498":[1,2,11],"499":[1,2,14],"500":[1,2,11],"501":[1,2,14],"502":[1,2,14],"503":[1,2,10],"504":[1,2,11],"505":[1,2,11],"506":[2,2,13],"507":[2,2,14],"508":[1,2,17],"509":[1,2,10],"510":[1,2,12],"511":[1,2,16],"512":[1,2,16],"513":[1,2,14],"514":[1,2,10],"515":[1,1,118],"516":[3,1,62],"517":[1,1,1],"518":[1,2,14],"519":[1,2,11],"520":[1,2,11],"521":[1,2,11],"522":[1,2,12],"523":[3,2,12],"524":[1,2,13],"525":[1,2,15],"526":[1,2,10],"527":[1,2,11],"528":[1,2,9],"529":[1,2,9],"530":[1,2,8],"531":[1,2,12],"532":[1,2,10],"533":[1,2,11],"534":[1,2,10],"535":[1,2,11],"536":[1,2,11],"537":[1,2,12],"538":[1,2,11],"539":[1,2,13],"540":[1,2,10],"541":[1,2,12],"542":[1,2,11],"543":[1,2,10],"544":[1,2,11],"545":[1,2,14],"546":[1,2,11],"547":[1,2,11],"548":[1,2,7],"549":[1,2,22],"550":[1,2,11],"551":[1,2,16],"552":[1,2,16],"553":[1,2,17],"554":[1,2,11],"555":[1,2,8],"556":[1,2,14],"557":[1,2,12],"558":[1,2,11],"559":[1,2,12],"560":[1,2,9],"561":[1,2,14],"562":[1,2,12],"563":[1,2,11],"564":[1,2,7],"565":[1,2,11],"566":[1,2,11],"567":[1,2,12],"568":[1,2,11],"569":[1,2,11],"570":[1,2,15],"571":[1,2,11],"572":[1,2,18],"573":[1,1,1],"574":[6,1,14],"575":[1,7,62],"576":[1,7,64],"577":[1,7,176],"578":[1,7,142],"579":[1,1,76],"580":[1,1,80],"581":[2,1,43],"582":[6,1,92],"583":[5,1,68],"584":[6,1,54],"585":[1,1,158],"586":[1,1,1],"587":[1,2,14],"588":[2,2,15],"589":[3,2,16],"590":[2,2,17],"591":[1,2,15],"592":[1,2,10],"593":[1,2,14],"594":[1,2,19],"595":[1,2,11],"596":[1,2,16],"597":[1,2,14],"598":[1,2,17],"599":[1,2,16],"600":[1,2,16],"601":[1,2,15],"602":[1,2,10],"603":[1,1,96],"604":[1,1,1],"605":[1,2,14],"606":[1,2,11],"607":[1,2,10],"608":[1,2,13],"609":[1,2,14],"610":[1,2,10],"611":[1,2,11],"612":[1,2,11],"613":[1,2,14],"614":[1,2,12],"615":[1,2,16],"616":[1,2,16],"617":[1,2,9],"618":[1,2,14],"619":[1,2,10],"620":[1,2,10],"621":[2,2,12],"622":[1,1,1],"623":[5,1,45],"624":[3,5,91],"625":[6,1,120],"626":[4,1,143],"627":[4,1,122],"628":[3,1,112],"629":[1,1,1],"630":[1,2,14],"631":[1,2,10],"632":[1,2,14],"633":[1,2,45],"634":[1,2,10],"635":[1,2,11],"636":[1,2,12],"637":[1,2,14],"638":[1,2,14],"639":[1,2,44],"640":[1,2,15],"641":[1,2,10],"642":[1,2,9],"643":[1,2,12],"644":[1,2,11],"645":[1,2,11],"646":[1,2,16],"647":[1,2,14],"648":[1,2,11],"649":[1,2,13],"650":[1,2,10],"651":[1,2,9],"652":[1,2,20],"653":[1,2,11],"654":[1,2,13],"655":[1,2,15],"656":[1,2,10],"657":[1,2,12],"658":[1,2,11],"659":[1,2,10],"660":[1,2,20],"661":[1,2,13],"662":[1,2,14],"663":[1,2,14],"664":[1,2,56],"665":[1,2,36],"666":[1,2,14],"667":[1,2,12],"668":[1,2,42],"669":[1,2,56],"670":[1,2,13],"671":[1,2,15],"672":[1,2,13],"673":[1,2,10],"674":[1,2,9],"675":[1,2,20],"676":[1,2,14],"677":[1,2,14],"678":[1,2,37],"679":[1,2,16],"680":[1,2,16],"681":[1,2,12],"682":[1,2,12],"683":[1,2,12],"684":[1,2,12],"685":[1,2,42],"686":[1,2,15],"687":[1,2,12],"688":[1,2,11],"689":[1,2,15],"690":[1,2,10],"691":[1,1,104],"692":[1,1,1],"693":[1,2,14],"694":[2,2,11],"695":[2,2,11],"696":[2,2,11],"697":[1,2,15],"698":[1,2,10],"699":[2,2,12],"700":[1,2,16],"701":[1,2,16],"702":[1,2,15],"703":[1,2,10],"704":[1,1,65],"705":[2,1,38],"706":[1,1,1],"707":[1,2,14],"708":[3,2,9],"709":[3,2,10],"710":[4,2,11],"711":[4,2,11],"712":[1,2,13],"713":[3,2,11],"714":[3,2,9],"715":[1,2,13],"716":[1,2,15],"717":[1,2,10],"718":[2,2,15],"719":[2,2,10],"720":[1,2,38],"721":[1,2,15],"722":[2,2,12],"723":[1,2,25],"724":[4,2,11],"725":[1,2,16],"726":[1,2,16],"727":[1,2,8],"728":[1,2,9],"729":[1,2,15],"730":[1,2,10],"731":[1,1,1],"732":[1,1,1],"733":[1,1,1],"734":[1,1,1],"735":[1,1,1],"736":[1,1,1],"737":[1,1,1],"738":[1,1,1],"739":[1,1,1],"740":[1,1,1],"741":[1,1,1],"742":[1,1,1],"743":[1,1,1],"744":[1,1,1],"745":[1,1,1],"746":[1,1,1],"747":[1,1,1],"748":[1,1,37],"749":[3,1,21],"750":[4,1,68],"751":[2,1,111],"752":[3,1,155],"753":[4,1,122],"754":[1,1,102],"755":[2,1,1],"756":[4,3,65],"757":[2,3,106],"758":[2,3,69],"759":[1,1,1],"760":[1,2,14],"761":[3,2,28],"762":[1,2,13],"763":[1,2,23],"764":[2,2,19],"765":[1,2,14],"766":[2,2,11],"767":[2,2,11],"768":[1,2,13],"769":[1,2,22],"770":[1,2,22],"771":[1,2,15],"772":[1,2,10],"773":[3,2,24],"774":[3,2,15],"775":[3,2,29],"776":[1,2,14],"777":[3,2,22],"778":[2,2,23],"779":[1,2,16],"780":[1,2,14],"781":[1,2,15],"782":[1,2,14],"783":[1,2,11],"784":[1,2,17],"785":[1,2,15],"786":[1,2,16],"787":[1,2,15],"788":[1,2,12],"789":[1,2,15],"790":[1,2,11],"791":[1,2,16],"792":[1,2,16],"793":[1,2,11],"794":[1,2,45],"795":[1,2,15],"796":[1,2,16],"797":[1,2,15],"798":[1,2,15],"799":[1,2,17],"800":[1,2,21],"801":[1,2,14],"802":[2,2,15],"803":[1,2,9],"804":[1,2,9],"805":[1,2,10],"806":[1,2,9],"807":[1,2,16],"808":[1,2,16],"809":[2,2,15],"810":[3,2,21],"811":[3,2,24],"812":[1,2,14],"813":[1,2,16],"814":[1,2,14],"815":[1,2,15],"816":[1,2,14],"817":[1,2,21],"818":[1,2,17],"819":[1,2,15],"820":[1,2,16],"821":[1,2,15],"822":[1,2,12],"823":[1,2,11],"824":[1,2,16],"825":[1,2,16],"826":[1,2,11],"827":[1,2,15],"828":[1,2,16],"829":[1,2,15],"830":[1,2,15],"831":[1,2,20],"832":[1,2,22],"833":[1,2,14],"834":[1,2,9],"835":[1,2,15],"836":[1,2,14],"837":[1,2,14],"838":[1,2,24],"839":[1,2,20],"840":[1,2,14],"841":[1,2,15],"842":[1,2,10],"843":[1,2,16],"844":[1,1,101],"845":[4,1,11],"846":[1,1,1],"847":[1,2,14],"848":[2,2,15],"849":[3,2,16],"850":[2,2,17],"851":[1,2,15],"852":[1,2,10],"853":[1,2,14],"854":[1,2,10],"855":[1,2,16],"856":[1,2,14],"857":[1,2,16],"858":[1,2,16],"859":[1,2,16],"860":[1,2,15],"861":[1,2,19],"862":[1,2,10],"863":[1,1,92],"864":[1,1,1],"865":[1,2,14],"866":[1,2,15],"867":[1,2,10],"868":[1,2,16],"869":[1,2,16],"870":[1,2,15],"871":[3,2,27],"872":[1,2,10],"873":[1,1,26],"874":[1,1,83],"875":[1,1,1],"876":[1,2,14],"877":[1,2,11],"878":[2,2,12],"879":[3,2,15],"880":[2,2,13],"881":[1,2,10],"882":[1,2,8],"883":[2,2,10],"884":[3,2,13],"885":[2,2,10],"886":[1,2,9],"887":[1,2,10],"888":[1,2,9],"889":[3,2,14],"890":[2,2,11],"891":[1,2,13],"892":[1,2,6],"893":[1,2,9],"894":[1,2,15],"895":[1,2,10],"896":[1,2,17],"897":[3,2,17],"898":[1,2,13],"899":[2,2,8],"900":[1,2,16],"901":[1,2,16],"902":[1,2,8],"903":[2,2,11],"904":[1,2,10],"905":[1,2,48],"906":[1,2,15],"907":[1,2,10],"908":[1,1,61],"909":[1,1,1],"910":[1,2,12],"911":[1,2,14],"912":[1,2,11],"913":[1,2,13],"914":[2,2,15],"915":[2,2,15],"916":[1,2,15],"917":[1,2,9],"918":[1,2,15],"919":[1,2,16],"920":[1,2,16],"921":[1,2,11],"922":[1,2,15],"923":[1,2,9],"924":[1,1,63],"925":[1,1,1],"926":[1,2,27],"927":[1,2,10],"928":[1,2,36],"929":[1,2,14],"930":[1,2,28],"931":[1,2,12],"932":[2,2,39],"933":[1,2,16],"934":[1,2,12],"935":[1,2,13],"936":[2,2,18],"937":[2,2,19],"938":[2,2,21],"939":[1,2,22],"940":[1,2,44],"941":[1,2,13],"942":[1,2,12],"943":[1,2,20],"944":[2,2,9],"945":[1,2,22],"946":[1,2,17],"947":[1,2,30],"948":[1,2,7],"949":[1,2,21],"950":[1,2,13],"951":[1,1,53],"952":[1,1,24],"953":[1,1,1],"954":[1,2,27],"955":[1,2,10],"956":[1,2,36],"957":[1,2,14],"958":[1,2,28],"959":[1,2,12],"960":[2,2,39],"961":[1,2,16],"962":[1,2,12],"963":[1,2,13],"964":[2,2,18],"965":[2,2,19],"966":[2,2,21],"967":[1,2,32],"968":[1,2,25],"969":[1,2,44],"970":[1,2,13],"971":[1,2,12],"972":[2,2,20],"973":[1,2,20],"974":[2,2,9],"975":[1,2,22],"976":[1,2,12],"977":[1,2,17],"978":[1,2,30],"979":[1,2,7],"980":[1,2,21],"981":[1,2,13],"982":[1,1,79],"983":[1,1,90],"984":[1,1,1],"985":[1,2,39],"986":[1,2,27],"987":[1,2,14],"988":[1,2,36],"989":[1,2,44],"990":[1,2,36],"991":[1,2,14],"992":[1,2,18],"993":[1,2,36],"994":[1,2,14],"995":[1,2,28],"996":[2,2,39],"997":[1,2,18],"998":[1,2,16],"999":[1,2,12],"1000":[1,2,13],"1001":[2,2,18],"1002":[2,2,19],"1003":[2,2,21],"1004":[1,2,11],"1005":[1,2,23],"1006":[1,2,15],"1007":[1,2,19],"1008":[1,2,12],"1009":[1,2,7],"1010":[1,2,24],"1011":[1,2,20],"1012":[2,2,9],"1013":[1,2,27],"1014":[1,2,22],"1015":[1,2,30],"1016":[1,2,30],"1017":[1,2,11],"1018":[1,2,17],"1019":[1,2,18],"1020":[1,2,30],"1021":[1,2,7],"1022":[1,2,21],"1023":[1,2,13],"1024":[1,1,48],"1025":[1,1,62],"1026":[1,1,1],"1027":[1,2,27],"1028":[1,2,14],"1029":[1,2,32],"1030":[1,2,36],"1031":[1,2,14],"1032":[1,2,28],"1033":[1,2,10],"1034":[2,2,39],"1035":[1,2,18],"1036":[1,2,16],"1037":[1,2,12],"1038":[1,2,13],"1039":[2,2,18],"1040":[2,2,19],"1041":[2,2,21],"1042":[1,2,10],"1043":[1,2,12],"1044":[1,2,7],"1045":[1,2,24],"1046":[1,2,20],"1047":[2,2,9],"1048":[1,2,22],"1049":[1,2,29],"1050":[1,2,11],"1051":[1,2,17],"1052":[1,2,18],"1053":[1,2,30],"1054":[1,2,7],"1055":[1,2,21],"1056":[1,2,13],"1057":[1,1,23],"1058":[1,1,133],"1059":[1,1,1],"1060":[1,2,27],"1061":[2,2,12],"1062":[1,2,8],"1063":[3,2,7],"1064":[3,2,7],"1065":[1,2,36],"1066":[1,2,14],"1067":[1,2,28],"1068":[1,2,10],"1069":[2,2,39],"1070":[1,2,15],"1071":[1,2,7],"1072":[2,2,8],"1073":[1,2,30],"1074":[3,2,7],"1075":[1,2,16],"1076":[1,2,23],"1077":[1,2,12],"1078":[1,2,13],"1079":[2,2,18],"1080":[2,2,19],"1081":[2,2,21],"1082":[2,2,7],"1083":[2,2,8],"1084":[2,2,10],"1085":[2,2,9],"1086":[2,2,15],"1087":[2,2,7],"1088":[2,2,12],"1089":[1,2,12],"1090":[1,2,20],"1091":[2,2,7],"1092":[2,2,9],"1093":[1,2,7],"1094":[1,2,22],"1095":[1,2,17],"1096":[1,2,30],"1097":[1,2,7],"1098":[1,2,8],"1099":[1,2,8],"1100":[1,2,7],"1101":[1,2,21],"1102":[1,2,13],"1103":[1,2,23],"1104":[1,1,55],"1105":[1,1,68],"1106":[3,2,24],"1107":[2,2,52],"1108":[1,1,1],"1109":[1,2,8],"1110":[1,2,8],"1111":[1,2,7],"1112":[1,2,7],"1113":[1,2,10],"1114":[1,2,21],"1115":[2,2,9],"1116":[1,2,11],"1117":[1,2,8],"1118":[1,2,8],"1119":[1,2,8],"1120":[1,2,8],"1121":[1,2,8],"1122":[2,2,7],"1123":[1,2,11],"1124":[1,2,9],"1125":[1,2,7],"1126":[1,2,8],"1127":[1,2,8],"1128":[1,2,11],"1129":[2,2,8],"1130":[2,2,7],"1131":[2,2,8],"1132":[1,2,8],"1133":[1,2,8],"1134":[1,2,17],"1135":[1,2,8],"1136":[1,2,8],"1137":[1,2,15],"1138":[1,2,10],"1139":[1,1,51],"1140":[1,1,1],"1141":[2,2,56],"1142":[2,2,50],"1143":[1,2,24],"1144":[1,1,1],"1145":[1,2,7],"1146":[1,2,8],"1147":[1,2,8],"1148":[1,2,8],"1149":[1,2,8],"1150":[1,2,7],"1151":[1,2,8],"1152":[1,2,7],"1153":[1,2,8],"1154":[2,2,9],"1155":[1,2,23],"1156":[1,2,19],"1157":[1,2,7],"1158":[1,2,7],"1159":[1,2,7],"1160":[1,2,8],"1161":[1,2,7],"1162":[1,2,19],"1163":[1,1,42],"1164":[1,1,76],"1165":[1,1,1],"1166":[1,2,27],"1167":[1,2,23],"1168":[1,2,36],"1169":[1,2,14],"1170":[1,2,28],"1171":[2,2,39],"1172":[2,2,7],"1173":[1,2,16],"1174":[1,2,12],"1175":[1,2,13],"1176":[2,2,18],"1177":[2,2,19],"1178":[2,2,21],"1179":[1,2,8],"1180":[1,2,15],"1181":[1,2,10],"1182":[1,2,13],"1183":[1,2,12],"1184":[1,2,10],"1185":[1,2,38],"1186":[1,2,8],"1187":[1,2,7],"1188":[1,2,8],"1189":[1,2,12],"1190":[2,2,9],"1191":[1,2,20],"1192":[2,2,9],"1193":[1,2,22],"1194":[1,2,17],"1195":[1,2,30],"1196":[1,2,7],"1197":[1,2,21],"1198":[1,2,13],"1199":[1,1,34],"1200":[1,1,51],"1201":[1,1,1],"1202":[1,2,27],"1203":[1,2,23],"1204":[1,2,36],"1205":[1,2,14],"1206":[1,2,28],"1207":[2,2,39],"1208":[2,2,7],"1209":[1,2,16],"1210":[1,2,12],"1211":[1,2,13],"1212":[2,2,18],"1213":[2,2,19],"1214":[2,2,21],"1215":[1,2,8],"1216":[1,2,15],"1217":[1,2,10],"1218":[1,2,13],"1219":[1,2,12],"1220":[1,2,10],"1221":[1,2,38],"1222":[1,2,8],"1223":[1,2,7],"1224":[1,2,8],"1225":[1,2,12],"1226":[2,2,9],"1227":[1,2,20],"1228":[2,2,9],"1229":[1,2,22],"1230":[1,2,17],"1231":[1,2,30],"1232":[1,2,7],"1233":[1,2,21],"1234":[1,2,13],"1235":[1,1,66],"1236":[2,1,65],"1237":[1,1,1],"1238":[1,2,8],"1239":[1,2,7],"1240":[2,2,39],"1241":[1,2,35],"1242":[1,2,35],"1243":[1,2,16],"1244":[1,2,13],"1245":[2,2,18],"1246":[2,2,19],"1247":[2,2,21],"1248":[1,2,72],"1249":[1,2,50],"1250":[1,2,20],"1251":[2,2,7],"1252":[1,2,22],"1253":[1,2,17],"1254":[1,2,30],"1255":[1,2,7],"1256":[1,2,21],"1257":[1,2,13],"1258":[1,1,47],"1259":[1,1,19],"1260":[1,1,1],"1261":[1,2,8],"1262":[1,2,8],"1263":[1,2,7],"1264":[1,2,7],"1265":[1,2,10],"1266":[1,2,7],"1267":[2,2,8],"1268":[1,2,11],"1269":[1,2,8],"1270":[1,2,7],"1271":[1,2,8],"1272":[2,2,7],"1273":[1,2,9],"1274":[1,2,9],"1275":[1,2,11],"1276":[1,2,9],"1277":[2,2,6],"1278":[2,2,8],"1279":[1,2,8],"1280":[1,2,8],"1281":[1,2,10],"1282":[1,1,120],"1283":[1,1,1],"1284":[1,2,72],"1285":[2,2,132],"1286":[2,2,45],"1287":[6,4,100],"1288":[6,4,123],"1289":[2,2,119],"1290":[2,2,50],"1291":[1,1,1],"1292":[1,2,33],"1293":[1,2,27],"1294":[1,2,34],"1295":[1,2,23],"1296":[1,2,36],"1297":[1,2,14],"1298":[1,2,28],"1299":[2,2,39],"1300":[1,2,16],"1301":[1,2,12],"1302":[1,2,13],"1303":[2,2,18],"1304":[2,2,19],"1305":[2,2,21],"1306":[1,2,12],"1307":[2,2,21],"1308":[1,2,12],"1309":[1,2,13],"1310":[1,2,20],"1311":[2,2,9],"1312":[1,2,22],"1313":[1,2,22],"1314":[2,2,13],"1315":[2,2,14],"1316":[1,2,17],"1317":[1,2,30],"1318":[1,2,7],"1319":[1,2,21],"1320":[1,2,13],"1321":[1,1,23],"1322":[1,1,38],"1323":[1,2,92],"1324":[3,2,21],"1325":[1,1,1],"1326":[1,2,10],"1327":[1,2,12],"1328":[1,2,35],"1329":[1,2,8],"1330":[1,2,8],"1331":[1,2,7],"1332":[1,2,10],"1333":[1,2,16],"1334":[1,2,8],"1335":[1,2,7],"1336":[1,2,15],"1337":[1,2,17],"1338":[1,2,7],"1339":[1,2,8],"1340":[1,2,8],"1341":[1,2,11],"1342":[1,1,36],"1343":[1,1,25],"1344":[1,1,1],"1345":[1,2,27],"1346":[1,2,10],"1347":[1,2,36],"1348":[1,2,14],"1349":[1,2,28],"1350":[1,2,12],"1351":[2,2,39],"1352":[1,2,16],"1353":[1,2,12],"1354":[1,2,13],"1355":[2,2,18],"1356":[2,2,19],"1357":[2,2,21],"1358":[1,2,32],"1359":[1,2,25],"1360":[1,2,44],"1361":[1,2,13],"1362":[1,2,12],"1363":[2,2,20],"1364":[1,2,20],"1365":[2,2,9],"1366":[1,2,22],"1367":[1,2,17],"1368":[1,2,30],"1369":[1,2,28],"1370":[1,2,7],"1371":[1,2,21],"1372":[1,2,13],"1373":[1,1,47],"1374":[1,1,44],"1375":[1,1,1],"1376":[1,2,27],"1377":[1,2,17],"1378":[1,2,36],"1379":[1,2,14],"1380":[1,2,28],"1381":[1,2,7],"1382":[2,2,39],"1383":[1,2,16],"1384":[1,2,16],"1385":[1,2,12],"1386":[1,2,13],"1387":[2,2,18],"1388":[2,2,19],"1389":[2,2,21],"1390":[1,2,8],"1391":[1,2,13],"1392":[1,2,12],"1393":[1,2,20],"1394":[2,2,9],"1395":[1,2,22],"1396":[1,2,17],"1397":[1,2,30],"1398":[1,2,7],"1399":[1,2,21],"1400":[1,2,13],"1401":[1,2,15],"1402":[1,1,123],"1403":[1,1,1],"1404":[5,2,91],"1405":[6,2,51],"1406":[2,2,35],"1407":[4,2,50],"1408":[4,2,92],"1409":[4,2,48],"1410":[1,1,1],"1411":[1,2,27],"1412":[1,2,36],"1413":[1,2,14],"1414":[1,2,28],"1415":[2,2,39],"1416":[1,2,16],"1417":[1,2,12],"1418":[1,2,13],"1419":[2,2,18],"1420":[2,2,19],"1421":[2,2,21],"1422":[1,2,10],"1423":[1,2,12],"1424":[1,2,20],"1425":[2,2,9],"1426":[1,2,22],"1427":[1,2,17],"1428":[1,2,30],"1429":[1,2,7],"1430":[1,2,21],"1431":[1,2,13],"1432":[1,1,29],"1433":[1,1,1],"1434":[5,2,66],"1435":[5,2,106],"1436":[5,2,48],"1437":[9,2,45],"1438":[4,2,77],"1439":[4,2,52],"1440":[1,1,1],"1441":[1,2,27],"1442":[1,2,21],"1443":[1,2,20],"1444":[1,2,36],"1445":[1,2,14],"1446":[1,2,28],"1447":[1,2,12],"1448":[1,2,12],"1449":[2,2,9],"1450":[1,2,7],"1451":[1,2,7],"1452":[1,2,25],"1453":[1,2,20],"1454":[1,1,22],"1455":[1,1,25],"1456":[3,2,36],"1457":[2,2,60],"1458":[3,2,22],"1459":[1,1,1],"1460":[2,2,7],"1461":[1,2,27],"1462":[1,2,22],"1463":[1,2,10],"1464":[1,2,9],"1465":[1,2,9],"1466":[3,2,7],"1467":[1,2,10],"1468":[2,2,8],"1469":[2,2,8],"1470":[2,2,9],"1471":[2,2,7],"1472":[2,2,7],"1473":[1,2,48],"1474":[1,2,9],"1475":[3,2,7],"1476":[3,2,7],"1477":[2,2,26],"1478":[1,2,8],"1479":[1,2,8],"1480":[1,2,9],"1481":[1,1,66],"1482":[1,1,1],"1483":[1,2,27],"1484":[1,2,10],"1485":[1,2,36],"1486":[1,2,14],"1487":[1,2,28],"1488":[1,2,12],"1489":[2,2,39],"1490":[1,2,16],"1491":[1,2,12],"1492":[1,2,13],"1493":[2,2,18],"1494":[2,2,19],"1495":[2,2,21],"1496":[1,2,22],"1497":[1,2,44],"1498":[1,2,13],"1499":[1,2,12],"1500":[1,2,20],"1501":[2,2,9],"1502":[1,2,22],"1503":[1,2,17],"1504":[1,2,30],"1505":[1,2,7],"1506":[1,2,21],"1507":[1,2,13],"1508":[1,2,17],"1509":[1,2,17],"1510":[1,1,76],"1511":[1,1,1],"1512":[1,2,27],"1513":[1,2,50],"1514":[1,2,36],"1515":[1,2,14],"1516":[1,2,28],"1517":[1,2,10],"1518":[2,2,39],"1519":[1,2,16],"1520":[1,2,12],"1521":[1,2,13],"1522":[2,2,18],"1523":[2,2,19],"1524":[2,2,21],"1525":[1,2,8],"1526":[1,2,8],"1527":[1,2,44],"1528":[1,2,12],"1529":[2,2,9],"1530":[1,2,20],"1531":[2,2,9],"1532":[1,2,22],"1533":[1,2,7],"1534":[1,2,17],"1535":[1,2,30],"1536":[1,2,13],"1537":[1,2,13],"1538":[1,2,10],"1539":[1,2,7],"1540":[1,2,21],"1541":[1,2,13],"1542":[1,2,17],"1543":[1,2,17],"1544":[1,1,32],"1545":[1,1,27],"1546":[1,1,1],"1547":[1,2,27],"1548":[1,2,36],"1549":[1,2,14],"1550":[1,2,28],"1551":[2,2,39],"1552":[1,2,16],"1553":[1,2,12],"1554":[1,2,13],"1555":[2,2,18],"1556":[2,2,19],"1557":[2,2,21],"1558":[1,2,12],"1559":[1,2,12],"1560":[1,2,20],"1561":[2,2,9],"1562":[1,2,22],"1563":[1,2,17],"1564":[1,2,30],"1565":[1,2,7],"1566":[1,2,21],"1567":[1,2,13],"1568":[1,1,36],"1569":[6,1,98],"1570":[1,1,1],"1571":[1,2,27],"1572":[1,2,34],"1573":[1,2,36],"1574":[1,2,14],"1575":[1,2,28],"1576":[1,2,12],"1577":[2,2,39],"1578":[1,2,16],"1579":[1,2,12],"1580":[1,2,13],"1581":[2,2,18],"1582":[2,2,19],"1583":[2,2,21],"1584":[1,2,74],"1585":[1,2,58],"1586":[1,2,95],"1587":[1,2,45],"1588":[1,2,12],"1589":[2,2,20],"1590":[1,2,20],"1591":[2,2,9],"1592":[1,2,22],"1593":[1,2,17],"1594":[1,2,30],"1595":[1,2,7],"1596":[1,2,21],"1597":[1,2,13],"1598":[1,1,33],"1599":[1,1,20],"1600":[6,2,99],"1601":[1,1,1],"1602":[1,2,27],"1603":[1,2,10],"1604":[1,2,36],"1605":[1,2,14],"1606":[1,2,28],"1607":[1,2,12],"1608":[2,2,39],"1609":[1,2,16],"1610":[1,2,12],"1611":[1,2,13],"1612":[2,2,18],"1613":[2,2,19],"1614":[2,2,21],"1615":[1,2,22],"1616":[1,2,44],"1617":[1,2,13],"1618":[1,2,12],"1619":[1,2,20],"1620":[2,2,9],"1621":[1,2,22],"1622":[1,2,17],"1623":[1,2,30],"1624":[1,2,7],"1625":[1,2,21],"1626":[1,2,13],"1627":[1,1,36],"1628":[1,1,34],"1629":[7,1,185],"1630":[1,1,1],"1631":[1,2,27],"1632":[1,2,14],"1633":[1,2,32],"1634":[1,2,36],"1635":[1,2,14],"1636":[1,2,28],"1637":[1,2,10],"1638":[2,2,39],"1639":[1,2,18],"1640":[1,2,16],"1641":[1,2,12],"1642":[1,2,13],"1643":[2,2,18],"1644":[2,2,19],"1645":[2,2,21],"1646":[1,2,10],"1647":[1,2,12],"1648":[1,2,7],"1649":[1,2,24],"1650":[1,2,20],"1651":[2,2,9],"1652":[1,2,22],"1653":[1,2,30],"1654":[1,2,11],"1655":[1,2,17],"1656":[1,2,18],"1657":[1,2,30],"1658":[1,2,7],"1659":[1,2,21],"1660":[1,2,13],"1661":[1,1,39],"1662":[1,1,19],"1663":[1,1,1],"1664":[1,2,27],"1665":[1,2,14],"1666":[1,2,10],"1667":[1,2,36],"1668":[1,2,14],"1669":[1,2,28],"1670":[1,2,7],"1671":[2,2,39],"1672":[1,2,18],"1673":[1,2,16],"1674":[1,2,12],"1675":[1,2,13],"1676":[2,2,18],"1677":[2,2,19],"1678":[2,2,21],"1679":[1,2,12],"1680":[1,2,8],"1681":[1,2,21],"1682":[1,2,24],"1683":[1,2,20],"1684":[2,2,9],"1685":[1,2,22],"1686":[1,2,37],"1687":[1,2,30],"1688":[1,2,11],"1689":[1,2,17],"1690":[1,2,18],"1691":[1,2,30],"1692":[1,2,7],"1693":[1,2,21],"1694":[1,2,13],"1695":[1,1,1],"1696":[1,1,1],"1697":[1,1,1],"1698":[1,1,1],"1699":[1,1,1],"1700":[1,1,1],"1701":[1,1,1],"1702":[1,1,1],"1703":[1,1,1],"1704":[1,1,1],"1705":[1,1,1],"1706":[1,1,1],"1707":[1,1,1],"1708":[1,1,1],"1709":[1,1,1],"1710":[1,1,1],"1711":[1,1,1],"1712":[1,1,1],"1713":[1,1,1],"1714":[1,1,1],"1715":[1,1,1],"1716":[1,1,1],"1717":[1,1,1],"1718":[1,1,1],"1719":[1,1,1],"1720":[1,1,1],"1721":[1,1,1],"1722":[1,1,1],"1723":[1,1,1],"1724":[1,1,1],"1725":[1,1,1],"1726":[1,1,1],"1727":[1,1,1],"1728":[1,1,1],"1729":[1,1,1],"1730":[1,1,1],"1731":[1,1,1],"1732":[1,1,1],"1733":[1,1,1],"1734":[1,1,1],"1735":[1,1,1],"1736":[1,1,1],"1737":[1,1,1],"1738":[1,1,1],"1739":[1,1,1],"1740":[1,1,1],"1741":[1,1,1],"1742":[1,1,1],"1743":[1,1,1],"1744":[1,1,1],"1745":[1,1,1],"1746":[1,1,1],"1747":[1,1,1],"1748":[1,1,1],"1749":[1,1,25],"1750":[1,1,38],"1751":[1,1,1],"1752":[1,2,7],"1753":[2,2,39],"1754":[1,2,16],"1755":[2,2,21],"1756":[1,2,13],"1757":[2,2,18],"1758":[2,2,19],"1759":[2,2,21],"1760":[1,2,20],"1761":[1,2,16],"1762":[1,2,17],"1763":[1,2,22],"1764":[1,2,11],"1765":[1,2,17],"1766":[1,2,30],"1767":[1,2,7],"1768":[1,2,7],"1769":[1,2,7],"1770":[1,2,21],"1771":[3,2,16],"1772":[1,2,13],"1773":[1,1,60],"1774":[1,1,60],"1775":[1,1,1],"1776":[1,2,27],"1777":[1,2,50],"1778":[1,2,36],"1779":[1,2,14],"1780":[1,2,28],"1781":[1,2,10],"1782":[2,2,39],"1783":[1,2,16],"1784":[1,2,12],"1785":[1,2,13],"1786":[2,2,18],"1787":[2,2,19],"1788":[2,2,21],"1789":[1,2,8],"1790":[1,2,8],"1791":[1,2,44],"1792":[1,2,12],"1793":[2,2,9],"1794":[1,2,20],"1795":[2,2,9],"1796":[1,2,22],"1797":[1,2,7],"1798":[1,2,17],"1799":[1,2,30],"1800":[1,2,13],"1801":[1,2,13],"1802":[1,2,10],"1803":[1,2,7],"1804":[1,2,21],"1805":[1,2,13],"1806":[1,1,38],"1807":[1,1,18],"1808":[1,1,1],"1809":[1,2,17],"1810":[1,2,7],"1811":[2,2,39],"1812":[1,2,16],"1813":[1,2,13],"1814":[2,2,18],"1815":[2,2,19],"1816":[2,2,21],"1817":[1,2,7],"1818":[1,2,8],"1819":[1,2,8],"1820":[1,2,7],"1821":[1,2,8],"1822":[1,2,20],"1823":[1,2,22],"1824":[1,2,17],"1825":[1,2,30],"1826":[1,2,8],"1827":[1,2,8],"1828":[1,2,7],"1829":[1,2,21],"1830":[1,2,13],"1831":[1,1,96],"1832":[1,1,18],"1833":[1,1,1],"1834":[1,2,17],"1835":[1,2,7],"1836":[2,2,39],"1837":[1,2,16],"1838":[1,2,13],"1839":[2,2,18],"1840":[2,2,19],"1841":[2,2,21],"1842":[1,2,7],"1843":[1,2,8],"1844":[1,2,8],"1845":[1,2,7],"1846":[1,2,8],"1847":[1,2,20],"1848":[1,2,22],"1849":[1,2,17],"1850":[1,2,30],"1851":[1,2,8],"1852":[1,2,8],"1853":[1,2,7],"1854":[1,2,21],"1855":[1,2,13],"1856":[1,1,218],"1857":[1,1,1],"1858":[2,2,23],"1859":[2,2,12],"1860":[2,2,12],"1861":[2,2,15],"1862":[1,2,17],"1863":[1,2,17],"1864":[1,2,10],"1865":[1,2,21],"1866":[2,2,9],"1867":[1,2,14],"1868":[2,2,15],"1869":[1,2,13],"1870":[2,2,11],"1871":[1,2,9],"1872":[2,2,11],"1873":[3,2,24],"1874":[2,2,17],"1875":[1,2,19],"1876":[1,2,13],"1877":[2,2,18],"1878":[1,2,18],"1879":[1,1,52],"1880":[1,1,23],"1881":[1,1,1],"1882":[1,2,27],"1883":[1,2,17],"1884":[1,2,36],"1885":[1,2,14],"1886":[1,2,28],"1887":[1,2,7],"1888":[2,2,39],"1889":[1,2,16],"1890":[1,2,16],"1891":[1,2,12],"1892":[1,2,13],"1893":[2,2,18],"1894":[2,2,19],"1895":[2,2,21],"1896":[1,2,8],"1897":[1,2,13],"1898":[1,2,12],"1899":[1,2,20],"1900":[2,2,9],"1901":[1,2,22],"1902":[1,2,17],"1903":[1,2,30],"1904":[1,2,7],"1905":[1,2,21],"1906":[1,2,13],"1907":[1,2,15],"1908":[1,1,29],"1909":[1,1,1],"1910":[5,2,28],"1911":[2,2,72],"1912":[1,2,76],"1913":[2,3,82],"1914":[1,3,181],"1915":[3,2,109],"1916":[1,5,60],"1917":[5,5,209],"1918":[2,2,61],"1919":[2,2,46],"1920":[2,2,43],"1921":[3,2,21],"1922":[6,2,126],"1923":[1,1,1],"1924":[1,2,27],"1925":[1,2,42],"1926":[1,2,55],"1927":[1,2,14],"1928":[1,2,28],"1929":[1,2,12],"1930":[2,2,39],"1931":[1,2,19],"1932":[1,2,19],"1933":[1,2,16],"1934":[1,2,13],"1935":[1,2,13],"1936":[1,2,12],"1937":[1,2,13],"1938":[2,2,18],"1939":[2,2,19],"1940":[2,2,21],"1941":[1,2,12],"1942":[1,2,8],"1943":[2,2,22],"1944":[1,2,75],"1945":[1,2,18],"1946":[1,2,20],"1947":[2,2,9],"1948":[1,2,22],"1949":[1,2,34],"1950":[1,2,17],"1951":[1,2,30],"1952":[1,2,30],"1953":[1,2,30],"1954":[2,2,27],"1955":[1,2,7],"1956":[1,2,21],"1957":[3,2,7],"1958":[1,2,13],"1959":[1,1,29],"1960":[1,1,30],"1961":[1,1,1],"1962":[1,2,27],"1963":[1,2,16],"1964":[1,2,36],"1965":[1,2,14],"1966":[1,2,28],"1967":[1,2,7],"1968":[2,2,39],"1969":[1,2,16],"1970":[1,2,12],"1971":[1,2,13],"1972":[2,2,18],"1973":[2,2,19],"1974":[2,2,21],"1975":[1,2,8],"1976":[1,2,8],"1977":[1,2,21],"1978":[1,2,13],"1979":[1,2,12],"1980":[1,2,8],"1981":[1,2,7],"1982":[1,2,7],"1983":[1,2,7],"1984":[1,2,10],"1985":[2,2,9],"1986":[1,2,20],"1987":[2,2,9],"1988":[1,2,22],"1989":[1,2,17],"1990":[1,2,30],"1991":[1,2,13],"1992":[1,2,13],"1993":[1,2,7],"1994":[1,2,21],"1995":[1,2,13],"1996":[1,1,75],"1997":[1,1,1],"1998":[1,2,23],"1999":[3,2,18],"2000":[3,2,18],"2001":[1,1,1],"2002":[1,2,7],"2003":[1,2,8],"2004":[1,2,7],"2005":[1,2,8],"2006":[1,2,7],"2007":[1,2,7],"2008":[1,2,7],"2009":[1,2,7],"2010":[1,2,7],"2011":[2,2,9],"2012":[2,2,7],"2013":[1,2,7],"2014":[1,2,7],"2015":[1,2,7],"2016":[1,1,47],"2017":[1,1,43],"2018":[1,1,1],"2019":[1,2,27],"2020":[1,2,36],"2021":[1,2,14],"2022":[1,2,28],"2023":[2,2,39],"2024":[1,2,7],"2025":[1,2,7],"2026":[1,2,16],"2027":[1,2,12],"2028":[1,2,13],"2029":[2,2,18],"2030":[2,2,19],"2031":[2,2,21],"2032":[1,2,12],"2033":[1,2,7],"2034":[1,2,7],"2035":[1,2,20],"2036":[2,2,9],"2037":[1,2,22],"2038":[1,2,17],"2039":[1,2,30],"2040":[1,2,7],"2041":[1,2,21],"2042":[1,2,13],"2043":[1,1,27],"2044":[1,1,26],"2045":[1,1,1],"2046":[1,2,27],"2047":[1,2,10],"2048":[1,2,36],"2049":[1,2,14],"2050":[1,2,28],"2051":[1,2,12],"2052":[2,2,39],"2053":[1,2,16],"2054":[1,2,12],"2055":[1,2,13],"2056":[2,2,18],"2057":[2,2,19],"2058":[2,2,21],"2059":[1,2,32],"2060":[1,2,25],"2061":[1,2,44],"2062":[1,2,13],"2063":[1,2,12],"2064":[2,2,20],"2065":[1,2,20],"2066":[2,2,9],"2067":[1,2,22],"2068":[1,2,17],"2069":[1,2,30],"2070":[1,2,28],"2071":[1,2,7],"2072":[1,2,21],"2073":[1,2,13],"2074":[1,1,36],"2075":[1,1,44],"2076":[1,1,1],"2077":[1,2,8],"2078":[1,2,8],"2079":[1,2,7],"2080":[1,2,7],"2081":[1,2,11],"2082":[2,2,39],"2083":[1,2,16],"2084":[1,2,13],"2085":[2,2,18],"2086":[2,2,19],"2087":[2,2,21],"2088":[1,2,7],"2089":[1,2,8],"2090":[1,2,20],"2091":[1,2,40],"2092":[1,2,22],"2093":[1,2,17],"2094":[1,2,30],"2095":[1,2,8],"2096":[1,2,8],"2097":[1,2,7],"2098":[1,2,7],"2099":[1,2,8],"2100":[1,2,8],"2101":[1,2,8],"2102":[1,2,7],"2103":[1,2,21],"2104":[1,2,8],"2105":[1,2,8],"2106":[1,2,7],"2107":[1,2,7],"2108":[1,2,8],"2109":[1,2,13],"2110":[1,1,23],"2111":[1,1,29],"2112":[1,1,1],"2113":[1,2,27],"2114":[1,2,8],"2115":[1,2,10],"2116":[1,2,7],"2117":[1,2,8],"2118":[1,2,50],"2119":[2,2,11],"2120":[1,2,8],"2121":[1,1,50],"2122":[1,1,47],"2123":[1,1,1],"2124":[1,2,27],"2125":[2,2,7],"2126":[2,2,7],"2127":[1,2,36],"2128":[1,2,36],"2129":[1,2,14],"2130":[1,2,28],"2131":[1,2,8],"2132":[2,2,39],"2133":[1,2,16],"2134":[1,2,7],"2135":[1,2,12],"2136":[1,2,13],"2137":[2,2,18],"2138":[2,2,19],"2139":[2,2,21],"2140":[1,2,8],"2141":[1,2,8],"2142":[1,2,7],"2143":[1,2,8],"2144":[1,2,12],"2145":[1,2,7],"2146":[2,2,9],"2147":[1,2,20],"2148":[2,2,9],"2149":[1,2,22],"2150":[1,2,7],"2151":[1,2,17],"2152":[1,2,30],"2153":[1,2,8],"2154":[1,2,7],"2155":[1,2,21],"2156":[1,2,13],"2157":[1,1,41],"2158":[1,1,121],"2159":[1,1,1],"2160":[1,2,27],"2161":[1,2,14],"2162":[1,2,25],"2163":[1,2,36],"2164":[1,2,14],"2165":[1,2,28],"2166":[2,2,39],"2167":[1,2,18],"2168":[1,2,16],"2169":[1,2,12],"2170":[1,2,13],"2171":[2,2,18],"2172":[2,2,19],"2173":[2,2,21],"2174":[2,2,18],"2175":[1,2,12],"2176":[1,2,24],"2177":[1,2,20],"2178":[2,2,9],"2179":[1,2,22],"2180":[1,2,30],"2181":[1,2,11],"2182":[1,2,17],"2183":[1,2,18],"2184":[1,2,30],"2185":[1,2,7],"2186":[1,2,21],"2187":[1,2,13],"2188":[1,1,35],"2189":[3,1,116],"2190":[3,1,49],"2191":[1,1,38],"2192":[1,1,82],"2193":[1,1,78],"2194":[2,1,93],"2195":[1,1,60],"2196":[2,1,106],"2197":[2,2,53],"2198":[1,1,1],"2199":[1,2,21],"2200":[1,2,27],"2201":[1,2,36],"2202":[1,2,36],"2203":[1,2,14],"2204":[1,2,28],"2205":[2,2,39],"2206":[1,2,26],"2207":[1,2,20],"2208":[1,2,11],"2209":[1,2,16],"2210":[1,2,13],"2211":[1,2,13],"2212":[1,2,12],"2213":[1,2,13],"2214":[2,2,18],"2215":[2,2,19],"2216":[2,2,21],"2217":[1,2,28],"2218":[1,2,8],"2219":[1,2,12],"2220":[1,2,17],"2221":[1,2,20],"2222":[2,2,9],"2223":[1,2,15],"2224":[1,2,22],"2225":[1,2,14],"2226":[1,2,10],"2227":[1,2,17],"2228":[1,2,30],"2229":[1,2,13],"2230":[1,2,12],"2231":[1,2,38],"2232":[2,2,29],"2233":[1,2,7],"2234":[1,2,21],"2235":[1,2,13],"2236":[3,2,23],"2237":[1,1,29],"2238":[1,1,1],"2239":[2,2,20],"2240":[1,1,1],"2241":[1,2,21],"2242":[1,2,10],"2243":[2,2,39],"2244":[1,2,7],"2245":[1,2,11],"2246":[1,2,16],"2247":[1,2,13],"2248":[2,2,18],"2249":[2,2,19],"2250":[2,2,21],"2251":[1,2,17],"2252":[1,2,20],"2253":[1,2,17],"2254":[2,2,10],"2255":[2,2,10],"2256":[2,2,11],"2257":[1,2,22],"2258":[1,2,17],"2259":[1,2,17],"2260":[1,2,30],"2261":[1,2,9],"2262":[1,2,13],"2263":[1,2,7],"2264":[1,2,9],"2265":[1,2,20],"2266":[1,2,7],"2267":[1,2,21],"2268":[2,2,12],"2269":[1,2,13],"2270":[1,2,7],"2271":[1,2,7],"2272":[1,2,7],"2273":[1,1,35],"2274":[1,1,110],"2275":[1,1,1],"2276":[2,2,55],"2277":[3,2,10],"2278":[3,2,10],"2279":[3,2,11],"2280":[3,2,10],"2281":[3,2,10],"2282":[3,2,11],"2283":[3,2,10],"2284":[4,2,18],"2285":[3,2,10],"2286":[3,2,11],"2287":[1,2,8],"2288":[1,2,8],"2289":[1,2,10],"2290":[1,2,10],"2291":[1,2,10],"2292":[1,2,10],"2293":[2,2,9],"2294":[2,2,23],"2295":[3,2,10],"2296":[3,2,10],"2297":[3,2,10],"2298":[2,2,18],"2299":[1,2,11],"2300":[1,2,10],"2301":[2,2,9],"2302":[1,1,52],"2303":[1,1,32],"2304":[2,2,201],"2305":[2,2,65],"2306":[1,1,1],"2307":[1,2,13],"2308":[1,2,7],"2309":[2,2,39],"2310":[1,2,7],"2311":[1,2,41],"2312":[1,2,42],"2313":[1,2,16],"2314":[1,2,13],"2315":[2,2,18],"2316":[2,2,19],"2317":[2,2,21],"2318":[1,2,35],"2319":[1,2,41],"2320":[1,2,20],"2321":[2,2,7],"2322":[1,2,22],"2323":[1,2,17],"2324":[1,2,30],"2325":[1,2,7],"2326":[1,2,21],"2327":[1,2,47],"2328":[1,2,13],"2329":[1,1,30],"2330":[1,1,66],"2331":[3,2,24],"2332":[2,2,52],"2333":[1,1,1],"2334":[1,2,7],"2335":[1,2,7],"2336":[1,2,8],"2337":[1,2,10],"2338":[1,2,18],"2339":[2,2,39],"2340":[1,2,7],"2341":[2,2,8],"2342":[1,2,16],"2343":[1,2,11],"2344":[1,2,13],"2345":[2,2,18],"2346":[2,2,19],"2347":[2,2,21],"2348":[2,2,7],"2349":[1,2,8],"2350":[1,2,8],"2351":[1,2,20],"2352":[2,2,7],"2353":[1,2,7],"2354":[1,2,10],"2355":[1,2,22],"2356":[1,2,10],"2357":[2,2,8],"2358":[1,2,15],"2359":[1,2,17],"2360":[1,2,30],"2361":[1,2,8],"2362":[1,2,8],"2363":[1,2,7],"2364":[1,2,21],"2365":[1,2,13],"2366":[1,2,17],"2367":[1,2,10],"2368":[1,1,66],"2369":[1,1,1],"2370":[1,2,27],"2371":[1,2,10],"2372":[1,2,36],"2373":[1,2,14],"2374":[1,2,28],"2375":[1,2,12],"2376":[2,2,39],"2377":[1,2,16],"2378":[1,2,12],"2379":[1,2,13],"2380":[2,2,18],"2381":[2,2,19],"2382":[2,2,21],"2383":[1,2,22],"2384":[1,2,44],"2385":[1,2,13],"2386":[1,2,12],"2387":[1,2,20],"2388":[2,2,9],"2389":[1,2,22],"2390":[1,2,17],"2391":[1,2,30],"2392":[1,2,7],"2393":[1,2,21],"2394":[1,2,13],"2395":[1,2,17],"2396":[1,2,17],"2397":[1,1,45],"2398":[1,1,74],"2399":[1,1,1],"2400":[1,2,18],"2401":[1,2,11],"2402":[1,2,27],"2403":[1,2,14],"2404":[1,2,36],"2405":[1,2,14],"2406":[1,2,28],"2407":[2,2,39],"2408":[1,2,18],"2409":[2,2,16],"2410":[1,2,16],"2411":[1,2,12],"2412":[1,2,13],"2413":[2,2,18],"2414":[2,2,19],"2415":[2,2,21],"2416":[1,2,14],"2417":[1,2,15],"2418":[1,2,12],"2419":[1,2,12],"2420":[1,2,24],"2421":[1,2,20],"2422":[2,2,9],"2423":[1,2,22],"2424":[1,2,30],"2425":[1,2,11],"2426":[1,2,17],"2427":[1,2,18],"2428":[1,2,30],"2429":[1,2,7],"2430":[1,2,21],"2431":[1,2,13],"2432":[1,1,26],"2433":[1,1,84],"2434":[1,1,1],"2435":[1,2,27],"2436":[2,2,9],"2437":[2,2,7],"2438":[1,2,36],"2439":[1,2,14],"2440":[1,2,28],"2441":[2,2,39],"2442":[1,2,16],"2443":[1,2,12],"2444":[1,2,13],"2445":[2,2,18],"2446":[2,2,19],"2447":[2,2,21],"2448":[1,2,10],"2449":[1,2,12],"2450":[1,2,20],"2451":[2,2,9],"2452":[1,2,22],"2453":[1,2,17],"2454":[1,2,30],"2455":[1,2,7],"2456":[1,2,21],"2457":[1,2,13],"2458":[1,1,46],"2459":[1,1,163],"2460":[1,1,1],"2461":[1,2,27],"2462":[1,2,46],"2463":[1,2,16],"2464":[1,2,36],"2465":[1,2,14],"2466":[1,2,28],"2467":[1,2,12],"2468":[1,2,12],"2469":[1,2,10],"2470":[1,2,10],"2471":[1,2,10],"2472":[2,2,9],"2473":[2,2,10],"2474":[1,2,7],"2475":[1,2,10],"2476":[1,2,11],"2477":[4,2,17],"2478":[1,1,83],"2479":[1,1,1],"2480":[2,2,49],"2481":[2,2,48],"2482":[5,2,70],"2483":[1,2,74],"2484":[1,2,140],"2485":[2,2,114],"2486":[2,2,61],"2487":[1,1,1],"2488":[1,2,27],"2489":[1,2,14],"2490":[1,2,38],"2491":[1,2,36],"2492":[1,2,14],"2493":[1,2,28],"2494":[2,2,39],"2495":[1,2,32],"2496":[1,2,18],"2497":[1,2,16],"2498":[1,2,23],"2499":[1,2,12],"2500":[1,2,13],"2501":[2,2,18],"2502":[2,2,19],"2503":[2,2,21],"2504":[1,2,19],"2505":[2,2,37],"2506":[1,2,12],"2507":[1,2,24],"2508":[1,2,20],"2509":[2,2,9],"2510":[1,2,22],"2511":[1,2,30],"2512":[1,2,11],"2513":[1,2,17],"2514":[1,2,18],"2515":[1,2,30],"2516":[1,2,7],"2517":[1,2,21],"2518":[1,2,27],"2519":[1,2,13],"2520":[1,1,76],"2521":[1,1,1],"2522":[1,2,27],"2523":[1,2,50],"2524":[1,2,36],"2525":[1,2,14],"2526":[1,2,28],"2527":[1,2,10],"2528":[2,2,39],"2529":[1,2,16],"2530":[1,2,12],"2531":[1,2,13],"2532":[2,2,18],"2533":[2,2,19],"2534":[2,2,21],"2535":[1,2,8],"2536":[1,2,8],"2537":[1,2,44],"2538":[1,2,12],"2539":[2,2,9],"2540":[1,2,20],"2541":[2,2,9],"2542":[1,2,22],"2543":[1,2,7],"2544":[1,2,17],"2545":[1,2,30],"2546":[1,2,13],"2547":[1,2,13],"2548":[1,2,10],"2549":[1,2,7],"2550":[1,2,21],"2551":[1,2,13],"2552":[1,2,17],"2553":[1,2,17],"2554":[1,1,44],"2555":[1,1,83],"2556":[1,1,1],"2557":[1,2,8],"2558":[1,2,10],"2559":[2,2,8],"2560":[1,2,7],"2561":[2,2,8],"2562":[2,2,11],"2563":[3,2,7],"2564":[2,2,7],"2565":[1,2,8],"2566":[2,2,7],"2567":[2,2,7],"2568":[2,2,7],"2569":[2,2,7],"2570":[2,2,7],"2571":[1,2,7],"2572":[1,2,7],"2573":[1,1,30],"2574":[1,1,26],"2575":[1,1,1],"2576":[1,2,27],"2577":[1,2,10],"2578":[1,2,36],"2579":[1,2,14],"2580":[1,2,28],"2581":[1,2,12],"2582":[2,2,41],"2583":[1,2,16],"2584":[1,2,12],"2585":[1,2,13],"2586":[2,2,18],"2587":[2,2,19],"2588":[2,2,21],"2589":[1,2,22],"2590":[1,2,44],"2591":[1,2,13],"2592":[1,2,12],"2593":[1,2,20],"2594":[2,2,9],"2595":[1,2,22],"2596":[1,2,17],"2597":[1,2,30],"2598":[1,2,7],"2599":[1,2,21],"2600":[1,2,13],"2601":[1,1,107],"2602":[1,1,54],"2603":[1,1,70],"2604":[2,1,161],"2605":[2,1,133],"2606":[3,1,1],"2607":[1,4,33],"2608":[1,4,33],"2609":[1,4,100],"2610":[1,4,42],"2611":[1,4,100],"2612":[1,4,1],"2613":[1,1,50],"2614":[1,1,30],"2615":[2,1,25],"2616":[1,2,35],"2617":[1,2,155],"2618":[1,2,141],"2619":[3,2,88],"2620":[2,2,52],"2621":[1,2,57],"2622":[3,2,45],"2623":[6,1,333],"2624":[3,1,237],"2625":[3,3,115],"2626":[3,3,107],"2627":[2,3,93],"2628":[1,5,32],"2629":[2,5,103],"2630":[2,3,84],"2631":[1,5,62],"2632":[2,6,66],"2633":[2,3,102],"2634":[2,3,87],"2635":[2,5,54],"2636":[3,5,61],"2637":[2,3,84],"2638":[2,3,90],"2639":[6,1,87],"2640":[3,6,223],"2641":[2,6,87],"2642":[3,6,130],"2643":[5,6,78],"2644":[4,6,397],"2645":[6,1,1],"2646":[1,6,106],"2647":[6,6,52],"2648":[6,6,98],"2649":[1,1,112],"2650":[3,1,27],"2651":[2,1,83],"2652":[2,1,34],"2653":[1,1,72],"2654":[1,2,43],"2655":[1,2,23],"2656":[1,2,200],"2657":[1,2,46],"2658":[1,2,51],"2659":[1,2,10],"2660":[1,2,139],"2661":[1,2,21],"2662":[1,2,85]},"averageFieldLength":[1.4153210664663918,1.916635373638753,28.01614720240331],"storedFields":{"0":{"title":"API","titles":[]},"1":{"title":"Ecosystem","titles":[]},"2":{"title":"AlgebraOfGraphics.jl","titles":["Ecosystem"]},"3":{"title":"Beautiful Makie","titles":["Ecosystem"]},"4":{"title":"GraphMakie.jl","titles":["Ecosystem"]},"5":{"title":"GeoMakie.jl","titles":["Ecosystem"]},"6":{"title":"Changelog","titles":[]},"7":{"title":"Animations","titles":[]},"8":{"title":"A simple example","titles":["Animations"]},"9":{"title":"File formats","titles":["Animations"]},"10":{"title":"Animations using Observables","titles":["Animations"]},"11":{"title":"Appending data with Observables","titles":["Animations"]},"12":{"title":"Animating a plot "live"","titles":["Animations"]},"13":{"title":"What is a backend","titles":[]},"14":{"title":"Activating Backends","titles":["What is a backend"]},"15":{"title":"CairoMakie","titles":[]},"16":{"title":"Activation and screen config","titles":["CairoMakie"]},"17":{"title":"Inline Plot Type","titles":["CairoMakie","Activation and screen config"]},"18":{"title":"Z-Order","titles":["CairoMakie","Activation and screen config"]},"19":{"title":"Selective Rasterization","titles":["CairoMakie","Activation and screen config"]},"20":{"title":"PDF version","titles":["CairoMakie","Activation and screen config"]},"21":{"title":"GLMakie","titles":[]},"22":{"title":"Activation and screen config","titles":["GLMakie"]},"23":{"title":"Window Scaling","titles":["GLMakie","Activation and screen config"]},"24":{"title":"Resolution Scaling","titles":["GLMakie","Activation and screen config"]},"25":{"title":"Multiple Windows","titles":["GLMakie","Activation and screen config"]},"26":{"title":"Forcing Dedicated GPU Use In Linux","titles":["GLMakie"]},"27":{"title":"Troubleshooting OpenGL","titles":["GLMakie"]},"28":{"title":"WSL setup or X-forwarding","titles":["GLMakie"]},"29":{"title":"GLMakie does not show Figure or crashes on full screen mode on macOS","titles":["GLMakie"]},"30":{"title":"RPRMakie","titles":[]},"31":{"title":"Activation and screen config","titles":["RPRMakie"]},"32":{"title":"MaterialX and predefined materials (materials.jl)","titles":["RPRMakie"]},"33":{"title":"Advanced custom material (earth_topography.jl)","titles":["RPRMakie"]},"34":{"title":"RPRMakie interop (opengl_interop.jl)","titles":["RPRMakie"]},"35":{"title":"Animations (lego.jl)","titles":["RPRMakie"]},"36":{"title":"Earth example","titles":["RPRMakie"]},"37":{"title":"Blocks","titles":[]},"38":{"title":"Adding to a Figure","titles":["Blocks"]},"39":{"title":"Specifying a boundingbox directly","titles":["Blocks"]},"40":{"title":"Deleting blocks","titles":["Blocks"]},"41":{"title":"WGLMakie","titles":[]},"42":{"title":"Missing Backend Features","titles":["WGLMakie"]},"43":{"title":"Browser Support","titles":["WGLMakie"]},"44":{"title":"IJulia","titles":["WGLMakie","Browser Support"]},"45":{"title":"JupyterHub / Jupyterlab / Binder","titles":["WGLMakie"]},"46":{"title":"Pluto","titles":["WGLMakie"]},"47":{"title":"JuliaHub","titles":["WGLMakie"]},"48":{"title":"Browser Support","titles":["WGLMakie"]},"49":{"title":"Activation and screen config","titles":["WGLMakie"]},"50":{"title":"Output","titles":["WGLMakie"]},"51":{"title":"Page","titles":["WGLMakie","Output"]},"52":{"title":"Record a statemap","titles":["WGLMakie"]},"53":{"title":"Execute Javascript directly","titles":["WGLMakie"]},"54":{"title":"Offline Tooltip","titles":["WGLMakie"]},"55":{"title":"Pluto/IJulia","titles":[]},"56":{"title":"Styling","titles":["Pluto/IJulia"]},"57":{"title":"Export","titles":[]},"58":{"title":"Cameras","titles":[]},"59":{"title":"Pixel Camera","titles":["Cameras"]},"60":{"title":"Relative Camera","titles":["Cameras"]},"61":{"title":"2D Camera","titles":["Cameras"]},"62":{"title":"3D Camera","titles":["Cameras"]},"63":{"title":"Example - Visualizing the cameras view box","titles":["Cameras"]},"64":{"title":"General Remarks","titles":["Cameras"]},"65":{"title":"Conversions and spaces","titles":[]},"66":{"title":"Conversion Pipeline","titles":["Conversions and spaces"]},"67":{"title":"Argument Conversions","titles":["Conversions and spaces","Conversion Pipeline"]},"68":{"title":"Transformation Objects","titles":["Conversions and spaces","Conversion Pipeline"]},"69":{"title":"Float32Convert","titles":["Conversions and spaces","Conversion Pipeline"]},"70":{"title":"Camera","titles":["Conversions and spaces","Conversion Pipeline"]},"71":{"title":"Coordinate spaces","titles":["Conversions and spaces"]},"72":{"title":"Dimension conversions","titles":[]},"73":{"title":"Examples","titles":["Dimension conversions"]},"74":{"title":"Limitations","titles":["Dimension conversions","Examples"]},"75":{"title":"Current conversions in Makie","titles":["Dimension conversions","Examples"]},"76":{"title":"Developer docs","titles":["Dimension conversions"]},"77":{"title":"Events","titles":[]},"78":{"title":"Observables with priority","titles":["Events"]},"79":{"title":"The Events struct","titles":["Events"]},"80":{"title":"Mouse Interaction","titles":["Events"]},"81":{"title":"Keyboard Interaction","titles":["Events"]},"82":{"title":"Point Picking","titles":["Events"]},"83":{"title":"The ispressed function","titles":["Events"]},"84":{"title":"Interactive Widgets","titles":["Events"]},"85":{"title":"Recording Animations with Interactions","titles":["Events"]},"86":{"title":"Frequently Asked Questions","titles":[]},"87":{"title":"Installation Issues","titles":["Frequently Asked Questions"]},"88":{"title":"No Scene displayed or GLMakie fails to build","titles":["Frequently Asked Questions","Installation Issues"]},"89":{"title":"Plotting issues","titles":["Frequently Asked Questions"]},"90":{"title":"Dimensions too large","titles":["Frequently Asked Questions","Plotting issues"]},"91":{"title":"2d plots (heatmaps, images, etc.)","titles":["Frequently Asked Questions","Plotting issues","Dimensions too large"]},"92":{"title":"3d plots (volumes)","titles":["Frequently Asked Questions","Plotting issues","Dimensions too large"]},"93":{"title":"General issues","titles":["Frequently Asked Questions"]},"94":{"title":"My font doesn't work!","titles":["Frequently Asked Questions","General issues"]},"95":{"title":"Layout Issues","titles":["Frequently Asked Questions"]},"96":{"title":"Elements are squashed into the lower left corner","titles":["Frequently Asked Questions","Layout Issues"]},"97":{"title":"Columns or rows are shrunk to the size of Text or another element","titles":["Frequently Asked Questions","Layout Issues"]},"98":{"title":"The Figure content does not fit the Figure","titles":["Frequently Asked Questions","Layout Issues"]},"99":{"title":"Figures","titles":[]},"100":{"title":"Creating a Figure","titles":["Figures"]},"101":{"title":"Placing Blocks into a Figure","titles":["Figures"]},"102":{"title":"GridPositions and GridSubpositions","titles":["Figures"]},"103":{"title":"Figure padding","titles":["Figures"]},"104":{"title":"Retrieving Objects From A Figure","titles":["Figures"]},"105":{"title":"Figure size and units","titles":["Figures"]},"106":{"title":"Defaults of px_per_unit and pt_per_unit","titles":["Figures","Figure size and units"]},"107":{"title":"Matching figure and font sizes to documents","titles":["Figures","Figure size and units"]},"108":{"title":"Fonts","titles":[]},"109":{"title":"String","titles":["Fonts"]},"110":{"title":"Symbol","titles":["Fonts"]},"111":{"title":"Emoji and color fonts","titles":["Fonts"]},"112":{"title":"Headless","titles":[]},"113":{"title":"Using CairoMakie","titles":["Headless"]},"114":{"title":"Using GLMakie","titles":["Headless"]},"115":{"title":"GLMakie with X11 forwarding","titles":["Headless","Using GLMakie"]},"116":{"title":"GLMakie with VirtualGL","titles":["Headless","Using GLMakie"]},"117":{"title":"GLMakie in CI","titles":["Headless","Using GLMakie"]},"118":{"title":"Using WGLMakie","titles":["Headless"]},"119":{"title":"Inspecting data","titles":[]},"120":{"title":"Custom text","titles":["Inspecting data"]},"121":{"title":"Extending DataInspector","titles":["Inspecting data"]},"122":{"title":"Per-plot show_data","titles":["Inspecting data"]},"123":{"title":"LaTeX","titles":[]},"124":{"title":"Using L-strings","titles":["LaTeX"]},"125":{"title":"Uniformizing the fonts","titles":["LaTeX"]},"126":{"title":"GridLayouts","titles":[]},"127":{"title":"Suggested bounding box","titles":["GridLayouts"]},"128":{"title":"Computed bounding box","titles":["GridLayouts"]},"129":{"title":"Auto-determined width and height","titles":["GridLayouts"]},"130":{"title":"Computed width and height","titles":["GridLayouts"]},"131":{"title":"Protrusions","titles":["GridLayouts"]},"132":{"title":"Size attributes","titles":["GridLayouts"]},"133":{"title":"Alignment attributes","titles":["GridLayouts"]},"134":{"title":"Observables","titles":[]},"135":{"title":"The Observable structure","titles":["Observables"]},"136":{"title":"Triggering A Change","titles":["Observables"]},"137":{"title":"Chaining Observables With lift","titles":["Observables"]},"138":{"title":"Shorthand Macro For lift","titles":["Observables"]},"139":{"title":"Problems With Synchronous Updates","titles":["Observables"]},"140":{"title":"Plot methods","titles":[]},"141":{"title":"Non-Mutating","titles":["Plot methods"]},"142":{"title":"Special Keyword Arguments","titles":["Plot methods","Non-Mutating"]},"143":{"title":"Mutating","titles":["Plot methods"]},"144":{"title":"GridPositions","titles":["Plot methods"]},"145":{"title":"With Non-Mutating Plotting Functions","titles":["Plot methods","GridPositions"]},"146":{"title":"With Mutating Plotting Functions","titles":["Plot methods","GridPositions"]},"147":{"title":"Recipes","titles":[]},"148":{"title":"Type recipes","titles":["Recipes"]},"149":{"title":"Multiple Argument Conversion with convert_arguments","titles":["Recipes","Type recipes"]},"150":{"title":"Single Argument Conversion with convert_single_argument","titles":["Recipes","Type recipes"]},"151":{"title":"Full recipes with the @recipe macro","titles":["Recipes"]},"152":{"title":"Example: Stock Chart","titles":["Recipes"]},"153":{"title":"Makie Package Extension","titles":["Recipes"]},"154":{"title":"Scenes","titles":[]},"155":{"title":"What is a Scene?","titles":["Scenes"]},"156":{"title":"Subscenes","titles":["Scenes"]},"157":{"title":"Scene Attributes","titles":["Scenes"]},"158":{"title":"Modifying A Scene","titles":["Scenes"]},"159":{"title":"Updating the Scene","titles":["Scenes"]},"160":{"title":"Events","titles":["Scenes"]},"161":{"title":"SpecApi","titles":[]},"162":{"title":"What is the SpecApi?","titles":["SpecApi"]},"163":{"title":"Building layouts for specs","titles":["SpecApi"]},"164":{"title":"Advanced spec layouting","titles":["SpecApi"]},"165":{"title":"Using specs in convert_arguments","titles":["SpecApi"]},"166":{"title":"convert_arguments for GridLayoutSpec","titles":["SpecApi"]},"167":{"title":"convert_arguments for PlotSpecs","titles":["SpecApi"]},"168":{"title":"Interactive example","titles":["SpecApi"]},"169":{"title":"Predefined themes","titles":[]},"170":{"title":"Default theme","titles":["Predefined themes"]},"171":{"title":"theme_ggplot2","titles":["Predefined themes"]},"172":{"title":"theme_minimal","titles":["Predefined themes"]},"173":{"title":"theme_black","titles":["Predefined themes"]},"174":{"title":"theme_light","titles":["Predefined themes"]},"175":{"title":"theme_dark","titles":["Predefined themes"]},"176":{"title":"theme_latexfonts","titles":["Predefined themes"]},"177":{"title":"Themes","titles":[]},"178":{"title":"set_theme!","titles":["Themes"]},"179":{"title":"merge","titles":["Themes"]},"180":{"title":"update_theme!","titles":["Themes"]},"181":{"title":"with_theme","titles":["Themes"]},"182":{"title":"Theming plot objects","titles":["Themes"]},"183":{"title":"Theming block objects","titles":["Themes"]},"184":{"title":"Cycles","titles":["Themes"]},"185":{"title":"Covarying cycles","titles":["Themes","Cycles"]},"186":{"title":"Manual cycling using Cycled","titles":["Themes","Cycles"]},"187":{"title":"Palettes","titles":["Themes","Cycles"]},"188":{"title":"Special attributes","titles":["Themes"]},"189":{"title":"Transparency","titles":[]},"190":{"title":"Problems with transparency","titles":["Transparency"]},"191":{"title":"Order independent transparency","titles":["Transparency"]},"192":{"title":"How to draw boxes around subfigures","titles":[]},"193":{"title":"How to save a figure with transparency","titles":[]},"194":{"title":"Using CairoMakie","titles":["How to save a figure with transparency"]},"195":{"title":"Using GLMakie","titles":["How to save a figure with transparency"]},"196":{"title":"Welcome to Makie!","titles":[]},"197":{"title":"Installation","titles":["Welcome to Makie!"]},"198":{"title":"First Steps","titles":["Welcome to Makie!"]},"199":{"title":"Citing Makie","titles":["Welcome to Makie!"]},"200":{"title":"Getting Help","titles":["Welcome to Makie!"]},"201":{"title":"Axis","titles":[]},"202":{"title":"Creating an Axis","titles":["Axis"]},"203":{"title":"Plotting into an Axis","titles":["Axis"]},"204":{"title":"Deleting plots","titles":["Axis"]},"205":{"title":"Hiding Axis spines and decorations","titles":["Axis"]},"206":{"title":"Linking axes","titles":["Axis"]},"207":{"title":"Aligning neighboring axis labels","titles":["Axis"]},"208":{"title":"Creating a twin axis","titles":["Axis"]},"209":{"title":"Axis interaction","titles":["Axis"]},"210":{"title":"Scroll zoom","titles":["Axis","Axis interaction"]},"211":{"title":"Drag pan","titles":["Axis","Axis interaction"]},"212":{"title":"Limit reset","titles":["Axis","Axis interaction"]},"213":{"title":"Rectangle selection zoom","titles":["Axis","Axis interaction"]},"214":{"title":"Custom interactions","titles":["Axis","Axis interaction"]},"215":{"title":"Registering and deregistering interactions","titles":["Axis","Axis interaction","Custom interactions"]},"216":{"title":"Activating and deactivating interactions","titles":["Axis","Axis interaction","Custom interactions"]},"217":{"title":"Function interaction","titles":["Axis","Axis interaction","Custom interactions"]},"218":{"title":"Custom object interaction","titles":["Axis","Axis interaction","Custom interactions"]},"219":{"title":"Setup and cleanup","titles":["Axis","Axis interaction","Custom interactions"]},"220":{"title":"Attributes","titles":["Axis"]},"221":{"title":"alignmode","titles":["Axis","Attributes"]},"222":{"title":"aspect","titles":["Axis","Attributes"]},"223":{"title":"autolimitaspect","titles":["Axis","Attributes"]},"224":{"title":"backgroundcolor","titles":["Axis","Attributes"]},"225":{"title":"bottomspinecolor","titles":["Axis","Attributes"]},"226":{"title":"bottomspinevisible","titles":["Axis","Attributes"]},"227":{"title":"dim1_conversion","titles":["Axis","Attributes"]},"228":{"title":"dim2_conversion","titles":["Axis","Attributes"]},"229":{"title":"flip_ylabel","titles":["Axis","Attributes"]},"230":{"title":"halign","titles":["Axis","Attributes"]},"231":{"title":"height","titles":["Axis","Attributes"]},"232":{"title":"leftspinecolor","titles":["Axis","Attributes"]},"233":{"title":"leftspinevisible","titles":["Axis","Attributes"]},"234":{"title":"limits","titles":["Axis","Attributes"]},"235":{"title":"panbutton","titles":["Axis","Attributes"]},"236":{"title":"rightspinecolor","titles":["Axis","Attributes"]},"237":{"title":"rightspinevisible","titles":["Axis","Attributes"]},"238":{"title":"spinewidth","titles":["Axis","Attributes"]},"239":{"title":"subtitle","titles":["Axis","Attributes"]},"240":{"title":"subtitlecolor","titles":["Axis","Attributes"]},"241":{"title":"subtitlefont","titles":["Axis","Attributes"]},"242":{"title":"subtitlegap","titles":["Axis","Attributes"]},"243":{"title":"subtitlelineheight","titles":["Axis","Attributes"]},"244":{"title":"subtitlesize","titles":["Axis","Attributes"]},"245":{"title":"subtitlevisible","titles":["Axis","Attributes"]},"246":{"title":"tellheight","titles":["Axis","Attributes"]},"247":{"title":"tellwidth","titles":["Axis","Attributes"]},"248":{"title":"title","titles":["Axis","Attributes"]},"249":{"title":"titlealign","titles":["Axis","Attributes"]},"250":{"title":"titlecolor","titles":["Axis","Attributes"]},"251":{"title":"titlefont","titles":["Axis","Attributes"]},"252":{"title":"titlegap","titles":["Axis","Attributes"]},"253":{"title":"titlelineheight","titles":["Axis","Attributes"]},"254":{"title":"titlesize","titles":["Axis","Attributes"]},"255":{"title":"titlevisible","titles":["Axis","Attributes"]},"256":{"title":"topspinecolor","titles":["Axis","Attributes"]},"257":{"title":"topspinevisible","titles":["Axis","Attributes"]},"258":{"title":"valign","titles":["Axis","Attributes"]},"259":{"title":"width","titles":["Axis","Attributes"]},"260":{"title":"xautolimitmargin","titles":["Axis","Attributes"]},"261":{"title":"xaxisposition","titles":["Axis","Attributes"]},"262":{"title":"xgridcolor","titles":["Axis","Attributes"]},"263":{"title":"xgridstyle","titles":["Axis","Attributes"]},"264":{"title":"xgridvisible","titles":["Axis","Attributes"]},"265":{"title":"xgridwidth","titles":["Axis","Attributes"]},"266":{"title":"xlabel","titles":["Axis","Attributes"]},"267":{"title":"xlabelcolor","titles":["Axis","Attributes"]},"268":{"title":"xlabelfont","titles":["Axis","Attributes"]},"269":{"title":"xlabelpadding","titles":["Axis","Attributes"]},"270":{"title":"xlabelrotation","titles":["Axis","Attributes"]},"271":{"title":"xlabelsize","titles":["Axis","Attributes"]},"272":{"title":"xlabelvisible","titles":["Axis","Attributes"]},"273":{"title":"xminorgridcolor","titles":["Axis","Attributes"]},"274":{"title":"xminorgridstyle","titles":["Axis","Attributes"]},"275":{"title":"xminorgridvisible","titles":["Axis","Attributes"]},"276":{"title":"xminorgridwidth","titles":["Axis","Attributes"]},"277":{"title":"xminortickalign","titles":["Axis","Attributes"]},"278":{"title":"xminortickcolor","titles":["Axis","Attributes"]},"279":{"title":"xminorticks","titles":["Axis","Attributes"]},"280":{"title":"xminorticksize","titles":["Axis","Attributes"]},"281":{"title":"xminorticksvisible","titles":["Axis","Attributes"]},"282":{"title":"xminortickwidth","titles":["Axis","Attributes"]},"283":{"title":"xpankey","titles":["Axis","Attributes"]},"284":{"title":"xpanlock","titles":["Axis","Attributes"]},"285":{"title":"xrectzoom","titles":["Axis","Attributes"]},"286":{"title":"xreversed","titles":["Axis","Attributes"]},"287":{"title":"xscale","titles":["Axis","Attributes"]},"288":{"title":"xtickalign","titles":["Axis","Attributes"]},"289":{"title":"xtickcolor","titles":["Axis","Attributes"]},"290":{"title":"xtickformat","titles":["Axis","Attributes"]},"291":{"title":"xticklabelalign","titles":["Axis","Attributes"]},"292":{"title":"xticklabelcolor","titles":["Axis","Attributes"]},"293":{"title":"xticklabelfont","titles":["Axis","Attributes"]},"294":{"title":"xticklabelpad","titles":["Axis","Attributes"]},"295":{"title":"xticklabelrotation","titles":["Axis","Attributes"]},"296":{"title":"xticklabelsize","titles":["Axis","Attributes"]},"297":{"title":"xticklabelspace","titles":["Axis","Attributes"]},"298":{"title":"xticklabelsvisible","titles":["Axis","Attributes"]},"299":{"title":"xticks","titles":["Axis","Attributes"]},"300":{"title":"xticksize","titles":["Axis","Attributes"]},"301":{"title":"xticksmirrored","titles":["Axis","Attributes"]},"302":{"title":"xticksvisible","titles":["Axis","Attributes"]},"303":{"title":"xtickwidth","titles":["Axis","Attributes"]},"304":{"title":"xtrimspine","titles":["Axis","Attributes"]},"305":{"title":"xzoomkey","titles":["Axis","Attributes"]},"306":{"title":"xzoomlock","titles":["Axis","Attributes"]},"307":{"title":"yautolimitmargin","titles":["Axis","Attributes"]},"308":{"title":"yaxisposition","titles":["Axis","Attributes"]},"309":{"title":"ygridcolor","titles":["Axis","Attributes"]},"310":{"title":"ygridstyle","titles":["Axis","Attributes"]},"311":{"title":"ygridvisible","titles":["Axis","Attributes"]},"312":{"title":"ygridwidth","titles":["Axis","Attributes"]},"313":{"title":"ylabel","titles":["Axis","Attributes"]},"314":{"title":"ylabelcolor","titles":["Axis","Attributes"]},"315":{"title":"ylabelfont","titles":["Axis","Attributes"]},"316":{"title":"ylabelpadding","titles":["Axis","Attributes"]},"317":{"title":"ylabelrotation","titles":["Axis","Attributes"]},"318":{"title":"ylabelsize","titles":["Axis","Attributes"]},"319":{"title":"ylabelvisible","titles":["Axis","Attributes"]},"320":{"title":"yminorgridcolor","titles":["Axis","Attributes"]},"321":{"title":"yminorgridstyle","titles":["Axis","Attributes"]},"322":{"title":"yminorgridvisible","titles":["Axis","Attributes"]},"323":{"title":"yminorgridwidth","titles":["Axis","Attributes"]},"324":{"title":"yminortickalign","titles":["Axis","Attributes"]},"325":{"title":"yminortickcolor","titles":["Axis","Attributes"]},"326":{"title":"yminorticks","titles":["Axis","Attributes"]},"327":{"title":"yminorticksize","titles":["Axis","Attributes"]},"328":{"title":"yminorticksvisible","titles":["Axis","Attributes"]},"329":{"title":"yminortickwidth","titles":["Axis","Attributes"]},"330":{"title":"ypankey","titles":["Axis","Attributes"]},"331":{"title":"ypanlock","titles":["Axis","Attributes"]},"332":{"title":"yrectzoom","titles":["Axis","Attributes"]},"333":{"title":"yreversed","titles":["Axis","Attributes"]},"334":{"title":"yscale","titles":["Axis","Attributes"]},"335":{"title":"ytickalign","titles":["Axis","Attributes"]},"336":{"title":"ytickcolor","titles":["Axis","Attributes"]},"337":{"title":"ytickformat","titles":["Axis","Attributes"]},"338":{"title":"yticklabelalign","titles":["Axis","Attributes"]},"339":{"title":"yticklabelcolor","titles":["Axis","Attributes"]},"340":{"title":"yticklabelfont","titles":["Axis","Attributes"]},"341":{"title":"yticklabelpad","titles":["Axis","Attributes"]},"342":{"title":"yticklabelrotation","titles":["Axis","Attributes"]},"343":{"title":"yticklabelsize","titles":["Axis","Attributes"]},"344":{"title":"yticklabelspace","titles":["Axis","Attributes"]},"345":{"title":"yticklabelsvisible","titles":["Axis","Attributes"]},"346":{"title":"yticks","titles":["Axis","Attributes"]},"347":{"title":"yticksize","titles":["Axis","Attributes"]},"348":{"title":"yticksmirrored","titles":["Axis","Attributes"]},"349":{"title":"yticksvisible","titles":["Axis","Attributes"]},"350":{"title":"ytickwidth","titles":["Axis","Attributes"]},"351":{"title":"ytrimspine","titles":["Axis","Attributes"]},"352":{"title":"yzoomkey","titles":["Axis","Attributes"]},"353":{"title":"yzoomlock","titles":["Axis","Attributes"]},"354":{"title":"Box","titles":[]},"355":{"title":"Attributes","titles":["Box"]},"356":{"title":"alignmode","titles":["Box","Attributes"]},"357":{"title":"color","titles":["Box","Attributes"]},"358":{"title":"cornerradius","titles":["Box","Attributes"]},"359":{"title":"halign","titles":["Box","Attributes"]},"360":{"title":"height","titles":["Box","Attributes"]},"361":{"title":"linestyle","titles":["Box","Attributes"]},"362":{"title":"strokecolor","titles":["Box","Attributes"]},"363":{"title":"strokevisible","titles":["Box","Attributes"]},"364":{"title":"strokewidth","titles":["Box","Attributes"]},"365":{"title":"tellheight","titles":["Box","Attributes"]},"366":{"title":"tellwidth","titles":["Box","Attributes"]},"367":{"title":"valign","titles":["Box","Attributes"]},"368":{"title":"visible","titles":["Box","Attributes"]},"369":{"title":"width","titles":["Box","Attributes"]},"370":{"title":"Axis3","titles":[]},"371":{"title":"Attributes","titles":["Axis3"]},"372":{"title":"alignmode","titles":["Axis3","Attributes"]},"373":{"title":"aspect","titles":["Axis3","Attributes"]},"374":{"title":"azimuth","titles":["Axis3","Attributes"]},"375":{"title":"backgroundcolor","titles":["Axis3","Attributes"]},"376":{"title":"dim1_conversion","titles":["Axis3","Attributes"]},"377":{"title":"dim2_conversion","titles":["Axis3","Attributes"]},"378":{"title":"dim3_conversion","titles":["Axis3","Attributes"]},"379":{"title":"elevation","titles":["Axis3","Attributes"]},"380":{"title":"halign","titles":["Axis3","Attributes"]},"381":{"title":"height","titles":["Axis3","Attributes"]},"382":{"title":"limits","titles":["Axis3","Attributes"]},"383":{"title":"perspectiveness","titles":["Axis3","Attributes"]},"384":{"title":"protrusions","titles":["Axis3","Attributes"]},"385":{"title":"targetlimits","titles":["Axis3","Attributes"]},"386":{"title":"tellheight","titles":["Axis3","Attributes"]},"387":{"title":"tellwidth","titles":["Axis3","Attributes"]},"388":{"title":"title","titles":["Axis3","Attributes"]},"389":{"title":"titlealign","titles":["Axis3","Attributes"]},"390":{"title":"titlecolor","titles":["Axis3","Attributes"]},"391":{"title":"titlefont","titles":["Axis3","Attributes"]},"392":{"title":"titlegap","titles":["Axis3","Attributes"]},"393":{"title":"titlesize","titles":["Axis3","Attributes"]},"394":{"title":"titlevisible","titles":["Axis3","Attributes"]},"395":{"title":"valign","titles":["Axis3","Attributes"]},"396":{"title":"viewmode","titles":["Axis3","Attributes"]},"397":{"title":"width","titles":["Axis3","Attributes"]},"398":{"title":"xautolimitmargin","titles":["Axis3","Attributes"]},"399":{"title":"xgridcolor","titles":["Axis3","Attributes"]},"400":{"title":"xgridvisible","titles":["Axis3","Attributes"]},"401":{"title":"xgridwidth","titles":["Axis3","Attributes"]},"402":{"title":"xlabel","titles":["Axis3","Attributes"]},"403":{"title":"xlabelalign","titles":["Axis3","Attributes"]},"404":{"title":"xlabelcolor","titles":["Axis3","Attributes"]},"405":{"title":"xlabelfont","titles":["Axis3","Attributes"]},"406":{"title":"xlabeloffset","titles":["Axis3","Attributes"]},"407":{"title":"xlabelrotation","titles":["Axis3","Attributes"]},"408":{"title":"xlabelsize","titles":["Axis3","Attributes"]},"409":{"title":"xlabelvisible","titles":["Axis3","Attributes"]},"410":{"title":"xreversed","titles":["Axis3","Attributes"]},"411":{"title":"xspinecolor_1","titles":["Axis3","Attributes"]},"412":{"title":"xspinecolor_2","titles":["Axis3","Attributes"]},"413":{"title":"xspinecolor_3","titles":["Axis3","Attributes"]},"414":{"title":"xspinesvisible","titles":["Axis3","Attributes"]},"415":{"title":"xspinewidth","titles":["Axis3","Attributes"]},"416":{"title":"xtickcolor","titles":["Axis3","Attributes"]},"417":{"title":"xtickformat","titles":["Axis3","Attributes"]},"418":{"title":"xticklabelcolor","titles":["Axis3","Attributes"]},"419":{"title":"xticklabelfont","titles":["Axis3","Attributes"]},"420":{"title":"xticklabelpad","titles":["Axis3","Attributes"]},"421":{"title":"xticklabelsize","titles":["Axis3","Attributes"]},"422":{"title":"xticklabelsvisible","titles":["Axis3","Attributes"]},"423":{"title":"xticks","titles":["Axis3","Attributes"]},"424":{"title":"xticksize","titles":["Axis3","Attributes"]},"425":{"title":"xticksvisible","titles":["Axis3","Attributes"]},"426":{"title":"xtickwidth","titles":["Axis3","Attributes"]},"427":{"title":"xypanelcolor","titles":["Axis3","Attributes"]},"428":{"title":"xypanelvisible","titles":["Axis3","Attributes"]},"429":{"title":"xzpanelcolor","titles":["Axis3","Attributes"]},"430":{"title":"xzpanelvisible","titles":["Axis3","Attributes"]},"431":{"title":"yautolimitmargin","titles":["Axis3","Attributes"]},"432":{"title":"ygridcolor","titles":["Axis3","Attributes"]},"433":{"title":"ygridvisible","titles":["Axis3","Attributes"]},"434":{"title":"ygridwidth","titles":["Axis3","Attributes"]},"435":{"title":"ylabel","titles":["Axis3","Attributes"]},"436":{"title":"ylabelalign","titles":["Axis3","Attributes"]},"437":{"title":"ylabelcolor","titles":["Axis3","Attributes"]},"438":{"title":"ylabelfont","titles":["Axis3","Attributes"]},"439":{"title":"ylabeloffset","titles":["Axis3","Attributes"]},"440":{"title":"ylabelrotation","titles":["Axis3","Attributes"]},"441":{"title":"ylabelsize","titles":["Axis3","Attributes"]},"442":{"title":"ylabelvisible","titles":["Axis3","Attributes"]},"443":{"title":"yreversed","titles":["Axis3","Attributes"]},"444":{"title":"yspinecolor_1","titles":["Axis3","Attributes"]},"445":{"title":"yspinecolor_2","titles":["Axis3","Attributes"]},"446":{"title":"yspinecolor_3","titles":["Axis3","Attributes"]},"447":{"title":"yspinesvisible","titles":["Axis3","Attributes"]},"448":{"title":"yspinewidth","titles":["Axis3","Attributes"]},"449":{"title":"ytickcolor","titles":["Axis3","Attributes"]},"450":{"title":"ytickformat","titles":["Axis3","Attributes"]},"451":{"title":"yticklabelcolor","titles":["Axis3","Attributes"]},"452":{"title":"yticklabelfont","titles":["Axis3","Attributes"]},"453":{"title":"yticklabelpad","titles":["Axis3","Attributes"]},"454":{"title":"yticklabelsize","titles":["Axis3","Attributes"]},"455":{"title":"yticklabelsvisible","titles":["Axis3","Attributes"]},"456":{"title":"yticks","titles":["Axis3","Attributes"]},"457":{"title":"yticksize","titles":["Axis3","Attributes"]},"458":{"title":"yticksvisible","titles":["Axis3","Attributes"]},"459":{"title":"ytickwidth","titles":["Axis3","Attributes"]},"460":{"title":"yzpanelcolor","titles":["Axis3","Attributes"]},"461":{"title":"yzpanelvisible","titles":["Axis3","Attributes"]},"462":{"title":"zautolimitmargin","titles":["Axis3","Attributes"]},"463":{"title":"zgridcolor","titles":["Axis3","Attributes"]},"464":{"title":"zgridvisible","titles":["Axis3","Attributes"]},"465":{"title":"zgridwidth","titles":["Axis3","Attributes"]},"466":{"title":"zlabel","titles":["Axis3","Attributes"]},"467":{"title":"zlabelalign","titles":["Axis3","Attributes"]},"468":{"title":"zlabelcolor","titles":["Axis3","Attributes"]},"469":{"title":"zlabelfont","titles":["Axis3","Attributes"]},"470":{"title":"zlabeloffset","titles":["Axis3","Attributes"]},"471":{"title":"zlabelrotation","titles":["Axis3","Attributes"]},"472":{"title":"zlabelsize","titles":["Axis3","Attributes"]},"473":{"title":"zlabelvisible","titles":["Axis3","Attributes"]},"474":{"title":"zreversed","titles":["Axis3","Attributes"]},"475":{"title":"zspinecolor_1","titles":["Axis3","Attributes"]},"476":{"title":"zspinecolor_2","titles":["Axis3","Attributes"]},"477":{"title":"zspinecolor_3","titles":["Axis3","Attributes"]},"478":{"title":"zspinesvisible","titles":["Axis3","Attributes"]},"479":{"title":"zspinewidth","titles":["Axis3","Attributes"]},"480":{"title":"ztickcolor","titles":["Axis3","Attributes"]},"481":{"title":"ztickformat","titles":["Axis3","Attributes"]},"482":{"title":"zticklabelcolor","titles":["Axis3","Attributes"]},"483":{"title":"zticklabelfont","titles":["Axis3","Attributes"]},"484":{"title":"zticklabelpad","titles":["Axis3","Attributes"]},"485":{"title":"zticklabelsize","titles":["Axis3","Attributes"]},"486":{"title":"zticklabelsvisible","titles":["Axis3","Attributes"]},"487":{"title":"zticks","titles":["Axis3","Attributes"]},"488":{"title":"zticksize","titles":["Axis3","Attributes"]},"489":{"title":"zticksvisible","titles":["Axis3","Attributes"]},"490":{"title":"ztickwidth","titles":["Axis3","Attributes"]},"491":{"title":"Button","titles":[]},"492":{"title":"Attributes","titles":["Button"]},"493":{"title":"alignmode","titles":["Button","Attributes"]},"494":{"title":"buttoncolor","titles":["Button","Attributes"]},"495":{"title":"buttoncolor_active","titles":["Button","Attributes"]},"496":{"title":"buttoncolor_hover","titles":["Button","Attributes"]},"497":{"title":"clicks","titles":["Button","Attributes"]},"498":{"title":"cornerradius","titles":["Button","Attributes"]},"499":{"title":"cornersegments","titles":["Button","Attributes"]},"500":{"title":"font","titles":["Button","Attributes"]},"501":{"title":"fontsize","titles":["Button","Attributes"]},"502":{"title":"halign","titles":["Button","Attributes"]},"503":{"title":"height","titles":["Button","Attributes"]},"504":{"title":"label","titles":["Button","Attributes"]},"505":{"title":"labelcolor","titles":["Button","Attributes"]},"506":{"title":"labelcolor_active","titles":["Button","Attributes"]},"507":{"title":"labelcolor_hover","titles":["Button","Attributes"]},"508":{"title":"padding","titles":["Button","Attributes"]},"509":{"title":"strokecolor","titles":["Button","Attributes"]},"510":{"title":"strokewidth","titles":["Button","Attributes"]},"511":{"title":"tellheight","titles":["Button","Attributes"]},"512":{"title":"tellwidth","titles":["Button","Attributes"]},"513":{"title":"valign","titles":["Button","Attributes"]},"514":{"title":"width","titles":["Button","Attributes"]},"515":{"title":"Colorbar","titles":[]},"516":{"title":"Experimental Categorical support","titles":["Colorbar"]},"517":{"title":"Attributes","titles":["Colorbar"]},"518":{"title":"alignmode","titles":["Colorbar","Attributes"]},"519":{"title":"bottomspinecolor","titles":["Colorbar","Attributes"]},"520":{"title":"bottomspinevisible","titles":["Colorbar","Attributes"]},"521":{"title":"colormap","titles":["Colorbar","Attributes"]},"522":{"title":"colorrange","titles":["Colorbar","Attributes"]},"523":{"title":"flip_vertical_label","titles":["Colorbar","Attributes"]},"524":{"title":"flipaxis","titles":["Colorbar","Attributes"]},"525":{"title":"halign","titles":["Colorbar","Attributes"]},"526":{"title":"height","titles":["Colorbar","Attributes"]},"527":{"title":"highclip","titles":["Colorbar","Attributes"]},"528":{"title":"label","titles":["Colorbar","Attributes"]},"529":{"title":"labelcolor","titles":["Colorbar","Attributes"]},"530":{"title":"labelfont","titles":["Colorbar","Attributes"]},"531":{"title":"labelpadding","titles":["Colorbar","Attributes"]},"532":{"title":"labelrotation","titles":["Colorbar","Attributes"]},"533":{"title":"labelsize","titles":["Colorbar","Attributes"]},"534":{"title":"labelvisible","titles":["Colorbar","Attributes"]},"535":{"title":"leftspinecolor","titles":["Colorbar","Attributes"]},"536":{"title":"leftspinevisible","titles":["Colorbar","Attributes"]},"537":{"title":"limits","titles":["Colorbar","Attributes"]},"538":{"title":"lowclip","titles":["Colorbar","Attributes"]},"539":{"title":"minortickalign","titles":["Colorbar","Attributes"]},"540":{"title":"minortickcolor","titles":["Colorbar","Attributes"]},"541":{"title":"minorticks","titles":["Colorbar","Attributes"]},"542":{"title":"minorticksize","titles":["Colorbar","Attributes"]},"543":{"title":"minorticksvisible","titles":["Colorbar","Attributes"]},"544":{"title":"minortickwidth","titles":["Colorbar","Attributes"]},"545":{"title":"nsteps","titles":["Colorbar","Attributes"]},"546":{"title":"rightspinecolor","titles":["Colorbar","Attributes"]},"547":{"title":"rightspinevisible","titles":["Colorbar","Attributes"]},"548":{"title":"scale","titles":["Colorbar","Attributes"]},"549":{"title":"size","titles":["Colorbar","Attributes"]},"550":{"title":"spinewidth","titles":["Colorbar","Attributes"]},"551":{"title":"tellheight","titles":["Colorbar","Attributes"]},"552":{"title":"tellwidth","titles":["Colorbar","Attributes"]},"553":{"title":"tickalign","titles":["Colorbar","Attributes"]},"554":{"title":"tickcolor","titles":["Colorbar","Attributes"]},"555":{"title":"tickformat","titles":["Colorbar","Attributes"]},"556":{"title":"ticklabelalign","titles":["Colorbar","Attributes"]},"557":{"title":"ticklabelcolor","titles":["Colorbar","Attributes"]},"558":{"title":"ticklabelfont","titles":["Colorbar","Attributes"]},"559":{"title":"ticklabelpad","titles":["Colorbar","Attributes"]},"560":{"title":"ticklabelrotation","titles":["Colorbar","Attributes"]},"561":{"title":"ticklabelsize","titles":["Colorbar","Attributes"]},"562":{"title":"ticklabelspace","titles":["Colorbar","Attributes"]},"563":{"title":"ticklabelsvisible","titles":["Colorbar","Attributes"]},"564":{"title":"ticks","titles":["Colorbar","Attributes"]},"565":{"title":"ticksize","titles":["Colorbar","Attributes"]},"566":{"title":"ticksvisible","titles":["Colorbar","Attributes"]},"567":{"title":"tickwidth","titles":["Colorbar","Attributes"]},"568":{"title":"topspinecolor","titles":["Colorbar","Attributes"]},"569":{"title":"topspinevisible","titles":["Colorbar","Attributes"]},"570":{"title":"valign","titles":["Colorbar","Attributes"]},"571":{"title":"vertical","titles":["Colorbar","Attributes"]},"572":{"title":"width","titles":["Colorbar","Attributes"]},"573":{"title":"GridLayout","titles":[]},"574":{"title":"Setting column and row sizes correctly","titles":["GridLayout"]},"575":{"title":"Fixed","titles":["GridLayout","Setting column and row sizes correctly"]},"576":{"title":"Relative","titles":["GridLayout","Setting column and row sizes correctly"]},"577":{"title":"Auto","titles":["GridLayout","Setting column and row sizes correctly"]},"578":{"title":"Aspect","titles":["GridLayout","Setting column and row sizes correctly"]},"579":{"title":"Nesting","titles":["GridLayout"]},"580":{"title":"Alignment","titles":["GridLayout"]},"581":{"title":"Spanned Placement","titles":["GridLayout"]},"582":{"title":"Adding rows and columns by indexing","titles":["GridLayout"]},"583":{"title":"Trimming empty rows and columns","titles":["GridLayout"]},"584":{"title":"Tweaking space between rows and columns","titles":["GridLayout"]},"585":{"title":"IntervalSlider","titles":[]},"586":{"title":"Attributes","titles":["IntervalSlider"]},"587":{"title":"alignmode","titles":["IntervalSlider","Attributes"]},"588":{"title":"color_active","titles":["IntervalSlider","Attributes"]},"589":{"title":"color_active_dimmed","titles":["IntervalSlider","Attributes"]},"590":{"title":"color_inactive","titles":["IntervalSlider","Attributes"]},"591":{"title":"halign","titles":["IntervalSlider","Attributes"]},"592":{"title":"height","titles":["IntervalSlider","Attributes"]},"593":{"title":"horizontal","titles":["IntervalSlider","Attributes"]},"594":{"title":"interval","titles":["IntervalSlider","Attributes"]},"595":{"title":"linewidth","titles":["IntervalSlider","Attributes"]},"596":{"title":"range","titles":["IntervalSlider","Attributes"]},"597":{"title":"snap","titles":["IntervalSlider","Attributes"]},"598":{"title":"startvalues","titles":["IntervalSlider","Attributes"]},"599":{"title":"tellheight","titles":["IntervalSlider","Attributes"]},"600":{"title":"tellwidth","titles":["IntervalSlider","Attributes"]},"601":{"title":"valign","titles":["IntervalSlider","Attributes"]},"602":{"title":"width","titles":["IntervalSlider","Attributes"]},"603":{"title":"Label","titles":[]},"604":{"title":"Attributes","titles":["Label"]},"605":{"title":"alignmode","titles":["Label","Attributes"]},"606":{"title":"color","titles":["Label","Attributes"]},"607":{"title":"font","titles":["Label","Attributes"]},"608":{"title":"fontsize","titles":["Label","Attributes"]},"609":{"title":"halign","titles":["Label","Attributes"]},"610":{"title":"height","titles":["Label","Attributes"]},"611":{"title":"justification","titles":["Label","Attributes"]},"612":{"title":"lineheight","titles":["Label","Attributes"]},"613":{"title":"padding","titles":["Label","Attributes"]},"614":{"title":"rotation","titles":["Label","Attributes"]},"615":{"title":"tellheight","titles":["Label","Attributes"]},"616":{"title":"tellwidth","titles":["Label","Attributes"]},"617":{"title":"text","titles":["Label","Attributes"]},"618":{"title":"valign","titles":["Label","Attributes"]},"619":{"title":"visible","titles":["Label","Attributes"]},"620":{"title":"width","titles":["Label","Attributes"]},"621":{"title":"word_wrap","titles":["Label","Attributes"]},"622":{"title":"Legend","titles":[]},"623":{"title":"Creating A Legend From Elements","titles":["Legend"]},"624":{"title":"Legend element attributes","titles":["Legend","Creating A Legend From Elements"]},"625":{"title":"Creating A Legend From An Axis","titles":["Legend"]},"626":{"title":"Legend Inside An Axis","titles":["Legend"]},"627":{"title":"Creating Legend Entries Manually","titles":["Legend"]},"628":{"title":"Multi-Group Legends","titles":["Legend"]},"629":{"title":"Attributes","titles":["Legend"]},"630":{"title":"alignmode","titles":["Legend","Attributes"]},"631":{"title":"backgroundcolor","titles":["Legend","Attributes"]},"632":{"title":"bgcolor","titles":["Legend","Attributes"]},"633":{"title":"colgap","titles":["Legend","Attributes"]},"634":{"title":"framecolor","titles":["Legend","Attributes"]},"635":{"title":"framevisible","titles":["Legend","Attributes"]},"636":{"title":"framewidth","titles":["Legend","Attributes"]},"637":{"title":"gridshalign","titles":["Legend","Attributes"]},"638":{"title":"gridsvalign","titles":["Legend","Attributes"]},"639":{"title":"groupgap","titles":["Legend","Attributes"]},"640":{"title":"halign","titles":["Legend","Attributes"]},"641":{"title":"height","titles":["Legend","Attributes"]},"642":{"title":"label","titles":["Legend","Attributes"]},"643":{"title":"labelcolor","titles":["Legend","Attributes"]},"644":{"title":"labelfont","titles":["Legend","Attributes"]},"645":{"title":"labelhalign","titles":["Legend","Attributes"]},"646":{"title":"labeljustification","titles":["Legend","Attributes"]},"647":{"title":"labelsize","titles":["Legend","Attributes"]},"648":{"title":"labelvalign","titles":["Legend","Attributes"]},"649":{"title":"linecolor","titles":["Legend","Attributes"]},"650":{"title":"linecolormap","titles":["Legend","Attributes"]},"651":{"title":"linecolorrange","titles":["Legend","Attributes"]},"652":{"title":"linepoints","titles":["Legend","Attributes"]},"653":{"title":"linestyle","titles":["Legend","Attributes"]},"654":{"title":"linewidth","titles":["Legend","Attributes"]},"655":{"title":"margin","titles":["Legend","Attributes"]},"656":{"title":"marker","titles":["Legend","Attributes"]},"657":{"title":"markercolor","titles":["Legend","Attributes"]},"658":{"title":"markercolormap","titles":["Legend","Attributes"]},"659":{"title":"markercolorrange","titles":["Legend","Attributes"]},"660":{"title":"markerpoints","titles":["Legend","Attributes"]},"661":{"title":"markersize","titles":["Legend","Attributes"]},"662":{"title":"markerstrokecolor","titles":["Legend","Attributes"]},"663":{"title":"markerstrokewidth","titles":["Legend","Attributes"]},"664":{"title":"nbanks","titles":["Legend","Attributes"]},"665":{"title":"orientation","titles":["Legend","Attributes"]},"666":{"title":"padding","titles":["Legend","Attributes"]},"667":{"title":"patchcolor","titles":["Legend","Attributes"]},"668":{"title":"patchlabelgap","titles":["Legend","Attributes"]},"669":{"title":"patchsize","titles":["Legend","Attributes"]},"670":{"title":"patchstrokecolor","titles":["Legend","Attributes"]},"671":{"title":"patchstrokewidth","titles":["Legend","Attributes"]},"672":{"title":"polycolor","titles":["Legend","Attributes"]},"673":{"title":"polycolormap","titles":["Legend","Attributes"]},"674":{"title":"polycolorrange","titles":["Legend","Attributes"]},"675":{"title":"polypoints","titles":["Legend","Attributes"]},"676":{"title":"polystrokecolor","titles":["Legend","Attributes"]},"677":{"title":"polystrokewidth","titles":["Legend","Attributes"]},"678":{"title":"rowgap","titles":["Legend","Attributes"]},"679":{"title":"tellheight","titles":["Legend","Attributes"]},"680":{"title":"tellwidth","titles":["Legend","Attributes"]},"681":{"title":"titlecolor","titles":["Legend","Attributes"]},"682":{"title":"titlefont","titles":["Legend","Attributes"]},"683":{"title":"titlegap","titles":["Legend","Attributes"]},"684":{"title":"titlehalign","titles":["Legend","Attributes"]},"685":{"title":"titleposition","titles":["Legend","Attributes"]},"686":{"title":"titlesize","titles":["Legend","Attributes"]},"687":{"title":"titlevalign","titles":["Legend","Attributes"]},"688":{"title":"titlevisible","titles":["Legend","Attributes"]},"689":{"title":"valign","titles":["Legend","Attributes"]},"690":{"title":"width","titles":["Legend","Attributes"]},"691":{"title":"LScene","titles":[]},"692":{"title":"Attributes","titles":["LScene"]},"693":{"title":"alignmode","titles":["LScene","Attributes"]},"694":{"title":"dim1_conversion","titles":["LScene","Attributes"]},"695":{"title":"dim2_conversion","titles":["LScene","Attributes"]},"696":{"title":"dim3_conversion","titles":["LScene","Attributes"]},"697":{"title":"halign","titles":["LScene","Attributes"]},"698":{"title":"height","titles":["LScene","Attributes"]},"699":{"title":"show_axis","titles":["LScene","Attributes"]},"700":{"title":"tellheight","titles":["LScene","Attributes"]},"701":{"title":"tellwidth","titles":["LScene","Attributes"]},"702":{"title":"valign","titles":["LScene","Attributes"]},"703":{"title":"width","titles":["LScene","Attributes"]},"704":{"title":"Menu","titles":[]},"705":{"title":"Menu direction","titles":["Menu"]},"706":{"title":"Attributes","titles":["Menu"]},"707":{"title":"alignmode","titles":["Menu","Attributes"]},"708":{"title":"cell_color_active","titles":["Menu","Attributes"]},"709":{"title":"cell_color_hover","titles":["Menu","Attributes"]},"710":{"title":"cell_color_inactive_even","titles":["Menu","Attributes"]},"711":{"title":"cell_color_inactive_odd","titles":["Menu","Attributes"]},"712":{"title":"direction","titles":["Menu","Attributes"]},"713":{"title":"dropdown_arrow_color","titles":["Menu","Attributes"]},"714":{"title":"dropdown_arrow_size","titles":["Menu","Attributes"]},"715":{"title":"fontsize","titles":["Menu","Attributes"]},"716":{"title":"halign","titles":["Menu","Attributes"]},"717":{"title":"height","titles":["Menu","Attributes"]},"718":{"title":"i_selected","titles":["Menu","Attributes"]},"719":{"title":"is_open","titles":["Menu","Attributes"]},"720":{"title":"options","titles":["Menu","Attributes"]},"721":{"title":"prompt","titles":["Menu","Attributes"]},"722":{"title":"scroll_speed","titles":["Menu","Attributes"]},"723":{"title":"selection","titles":["Menu","Attributes"]},"724":{"title":"selection_cell_color_inactive","titles":["Menu","Attributes"]},"725":{"title":"tellheight","titles":["Menu","Attributes"]},"726":{"title":"tellwidth","titles":["Menu","Attributes"]},"727":{"title":"textcolor","titles":["Menu","Attributes"]},"728":{"title":"textpadding","titles":["Menu","Attributes"]},"729":{"title":"valign","titles":["Menu","Attributes"]},"730":{"title":"width","titles":["Menu","Attributes"]},"731":{"title":"Overview","titles":[]},"732":{"title":"Axis","titles":["Overview"]},"733":{"title":"Axis3","titles":["Overview"]},"734":{"title":"Box","titles":["Overview"]},"735":{"title":"Button","titles":["Overview"]},"736":{"title":"Colorbar","titles":["Overview"]},"737":{"title":"GridLayout","titles":["Overview"]},"738":{"title":"IntervalSlider","titles":["Overview"]},"739":{"title":"Label","titles":["Overview"]},"740":{"title":"Legend","titles":["Overview"]},"741":{"title":"LScene","titles":["Overview"]},"742":{"title":"Menu","titles":["Overview"]},"743":{"title":"PolarAxis","titles":["Overview"]},"744":{"title":"Slider","titles":["Overview"]},"745":{"title":"SliderGrid","titles":["Overview"]},"746":{"title":"Textbox","titles":["Overview"]},"747":{"title":"Toggle","titles":["Overview"]},"748":{"title":"PolarAxis","titles":[]},"749":{"title":"Creating a PolarAxis","titles":["PolarAxis"]},"750":{"title":"Plotting into an PolarAxis","titles":["PolarAxis"]},"751":{"title":"PolarAxis Limits","titles":["PolarAxis"]},"752":{"title":"Plot type compatability","titles":["PolarAxis"]},"753":{"title":"Hiding spines and decorations","titles":["PolarAxis"]},"754":{"title":"Interactivity","titles":["PolarAxis"]},"755":{"title":"Other Notes","titles":["PolarAxis"]},"756":{"title":"Plotting outside a PolarAxis","titles":["PolarAxis","Other Notes"]},"757":{"title":"Radial Offset","titles":["PolarAxis","Other Notes"]},"758":{"title":"Radial clipping","titles":["PolarAxis","Other Notes"]},"759":{"title":"Attributes","titles":["PolarAxis"]},"760":{"title":"alignmode","titles":["PolarAxis","Attributes"]},"761":{"title":"axis_rotation_button","titles":["PolarAxis","Attributes"]},"762":{"title":"backgroundcolor","titles":["PolarAxis","Attributes"]},"763":{"title":"clip","titles":["PolarAxis","Attributes"]},"764":{"title":"clip_r","titles":["PolarAxis","Attributes"]},"765":{"title":"clipcolor","titles":["PolarAxis","Attributes"]},"766":{"title":"dim1_conversion","titles":["PolarAxis","Attributes"]},"767":{"title":"dim2_conversion","titles":["PolarAxis","Attributes"]},"768":{"title":"direction","titles":["PolarAxis","Attributes"]},"769":{"title":"fixrmin","titles":["PolarAxis","Attributes"]},"770":{"title":"gridz","titles":["PolarAxis","Attributes"]},"771":{"title":"halign","titles":["PolarAxis","Attributes"]},"772":{"title":"height","titles":["PolarAxis","Attributes"]},"773":{"title":"normalize_theta_ticks","titles":["PolarAxis","Attributes"]},"774":{"title":"r_translation_button","titles":["PolarAxis","Attributes"]},"775":{"title":"radius_at_origin","titles":["PolarAxis","Attributes"]},"776":{"title":"rautolimitmargin","titles":["PolarAxis","Attributes"]},"777":{"title":"reset_axis_orientation","titles":["PolarAxis","Attributes"]},"778":{"title":"reset_button","titles":["PolarAxis","Attributes"]},"779":{"title":"rgridcolor","titles":["PolarAxis","Attributes"]},"780":{"title":"rgridstyle","titles":["PolarAxis","Attributes"]},"781":{"title":"rgridvisible","titles":["PolarAxis","Attributes"]},"782":{"title":"rgridwidth","titles":["PolarAxis","Attributes"]},"783":{"title":"rlimits","titles":["PolarAxis","Attributes"]},"784":{"title":"rminorgridcolor","titles":["PolarAxis","Attributes"]},"785":{"title":"rminorgridstyle","titles":["PolarAxis","Attributes"]},"786":{"title":"rminorgridvisible","titles":["PolarAxis","Attributes"]},"787":{"title":"rminorgridwidth","titles":["PolarAxis","Attributes"]},"788":{"title":"rminorticks","titles":["PolarAxis","Attributes"]},"789":{"title":"rtickangle","titles":["PolarAxis","Attributes"]},"790":{"title":"rtickformat","titles":["PolarAxis","Attributes"]},"791":{"title":"rticklabelcolor","titles":["PolarAxis","Attributes"]},"792":{"title":"rticklabelfont","titles":["PolarAxis","Attributes"]},"793":{"title":"rticklabelpad","titles":["PolarAxis","Attributes"]},"794":{"title":"rticklabelrotation","titles":["PolarAxis","Attributes"]},"795":{"title":"rticklabelsize","titles":["PolarAxis","Attributes"]},"796":{"title":"rticklabelstrokecolor","titles":["PolarAxis","Attributes"]},"797":{"title":"rticklabelstrokewidth","titles":["PolarAxis","Attributes"]},"798":{"title":"rticklabelsvisible","titles":["PolarAxis","Attributes"]},"799":{"title":"rticks","titles":["PolarAxis","Attributes"]},"800":{"title":"rzoomkey","titles":["PolarAxis","Attributes"]},"801":{"title":"rzoomlock","titles":["PolarAxis","Attributes"]},"802":{"title":"sample_density","titles":["PolarAxis","Attributes"]},"803":{"title":"spinecolor","titles":["PolarAxis","Attributes"]},"804":{"title":"spinestyle","titles":["PolarAxis","Attributes"]},"805":{"title":"spinevisible","titles":["PolarAxis","Attributes"]},"806":{"title":"spinewidth","titles":["PolarAxis","Attributes"]},"807":{"title":"tellheight","titles":["PolarAxis","Attributes"]},"808":{"title":"tellwidth","titles":["PolarAxis","Attributes"]},"809":{"title":"theta_0","titles":["PolarAxis","Attributes"]},"810":{"title":"theta_as_x","titles":["PolarAxis","Attributes"]},"811":{"title":"theta_translation_button","titles":["PolarAxis","Attributes"]},"812":{"title":"thetaautolimitmargin","titles":["PolarAxis","Attributes"]},"813":{"title":"thetagridcolor","titles":["PolarAxis","Attributes"]},"814":{"title":"thetagridstyle","titles":["PolarAxis","Attributes"]},"815":{"title":"thetagridvisible","titles":["PolarAxis","Attributes"]},"816":{"title":"thetagridwidth","titles":["PolarAxis","Attributes"]},"817":{"title":"thetalimits","titles":["PolarAxis","Attributes"]},"818":{"title":"thetaminorgridcolor","titles":["PolarAxis","Attributes"]},"819":{"title":"thetaminorgridstyle","titles":["PolarAxis","Attributes"]},"820":{"title":"thetaminorgridvisible","titles":["PolarAxis","Attributes"]},"821":{"title":"thetaminorgridwidth","titles":["PolarAxis","Attributes"]},"822":{"title":"thetaminorticks","titles":["PolarAxis","Attributes"]},"823":{"title":"thetatickformat","titles":["PolarAxis","Attributes"]},"824":{"title":"thetaticklabelcolor","titles":["PolarAxis","Attributes"]},"825":{"title":"thetaticklabelfont","titles":["PolarAxis","Attributes"]},"826":{"title":"thetaticklabelpad","titles":["PolarAxis","Attributes"]},"827":{"title":"thetaticklabelsize","titles":["PolarAxis","Attributes"]},"828":{"title":"thetaticklabelstrokecolor","titles":["PolarAxis","Attributes"]},"829":{"title":"thetaticklabelstrokewidth","titles":["PolarAxis","Attributes"]},"830":{"title":"thetaticklabelsvisible","titles":["PolarAxis","Attributes"]},"831":{"title":"thetaticks","titles":["PolarAxis","Attributes"]},"832":{"title":"thetazoomkey","titles":["PolarAxis","Attributes"]},"833":{"title":"thetazoomlock","titles":["PolarAxis","Attributes"]},"834":{"title":"title","titles":["PolarAxis","Attributes"]},"835":{"title":"titlealign","titles":["PolarAxis","Attributes"]},"836":{"title":"titlecolor","titles":["PolarAxis","Attributes"]},"837":{"title":"titlefont","titles":["PolarAxis","Attributes"]},"838":{"title":"titlegap","titles":["PolarAxis","Attributes"]},"839":{"title":"titlesize","titles":["PolarAxis","Attributes"]},"840":{"title":"titlevisible","titles":["PolarAxis","Attributes"]},"841":{"title":"valign","titles":["PolarAxis","Attributes"]},"842":{"title":"width","titles":["PolarAxis","Attributes"]},"843":{"title":"zoomspeed","titles":["PolarAxis","Attributes"]},"844":{"title":"Slider","titles":[]},"845":{"title":"Labelled sliders and grids","titles":["Slider"]},"846":{"title":"Attributes","titles":["Slider"]},"847":{"title":"alignmode","titles":["Slider","Attributes"]},"848":{"title":"color_active","titles":["Slider","Attributes"]},"849":{"title":"color_active_dimmed","titles":["Slider","Attributes"]},"850":{"title":"color_inactive","titles":["Slider","Attributes"]},"851":{"title":"halign","titles":["Slider","Attributes"]},"852":{"title":"height","titles":["Slider","Attributes"]},"853":{"title":"horizontal","titles":["Slider","Attributes"]},"854":{"title":"linewidth","titles":["Slider","Attributes"]},"855":{"title":"range","titles":["Slider","Attributes"]},"856":{"title":"snap","titles":["Slider","Attributes"]},"857":{"title":"startvalue","titles":["Slider","Attributes"]},"858":{"title":"tellheight","titles":["Slider","Attributes"]},"859":{"title":"tellwidth","titles":["Slider","Attributes"]},"860":{"title":"valign","titles":["Slider","Attributes"]},"861":{"title":"value","titles":["Slider","Attributes"]},"862":{"title":"width","titles":["Slider","Attributes"]},"863":{"title":"SliderGrid","titles":[]},"864":{"title":"Attributes","titles":["SliderGrid"]},"865":{"title":"alignmode","titles":["SliderGrid","Attributes"]},"866":{"title":"halign","titles":["SliderGrid","Attributes"]},"867":{"title":"height","titles":["SliderGrid","Attributes"]},"868":{"title":"tellheight","titles":["SliderGrid","Attributes"]},"869":{"title":"tellwidth","titles":["SliderGrid","Attributes"]},"870":{"title":"valign","titles":["SliderGrid","Attributes"]},"871":{"title":"value_column_width","titles":["SliderGrid","Attributes"]},"872":{"title":"width","titles":["SliderGrid","Attributes"]},"873":{"title":"Textbox","titles":[]},"874":{"title":"Validation","titles":["Textbox"]},"875":{"title":"Attributes","titles":["Textbox"]},"876":{"title":"alignmode","titles":["Textbox","Attributes"]},"877":{"title":"bordercolor","titles":["Textbox","Attributes"]},"878":{"title":"bordercolor_focused","titles":["Textbox","Attributes"]},"879":{"title":"bordercolor_focused_invalid","titles":["Textbox","Attributes"]},"880":{"title":"bordercolor_hover","titles":["Textbox","Attributes"]},"881":{"title":"borderwidth","titles":["Textbox","Attributes"]},"882":{"title":"boxcolor","titles":["Textbox","Attributes"]},"883":{"title":"boxcolor_focused","titles":["Textbox","Attributes"]},"884":{"title":"boxcolor_focused_invalid","titles":["Textbox","Attributes"]},"885":{"title":"boxcolor_hover","titles":["Textbox","Attributes"]},"886":{"title":"cornerradius","titles":["Textbox","Attributes"]},"887":{"title":"cornersegments","titles":["Textbox","Attributes"]},"888":{"title":"cursorcolor","titles":["Textbox","Attributes"]},"889":{"title":"defocus_on_submit","titles":["Textbox","Attributes"]},"890":{"title":"displayed_string","titles":["Textbox","Attributes"]},"891":{"title":"focused","titles":["Textbox","Attributes"]},"892":{"title":"font","titles":["Textbox","Attributes"]},"893":{"title":"fontsize","titles":["Textbox","Attributes"]},"894":{"title":"halign","titles":["Textbox","Attributes"]},"895":{"title":"height","titles":["Textbox","Attributes"]},"896":{"title":"placeholder","titles":["Textbox","Attributes"]},"897":{"title":"reset_on_defocus","titles":["Textbox","Attributes"]},"898":{"title":"restriction","titles":["Textbox","Attributes"]},"899":{"title":"stored_string","titles":["Textbox","Attributes"]},"900":{"title":"tellheight","titles":["Textbox","Attributes"]},"901":{"title":"tellwidth","titles":["Textbox","Attributes"]},"902":{"title":"textcolor","titles":["Textbox","Attributes"]},"903":{"title":"textcolor_placeholder","titles":["Textbox","Attributes"]},"904":{"title":"textpadding","titles":["Textbox","Attributes"]},"905":{"title":"validator","titles":["Textbox","Attributes"]},"906":{"title":"valign","titles":["Textbox","Attributes"]},"907":{"title":"width","titles":["Textbox","Attributes"]},"908":{"title":"Toggle","titles":[]},"909":{"title":"Attributes","titles":["Toggle"]},"910":{"title":"active","titles":["Toggle","Attributes"]},"911":{"title":"alignmode","titles":["Toggle","Attributes"]},"912":{"title":"buttoncolor","titles":["Toggle","Attributes"]},"913":{"title":"cornersegments","titles":["Toggle","Attributes"]},"914":{"title":"framecolor_active","titles":["Toggle","Attributes"]},"915":{"title":"framecolor_inactive","titles":["Toggle","Attributes"]},"916":{"title":"halign","titles":["Toggle","Attributes"]},"917":{"title":"height","titles":["Toggle","Attributes"]},"918":{"title":"rimfraction","titles":["Toggle","Attributes"]},"919":{"title":"tellheight","titles":["Toggle","Attributes"]},"920":{"title":"tellwidth","titles":["Toggle","Attributes"]},"921":{"title":"toggleduration","titles":["Toggle","Attributes"]},"922":{"title":"valign","titles":["Toggle","Attributes"]},"923":{"title":"width","titles":["Toggle","Attributes"]},"924":{"title":"ablines","titles":[]},"925":{"title":"Attributes","titles":["ablines"]},"926":{"title":"alpha","titles":["ablines","Attributes"]},"927":{"title":"color","titles":["ablines","Attributes"]},"928":{"title":"colormap","titles":["ablines","Attributes"]},"929":{"title":"colorrange","titles":["ablines","Attributes"]},"930":{"title":"colorscale","titles":["ablines","Attributes"]},"931":{"title":"cycle","titles":["ablines","Attributes"]},"932":{"title":"depth_shift","titles":["ablines","Attributes"]},"933":{"title":"fxaa","titles":["ablines","Attributes"]},"934":{"title":"highclip","titles":["ablines","Attributes"]},"935":{"title":"inspectable","titles":["ablines","Attributes"]},"936":{"title":"inspector_clear","titles":["ablines","Attributes"]},"937":{"title":"inspector_hover","titles":["ablines","Attributes"]},"938":{"title":"inspector_label","titles":["ablines","Attributes"]},"939":{"title":"linecap","titles":["ablines","Attributes"]},"940":{"title":"linestyle","titles":["ablines","Attributes"]},"941":{"title":"linewidth","titles":["ablines","Attributes"]},"942":{"title":"lowclip","titles":["ablines","Attributes"]},"943":{"title":"model","titles":["ablines","Attributes"]},"944":{"title":"nan_color","titles":["ablines","Attributes"]},"945":{"title":"overdraw","titles":["ablines","Attributes"]},"946":{"title":"space","titles":["ablines","Attributes"]},"947":{"title":"ssao","titles":["ablines","Attributes"]},"948":{"title":"transformation","titles":["ablines","Attributes"]},"949":{"title":"transparency","titles":["ablines","Attributes"]},"950":{"title":"visible","titles":["ablines","Attributes"]},"951":{"title":"arc","titles":[]},"952":{"title":"Examples","titles":["arc"]},"953":{"title":"Attributes","titles":["arc"]},"954":{"title":"alpha","titles":["arc","Attributes"]},"955":{"title":"color","titles":["arc","Attributes"]},"956":{"title":"colormap","titles":["arc","Attributes"]},"957":{"title":"colorrange","titles":["arc","Attributes"]},"958":{"title":"colorscale","titles":["arc","Attributes"]},"959":{"title":"cycle","titles":["arc","Attributes"]},"960":{"title":"depth_shift","titles":["arc","Attributes"]},"961":{"title":"fxaa","titles":["arc","Attributes"]},"962":{"title":"highclip","titles":["arc","Attributes"]},"963":{"title":"inspectable","titles":["arc","Attributes"]},"964":{"title":"inspector_clear","titles":["arc","Attributes"]},"965":{"title":"inspector_hover","titles":["arc","Attributes"]},"966":{"title":"inspector_label","titles":["arc","Attributes"]},"967":{"title":"joinstyle","titles":["arc","Attributes"]},"968":{"title":"linecap","titles":["arc","Attributes"]},"969":{"title":"linestyle","titles":["arc","Attributes"]},"970":{"title":"linewidth","titles":["arc","Attributes"]},"971":{"title":"lowclip","titles":["arc","Attributes"]},"972":{"title":"miter_limit","titles":["arc","Attributes"]},"973":{"title":"model","titles":["arc","Attributes"]},"974":{"title":"nan_color","titles":["arc","Attributes"]},"975":{"title":"overdraw","titles":["arc","Attributes"]},"976":{"title":"resolution","titles":["arc","Attributes"]},"977":{"title":"space","titles":["arc","Attributes"]},"978":{"title":"ssao","titles":["arc","Attributes"]},"979":{"title":"transformation","titles":["arc","Attributes"]},"980":{"title":"transparency","titles":["arc","Attributes"]},"981":{"title":"visible","titles":["arc","Attributes"]},"982":{"title":"arrows","titles":[]},"983":{"title":"Examples","titles":["arrows"]},"984":{"title":"Attributes","titles":["arrows"]},"985":{"title":"align","titles":["arrows","Attributes"]},"986":{"title":"alpha","titles":["arrows","Attributes"]},"987":{"title":"arrowcolor","titles":["arrows","Attributes"]},"988":{"title":"arrowhead","titles":["arrows","Attributes"]},"989":{"title":"arrowsize","titles":["arrows","Attributes"]},"990":{"title":"arrowtail","titles":["arrows","Attributes"]},"991":{"title":"backlight","titles":["arrows","Attributes"]},"992":{"title":"color","titles":["arrows","Attributes"]},"993":{"title":"colormap","titles":["arrows","Attributes"]},"994":{"title":"colorrange","titles":["arrows","Attributes"]},"995":{"title":"colorscale","titles":["arrows","Attributes"]},"996":{"title":"depth_shift","titles":["arrows","Attributes"]},"997":{"title":"diffuse","titles":["arrows","Attributes"]},"998":{"title":"fxaa","titles":["arrows","Attributes"]},"999":{"title":"highclip","titles":["arrows","Attributes"]},"1000":{"title":"inspectable","titles":["arrows","Attributes"]},"1001":{"title":"inspector_clear","titles":["arrows","Attributes"]},"1002":{"title":"inspector_hover","titles":["arrows","Attributes"]},"1003":{"title":"inspector_label","titles":["arrows","Attributes"]},"1004":{"title":"lengthscale","titles":["arrows","Attributes"]},"1005":{"title":"linecolor","titles":["arrows","Attributes"]},"1006":{"title":"linestyle","titles":["arrows","Attributes"]},"1007":{"title":"linewidth","titles":["arrows","Attributes"]},"1008":{"title":"lowclip","titles":["arrows","Attributes"]},"1009":{"title":"markerspace","titles":["arrows","Attributes"]},"1010":{"title":"material","titles":["arrows","Attributes"]},"1011":{"title":"model","titles":["arrows","Attributes"]},"1012":{"title":"nan_color","titles":["arrows","Attributes"]},"1013":{"title":"normalize","titles":["arrows","Attributes"]},"1014":{"title":"overdraw","titles":["arrows","Attributes"]},"1015":{"title":"quality","titles":["arrows","Attributes"]},"1016":{"title":"shading","titles":["arrows","Attributes"]},"1017":{"title":"shininess","titles":["arrows","Attributes"]},"1018":{"title":"space","titles":["arrows","Attributes"]},"1019":{"title":"specular","titles":["arrows","Attributes"]},"1020":{"title":"ssao","titles":["arrows","Attributes"]},"1021":{"title":"transformation","titles":["arrows","Attributes"]},"1022":{"title":"transparency","titles":["arrows","Attributes"]},"1023":{"title":"visible","titles":["arrows","Attributes"]},"1024":{"title":"band","titles":[]},"1025":{"title":"Examples","titles":["band"]},"1026":{"title":"Attributes","titles":["band"]},"1027":{"title":"alpha","titles":["band","Attributes"]},"1028":{"title":"backlight","titles":["band","Attributes"]},"1029":{"title":"color","titles":["band","Attributes"]},"1030":{"title":"colormap","titles":["band","Attributes"]},"1031":{"title":"colorrange","titles":["band","Attributes"]},"1032":{"title":"colorscale","titles":["band","Attributes"]},"1033":{"title":"cycle","titles":["band","Attributes"]},"1034":{"title":"depth_shift","titles":["band","Attributes"]},"1035":{"title":"diffuse","titles":["band","Attributes"]},"1036":{"title":"fxaa","titles":["band","Attributes"]},"1037":{"title":"highclip","titles":["band","Attributes"]},"1038":{"title":"inspectable","titles":["band","Attributes"]},"1039":{"title":"inspector_clear","titles":["band","Attributes"]},"1040":{"title":"inspector_hover","titles":["band","Attributes"]},"1041":{"title":"inspector_label","titles":["band","Attributes"]},"1042":{"title":"interpolate","titles":["band","Attributes"]},"1043":{"title":"lowclip","titles":["band","Attributes"]},"1044":{"title":"matcap","titles":["band","Attributes"]},"1045":{"title":"material","titles":["band","Attributes"]},"1046":{"title":"model","titles":["band","Attributes"]},"1047":{"title":"nan_color","titles":["band","Attributes"]},"1048":{"title":"overdraw","titles":["band","Attributes"]},"1049":{"title":"shading","titles":["band","Attributes"]},"1050":{"title":"shininess","titles":["band","Attributes"]},"1051":{"title":"space","titles":["band","Attributes"]},"1052":{"title":"specular","titles":["band","Attributes"]},"1053":{"title":"ssao","titles":["band","Attributes"]},"1054":{"title":"transformation","titles":["band","Attributes"]},"1055":{"title":"transparency","titles":["band","Attributes"]},"1056":{"title":"visible","titles":["band","Attributes"]},"1057":{"title":"barplot","titles":[]},"1058":{"title":"Examples","titles":["barplot"]},"1059":{"title":"Attributes","titles":["barplot"]},"1060":{"title":"alpha","titles":["barplot","Attributes"]},"1061":{"title":"bar_labels","titles":["barplot","Attributes"]},"1062":{"title":"color","titles":["barplot","Attributes"]},"1063":{"title":"color_over_background","titles":["barplot","Attributes"]},"1064":{"title":"color_over_bar","titles":["barplot","Attributes"]},"1065":{"title":"colormap","titles":["barplot","Attributes"]},"1066":{"title":"colorrange","titles":["barplot","Attributes"]},"1067":{"title":"colorscale","titles":["barplot","Attributes"]},"1068":{"title":"cycle","titles":["barplot","Attributes"]},"1069":{"title":"depth_shift","titles":["barplot","Attributes"]},"1070":{"title":"direction","titles":["barplot","Attributes"]},"1071":{"title":"dodge","titles":["barplot","Attributes"]},"1072":{"title":"dodge_gap","titles":["barplot","Attributes"]},"1073":{"title":"fillto","titles":["barplot","Attributes"]},"1074":{"title":"flip_labels_at","titles":["barplot","Attributes"]},"1075":{"title":"fxaa","titles":["barplot","Attributes"]},"1076":{"title":"gap","titles":["barplot","Attributes"]},"1077":{"title":"highclip","titles":["barplot","Attributes"]},"1078":{"title":"inspectable","titles":["barplot","Attributes"]},"1079":{"title":"inspector_clear","titles":["barplot","Attributes"]},"1080":{"title":"inspector_hover","titles":["barplot","Attributes"]},"1081":{"title":"inspector_label","titles":["barplot","Attributes"]},"1082":{"title":"label_align","titles":["barplot","Attributes"]},"1083":{"title":"label_color","titles":["barplot","Attributes"]},"1084":{"title":"label_font","titles":["barplot","Attributes"]},"1085":{"title":"label_formatter","titles":["barplot","Attributes"]},"1086":{"title":"label_offset","titles":["barplot","Attributes"]},"1087":{"title":"label_rotation","titles":["barplot","Attributes"]},"1088":{"title":"label_size","titles":["barplot","Attributes"]},"1089":{"title":"lowclip","titles":["barplot","Attributes"]},"1090":{"title":"model","titles":["barplot","Attributes"]},"1091":{"title":"n_dodge","titles":["barplot","Attributes"]},"1092":{"title":"nan_color","titles":["barplot","Attributes"]},"1093":{"title":"offset","titles":["barplot","Attributes"]},"1094":{"title":"overdraw","titles":["barplot","Attributes"]},"1095":{"title":"space","titles":["barplot","Attributes"]},"1096":{"title":"ssao","titles":["barplot","Attributes"]},"1097":{"title":"stack","titles":["barplot","Attributes"]},"1098":{"title":"strokecolor","titles":["barplot","Attributes"]},"1099":{"title":"strokewidth","titles":["barplot","Attributes"]},"1100":{"title":"transformation","titles":["barplot","Attributes"]},"1101":{"title":"transparency","titles":["barplot","Attributes"]},"1102":{"title":"visible","titles":["barplot","Attributes"]},"1103":{"title":"width","titles":["barplot","Attributes"]},"1104":{"title":"boxplot","titles":[]},"1105":{"title":"Examples","titles":["boxplot"]},"1106":{"title":"Using statistical weights","titles":["boxplot","Examples"]},"1107":{"title":"Horizontal axis","titles":["boxplot","Examples"]},"1108":{"title":"Attributes","titles":["boxplot"]},"1109":{"title":"color","titles":["boxplot","Attributes"]},"1110":{"title":"colormap","titles":["boxplot","Attributes"]},"1111":{"title":"colorrange","titles":["boxplot","Attributes"]},"1112":{"title":"colorscale","titles":["boxplot","Attributes"]},"1113":{"title":"cycle","titles":["boxplot","Attributes"]},"1114":{"title":"dodge","titles":["boxplot","Attributes"]},"1115":{"title":"dodge_gap","titles":["boxplot","Attributes"]},"1116":{"title":"gap","titles":["boxplot","Attributes"]},"1117":{"title":"inspectable","titles":["boxplot","Attributes"]},"1118":{"title":"marker","titles":["boxplot","Attributes"]},"1119":{"title":"markersize","titles":["boxplot","Attributes"]},"1120":{"title":"mediancolor","titles":["boxplot","Attributes"]},"1121":{"title":"medianlinewidth","titles":["boxplot","Attributes"]},"1122":{"title":"n_dodge","titles":["boxplot","Attributes"]},"1123":{"title":"notchwidth","titles":["boxplot","Attributes"]},"1124":{"title":"orientation","titles":["boxplot","Attributes"]},"1125":{"title":"outliercolor","titles":["boxplot","Attributes"]},"1126":{"title":"outlierstrokecolor","titles":["boxplot","Attributes"]},"1127":{"title":"outlierstrokewidth","titles":["boxplot","Attributes"]},"1128":{"title":"range","titles":["boxplot","Attributes"]},"1129":{"title":"show_median","titles":["boxplot","Attributes"]},"1130":{"title":"show_notch","titles":["boxplot","Attributes"]},"1131":{"title":"show_outliers","titles":["boxplot","Attributes"]},"1132":{"title":"strokecolor","titles":["boxplot","Attributes"]},"1133":{"title":"strokewidth","titles":["boxplot","Attributes"]},"1134":{"title":"weights","titles":["boxplot","Attributes"]},"1135":{"title":"whiskercolor","titles":["boxplot","Attributes"]},"1136":{"title":"whiskerlinewidth","titles":["boxplot","Attributes"]},"1137":{"title":"whiskerwidth","titles":["boxplot","Attributes"]},"1138":{"title":"width","titles":["boxplot","Attributes"]},"1139":{"title":"bracket","titles":[]},"1140":{"title":"Examples","titles":["bracket"]},"1141":{"title":"Scalar arguments","titles":["bracket","Examples"]},"1142":{"title":"Vector arguments","titles":["bracket","Examples"]},"1143":{"title":"Styles","titles":["bracket","Examples"]},"1144":{"title":"Attributes","titles":["bracket"]},"1145":{"title":"align","titles":["bracket","Attributes"]},"1146":{"title":"color","titles":["bracket","Attributes"]},"1147":{"title":"font","titles":["bracket","Attributes"]},"1148":{"title":"fontsize","titles":["bracket","Attributes"]},"1149":{"title":"joinstyle","titles":["bracket","Attributes"]},"1150":{"title":"justification","titles":["bracket","Attributes"]},"1151":{"title":"linecap","titles":["bracket","Attributes"]},"1152":{"title":"linestyle","titles":["bracket","Attributes"]},"1153":{"title":"linewidth","titles":["bracket","Attributes"]},"1154":{"title":"miter_limit","titles":["bracket","Attributes"]},"1155":{"title":"offset","titles":["bracket","Attributes"]},"1156":{"title":"orientation","titles":["bracket","Attributes"]},"1157":{"title":"rotation","titles":["bracket","Attributes"]},"1158":{"title":"style","titles":["bracket","Attributes"]},"1159":{"title":"text","titles":["bracket","Attributes"]},"1160":{"title":"textcolor","titles":["bracket","Attributes"]},"1161":{"title":"textoffset","titles":["bracket","Attributes"]},"1162":{"title":"width","titles":["bracket","Attributes"]},"1163":{"title":"contour","titles":[]},"1164":{"title":"Examples","titles":["contour"]},"1165":{"title":"Attributes","titles":["contour"]},"1166":{"title":"alpha","titles":["contour","Attributes"]},"1167":{"title":"color","titles":["contour","Attributes"]},"1168":{"title":"colormap","titles":["contour","Attributes"]},"1169":{"title":"colorrange","titles":["contour","Attributes"]},"1170":{"title":"colorscale","titles":["contour","Attributes"]},"1171":{"title":"depth_shift","titles":["contour","Attributes"]},"1172":{"title":"enable_depth","titles":["contour","Attributes"]},"1173":{"title":"fxaa","titles":["contour","Attributes"]},"1174":{"title":"highclip","titles":["contour","Attributes"]},"1175":{"title":"inspectable","titles":["contour","Attributes"]},"1176":{"title":"inspector_clear","titles":["contour","Attributes"]},"1177":{"title":"inspector_hover","titles":["contour","Attributes"]},"1178":{"title":"inspector_label","titles":["contour","Attributes"]},"1179":{"title":"joinstyle","titles":["contour","Attributes"]},"1180":{"title":"labelcolor","titles":["contour","Attributes"]},"1181":{"title":"labelfont","titles":["contour","Attributes"]},"1182":{"title":"labelformatter","titles":["contour","Attributes"]},"1183":{"title":"labels","titles":["contour","Attributes"]},"1184":{"title":"labelsize","titles":["contour","Attributes"]},"1185":{"title":"levels","titles":["contour","Attributes"]},"1186":{"title":"linecap","titles":["contour","Attributes"]},"1187":{"title":"linestyle","titles":["contour","Attributes"]},"1188":{"title":"linewidth","titles":["contour","Attributes"]},"1189":{"title":"lowclip","titles":["contour","Attributes"]},"1190":{"title":"miter_limit","titles":["contour","Attributes"]},"1191":{"title":"model","titles":["contour","Attributes"]},"1192":{"title":"nan_color","titles":["contour","Attributes"]},"1193":{"title":"overdraw","titles":["contour","Attributes"]},"1194":{"title":"space","titles":["contour","Attributes"]},"1195":{"title":"ssao","titles":["contour","Attributes"]},"1196":{"title":"transformation","titles":["contour","Attributes"]},"1197":{"title":"transparency","titles":["contour","Attributes"]},"1198":{"title":"visible","titles":["contour","Attributes"]},"1199":{"title":"contour3d","titles":[]},"1200":{"title":"Examples","titles":["contour3d"]},"1201":{"title":"Attributes","titles":["contour3d"]},"1202":{"title":"alpha","titles":["contour3d","Attributes"]},"1203":{"title":"color","titles":["contour3d","Attributes"]},"1204":{"title":"colormap","titles":["contour3d","Attributes"]},"1205":{"title":"colorrange","titles":["contour3d","Attributes"]},"1206":{"title":"colorscale","titles":["contour3d","Attributes"]},"1207":{"title":"depth_shift","titles":["contour3d","Attributes"]},"1208":{"title":"enable_depth","titles":["contour3d","Attributes"]},"1209":{"title":"fxaa","titles":["contour3d","Attributes"]},"1210":{"title":"highclip","titles":["contour3d","Attributes"]},"1211":{"title":"inspectable","titles":["contour3d","Attributes"]},"1212":{"title":"inspector_clear","titles":["contour3d","Attributes"]},"1213":{"title":"inspector_hover","titles":["contour3d","Attributes"]},"1214":{"title":"inspector_label","titles":["contour3d","Attributes"]},"1215":{"title":"joinstyle","titles":["contour3d","Attributes"]},"1216":{"title":"labelcolor","titles":["contour3d","Attributes"]},"1217":{"title":"labelfont","titles":["contour3d","Attributes"]},"1218":{"title":"labelformatter","titles":["contour3d","Attributes"]},"1219":{"title":"labels","titles":["contour3d","Attributes"]},"1220":{"title":"labelsize","titles":["contour3d","Attributes"]},"1221":{"title":"levels","titles":["contour3d","Attributes"]},"1222":{"title":"linecap","titles":["contour3d","Attributes"]},"1223":{"title":"linestyle","titles":["contour3d","Attributes"]},"1224":{"title":"linewidth","titles":["contour3d","Attributes"]},"1225":{"title":"lowclip","titles":["contour3d","Attributes"]},"1226":{"title":"miter_limit","titles":["contour3d","Attributes"]},"1227":{"title":"model","titles":["contour3d","Attributes"]},"1228":{"title":"nan_color","titles":["contour3d","Attributes"]},"1229":{"title":"overdraw","titles":["contour3d","Attributes"]},"1230":{"title":"space","titles":["contour3d","Attributes"]},"1231":{"title":"ssao","titles":["contour3d","Attributes"]},"1232":{"title":"transformation","titles":["contour3d","Attributes"]},"1233":{"title":"transparency","titles":["contour3d","Attributes"]},"1234":{"title":"visible","titles":["contour3d","Attributes"]},"1235":{"title":"contourf","titles":[]},"1236":{"title":"Relative mode","titles":["contourf"]},"1237":{"title":"Attributes","titles":["contourf"]},"1238":{"title":"colormap","titles":["contourf","Attributes"]},"1239":{"title":"colorscale","titles":["contourf","Attributes"]},"1240":{"title":"depth_shift","titles":["contourf","Attributes"]},"1241":{"title":"extendhigh","titles":["contourf","Attributes"]},"1242":{"title":"extendlow","titles":["contourf","Attributes"]},"1243":{"title":"fxaa","titles":["contourf","Attributes"]},"1244":{"title":"inspectable","titles":["contourf","Attributes"]},"1245":{"title":"inspector_clear","titles":["contourf","Attributes"]},"1246":{"title":"inspector_hover","titles":["contourf","Attributes"]},"1247":{"title":"inspector_label","titles":["contourf","Attributes"]},"1248":{"title":"levels","titles":["contourf","Attributes"]},"1249":{"title":"mode","titles":["contourf","Attributes"]},"1250":{"title":"model","titles":["contourf","Attributes"]},"1251":{"title":"nan_color","titles":["contourf","Attributes"]},"1252":{"title":"overdraw","titles":["contourf","Attributes"]},"1253":{"title":"space","titles":["contourf","Attributes"]},"1254":{"title":"ssao","titles":["contourf","Attributes"]},"1255":{"title":"transformation","titles":["contourf","Attributes"]},"1256":{"title":"transparency","titles":["contourf","Attributes"]},"1257":{"title":"visible","titles":["contourf","Attributes"]},"1258":{"title":"crossbar","titles":[]},"1259":{"title":"Examples","titles":["crossbar"]},"1260":{"title":"Attributes","titles":["crossbar"]},"1261":{"title":"color","titles":["crossbar","Attributes"]},"1262":{"title":"colormap","titles":["crossbar","Attributes"]},"1263":{"title":"colorrange","titles":["crossbar","Attributes"]},"1264":{"title":"colorscale","titles":["crossbar","Attributes"]},"1265":{"title":"cycle","titles":["crossbar","Attributes"]},"1266":{"title":"dodge","titles":["crossbar","Attributes"]},"1267":{"title":"dodge_gap","titles":["crossbar","Attributes"]},"1268":{"title":"gap","titles":["crossbar","Attributes"]},"1269":{"title":"inspectable","titles":["crossbar","Attributes"]},"1270":{"title":"midlinecolor","titles":["crossbar","Attributes"]},"1271":{"title":"midlinewidth","titles":["crossbar","Attributes"]},"1272":{"title":"n_dodge","titles":["crossbar","Attributes"]},"1273":{"title":"notchmax","titles":["crossbar","Attributes"]},"1274":{"title":"notchmin","titles":["crossbar","Attributes"]},"1275":{"title":"notchwidth","titles":["crossbar","Attributes"]},"1276":{"title":"orientation","titles":["crossbar","Attributes"]},"1277":{"title":"show_midline","titles":["crossbar","Attributes"]},"1278":{"title":"show_notch","titles":["crossbar","Attributes"]},"1279":{"title":"strokecolor","titles":["crossbar","Attributes"]},"1280":{"title":"strokewidth","titles":["crossbar","Attributes"]},"1281":{"title":"width","titles":["crossbar","Attributes"]},"1282":{"title":"datashader","titles":[]},"1283":{"title":"Examples","titles":["datashader"]},"1284":{"title":"Airports","titles":["datashader","Examples"]},"1285":{"title":"Strange Attractors","titles":["datashader","Examples"]},"1286":{"title":"Bigger examples","titles":["datashader","Examples"]},"1287":{"title":"14 million point NYC taxi dataset","titles":["datashader","Examples","Bigger examples"]},"1288":{"title":"2.7 billion OSM GPS points","titles":["datashader","Examples","Bigger examples"]},"1289":{"title":"Categorical Data","titles":["datashader","Examples"]},"1290":{"title":"Advanced API","titles":["datashader","Examples"]},"1291":{"title":"Attributes","titles":["datashader"]},"1292":{"title":"agg","titles":["datashader","Attributes"]},"1293":{"title":"alpha","titles":["datashader","Attributes"]},"1294":{"title":"async","titles":["datashader","Attributes"]},"1295":{"title":"binsize","titles":["datashader","Attributes"]},"1296":{"title":"colormap","titles":["datashader","Attributes"]},"1297":{"title":"colorrange","titles":["datashader","Attributes"]},"1298":{"title":"colorscale","titles":["datashader","Attributes"]},"1299":{"title":"depth_shift","titles":["datashader","Attributes"]},"1300":{"title":"fxaa","titles":["datashader","Attributes"]},"1301":{"title":"highclip","titles":["datashader","Attributes"]},"1302":{"title":"inspectable","titles":["datashader","Attributes"]},"1303":{"title":"inspector_clear","titles":["datashader","Attributes"]},"1304":{"title":"inspector_hover","titles":["datashader","Attributes"]},"1305":{"title":"inspector_label","titles":["datashader","Attributes"]},"1306":{"title":"interpolate","titles":["datashader","Attributes"]},"1307":{"title":"local_operation","titles":["datashader","Attributes"]},"1308":{"title":"lowclip","titles":["datashader","Attributes"]},"1309":{"title":"method","titles":["datashader","Attributes"]},"1310":{"title":"model","titles":["datashader","Attributes"]},"1311":{"title":"nan_color","titles":["datashader","Attributes"]},"1312":{"title":"operation","titles":["datashader","Attributes"]},"1313":{"title":"overdraw","titles":["datashader","Attributes"]},"1314":{"title":"point_transform","titles":["datashader","Attributes"]},"1315":{"title":"show_timings","titles":["datashader","Attributes"]},"1316":{"title":"space","titles":["datashader","Attributes"]},"1317":{"title":"ssao","titles":["datashader","Attributes"]},"1318":{"title":"transformation","titles":["datashader","Attributes"]},"1319":{"title":"transparency","titles":["datashader","Attributes"]},"1320":{"title":"visible","titles":["datashader","Attributes"]},"1321":{"title":"density","titles":[]},"1322":{"title":"Examples","titles":["density"]},"1323":{"title":"Gradients","titles":["density","Examples"]},"1324":{"title":"Using statistical weights","titles":["density","Examples"]},"1325":{"title":"Attributes","titles":["density"]},"1326":{"title":"bandwidth","titles":["density","Attributes"]},"1327":{"title":"boundary","titles":["density","Attributes"]},"1328":{"title":"color","titles":["density","Attributes"]},"1329":{"title":"colormap","titles":["density","Attributes"]},"1330":{"title":"colorrange","titles":["density","Attributes"]},"1331":{"title":"colorscale","titles":["density","Attributes"]},"1332":{"title":"cycle","titles":["density","Attributes"]},"1333":{"title":"direction","titles":["density","Attributes"]},"1334":{"title":"inspectable","titles":["density","Attributes"]},"1335":{"title":"linestyle","titles":["density","Attributes"]},"1336":{"title":"npoints","titles":["density","Attributes"]},"1337":{"title":"offset","titles":["density","Attributes"]},"1338":{"title":"strokearound","titles":["density","Attributes"]},"1339":{"title":"strokecolor","titles":["density","Attributes"]},"1340":{"title":"strokewidth","titles":["density","Attributes"]},"1341":{"title":"weights","titles":["density","Attributes"]},"1342":{"title":"ecdfplot","titles":[]},"1343":{"title":"Examples","titles":["ecdfplot"]},"1344":{"title":"Attributes","titles":["ecdfplot"]},"1345":{"title":"alpha","titles":["ecdfplot","Attributes"]},"1346":{"title":"color","titles":["ecdfplot","Attributes"]},"1347":{"title":"colormap","titles":["ecdfplot","Attributes"]},"1348":{"title":"colorrange","titles":["ecdfplot","Attributes"]},"1349":{"title":"colorscale","titles":["ecdfplot","Attributes"]},"1350":{"title":"cycle","titles":["ecdfplot","Attributes"]},"1351":{"title":"depth_shift","titles":["ecdfplot","Attributes"]},"1352":{"title":"fxaa","titles":["ecdfplot","Attributes"]},"1353":{"title":"highclip","titles":["ecdfplot","Attributes"]},"1354":{"title":"inspectable","titles":["ecdfplot","Attributes"]},"1355":{"title":"inspector_clear","titles":["ecdfplot","Attributes"]},"1356":{"title":"inspector_hover","titles":["ecdfplot","Attributes"]},"1357":{"title":"inspector_label","titles":["ecdfplot","Attributes"]},"1358":{"title":"joinstyle","titles":["ecdfplot","Attributes"]},"1359":{"title":"linecap","titles":["ecdfplot","Attributes"]},"1360":{"title":"linestyle","titles":["ecdfplot","Attributes"]},"1361":{"title":"linewidth","titles":["ecdfplot","Attributes"]},"1362":{"title":"lowclip","titles":["ecdfplot","Attributes"]},"1363":{"title":"miter_limit","titles":["ecdfplot","Attributes"]},"1364":{"title":"model","titles":["ecdfplot","Attributes"]},"1365":{"title":"nan_color","titles":["ecdfplot","Attributes"]},"1366":{"title":"overdraw","titles":["ecdfplot","Attributes"]},"1367":{"title":"space","titles":["ecdfplot","Attributes"]},"1368":{"title":"ssao","titles":["ecdfplot","Attributes"]},"1369":{"title":"step","titles":["ecdfplot","Attributes"]},"1370":{"title":"transformation","titles":["ecdfplot","Attributes"]},"1371":{"title":"transparency","titles":["ecdfplot","Attributes"]},"1372":{"title":"visible","titles":["ecdfplot","Attributes"]},"1373":{"title":"errorbars","titles":[]},"1374":{"title":"Examples","titles":["errorbars"]},"1375":{"title":"Attributes","titles":["errorbars"]},"1376":{"title":"alpha","titles":["errorbars","Attributes"]},"1377":{"title":"color","titles":["errorbars","Attributes"]},"1378":{"title":"colormap","titles":["errorbars","Attributes"]},"1379":{"title":"colorrange","titles":["errorbars","Attributes"]},"1380":{"title":"colorscale","titles":["errorbars","Attributes"]},"1381":{"title":"cycle","titles":["errorbars","Attributes"]},"1382":{"title":"depth_shift","titles":["errorbars","Attributes"]},"1383":{"title":"direction","titles":["errorbars","Attributes"]},"1384":{"title":"fxaa","titles":["errorbars","Attributes"]},"1385":{"title":"highclip","titles":["errorbars","Attributes"]},"1386":{"title":"inspectable","titles":["errorbars","Attributes"]},"1387":{"title":"inspector_clear","titles":["errorbars","Attributes"]},"1388":{"title":"inspector_hover","titles":["errorbars","Attributes"]},"1389":{"title":"inspector_label","titles":["errorbars","Attributes"]},"1390":{"title":"linecap","titles":["errorbars","Attributes"]},"1391":{"title":"linewidth","titles":["errorbars","Attributes"]},"1392":{"title":"lowclip","titles":["errorbars","Attributes"]},"1393":{"title":"model","titles":["errorbars","Attributes"]},"1394":{"title":"nan_color","titles":["errorbars","Attributes"]},"1395":{"title":"overdraw","titles":["errorbars","Attributes"]},"1396":{"title":"space","titles":["errorbars","Attributes"]},"1397":{"title":"ssao","titles":["errorbars","Attributes"]},"1398":{"title":"transformation","titles":["errorbars","Attributes"]},"1399":{"title":"transparency","titles":["errorbars","Attributes"]},"1400":{"title":"visible","titles":["errorbars","Attributes"]},"1401":{"title":"whiskerwidth","titles":["errorbars","Attributes"]},"1402":{"title":"heatmap","titles":[]},"1403":{"title":"Examples","titles":["heatmap"]},"1404":{"title":"Two vectors and a matrix","titles":["heatmap","Examples"]},"1405":{"title":"Using a Function instead of a Matrix","titles":["heatmap","Examples"]},"1406":{"title":"Three vectors","titles":["heatmap","Examples"]},"1407":{"title":"Colorbar for single heatmap","titles":["heatmap","Examples"]},"1408":{"title":"Colorbar for multiple heatmaps","titles":["heatmap","Examples"]},"1409":{"title":"Using a custom colorscale","titles":["heatmap","Examples"]},"1410":{"title":"Attributes","titles":["heatmap"]},"1411":{"title":"alpha","titles":["heatmap","Attributes"]},"1412":{"title":"colormap","titles":["heatmap","Attributes"]},"1413":{"title":"colorrange","titles":["heatmap","Attributes"]},"1414":{"title":"colorscale","titles":["heatmap","Attributes"]},"1415":{"title":"depth_shift","titles":["heatmap","Attributes"]},"1416":{"title":"fxaa","titles":["heatmap","Attributes"]},"1417":{"title":"highclip","titles":["heatmap","Attributes"]},"1418":{"title":"inspectable","titles":["heatmap","Attributes"]},"1419":{"title":"inspector_clear","titles":["heatmap","Attributes"]},"1420":{"title":"inspector_hover","titles":["heatmap","Attributes"]},"1421":{"title":"inspector_label","titles":["heatmap","Attributes"]},"1422":{"title":"interpolate","titles":["heatmap","Attributes"]},"1423":{"title":"lowclip","titles":["heatmap","Attributes"]},"1424":{"title":"model","titles":["heatmap","Attributes"]},"1425":{"title":"nan_color","titles":["heatmap","Attributes"]},"1426":{"title":"overdraw","titles":["heatmap","Attributes"]},"1427":{"title":"space","titles":["heatmap","Attributes"]},"1428":{"title":"ssao","titles":["heatmap","Attributes"]},"1429":{"title":"transformation","titles":["heatmap","Attributes"]},"1430":{"title":"transparency","titles":["heatmap","Attributes"]},"1431":{"title":"visible","titles":["heatmap","Attributes"]},"1432":{"title":"hexbin","titles":[]},"1433":{"title":"Examples","titles":["hexbin"]},"1434":{"title":"Setting the number of bins","titles":["hexbin","Examples"]},"1435":{"title":"Setting the size of cells","titles":["hexbin","Examples"]},"1436":{"title":"Hiding hexagons with low counts","titles":["hexbin","Examples"]},"1437":{"title":"Changing the scale of the number of observations in a bin","titles":["hexbin","Examples"]},"1438":{"title":"Showing zero count hexagons","titles":["hexbin","Examples"]},"1439":{"title":"Applying weights to observations","titles":["hexbin","Examples"]},"1440":{"title":"Attributes","titles":["hexbin"]},"1441":{"title":"alpha","titles":["hexbin","Attributes"]},"1442":{"title":"bins","titles":["hexbin","Attributes"]},"1443":{"title":"cellsize","titles":["hexbin","Attributes"]},"1444":{"title":"colormap","titles":["hexbin","Attributes"]},"1445":{"title":"colorrange","titles":["hexbin","Attributes"]},"1446":{"title":"colorscale","titles":["hexbin","Attributes"]},"1447":{"title":"highclip","titles":["hexbin","Attributes"]},"1448":{"title":"lowclip","titles":["hexbin","Attributes"]},"1449":{"title":"nan_color","titles":["hexbin","Attributes"]},"1450":{"title":"strokecolor","titles":["hexbin","Attributes"]},"1451":{"title":"strokewidth","titles":["hexbin","Attributes"]},"1452":{"title":"threshold","titles":["hexbin","Attributes"]},"1453":{"title":"weights","titles":["hexbin","Attributes"]},"1454":{"title":"hist","titles":[]},"1455":{"title":"Examples","titles":["hist"]},"1456":{"title":"Histogram with labels","titles":["hist","Examples"]},"1457":{"title":"Moving histograms","titles":["hist","Examples"]},"1458":{"title":"Using statistical weights","titles":["hist","Examples"]},"1459":{"title":"Attributes","titles":["hist"]},"1460":{"title":"bar_labels","titles":["hist","Attributes"]},"1461":{"title":"bins","titles":["hist","Attributes"]},"1462":{"title":"color","titles":["hist","Attributes"]},"1463":{"title":"cycle","titles":["hist","Attributes"]},"1464":{"title":"direction","titles":["hist","Attributes"]},"1465":{"title":"fillto","titles":["hist","Attributes"]},"1466":{"title":"flip_labels_at","titles":["hist","Attributes"]},"1467":{"title":"gap","titles":["hist","Attributes"]},"1468":{"title":"label_color","titles":["hist","Attributes"]},"1469":{"title":"label_font","titles":["hist","Attributes"]},"1470":{"title":"label_formatter","titles":["hist","Attributes"]},"1471":{"title":"label_offset","titles":["hist","Attributes"]},"1472":{"title":"label_size","titles":["hist","Attributes"]},"1473":{"title":"normalization","titles":["hist","Attributes"]},"1474":{"title":"offset","titles":["hist","Attributes"]},"1475":{"title":"over_background_color","titles":["hist","Attributes"]},"1476":{"title":"over_bar_color","titles":["hist","Attributes"]},"1477":{"title":"scale_to","titles":["hist","Attributes"]},"1478":{"title":"strokecolor","titles":["hist","Attributes"]},"1479":{"title":"strokewidth","titles":["hist","Attributes"]},"1480":{"title":"weights","titles":["hist","Attributes"]},"1481":{"title":"hlines","titles":[]},"1482":{"title":"Attributes","titles":["hlines"]},"1483":{"title":"alpha","titles":["hlines","Attributes"]},"1484":{"title":"color","titles":["hlines","Attributes"]},"1485":{"title":"colormap","titles":["hlines","Attributes"]},"1486":{"title":"colorrange","titles":["hlines","Attributes"]},"1487":{"title":"colorscale","titles":["hlines","Attributes"]},"1488":{"title":"cycle","titles":["hlines","Attributes"]},"1489":{"title":"depth_shift","titles":["hlines","Attributes"]},"1490":{"title":"fxaa","titles":["hlines","Attributes"]},"1491":{"title":"highclip","titles":["hlines","Attributes"]},"1492":{"title":"inspectable","titles":["hlines","Attributes"]},"1493":{"title":"inspector_clear","titles":["hlines","Attributes"]},"1494":{"title":"inspector_hover","titles":["hlines","Attributes"]},"1495":{"title":"inspector_label","titles":["hlines","Attributes"]},"1496":{"title":"linecap","titles":["hlines","Attributes"]},"1497":{"title":"linestyle","titles":["hlines","Attributes"]},"1498":{"title":"linewidth","titles":["hlines","Attributes"]},"1499":{"title":"lowclip","titles":["hlines","Attributes"]},"1500":{"title":"model","titles":["hlines","Attributes"]},"1501":{"title":"nan_color","titles":["hlines","Attributes"]},"1502":{"title":"overdraw","titles":["hlines","Attributes"]},"1503":{"title":"space","titles":["hlines","Attributes"]},"1504":{"title":"ssao","titles":["hlines","Attributes"]},"1505":{"title":"transformation","titles":["hlines","Attributes"]},"1506":{"title":"transparency","titles":["hlines","Attributes"]},"1507":{"title":"visible","titles":["hlines","Attributes"]},"1508":{"title":"xmax","titles":["hlines","Attributes"]},"1509":{"title":"xmin","titles":["hlines","Attributes"]},"1510":{"title":"hspan","titles":[]},"1511":{"title":"Attributes","titles":["hspan"]},"1512":{"title":"alpha","titles":["hspan","Attributes"]},"1513":{"title":"color","titles":["hspan","Attributes"]},"1514":{"title":"colormap","titles":["hspan","Attributes"]},"1515":{"title":"colorrange","titles":["hspan","Attributes"]},"1516":{"title":"colorscale","titles":["hspan","Attributes"]},"1517":{"title":"cycle","titles":["hspan","Attributes"]},"1518":{"title":"depth_shift","titles":["hspan","Attributes"]},"1519":{"title":"fxaa","titles":["hspan","Attributes"]},"1520":{"title":"highclip","titles":["hspan","Attributes"]},"1521":{"title":"inspectable","titles":["hspan","Attributes"]},"1522":{"title":"inspector_clear","titles":["hspan","Attributes"]},"1523":{"title":"inspector_hover","titles":["hspan","Attributes"]},"1524":{"title":"inspector_label","titles":["hspan","Attributes"]},"1525":{"title":"joinstyle","titles":["hspan","Attributes"]},"1526":{"title":"linecap","titles":["hspan","Attributes"]},"1527":{"title":"linestyle","titles":["hspan","Attributes"]},"1528":{"title":"lowclip","titles":["hspan","Attributes"]},"1529":{"title":"miter_limit","titles":["hspan","Attributes"]},"1530":{"title":"model","titles":["hspan","Attributes"]},"1531":{"title":"nan_color","titles":["hspan","Attributes"]},"1532":{"title":"overdraw","titles":["hspan","Attributes"]},"1533":{"title":"shading","titles":["hspan","Attributes"]},"1534":{"title":"space","titles":["hspan","Attributes"]},"1535":{"title":"ssao","titles":["hspan","Attributes"]},"1536":{"title":"strokecolor","titles":["hspan","Attributes"]},"1537":{"title":"strokecolormap","titles":["hspan","Attributes"]},"1538":{"title":"strokewidth","titles":["hspan","Attributes"]},"1539":{"title":"transformation","titles":["hspan","Attributes"]},"1540":{"title":"transparency","titles":["hspan","Attributes"]},"1541":{"title":"visible","titles":["hspan","Attributes"]},"1542":{"title":"xmax","titles":["hspan","Attributes"]},"1543":{"title":"xmin","titles":["hspan","Attributes"]},"1544":{"title":"image","titles":[]},"1545":{"title":"Examples","titles":["image"]},"1546":{"title":"Attributes","titles":["image"]},"1547":{"title":"alpha","titles":["image","Attributes"]},"1548":{"title":"colormap","titles":["image","Attributes"]},"1549":{"title":"colorrange","titles":["image","Attributes"]},"1550":{"title":"colorscale","titles":["image","Attributes"]},"1551":{"title":"depth_shift","titles":["image","Attributes"]},"1552":{"title":"fxaa","titles":["image","Attributes"]},"1553":{"title":"highclip","titles":["image","Attributes"]},"1554":{"title":"inspectable","titles":["image","Attributes"]},"1555":{"title":"inspector_clear","titles":["image","Attributes"]},"1556":{"title":"inspector_hover","titles":["image","Attributes"]},"1557":{"title":"inspector_label","titles":["image","Attributes"]},"1558":{"title":"interpolate","titles":["image","Attributes"]},"1559":{"title":"lowclip","titles":["image","Attributes"]},"1560":{"title":"model","titles":["image","Attributes"]},"1561":{"title":"nan_color","titles":["image","Attributes"]},"1562":{"title":"overdraw","titles":["image","Attributes"]},"1563":{"title":"space","titles":["image","Attributes"]},"1564":{"title":"ssao","titles":["image","Attributes"]},"1565":{"title":"transformation","titles":["image","Attributes"]},"1566":{"title":"transparency","titles":["image","Attributes"]},"1567":{"title":"visible","titles":["image","Attributes"]},"1568":{"title":"lines","titles":[]},"1569":{"title":"Dealing with outline artifacts in GLMakie","titles":["lines"]},"1570":{"title":"Attributes","titles":["lines"]},"1571":{"title":"alpha","titles":["lines","Attributes"]},"1572":{"title":"color","titles":["lines","Attributes"]},"1573":{"title":"colormap","titles":["lines","Attributes"]},"1574":{"title":"colorrange","titles":["lines","Attributes"]},"1575":{"title":"colorscale","titles":["lines","Attributes"]},"1576":{"title":"cycle","titles":["lines","Attributes"]},"1577":{"title":"depth_shift","titles":["lines","Attributes"]},"1578":{"title":"fxaa","titles":["lines","Attributes"]},"1579":{"title":"highclip","titles":["lines","Attributes"]},"1580":{"title":"inspectable","titles":["lines","Attributes"]},"1581":{"title":"inspector_clear","titles":["lines","Attributes"]},"1582":{"title":"inspector_hover","titles":["lines","Attributes"]},"1583":{"title":"inspector_label","titles":["lines","Attributes"]},"1584":{"title":"joinstyle","titles":["lines","Attributes"]},"1585":{"title":"linecap","titles":["lines","Attributes"]},"1586":{"title":"linestyle","titles":["lines","Attributes"]},"1587":{"title":"linewidth","titles":["lines","Attributes"]},"1588":{"title":"lowclip","titles":["lines","Attributes"]},"1589":{"title":"miter_limit","titles":["lines","Attributes"]},"1590":{"title":"model","titles":["lines","Attributes"]},"1591":{"title":"nan_color","titles":["lines","Attributes"]},"1592":{"title":"overdraw","titles":["lines","Attributes"]},"1593":{"title":"space","titles":["lines","Attributes"]},"1594":{"title":"ssao","titles":["lines","Attributes"]},"1595":{"title":"transformation","titles":["lines","Attributes"]},"1596":{"title":"transparency","titles":["lines","Attributes"]},"1597":{"title":"visible","titles":["lines","Attributes"]},"1598":{"title":"linesegments","titles":[]},"1599":{"title":"Examples","titles":["linesegments"]},"1600":{"title":"Dealing with outline artifacts in GLMakie","titles":["linesegments","Examples"]},"1601":{"title":"Attributes","titles":["linesegments"]},"1602":{"title":"alpha","titles":["linesegments","Attributes"]},"1603":{"title":"color","titles":["linesegments","Attributes"]},"1604":{"title":"colormap","titles":["linesegments","Attributes"]},"1605":{"title":"colorrange","titles":["linesegments","Attributes"]},"1606":{"title":"colorscale","titles":["linesegments","Attributes"]},"1607":{"title":"cycle","titles":["linesegments","Attributes"]},"1608":{"title":"depth_shift","titles":["linesegments","Attributes"]},"1609":{"title":"fxaa","titles":["linesegments","Attributes"]},"1610":{"title":"highclip","titles":["linesegments","Attributes"]},"1611":{"title":"inspectable","titles":["linesegments","Attributes"]},"1612":{"title":"inspector_clear","titles":["linesegments","Attributes"]},"1613":{"title":"inspector_hover","titles":["linesegments","Attributes"]},"1614":{"title":"inspector_label","titles":["linesegments","Attributes"]},"1615":{"title":"linecap","titles":["linesegments","Attributes"]},"1616":{"title":"linestyle","titles":["linesegments","Attributes"]},"1617":{"title":"linewidth","titles":["linesegments","Attributes"]},"1618":{"title":"lowclip","titles":["linesegments","Attributes"]},"1619":{"title":"model","titles":["linesegments","Attributes"]},"1620":{"title":"nan_color","titles":["linesegments","Attributes"]},"1621":{"title":"overdraw","titles":["linesegments","Attributes"]},"1622":{"title":"space","titles":["linesegments","Attributes"]},"1623":{"title":"ssao","titles":["linesegments","Attributes"]},"1624":{"title":"transformation","titles":["linesegments","Attributes"]},"1625":{"title":"transparency","titles":["linesegments","Attributes"]},"1626":{"title":"visible","titles":["linesegments","Attributes"]},"1627":{"title":"mesh","titles":[]},"1628":{"title":"Examples","titles":["mesh"]},"1629":{"title":"Using GeometryBasics.Mesh and Buffer/Sampler type","titles":["mesh"]},"1630":{"title":"Attributes","titles":["mesh"]},"1631":{"title":"alpha","titles":["mesh","Attributes"]},"1632":{"title":"backlight","titles":["mesh","Attributes"]},"1633":{"title":"color","titles":["mesh","Attributes"]},"1634":{"title":"colormap","titles":["mesh","Attributes"]},"1635":{"title":"colorrange","titles":["mesh","Attributes"]},"1636":{"title":"colorscale","titles":["mesh","Attributes"]},"1637":{"title":"cycle","titles":["mesh","Attributes"]},"1638":{"title":"depth_shift","titles":["mesh","Attributes"]},"1639":{"title":"diffuse","titles":["mesh","Attributes"]},"1640":{"title":"fxaa","titles":["mesh","Attributes"]},"1641":{"title":"highclip","titles":["mesh","Attributes"]},"1642":{"title":"inspectable","titles":["mesh","Attributes"]},"1643":{"title":"inspector_clear","titles":["mesh","Attributes"]},"1644":{"title":"inspector_hover","titles":["mesh","Attributes"]},"1645":{"title":"inspector_label","titles":["mesh","Attributes"]},"1646":{"title":"interpolate","titles":["mesh","Attributes"]},"1647":{"title":"lowclip","titles":["mesh","Attributes"]},"1648":{"title":"matcap","titles":["mesh","Attributes"]},"1649":{"title":"material","titles":["mesh","Attributes"]},"1650":{"title":"model","titles":["mesh","Attributes"]},"1651":{"title":"nan_color","titles":["mesh","Attributes"]},"1652":{"title":"overdraw","titles":["mesh","Attributes"]},"1653":{"title":"shading","titles":["mesh","Attributes"]},"1654":{"title":"shininess","titles":["mesh","Attributes"]},"1655":{"title":"space","titles":["mesh","Attributes"]},"1656":{"title":"specular","titles":["mesh","Attributes"]},"1657":{"title":"ssao","titles":["mesh","Attributes"]},"1658":{"title":"transformation","titles":["mesh","Attributes"]},"1659":{"title":"transparency","titles":["mesh","Attributes"]},"1660":{"title":"visible","titles":["mesh","Attributes"]},"1661":{"title":"meshscatter","titles":[]},"1662":{"title":"Examples","titles":["meshscatter"]},"1663":{"title":"Attributes","titles":["meshscatter"]},"1664":{"title":"alpha","titles":["meshscatter","Attributes"]},"1665":{"title":"backlight","titles":["meshscatter","Attributes"]},"1666":{"title":"color","titles":["meshscatter","Attributes"]},"1667":{"title":"colormap","titles":["meshscatter","Attributes"]},"1668":{"title":"colorrange","titles":["meshscatter","Attributes"]},"1669":{"title":"colorscale","titles":["meshscatter","Attributes"]},"1670":{"title":"cycle","titles":["meshscatter","Attributes"]},"1671":{"title":"depth_shift","titles":["meshscatter","Attributes"]},"1672":{"title":"diffuse","titles":["meshscatter","Attributes"]},"1673":{"title":"fxaa","titles":["meshscatter","Attributes"]},"1674":{"title":"highclip","titles":["meshscatter","Attributes"]},"1675":{"title":"inspectable","titles":["meshscatter","Attributes"]},"1676":{"title":"inspector_clear","titles":["meshscatter","Attributes"]},"1677":{"title":"inspector_hover","titles":["meshscatter","Attributes"]},"1678":{"title":"inspector_label","titles":["meshscatter","Attributes"]},"1679":{"title":"lowclip","titles":["meshscatter","Attributes"]},"1680":{"title":"marker","titles":["meshscatter","Attributes"]},"1681":{"title":"markersize","titles":["meshscatter","Attributes"]},"1682":{"title":"material","titles":["meshscatter","Attributes"]},"1683":{"title":"model","titles":["meshscatter","Attributes"]},"1684":{"title":"nan_color","titles":["meshscatter","Attributes"]},"1685":{"title":"overdraw","titles":["meshscatter","Attributes"]},"1686":{"title":"rotation","titles":["meshscatter","Attributes"]},"1687":{"title":"shading","titles":["meshscatter","Attributes"]},"1688":{"title":"shininess","titles":["meshscatter","Attributes"]},"1689":{"title":"space","titles":["meshscatter","Attributes"]},"1690":{"title":"specular","titles":["meshscatter","Attributes"]},"1691":{"title":"ssao","titles":["meshscatter","Attributes"]},"1692":{"title":"transformation","titles":["meshscatter","Attributes"]},"1693":{"title":"transparency","titles":["meshscatter","Attributes"]},"1694":{"title":"visible","titles":["meshscatter","Attributes"]},"1695":{"title":"Overview","titles":[]},"1696":{"title":"ablines","titles":["Overview"]},"1697":{"title":"arc","titles":["Overview"]},"1698":{"title":"arrows","titles":["Overview"]},"1699":{"title":"band","titles":["Overview"]},"1700":{"title":"barplot","titles":["Overview"]},"1701":{"title":"boxplot","titles":["Overview"]},"1702":{"title":"bracket","titles":["Overview"]},"1703":{"title":"contour","titles":["Overview"]},"1704":{"title":"contour3d","titles":["Overview"]},"1705":{"title":"contourf","titles":["Overview"]},"1706":{"title":"crossbar","titles":["Overview"]},"1707":{"title":"datashader","titles":["Overview"]},"1708":{"title":"density","titles":["Overview"]},"1709":{"title":"ecdfplot","titles":["Overview"]},"1710":{"title":"errorbars","titles":["Overview"]},"1711":{"title":"heatmap","titles":["Overview"]},"1712":{"title":"hexbin","titles":["Overview"]},"1713":{"title":"hist","titles":["Overview"]},"1714":{"title":"hlines","titles":["Overview"]},"1715":{"title":"hspan","titles":["Overview"]},"1716":{"title":"image","titles":["Overview"]},"1717":{"title":"lines","titles":["Overview"]},"1718":{"title":"linesegments","titles":["Overview"]},"1719":{"title":"mesh","titles":["Overview"]},"1720":{"title":"meshscatter","titles":["Overview"]},"1721":{"title":"pie","titles":["Overview"]},"1722":{"title":"poly","titles":["Overview"]},"1723":{"title":"qqnorm","titles":["Overview"]},"1724":{"title":"qqplot","titles":["Overview"]},"1725":{"title":"rainclouds","titles":["Overview"]},"1726":{"title":"rangebars","titles":["Overview"]},"1727":{"title":"scatter","titles":["Overview"]},"1728":{"title":"scatterlines","titles":["Overview"]},"1729":{"title":"series","titles":["Overview"]},"1730":{"title":"spy","titles":["Overview"]},"1731":{"title":"stairs","titles":["Overview"]},"1732":{"title":"stem","titles":["Overview"]},"1733":{"title":"stephist","titles":["Overview"]},"1734":{"title":"streamplot","titles":["Overview"]},"1735":{"title":"surface","titles":["Overview"]},"1736":{"title":"text","titles":["Overview"]},"1737":{"title":"tooltip","titles":["Overview"]},"1738":{"title":"tricontourf","titles":["Overview"]},"1739":{"title":"triplot","titles":["Overview"]},"1740":{"title":"violin","titles":["Overview"]},"1741":{"title":"vlines","titles":["Overview"]},"1742":{"title":"volume","titles":["Overview"]},"1743":{"title":"volumeslices","titles":["Overview"]},"1744":{"title":"voronoiplot","titles":["Overview"]},"1745":{"title":"voxels","titles":["Overview"]},"1746":{"title":"vspan","titles":["Overview"]},"1747":{"title":"waterfall","titles":["Overview"]},"1748":{"title":"wireframe","titles":["Overview"]},"1749":{"title":"pie","titles":[]},"1750":{"title":"Examples","titles":["pie"]},"1751":{"title":"Attributes","titles":["pie"]},"1752":{"title":"color","titles":["pie","Attributes"]},"1753":{"title":"depth_shift","titles":["pie","Attributes"]},"1754":{"title":"fxaa","titles":["pie","Attributes"]},"1755":{"title":"inner_radius","titles":["pie","Attributes"]},"1756":{"title":"inspectable","titles":["pie","Attributes"]},"1757":{"title":"inspector_clear","titles":["pie","Attributes"]},"1758":{"title":"inspector_hover","titles":["pie","Attributes"]},"1759":{"title":"inspector_label","titles":["pie","Attributes"]},"1760":{"title":"model","titles":["pie","Attributes"]},"1761":{"title":"normalize","titles":["pie","Attributes"]},"1762":{"title":"offset","titles":["pie","Attributes"]},"1763":{"title":"overdraw","titles":["pie","Attributes"]},"1764":{"title":"radius","titles":["pie","Attributes"]},"1765":{"title":"space","titles":["pie","Attributes"]},"1766":{"title":"ssao","titles":["pie","Attributes"]},"1767":{"title":"strokecolor","titles":["pie","Attributes"]},"1768":{"title":"strokewidth","titles":["pie","Attributes"]},"1769":{"title":"transformation","titles":["pie","Attributes"]},"1770":{"title":"transparency","titles":["pie","Attributes"]},"1771":{"title":"vertex_per_deg","titles":["pie","Attributes"]},"1772":{"title":"visible","titles":["pie","Attributes"]},"1773":{"title":"poly","titles":[]},"1774":{"title":"Examples","titles":["poly"]},"1775":{"title":"Attributes","titles":["poly"]},"1776":{"title":"alpha","titles":["poly","Attributes"]},"1777":{"title":"color","titles":["poly","Attributes"]},"1778":{"title":"colormap","titles":["poly","Attributes"]},"1779":{"title":"colorrange","titles":["poly","Attributes"]},"1780":{"title":"colorscale","titles":["poly","Attributes"]},"1781":{"title":"cycle","titles":["poly","Attributes"]},"1782":{"title":"depth_shift","titles":["poly","Attributes"]},"1783":{"title":"fxaa","titles":["poly","Attributes"]},"1784":{"title":"highclip","titles":["poly","Attributes"]},"1785":{"title":"inspectable","titles":["poly","Attributes"]},"1786":{"title":"inspector_clear","titles":["poly","Attributes"]},"1787":{"title":"inspector_hover","titles":["poly","Attributes"]},"1788":{"title":"inspector_label","titles":["poly","Attributes"]},"1789":{"title":"joinstyle","titles":["poly","Attributes"]},"1790":{"title":"linecap","titles":["poly","Attributes"]},"1791":{"title":"linestyle","titles":["poly","Attributes"]},"1792":{"title":"lowclip","titles":["poly","Attributes"]},"1793":{"title":"miter_limit","titles":["poly","Attributes"]},"1794":{"title":"model","titles":["poly","Attributes"]},"1795":{"title":"nan_color","titles":["poly","Attributes"]},"1796":{"title":"overdraw","titles":["poly","Attributes"]},"1797":{"title":"shading","titles":["poly","Attributes"]},"1798":{"title":"space","titles":["poly","Attributes"]},"1799":{"title":"ssao","titles":["poly","Attributes"]},"1800":{"title":"strokecolor","titles":["poly","Attributes"]},"1801":{"title":"strokecolormap","titles":["poly","Attributes"]},"1802":{"title":"strokewidth","titles":["poly","Attributes"]},"1803":{"title":"transformation","titles":["poly","Attributes"]},"1804":{"title":"transparency","titles":["poly","Attributes"]},"1805":{"title":"visible","titles":["poly","Attributes"]},"1806":{"title":"qqnorm","titles":[]},"1807":{"title":"Examples","titles":["qqnorm"]},"1808":{"title":"Attributes","titles":["qqnorm"]},"1809":{"title":"color","titles":["qqnorm","Attributes"]},"1810":{"title":"cycle","titles":["qqnorm","Attributes"]},"1811":{"title":"depth_shift","titles":["qqnorm","Attributes"]},"1812":{"title":"fxaa","titles":["qqnorm","Attributes"]},"1813":{"title":"inspectable","titles":["qqnorm","Attributes"]},"1814":{"title":"inspector_clear","titles":["qqnorm","Attributes"]},"1815":{"title":"inspector_hover","titles":["qqnorm","Attributes"]},"1816":{"title":"inspector_label","titles":["qqnorm","Attributes"]},"1817":{"title":"linestyle","titles":["qqnorm","Attributes"]},"1818":{"title":"linewidth","titles":["qqnorm","Attributes"]},"1819":{"title":"marker","titles":["qqnorm","Attributes"]},"1820":{"title":"markercolor","titles":["qqnorm","Attributes"]},"1821":{"title":"markersize","titles":["qqnorm","Attributes"]},"1822":{"title":"model","titles":["qqnorm","Attributes"]},"1823":{"title":"overdraw","titles":["qqnorm","Attributes"]},"1824":{"title":"space","titles":["qqnorm","Attributes"]},"1825":{"title":"ssao","titles":["qqnorm","Attributes"]},"1826":{"title":"strokecolor","titles":["qqnorm","Attributes"]},"1827":{"title":"strokewidth","titles":["qqnorm","Attributes"]},"1828":{"title":"transformation","titles":["qqnorm","Attributes"]},"1829":{"title":"transparency","titles":["qqnorm","Attributes"]},"1830":{"title":"visible","titles":["qqnorm","Attributes"]},"1831":{"title":"qqplot","titles":[]},"1832":{"title":"Examples","titles":["qqplot"]},"1833":{"title":"Attributes","titles":["qqplot"]},"1834":{"title":"color","titles":["qqplot","Attributes"]},"1835":{"title":"cycle","titles":["qqplot","Attributes"]},"1836":{"title":"depth_shift","titles":["qqplot","Attributes"]},"1837":{"title":"fxaa","titles":["qqplot","Attributes"]},"1838":{"title":"inspectable","titles":["qqplot","Attributes"]},"1839":{"title":"inspector_clear","titles":["qqplot","Attributes"]},"1840":{"title":"inspector_hover","titles":["qqplot","Attributes"]},"1841":{"title":"inspector_label","titles":["qqplot","Attributes"]},"1842":{"title":"linestyle","titles":["qqplot","Attributes"]},"1843":{"title":"linewidth","titles":["qqplot","Attributes"]},"1844":{"title":"marker","titles":["qqplot","Attributes"]},"1845":{"title":"markercolor","titles":["qqplot","Attributes"]},"1846":{"title":"markersize","titles":["qqplot","Attributes"]},"1847":{"title":"model","titles":["qqplot","Attributes"]},"1848":{"title":"overdraw","titles":["qqplot","Attributes"]},"1849":{"title":"space","titles":["qqplot","Attributes"]},"1850":{"title":"ssao","titles":["qqplot","Attributes"]},"1851":{"title":"strokecolor","titles":["qqplot","Attributes"]},"1852":{"title":"strokewidth","titles":["qqplot","Attributes"]},"1853":{"title":"transformation","titles":["qqplot","Attributes"]},"1854":{"title":"transparency","titles":["qqplot","Attributes"]},"1855":{"title":"visible","titles":["qqplot","Attributes"]},"1856":{"title":"rainclouds","titles":[]},"1857":{"title":"Attributes","titles":["rainclouds"]},"1858":{"title":"boxplot_nudge","titles":["rainclouds","Attributes"]},"1859":{"title":"boxplot_width","titles":["rainclouds","Attributes"]},"1860":{"title":"center_boxplot","titles":["rainclouds","Attributes"]},"1861":{"title":"cloud_width","titles":["rainclouds","Attributes"]},"1862":{"title":"clouds","titles":["rainclouds","Attributes"]},"1863":{"title":"color","titles":["rainclouds","Attributes"]},"1864":{"title":"cycle","titles":["rainclouds","Attributes"]},"1865":{"title":"dodge","titles":["rainclouds","Attributes"]},"1866":{"title":"dodge_gap","titles":["rainclouds","Attributes"]},"1867":{"title":"gap","titles":["rainclouds","Attributes"]},"1868":{"title":"hist_bins","titles":["rainclouds","Attributes"]},"1869":{"title":"markersize","titles":["rainclouds","Attributes"]},"1870":{"title":"n_dodge","titles":["rainclouds","Attributes"]},"1871":{"title":"orientation","titles":["rainclouds","Attributes"]},"1872":{"title":"plot_boxplots","titles":["rainclouds","Attributes"]},"1873":{"title":"show_boxplot_outliers","titles":["rainclouds","Attributes"]},"1874":{"title":"show_median","titles":["rainclouds","Attributes"]},"1875":{"title":"side","titles":["rainclouds","Attributes"]},"1876":{"title":"strokewidth","titles":["rainclouds","Attributes"]},"1877":{"title":"violin_limits","titles":["rainclouds","Attributes"]},"1878":{"title":"whiskerwidth","titles":["rainclouds","Attributes"]},"1879":{"title":"rangebars","titles":[]},"1880":{"title":"Examples","titles":["rangebars"]},"1881":{"title":"Attributes","titles":["rangebars"]},"1882":{"title":"alpha","titles":["rangebars","Attributes"]},"1883":{"title":"color","titles":["rangebars","Attributes"]},"1884":{"title":"colormap","titles":["rangebars","Attributes"]},"1885":{"title":"colorrange","titles":["rangebars","Attributes"]},"1886":{"title":"colorscale","titles":["rangebars","Attributes"]},"1887":{"title":"cycle","titles":["rangebars","Attributes"]},"1888":{"title":"depth_shift","titles":["rangebars","Attributes"]},"1889":{"title":"direction","titles":["rangebars","Attributes"]},"1890":{"title":"fxaa","titles":["rangebars","Attributes"]},"1891":{"title":"highclip","titles":["rangebars","Attributes"]},"1892":{"title":"inspectable","titles":["rangebars","Attributes"]},"1893":{"title":"inspector_clear","titles":["rangebars","Attributes"]},"1894":{"title":"inspector_hover","titles":["rangebars","Attributes"]},"1895":{"title":"inspector_label","titles":["rangebars","Attributes"]},"1896":{"title":"linecap","titles":["rangebars","Attributes"]},"1897":{"title":"linewidth","titles":["rangebars","Attributes"]},"1898":{"title":"lowclip","titles":["rangebars","Attributes"]},"1899":{"title":"model","titles":["rangebars","Attributes"]},"1900":{"title":"nan_color","titles":["rangebars","Attributes"]},"1901":{"title":"overdraw","titles":["rangebars","Attributes"]},"1902":{"title":"space","titles":["rangebars","Attributes"]},"1903":{"title":"ssao","titles":["rangebars","Attributes"]},"1904":{"title":"transformation","titles":["rangebars","Attributes"]},"1905":{"title":"transparency","titles":["rangebars","Attributes"]},"1906":{"title":"visible","titles":["rangebars","Attributes"]},"1907":{"title":"whiskerwidth","titles":["rangebars","Attributes"]},"1908":{"title":"scatter","titles":[]},"1909":{"title":"Examples","titles":["scatter"]},"1910":{"title":"Using x and y vectors","titles":["scatter","Examples"]},"1911":{"title":"Using points","titles":["scatter","Examples"]},"1912":{"title":"Markers","titles":["scatter","Examples"]},"1913":{"title":"Default markers","titles":["scatter","Examples","Markers"]},"1914":{"title":"Markersize","titles":["scatter","Examples","Markers"]},"1915":{"title":"Bezier path markers","titles":["scatter","Examples"]},"1916":{"title":"Holes","titles":["scatter","Examples","Bezier path markers"]},"1917":{"title":"Construction from svg path strings","titles":["scatter","Examples","Bezier path markers"]},"1918":{"title":"Polygon markers","titles":["scatter","Examples"]},"1919":{"title":"Vec markersize","titles":["scatter","Examples"]},"1920":{"title":"Marker space","titles":["scatter","Examples"]},"1921":{"title":"Airport locations example","titles":["scatter","Examples"]},"1922":{"title":"Dealing with outline artifacts in GLMakie","titles":["scatter","Examples"]},"1923":{"title":"Attributes","titles":["scatter"]},"1924":{"title":"alpha","titles":["scatter","Attributes"]},"1925":{"title":"color","titles":["scatter","Attributes"]},"1926":{"title":"colormap","titles":["scatter","Attributes"]},"1927":{"title":"colorrange","titles":["scatter","Attributes"]},"1928":{"title":"colorscale","titles":["scatter","Attributes"]},"1929":{"title":"cycle","titles":["scatter","Attributes"]},"1930":{"title":"depth_shift","titles":["scatter","Attributes"]},"1931":{"title":"depthsorting","titles":["scatter","Attributes"]},"1932":{"title":"distancefield","titles":["scatter","Attributes"]},"1933":{"title":"fxaa","titles":["scatter","Attributes"]},"1934":{"title":"glowcolor","titles":["scatter","Attributes"]},"1935":{"title":"glowwidth","titles":["scatter","Attributes"]},"1936":{"title":"highclip","titles":["scatter","Attributes"]},"1937":{"title":"inspectable","titles":["scatter","Attributes"]},"1938":{"title":"inspector_clear","titles":["scatter","Attributes"]},"1939":{"title":"inspector_hover","titles":["scatter","Attributes"]},"1940":{"title":"inspector_label","titles":["scatter","Attributes"]},"1941":{"title":"lowclip","titles":["scatter","Attributes"]},"1942":{"title":"marker","titles":["scatter","Attributes"]},"1943":{"title":"marker_offset","titles":["scatter","Attributes"]},"1944":{"title":"markersize","titles":["scatter","Attributes"]},"1945":{"title":"markerspace","titles":["scatter","Attributes"]},"1946":{"title":"model","titles":["scatter","Attributes"]},"1947":{"title":"nan_color","titles":["scatter","Attributes"]},"1948":{"title":"overdraw","titles":["scatter","Attributes"]},"1949":{"title":"rotation","titles":["scatter","Attributes"]},"1950":{"title":"space","titles":["scatter","Attributes"]},"1951":{"title":"ssao","titles":["scatter","Attributes"]},"1952":{"title":"strokecolor","titles":["scatter","Attributes"]},"1953":{"title":"strokewidth","titles":["scatter","Attributes"]},"1954":{"title":"transform_marker","titles":["scatter","Attributes"]},"1955":{"title":"transformation","titles":["scatter","Attributes"]},"1956":{"title":"transparency","titles":["scatter","Attributes"]},"1957":{"title":"uv_offset_width","titles":["scatter","Attributes"]},"1958":{"title":"visible","titles":["scatter","Attributes"]},"1959":{"title":"scatterlines","titles":[]},"1960":{"title":"Examples","titles":["scatterlines"]},"1961":{"title":"Attributes","titles":["scatterlines"]},"1962":{"title":"alpha","titles":["scatterlines","Attributes"]},"1963":{"title":"color","titles":["scatterlines","Attributes"]},"1964":{"title":"colormap","titles":["scatterlines","Attributes"]},"1965":{"title":"colorrange","titles":["scatterlines","Attributes"]},"1966":{"title":"colorscale","titles":["scatterlines","Attributes"]},"1967":{"title":"cycle","titles":["scatterlines","Attributes"]},"1968":{"title":"depth_shift","titles":["scatterlines","Attributes"]},"1969":{"title":"fxaa","titles":["scatterlines","Attributes"]},"1970":{"title":"highclip","titles":["scatterlines","Attributes"]},"1971":{"title":"inspectable","titles":["scatterlines","Attributes"]},"1972":{"title":"inspector_clear","titles":["scatterlines","Attributes"]},"1973":{"title":"inspector_hover","titles":["scatterlines","Attributes"]},"1974":{"title":"inspector_label","titles":["scatterlines","Attributes"]},"1975":{"title":"joinstyle","titles":["scatterlines","Attributes"]},"1976":{"title":"linecap","titles":["scatterlines","Attributes"]},"1977":{"title":"linestyle","titles":["scatterlines","Attributes"]},"1978":{"title":"linewidth","titles":["scatterlines","Attributes"]},"1979":{"title":"lowclip","titles":["scatterlines","Attributes"]},"1980":{"title":"marker","titles":["scatterlines","Attributes"]},"1981":{"title":"markercolor","titles":["scatterlines","Attributes"]},"1982":{"title":"markercolormap","titles":["scatterlines","Attributes"]},"1983":{"title":"markercolorrange","titles":["scatterlines","Attributes"]},"1984":{"title":"markersize","titles":["scatterlines","Attributes"]},"1985":{"title":"miter_limit","titles":["scatterlines","Attributes"]},"1986":{"title":"model","titles":["scatterlines","Attributes"]},"1987":{"title":"nan_color","titles":["scatterlines","Attributes"]},"1988":{"title":"overdraw","titles":["scatterlines","Attributes"]},"1989":{"title":"space","titles":["scatterlines","Attributes"]},"1990":{"title":"ssao","titles":["scatterlines","Attributes"]},"1991":{"title":"strokecolor","titles":["scatterlines","Attributes"]},"1992":{"title":"strokewidth","titles":["scatterlines","Attributes"]},"1993":{"title":"transformation","titles":["scatterlines","Attributes"]},"1994":{"title":"transparency","titles":["scatterlines","Attributes"]},"1995":{"title":"visible","titles":["scatterlines","Attributes"]},"1996":{"title":"series","titles":[]},"1997":{"title":"Examples","titles":["series"]},"1998":{"title":"Matrix","titles":["series","Examples"]},"1999":{"title":"Vector of vectors","titles":["series","Examples"]},"2000":{"title":"Vector and matrix","titles":["series","Examples"]},"2001":{"title":"Attributes","titles":["series"]},"2002":{"title":"color","titles":["series","Attributes"]},"2003":{"title":"joinstyle","titles":["series","Attributes"]},"2004":{"title":"labels","titles":["series","Attributes"]},"2005":{"title":"linecap","titles":["series","Attributes"]},"2006":{"title":"linestyle","titles":["series","Attributes"]},"2007":{"title":"linewidth","titles":["series","Attributes"]},"2008":{"title":"marker","titles":["series","Attributes"]},"2009":{"title":"markercolor","titles":["series","Attributes"]},"2010":{"title":"markersize","titles":["series","Attributes"]},"2011":{"title":"miter_limit","titles":["series","Attributes"]},"2012":{"title":"solid_color","titles":["series","Attributes"]},"2013":{"title":"space","titles":["series","Attributes"]},"2014":{"title":"strokecolor","titles":["series","Attributes"]},"2015":{"title":"strokewidth","titles":["series","Attributes"]},"2016":{"title":"spy","titles":[]},"2017":{"title":"Examples","titles":["spy"]},"2018":{"title":"Attributes","titles":["spy"]},"2019":{"title":"alpha","titles":["spy","Attributes"]},"2020":{"title":"colormap","titles":["spy","Attributes"]},"2021":{"title":"colorrange","titles":["spy","Attributes"]},"2022":{"title":"colorscale","titles":["spy","Attributes"]},"2023":{"title":"depth_shift","titles":["spy","Attributes"]},"2024":{"title":"framecolor","titles":["spy","Attributes"]},"2025":{"title":"framesize","titles":["spy","Attributes"]},"2026":{"title":"fxaa","titles":["spy","Attributes"]},"2027":{"title":"highclip","titles":["spy","Attributes"]},"2028":{"title":"inspectable","titles":["spy","Attributes"]},"2029":{"title":"inspector_clear","titles":["spy","Attributes"]},"2030":{"title":"inspector_hover","titles":["spy","Attributes"]},"2031":{"title":"inspector_label","titles":["spy","Attributes"]},"2032":{"title":"lowclip","titles":["spy","Attributes"]},"2033":{"title":"marker","titles":["spy","Attributes"]},"2034":{"title":"markersize","titles":["spy","Attributes"]},"2035":{"title":"model","titles":["spy","Attributes"]},"2036":{"title":"nan_color","titles":["spy","Attributes"]},"2037":{"title":"overdraw","titles":["spy","Attributes"]},"2038":{"title":"space","titles":["spy","Attributes"]},"2039":{"title":"ssao","titles":["spy","Attributes"]},"2040":{"title":"transformation","titles":["spy","Attributes"]},"2041":{"title":"transparency","titles":["spy","Attributes"]},"2042":{"title":"visible","titles":["spy","Attributes"]},"2043":{"title":"stairs","titles":[]},"2044":{"title":"Examples","titles":["stairs"]},"2045":{"title":"Attributes","titles":["stairs"]},"2046":{"title":"alpha","titles":["stairs","Attributes"]},"2047":{"title":"color","titles":["stairs","Attributes"]},"2048":{"title":"colormap","titles":["stairs","Attributes"]},"2049":{"title":"colorrange","titles":["stairs","Attributes"]},"2050":{"title":"colorscale","titles":["stairs","Attributes"]},"2051":{"title":"cycle","titles":["stairs","Attributes"]},"2052":{"title":"depth_shift","titles":["stairs","Attributes"]},"2053":{"title":"fxaa","titles":["stairs","Attributes"]},"2054":{"title":"highclip","titles":["stairs","Attributes"]},"2055":{"title":"inspectable","titles":["stairs","Attributes"]},"2056":{"title":"inspector_clear","titles":["stairs","Attributes"]},"2057":{"title":"inspector_hover","titles":["stairs","Attributes"]},"2058":{"title":"inspector_label","titles":["stairs","Attributes"]},"2059":{"title":"joinstyle","titles":["stairs","Attributes"]},"2060":{"title":"linecap","titles":["stairs","Attributes"]},"2061":{"title":"linestyle","titles":["stairs","Attributes"]},"2062":{"title":"linewidth","titles":["stairs","Attributes"]},"2063":{"title":"lowclip","titles":["stairs","Attributes"]},"2064":{"title":"miter_limit","titles":["stairs","Attributes"]},"2065":{"title":"model","titles":["stairs","Attributes"]},"2066":{"title":"nan_color","titles":["stairs","Attributes"]},"2067":{"title":"overdraw","titles":["stairs","Attributes"]},"2068":{"title":"space","titles":["stairs","Attributes"]},"2069":{"title":"ssao","titles":["stairs","Attributes"]},"2070":{"title":"step","titles":["stairs","Attributes"]},"2071":{"title":"transformation","titles":["stairs","Attributes"]},"2072":{"title":"transparency","titles":["stairs","Attributes"]},"2073":{"title":"visible","titles":["stairs","Attributes"]},"2074":{"title":"stem","titles":[]},"2075":{"title":"Examples","titles":["stem"]},"2076":{"title":"Attributes","titles":["stem"]},"2077":{"title":"color","titles":["stem","Attributes"]},"2078":{"title":"colormap","titles":["stem","Attributes"]},"2079":{"title":"colorrange","titles":["stem","Attributes"]},"2080":{"title":"colorscale","titles":["stem","Attributes"]},"2081":{"title":"cycle","titles":["stem","Attributes"]},"2082":{"title":"depth_shift","titles":["stem","Attributes"]},"2083":{"title":"fxaa","titles":["stem","Attributes"]},"2084":{"title":"inspectable","titles":["stem","Attributes"]},"2085":{"title":"inspector_clear","titles":["stem","Attributes"]},"2086":{"title":"inspector_hover","titles":["stem","Attributes"]},"2087":{"title":"inspector_label","titles":["stem","Attributes"]},"2088":{"title":"marker","titles":["stem","Attributes"]},"2089":{"title":"markersize","titles":["stem","Attributes"]},"2090":{"title":"model","titles":["stem","Attributes"]},"2091":{"title":"offset","titles":["stem","Attributes"]},"2092":{"title":"overdraw","titles":["stem","Attributes"]},"2093":{"title":"space","titles":["stem","Attributes"]},"2094":{"title":"ssao","titles":["stem","Attributes"]},"2095":{"title":"stemcolor","titles":["stem","Attributes"]},"2096":{"title":"stemcolormap","titles":["stem","Attributes"]},"2097":{"title":"stemcolorrange","titles":["stem","Attributes"]},"2098":{"title":"stemlinestyle","titles":["stem","Attributes"]},"2099":{"title":"stemwidth","titles":["stem","Attributes"]},"2100":{"title":"strokecolor","titles":["stem","Attributes"]},"2101":{"title":"strokewidth","titles":["stem","Attributes"]},"2102":{"title":"transformation","titles":["stem","Attributes"]},"2103":{"title":"transparency","titles":["stem","Attributes"]},"2104":{"title":"trunkcolor","titles":["stem","Attributes"]},"2105":{"title":"trunkcolormap","titles":["stem","Attributes"]},"2106":{"title":"trunkcolorrange","titles":["stem","Attributes"]},"2107":{"title":"trunklinestyle","titles":["stem","Attributes"]},"2108":{"title":"trunkwidth","titles":["stem","Attributes"]},"2109":{"title":"visible","titles":["stem","Attributes"]},"2110":{"title":"stephist","titles":[]},"2111":{"title":"Examples","titles":["stephist"]},"2112":{"title":"Attributes","titles":["stephist"]},"2113":{"title":"bins","titles":["stephist","Attributes"]},"2114":{"title":"color","titles":["stephist","Attributes"]},"2115":{"title":"cycle","titles":["stephist","Attributes"]},"2116":{"title":"linestyle","titles":["stephist","Attributes"]},"2117":{"title":"linewidth","titles":["stephist","Attributes"]},"2118":{"title":"normalization","titles":["stephist","Attributes"]},"2119":{"title":"scale_to","titles":["stephist","Attributes"]},"2120":{"title":"weights","titles":["stephist","Attributes"]},"2121":{"title":"streamplot","titles":[]},"2122":{"title":"Examples","titles":["streamplot"]},"2123":{"title":"Attributes","titles":["streamplot"]},"2124":{"title":"alpha","titles":["streamplot","Attributes"]},"2125":{"title":"arrow_head","titles":["streamplot","Attributes"]},"2126":{"title":"arrow_size","titles":["streamplot","Attributes"]},"2127":{"title":"color","titles":["streamplot","Attributes"]},"2128":{"title":"colormap","titles":["streamplot","Attributes"]},"2129":{"title":"colorrange","titles":["streamplot","Attributes"]},"2130":{"title":"colorscale","titles":["streamplot","Attributes"]},"2131":{"title":"density","titles":["streamplot","Attributes"]},"2132":{"title":"depth_shift","titles":["streamplot","Attributes"]},"2133":{"title":"fxaa","titles":["streamplot","Attributes"]},"2134":{"title":"gridsize","titles":["streamplot","Attributes"]},"2135":{"title":"highclip","titles":["streamplot","Attributes"]},"2136":{"title":"inspectable","titles":["streamplot","Attributes"]},"2137":{"title":"inspector_clear","titles":["streamplot","Attributes"]},"2138":{"title":"inspector_hover","titles":["streamplot","Attributes"]},"2139":{"title":"inspector_label","titles":["streamplot","Attributes"]},"2140":{"title":"joinstyle","titles":["streamplot","Attributes"]},"2141":{"title":"linecap","titles":["streamplot","Attributes"]},"2142":{"title":"linestyle","titles":["streamplot","Attributes"]},"2143":{"title":"linewidth","titles":["streamplot","Attributes"]},"2144":{"title":"lowclip","titles":["streamplot","Attributes"]},"2145":{"title":"maxsteps","titles":["streamplot","Attributes"]},"2146":{"title":"miter_limit","titles":["streamplot","Attributes"]},"2147":{"title":"model","titles":["streamplot","Attributes"]},"2148":{"title":"nan_color","titles":["streamplot","Attributes"]},"2149":{"title":"overdraw","titles":["streamplot","Attributes"]},"2150":{"title":"quality","titles":["streamplot","Attributes"]},"2151":{"title":"space","titles":["streamplot","Attributes"]},"2152":{"title":"ssao","titles":["streamplot","Attributes"]},"2153":{"title":"stepsize","titles":["streamplot","Attributes"]},"2154":{"title":"transformation","titles":["streamplot","Attributes"]},"2155":{"title":"transparency","titles":["streamplot","Attributes"]},"2156":{"title":"visible","titles":["streamplot","Attributes"]},"2157":{"title":"surface","titles":[]},"2158":{"title":"Examples","titles":["surface"]},"2159":{"title":"Attributes","titles":["surface"]},"2160":{"title":"alpha","titles":["surface","Attributes"]},"2161":{"title":"backlight","titles":["surface","Attributes"]},"2162":{"title":"color","titles":["surface","Attributes"]},"2163":{"title":"colormap","titles":["surface","Attributes"]},"2164":{"title":"colorrange","titles":["surface","Attributes"]},"2165":{"title":"colorscale","titles":["surface","Attributes"]},"2166":{"title":"depth_shift","titles":["surface","Attributes"]},"2167":{"title":"diffuse","titles":["surface","Attributes"]},"2168":{"title":"fxaa","titles":["surface","Attributes"]},"2169":{"title":"highclip","titles":["surface","Attributes"]},"2170":{"title":"inspectable","titles":["surface","Attributes"]},"2171":{"title":"inspector_clear","titles":["surface","Attributes"]},"2172":{"title":"inspector_hover","titles":["surface","Attributes"]},"2173":{"title":"inspector_label","titles":["surface","Attributes"]},"2174":{"title":"invert_normals","titles":["surface","Attributes"]},"2175":{"title":"lowclip","titles":["surface","Attributes"]},"2176":{"title":"material","titles":["surface","Attributes"]},"2177":{"title":"model","titles":["surface","Attributes"]},"2178":{"title":"nan_color","titles":["surface","Attributes"]},"2179":{"title":"overdraw","titles":["surface","Attributes"]},"2180":{"title":"shading","titles":["surface","Attributes"]},"2181":{"title":"shininess","titles":["surface","Attributes"]},"2182":{"title":"space","titles":["surface","Attributes"]},"2183":{"title":"specular","titles":["surface","Attributes"]},"2184":{"title":"ssao","titles":["surface","Attributes"]},"2185":{"title":"transformation","titles":["surface","Attributes"]},"2186":{"title":"transparency","titles":["surface","Attributes"]},"2187":{"title":"visible","titles":["surface","Attributes"]},"2188":{"title":"text","titles":[]},"2189":{"title":"Marker space pixel","titles":["text"]},"2190":{"title":"Marker space data","titles":["text"]},"2191":{"title":"Alignment","titles":["text"]},"2192":{"title":"Justification","titles":["text"]},"2193":{"title":"Offset","titles":["text"]},"2194":{"title":"Relative space","titles":["text"]},"2195":{"title":"MathTeX","titles":["text"]},"2196":{"title":"Rich text","titles":["text"]},"2197":{"title":"Tweaking offsets","titles":["text","Rich text"]},"2198":{"title":"Attributes","titles":["text"]},"2199":{"title":"align","titles":["text","Attributes"]},"2200":{"title":"alpha","titles":["text","Attributes"]},"2201":{"title":"color","titles":["text","Attributes"]},"2202":{"title":"colormap","titles":["text","Attributes"]},"2203":{"title":"colorrange","titles":["text","Attributes"]},"2204":{"title":"colorscale","titles":["text","Attributes"]},"2205":{"title":"depth_shift","titles":["text","Attributes"]},"2206":{"title":"font","titles":["text","Attributes"]},"2207":{"title":"fonts","titles":["text","Attributes"]},"2208":{"title":"fontsize","titles":["text","Attributes"]},"2209":{"title":"fxaa","titles":["text","Attributes"]},"2210":{"title":"glowcolor","titles":["text","Attributes"]},"2211":{"title":"glowwidth","titles":["text","Attributes"]},"2212":{"title":"highclip","titles":["text","Attributes"]},"2213":{"title":"inspectable","titles":["text","Attributes"]},"2214":{"title":"inspector_clear","titles":["text","Attributes"]},"2215":{"title":"inspector_hover","titles":["text","Attributes"]},"2216":{"title":"inspector_label","titles":["text","Attributes"]},"2217":{"title":"justification","titles":["text","Attributes"]},"2218":{"title":"lineheight","titles":["text","Attributes"]},"2219":{"title":"lowclip","titles":["text","Attributes"]},"2220":{"title":"markerspace","titles":["text","Attributes"]},"2221":{"title":"model","titles":["text","Attributes"]},"2222":{"title":"nan_color","titles":["text","Attributes"]},"2223":{"title":"offset","titles":["text","Attributes"]},"2224":{"title":"overdraw","titles":["text","Attributes"]},"2225":{"title":"position","titles":["text","Attributes"]},"2226":{"title":"rotation","titles":["text","Attributes"]},"2227":{"title":"space","titles":["text","Attributes"]},"2228":{"title":"ssao","titles":["text","Attributes"]},"2229":{"title":"strokecolor","titles":["text","Attributes"]},"2230":{"title":"strokewidth","titles":["text","Attributes"]},"2231":{"title":"text","titles":["text","Attributes"]},"2232":{"title":"transform_marker","titles":["text","Attributes"]},"2233":{"title":"transformation","titles":["text","Attributes"]},"2234":{"title":"transparency","titles":["text","Attributes"]},"2235":{"title":"visible","titles":["text","Attributes"]},"2236":{"title":"word_wrap_width","titles":["text","Attributes"]},"2237":{"title":"tooltip","titles":[]},"2238":{"title":"Examples","titles":["tooltip"]},"2239":{"title":"Basic tooltip","titles":["tooltip","Examples"]},"2240":{"title":"Attributes","titles":["tooltip"]},"2241":{"title":"align","titles":["tooltip","Attributes"]},"2242":{"title":"backgroundcolor","titles":["tooltip","Attributes"]},"2243":{"title":"depth_shift","titles":["tooltip","Attributes"]},"2244":{"title":"font","titles":["tooltip","Attributes"]},"2245":{"title":"fontsize","titles":["tooltip","Attributes"]},"2246":{"title":"fxaa","titles":["tooltip","Attributes"]},"2247":{"title":"inspectable","titles":["tooltip","Attributes"]},"2248":{"title":"inspector_clear","titles":["tooltip","Attributes"]},"2249":{"title":"inspector_hover","titles":["tooltip","Attributes"]},"2250":{"title":"inspector_label","titles":["tooltip","Attributes"]},"2251":{"title":"justification","titles":["tooltip","Attributes"]},"2252":{"title":"model","titles":["tooltip","Attributes"]},"2253":{"title":"offset","titles":["tooltip","Attributes"]},"2254":{"title":"outline_color","titles":["tooltip","Attributes"]},"2255":{"title":"outline_linestyle","titles":["tooltip","Attributes"]},"2256":{"title":"outline_linewidth","titles":["tooltip","Attributes"]},"2257":{"title":"overdraw","titles":["tooltip","Attributes"]},"2258":{"title":"placement","titles":["tooltip","Attributes"]},"2259":{"title":"space","titles":["tooltip","Attributes"]},"2260":{"title":"ssao","titles":["tooltip","Attributes"]},"2261":{"title":"strokecolor","titles":["tooltip","Attributes"]},"2262":{"title":"strokewidth","titles":["tooltip","Attributes"]},"2263":{"title":"text","titles":["tooltip","Attributes"]},"2264":{"title":"textcolor","titles":["tooltip","Attributes"]},"2265":{"title":"textpadding","titles":["tooltip","Attributes"]},"2266":{"title":"transformation","titles":["tooltip","Attributes"]},"2267":{"title":"transparency","titles":["tooltip","Attributes"]},"2268":{"title":"triangle_size","titles":["tooltip","Attributes"]},"2269":{"title":"visible","titles":["tooltip","Attributes"]},"2270":{"title":"xautolimits","titles":["tooltip","Attributes"]},"2271":{"title":"yautolimits","titles":["tooltip","Attributes"]},"2272":{"title":"zautolimits","titles":["tooltip","Attributes"]},"2273":{"title":"triplot","titles":[]},"2274":{"title":"Examples","titles":["triplot"]},"2275":{"title":"Attributes","titles":["triplot"]},"2276":{"title":"bounding_box","titles":["triplot","Attributes"]},"2277":{"title":"constrained_edge_color","titles":["triplot","Attributes"]},"2278":{"title":"constrained_edge_linestyle","titles":["triplot","Attributes"]},"2279":{"title":"constrained_edge_linewidth","titles":["triplot","Attributes"]},"2280":{"title":"convex_hull_color","titles":["triplot","Attributes"]},"2281":{"title":"convex_hull_linestyle","titles":["triplot","Attributes"]},"2282":{"title":"convex_hull_linewidth","titles":["triplot","Attributes"]},"2283":{"title":"ghost_edge_color","titles":["triplot","Attributes"]},"2284":{"title":"ghost_edge_extension_factor","titles":["triplot","Attributes"]},"2285":{"title":"ghost_edge_linestyle","titles":["triplot","Attributes"]},"2286":{"title":"ghost_edge_linewidth","titles":["triplot","Attributes"]},"2287":{"title":"joinstyle","titles":["triplot","Attributes"]},"2288":{"title":"linecap","titles":["triplot","Attributes"]},"2289":{"title":"linestyle","titles":["triplot","Attributes"]},"2290":{"title":"marker","titles":["triplot","Attributes"]},"2291":{"title":"markercolor","titles":["triplot","Attributes"]},"2292":{"title":"markersize","titles":["triplot","Attributes"]},"2293":{"title":"miter_limit","titles":["triplot","Attributes"]},"2294":{"title":"recompute_centers","titles":["triplot","Attributes"]},"2295":{"title":"show_constrained_edges","titles":["triplot","Attributes"]},"2296":{"title":"show_convex_hull","titles":["triplot","Attributes"]},"2297":{"title":"show_ghost_edges","titles":["triplot","Attributes"]},"2298":{"title":"show_points","titles":["triplot","Attributes"]},"2299":{"title":"strokecolor","titles":["triplot","Attributes"]},"2300":{"title":"strokewidth","titles":["triplot","Attributes"]},"2301":{"title":"triangle_color","titles":["triplot","Attributes"]},"2302":{"title":"tricontourf","titles":[]},"2303":{"title":"Examples","titles":["tricontourf"]},"2304":{"title":"Triangulation modes","titles":["tricontourf","Examples"]},"2305":{"title":"Relative mode","titles":["tricontourf","Examples"]},"2306":{"title":"Attributes","titles":["tricontourf"]},"2307":{"title":"colormap","titles":["tricontourf","Attributes"]},"2308":{"title":"colorscale","titles":["tricontourf","Attributes"]},"2309":{"title":"depth_shift","titles":["tricontourf","Attributes"]},"2310":{"title":"edges","titles":["tricontourf","Attributes"]},"2311":{"title":"extendhigh","titles":["tricontourf","Attributes"]},"2312":{"title":"extendlow","titles":["tricontourf","Attributes"]},"2313":{"title":"fxaa","titles":["tricontourf","Attributes"]},"2314":{"title":"inspectable","titles":["tricontourf","Attributes"]},"2315":{"title":"inspector_clear","titles":["tricontourf","Attributes"]},"2316":{"title":"inspector_hover","titles":["tricontourf","Attributes"]},"2317":{"title":"inspector_label","titles":["tricontourf","Attributes"]},"2318":{"title":"levels","titles":["tricontourf","Attributes"]},"2319":{"title":"mode","titles":["tricontourf","Attributes"]},"2320":{"title":"model","titles":["tricontourf","Attributes"]},"2321":{"title":"nan_color","titles":["tricontourf","Attributes"]},"2322":{"title":"overdraw","titles":["tricontourf","Attributes"]},"2323":{"title":"space","titles":["tricontourf","Attributes"]},"2324":{"title":"ssao","titles":["tricontourf","Attributes"]},"2325":{"title":"transformation","titles":["tricontourf","Attributes"]},"2326":{"title":"transparency","titles":["tricontourf","Attributes"]},"2327":{"title":"triangulation","titles":["tricontourf","Attributes"]},"2328":{"title":"visible","titles":["tricontourf","Attributes"]},"2329":{"title":"violin","titles":[]},"2330":{"title":"Examples","titles":["violin"]},"2331":{"title":"Using statistical weights","titles":["violin","Examples"]},"2332":{"title":"Horizontal axis","titles":["violin","Examples"]},"2333":{"title":"Attributes","titles":["violin"]},"2334":{"title":"bandwidth","titles":["violin","Attributes"]},"2335":{"title":"boundary","titles":["violin","Attributes"]},"2336":{"title":"color","titles":["violin","Attributes"]},"2337":{"title":"cycle","titles":["violin","Attributes"]},"2338":{"title":"datalimits","titles":["violin","Attributes"]},"2339":{"title":"depth_shift","titles":["violin","Attributes"]},"2340":{"title":"dodge","titles":["violin","Attributes"]},"2341":{"title":"dodge_gap","titles":["violin","Attributes"]},"2342":{"title":"fxaa","titles":["violin","Attributes"]},"2343":{"title":"gap","titles":["violin","Attributes"]},"2344":{"title":"inspectable","titles":["violin","Attributes"]},"2345":{"title":"inspector_clear","titles":["violin","Attributes"]},"2346":{"title":"inspector_hover","titles":["violin","Attributes"]},"2347":{"title":"inspector_label","titles":["violin","Attributes"]},"2348":{"title":"max_density","titles":["violin","Attributes"]},"2349":{"title":"mediancolor","titles":["violin","Attributes"]},"2350":{"title":"medianlinewidth","titles":["violin","Attributes"]},"2351":{"title":"model","titles":["violin","Attributes"]},"2352":{"title":"n_dodge","titles":["violin","Attributes"]},"2353":{"title":"npoints","titles":["violin","Attributes"]},"2354":{"title":"orientation","titles":["violin","Attributes"]},"2355":{"title":"overdraw","titles":["violin","Attributes"]},"2356":{"title":"scale","titles":["violin","Attributes"]},"2357":{"title":"show_median","titles":["violin","Attributes"]},"2358":{"title":"side","titles":["violin","Attributes"]},"2359":{"title":"space","titles":["violin","Attributes"]},"2360":{"title":"ssao","titles":["violin","Attributes"]},"2361":{"title":"strokecolor","titles":["violin","Attributes"]},"2362":{"title":"strokewidth","titles":["violin","Attributes"]},"2363":{"title":"transformation","titles":["violin","Attributes"]},"2364":{"title":"transparency","titles":["violin","Attributes"]},"2365":{"title":"visible","titles":["violin","Attributes"]},"2366":{"title":"weights","titles":["violin","Attributes"]},"2367":{"title":"width","titles":["violin","Attributes"]},"2368":{"title":"vlines","titles":[]},"2369":{"title":"Attributes","titles":["vlines"]},"2370":{"title":"alpha","titles":["vlines","Attributes"]},"2371":{"title":"color","titles":["vlines","Attributes"]},"2372":{"title":"colormap","titles":["vlines","Attributes"]},"2373":{"title":"colorrange","titles":["vlines","Attributes"]},"2374":{"title":"colorscale","titles":["vlines","Attributes"]},"2375":{"title":"cycle","titles":["vlines","Attributes"]},"2376":{"title":"depth_shift","titles":["vlines","Attributes"]},"2377":{"title":"fxaa","titles":["vlines","Attributes"]},"2378":{"title":"highclip","titles":["vlines","Attributes"]},"2379":{"title":"inspectable","titles":["vlines","Attributes"]},"2380":{"title":"inspector_clear","titles":["vlines","Attributes"]},"2381":{"title":"inspector_hover","titles":["vlines","Attributes"]},"2382":{"title":"inspector_label","titles":["vlines","Attributes"]},"2383":{"title":"linecap","titles":["vlines","Attributes"]},"2384":{"title":"linestyle","titles":["vlines","Attributes"]},"2385":{"title":"linewidth","titles":["vlines","Attributes"]},"2386":{"title":"lowclip","titles":["vlines","Attributes"]},"2387":{"title":"model","titles":["vlines","Attributes"]},"2388":{"title":"nan_color","titles":["vlines","Attributes"]},"2389":{"title":"overdraw","titles":["vlines","Attributes"]},"2390":{"title":"space","titles":["vlines","Attributes"]},"2391":{"title":"ssao","titles":["vlines","Attributes"]},"2392":{"title":"transformation","titles":["vlines","Attributes"]},"2393":{"title":"transparency","titles":["vlines","Attributes"]},"2394":{"title":"visible","titles":["vlines","Attributes"]},"2395":{"title":"ymax","titles":["vlines","Attributes"]},"2396":{"title":"ymin","titles":["vlines","Attributes"]},"2397":{"title":"volume","titles":[]},"2398":{"title":"Examples","titles":["volume"]},"2399":{"title":"Attributes","titles":["volume"]},"2400":{"title":"absorption","titles":["volume","Attributes"]},"2401":{"title":"algorithm","titles":["volume","Attributes"]},"2402":{"title":"alpha","titles":["volume","Attributes"]},"2403":{"title":"backlight","titles":["volume","Attributes"]},"2404":{"title":"colormap","titles":["volume","Attributes"]},"2405":{"title":"colorrange","titles":["volume","Attributes"]},"2406":{"title":"colorscale","titles":["volume","Attributes"]},"2407":{"title":"depth_shift","titles":["volume","Attributes"]},"2408":{"title":"diffuse","titles":["volume","Attributes"]},"2409":{"title":"enable_depth","titles":["volume","Attributes"]},"2410":{"title":"fxaa","titles":["volume","Attributes"]},"2411":{"title":"highclip","titles":["volume","Attributes"]},"2412":{"title":"inspectable","titles":["volume","Attributes"]},"2413":{"title":"inspector_clear","titles":["volume","Attributes"]},"2414":{"title":"inspector_hover","titles":["volume","Attributes"]},"2415":{"title":"inspector_label","titles":["volume","Attributes"]},"2416":{"title":"interpolate","titles":["volume","Attributes"]},"2417":{"title":"isorange","titles":["volume","Attributes"]},"2418":{"title":"isovalue","titles":["volume","Attributes"]},"2419":{"title":"lowclip","titles":["volume","Attributes"]},"2420":{"title":"material","titles":["volume","Attributes"]},"2421":{"title":"model","titles":["volume","Attributes"]},"2422":{"title":"nan_color","titles":["volume","Attributes"]},"2423":{"title":"overdraw","titles":["volume","Attributes"]},"2424":{"title":"shading","titles":["volume","Attributes"]},"2425":{"title":"shininess","titles":["volume","Attributes"]},"2426":{"title":"space","titles":["volume","Attributes"]},"2427":{"title":"specular","titles":["volume","Attributes"]},"2428":{"title":"ssao","titles":["volume","Attributes"]},"2429":{"title":"transformation","titles":["volume","Attributes"]},"2430":{"title":"transparency","titles":["volume","Attributes"]},"2431":{"title":"visible","titles":["volume","Attributes"]},"2432":{"title":"volumeslices","titles":[]},"2433":{"title":"Examples","titles":["volumeslices"]},"2434":{"title":"Attributes","titles":["volumeslices"]},"2435":{"title":"alpha","titles":["volumeslices","Attributes"]},"2436":{"title":"bbox_color","titles":["volumeslices","Attributes"]},"2437":{"title":"bbox_visible","titles":["volumeslices","Attributes"]},"2438":{"title":"colormap","titles":["volumeslices","Attributes"]},"2439":{"title":"colorrange","titles":["volumeslices","Attributes"]},"2440":{"title":"colorscale","titles":["volumeslices","Attributes"]},"2441":{"title":"depth_shift","titles":["volumeslices","Attributes"]},"2442":{"title":"fxaa","titles":["volumeslices","Attributes"]},"2443":{"title":"highclip","titles":["volumeslices","Attributes"]},"2444":{"title":"inspectable","titles":["volumeslices","Attributes"]},"2445":{"title":"inspector_clear","titles":["volumeslices","Attributes"]},"2446":{"title":"inspector_hover","titles":["volumeslices","Attributes"]},"2447":{"title":"inspector_label","titles":["volumeslices","Attributes"]},"2448":{"title":"interpolate","titles":["volumeslices","Attributes"]},"2449":{"title":"lowclip","titles":["volumeslices","Attributes"]},"2450":{"title":"model","titles":["volumeslices","Attributes"]},"2451":{"title":"nan_color","titles":["volumeslices","Attributes"]},"2452":{"title":"overdraw","titles":["volumeslices","Attributes"]},"2453":{"title":"space","titles":["volumeslices","Attributes"]},"2454":{"title":"ssao","titles":["volumeslices","Attributes"]},"2455":{"title":"transformation","titles":["volumeslices","Attributes"]},"2456":{"title":"transparency","titles":["volumeslices","Attributes"]},"2457":{"title":"visible","titles":["volumeslices","Attributes"]},"2458":{"title":"voronoiplot","titles":[]},"2459":{"title":"Examples","titles":["voronoiplot"]},"2460":{"title":"Attributes","titles":["voronoiplot"]},"2461":{"title":"alpha","titles":["voronoiplot","Attributes"]},"2462":{"title":"clip","titles":["voronoiplot","Attributes"]},"2463":{"title":"color","titles":["voronoiplot","Attributes"]},"2464":{"title":"colormap","titles":["voronoiplot","Attributes"]},"2465":{"title":"colorrange","titles":["voronoiplot","Attributes"]},"2466":{"title":"colorscale","titles":["voronoiplot","Attributes"]},"2467":{"title":"highclip","titles":["voronoiplot","Attributes"]},"2468":{"title":"lowclip","titles":["voronoiplot","Attributes"]},"2469":{"title":"marker","titles":["voronoiplot","Attributes"]},"2470":{"title":"markercolor","titles":["voronoiplot","Attributes"]},"2471":{"title":"markersize","titles":["voronoiplot","Attributes"]},"2472":{"title":"nan_color","titles":["voronoiplot","Attributes"]},"2473":{"title":"show_generators","titles":["voronoiplot","Attributes"]},"2474":{"title":"smooth","titles":["voronoiplot","Attributes"]},"2475":{"title":"strokecolor","titles":["voronoiplot","Attributes"]},"2476":{"title":"strokewidth","titles":["voronoiplot","Attributes"]},"2477":{"title":"unbounded_edge_extension_factor","titles":["voronoiplot","Attributes"]},"2478":{"title":"voxels","titles":[]},"2479":{"title":"Examples","titles":["voxels"]},"2480":{"title":"Basic Example","titles":["voxels","Examples"]},"2481":{"title":"Gap Attribute","titles":["voxels","Examples"]},"2482":{"title":"Color and the internal representation","titles":["voxels","Examples"]},"2483":{"title":"Colormaps","titles":["voxels","Examples"]},"2484":{"title":"Texturemaps","titles":["voxels","Examples"]},"2485":{"title":"Updating Voxels","titles":["voxels","Examples"]},"2486":{"title":"Picking Voxels","titles":["voxels","Examples"]},"2487":{"title":"Attributes","titles":["voxels"]},"2488":{"title":"alpha","titles":["voxels","Attributes"]},"2489":{"title":"backlight","titles":["voxels","Attributes"]},"2490":{"title":"color","titles":["voxels","Attributes"]},"2491":{"title":"colormap","titles":["voxels","Attributes"]},"2492":{"title":"colorrange","titles":["voxels","Attributes"]},"2493":{"title":"colorscale","titles":["voxels","Attributes"]},"2494":{"title":"depth_shift","titles":["voxels","Attributes"]},"2495":{"title":"depthsorting","titles":["voxels","Attributes"]},"2496":{"title":"diffuse","titles":["voxels","Attributes"]},"2497":{"title":"fxaa","titles":["voxels","Attributes"]},"2498":{"title":"gap","titles":["voxels","Attributes"]},"2499":{"title":"highclip","titles":["voxels","Attributes"]},"2500":{"title":"inspectable","titles":["voxels","Attributes"]},"2501":{"title":"inspector_clear","titles":["voxels","Attributes"]},"2502":{"title":"inspector_hover","titles":["voxels","Attributes"]},"2503":{"title":"inspector_label","titles":["voxels","Attributes"]},"2504":{"title":"interpolate","titles":["voxels","Attributes"]},"2505":{"title":"is_air","titles":["voxels","Attributes"]},"2506":{"title":"lowclip","titles":["voxels","Attributes"]},"2507":{"title":"material","titles":["voxels","Attributes"]},"2508":{"title":"model","titles":["voxels","Attributes"]},"2509":{"title":"nan_color","titles":["voxels","Attributes"]},"2510":{"title":"overdraw","titles":["voxels","Attributes"]},"2511":{"title":"shading","titles":["voxels","Attributes"]},"2512":{"title":"shininess","titles":["voxels","Attributes"]},"2513":{"title":"space","titles":["voxels","Attributes"]},"2514":{"title":"specular","titles":["voxels","Attributes"]},"2515":{"title":"ssao","titles":["voxels","Attributes"]},"2516":{"title":"transformation","titles":["voxels","Attributes"]},"2517":{"title":"transparency","titles":["voxels","Attributes"]},"2518":{"title":"uvmap","titles":["voxels","Attributes"]},"2519":{"title":"visible","titles":["voxels","Attributes"]},"2520":{"title":"vspan","titles":[]},"2521":{"title":"Attributes","titles":["vspan"]},"2522":{"title":"alpha","titles":["vspan","Attributes"]},"2523":{"title":"color","titles":["vspan","Attributes"]},"2524":{"title":"colormap","titles":["vspan","Attributes"]},"2525":{"title":"colorrange","titles":["vspan","Attributes"]},"2526":{"title":"colorscale","titles":["vspan","Attributes"]},"2527":{"title":"cycle","titles":["vspan","Attributes"]},"2528":{"title":"depth_shift","titles":["vspan","Attributes"]},"2529":{"title":"fxaa","titles":["vspan","Attributes"]},"2530":{"title":"highclip","titles":["vspan","Attributes"]},"2531":{"title":"inspectable","titles":["vspan","Attributes"]},"2532":{"title":"inspector_clear","titles":["vspan","Attributes"]},"2533":{"title":"inspector_hover","titles":["vspan","Attributes"]},"2534":{"title":"inspector_label","titles":["vspan","Attributes"]},"2535":{"title":"joinstyle","titles":["vspan","Attributes"]},"2536":{"title":"linecap","titles":["vspan","Attributes"]},"2537":{"title":"linestyle","titles":["vspan","Attributes"]},"2538":{"title":"lowclip","titles":["vspan","Attributes"]},"2539":{"title":"miter_limit","titles":["vspan","Attributes"]},"2540":{"title":"model","titles":["vspan","Attributes"]},"2541":{"title":"nan_color","titles":["vspan","Attributes"]},"2542":{"title":"overdraw","titles":["vspan","Attributes"]},"2543":{"title":"shading","titles":["vspan","Attributes"]},"2544":{"title":"space","titles":["vspan","Attributes"]},"2545":{"title":"ssao","titles":["vspan","Attributes"]},"2546":{"title":"strokecolor","titles":["vspan","Attributes"]},"2547":{"title":"strokecolormap","titles":["vspan","Attributes"]},"2548":{"title":"strokewidth","titles":["vspan","Attributes"]},"2549":{"title":"transformation","titles":["vspan","Attributes"]},"2550":{"title":"transparency","titles":["vspan","Attributes"]},"2551":{"title":"visible","titles":["vspan","Attributes"]},"2552":{"title":"ymax","titles":["vspan","Attributes"]},"2553":{"title":"ymin","titles":["vspan","Attributes"]},"2554":{"title":"waterfall","titles":[]},"2555":{"title":"Examples","titles":["waterfall"]},"2556":{"title":"Attributes","titles":["waterfall"]},"2557":{"title":"color","titles":["waterfall","Attributes"]},"2558":{"title":"cycle","titles":["waterfall","Attributes"]},"2559":{"title":"direction_color","titles":["waterfall","Attributes"]},"2560":{"title":"dodge","titles":["waterfall","Attributes"]},"2561":{"title":"dodge_gap","titles":["waterfall","Attributes"]},"2562":{"title":"final_color","titles":["waterfall","Attributes"]},"2563":{"title":"final_dodge_gap","titles":["waterfall","Attributes"]},"2564":{"title":"final_gap","titles":["waterfall","Attributes"]},"2565":{"title":"gap","titles":["waterfall","Attributes"]},"2566":{"title":"marker_neg","titles":["waterfall","Attributes"]},"2567":{"title":"marker_pos","titles":["waterfall","Attributes"]},"2568":{"title":"n_dodge","titles":["waterfall","Attributes"]},"2569":{"title":"show_direction","titles":["waterfall","Attributes"]},"2570":{"title":"show_final","titles":["waterfall","Attributes"]},"2571":{"title":"stack","titles":["waterfall","Attributes"]},"2572":{"title":"width","titles":["waterfall","Attributes"]},"2573":{"title":"wireframe","titles":[]},"2574":{"title":"Examples","titles":["wireframe"]},"2575":{"title":"Attributes","titles":["wireframe"]},"2576":{"title":"alpha","titles":["wireframe","Attributes"]},"2577":{"title":"color","titles":["wireframe","Attributes"]},"2578":{"title":"colormap","titles":["wireframe","Attributes"]},"2579":{"title":"colorrange","titles":["wireframe","Attributes"]},"2580":{"title":"colorscale","titles":["wireframe","Attributes"]},"2581":{"title":"cycle","titles":["wireframe","Attributes"]},"2582":{"title":"depth_shift","titles":["wireframe","Attributes"]},"2583":{"title":"fxaa","titles":["wireframe","Attributes"]},"2584":{"title":"highclip","titles":["wireframe","Attributes"]},"2585":{"title":"inspectable","titles":["wireframe","Attributes"]},"2586":{"title":"inspector_clear","titles":["wireframe","Attributes"]},"2587":{"title":"inspector_hover","titles":["wireframe","Attributes"]},"2588":{"title":"inspector_label","titles":["wireframe","Attributes"]},"2589":{"title":"linecap","titles":["wireframe","Attributes"]},"2590":{"title":"linestyle","titles":["wireframe","Attributes"]},"2591":{"title":"linewidth","titles":["wireframe","Attributes"]},"2592":{"title":"lowclip","titles":["wireframe","Attributes"]},"2593":{"title":"model","titles":["wireframe","Attributes"]},"2594":{"title":"nan_color","titles":["wireframe","Attributes"]},"2595":{"title":"overdraw","titles":["wireframe","Attributes"]},"2596":{"title":"space","titles":["wireframe","Attributes"]},"2597":{"title":"ssao","titles":["wireframe","Attributes"]},"2598":{"title":"transformation","titles":["wireframe","Attributes"]},"2599":{"title":"transparency","titles":["wireframe","Attributes"]},"2600":{"title":"visible","titles":["wireframe","Attributes"]},"2601":{"title":"SSAO","titles":[]},"2602":{"title":"Example","titles":["SSAO"]},"2603":{"title":"Lighting","titles":[]},"2604":{"title":"Material Attributes","titles":["Lighting"]},"2605":{"title":"Lighting algorithm","titles":["Lighting"]},"2606":{"title":"Types of Light","titles":["Lighting"]},"2607":{"title":"AmbientLight","titles":["Lighting","Types of Light"]},"2608":{"title":"DirectionalLight","titles":["Lighting","Types of Light"]},"2609":{"title":"PointLight","titles":["Lighting","Types of Light"]},"2610":{"title":"SpotLight","titles":["Lighting","Types of Light"]},"2611":{"title":"RectLight","titles":["Lighting","Types of Light"]},"2612":{"title":"EnvironmentLight","titles":["Lighting","Types of Light"]},"2613":{"title":"Matcap","titles":[]},"2614":{"title":"Example","titles":["Matcap"]},"2615":{"title":"Getting started","titles":[]},"2616":{"title":"Requirements","titles":["Getting started"]},"2617":{"title":"Installation","titles":["Getting started"]},"2618":{"title":"Plotting","titles":["Getting started"]},"2619":{"title":"Figure and Axis","titles":["Getting started"]},"2620":{"title":"Plot styling","titles":["Getting started"]},"2621":{"title":"Legend","titles":["Getting started"]},"2622":{"title":"Saving a Figure","titles":["Getting started"]},"2623":{"title":"Aspect ratios and automatic figure sizes","titles":[]},"2624":{"title":"Creating complex layouts","titles":[]},"2625":{"title":"Basic layout plan","titles":["Creating complex layouts"]},"2626":{"title":"Setting up GridLayouts","titles":["Creating complex layouts"]},"2627":{"title":"Panel A","titles":["Creating complex layouts"]},"2628":{"title":"Legend","titles":["Creating complex layouts","Panel A"]},"2629":{"title":"Legend Tweaks","titles":["Creating complex layouts","Panel A"]},"2630":{"title":"Panel B","titles":["Creating complex layouts"]},"2631":{"title":"Colorbar","titles":["Creating complex layouts","Panel B"]},"2632":{"title":"Mixed alignmode","titles":["Creating complex layouts","Panel B","Colorbar"]},"2633":{"title":"Panel C","titles":["Creating complex layouts"]},"2634":{"title":"Panel D","titles":["Creating complex layouts"]},"2635":{"title":"EEG labels","titles":["Creating complex layouts","Panel D"]},"2636":{"title":"Scaling axes relatively","titles":["Creating complex layouts","Panel D"]},"2637":{"title":"Subplot labels","titles":["Creating complex layouts"]},"2638":{"title":"Final tweaks","titles":["Creating complex layouts"]},"2639":{"title":"A primer on Makies scene graph","titles":[]},"2640":{"title":"Scenes and subwindows","titles":["A primer on Makies scene graph"]},"2641":{"title":"Window Events","titles":["A primer on Makies scene graph"]},"2642":{"title":"Projections and Camera","titles":["A primer on Makies scene graph"]},"2643":{"title":"Interaction with Axis & Layouts","titles":["A primer on Makies scene graph"]},"2644":{"title":"Transformations and Scene graph","titles":["A primer on Makies scene graph"]},"2645":{"title":"Wrapping existing recipes for new types","titles":[]},"2646":{"title":"Introduction","titles":["Wrapping existing recipes for new types"]},"2647":{"title":"BarPlot recipe – extend Makie.convert_arguments","titles":["Wrapping existing recipes for new types"]},"2648":{"title":"Hist recipe – override Makie.plot!","titles":["Wrapping existing recipes for new types"]},"2649":{"title":"Colors","titles":[]},"2650":{"title":"Alpha or Opacity","titles":["Colors"]},"2651":{"title":"Cheat Sheet","titles":["Colors"]},"2652":{"title":"Named colors","titles":["Colors"]},"2653":{"title":"Colormaps","titles":["Colors"]},"2654":{"title":"misc","titles":["Colors","Colormaps"]},"2655":{"title":"cmocean","titles":["Colors","Colormaps"]},"2656":{"title":"scientific","titles":["Colors","Colormaps"]},"2657":{"title":"matplotlib","titles":["Colors","Colormaps"]},"2658":{"title":"colorbrewer","titles":["Colors","Colormaps"]},"2659":{"title":"gnuplot","titles":["Colors","Colormaps"]},"2660":{"title":"colorcet","titles":["Colors","Colormaps"]},"2661":{"title":"seaborn","titles":["Colors","Colormaps"]},"2662":{"title":"general","titles":["Colors","Colormaps"]}},"dirtCount":0,"index":[["😃",{"2":{"2644":1}}],["😄",{"2":{"1913":1}}],["�",{"2":{"2641":1}}],["└",{"2":{"2640":1}}],["│",{"2":{"2640":3}}],["┌",{"2":{"2640":1}}],["√",{"2":{"2574":1}}],["ϵ",{"2":{"2122":2}}],["✈",{"2":{"1913":1,"1919":1,"1920":2,"1921":1}}],["↑",{"2":{"1913":1}}],["~4",{"2":{"2486":1}}],["~",{"2":{"1288":1,"2640":1}}],["~0",{"2":{"1287":1}}],["~1",{"2":{"1287":1}}],["~30s",{"2":{"31":1}}],["μ",{"2":{"1025":4}}],["ω",{"2":{"863":1}}],["°",{"2":{"831":1}}],["ρ",{"2":{"196":2}}],["σ",{"2":{"196":2,"1025":3}}],["^shininess",{"2":{"2605":1}}],["^3+p",{"2":{"2122":1}}],["^range",{"2":{"1164":1}}],["^2",{"2":{"1164":2,"1343":1,"2304":5,"2398":3,"2480":3}}],["^",{"2":{"163":3,"983":4,"1409":1,"2303":2,"2305":2}}],["φv",{"2":{"1629":5}}],["φ2",{"2":{"1629":3}}],["φ",{"2":{"36":9}}],["÷2",{"2":{"91":8}}],["÷",{"2":{"36":1}}],["▲",{"2":{"0":1,"988":1}}],["≤",{"2":{"0":4,"159":4}}],["θv",{"2":{"1629":6}}],["θ−pi",{"2":{"758":1}}],["θ",{"2":{"0":2,"36":10,"159":2,"810":2,"1629":4,"2304":9}}],["δy",{"2":{"0":1,"2276":1}}],["δx",{"2":{"0":1,"2276":1}}],["×",{"2":{"0":2,"23":1,"24":2,"2276":2}}],["γ",{"2":{"0":2,"2122":2}}],["β",{"2":{"0":2,"196":2,"2122":2}}],["α",{"2":{"0":2,"1912":1}}],["886z",{"2":{"1917":1}}],["887",{"2":{"1917":1}}],["872",{"2":{"1917":1}}],["822",{"2":{"1917":2}}],["827",{"2":{"1289":1}}],["86",{"2":{"2304":1}}],["867",{"2":{"1917":1}}],["861",{"2":{"1917":1}}],["862",{"2":{"1917":1}}],["866s",{"2":{"1288":1}}],["81s",{"2":{"1288":1}}],["81",{"2":{"1285":1}}],["81974b0db6b5",{"2":{"53":1}}],["85",{"2":{"1058":1,"2660":8}}],["858abb7c8307",{"2":{"53":1}}],["8pi",{"2":{"751":5}}],["8px",{"2":{"56":1}}],["8a181e8cf7db",{"2":{"56":1}}],["8cd3",{"2":{"54":1}}],["891",{"2":{"1917":2}}],["8999",{"2":{"756":1,"770":1}}],["8939",{"2":{"52":1}}],["89fb",{"2":{"51":1}}],["8edd",{"2":{"51":1}}],["8081",{"2":{"118":2}}],["8080",{"2":{"55":1,"118":1}}],["80",{"2":{"35":1,"66":2,"2158":1,"2192":2,"2193":1,"2644":1,"2660":2}}],["800",{"2":{"0":1,"19":1,"23":2,"24":1,"33":1,"35":2,"98":1,"157":1,"187":2,"191":1,"580":2,"582":4,"750":1,"752":1,"753":1,"983":4,"1236":1,"1434":4,"1435":4,"1436":2,"1439":2,"1856":1,"2192":2,"2623":3,"2644":2,"2651":1}}],["842",{"2":{"1917":2}}],["84",{"2":{"0":1,"1917":1}}],["8im",{"2":{"0":2}}],["8",{"2":{"0":5,"27":1,"33":1,"35":2,"56":1,"66":3,"107":2,"189":3,"196":1,"379":1,"508":4,"585":1,"627":2,"683":1,"728":3,"757":1,"877":3,"904":4,"1058":2,"1285":2,"1406":1,"1572":2,"1586":1,"1856":3,"1917":2,"2122":1,"2194":1,"2304":13,"2330":1,"2478":1,"2482":1,"2483":3,"2484":2,"2485":12,"2555":7,"2574":4,"2607":1,"2611":12,"2618":8,"2624":1,"2630":1,"2644":3,"2651":8,"2658":35}}],["∈",{"2":{"0":1,"2433":5,"2574":2}}],["$c",{"2":{"2196":1}}],["$cellsize",{"2":{"1435":3}}],["$pattern",{"2":{"1586":1}}],["$threshold",{"2":{"1436":1}}],["$time",{"2":{"10":4}}],["$month",{"2":{"1287":1}}],["$merge",{"2":{"625":1}}],["$linewidth",{"2":{"1587":1}}],["$linecap",{"2":{"1585":1}}],["$l",{"2":{"908":2}}],["$frequency",{"2":{"874":1}}],["$va",{"2":{"626":1}}],["$value",{"2":{"290":1,"337":1}}],["$ha",{"2":{"626":1}}],["$unique",{"2":{"625":1}}],["$z",{"2":{"138":1}}],["$joinstyle",{"2":{"1584":1}}],["$j",{"2":{"98":1}}],["$instead",{"2":{"124":1}}],["$i",{"2":{"98":1,"626":1,"1058":3,"1434":2,"1998":1}}],["$year",{"2":{"1287":1}}],["$ys",{"2":{"139":1}}],["$y",{"2":{"0":1,"138":2}}],["$xs",{"2":{"139":1}}],["$x^2$",{"2":{"125":1}}],["$x",{"2":{"0":1,"78":3,"136":1,"138":2,"178":1}}],["$",{"2":{"0":7,"10":2,"26":1,"53":5,"54":1,"56":2,"75":1,"124":5,"138":4,"169":1,"178":1,"290":2,"337":2,"374":1,"379":1,"383":1,"396":1,"491":1,"1058":1,"1586":1,"2330":1}}],["78",{"2":{"2193":1}}],["73",{"2":{"1289":1}}],["7342",{"2":{"35":2,"2644":2}}],["793",{"2":{"1289":1}}],["791s",{"2":{"1288":1}}],["7976",{"2":{"51":1}}],["746",{"2":{"1917":1}}],["74",{"2":{"1285":1,"1289":1}}],["777",{"2":{"1917":1}}],["774",{"2":{"1917":2}}],["77",{"2":{"1285":1}}],["7pi",{"2":{"196":1}}],["71187292532848feb1fa57d4a679eca20ed2dda5",{"2":{"54":1}}],["7e1b61a7698c",{"2":{"51":1}}],["70",{"2":{"2660":5}}],["709",{"2":{"1917":1}}],["700",{"2":{"32":1,"2624":1,"2625":1}}],["7071067811865476km",{"2":{"0":4}}],["7071067811865475jm",{"2":{"0":2}}],["7071067811865475",{"2":{"0":2}}],["724s",{"2":{"1288":1}}],["729s",{"2":{"1288":1}}],["720",{"2":{"92":1}}],["7207205991140657188",{"2":{"52":1}}],["72",{"2":{"12":1,"105":1,"107":2}}],["758",{"2":{"1917":1}}],["75",{"2":{"0":2,"8":2,"16":1,"80":1,"81":1,"106":5,"515":2,"1200":2,"1285":1,"1774":6,"1861":1,"2480":2,"2609":1,"2610":1,"2660":5}}],["7",{"0":{"1288":1},"2":{"0":3,"10":1,"12":1,"16":1,"33":1,"56":3,"66":2,"168":2,"186":1,"189":1,"357":2,"362":2,"491":1,"582":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"1141":2,"1142":3,"1164":1,"1285":9,"1288":1,"1404":5,"1406":1,"1584":1,"1914":2,"2190":5,"2192":1,"2194":1,"2195":1,"2304":1,"2398":1,"2459":1,"2480":1,"2482":1,"2484":1,"2555":7,"2607":3,"2608":5,"2618":6,"2619":2,"2620":1,"2621":2,"2624":2,"2631":2,"2651":6,"2653":3,"2658":35}}],["95",{"2":{"2660":22}}],["951",{"2":{"1917":1}}],["92",{"2":{"2304":1}}],["928a",{"2":{"56":1}}],["912",{"2":{"2304":2}}],["914",{"2":{"75":1}}],["98",{"2":{"2624":3,"2625":3,"2660":7}}],["985",{"2":{"1917":1}}],["9828",{"2":{"35":2,"2644":2}}],["96",{"2":{"2641":1,"2660":2}}],["961",{"2":{"1917":1}}],["963",{"2":{"1917":1}}],["936",{"2":{"1917":1}}],["93",{"2":{"1285":1}}],["9384",{"2":{"118":1}}],["9pi",{"2":{"757":1,"794":1}}],["977726",{"2":{"2614":1}}],["97",{"2":{"710":3,"711":3,"2660":1}}],["947",{"2":{"1917":1}}],["94",{"2":{"494":3,"590":3,"724":3,"850":3,"915":3}}],["994",{"2":{"1917":2}}],["998c",{"2":{"1917":1}}],["99",{"2":{"287":1,"334":1,"1285":1,"2274":1}}],["9d115a4c9513098b5b5bb988937480eee02bf816",{"2":{"53":1}}],["906",{"2":{"2304":2}}],["909",{"2":{"1917":1}}],["9002",{"2":{"756":1}}],["9001",{"2":{"756":1}}],["9000",{"2":{"752":1,"756":2}}],["900",{"2":{"105":2,"106":2,"757":1,"1922":1}}],["902759366142833783",{"2":{"53":1}}],["90",{"2":{"0":1,"753":1,"1249":1,"1949":1,"2660":4}}],["9",{"2":{"0":2,"32":2,"34":1,"56":4,"189":1,"299":1,"346":1,"357":3,"585":1,"603":2,"863":1,"1058":1,"1141":1,"1285":6,"1404":2,"1572":12,"1586":2,"1587":3,"1914":1,"1915":1,"1917":2,"1922":3,"2192":1,"2194":1,"2304":4,"2484":8,"2611":8,"2618":3,"2624":2,"2627":2,"2651":8,"2658":31}}],["9e3",{"2":{"0":1,"119":1}}],["`lines`",{"2":{"166":1}}],["`used",{"2":{"166":1}}],["`upcolor`",{"2":{"152":1}}],["`update",{"2":{"152":1,"2644":1}}],["`axis`",{"2":{"166":1}}],["`any`",{"2":{"152":1}}],["`append",{"2":{"76":1}}],["`times`",{"2":{"152":3}}],["`time`",{"2":{"75":1}}],["`myplot`",{"2":{"151":1}}],["`myunit`",{"2":{"76":1}}],["`map`",{"2":{"76":1}}],["`makie",{"2":{"76":2,"2640":1}}],["`result",{"2":{"76":1}}],["`record`",{"2":{"12":1}}],["`documetation",{"2":{"2639":1}}],["`downcolor`",{"2":{"152":1}}],["`datainspector`",{"2":{"121":1}}],["`deregister`",{"2":{"76":1}}],["`display",{"2":{"12":1,"31":1}}],["`color`",{"2":{"166":1,"2122":1}}],["`convert",{"2":{"76":2,"167":1}}],["`compression`",{"2":{"0":2}}],["`hasmethod",{"2":{"76":1}}],["`volumeslices`",{"2":{"2433":1}}],["`vector",{"2":{"76":1}}],["`val`",{"2":{"0":1}}],["`environmentlight`",{"2":{"2644":1}}],["`expand",{"2":{"76":1}}],["`evaljs`",{"2":{"53":1}}],["`orientation=",{"2":{"1107":1,"2332":1}}],["`offset`",{"2":{"53":1}}],["`on`",{"2":{"76":1}}],["`on",{"2":{"53":1}}],["`image",{"2":{"31":1}}],["`scatter",{"2":{"166":1}}],["`sc`",{"2":{"152":1}}],["`stockvalues`",{"2":{"152":3}}],["`string`",{"2":{"76":1}}],["`string",{"2":{"0":1,"2237":1}}],["`show`",{"2":{"31":1}}],["`nothing`",{"2":{"0":2}}],["`",{"2":{"0":16,"12":1,"31":1,"76":8,"166":2,"2639":2,"2640":1,"2644":1}}],["`format`",{"2":{"0":6}}],["`point",{"2":{"1288":1}}],["`position`",{"2":{"53":1}}],["`pl`",{"2":{"162":2}}],["`plotgrid`",{"2":{"166":1}}],["`plot`",{"2":{"162":1}}],["`plot",{"2":{"76":2,"166":1}}],["`pixel",{"2":{"0":2}}],["`profile`",{"2":{"0":2}}],[">d==1",{"2":{"1105":1}}],[">x^2",{"2":{"704":1}}],[">x",{"2":{"75":1}}],[">",{"2":{"0":10,"12":2,"34":5,"36":1,"54":1,"63":1,"66":4,"80":1,"81":2,"98":1,"120":1,"138":1,"141":2,"143":5,"152":1,"163":1,"169":1,"186":6,"204":1,"208":1,"290":3,"337":3,"491":1,"625":1,"758":2,"908":1,"983":2,"1058":1,"1164":2,"1288":1,"1405":1,"1409":3,"1456":1,"2122":1,"2195":3,"2304":2,"2398":1,"2480":2,"2484":6,"2609":2,"2610":2}}],["≡",{"2":{"0":1}}],["∘",{"2":{"0":1}}],["π",{"2":{"0":5,"299":1,"346":1,"374":1,"379":1,"627":1,"951":3,"952":8,"1750":3,"2433":1,"2574":1}}],["6pi",{"2":{"2624":2,"2634":1,"2636":1}}],["694",{"2":{"1917":1}}],["696",{"2":{"1289":1}}],["682",{"2":{"1917":1}}],["68",{"2":{"1750":1}}],["651",{"2":{"1917":1}}],["657",{"2":{"1917":1}}],["650",{"2":{"1569":1,"1600":1,"1922":1}}],["65",{"2":{"199":2,"1285":1,"2480":2,"2483":1,"2660":1}}],["6685",{"2":{"51":1}}],["645l2",{"2":{"1917":1}}],["646",{"2":{"1917":1}}],["64",{"2":{"22":1,"2485":3,"2605":1}}],["609",{"2":{"1917":1}}],["60th",{"2":{"105":1}}],["6000",{"2":{"2330":1}}],["600",{"2":{"19":1,"23":2,"24":1,"96":2,"98":1,"100":2,"105":6,"106":9,"107":4,"142":1,"157":1,"751":2,"753":2,"758":1,"1287":1,"1288":1,"1289":1,"1569":1,"1600":1,"1856":1,"2607":2,"2608":2,"2609":6,"2610":2,"2641":1,"2642":1}}],["60",{"2":{"12":1,"51":1,"56":1,"73":2,"2609":1,"2651":2,"2660":4}}],["6f0",{"2":{"0":3}}],["63",{"2":{"0":2}}],["6x",{"2":{"0":2}}],["6",{"2":{"0":8,"12":1,"16":1,"28":1,"32":1,"34":2,"35":2,"54":1,"56":3,"66":2,"121":2,"164":1,"169":5,"186":1,"187":3,"189":2,"199":2,"383":1,"424":1,"457":1,"488":1,"603":1,"666":4,"751":6,"844":1,"1058":1,"1142":2,"1164":2,"1259":1,"1285":4,"1323":1,"1404":4,"1406":1,"1438":1,"1457":1,"1584":3,"1586":3,"1856":3,"1913":1,"1914":2,"1915":1,"1917":4,"1926":2,"1953":1,"2194":1,"2274":4,"2304":11,"2482":1,"2484":2,"2555":8,"2618":3,"2624":6,"2626":1,"2630":4,"2631":2,"2644":2,"2651":6,"2658":35}}],["|rout|",{"2":{"758":1}}],["|>",{"2":{"63":1}}],["||",{"2":{"0":2,"80":3,"81":3,"2505":2}}],["|q|",{"2":{"0":2}}],["|",{"2":{"0":5,"27":1,"83":2,"2654":26,"2655":36,"2656":390,"2657":78,"2658":584,"2659":10,"2660":158,"2661":28,"2662":156}}],["ϕ",{"2":{"0":4,"159":2}}],["+z",{"2":{"2484":1}}],["+zs",{"2":{"1200":2}}],["+y",{"2":{"2484":1}}],["+x",{"2":{"2484":1}}],["+pi",{"2":{"379":1}}],["+=",{"2":{"196":3,"491":1,"2158":2}}],["+1",{"2":{"80":1,"121":2}}],["+",{"2":{"0":37,"10":1,"12":2,"34":3,"35":1,"36":3,"51":1,"53":2,"54":7,"56":3,"57":1,"62":1,"66":17,"75":1,"80":1,"81":1,"82":2,"83":1,"91":8,"124":2,"138":3,"139":1,"152":6,"163":3,"169":3,"187":3,"191":1,"195":3,"196":1,"204":1,"212":3,"577":2,"624":1,"751":1,"757":3,"924":1,"952":1,"983":2,"1016":1,"1025":2,"1049":1,"1058":2,"1164":3,"1259":1,"1285":3,"1288":1,"1289":2,"1292":1,"1322":1,"1323":1,"1405":2,"1584":1,"1587":2,"1653":1,"1687":1,"1774":1,"1807":1,"1856":4,"2122":1,"2158":4,"2180":1,"2192":2,"2195":4,"2196":1,"2274":2,"2276":2,"2303":2,"2304":14,"2305":2,"2398":2,"2424":1,"2433":1,"2459":1,"2480":2,"2511":1,"2574":1,"2605":2,"2609":4,"2611":6,"2618":3,"2619":2,"2620":1,"2621":2,"2624":6,"2627":1,"2630":2,"2631":1,"2634":2,"2640":2}}],["q3",{"2":{"0":1,"1878":1}}],["q1",{"2":{"0":1,"1878":1}}],["questions",{"0":{"86":1},"1":{"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1,"98":1},"2":{"200":3}}],["quick",{"2":{"626":1}}],["quickly",{"2":{"1":1,"16":1,"31":1,"49":1,"74":1,"144":1,"161":1,"163":1,"214":1}}],["quite",{"2":{"18":1,"31":1,"190":1,"2485":1,"2623":1,"2644":1}}],["quiet",{"2":{"0":1}}],["quadface",{"2":{"1629":1,"2609":1}}],["quad",{"2":{"124":1}}],["quadratically",{"2":{"0":1,"1944":1}}],["quaternions",{"2":{"0":1,"158":1,"2644":1}}],["quaternion",{"2":{"0":3,"66":1,"158":1,"1686":1,"2644":1}}],["quaternionf",{"2":{"0":1,"66":1}}],["quartiles",{"2":{"0":1,"1831":1}}],["quantile",{"2":{"0":1,"1831":1}}],["quantiles",{"2":{"0":1,"1831":1}}],["quality",{"0":{"1015":1,"2150":1},"2":{"0":10,"9":1,"13":1,"15":1,"31":1,"107":1}}],["quot",{"0":{"12":2},"2":{"0":92,"16":8,"22":4,"23":2,"27":2,"62":2,"64":2,"70":2,"83":6,"94":8,"97":2,"106":4,"119":2,"120":2,"136":2,"156":2,"160":2,"162":2,"239":2,"248":2,"266":2,"290":2,"313":2,"337":2,"373":2,"388":2,"396":2,"402":2,"435":2,"466":2,"504":2,"528":2,"617":2,"642":2,"720":2,"721":2,"831":2,"834":2,"896":2,"967":2,"1159":2,"1358":2,"1584":2,"1856":2,"2059":2,"2231":2,"2263":2,"2478":2,"2617":2,"2618":4,"2623":2,"2644":4,"2646":2}}],["qqline",{"2":{"0":4,"1807":1,"1831":4,"1832":1}}],["qqplot",{"0":{"1724":1,"1831":1},"1":{"1832":1,"1833":1,"1834":1,"1835":1,"1836":1,"1837":1,"1838":1,"1839":1,"1840":1,"1841":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1847":1,"1848":1,"1849":1,"1850":1,"1851":1,"1852":1,"1853":1,"1854":1,"1855":1},"2":{"0":13,"1806":2,"1831":3,"1832":1}}],["qqnorm",{"0":{"1723":1,"1806":1},"1":{"1807":1,"1808":1,"1809":1,"1810":1,"1811":1,"1812":1,"1813":1,"1814":1,"1815":1,"1816":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1822":1,"1823":1,"1824":1,"1825":1,"1826":1,"1827":1,"1828":1,"1829":1,"1830":1},"2":{"0":11,"1806":3,"1807":1}}],["q",{"2":{"0":15,"62":1,"1806":2,"1831":4}}],["jet",{"2":{"2662":1}}],["jet1",{"2":{"2657":1}}],["j2",{"2":{"2158":6}}],["january",{"2":{"1323":1}}],["javascript",{"0":{"53":1},"2":{"41":5,"53":2,"54":1}}],["jkrumbiegel",{"2":{"153":1}}],["joss",{"2":{"199":4}}],["journal",{"2":{"107":1,"199":4,"2623":1}}],["journals",{"2":{"107":2}}],["jobs",{"2":{"1058":1}}],["job",{"2":{"69":1,"70":1,"1058":5,"2642":1}}],["joint",{"2":{"1408":4}}],["joints",{"2":{"35":2,"2644":3}}],["joindir",{"2":{"94":1}}],["joinpath",{"2":{"33":1,"1287":1}}],["joins",{"2":{"0":5,"972":1,"1363":1,"1589":1,"2064":1}}],["joinstyles",{"2":{"1584":2}}],["joinstyle",{"0":{"967":1,"1149":1,"1179":1,"1215":1,"1358":1,"1525":1,"1584":1,"1789":1,"1975":1,"2003":1,"2059":1,"2140":1,"2287":1,"2535":1},"2":{"0":30,"967":1,"1149":1,"1179":1,"1215":1,"1358":1,"1525":1,"1584":3,"1789":1,"1975":1,"2003":1,"2059":1,"2140":1,"2287":1,"2535":1}}],["join",{"2":{"0":5,"972":1,"1287":1,"1363":1,"1589":1,"2064":1}}],["jsrender",{"2":{"56":1}}],["js",{"2":{"51":2,"53":12,"54":4,"56":1,"2485":1}}],["json",{"2":{"36":2}}],["jpg",{"2":{"36":1}}],["jiggly",{"2":{"31":1}}],["jitter",{"2":{"0":1,"863":1,"1856":1}}],["j+1",{"2":{"0":1,"1402":1,"2609":2}}],["jll",{"2":{"9":1}}],["jl",{"0":{"2":1,"4":1,"5":1,"32":1,"33":1,"34":1,"35":1},"2":{"0":13,"9":1,"13":2,"15":1,"17":1,"27":1,"74":1,"76":1,"108":1,"123":2,"134":2,"144":1,"147":1,"153":1,"161":1,"197":1,"199":2,"200":1,"290":1,"337":1,"582":1,"1627":1,"2195":2,"2231":1,"2273":1,"2274":1,"2302":1,"2304":2,"2327":1,"2458":1,"2459":1,"2505":3,"2640":3,"2646":3,"2652":2,"2653":1,"2654":1}}],["j",{"2":{"0":5,"36":2,"62":1,"92":6,"98":3,"166":1,"178":2,"396":3,"579":1,"582":2,"584":2,"626":1,"1142":1,"1402":4,"1405":1,"1586":2,"1774":6,"1919":2,"2158":7,"2609":1,"2623":2,"2640":2}}],["july",{"2":{"1323":1}}],["julius",{"2":{"199":1}}],["juliaga",{"2":{"2626":1}}],["juliaggplot",{"2":{"183":1}}],["juliaglmakie",{"2":{"22":1}}],["juliaz",{"2":{"0":2,"137":1,"138":1}}],["juliazticks",{"2":{"0":1}}],["juliaztickrotation",{"2":{"0":2}}],["juliaztickrange",{"2":{"0":1}}],["juliazticklabels",{"2":{"0":1}}],["juliazoom",{"2":{"0":2}}],["juliazlims",{"2":{"0":3}}],["juliazlabel",{"2":{"0":1}}],["juliayspace",{"2":{"207":1}}],["juliay",{"2":{"137":1}}],["juliayticks",{"2":{"0":1}}],["juliaytickrotation",{"2":{"0":2}}],["juliaytickrange",{"2":{"0":1}}],["juliayticklabels",{"2":{"0":1}}],["juliaylims",{"2":{"0":3,"2627":1}}],["juliaylabel",{"2":{"0":1}}],["juliaxs",{"2":{"139":3,"2630":1}}],["juliax2",{"2":{"135":1}}],["juliax",{"2":{"0":1,"136":1,"138":1}}],["juliaxticks",{"2":{"0":1}}],["juliaxtickrotation",{"2":{"0":2}}],["juliaxtickrange",{"2":{"0":1}}],["juliaxticklabels",{"2":{"0":1}}],["juliaxlims",{"2":{"0":3}}],["juliaxlabel",{"2":{"0":1}}],["juliaw",{"2":{"2642":1}}],["juliawglmakie",{"2":{"49":1}}],["juliawireframe",{"2":{"0":1,"2573":1}}],["juliawith",{"2":{"0":1,"171":1,"172":1,"173":1,"174":1,"175":1,"176":1,"181":2,"184":1,"185":1}}],["juliawilkinsonticks",{"2":{"0":1}}],["juliawaterfall",{"2":{"0":1,"2554":1}}],["juliauc",{"2":{"75":1}}],["juliaunitfulconversion",{"2":{"75":1}}],["juliaused",{"2":{"0":1}}],["juliausing",{"2":{"0":2,"8":1,"10":2,"11":1,"12":1,"14":2,"19":2,"20":1,"30":1,"32":1,"33":1,"34":1,"38":1,"39":1,"51":1,"52":1,"53":2,"56":2,"57":1,"63":1,"73":1,"75":1,"78":1,"80":3,"81":1,"82":2,"92":1,"96":1,"97":1,"98":1,"102":2,"103":1,"109":1,"110":2,"118":2,"121":2,"124":2,"125":1,"135":1,"142":1,"145":1,"146":1,"152":1,"163":1,"164":2,"166":1,"167":1,"168":1,"169":1,"178":1,"186":1,"187":1,"189":1,"190":3,"191":2,"192":1,"194":1,"195":2,"196":1,"197":1,"202":1,"204":1,"205":2,"206":1,"207":1,"208":1,"222":1,"223":1,"234":1,"239":1,"248":1,"249":1,"261":1,"266":1,"279":1,"287":2,"290":1,"299":1,"301":1,"304":1,"308":1,"313":1,"326":1,"334":2,"337":1,"346":1,"348":1,"351":1,"357":1,"358":1,"361":1,"362":1,"364":1,"373":2,"374":1,"379":1,"383":1,"384":2,"396":1,"410":1,"443":1,"474":1,"491":1,"515":2,"516":1,"575":1,"576":1,"577":1,"578":1,"579":1,"580":1,"581":1,"582":2,"583":1,"584":1,"585":1,"603":2,"624":1,"625":2,"626":2,"627":1,"628":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"691":1,"704":1,"705":1,"749":1,"750":1,"751":2,"752":1,"753":3,"757":4,"758":1,"844":1,"863":1,"873":1,"874":1,"908":1,"924":1,"952":3,"983":4,"1025":3,"1058":5,"1105":3,"1106":1,"1107":1,"1141":1,"1142":1,"1143":1,"1164":3,"1200":2,"1235":3,"1236":1,"1259":1,"1282":1,"1284":1,"1285":1,"1287":1,"1288":1,"1289":1,"1322":4,"1323":2,"1324":1,"1343":3,"1374":3,"1404":4,"1405":1,"1406":1,"1407":1,"1408":1,"1409":1,"1434":2,"1435":2,"1436":1,"1437":1,"1438":1,"1439":1,"1455":1,"1456":1,"1457":1,"1458":1,"1481":1,"1510":1,"1545":1,"1569":1,"1572":1,"1584":1,"1585":1,"1586":2,"1587":1,"1599":1,"1600":1,"1628":2,"1629":1,"1662":1,"1750":2,"1774":6,"1807":1,"1832":1,"1856":1,"1880":2,"1910":1,"1911":1,"1913":1,"1914":3,"1915":1,"1916":1,"1917":1,"1918":1,"1919":1,"1920":1,"1921":1,"1922":1,"1925":1,"1926":1,"1944":1,"1949":1,"1952":1,"1953":1,"1960":1,"1998":1,"1999":1,"2000":1,"2017":1,"2044":1,"2075":4,"2111":1,"2122":1,"2158":3,"2189":1,"2190":1,"2191":1,"2192":1,"2193":1,"2194":1,"2195":2,"2196":1,"2197":1,"2239":1,"2274":3,"2303":2,"2304":4,"2305":1,"2330":5,"2331":1,"2332":1,"2368":1,"2398":2,"2433":1,"2459":6,"2480":1,"2481":1,"2482":1,"2483":1,"2484":2,"2485":3,"2520":1,"2555":7,"2574":1,"2602":1,"2607":1,"2608":1,"2609":3,"2610":1,"2611":1,"2614":1,"2617":2,"2623":1,"2624":1,"2625":1,"2640":1,"2644":1,"2646":1,"2651":1,"2653":1}}],["juliaupdate",{"2":{"0":5,"159":4,"180":1}}],["juliatailwindcss",{"2":{"56":1}}],["juliatext",{"2":{"0":1,"2188":1}}],["juliatry",{"2":{"73":2}}],["juliatrim",{"2":{"583":1}}],["juliatriplot",{"2":{"0":1,"2273":1}}],["juliatricontourf",{"2":{"0":1,"2302":1}}],["juliatranslate",{"2":{"0":4,"158":2,"2640":1,"2644":3}}],["juliatooltip",{"2":{"0":1,"2237":1}}],["juliato",{"2":{"0":4}}],["juliatimestamps",{"2":{"152":2}}],["juliatimeseries",{"2":{"0":1}}],["juliatightlimits",{"2":{"0":2}}],["juliatight",{"2":{"0":1}}],["juliathetalims",{"2":{"0":1}}],["juliavalue",{"2":{"136":1}}],["juliavol",{"2":{"92":1}}],["juliavolume",{"2":{"0":1,"2397":1}}],["juliavoxels",{"2":{"0":1,"2478":1}}],["juliavoronoiplot",{"2":{"0":1,"2458":1}}],["juliavspan",{"2":{"0":1,"2520":1}}],["juliavlines",{"2":{"0":1,"2368":1}}],["juliaviolin",{"2":{"0":1,"2329":1}}],["juliaviewport",{"2":{"0":1}}],["juliavideostream",{"2":{"0":1}}],["juliav",{"2":{"0":1,"2121":1}}],["julianot",{"2":{"0":1}}],["juliant",{"2":{"0":1}}],["julian",{"2":{"0":1,"51":1,"2016":1,"2636":1}}],["julianative",{"2":{"0":3}}],["juliarowgap",{"2":{"584":1,"2634":1}}],["juliarowsize",{"2":{"2638":1}}],["juliarows",{"2":{"56":1}}],["juliarotation",{"2":{"0":1}}],["juliarotate",{"2":{"0":4,"158":2,"2644":2}}],["juliarprmakie",{"2":{"31":1}}],["juliarlims",{"2":{"0":1}}],["juliarangebars",{"2":{"0":1,"1879":1}}],["juliarainclouds",{"2":{"0":1,"1856":5}}],["juliaresize",{"2":{"0":1,"98":1,"2623":2}}],["juliareset",{"2":{"0":1}}],["juliaresample",{"2":{"0":1}}],["juliaregister",{"2":{"0":2,"217":1}}],["juliarecordframe",{"2":{"0":1}}],["juliarecord",{"2":{"0":4}}],["juliarectlight",{"2":{"0":1}}],["juliareversiblescale",{"2":{"0":1}}],["juliaqqplot",{"2":{"0":1,"1831":1}}],["juliaqqnorm",{"2":{"0":1,"1806":1}}],["juliaor",{"2":{"0":1}}],["juliaold",{"2":{"0":3}}],["juliaonpick",{"2":{"0":2}}],["juliaon",{"2":{"0":3,"136":1,"2641":1}}],["juliaimport",{"2":{"121":1,"162":1}}],["juliaimage",{"2":{"0":1,"1544":1}}],["juliais",{"2":{"0":1}}],["juliaintervalsbetween",{"2":{"0":1}}],["juliah",{"2":{"2647":1}}],["juliahotkey",{"2":{"83":2}}],["juliahovered",{"2":{"0":1}}],["juliahub",{"0":{"47":1},"2":{"47":1}}],["juliahspan",{"2":{"0":1,"1510":1}}],["juliahlines",{"2":{"0":1,"1481":1}}],["juliahist",{"2":{"0":1,"1454":1}}],["juliahidezdecorations",{"2":{"0":1}}],["juliahideydecorations",{"2":{"0":1}}],["juliahidexdecorations",{"2":{"0":1}}],["juliahidethetadecorations",{"2":{"0":1}}],["juliahidespines",{"2":{"0":1}}],["juliahiderdecorations",{"2":{"0":1}}],["juliahidedecorations",{"2":{"0":2,"2629":1}}],["juliaheatmap",{"2":{"0":1,"91":1,"1402":1}}],["juliahexbin",{"2":{"0":1,"1432":1}}],["juliahelp",{"2":{"0":3}}],["julia>help",{"2":{"0":1}}],["julia",{"2":{"0":7,"8":1,"26":3,"28":4,"29":1,"30":1,"35":1,"36":1,"41":2,"45":1,"51":3,"52":1,"53":2,"54":1,"55":1,"66":1,"73":1,"75":2,"87":1,"91":1,"116":2,"151":1,"152":1,"184":1,"185":1,"196":1,"197":1,"199":2,"200":1,"627":1,"1282":3,"1289":1,"1629":1,"2602":1,"2615":1,"2616":2,"2617":4,"2618":3,"2644":1,"2662":1}}],["juliabegin",{"2":{"0":3,"55":1}}],["juliabezierpath",{"2":{"0":2}}],["juliabrain",{"2":{"2633":1}}],["juliabracket",{"2":{"0":1,"1139":1}}],["juliabroadcast",{"2":{"0":1}}],["juliabox",{"2":{"2623":2}}],["juliaboxplot",{"2":{"0":1,"1104":1}}],["juliaboundingbox",{"2":{"0":2}}],["juliabarplot",{"2":{"0":1,"1057":1,"1058":3}}],["juliaband",{"2":{"0":1,"1024":1}}],["juliasubwindow",{"2":{"2640":1}}],["juliasurface",{"2":{"0":1,"2157":1}}],["julias",{"2":{"162":1,"164":1}}],["juliasignal",{"2":{"0":1}}],["juliaspace",{"2":{"0":3}}],["juliaspotlight",{"2":{"0":1}}],["juliastephist",{"2":{"0":1,"2110":1}}],["juliastem",{"2":{"0":1,"2074":1}}],["juliastairs",{"2":{"0":1,"2043":1}}],["juliastreamplot",{"2":{"0":1,"2121":1}}],["juliastruct",{"2":{"0":1,"76":1,"1292":1}}],["juliastr",{"2":{"0":1}}],["juliashowgradients",{"2":{"0":1}}],["juliaseconds",{"2":{"2618":1}}],["juliaset",{"2":{"0":2,"177":1,"178":1}}],["juliaseries",{"2":{"0":1,"1996":1}}],["juliaselect",{"2":{"0":3}}],["juliascreen",{"2":{"2640":1}}],["juliasc",{"2":{"91":1}}],["juliascatter",{"2":{"0":1,"73":1,"100":1,"141":1,"143":1,"1908":1,"2618":2}}],["juliascatterlines",{"2":{"0":1,"1959":1}}],["juliascale",{"2":{"0":1,"158":1,"2644":1}}],["juliascene",{"2":{"0":1,"2639":1,"2641":1,"2642":1,"2644":1}}],["juliasave",{"2":{"0":1,"24":1,"2622":1}}],["juliasg",{"2":{"0":1}}],["juliaslidergrid",{"2":{"0":1}}],["juliaparent",{"2":{"2644":1}}],["juliapattern",{"2":{"0":2}}],["juliapkg",{"2":{"2617":2}}],["juliapoints",{"2":{"12":1}}],["juliapointlight",{"2":{"0":1}}],["juliapoly",{"2":{"0":1,"1773":1}}],["juliaplottype",{"2":{"149":1}}],["juliaplotlist",{"2":{"0":1}}],["juliaplotspec",{"2":{"0":1}}],["juliapie",{"2":{"0":1,"1749":1}}],["juliapick",{"2":{"0":4}}],["juliamutable",{"2":{"218":1}}],["juliamultiline",{"2":{"138":1}}],["juliamakie",{"2":{"149":4,"2647":1}}],["juliameshscatter",{"2":{"0":1,"1661":1}}],["juliamesh",{"2":{"0":1,"1627":1}}],["juliamenu1",{"2":{"0":1}}],["juliamenu",{"2":{"0":1}}],["juliamyplot",{"2":{"151":1}}],["juliamy",{"2":{"0":1}}],["juliamore",{"2":{"1856":1}}],["juliamodule",{"2":{"153":2}}],["juliamouseposition",{"2":{"0":1}}],["juliamouseover",{"2":{"0":1}}],["juliamouseevent",{"2":{"0":1}}],["juliamoveto",{"2":{"0":1}}],["juliafor",{"2":{"2635":1,"2637":1}}],["juliafontsize",{"2":{"178":1}}],["juliafont",{"2":{"109":1}}],["juliafps",{"2":{"85":1}}],["juliaf",{"2":{"73":1,"100":1,"101":1,"104":3,"137":1,"166":1,"583":1,"2619":2,"2620":1,"2621":1,"2623":3}}],["juliafunction",{"2":{"8":1,"121":1,"151":2,"152":1,"2605":1,"2648":2}}],["juliafuncs",{"2":{"0":1}}],["juliafill",{"2":{"0":1}}],["juliafileio",{"2":{"0":1}}],["juliafigureaxisplot",{"2":{"100":1}}],["juliafigure",{"2":{"0":1,"2643":1}}],["juliafig",{"2":{"0":3,"23":1,"24":1,"31":1,"1856":1}}],["julialeg",{"2":{"2628":1}}],["julialegend",{"2":{"0":3}}],["julialbls",{"2":{"120":1}}],["julialabel",{"2":{"2629":1,"2634":1}}],["julialabelslidergrid",{"2":{"0":1}}],["julialabelslider",{"2":{"0":1}}],["julialang",{"2":{"56":1,"2616":1}}],["julialinkyaxes",{"2":{"0":1}}],["julialinkxaxes",{"2":{"0":1}}],["julialinkaxes",{"2":{"0":1}}],["julialineobject",{"2":{"203":1}}],["julialinesegments",{"2":{"0":1,"1598":1}}],["julialines",{"2":{"0":1,"182":1,"1568":1,"2618":2}}],["julialinestyle",{"2":{"0":1}}],["julialineto",{"2":{"0":1}}],["julialimits",{"2":{"0":6}}],["julialogticks",{"2":{"0":1}}],["juliaerrorbars",{"2":{"0":1,"1373":1}}],["juliaecdfplot",{"2":{"0":1,"1342":1}}],["juliaexclusively",{"2":{"0":1}}],["juliaenvironmentlight",{"2":{"0":1}}],["juliaellipticalarc",{"2":{"0":2}}],["juliadark",{"2":{"179":1}}],["juliadate",{"2":{"75":1}}],["juliadatetimeconversion",{"2":{"75":1}}],["juliadatashader",{"2":{"0":1,"1282":1,"1289":1}}],["juliadata",{"2":{"0":2}}],["juliadatainspector",{"2":{"0":1,"119":1}}],["juliademofigure",{"2":{"170":1}}],["juliaderegister",{"2":{"0":1}}],["juliadensity",{"2":{"0":1,"1321":1}}],["juliadeactivate",{"2":{"0":1}}],["juliadirectionallight",{"2":{"0":1}}],["juliacb",{"2":{"2631":1,"2632":1}}],["juliacd",{"2":{"2617":1}}],["juliacube",{"2":{"2398":1}}],["juliacurrent",{"2":{"0":5}}],["juliacurveto",{"2":{"0":1}}],["juliacrossbar",{"2":{"0":1,"1258":1}}],["juliacolgap",{"2":{"2629":1,"2632":1,"2635":1}}],["juliacolsize",{"2":{"2623":1,"2638":1}}],["juliacolors",{"2":{"1058":1}}],["juliacolorbuffer",{"2":{"0":2}}],["juliacolorbar",{"2":{"0":1}}],["juliaconst",{"2":{"151":2}}],["juliacontainer",{"2":{"138":1}}],["juliacontourf",{"2":{"0":1,"1235":1}}],["juliacontour3d",{"2":{"0":1,"1199":1}}],["juliacontour",{"2":{"0":1,"1163":1}}],["juliaconvert",{"2":{"0":17}}],["juliacycled",{"2":{"0":1}}],["juliaclosepath",{"2":{"0":1}}],["juliacategory",{"2":{"1856":1}}],["juliacategoricalconversion",{"2":{"75":1}}],["juliacategorical",{"2":{"0":2}}],["juliacairomakie",{"2":{"16":1,"17":1}}],["juliacampixel",{"2":{"0":1,"2640":1}}],["juliacam",{"2":{"0":1,"2642":2}}],["juliacam3d",{"2":{"0":2,"2640":1}}],["juliacam2d",{"2":{"0":1}}],["juliacamera3d",{"2":{"0":1,"62":1}}],["juliacamera",{"2":{"0":1}}],["juliaaxs",{"2":{"2634":1}}],["juliaaxmain",{"2":{"2627":1}}],["juliaaxtop",{"2":{"2627":1}}],["juliaax",{"2":{"2623":1}}],["juliaaxislegend",{"2":{"0":1}}],["juliaaxis3d",{"2":{"0":1}}],["juliaaxis",{"2":{"0":1}}],["juliaapp",{"2":{"54":1}}],["juliaand",{"2":{"0":1}}],["juliaannotations",{"2":{"0":1}}],["juliaargument",{"2":{"151":1}}],["juliaarrows",{"2":{"0":1,"982":1}}],["juliaarc",{"2":{"0":1,"951":1}}],["juliaavailable",{"2":{"0":3}}],["juliaautolimits",{"2":{"0":2}}],["juliaaddmouseevents",{"2":{"0":1}}],["juliaactivate",{"2":{"0":1}}],["juliaaccum",{"2":{"0":1}}],["juliaablines",{"2":{"0":1,"924":1}}],["juliaabsolute",{"2":{"0":1}}],["juliaambientlight",{"2":{"0":1}}],["june",{"2":{"1323":1}}],["jump",{"2":{"585":2,"844":1}}],["jupyterlab",{"0":{"45":1},"2":{"45":1}}],["jupyterhub",{"0":{"45":1}}],["jupyter",{"2":{"31":1,"45":1,"106":1}}],["justified",{"2":{"2192":1}}],["justification",{"0":{"611":1,"1150":1,"2192":1,"2217":1,"2251":1},"2":{"0":5,"603":4,"611":1,"646":2,"2192":6}}],["justify",{"2":{"56":7}}],["just",{"2":{"0":7,"12":1,"30":1,"31":3,"39":1,"42":1,"49":1,"53":1,"54":2,"55":1,"56":1,"57":3,"73":1,"76":1,"81":1,"82":2,"83":1,"85":1,"92":1,"100":1,"105":1,"106":2,"107":3,"118":1,"121":1,"133":1,"136":1,"138":1,"139":1,"141":1,"143":1,"148":1,"152":3,"157":1,"162":3,"190":1,"384":1,"603":1,"691":1,"720":1,"754":1,"1282":1,"1286":1,"1323":1,"1629":3,"1914":1,"1916":1,"1954":1,"2232":1,"2623":5,"2628":1,"2630":1,"2631":1,"2633":2,"2635":1,"2644":1}}],["44",{"2":{"2660":1}}],["448",{"2":{"2483":1}}],["446",{"2":{"1917":1}}],["46",{"2":{"2304":2,"2660":1}}],["414",{"2":{"1917":1}}],["43",{"2":{"1917":2}}],["4354",{"2":{"53":1}}],["4phi",{"2":{"752":2}}],["4pi",{"2":{"234":7,"773":1,"2044":1,"2075":4}}],["4px",{"2":{"56":1}}],["4u",{"2":{"75":1}}],["4eb5",{"2":{"56":1}}],["4e90",{"2":{"52":1}}],["406",{"2":{"1917":1}}],["40",{"2":{"169":1,"189":10,"406":1,"439":1,"582":1,"633":2,"669":2,"1289":2,"1437":2,"1944":1,"2651":3,"2660":4}}],["4017623871022596650",{"2":{"56":1}}],["4000",{"2":{"2330":1}}],["400",{"2":{"24":1,"35":2,"100":2,"190":1,"191":1,"575":3,"750":1,"753":1,"1236":1,"2644":2}}],["48fb",{"2":{"54":1}}],["48c1",{"2":{"53":1}}],["475",{"2":{"1200":2}}],["4709023951654531711",{"2":{"53":1}}],["47b7",{"2":{"51":1}}],["4bd9",{"2":{"51":1}}],["4bda3cc420e421f192f74952dd9b41c2f2fa1ee3",{"2":{"51":1}}],["4f87",{"2":{"56":1}}],["4f72",{"2":{"51":1}}],["4f0",{"2":{"0":3}}],["4k",{"2":{"36":1}}],["429",{"2":{"1917":1}}],["42",{"2":{"12":1,"1750":1}}],["45f0",{"2":{"2642":1}}],["457",{"2":{"1917":1}}],["450",{"2":{"105":5,"106":11,"2398":1,"2459":1,"2641":1,"2642":1}}],["45",{"2":{"0":3,"62":1,"1285":1,"1949":2,"2304":1,"2660":3}}],["4",{"2":{"0":24,"10":1,"12":4,"16":1,"20":1,"32":1,"33":2,"34":3,"36":1,"51":2,"53":3,"54":2,"56":3,"57":1,"63":1,"66":5,"71":1,"73":1,"75":5,"98":1,"107":4,"110":1,"121":1,"162":3,"163":1,"164":1,"166":1,"167":1,"168":1,"169":2,"182":1,"184":1,"185":3,"189":1,"191":12,"194":1,"195":2,"207":1,"252":1,"279":1,"290":1,"304":1,"326":1,"337":1,"341":1,"351":1,"374":1,"392":1,"491":1,"498":1,"515":2,"581":4,"585":1,"627":2,"628":5,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"757":7,"758":2,"793":1,"799":1,"826":1,"952":2,"983":2,"1058":1,"1141":3,"1143":1,"1285":5,"1322":2,"1323":2,"1374":3,"1404":2,"1406":1,"1409":1,"1436":1,"1569":2,"1572":1,"1584":2,"1586":5,"1600":2,"1628":1,"1750":2,"1856":4,"1880":2,"1914":3,"1917":4,"1918":3,"1922":3,"1925":2,"1944":3,"1949":2,"1998":2,"1999":1,"2000":1,"2017":1,"2121":1,"2158":1,"2191":2,"2194":2,"2265":4,"2274":4,"2304":13,"2330":2,"2398":1,"2459":1,"2480":1,"2482":1,"2484":5,"2485":1,"2555":7,"2604":1,"2608":1,"2609":2,"2611":3,"2618":1,"2626":1,"2643":1,"2644":2,"2651":17,"2653":2,"2658":35}}],["5a4719",{"2":{"2614":1}}],["5ae79f09",{"2":{"53":1}}],["5length",{"2":{"2433":3}}],["5cos",{"2":{"2304":1}}],["5c23653047b2e52db8b95d0f9cc4be13fcc8322d",{"2":{"51":1}}],["52",{"2":{"1917":1,"2193":1}}],["52h103",{"2":{"1917":1}}],["528",{"2":{"1917":1}}],["586",{"2":{"1917":1}}],["5800h",{"2":{"1286":1}}],["538",{"2":{"1917":1}}],["5sin",{"2":{"2304":1}}],["5s",{"2":{"1287":1}}],["5spacing",{"2":{"66":1}}],["549",{"2":{"1917":2}}],["543",{"2":{"1917":1}}],["541",{"2":{"1917":1}}],["54",{"2":{"1285":1}}],["5pi",{"2":{"1141":1,"2190":1}}],["5px",{"2":{"56":6}}],["5xs",{"2":{"2075":2}}],["5x",{"2":{"169":1}}],["55",{"2":{"75":1,"2660":6}}],["550",{"2":{"39":1}}],["555",{"2":{"0":1,"2505":1}}],["56",{"2":{"36":1}}],["512",{"2":{"2483":1}}],["5167",{"2":{"54":1}}],["51",{"2":{"0":2,"12":1,"56":1,"138":1}}],["502",{"2":{"1917":2}}],["506",{"2":{"92":1}}],["50000",{"2":{"35":1,"2644":1}}],["500",{"2":{"0":3,"31":1,"32":1,"34":1,"35":2,"96":2,"155":2,"752":1,"1436":1,"1569":2,"1600":2,"1856":1,"1922":2,"2145":1,"2623":3,"2639":2,"2644":2}}],["50",{"2":{"0":1,"12":1,"35":2,"39":2,"56":2,"66":1,"138":1,"163":2,"178":1,"187":3,"196":2,"290":1,"470":1,"515":2,"576":1,"580":2,"582":4,"584":1,"627":1,"1025":2,"1141":1,"1914":5,"1915":1,"1917":5,"1921":1,"2274":1,"2303":2,"2305":2,"2433":1,"2459":3,"2609":1,"2624":2,"2630":2,"2644":2,"2651":4,"2653":2,"2660":2}}],["5f0",{"2":{"0":20,"62":2,"1629":1,"2642":2}}],["5",{"2":{"0":73,"16":1,"22":1,"23":1,"24":1,"28":2,"31":1,"32":6,"33":2,"34":6,"35":4,"36":3,"53":1,"54":1,"56":1,"66":8,"73":1,"75":1,"105":6,"106":2,"107":5,"121":1,"136":2,"157":1,"163":2,"168":1,"169":2,"184":1,"185":1,"186":1,"189":7,"190":13,"191":7,"192":2,"194":1,"195":2,"203":1,"279":1,"287":1,"299":1,"300":1,"304":3,"316":1,"326":1,"334":1,"346":1,"347":1,"351":3,"357":4,"362":4,"374":1,"420":1,"423":1,"453":1,"456":1,"487":1,"491":4,"515":6,"531":1,"541":1,"565":1,"624":2,"625":2,"627":3,"628":1,"633":3,"639":3,"652":2,"660":2,"664":6,"665":3,"668":4,"669":3,"678":3,"685":3,"751":3,"752":1,"753":1,"757":3,"758":1,"779":1,"813":1,"863":1,"886":1,"903":3,"924":1,"926":1,"954":1,"983":12,"986":1,"1027":1,"1058":8,"1060":1,"1086":1,"1106":1,"1123":1,"1128":1,"1141":7,"1142":3,"1164":1,"1166":1,"1185":1,"1200":8,"1202":1,"1221":1,"1275":1,"1285":3,"1289":1,"1293":1,"1322":1,"1323":3,"1345":1,"1374":6,"1376":1,"1404":9,"1406":1,"1409":1,"1411":1,"1434":4,"1435":2,"1438":2,"1441":1,"1455":2,"1456":2,"1457":1,"1458":2,"1471":1,"1483":1,"1510":1,"1512":1,"1547":1,"1571":1,"1572":1,"1584":11,"1585":1,"1586":2,"1587":1,"1599":3,"1602":1,"1631":1,"1662":2,"1664":1,"1750":2,"1774":5,"1776":1,"1856":12,"1878":1,"1882":1,"1910":1,"1911":2,"1914":1,"1915":2,"1916":9,"1917":7,"1918":2,"1919":2,"1924":1,"1926":8,"1943":1,"1960":2,"1962":1,"2019":1,"2046":1,"2075":6,"2111":2,"2122":9,"2124":1,"2160":1,"2192":1,"2193":1,"2194":1,"2195":1,"2200":1,"2241":2,"2274":2,"2304":14,"2330":2,"2331":1,"2370":1,"2398":1,"2402":1,"2418":1,"2435":1,"2436":4,"2461":1,"2482":1,"2484":1,"2488":1,"2520":1,"2522":1,"2555":11,"2562":1,"2574":2,"2576":1,"2582":1,"2602":6,"2609":6,"2610":5,"2611":5,"2618":5,"2623":4,"2624":16,"2626":1,"2627":1,"2629":1,"2630":7,"2631":1,"2634":2,"2637":2,"2638":2,"2639":3,"2642":1,"2643":3,"2644":16,"2651":19,"2658":35,"2660":15}}],["09458128078816",{"2":{"2641":1}}],["090861907263061e",{"2":{"0":2}}],["090861907263062e",{"2":{"0":2}}],["0xff",{"2":{"2482":1}}],["0x01",{"2":{"2482":1}}],["0x00",{"2":{"0":2,"2478":1,"2482":1,"2490":1}}],["06",{"2":{"2304":1}}],["06s",{"2":{"1287":1}}],["0i",{"2":{"2158":1}}],["0im",{"2":{"0":4}}],["086",{"2":{"1917":1}}],["08dec68f",{"2":{"51":1}}],["041",{"2":{"1917":1}}],["04u",{"2":{"75":1}}],["0f0",{"2":{"244":1,"254":1,"271":1,"296":1,"318":1,"343":1,"393":1,"408":1,"421":1,"441":1,"454":1,"472":1,"485":1,"501":1,"508":4,"533":1,"561":1,"608":1,"613":4,"647":1,"655":4,"666":4,"669":2,"686":1,"715":1,"893":1}}],["0s",{"2":{"152":1}}],["0u",{"2":{"73":2}}],["0px",{"2":{"56":1}}],["0a55",{"2":{"51":1}}],["078",{"2":{"1917":1}}],["07841f4cc3b3",{"2":{"51":1}}],["07",{"2":{"1917":2}}],["075",{"2":{"0":2,"1856":1,"1858":1}}],["0044444446",{"2":{"2642":1}}],["0033333334",{"2":{"2642":1}}],["003i",{"2":{"2158":1}}],["001",{"2":{"1405":2,"2459":2}}],["005",{"2":{"36":1,"1439":1,"1917":1}}],["009925",{"2":{"35":1,"2644":1}}],["0001",{"2":{"2642":1}}],["0000",{"2":{"35":2,"2644":2}}],["000059",{"2":{"35":1,"2644":1}}],["000",{"2":{"0":2,"35":1,"59":2,"60":2,"71":2,"752":2,"756":1,"1106":1,"1289":2,"1324":1,"1342":1,"1458":1,"2016":1,"2331":1,"2644":1}}],["0e",{"2":{"0":1,"2582":1}}],["05f0",{"2":{"260":2,"307":2}}],["05",{"2":{"0":3,"273":1,"320":1,"379":1,"398":2,"431":2,"462":2,"776":2,"812":2,"1007":1,"1200":2,"1584":1,"1856":1,"2398":1,"2417":1,"2480":1}}],["022",{"2":{"1289":1}}],["025",{"2":{"157":1,"1200":2,"2602":1}}],["02u",{"2":{"75":1}}],["02",{"2":{"0":1,"36":1,"1856":1,"2611":1}}],["0π",{"2":{"0":1,"1087":1}}],["039",{"2":{"1917":1}}],["03349",{"2":{"199":3}}],["03u",{"2":{"75":1}}],["03",{"2":{"0":5,"1072":1,"1115":1,"1267":1,"1285":1,"2341":1,"2561":1}}],["0km",{"2":{"0":2}}],["0jm",{"2":{"0":4}}],["01u",{"2":{"75":1}}],["01",{"2":{"0":7,"196":1,"287":1,"334":1,"596":1,"844":2,"855":1,"874":1,"1287":1,"1866":1,"2153":1,"2274":3,"2481":1,"2498":1,"2611":1}}],["0",{"0":{"809":1},"2":{"0":560,"8":4,"10":10,"11":4,"12":7,"16":2,"18":2,"19":2,"22":2,"24":1,"28":3,"31":4,"32":14,"33":17,"34":42,"35":23,"36":5,"48":3,"51":2,"52":2,"53":8,"54":4,"55":4,"56":12,"60":2,"61":1,"62":11,"63":6,"64":3,"66":12,"71":1,"73":2,"75":4,"78":2,"82":1,"96":2,"105":5,"106":5,"121":4,"135":10,"136":2,"137":10,"145":2,"146":7,"152":12,"157":1,"159":3,"162":1,"163":4,"164":2,"168":1,"169":6,"178":1,"186":6,"189":18,"190":29,"191":18,"192":7,"194":6,"195":10,"196":8,"203":3,"204":2,"208":2,"222":2,"223":1,"234":5,"238":1,"242":1,"252":1,"260":2,"262":4,"265":1,"269":1,"273":4,"276":1,"277":2,"280":1,"282":1,"287":8,"288":3,"289":3,"294":1,"295":2,"300":1,"303":1,"304":1,"307":2,"309":4,"312":1,"316":1,"320":4,"323":1,"324":2,"327":1,"329":1,"334":7,"335":3,"336":3,"341":1,"342":2,"347":1,"350":1,"351":1,"357":11,"358":4,"362":11,"364":2,"373":2,"374":7,"379":6,"383":8,"384":8,"385":3,"392":1,"396":5,"398":2,"399":4,"431":2,"432":4,"462":2,"463":4,"491":2,"494":3,"497":1,"510":1,"515":16,"519":3,"531":1,"535":3,"539":2,"542":1,"544":1,"546":3,"550":1,"553":3,"554":3,"559":1,"560":2,"565":1,"567":1,"568":3,"578":3,"582":6,"584":1,"585":9,"590":3,"594":2,"595":1,"596":2,"603":4,"612":1,"613":4,"614":2,"624":3,"625":4,"626":2,"627":14,"628":6,"633":2,"636":1,"639":2,"652":3,"655":4,"660":2,"664":4,"665":2,"668":2,"669":2,"671":1,"675":4,"678":2,"685":2,"691":4,"704":2,"710":3,"711":3,"713":1,"718":1,"721":1,"722":1,"724":3,"750":2,"751":17,"752":8,"753":7,"754":1,"757":16,"758":9,"764":1,"776":2,"779":1,"784":1,"793":1,"797":3,"809":3,"812":2,"813":1,"817":4,"818":1,"826":1,"829":3,"843":2,"844":6,"850":3,"855":2,"857":1,"861":1,"863":7,"874":3,"877":3,"879":2,"881":1,"884":3,"903":3,"908":2,"915":3,"918":1,"921":1,"924":1,"926":2,"932":3,"951":4,"952":10,"954":2,"960":3,"983":16,"986":2,"988":1,"989":4,"990":1,"991":2,"996":3,"997":1,"1004":1,"1007":1,"1017":1,"1019":1,"1025":11,"1027":2,"1028":2,"1034":3,"1035":1,"1050":1,"1052":1,"1058":14,"1060":2,"1069":3,"1072":1,"1076":1,"1093":2,"1115":1,"1116":1,"1123":1,"1137":2,"1141":6,"1142":2,"1143":2,"1155":1,"1164":7,"1166":2,"1171":3,"1188":1,"1200":10,"1202":2,"1207":3,"1224":1,"1236":3,"1240":3,"1249":3,"1267":1,"1268":1,"1275":1,"1285":39,"1288":5,"1289":3,"1293":2,"1299":3,"1322":4,"1323":3,"1337":2,"1343":1,"1345":2,"1351":3,"1374":19,"1376":2,"1382":3,"1401":1,"1405":4,"1407":2,"1408":2,"1409":5,"1411":2,"1415":3,"1435":8,"1436":1,"1438":4,"1439":1,"1441":2,"1451":1,"1452":1,"1455":1,"1456":2,"1457":1,"1467":1,"1474":2,"1481":4,"1483":2,"1489":3,"1508":1,"1509":2,"1510":9,"1512":2,"1518":3,"1542":1,"1543":2,"1547":2,"1551":3,"1571":2,"1572":9,"1577":3,"1584":5,"1585":5,"1586":14,"1587":6,"1599":1,"1602":2,"1608":3,"1628":12,"1629":13,"1631":2,"1632":2,"1638":3,"1639":1,"1654":1,"1656":1,"1662":4,"1664":2,"1665":2,"1671":3,"1672":1,"1681":1,"1686":2,"1688":1,"1690":1,"1753":3,"1755":1,"1762":2,"1774":17,"1776":2,"1782":3,"1806":1,"1811":3,"1831":1,"1836":3,"1856":19,"1858":1,"1859":1,"1861":1,"1866":1,"1867":1,"1869":1,"1876":1,"1878":1,"1880":7,"1882":2,"1888":3,"1907":1,"1910":2,"1911":2,"1913":5,"1914":6,"1915":15,"1916":13,"1917":2,"1918":5,"1919":1,"1920":4,"1922":4,"1924":2,"1925":8,"1926":2,"1930":3,"1934":2,"1935":2,"1943":1,"1944":2,"1949":3,"1952":6,"1953":1,"1957":8,"1960":2,"1962":2,"1968":3,"2000":2,"2016":2,"2017":1,"2019":2,"2023":3,"2044":1,"2046":2,"2052":3,"2075":16,"2082":3,"2091":1,"2111":1,"2122":6,"2124":2,"2131":1,"2132":3,"2153":1,"2158":5,"2160":2,"2161":2,"2166":3,"2167":1,"2181":1,"2183":1,"2189":7,"2190":3,"2192":4,"2193":1,"2194":3,"2195":4,"2196":1,"2197":2,"2200":2,"2205":3,"2210":2,"2211":2,"2218":1,"2223":4,"2225":4,"2226":2,"2229":2,"2230":1,"2239":2,"2241":2,"2243":3,"2256":1,"2262":1,"2274":34,"2284":1,"2303":1,"2304":170,"2305":4,"2309":3,"2319":3,"2330":2,"2339":3,"2341":1,"2343":1,"2368":4,"2370":2,"2376":3,"2395":1,"2396":2,"2398":5,"2400":1,"2402":2,"2403":2,"2407":3,"2408":1,"2417":1,"2418":1,"2425":1,"2427":1,"2433":3,"2435":2,"2436":4,"2441":3,"2459":20,"2461":2,"2476":1,"2477":1,"2478":1,"2481":5,"2482":19,"2484":52,"2485":3,"2488":2,"2489":2,"2494":3,"2496":1,"2498":3,"2512":1,"2514":1,"2520":9,"2522":2,"2528":3,"2552":1,"2553":2,"2561":1,"2562":1,"2563":1,"2565":1,"2574":2,"2576":2,"2582":1,"2602":3,"2604":4,"2605":4,"2607":10,"2608":20,"2609":25,"2610":24,"2611":29,"2618":2,"2623":9,"2624":33,"2625":3,"2627":4,"2629":3,"2630":4,"2631":1,"2632":3,"2634":9,"2635":1,"2636":4,"2637":2,"2638":1,"2639":3,"2640":7,"2641":10,"2642":125,"2643":4,"2644":61,"2648":1,"2651":33,"2653":4,"2660":6}}],["gwv",{"2":{"2660":1}}],["gwr",{"2":{"2660":1}}],["gkr",{"2":{"2660":1}}],["gnuplot2",{"2":{"2659":1}}],["gnuplot",{"0":{"2659":1},"2":{"2659":1}}],["gnbu",{"2":{"2658":8}}],["gd",{"2":{"2624":11,"2626":1,"2634":4,"2635":3,"2636":2,"2637":1}}],["gz",{"2":{"2398":1}}],["gb",{"2":{"1629":5,"2624":7,"2626":1,"2630":2,"2631":1,"2632":2,"2637":1}}],["gs",{"2":{"1586":4}}],["gpspoints",{"2":{"1288":1}}],["gps",{"0":{"1288":1},"2":{"1288":1}}],["gpu0",{"2":{"31":2}}],["gpus",{"2":{"27":1,"30":3,"31":2}}],["gpu",{"0":{"26":1},"2":{"13":1,"26":3,"27":4,"31":1,"66":5,"68":1,"69":2,"117":1,"1629":2,"2485":1,"2617":1}}],["g2",{"2":{"192":4}}],["g1",{"2":{"192":3}}],["ggplot",{"2":{"183":2}}],["ggplot2",{"0":{"171":1},"2":{"2":1,"171":1}}],["gcd",{"2":{"2624":4,"2626":3,"2638":1}}],["gc",{"2":{"66":2,"2624":4,"2626":1,"2633":2,"2637":1}}],["gcs",{"2":{"66":2}}],["guarantee",{"2":{"137":1}}],["guy",{"2":{"35":1,"2644":1}}],["gui",{"2":{"29":2}}],["garden",{"2":{"2662":1}}],["ga",{"2":{"2624":9,"2627":3,"2628":1,"2629":3,"2637":1}}],["game",{"2":{"2623":1}}],["gamma",{"2":{"169":1}}],["gaussian",{"2":{"2158":2}}],["gauge",{"2":{"82":1}}],["gantt",{"2":{"1058":14}}],["gain",{"2":{"169":1}}],["gallery",{"2":{"3":1}}],["gapstyles",{"2":{"1586":2}}],["gaps",{"2":{"0":1,"105":1,"126":1,"163":1,"188":1,"576":1,"1568":1,"2197":1,"2481":1,"2623":1,"2626":1,"2629":1,"2637":1}}],["gapless",{"2":{"0":1,"1103":1}}],["gap",{"0":{"1072":1,"1076":1,"1115":1,"1116":1,"1267":1,"1268":1,"1467":1,"1866":1,"1867":1,"2341":1,"2343":1,"2481":1,"2498":1,"2561":1,"2563":1,"2564":1,"2565":1},"2":{"0":40,"56":3,"105":2,"131":1,"242":1,"252":1,"384":1,"392":1,"531":1,"559":1,"584":1,"633":1,"639":1,"668":1,"678":1,"683":1,"838":1,"940":1,"969":1,"1058":2,"1076":1,"1103":1,"1116":1,"1268":1,"1360":1,"1467":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"1856":3,"2061":1,"2343":1,"2384":1,"2481":7,"2498":1,"2537":1,"2590":1,"2623":2,"2627":1,"2632":1,"2634":1,"2635":1}}],["ghost",{"0":{"2283":1,"2284":1,"2285":1,"2286":1,"2297":1},"2":{"0":13,"2274":2,"2276":2,"2283":1,"2284":1,"2285":1,"2286":1,"2294":1,"2297":1}}],["gyre",{"2":{"0":4,"109":1,"110":4,"1912":1}}],["glasbey",{"2":{"2660":8}}],["glasgow50",{"2":{"2656":1}}],["glasgow25",{"2":{"2656":1}}],["glasgow100",{"2":{"2656":1}}],["glasgow10",{"2":{"2656":1}}],["glasgow",{"2":{"2656":1}}],["glass",{"2":{"32":3}}],["gltriangleface",{"2":{"2609":1,"2611":1}}],["glteximage",{"2":{"91":1}}],["glindex",{"2":{"1629":1}}],["glue",{"2":{"162":1}}],["glgetintegerv",{"2":{"92":1}}],["glxgears",{"2":{"28":1}}],["glxinfo",{"2":{"27":1}}],["glfw",{"2":{"13":1,"22":4,"23":1,"27":4,"28":1}}],["glnormalmesh",{"2":{"0":4}}],["glnative",{"2":{"0":1}}],["global",{"2":{"0":1,"53":1,"82":1,"92":1,"187":1,"227":1,"228":1,"376":1,"377":1,"378":1,"694":1,"695":1,"696":1,"766":1,"767":1,"2639":1,"2641":1}}],["glowwidth",{"0":{"1935":1,"2211":1},"2":{"0":4}}],["glow",{"2":{"0":6,"33":2,"1934":1,"1935":1,"2210":1,"2211":1}}],["glowcolor",{"0":{"1934":1,"2210":1},"2":{"0":4}}],["glyphs",{"2":{"0":2,"111":1,"1912":1,"2189":1,"2197":2,"2232":1}}],["glyph",{"2":{"0":4,"2190":1,"2201":1,"2232":1}}],["gl",{"2":{"0":43,"15":1,"66":1,"90":1,"92":1,"945":1,"975":1,"1014":1,"1048":1,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1426":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2224":1,"2257":1,"2322":1,"2355":1,"2389":1,"2423":1,"2452":1,"2510":1,"2542":1,"2595":1}}],["glmakie=",{"2":{"22":1}}],["glmakie",{"0":{"21":1,"29":1,"88":1,"114":1,"115":1,"116":1,"117":1,"195":1,"1569":1,"1600":1,"1922":1},"1":{"22":1,"23":1,"24":1,"25":1,"26":1,"27":1,"28":1,"29":1,"115":1,"116":1,"117":1},"2":{"0":145,"8":1,"10":2,"11":1,"12":1,"13":1,"14":3,"21":1,"22":8,"23":1,"25":3,"27":6,"29":1,"66":2,"77":1,"80":6,"81":2,"82":2,"88":1,"92":1,"106":2,"111":1,"114":1,"117":2,"123":1,"135":1,"163":1,"168":1,"190":3,"191":4,"195":3,"196":1,"197":2,"491":1,"691":1,"704":1,"705":1,"752":1,"844":1,"863":1,"908":1,"932":1,"933":1,"949":1,"960":1,"961":1,"980":1,"983":2,"996":1,"998":1,"1016":1,"1022":1,"1025":1,"1034":1,"1036":1,"1049":1,"1055":1,"1069":1,"1075":1,"1101":1,"1171":1,"1173":1,"1197":1,"1200":1,"1207":1,"1209":1,"1233":1,"1240":1,"1243":1,"1256":1,"1284":1,"1285":1,"1287":1,"1288":1,"1289":1,"1299":1,"1300":1,"1319":1,"1323":1,"1351":1,"1352":1,"1371":1,"1382":1,"1384":1,"1399":1,"1415":1,"1416":1,"1430":1,"1455":1,"1489":1,"1490":1,"1506":1,"1518":1,"1519":1,"1540":1,"1551":1,"1552":1,"1566":1,"1569":2,"1577":1,"1578":1,"1596":1,"1600":2,"1608":1,"1609":1,"1625":1,"1628":2,"1629":2,"1638":1,"1640":1,"1653":1,"1659":1,"1662":1,"1671":1,"1673":1,"1687":1,"1693":1,"1753":1,"1754":1,"1770":1,"1782":1,"1783":1,"1804":1,"1811":1,"1812":1,"1829":1,"1836":1,"1837":1,"1854":1,"1888":1,"1890":1,"1905":1,"1915":1,"1922":2,"1930":1,"1931":1,"1933":1,"1956":1,"1968":1,"1969":1,"1994":1,"2023":1,"2026":1,"2041":1,"2052":1,"2053":1,"2072":1,"2075":1,"2082":1,"2083":1,"2103":1,"2111":1,"2132":1,"2133":1,"2155":1,"2158":3,"2166":1,"2168":1,"2180":1,"2186":1,"2205":1,"2209":1,"2234":1,"2243":1,"2246":1,"2267":1,"2309":1,"2313":1,"2326":1,"2339":1,"2342":1,"2364":1,"2376":1,"2377":1,"2393":1,"2398":2,"2407":1,"2410":1,"2424":1,"2430":1,"2433":1,"2441":1,"2442":1,"2456":1,"2480":1,"2481":1,"2482":1,"2483":1,"2484":2,"2485":3,"2494":1,"2497":1,"2511":1,"2517":1,"2528":1,"2529":1,"2550":1,"2574":1,"2582":1,"2583":1,"2599":1,"2601":3,"2602":5,"2603":2,"2605":2,"2608":1,"2609":3,"2610":1,"2611":1,"2614":1,"2640":3,"2641":1}}],["gist",{"2":{"2657":7}}],["githubusercontent",{"2":{"36":2,"2614":1}}],["github",{"2":{"27":1,"33":1,"35":1,"36":2,"153":1}}],["gives",{"2":{"0":1,"29":1,"92":1,"2262":1,"2638":1}}],["give",{"2":{"0":2,"41":1,"56":1,"80":1,"97":1,"106":1,"152":1,"186":1,"574":1,"1241":1,"1242":1,"1408":1,"2619":1,"2623":1,"2640":3}}],["given",{"2":{"0":91,"23":1,"62":1,"66":1,"67":1,"73":1,"82":1,"90":1,"98":3,"104":3,"105":2,"107":1,"126":1,"137":1,"141":1,"143":1,"145":1,"146":1,"151":1,"152":1,"155":1,"158":4,"159":3,"162":1,"167":1,"178":1,"184":1,"191":2,"212":1,"299":1,"346":1,"385":1,"628":1,"748":1,"752":1,"940":1,"969":1,"983":1,"985":3,"1013":1,"1360":1,"1373":1,"1497":1,"1527":1,"1586":1,"1616":1,"1681":1,"1686":1,"1749":1,"1773":4,"1791":1,"1879":1,"1920":1,"1943":1,"1945":1,"2061":1,"2074":1,"2196":1,"2223":1,"2226":1,"2231":1,"2237":1,"2253":1,"2265":1,"2276":1,"2384":1,"2478":1,"2481":1,"2537":1,"2590":1,"2613":1,"2640":1,"2644":4}}],["giving",{"2":{"0":5}}],["gifs",{"2":{"0":2}}],["gif",{"2":{"0":9,"9":1}}],["gow",{"2":{"2660":2}}],["got",{"2":{"53":2}}],["gotchas",{"2":{"31":1}}],["goal",{"2":{"41":1,"126":1,"2618":1,"2624":1}}],["gold",{"2":{"32":2,"2555":1,"2614":1,"2662":1}}],["google",{"2":{"27":1}}],["good",{"2":{"0":3,"9":1,"16":2,"30":1,"31":1,"53":1,"74":1,"106":1,"516":1,"578":1,"1288":2,"2601":1,"2617":1,"2638":1}}],["go",{"2":{"11":1,"53":1,"155":1,"161":1,"515":1,"1285":1,"1629":1,"2624":1,"2642":1,"2643":1,"2646":1}}],["goes",{"2":{"0":2,"68":1,"74":1,"286":1,"333":1,"374":1,"410":1,"443":1,"474":1,"1916":2,"1996":1,"2640":3}}],["going",{"2":{"0":1,"53":1,"73":1,"106":1,"151":1,"152":2,"358":1,"2617":1,"2624":1,"2626":2,"2629":1,"2644":2}}],["gt",{"2":{"0":169,"16":4,"28":3,"29":3,"119":1,"120":1,"122":2,"187":1,"794":1,"838":1,"839":1,"905":1,"936":1,"937":1,"938":1,"964":1,"965":1,"966":1,"1001":1,"1002":1,"1003":1,"1033":1,"1039":1,"1040":1,"1041":1,"1068":1,"1079":1,"1080":1,"1081":1,"1113":1,"1116":1,"1176":1,"1177":1,"1178":1,"1212":1,"1213":1,"1214":1,"1245":1,"1246":1,"1247":1,"1265":1,"1268":1,"1295":1,"1303":1,"1304":1,"1305":1,"1307":1,"1332":1,"1355":1,"1356":1,"1357":1,"1387":1,"1388":1,"1389":1,"1402":1,"1405":1,"1419":1,"1420":1,"1421":1,"1463":1,"1493":1,"1494":1,"1495":1,"1517":1,"1522":1,"1523":1,"1524":1,"1555":1,"1556":1,"1557":1,"1581":1,"1582":1,"1583":1,"1612":1,"1613":1,"1614":1,"1637":1,"1643":1,"1644":1,"1645":1,"1676":1,"1677":1,"1678":1,"1757":1,"1758":1,"1759":1,"1781":1,"1786":1,"1787":1,"1788":1,"1814":1,"1815":1,"1816":1,"1839":1,"1840":1,"1841":1,"1864":1,"1893":1,"1894":1,"1895":1,"1938":1,"1939":1,"1940":1,"1972":1,"1973":1,"1974":1,"2029":1,"2030":1,"2031":1,"2056":1,"2057":1,"2058":1,"2081":1,"2085":1,"2086":1,"2087":1,"2115":1,"2137":1,"2138":1,"2139":1,"2171":1,"2172":1,"2173":1,"2214":1,"2215":1,"2216":1,"2248":1,"2249":1,"2250":1,"2315":1,"2316":1,"2317":1,"2337":1,"2343":1,"2345":1,"2346":1,"2347":1,"2380":1,"2381":1,"2382":1,"2397":6,"2413":1,"2414":1,"2415":1,"2445":1,"2446":1,"2447":1,"2481":1,"2501":1,"2502":1,"2503":1,"2505":1,"2527":1,"2532":1,"2533":1,"2534":1,"2558":1,"2586":1,"2587":1,"2588":1,"2604":1}}],["grp2",{"2":{"1058":2}}],["grp1",{"2":{"1058":2}}],["grp",{"2":{"1058":10}}],["grow",{"2":{"98":1,"106":1,"152":1}}],["grows",{"2":{"0":1,"1944":1}}],["ground",{"2":{"0":1,"31":1}}],["grouped",{"2":{"664":1,"2555":1}}],["groups",{"2":{"192":1,"628":1,"637":1,"638":1,"685":1,"1058":1,"1287":1,"1289":1,"2555":1,"2625":2}}],["grouping",{"2":{"0":2,"1114":1,"1865":1}}],["groupgap",{"0":{"639":1},"2":{"0":1,"639":2}}],["group",{"0":{"628":1},"2":{"0":4,"149":1,"192":1,"354":1,"584":3,"628":6,"639":5,"682":1,"683":2,"684":1,"685":1,"686":1,"687":1,"1058":3,"2555":8,"2624":1,"2631":1}}],["grep",{"2":{"27":1}}],["grey",{"2":{"1289":1,"2660":4}}],["grey90",{"2":{"0":1,"2562":1}}],["greys",{"2":{"0":4,"2658":8}}],["great",{"2":{"0":1,"1294":1}}],["greater",{"2":{"0":2,"62":1,"2304":1}}],["greenpink",{"2":{"2662":1}}],["greenbrownterrain",{"2":{"2662":1}}],["greens",{"2":{"2654":1,"2658":8}}],["green",{"2":{"0":14,"63":4,"66":5,"146":2,"152":2,"185":3,"187":1,"190":4,"206":1,"625":1,"626":1,"627":2,"628":1,"997":1,"1019":1,"1035":1,"1052":1,"1058":2,"1105":1,"1142":2,"1628":1,"1639":1,"1656":1,"1672":1,"1690":1,"1750":2,"2167":1,"2183":1,"2408":1,"2427":1,"2482":1,"2483":1,"2496":1,"2514":1,"2604":2,"2660":2}}],["graph",{"0":{"2639":1,"2644":1},"1":{"2640":1,"2641":1,"2642":1,"2643":1,"2644":1},"2":{"2158":1,"2644":4}}],["graphical",{"2":{"29":1}}],["graphic",{"2":{"19":1,"66":1,"105":2,"106":2,"190":1,"1915":1}}],["graphics",{"2":{"0":1,"2":1,"13":1,"15":1,"21":1,"27":2,"34":1,"88":2,"105":2,"106":1,"107":2,"197":1,"2617":1,"2622":1}}],["graphs",{"2":{"4":1}}],["graphmakie",{"0":{"4":1}}],["grammar",{"2":{"2":1}}],["grab",{"2":{"0":1,"2490":1}}],["grayyellow",{"2":{"2662":1}}],["gray1",{"2":{"2657":1}}],["gray15",{"2":{"1774":1}}],["grayc50",{"2":{"2656":1}}],["grayc25",{"2":{"2656":1}}],["grayc100",{"2":{"2656":1}}],["grayc10",{"2":{"2656":1}}],["grayc",{"2":{"2656":1}}],["gray70",{"2":{"1913":1}}],["gray50",{"2":{"1438":1,"2189":1}}],["gray85",{"2":{"1058":1}}],["gray80",{"2":{"103":1,"373":1,"1914":1}}],["grays1",{"2":{"2662":1}}],["grays",{"2":{"515":1,"2654":1,"2655":1}}],["gray95",{"2":{"396":1,"1323":1}}],["gray97",{"2":{"384":2}}],["gray90",{"2":{"98":1,"183":1,"585":1,"2623":1,"2624":1,"2635":1}}],["grayed",{"2":{"68":1}}],["gray",{"2":{"0":1,"66":11,"80":3,"81":1,"691":1,"983":1,"1455":1,"1752":1,"2111":1,"2625":1,"2639":1,"2640":2,"2642":1,"2657":1}}],["gradient",{"2":{"0":3,"545":1,"1328":1,"2661":2}}],["gradients",{"0":{"1323":1},"2":{"0":79,"928":2,"956":2,"993":2,"1030":2,"1065":2,"1168":2,"1204":2,"1296":2,"1323":1,"1347":2,"1378":2,"1412":2,"1444":2,"1485":2,"1514":2,"1548":2,"1573":2,"1604":2,"1634":2,"1667":2,"1778":2,"1884":2,"1926":2,"1964":2,"2020":2,"2048":2,"2128":2,"2163":2,"2202":2,"2372":2,"2404":2,"2438":2,"2464":2,"2491":2,"2524":2,"2578":2}}],["granularity",{"2":{"0":5}}],["gridlaplacian",{"2":{"2158":2}}],["gridlayoutbase",{"2":{"144":1,"582":1}}],["gridlayoutspec",{"0":{"166":1},"2":{"165":2}}],["gridlayouts",{"0":{"126":1,"2626":1},"1":{"127":1,"128":1,"129":1,"130":1,"131":1,"132":1,"133":1},"2":{"98":1,"102":2,"164":1,"2626":2}}],["gridlayout",{"0":{"573":1,"737":1},"1":{"574":1,"575":1,"576":1,"577":1,"578":1,"579":1,"580":1,"581":1,"582":1,"583":1,"584":1},"2":{"0":7,"37":5,"98":1,"99":1,"104":1,"126":1,"130":1,"131":1,"132":5,"144":2,"145":1,"162":2,"163":5,"164":6,"166":1,"192":4,"221":1,"222":1,"356":1,"491":1,"493":1,"518":1,"576":1,"577":2,"578":1,"579":2,"580":1,"587":1,"603":1,"605":1,"630":1,"637":1,"638":1,"664":2,"847":1,"865":1,"911":1,"2623":1,"2624":5,"2625":3,"2626":5,"2630":1,"2637":1}}],["griddepth",{"2":{"756":1}}],["grid=false",{"2":{"584":1}}],["gridposition",{"2":{"102":2,"104":2,"141":3,"143":1,"144":1}}],["gridpositions",{"0":{"102":1,"144":1},"1":{"145":1,"146":1},"2":{"145":1,"146":1,"2626":1}}],["gridbased",{"2":{"0":1,"149":2}}],["grid",{"2":{"0":27,"19":1,"34":2,"56":26,"98":2,"102":1,"104":1,"126":1,"144":1,"166":1,"188":1,"205":3,"262":1,"263":1,"264":1,"265":1,"273":1,"274":1,"275":1,"276":1,"309":1,"310":1,"311":1,"312":1,"320":1,"321":1,"322":1,"323":1,"399":1,"400":1,"401":1,"432":1,"433":1,"434":1,"463":1,"464":1,"465":1,"578":4,"579":5,"580":4,"581":1,"582":1,"664":8,"752":1,"753":5,"756":1,"770":2,"779":1,"780":1,"781":1,"782":1,"784":1,"785":1,"786":1,"787":1,"802":1,"813":1,"814":1,"815":1,"816":1,"818":1,"819":1,"820":1,"821":1,"908":1,"982":2,"1235":2,"1285":2,"1402":3,"1404":2,"1405":1,"2157":3,"2158":1,"2624":3,"2629":2,"2634":2}}],["gridz",{"0":{"770":1},"2":{"0":1,"752":3}}],["gridsubposition",{"2":{"102":1,"104":1,"141":1,"144":1}}],["gridsubpositions",{"0":{"102":1},"2":{"102":2,"2626":1}}],["grids",{"0":{"845":1},"2":{"0":1,"146":1,"166":1,"579":4,"1402":1,"2626":2}}],["gridsize",{"0":{"2134":1},"2":{"0":1}}],["gridsvalign",{"0":{"638":1},"2":{"0":1}}],["gridshalign",{"0":{"637":1},"2":{"0":1}}],["gen",{"2":{"1629":4}}],["generic",{"2":{"169":1}}],["generalize",{"2":{"67":1,"74":1}}],["general",{"0":{"64":1,"93":1,"2662":1},"1":{"94":1},"2":{"0":1,"48":1,"90":1,"121":1,"162":1,"176":1,"177":1,"1686":1}}],["generally",{"2":{"0":1,"62":1,"67":1,"68":1,"752":1,"2604":1,"2605":1}}],["generation",{"2":{"36":1}}],["generating",{"2":{"0":1,"1015":1}}],["generators=false",{"2":{"2459":2}}],["generators",{"0":{"2473":1},"2":{"0":2,"752":1,"2459":2,"2473":1}}],["generates",{"2":{"0":1,"217":1,"218":1,"752":2,"2458":1,"2459":1}}],["generated",{"2":{"0":45,"190":1,"938":1,"966":1,"1003":1,"1041":1,"1081":1,"1178":1,"1214":1,"1247":1,"1285":1,"1305":1,"1357":1,"1389":1,"1421":1,"1495":1,"1524":1,"1557":1,"1583":1,"1614":1,"1645":1,"1678":1,"1759":1,"1788":1,"1816":1,"1841":1,"1895":1,"1940":1,"1974":1,"2031":1,"2058":1,"2087":1,"2139":1,"2173":1,"2174":1,"2216":1,"2250":1,"2274":1,"2317":1,"2347":1,"2382":1,"2415":1,"2447":1,"2462":1,"2503":1,"2534":1,"2588":1}}],["generate",{"2":{"0":1,"41":1,"69":2,"74":2,"121":1,"190":1,"751":1,"1569":1,"1600":1,"1629":1,"1922":1,"2459":1}}],["geared",{"2":{"15":1,"168":1}}],["geo2basic",{"2":{"36":1}}],["geocables",{"2":{"36":2}}],["geopoints",{"2":{"36":2}}],["geoplots",{"2":{"33":1,"36":1}}],["geo",{"2":{"36":2}}],["geointerface",{"2":{"36":4}}],["geojson",{"2":{"36":3}}],["geographic",{"2":{"5":1}}],["geomakie",{"0":{"5":1},"2":{"36":2}}],["geometry",{"2":{"36":1,"53":6,"54":1}}],["geometryprimitive",{"2":{"0":1}}],["geometrybasics",{"0":{"1629":1},"2":{"0":4,"32":1,"34":1,"35":2,"63":1,"1627":1,"1629":2,"1773":1,"1774":6,"1918":2,"2609":2,"2611":2,"2641":1,"2644":2}}],["getting",{"0":{"200":1,"2615":1},"1":{"2616":1,"2617":1,"2618":1,"2619":1,"2620":1,"2621":1,"2622":1},"2":{"75":1,"120":1,"198":1,"2644":1}}],["getindex",{"2":{"0":3,"410":1,"443":1,"474":1,"1282":2}}],["gets",{"2":{"0":6,"31":1,"53":1,"62":1,"69":1,"75":1,"76":2,"78":1,"80":2,"577":4,"764":1,"777":1,"1288":1,"1307":1,"1312":1,"1314":1,"2639":2}}],["get",{"2":{"0":53,"27":2,"28":1,"31":1,"35":1,"53":2,"62":1,"64":1,"75":2,"76":6,"78":2,"79":1,"82":3,"107":1,"112":1,"119":1,"121":6,"152":1,"166":1,"179":1,"194":1,"290":3,"299":3,"337":3,"346":3,"577":1,"582":1,"583":1,"773":1,"926":1,"954":1,"986":1,"1027":1,"1060":1,"1166":1,"1202":1,"1289":1,"1290":1,"1293":1,"1294":1,"1312":1,"1345":1,"1376":1,"1407":1,"1411":1,"1435":1,"1441":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1629":1,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1932":1,"1962":1,"2019":1,"2046":1,"2124":1,"2160":1,"2200":1,"2274":1,"2370":1,"2402":1,"2435":1,"2461":1,"2488":1,"2522":1,"2576":1,"2615":1,"2624":1,"2640":3,"2644":5}}],["g",{"2":{"0":16,"17":1,"31":3,"34":2,"51":4,"53":1,"54":1,"55":1,"56":1,"67":1,"73":2,"74":1,"75":2,"76":4,"136":1,"149":1,"151":1,"166":1,"184":1,"190":1,"195":4,"205":1,"576":1,"1105":1,"1142":1,"1285":1,"1294":1,"1831":2,"1877":1,"1914":1,"1932":1,"1977":1,"2338":1,"2603":1,"2641":1,"2642":1,"2643":1,"2652":1}}],["klimt",{"2":{"2662":1}}],["krjcw",{"2":{"2660":2}}],["kryw",{"2":{"2660":3}}],["kry",{"2":{"2660":3}}],["krumbiegel",{"2":{"199":2}}],["kbw",{"2":{"2660":1}}],["kbjyw",{"2":{"2660":1}}],["kbgyw",{"2":{"2660":1}}],["kbc",{"2":{"2660":1}}],["ks",{"2":{"2485":1}}],["kia",{"2":{"2193":1}}],["kinds",{"2":{"2623":1}}],["kind",{"2":{"0":1,"50":1,"62":1,"135":1}}],["kargs",{"2":{"1285":3}}],["kgy",{"2":{"2660":1}}],["kg",{"2":{"290":3,"337":3}}],["k^2",{"2":{"124":1}}],["known",{"2":{"97":1,"190":1,"603":1,"1914":1,"2629":1}}],["know",{"2":{"82":1,"106":1,"130":1,"152":1,"2623":1}}],["km",{"2":{"75":6}}],["kmmoerman",{"2":{"35":1}}],["kwdef",{"2":{"196":1}}],["kws",{"2":{"0":1}}],["kw",{"2":{"0":6,"57":2,"151":2,"165":1,"167":5,"2639":1}}],["kwargs",{"2":{"0":94,"62":2,"66":3,"119":1,"141":2,"143":5,"178":2,"279":4,"326":4,"951":1,"982":1,"1024":3,"1057":1,"1104":1,"1139":4,"1235":1,"1258":1,"1373":8,"1432":1,"1749":1,"1773":5,"1806":1,"1831":1,"1856":1,"1879":3,"1925":5,"1926":5,"1944":5,"1949":4,"1952":3,"1953":3,"1959":1,"2043":1,"2074":1,"2121":1,"2188":3,"2273":3,"2302":2,"2458":5,"2554":1}}],["k",{"2":{"0":11,"36":2,"62":1,"75":3,"423":1,"456":1,"487":1,"2624":3,"2634":3}}],["kept",{"2":{"2654":1}}],["kenney",{"2":{"2484":1}}],["kevin",{"2":{"35":1,"2644":1}}],["kernel",{"2":{"0":2,"1321":1,"1326":1}}],["keysevent",{"2":{"217":1,"218":1}}],["keys",{"2":{"0":3,"76":1,"79":1,"81":1,"83":3,"110":1,"188":1,"210":1,"211":1,"218":2}}],["keyevent",{"2":{"0":2,"79":2,"81":1,"2641":1}}],["key",{"2":{"0":48,"34":3,"61":2,"62":40,"79":1,"81":2,"83":9,"182":1,"183":1,"283":1,"305":1,"330":1,"352":1,"800":1,"832":1}}],["keywords",{"2":{"0":14,"74":1,"142":1,"181":1,"625":1,"1856":3,"1917":1}}],["keyword",{"0":{"142":1},"2":{"0":35,"14":2,"22":2,"61":1,"62":2,"64":1,"100":1,"103":1,"104":2,"119":1,"142":6,"155":1,"164":1,"165":1,"167":1,"185":1,"205":1,"626":1,"691":2,"1435":1,"1437":1,"1861":1,"1917":1,"2188":1,"2196":1,"2620":1,"2621":1,"2623":1,"2632":1,"2648":1,"2650":1}}],["keyboardstate",{"2":{"0":1,"79":1,"81":1,"82":4,"2641":1}}],["keyboardbutton",{"2":{"0":1,"79":1,"81":2,"83":2,"2641":1}}],["keyboard",{"0":{"81":1},"2":{"0":40,"61":1,"62":30,"79":3,"81":5,"82":4,"83":13,"218":2,"283":1,"305":1,"330":1,"352":1,"754":4,"761":1,"778":1,"800":1,"832":1,"2641":4}}],["keeping",{"2":{"121":1}}],["keeps",{"2":{"0":2,"51":1,"62":1,"67":1,"82":1,"107":1,"206":1,"794":2}}],["keep",{"2":{"0":6,"1":1,"51":1,"82":1,"107":1,"121":1,"135":1,"162":1,"205":1,"578":1,"626":1,"1917":1,"2623":1}}],["u2",{"2":{"2611":5}}],["u1",{"2":{"2611":5}}],["ursa",{"2":{"1287":1}}],["url",{"2":{"55":1,"199":1,"1287":2}}],["url=",{"2":{"55":1}}],["urlcables",{"2":{"36":2}}],["urlpoints",{"2":{"36":2}}],["ultimately",{"2":{"763":1}}],["uc",{"2":{"152":2}}],["uint32",{"2":{"2486":1}}],["uint8",{"2":{"2482":2,"2483":2,"2484":2}}],["ui",{"2":{"34":1}}],["ubermaterial",{"2":{"34":1}}],["uber",{"2":{"31":1}}],["ubuntu",{"2":{"28":2}}],["utils",{"2":{"28":2}}],["utilities",{"2":{"5":1}}],["utriangle",{"2":{"0":1,"185":2,"1913":2,"1914":2,"1949":1,"2567":1}}],["uv=uv",{"2":{"1629":1}}],["uvs",{"2":{"1629":1,"2484":26}}],["uvmap",{"0":{"2518":1},"2":{"0":1,"2484":6}}],["uv",{"0":{"1957":1},"2":{"0":4,"1629":14,"2484":10,"2518":2}}],["u",{"2":{"0":10,"34":13,"62":1,"75":2,"982":9}}],["unfilled",{"2":{"1915":1}}],["unblocked",{"2":{"751":1}}],["unbounded",{"0":{"2477":1},"2":{"0":3,"2459":4,"2462":1,"2477":1}}],["unrotated",{"2":{"603":1}}],["unrestricted",{"2":{"16":1}}],["unused",{"2":{"583":3}}],["uneven",{"2":{"1435":1}}],["unexpected",{"2":{"161":1}}],["unescaped",{"2":{"124":1}}],["until",{"2":{"148":1,"165":1,"178":1,"2633":1}}],["unknown",{"2":{"148":1,"150":1,"2641":1}}],["undef",{"2":{"2484":1}}],["undefined",{"2":{"642":1,"2623":1}}],["undetermined",{"2":{"577":2}}],["understood",{"2":{"1914":1}}],["understanding",{"2":{"2624":1}}],["understand",{"2":{"78":1,"107":1,"577":1,"578":1}}],["underlying",{"2":{"23":1,"100":1,"105":1,"139":1,"545":1,"691":2,"1290":1,"2605":1,"2623":1,"2648":1}}],["under",{"2":{"0":12,"62":1,"68":1,"161":1,"197":1,"2652":1}}],["undocumented",{"2":{"74":1}}],["unconnected",{"2":{"42":1}}],["unconstrained",{"2":{"0":1,"2302":1,"2304":1}}],["unsorted",{"2":{"1286":1}}],["unsortable",{"2":{"75":1}}],["unsquished",{"2":{"222":1,"373":1}}],["unsupported",{"2":{"31":1}}],["unsigned",{"2":{"0":1,"2478":1}}],["un",{"2":{"0":6}}],["unlike",{"2":{"384":1}}],["unless",{"2":{"0":1,"22":1,"155":1,"549":1,"1073":1,"2623":1,"2649":1}}],["unlocks",{"2":{"0":1}}],["unlock",{"2":{"0":2}}],["unnecessary",{"2":{"0":1,"2623":2,"2629":1}}],["unidentified",{"2":{"1856":1}}],["uniform",{"2":{"179":1,"1106":1,"1324":1,"1458":1,"1856":2,"2331":1,"2653":1}}],["uniformizing",{"0":{"125":1}}],["uniforms",{"2":{"53":7}}],["uniformly",{"2":{"0":2,"2478":1}}],["unit=automatic",{"2":{"75":2}}],["unitless",{"2":{"73":1}}],["unitfulconversion",{"2":{"75":4}}],["unitful",{"2":{"73":4,"75":4}}],["unit",{"0":{"106":2},"2":{"0":7,"16":2,"22":1,"24":5,"73":1,"75":4,"76":2,"105":17,"106":16,"107":8,"1914":1,"2642":1}}],["units",{"0":{"105":1},"1":{"106":1,"107":1},"2":{"0":38,"72":1,"73":3,"75":4,"79":1,"82":2,"106":1,"155":2,"575":1,"577":5,"941":1,"970":1,"1086":1,"1155":1,"1162":1,"1361":1,"1391":1,"1401":1,"1498":1,"1508":1,"1509":1,"1542":1,"1543":1,"1587":1,"1617":1,"1897":1,"1907":1,"1920":2,"1943":1,"1978":1,"2062":1,"2208":1,"2223":1,"2245":1,"2385":1,"2395":1,"2396":1,"2481":1,"2498":1,"2552":1,"2553":1,"2591":1}}],["unique",{"2":{"0":5,"31":1,"625":6,"1058":2,"1103":1,"1856":14}}],["unicode",{"2":{"0":1,"79":1,"81":1,"898":1,"2641":1}}],["union",{"2":{"0":11,"16":1,"22":1,"2162":1}}],["uparrow",{"2":{"1913":1}}],["upcolor",{"2":{"152":3}}],["upload",{"2":{"36":1}}],["uploaded",{"2":{"22":1}}],["uppercase",{"2":{"182":1}}],["upper",{"2":{"0":6,"104":2,"1024":3,"1025":2,"1249":1,"1258":1,"1273":1,"1629":1,"2194":1,"2632":1}}],["upon",{"2":{"0":1,"214":1}}],["updating",{"0":{"159":1,"2485":1},"2":{"0":3,"35":1,"52":2,"62":2,"159":1,"162":1,"384":1}}],["updateable",{"2":{"152":1}}],["update`",{"2":{"53":1}}],["update=true",{"2":{"0":2,"76":1}}],["updated",{"2":{"0":5,"121":1,"134":1,"135":1,"136":1,"139":1,"152":1,"1288":1,"1911":1}}],["updates",{"0":{"139":1},"2":{"0":7,"12":1,"27":1,"62":1,"69":1,"159":3,"162":1,"167":1,"206":1,"1294":1,"1586":1,"1629":1}}],["update",{"0":{"180":1},"2":{"0":17,"10":1,"12":5,"35":1,"52":1,"53":6,"54":1,"62":4,"64":1,"66":1,"69":1,"76":2,"80":2,"110":1,"121":8,"134":1,"135":1,"137":2,"139":2,"152":8,"159":2,"161":1,"162":1,"177":1,"180":2,"191":1,"384":1,"1629":1,"2433":4,"2485":9,"2609":1,"2611":1,"2644":2}}],["upvector",{"2":{"0":3,"32":1,"33":1,"34":1,"62":3,"2642":2}}],["up",{"0":{"2626":1},"2":{"0":63,"14":1,"18":1,"27":1,"35":1,"48":1,"55":2,"62":7,"71":1,"76":1,"77":1,"80":1,"82":2,"96":1,"107":3,"110":1,"116":1,"122":2,"149":1,"152":1,"153":2,"155":1,"159":1,"162":1,"186":1,"187":1,"379":2,"515":1,"583":1,"705":1,"712":1,"757":1,"794":1,"936":1,"964":1,"1001":1,"1039":1,"1079":1,"1141":1,"1142":3,"1156":2,"1176":1,"1212":1,"1245":1,"1303":1,"1355":1,"1387":1,"1419":1,"1493":1,"1522":1,"1555":1,"1569":1,"1581":1,"1600":1,"1612":1,"1643":1,"1676":1,"1757":1,"1786":1,"1814":1,"1839":1,"1893":1,"1911":1,"1922":1,"1938":1,"1972":1,"2029":1,"2056":1,"2085":1,"2137":1,"2171":1,"2206":1,"2207":1,"2214":1,"2248":1,"2315":1,"2345":1,"2380":1,"2413":1,"2417":1,"2445":1,"2490":1,"2501":1,"2532":1,"2554":1,"2586":1,"2601":1,"2604":1,"2605":2,"2615":1,"2623":1,"2640":2,"2644":2}}],["upwards",{"2":{"0":1,"333":1,"474":1}}],["usable",{"2":{"31":1}}],["usage",{"2":{"0":8,"62":2,"72":1,"73":1,"200":1,"2016":1}}],["us",{"2":{"30":1,"41":1,"55":1,"80":2,"106":2,"167":1,"983":5,"1287":1,"2618":1,"2623":2,"2646":2,"2647":1}}],["usual",{"2":{"0":1,"76":1,"191":1,"194":1,"2196":1,"2478":1,"2483":1,"2485":1}}],["usually",{"2":{"0":6,"8":1,"31":1,"39":1,"51":1,"52":1,"82":1,"105":1,"107":6,"150":1,"186":1,"203":1,"290":1,"337":1,"577":1,"1236":1,"1328":1,"1873":1,"1917":1,"2305":1,"2629":1,"2644":1,"2649":1}}],["useful",{"2":{"0":4,"19":1,"82":2,"84":1,"121":1,"130":1,"159":1,"162":1,"177":1,"222":1,"354":1,"576":1,"578":1,"580":1,"582":1,"1408":1,"1831":2,"2174":1,"2193":1,"2194":1,"2274":1,"2623":1,"2649":1}}],["uses",{"2":{"0":9,"15":1,"16":1,"41":1,"44":1,"46":1,"56":1,"61":1,"62":2,"69":1,"108":1,"121":2,"191":1,"396":2,"521":1,"754":1,"794":1,"796":1,"828":1,"2188":1,"2199":1,"2459":1,"2617":1}}],["use",{"0":{"26":1},"2":{"0":32,"8":1,"10":1,"12":1,"15":1,"22":1,"25":2,"26":1,"28":1,"29":1,"30":3,"31":4,"32":2,"40":1,"41":1,"49":1,"50":1,"51":2,"53":1,"54":1,"56":1,"57":1,"58":1,"74":2,"75":5,"76":2,"79":1,"80":2,"81":1,"82":2,"85":1,"88":1,"97":1,"98":1,"100":1,"104":4,"106":2,"107":4,"110":1,"111":1,"114":2,"117":1,"118":3,"121":1,"123":1,"124":1,"136":2,"138":2,"139":1,"140":1,"147":1,"151":3,"152":3,"162":2,"164":3,"165":1,"166":1,"177":1,"180":1,"184":1,"186":2,"188":1,"192":1,"194":1,"199":1,"200":2,"203":1,"205":2,"216":1,"217":2,"287":1,"334":1,"383":1,"385":1,"516":1,"572":1,"576":1,"578":1,"581":1,"584":1,"585":1,"594":1,"626":1,"627":1,"632":1,"691":1,"750":1,"752":2,"754":2,"844":1,"845":1,"861":1,"890":1,"1248":1,"1282":1,"1284":1,"1286":1,"1287":1,"1288":2,"1289":1,"1290":1,"1328":1,"1373":1,"1435":1,"1456":1,"1457":1,"1513":2,"1569":1,"1600":1,"1629":3,"1777":2,"1879":1,"1912":1,"1914":2,"1918":1,"1922":1,"2195":1,"2197":1,"2225":1,"2274":1,"2523":2,"2603":1,"2604":1,"2617":1,"2624":1,"2625":1,"2626":1,"2638":1,"2640":1,"2641":1,"2643":2,"2644":1,"2646":3,"2648":1,"2650":1}}],["users",{"2":{"48":1,"104":1,"155":1,"165":1,"167":1}}],["user",{"2":{"0":9,"29":1,"74":1,"76":6,"106":1,"115":1,"116":1,"132":1,"133":1,"147":1,"162":1,"287":1,"334":1,"382":1,"577":1,"718":1,"723":1,"1292":1,"2459":1,"2646":2,"2648":1}}],["used",{"2":{"0":167,"26":3,"31":1,"35":1,"44":1,"51":3,"53":1,"54":1,"56":1,"61":2,"62":2,"64":1,"69":3,"71":1,"74":1,"75":2,"76":1,"83":1,"102":1,"106":2,"107":1,"111":1,"112":1,"117":1,"118":1,"121":1,"123":1,"132":1,"143":2,"155":1,"165":1,"166":1,"167":1,"177":1,"186":1,"234":2,"279":1,"290":2,"299":1,"326":1,"337":2,"346":1,"396":2,"499":1,"575":1,"576":1,"577":2,"626":2,"649":1,"652":1,"653":1,"654":1,"660":1,"661":1,"662":1,"663":1,"672":1,"675":1,"676":1,"677":1,"691":1,"752":1,"754":1,"756":1,"757":1,"763":1,"800":1,"832":1,"874":1,"928":1,"932":1,"939":1,"956":1,"960":1,"968":1,"988":1,"990":1,"993":1,"996":1,"1005":1,"1006":1,"1013":1,"1015":1,"1016":1,"1029":1,"1030":1,"1034":1,"1049":1,"1065":1,"1069":1,"1163":1,"1164":1,"1168":1,"1171":1,"1200":1,"1204":1,"1207":1,"1240":1,"1249":1,"1258":1,"1288":1,"1296":1,"1299":1,"1347":1,"1351":1,"1359":1,"1378":1,"1382":1,"1412":1,"1415":1,"1444":1,"1485":1,"1489":1,"1496":1,"1513":2,"1514":1,"1518":1,"1548":1,"1551":1,"1573":1,"1577":1,"1585":1,"1604":1,"1608":1,"1615":1,"1633":1,"1634":1,"1638":1,"1653":1,"1667":1,"1671":1,"1687":1,"1753":1,"1771":1,"1777":2,"1778":1,"1782":1,"1811":1,"1836":1,"1856":3,"1858":1,"1869":1,"1884":1,"1888":1,"1912":1,"1926":1,"1930":1,"1932":1,"1964":1,"1968":1,"2020":1,"2023":1,"2048":1,"2052":1,"2060":1,"2082":1,"2128":1,"2132":1,"2158":1,"2163":1,"2166":1,"2180":1,"2193":1,"2201":1,"2202":1,"2205":1,"2207":1,"2231":1,"2243":1,"2309":1,"2311":1,"2312":1,"2339":1,"2372":1,"2376":1,"2383":1,"2401":1,"2404":1,"2407":1,"2424":1,"2438":1,"2441":1,"2464":1,"2477":1,"2483":1,"2484":1,"2491":1,"2494":1,"2511":1,"2518":1,"2523":2,"2524":1,"2528":1,"2578":1,"2582":1,"2589":1,"2619":1,"2623":1,"2629":1,"2644":1,"2653":1}}],["using",{"0":{"10":1,"113":1,"114":1,"118":1,"124":1,"165":1,"186":1,"194":1,"195":1,"1106":1,"1324":1,"1405":1,"1409":1,"1458":1,"1629":1,"1910":1,"1911":1,"2331":1},"1":{"115":1,"116":1,"117":1},"2":{"0":62,"8":1,"12":1,"14":1,"22":1,"27":1,"30":2,"31":5,"32":2,"33":1,"34":2,"35":1,"36":4,"51":1,"53":2,"55":1,"56":1,"66":1,"68":1,"69":3,"73":1,"75":1,"76":1,"82":1,"94":1,"102":1,"110":1,"111":1,"113":1,"117":1,"121":1,"123":1,"124":1,"126":1,"134":1,"136":2,"137":1,"138":2,"139":1,"145":1,"151":3,"153":1,"159":1,"161":2,"162":1,"163":3,"167":1,"168":2,"169":1,"182":1,"183":1,"186":1,"189":1,"191":1,"197":2,"207":1,"222":1,"234":1,"290":2,"299":2,"337":2,"346":2,"373":1,"396":4,"410":1,"443":1,"474":1,"626":1,"754":1,"844":1,"949":1,"980":1,"983":1,"992":1,"1022":1,"1025":1,"1055":1,"1101":1,"1106":1,"1164":1,"1197":1,"1200":1,"1233":1,"1235":3,"1236":1,"1256":1,"1282":1,"1284":1,"1319":1,"1324":1,"1371":1,"1399":1,"1402":1,"1405":1,"1409":1,"1430":1,"1434":2,"1435":2,"1436":1,"1437":1,"1438":1,"1439":1,"1458":1,"1506":1,"1540":1,"1545":1,"1566":1,"1596":1,"1625":1,"1628":1,"1659":1,"1693":1,"1770":1,"1774":6,"1804":1,"1829":1,"1854":1,"1856":2,"1905":1,"1910":1,"1914":2,"1918":1,"1921":1,"1956":1,"1994":1,"2017":1,"2041":1,"2072":1,"2103":1,"2155":1,"2158":3,"2186":1,"2194":1,"2195":1,"2196":1,"2197":1,"2231":1,"2234":1,"2267":1,"2274":5,"2303":2,"2304":7,"2305":1,"2326":1,"2331":1,"2364":1,"2393":1,"2398":1,"2430":1,"2456":1,"2459":11,"2462":1,"2484":2,"2485":1,"2517":1,"2550":1,"2599":1,"2605":1,"2609":1,"2611":1,"2614":1,"2617":1,"2621":1,"2622":1,"2623":1,"2624":2,"2625":2,"2626":1,"2631":1,"2632":1,"2638":1,"2640":2,"2644":2,"2649":1,"2651":1,"2652":1}}],["zv",{"2":{"1629":2}}],["zvector",{"2":{"0":3,"1402":3}}],["zhigh",{"2":{"382":1}}],["zeta",{"2":{"169":1}}],["ze",{"2":{"36":2}}],["zeros",{"2":{"752":2,"1285":1,"1880":2}}],["zero",{"0":{"1438":1},"2":{"0":8,"162":1,"1073":2,"1292":1,"1452":1,"1755":1,"1917":1,"2017":1,"2642":1}}],["z^2",{"2":{"12":1,"1405":1}}],["zangle",{"2":{"0":1}}],["zautolimits",{"0":{"2272":1},"2":{"0":1}}],["zautolimitmargin",{"0":{"462":1},"2":{"0":1}}],["z2",{"2":{"0":2,"1629":5}}],["z1",{"2":{"0":2}}],["zlow",{"2":{"382":1}}],["zlims",{"2":{"0":10,"382":2}}],["zlabelvisible",{"0":{"473":1},"2":{"0":1}}],["zlabelsize",{"0":{"472":1},"2":{"0":1}}],["zlabelrotation",{"0":{"471":1},"2":{"0":1}}],["zlabeloffset",{"0":{"470":1},"2":{"0":1,"169":1}}],["zlabelfont",{"0":{"469":1},"2":{"0":1}}],["zlabelcolor",{"0":{"468":1},"2":{"0":1}}],["zlabelalign",{"0":{"467":1},"2":{"0":1}}],["zlabel",{"0":{"466":1},"2":{"0":3}}],["zs2",{"2":{"1408":2}}],["zs1",{"2":{"1408":2}}],["zshrc",{"2":{"26":1}}],["zs",{"2":{"0":13,"139":3,"515":5,"1164":5,"1200":5,"1235":2,"1248":1,"1249":1,"1406":2,"1407":2,"1662":3,"1959":1,"2074":1,"2091":1,"2158":2,"2302":3,"2311":1,"2312":1,"2319":1}}],["zspinewidth",{"0":{"479":1},"2":{"0":1}}],["zspinesvisible",{"0":{"478":1},"2":{"0":1}}],["zspinecolor",{"0":{"475":1,"476":1,"477":1},"2":{"0":3}}],["zip",{"2":{"0":1,"35":1,"36":1,"152":1,"191":2,"626":2,"704":1,"908":1,"1439":1,"1629":1,"1914":1,"2192":3,"2194":1,"2433":1,"2624":2,"2627":1,"2637":1,"2644":1}}],["zoombutton",{"2":{"0":1,"61":1}}],["zooms",{"2":{"0":7,"61":2,"62":1,"213":1}}],["zoomspeed",{"0":{"843":1},"2":{"0":4,"61":1,"62":2,"754":1}}],["zooming",{"2":{"0":10,"62":5,"234":1,"285":1,"305":1,"306":1,"332":1,"352":1,"353":1,"754":6,"769":1,"800":2,"801":1,"832":2,"833":1,"843":2}}],["zoom",{"0":{"210":1,"213":1},"2":{"0":26,"19":1,"61":1,"62":9,"106":1,"107":1,"210":3,"213":1,"1294":1,"2189":1,"2636":1}}],["z",{"0":{"18":1},"2":{"0":80,"11":1,"12":3,"18":5,"36":4,"51":2,"52":2,"53":1,"62":5,"64":1,"71":3,"137":5,"138":1,"151":4,"158":3,"163":2,"190":3,"196":5,"373":1,"378":1,"462":1,"463":1,"464":1,"465":1,"466":2,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"474":1,"475":1,"476":1,"477":1,"478":1,"479":1,"480":1,"481":1,"482":1,"483":1,"484":1,"485":1,"486":1,"487":1,"489":1,"490":1,"696":1,"752":3,"756":2,"770":1,"982":2,"983":4,"988":1,"990":1,"1163":5,"1164":2,"1199":3,"1249":1,"1405":3,"1409":2,"1568":2,"1569":1,"1598":2,"1600":1,"1627":2,"1661":2,"1686":2,"1856":1,"1908":2,"1922":1,"2016":1,"2091":1,"2157":3,"2162":1,"2188":1,"2303":6,"2304":12,"2305":3,"2397":2,"2398":2,"2432":1,"2433":8,"2459":3,"2478":2,"2480":2,"2484":3,"2573":1,"2574":2,"2609":2,"2633":1,"2644":3}}],["ztick",{"2":{"488":1}}],["ztickrotation",{"2":{"0":2}}],["ztickranges=ztickrange",{"2":{"0":1}}],["ztickrange",{"2":{"0":1}}],["ztickwidth",{"0":{"490":1},"2":{"0":1}}],["zticksvisible",{"0":{"489":1},"2":{"0":1}}],["zticksize",{"0":{"488":1},"2":{"0":1}}],["zticks",{"0":{"487":1},"2":{"0":2}}],["zticklabels=zticklabel",{"2":{"0":1}}],["zticklabels",{"2":{"0":1}}],["zticklabelsvisible",{"0":{"486":1},"2":{"0":1}}],["zticklabelsize",{"0":{"485":1},"2":{"0":1}}],["zticklabelpad",{"0":{"484":1},"2":{"0":1}}],["zticklabelfont",{"0":{"483":1},"2":{"0":1}}],["zticklabelcolor",{"0":{"482":1},"2":{"0":1}}],["ztickformat",{"0":{"481":1},"2":{"0":1}}],["ztickcolor",{"0":{"480":1},"2":{"0":1}}],["zreversed",{"0":{"474":1},"2":{"0":1,"474":3}}],["zgridwidth",{"0":{"465":1},"2":{"0":1}}],["zgridvisible",{"0":{"464":1},"2":{"0":1}}],["zgridcolor",{"0":{"463":1},"2":{"0":1}}],["3π",{"2":{"2433":1}}],["38",{"2":{"2195":1}}],["386",{"2":{"1917":1}}],["380",{"2":{"34":1}}],["3pi",{"2":{"757":1,"983":2,"2196":1,"2610":1}}],["3px",{"2":{"56":2}}],["372",{"2":{"1917":1}}],["37",{"2":{"752":2,"1917":3}}],["371139e",{"2":{"0":2}}],["3rds",{"2":{"577":1}}],["3rd",{"2":{"577":1}}],["3f0",{"2":{"2642":2}}],["3f",{"2":{"207":2}}],["3x2",{"2":{"2634":1}}],["3xn",{"2":{"2304":1}}],["3x",{"2":{"163":1,"1323":1,"2195":2}}],["340",{"2":{"2609":1}}],["341",{"2":{"1917":1}}],["34",{"2":{"136":1,"1285":1,"2485":2}}],["3465",{"2":{"107":1}}],["3u",{"2":{"75":1}}],["330",{"2":{"2660":1}}],["33",{"2":{"918":1,"2481":1}}],["3349",{"2":{"199":2}}],["3333",{"2":{"107":2}}],["337",{"2":{"106":2}}],["33c107a2",{"2":{"56":1}}],["3369e8",{"2":{"35":1,"2644":1}}],["359",{"2":{"1917":1}}],["353",{"2":{"105":1}}],["350",{"2":{"39":1,"863":1}}],["35",{"2":{"32":1,"80":1,"81":1,"627":2,"2660":6}}],["314",{"2":{"1917":1}}],["318",{"2":{"1917":1}}],["31361f23958a",{"2":{"52":1}}],["31",{"2":{"28":1,"1285":1,"1917":1}}],["367c5",{"2":{"1917":1}}],["367",{"2":{"1917":1}}],["36",{"2":{"752":1,"1750":1,"1917":1}}],["3647833726828177340",{"2":{"54":1}}],["360",{"2":{"8":1,"56":1,"107":5,"1284":1,"2651":2}}],["361",{"2":{"0":1,"976":1}}],["32f0",{"2":{"2604":1}}],["325",{"2":{"1917":1}}],["32gb",{"2":{"1286":1}}],["32",{"2":{"0":11,"923":1,"1015":1,"1017":1,"1050":1,"1285":2,"1654":1,"1688":1,"1917":1,"2134":3,"2181":1,"2425":1,"2512":1}}],["30j",{"2":{"2609":2}}],["30px",{"2":{"57":1}}],["3000",{"2":{"107":2}}],["30000",{"2":{"33":1}}],["300",{"2":{"24":1,"33":2,"39":1,"56":2,"57":2,"105":2,"164":1,"190":1,"222":2,"577":3,"585":1,"691":1,"757":1,"758":1,"873":1,"1434":4,"1435":4,"2194":1}}],["30",{"2":{"0":3,"8":2,"10":2,"11":4,"12":1,"19":2,"22":1,"34":1,"35":1,"36":1,"49":1,"62":1,"103":1,"105":2,"145":1,"152":1,"167":3,"196":4,"358":1,"384":2,"577":2,"582":1,"603":1,"627":1,"639":2,"863":2,"1141":2,"1236":1,"1405":1,"1629":1,"1868":1,"1910":1,"1911":4,"1916":1,"1917":1,"1919":1,"1925":3,"1926":1,"1944":5,"1949":1,"1952":1,"1953":1,"1960":1,"2075":8,"2196":2,"2197":1,"2304":1,"2459":2,"2485":2,"2609":4,"2644":1,"2651":3,"2653":2,"2660":5}}],["3d",{"0":{"62":1,"92":1},"2":{"0":59,"13":3,"18":2,"31":2,"36":1,"51":1,"58":2,"62":1,"64":3,"92":1,"151":1,"190":3,"691":1,"699":1,"947":1,"978":1,"988":2,"989":1,"990":1,"1006":1,"1007":1,"1015":1,"1020":1,"1053":1,"1096":1,"1195":1,"1199":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1428":1,"1504":1,"1535":1,"1564":1,"1569":1,"1594":1,"1600":1,"1623":1,"1627":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1922":1,"1951":1,"1990":1,"2039":1,"2069":1,"2091":2,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2324":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2603":2,"2604":1,"2640":1,"2642":1}}],["395s",{"2":{"1288":1}}],["39e7494d",{"2":{"56":1}}],["397ef848",{"2":{"54":1}}],["39",{"0":{"94":1},"2":{"0":70,"8":1,"9":1,"10":2,"13":1,"14":1,"19":1,"22":1,"27":5,"30":2,"31":5,"34":1,"35":1,"37":1,"38":1,"39":1,"41":2,"42":1,"44":1,"46":2,"47":1,"51":3,"53":2,"55":1,"56":1,"62":1,"73":1,"74":6,"80":3,"81":2,"82":3,"85":1,"90":3,"94":1,"97":1,"98":2,"102":1,"104":2,"105":1,"106":17,"107":4,"110":2,"113":1,"118":1,"121":1,"123":1,"124":1,"130":2,"132":3,"133":1,"135":1,"136":3,"137":2,"139":3,"140":1,"145":1,"146":2,"147":2,"148":1,"149":1,"151":1,"152":3,"153":2,"155":3,"159":1,"161":4,"162":2,"165":1,"167":1,"178":1,"181":1,"186":2,"187":2,"190":3,"191":1,"195":1,"197":2,"198":1,"202":1,"205":1,"208":1,"214":1,"216":1,"217":2,"218":3,"229":1,"244":1,"246":1,"247":1,"254":1,"304":1,"351":1,"364":1,"365":1,"366":1,"384":1,"385":1,"386":1,"387":1,"393":1,"396":1,"508":1,"511":1,"512":1,"515":3,"516":1,"549":1,"551":1,"552":1,"577":2,"578":1,"579":2,"583":1,"585":1,"594":1,"599":1,"600":1,"603":1,"615":1,"616":1,"626":2,"628":1,"679":1,"680":1,"691":1,"700":1,"701":1,"725":1,"726":1,"756":1,"807":1,"808":1,"844":2,"858":1,"859":1,"861":1,"863":1,"868":1,"869":1,"874":1,"900":1,"901":1,"919":1,"920":1,"982":2,"983":1,"1137":1,"1236":1,"1282":1,"1286":2,"1289":1,"1290":1,"1404":1,"1912":1,"1914":2,"1917":2,"2189":1,"2305":1,"2311":3,"2312":3,"2319":1,"2459":1,"2484":1,"2485":1,"2603":1,"2604":1,"2616":1,"2617":1,"2618":4,"2619":2,"2620":1,"2621":1,"2623":12,"2624":5,"2625":2,"2626":4,"2627":1,"2628":1,"2629":1,"2630":1,"2631":1,"2633":1,"2637":2,"2638":1,"2640":1,"2642":3,"2643":2,"2644":4,"2646":2,"2651":1,"2653":2}}],["3",{"0":{"413":1,"446":1,"477":1},"2":{"0":37,"10":1,"12":1,"21":2,"27":4,"28":1,"32":2,"33":2,"34":7,"36":2,"54":1,"56":5,"62":1,"63":1,"66":3,"75":1,"76":2,"78":3,"92":2,"98":4,"102":1,"104":6,"125":1,"136":1,"144":2,"145":3,"146":2,"151":1,"152":2,"163":1,"164":2,"166":2,"168":1,"169":2,"178":1,"184":1,"185":3,"186":3,"187":1,"189":1,"190":8,"191":4,"195":1,"196":2,"204":3,"205":2,"206":1,"207":1,"239":1,"248":1,"249":1,"266":1,"269":1,"279":2,"280":1,"290":1,"299":1,"304":1,"313":1,"326":2,"327":1,"334":1,"337":1,"346":1,"351":1,"358":1,"361":1,"364":1,"373":1,"374":2,"379":1,"383":1,"396":2,"413":1,"423":1,"446":1,"456":1,"474":1,"477":1,"487":1,"491":1,"515":2,"516":2,"542":1,"559":1,"576":3,"577":2,"578":1,"579":2,"580":3,"581":4,"582":6,"584":3,"585":2,"603":4,"626":3,"627":2,"628":4,"633":1,"639":3,"664":4,"668":1,"669":1,"678":2,"685":1,"691":1,"704":2,"705":1,"753":1,"757":4,"844":1,"863":1,"884":1,"924":1,"951":1,"952":1,"983":8,"989":2,"1058":18,"1104":1,"1105":3,"1106":1,"1107":3,"1141":2,"1142":1,"1143":1,"1164":2,"1236":1,"1259":2,"1285":3,"1322":2,"1343":1,"1374":4,"1406":7,"1434":2,"1435":1,"1481":1,"1569":2,"1572":1,"1584":4,"1586":1,"1600":2,"1628":3,"1662":1,"1750":1,"1774":5,"1807":1,"1856":8,"1914":3,"1915":8,"1917":2,"1922":7,"1925":4,"1944":4,"1949":4,"1952":3,"1953":4,"1960":1,"2016":1,"2044":1,"2075":1,"2111":1,"2191":2,"2192":4,"2194":1,"2274":3,"2304":10,"2327":1,"2330":4,"2331":1,"2332":3,"2368":1,"2478":2,"2481":3,"2482":2,"2483":1,"2484":4,"2486":1,"2555":15,"2602":1,"2607":1,"2609":9,"2610":6,"2611":3,"2618":1,"2624":11,"2626":1,"2627":4,"2633":1,"2634":4,"2635":2,"2642":1,"2644":1,"2647":1,"2648":2,"2651":12,"2658":35}}],["2n",{"2":{"2274":1,"2304":1}}],["29",{"2":{"1917":1,"2304":1,"2609":1}}],["295",{"2":{"1917":1}}],["2921",{"2":{"56":1}}],["2φ2",{"2":{"1629":1}}],["2sinh",{"2":{"1409":1}}],["2sin",{"2":{"1323":1,"1408":1}}],["266",{"2":{"1917":1}}],["26620",{"2":{"91":2}}],["267",{"2":{"1917":1}}],["26",{"2":{"1917":2,"2624":1,"2637":1}}],["26s",{"2":{"1288":1}}],["2x",{"2":{"839":1}}],["2x2",{"2":{"106":1,"2625":1}}],["278",{"2":{"1917":1}}],["27",{"2":{"1750":1,"2481":1}}],["272s",{"2":{"1288":1}}],["275π",{"2":{"374":1}}],["275pi",{"2":{"374":1}}],["275",{"2":{"190":1}}],["27t11",{"2":{"75":1}}],["2i",{"2":{"169":1,"187":3}}],["280",{"2":{"2660":1}}],["289",{"2":{"1917":1}}],["288",{"2":{"107":4}}],["28",{"2":{"107":1,"196":1,"1917":2}}],["2855",{"2":{"28":1}}],["2u",{"2":{"75":1}}],["211",{"2":{"1917":1}}],["21105",{"2":{"199":3}}],["21",{"2":{"72":1,"1404":1,"1917":3,"2044":1,"2609":1,"2648":1}}],["2127",{"2":{"35":2,"2644":2}}],["2phi",{"2":{"758":2}}],["2px",{"2":{"56":1}}],["2pi",{"2":{"0":1,"196":1,"750":1,"751":1,"752":3,"758":2,"773":3,"817":2,"983":2,"1025":1,"1629":1,"1915":1,"1916":1,"2189":2,"2274":1,"2304":2,"2459":1,"2610":1}}],["2+1",{"2":{"54":1}}],["2b",{"2":{"36":2}}],["25pi",{"2":{"2610":3}}],["254",{"2":{"2483":1}}],["251",{"2":{"2459":1}}],["258",{"2":{"1917":1}}],["259",{"2":{"1917":1}}],["256",{"2":{"92":3}}],["250",{"2":{"39":1,"190":1,"222":2,"2459":2}}],["25",{"2":{"35":1,"66":1,"137":1,"181":1,"379":1,"515":7,"1025":2,"1404":4,"1435":2,"1774":4,"1917":1,"2304":16,"2623":1,"2644":1,"2660":1}}],["255",{"2":{"0":9,"56":3,"2482":1,"2483":1,"2490":1}}],["229",{"2":{"1917":1}}],["225",{"2":{"105":2}}],["22",{"2":{"34":1,"1586":1,"1917":4,"2304":6}}],["231",{"2":{"1917":1}}],["237",{"2":{"1917":1}}],["23",{"2":{"33":1,"1917":2,"2304":5}}],["2tuples",{"2":{"0":1,"1598":1}}],["2400",{"2":{"107":2}}],["2405",{"2":{"45":1}}],["24900",{"2":{"91":3}}],["2464",{"2":{"45":1}}],["24",{"2":{"0":2,"110":1,"1142":1,"1917":4,"2194":1,"2304":2}}],["2f",{"2":{"0":1,"290":2,"337":2}}],["2π",{"2":{"0":3,"159":1,"1407":2,"1408":2,"1750":1,"1761":1,"2304":1,"2433":1}}],["2011",{"2":{"2653":1}}],["205l5",{"2":{"1917":1}}],["20th",{"2":{"105":1}}],["2021",{"2":{"75":1,"199":2}}],["2048",{"2":{"36":1,"2486":2}}],["2009",{"2":{"1287":1}}],["2000",{"2":{"33":1}}],["200",{"2":{"0":3,"12":4,"23":1,"31":2,"35":1,"39":1,"66":1,"96":2,"152":1,"163":1,"169":1,"190":1,"223":1,"287":2,"334":1,"577":2,"704":1,"1322":3,"1323":2,"1336":1,"1343":3,"2016":1,"2192":1,"2303":2,"2353":1,"2640":2,"2641":2,"2644":2}}],["20",{"2":{"0":6,"31":1,"33":2,"35":2,"66":2,"73":3,"102":2,"105":2,"137":3,"162":1,"163":2,"206":2,"358":2,"384":2,"491":1,"515":1,"582":1,"628":1,"668":2,"669":4,"691":3,"844":1,"863":1,"887":1,"983":4,"1058":1,"1442":1,"1455":1,"1472":1,"1586":2,"1662":2,"1913":2,"1915":1,"1917":1,"1920":2,"1921":1,"1922":6,"1925":2,"1944":4,"1960":3,"2111":1,"2193":1,"2195":1,"2239":1,"2274":1,"2304":18,"2609":2,"2611":2,"2644":2,"2653":3,"2660":8}}],["2",{"0":{"412":1,"445":1,"476":1,"1288":1},"2":{"0":95,"10":5,"12":6,"16":1,"19":4,"22":1,"24":2,"28":3,"32":2,"33":3,"34":3,"35":5,"36":3,"39":1,"48":1,"52":1,"54":1,"56":6,"62":1,"63":7,"66":8,"76":2,"78":3,"79":2,"80":2,"82":3,"91":6,"97":4,"100":4,"101":1,"102":5,"104":8,"105":4,"106":5,"119":1,"120":1,"124":1,"125":1,"138":1,"139":1,"142":1,"144":6,"145":3,"146":11,"152":4,"159":2,"163":4,"164":10,"166":6,"167":1,"168":3,"169":7,"178":2,"184":1,"185":3,"186":2,"187":1,"189":3,"190":2,"191":14,"192":6,"204":3,"205":4,"206":3,"207":4,"222":7,"223":2,"234":4,"239":1,"248":1,"249":1,"261":1,"266":1,"279":4,"287":2,"290":2,"294":1,"299":2,"301":1,"304":1,"308":1,"313":1,"326":4,"334":1,"337":2,"346":2,"348":1,"351":1,"357":6,"358":1,"361":1,"362":6,"364":1,"373":12,"374":1,"379":3,"396":1,"410":1,"412":1,"443":2,"445":1,"474":1,"476":1,"491":2,"510":1,"515":14,"516":1,"575":1,"576":4,"577":10,"578":10,"579":5,"580":6,"581":6,"582":3,"583":3,"584":2,"585":9,"603":4,"624":1,"625":4,"626":4,"627":7,"628":12,"633":3,"639":3,"664":10,"665":2,"668":1,"669":1,"678":1,"685":1,"691":3,"704":1,"713":1,"750":1,"751":5,"752":4,"753":8,"757":4,"758":1,"784":1,"788":1,"806":1,"818":1,"822":1,"838":1,"844":2,"863":2,"873":1,"874":1,"908":2,"924":2,"926":1,"951":2,"952":7,"954":1,"983":14,"986":1,"989":2,"1019":1,"1025":4,"1027":1,"1052":1,"1058":24,"1060":1,"1076":1,"1105":2,"1106":1,"1107":1,"1116":1,"1141":7,"1142":2,"1143":2,"1166":1,"1202":1,"1235":3,"1236":1,"1259":5,"1268":1,"1284":3,"1285":2,"1287":1,"1288":1,"1293":1,"1322":1,"1324":3,"1328":1,"1345":1,"1376":1,"1404":2,"1405":2,"1406":7,"1408":2,"1409":2,"1411":1,"1434":5,"1435":5,"1436":1,"1437":1,"1438":1,"1439":1,"1441":1,"1455":6,"1458":1,"1481":1,"1483":1,"1510":3,"1512":1,"1545":4,"1547":1,"1569":6,"1571":1,"1572":1,"1584":2,"1585":4,"1586":8,"1587":2,"1599":2,"1600":6,"1602":1,"1628":2,"1629":4,"1631":1,"1656":1,"1664":1,"1690":1,"1750":3,"1774":4,"1776":1,"1807":1,"1856":10,"1867":1,"1869":1,"1882":1,"1914":4,"1917":2,"1922":7,"1924":1,"1925":4,"1926":4,"1944":5,"1949":1,"1952":1,"1953":1,"1960":1,"1962":1,"1998":1,"2000":1,"2007":1,"2019":1,"2044":1,"2046":1,"2075":2,"2111":6,"2121":5,"2122":3,"2124":1,"2160":1,"2183":1,"2190":1,"2192":2,"2194":5,"2195":5,"2196":2,"2197":1,"2200":1,"2256":1,"2274":7,"2303":4,"2304":21,"2305":4,"2330":4,"2331":1,"2332":1,"2343":1,"2368":1,"2370":1,"2398":1,"2402":1,"2427":1,"2433":1,"2435":1,"2459":2,"2461":1,"2482":1,"2483":1,"2484":10,"2488":1,"2514":1,"2520":3,"2522":1,"2555":18,"2565":1,"2576":1,"2601":1,"2607":4,"2608":6,"2609":12,"2611":8,"2618":4,"2623":5,"2624":26,"2625":1,"2626":5,"2627":5,"2628":1,"2629":1,"2630":1,"2631":3,"2633":2,"2634":4,"2635":2,"2636":4,"2640":2,"2641":1,"2642":2,"2644":10,"2649":1,"2651":29,"2653":1}}],["2dfcc2857989",{"2":{"51":1}}],["2d",{"0":{"61":1,"91":1},"2":{"0":23,"13":3,"18":1,"34":1,"39":1,"58":2,"61":2,"64":1,"66":1,"74":1,"91":1,"92":1,"159":1,"190":1,"202":1,"203":1,"750":1,"924":1,"988":2,"989":1,"990":1,"1005":1,"1006":1,"1007":1,"1285":1,"1481":1,"1510":1,"1627":1,"2091":2,"2158":1,"2368":1,"2518":1,"2520":1,"2617":1,"2633":1}}],["1+sin",{"2":{"2611":1}}],["1randn",{"2":{"2158":1}}],["190",{"2":{"2158":1}}],["19",{"2":{"1917":2,"2304":8,"2609":1}}],["191",{"2":{"1917":1}}],["198",{"2":{"27":1,"28":1}}],["1i",{"2":{"1323":1}}],["1s",{"2":{"152":1}}],["1u",{"2":{"73":2,"75":1}}],["136",{"2":{"1917":1}}],["135",{"2":{"1917":1}}],["13",{"2":{"63":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"1914":1,"1917":2,"2304":5,"2459":1,"2611":1,"2618":1}}],["1393804404451299682",{"2":{"51":1}}],["1px",{"2":{"56":3}}],["125",{"2":{"1917":1}}],["1234",{"2":{"1434":2,"1435":2,"1436":1,"1437":1,"1439":1,"2274":2,"2303":2,"2304":1,"2305":1,"2459":6}}],["123",{"2":{"163":1,"167":1,"168":1,"2304":2}}],["1220",{"2":{"66":1}}],["12px",{"2":{"56":1}}],["12872441036783709720",{"2":{"56":1}}],["12",{"2":{"52":2,"66":1,"107":5,"262":1,"309":1,"399":1,"432":1,"463":1,"549":1,"757":1,"1142":1,"1323":2,"1404":3,"1586":2,"1750":1,"1856":1,"1917":1,"2194":1,"2304":10,"2618":3,"2658":2}}],["1200",{"2":{"19":1,"23":1,"24":1,"105":2,"106":2,"1287":1,"1288":1,"1289":1,"2459":1,"2651":1}}],["120",{"2":{"12":1,"196":2,"802":1}}],["1k",{"2":{"35":1,"2644":1}}],["18",{"2":{"124":2,"753":2,"917":1,"1917":1,"2304":2,"2484":1}}],["18333923086191271563",{"2":{"51":1}}],["1848",{"2":{"35":2,"2644":2}}],["180",{"2":{"0":1,"36":2,"831":1,"1235":2}}],["140",{"2":{"2193":1}}],["147",{"2":{"1917":1}}],["141",{"2":{"1917":1}}],["1417759722963415041",{"2":{"35":1}}],["14",{"0":{"1287":1},"2":{"1586":1,"1917":1,"2304":5,"2609":1,"2618":1}}],["1440",{"2":{"92":1}}],["1427",{"2":{"35":2,"2644":2}}],["176s",{"2":{"1288":1}}],["175",{"2":{"190":2}}],["17",{"2":{"34":1,"1917":1,"2304":3}}],["178",{"2":{"28":1}}],["157",{"2":{"2640":1}}],["154",{"2":{"1917":1}}],["15f0",{"2":{"1774":1}}],["150",{"2":{"190":1,"2158":1,"2433":1,"2623":4,"2660":1}}],["1500",{"2":{"32":1,"34":1}}],["15px",{"2":{"56":3,"57":1}}],["15",{"2":{"0":3,"10":1,"66":2,"169":1,"192":2,"379":1,"383":1,"515":1,"584":1,"625":3,"627":2,"628":1,"722":1,"863":1,"913":1,"921":1,"1162":1,"1164":2,"1435":2,"1456":1,"1461":1,"1584":3,"1585":3,"1587":1,"1774":2,"1913":4,"1915":2,"1917":4,"2075":1,"2113":1,"2158":1,"2189":2,"2197":1,"2304":5,"2618":1,"2660":4}}],["1fr",{"2":{"56":8}}],["1f",{"2":{"0":1,"863":3}}],["1f0",{"2":{"0":5,"51":1,"62":4,"2607":1,"2608":1,"2642":1}}],["1π",{"2":{"0":1}}],["112",{"2":{"2193":1}}],["115",{"2":{"1917":1}}],["117s",{"2":{"1288":1}}],["11",{"2":{"0":3,"75":1,"139":3,"189":2,"206":2,"1164":1,"1404":2,"1917":2,"2194":1,"2304":3,"2484":6,"2618":1,"2658":11}}],["16pi",{"2":{"2459":3}}],["160",{"2":{"1284":1}}],["1600",{"2":{"19":1,"23":1,"24":1}}],["168",{"2":{"28":1}}],["16",{"2":{"0":10,"244":1,"254":1,"271":1,"296":1,"318":1,"343":1,"393":1,"408":1,"421":1,"441":1,"454":1,"472":1,"485":1,"501":1,"533":1,"561":1,"608":1,"633":1,"639":1,"647":1,"686":1,"715":1,"795":1,"827":1,"838":1,"839":1,"893":1,"1404":3,"1917":2,"2150":1,"2189":2,"2245":1,"2304":11,"2660":1}}],["10s",{"2":{"1288":1}}],["10^7",{"2":{"1285":1}}],["10^6",{"2":{"0":1,"1285":1,"2016":1}}],["10pi",{"2":{"753":2,"2624":2,"2634":1,"2636":1}}],["10px",{"2":{"56":4,"704":1,"2192":1}}],["10f0",{"2":{"61":1}}],["109d6bab",{"2":{"52":1}}],["1024",{"2":{"36":1,"2486":1,"2614":1}}],["1060",{"2":{"31":1}}],["101",{"2":{"0":1,"152":1,"1025":1,"1998":1,"2000":1}}],["100f0",{"2":{"2642":3,"2644":1}}],["1000",{"2":{"34":4,"35":1,"36":2,"142":3,"145":2,"166":1,"585":2,"1105":9,"1107":2,"1285":2,"1322":1,"1455":1,"1456":1,"1457":1,"2111":1,"2330":6,"2332":2,"2398":1,"2624":1,"2625":1,"2640":2,"2644":1}}],["100000",{"2":{"1436":2,"1437":2}}],["10000",{"2":{"31":1,"2640":1}}],["1000f0",{"2":{"0":1,"22":1,"191":1}}],["100",{"2":{"0":7,"33":2,"34":2,"35":1,"39":1,"53":6,"56":8,"57":1,"85":1,"96":4,"98":2,"100":4,"102":2,"119":1,"137":2,"138":3,"152":2,"163":1,"168":1,"190":4,"192":2,"208":1,"222":2,"223":1,"287":8,"334":6,"384":2,"545":1,"577":1,"752":2,"753":2,"757":3,"770":1,"1025":2,"1106":1,"1164":4,"1200":2,"1235":2,"1324":1,"1436":1,"1439":2,"1458":1,"1629":4,"1807":1,"1832":2,"1999":2,"2017":1,"2158":2,"2331":1,"2398":1,"2433":1,"2480":1,"2624":1,"2627":1,"2640":2,"2644":1,"2647":1,"2648":2,"2660":13}}],["10",{"2":{"0":19,"8":1,"10":1,"19":3,"32":1,"34":3,"35":2,"51":2,"52":1,"54":2,"59":2,"60":2,"66":5,"71":2,"73":4,"75":2,"76":1,"82":3,"85":3,"92":1,"102":2,"103":1,"105":6,"119":1,"120":2,"137":4,"139":4,"145":3,"146":7,"149":1,"151":4,"163":3,"164":4,"168":2,"169":3,"178":1,"184":5,"185":5,"186":6,"189":27,"192":2,"196":1,"199":3,"203":2,"204":1,"206":4,"208":2,"223":1,"287":7,"299":1,"334":7,"346":1,"358":1,"364":1,"484":1,"499":1,"515":2,"595":1,"596":1,"624":1,"625":1,"626":9,"627":1,"628":3,"633":2,"639":2,"664":4,"665":2,"668":2,"669":2,"678":4,"685":2,"704":1,"714":1,"728":1,"750":1,"751":8,"752":6,"756":1,"757":3,"844":4,"854":1,"855":1,"863":2,"874":1,"908":2,"952":1,"983":2,"1025":1,"1058":3,"1141":2,"1164":4,"1184":1,"1220":1,"1235":3,"1236":1,"1248":1,"1249":1,"1322":1,"1374":4,"1404":1,"1409":4,"1436":1,"1455":1,"1586":5,"1587":1,"1599":1,"1774":1,"1880":1,"1910":1,"1911":1,"1917":3,"1919":1,"1920":4,"1925":2,"1944":2,"1960":1,"2000":1,"2111":1,"2158":1,"2194":1,"2195":2,"2196":1,"2253":1,"2268":1,"2304":8,"2318":1,"2319":1,"2459":6,"2484":7,"2609":5,"2611":2,"2618":3,"2624":7,"2629":2,"2632":2,"2634":3,"2640":1,"2642":1,"2644":2,"2647":1,"2648":2,"2649":2,"2651":34,"2654":1,"2658":11,"2660":7}}],["1",{"0":{"411":1,"444":1,"475":1},"2":{"0":278,"8":2,"10":3,"11":1,"12":14,"16":4,"19":3,"20":1,"23":1,"24":1,"28":3,"31":3,"32":7,"33":8,"34":13,"35":12,"36":11,"38":2,"39":1,"48":2,"51":5,"52":7,"53":10,"54":1,"56":7,"57":2,"60":2,"62":6,"63":16,"64":3,"66":12,"71":3,"73":8,"75":7,"76":3,"78":5,"80":3,"81":3,"82":2,"85":2,"91":22,"92":5,"96":2,"97":4,"98":4,"101":3,"102":11,"103":4,"104":22,"105":7,"106":6,"107":5,"110":2,"120":1,"121":11,"124":4,"125":4,"135":1,"138":2,"139":2,"142":1,"144":6,"145":11,"146":24,"152":8,"153":2,"159":1,"162":6,"163":6,"164":10,"166":7,"167":3,"168":8,"169":16,"178":2,"184":1,"185":3,"186":4,"187":7,"189":24,"190":22,"191":18,"192":13,"194":2,"195":16,"196":6,"202":2,"204":4,"205":9,"206":8,"207":4,"208":4,"222":6,"223":8,"234":10,"238":1,"239":4,"243":1,"248":4,"249":4,"253":1,"261":3,"265":1,"266":4,"276":1,"279":6,"282":1,"287":8,"288":1,"290":5,"299":6,"301":3,"303":1,"304":5,"308":3,"312":1,"313":4,"323":1,"326":6,"329":1,"334":6,"335":1,"337":5,"346":6,"348":3,"350":1,"351":5,"357":4,"358":4,"361":4,"362":4,"364":6,"373":30,"374":3,"379":1,"383":3,"384":8,"385":3,"396":2,"401":1,"410":4,"411":1,"415":1,"426":1,"434":1,"443":3,"444":1,"448":1,"459":1,"465":1,"474":3,"475":1,"479":1,"490":1,"491":10,"515":40,"516":2,"544":1,"550":1,"553":1,"567":1,"575":5,"576":6,"577":13,"578":17,"579":10,"580":6,"581":8,"582":13,"583":5,"584":8,"585":13,"603":14,"612":1,"624":4,"625":4,"626":10,"627":14,"628":12,"633":5,"636":1,"639":5,"652":1,"664":19,"665":5,"668":5,"669":5,"671":1,"675":4,"678":5,"685":5,"691":2,"704":5,"705":3,"749":2,"750":3,"751":7,"752":6,"753":26,"754":1,"757":17,"758":3,"768":3,"770":1,"782":1,"787":1,"794":1,"809":1,"816":1,"821":1,"839":1,"843":1,"844":4,"863":6,"873":3,"874":4,"879":1,"881":1,"884":1,"908":4,"924":4,"926":1,"932":1,"939":1,"951":2,"952":18,"954":1,"960":1,"983":12,"986":1,"989":2,"996":1,"997":1,"1004":1,"1007":1,"1025":13,"1027":1,"1034":1,"1035":1,"1058":50,"1060":1,"1069":1,"1076":1,"1103":1,"1105":5,"1106":5,"1107":6,"1116":1,"1128":1,"1134":1,"1141":6,"1142":4,"1143":6,"1164":8,"1166":1,"1171":1,"1185":1,"1188":1,"1200":6,"1202":1,"1207":1,"1221":1,"1224":1,"1235":9,"1236":6,"1240":1,"1248":1,"1249":3,"1259":7,"1268":1,"1284":1,"1285":47,"1287":1,"1288":6,"1289":5,"1293":1,"1295":2,"1299":1,"1322":9,"1323":9,"1324":3,"1343":7,"1345":1,"1351":1,"1374":13,"1376":1,"1382":1,"1404":16,"1405":6,"1406":7,"1408":1,"1409":5,"1411":1,"1415":1,"1434":2,"1435":2,"1436":1,"1437":3,"1438":1,"1439":2,"1441":1,"1452":1,"1453":1,"1455":7,"1457":3,"1458":3,"1473":4,"1481":3,"1483":1,"1489":1,"1496":1,"1508":2,"1509":1,"1510":6,"1512":1,"1518":1,"1542":2,"1543":1,"1545":4,"1547":1,"1551":1,"1569":6,"1571":1,"1572":19,"1577":1,"1584":4,"1585":3,"1586":7,"1587":7,"1599":5,"1600":6,"1602":1,"1608":1,"1615":1,"1628":8,"1629":11,"1631":1,"1638":1,"1639":1,"1662":3,"1664":1,"1671":1,"1672":1,"1681":1,"1750":2,"1753":1,"1762":1,"1764":1,"1768":1,"1771":1,"1774":29,"1776":1,"1782":1,"1806":1,"1811":1,"1831":1,"1836":1,"1856":14,"1859":1,"1876":1,"1880":13,"1882":1,"1888":1,"1911":1,"1913":2,"1914":19,"1915":5,"1916":4,"1917":4,"1918":4,"1919":3,"1920":2,"1921":1,"1922":7,"1924":1,"1925":11,"1926":12,"1930":1,"1944":8,"1949":7,"1952":8,"1953":5,"1960":4,"1962":1,"1968":1,"1996":2,"1998":1,"1999":2,"2000":1,"2016":2,"2017":1,"2019":1,"2023":1,"2025":1,"2044":4,"2046":1,"2052":1,"2075":11,"2082":1,"2111":6,"2118":4,"2121":1,"2122":15,"2124":1,"2131":1,"2132":1,"2158":10,"2160":1,"2166":1,"2167":1,"2189":8,"2190":7,"2191":2,"2192":2,"2193":3,"2194":8,"2195":3,"2196":3,"2197":3,"2200":1,"2205":1,"2218":1,"2236":1,"2243":1,"2274":13,"2284":1,"2300":1,"2303":5,"2304":28,"2305":6,"2309":1,"2318":1,"2319":3,"2330":8,"2331":5,"2332":6,"2339":1,"2343":1,"2366":1,"2368":3,"2370":1,"2376":1,"2383":1,"2395":2,"2396":1,"2398":8,"2400":1,"2402":1,"2407":1,"2408":1,"2433":8,"2435":1,"2441":1,"2459":13,"2461":1,"2476":1,"2477":1,"2480":13,"2481":2,"2482":2,"2483":2,"2484":27,"2485":3,"2488":1,"2490":2,"2494":1,"2496":1,"2520":6,"2522":1,"2528":1,"2552":2,"2553":1,"2555":16,"2576":1,"2582":2,"2589":1,"2602":3,"2604":1,"2607":4,"2608":19,"2609":23,"2610":9,"2611":33,"2618":6,"2619":8,"2620":2,"2621":2,"2623":26,"2624":51,"2625":1,"2626":8,"2627":6,"2628":1,"2629":2,"2630":5,"2631":3,"2633":5,"2634":13,"2636":6,"2637":2,"2638":4,"2640":9,"2642":24,"2643":3,"2644":20,"2647":2,"2648":6,"2649":2,"2651":45,"2653":6,"2657":1}}],["vline",{"2":{"1913":2}}],["vlines",{"0":{"1741":1,"2368":1},"1":{"2369":1,"2370":1,"2371":1,"2372":1,"2373":1,"2374":1,"2375":1,"2376":1,"2377":1,"2378":1,"2379":1,"2380":1,"2381":1,"2382":1,"2383":1,"2384":1,"2385":1,"2386":1,"2387":1,"2388":1,"2389":1,"2390":1,"2391":1,"2392":1,"2393":1,"2394":1,"2395":1,"2396":1},"2":{"0":11,"2368":4}}],["vcat",{"2":{"757":1,"1856":1,"2330":2}}],["vcxsrv",{"2":{"28":2}}],["vgrid",{"2":{"704":1}}],["vglrun",{"2":{"116":1}}],["vglconnect",{"2":{"116":1}}],["v0",{"2":{"72":1,"582":1,"2654":1}}],["v3",{"2":{"36":2}}],["vulkan",{"2":{"31":1}}],["v2",{"2":{"0":1,"585":1}}],["v1",{"2":{"0":1,"585":1}}],["vanhelsing",{"2":{"2662":1}}],["vangogh",{"2":{"2662":1}}],["vanimo50",{"2":{"2656":1}}],["vanimo25",{"2":{"2656":1}}],["vanimo100",{"2":{"2656":1}}],["vanimo10",{"2":{"2656":1}}],["vanimo",{"2":{"2656":1}}],["va",{"2":{"626":2}}],["varying",{"2":{"190":1}}],["vary",{"2":{"24":1}}],["varied",{"2":{"628":1}}],["variety",{"2":{"184":1}}],["various",{"2":{"14":1,"51":1,"119":1,"2482":1}}],["variable",{"2":{"0":3,"10":1,"53":1,"83":1,"94":1,"102":1,"138":2,"190":1,"396":1,"575":1,"578":1,"1114":1,"1282":1,"1865":1,"2196":1}}],["variables",{"2":{"0":4,"218":1,"626":1,"1104":1,"2329":1,"2626":1}}],["variantcontinuous",{"2":{"2654":1,"2655":1,"2656":1,"2657":1,"2658":1,"2659":1,"2660":1,"2661":1,"2662":1}}],["variant",{"2":{"0":55,"2654":1,"2655":1,"2656":1,"2657":1,"2658":1,"2659":1,"2660":1,"2661":1,"2662":1}}],["valentine",{"2":{"2662":1}}],["vals",{"2":{"1880":9}}],["val",{"2":{"0":5,"34":5,"53":4,"139":1,"1879":4,"2485":3}}],["validate",{"2":{"874":1,"905":1}}],["validation",{"0":{"874":1},"2":{"873":1,"874":1,"905":1}}],["validator",{"0":{"905":1},"2":{"0":1,"874":5,"905":3}}],["valid",{"2":{"0":3,"69":1,"94":1,"597":1,"856":1,"874":1,"905":1,"2648":4}}],["valigns",{"2":{"626":2}}],["valign2num",{"2":{"0":1}}],["valign",{"0":{"258":1,"367":1,"395":1,"513":1,"570":1,"601":1,"618":1,"689":1,"702":1,"729":1,"841":1,"860":1,"870":1,"906":1,"922":1},"2":{"0":16,"164":1,"603":1,"626":2,"2624":2,"2629":1,"2634":1}}],["value^2",{"2":{"290":1,"337":1}}],["valued",{"2":{"239":1,"248":1,"266":1,"313":1,"624":1}}],["value`",{"2":{"76":1}}],["valuelabels",{"2":{"0":2}}],["valuelabel",{"2":{"0":2}}],["valuekw",{"2":{"0":4}}],["value",{"0":{"861":1,"871":1},"2":{"0":237,"18":2,"22":1,"23":1,"34":5,"52":5,"53":19,"54":1,"56":1,"62":1,"75":4,"76":4,"78":1,"91":1,"97":1,"102":1,"106":6,"107":2,"119":1,"134":1,"135":1,"136":11,"137":3,"142":1,"168":1,"186":2,"189":1,"190":1,"191":1,"207":1,"234":4,"239":1,"248":1,"266":1,"287":1,"290":4,"299":1,"313":1,"334":1,"337":4,"346":1,"374":1,"384":2,"577":1,"585":1,"624":1,"720":3,"723":1,"770":2,"794":1,"844":9,"857":2,"861":1,"863":4,"871":1,"874":1,"926":1,"932":1,"934":1,"942":1,"954":1,"960":1,"962":1,"971":1,"986":1,"996":1,"999":1,"1008":1,"1027":1,"1034":1,"1037":1,"1043":1,"1060":1,"1069":1,"1073":2,"1077":1,"1089":1,"1105":1,"1107":1,"1166":1,"1171":1,"1174":1,"1189":1,"1202":1,"1207":1,"1210":1,"1225":1,"1236":1,"1240":1,"1249":1,"1292":1,"1293":1,"1299":1,"1301":1,"1308":1,"1345":1,"1351":1,"1353":1,"1362":1,"1369":2,"1376":1,"1382":1,"1385":1,"1392":1,"1411":1,"1415":1,"1417":1,"1423":1,"1434":1,"1441":1,"1447":1,"1448":1,"1474":1,"1483":1,"1489":1,"1491":1,"1499":1,"1512":1,"1518":1,"1520":1,"1528":1,"1547":1,"1551":1,"1553":1,"1559":1,"1571":1,"1577":1,"1579":1,"1588":1,"1602":1,"1608":1,"1610":1,"1618":1,"1631":1,"1638":1,"1641":1,"1647":1,"1664":1,"1671":1,"1674":1,"1679":1,"1753":1,"1776":1,"1782":1,"1784":1,"1792":1,"1811":1,"1836":1,"1856":1,"1858":1,"1874":1,"1878":1,"1879":1,"1882":1,"1888":1,"1891":1,"1898":1,"1924":1,"1930":1,"1936":1,"1941":1,"1962":1,"1968":1,"1970":1,"1979":1,"2019":1,"2023":1,"2027":1,"2032":1,"2046":1,"2052":1,"2054":1,"2063":1,"2070":2,"2082":1,"2122":1,"2124":1,"2132":1,"2135":1,"2144":1,"2160":1,"2166":1,"2169":1,"2175":1,"2197":1,"2200":1,"2205":1,"2212":1,"2219":1,"2243":1,"2262":1,"2305":1,"2309":1,"2311":1,"2312":1,"2332":1,"2339":1,"2370":1,"2376":1,"2378":1,"2386":1,"2398":1,"2402":1,"2407":1,"2411":1,"2418":1,"2419":1,"2433":3,"2435":1,"2441":1,"2443":1,"2449":1,"2461":1,"2467":1,"2468":1,"2488":1,"2494":1,"2499":1,"2506":1,"2522":1,"2528":1,"2530":1,"2538":1,"2576":1,"2582":1,"2584":1,"2592":1,"2604":2,"2619":1,"2620":1,"2621":1,"2640":1}}],["values",{"2":{"0":139,"10":1,"11":2,"18":1,"49":1,"52":1,"53":2,"72":1,"73":2,"74":1,"75":2,"76":9,"106":2,"131":1,"133":1,"134":1,"136":1,"137":1,"139":1,"152":8,"161":1,"185":1,"186":1,"190":2,"191":1,"212":1,"234":1,"287":1,"290":8,"299":5,"334":1,"337":8,"346":5,"374":1,"379":1,"384":1,"516":1,"522":1,"537":1,"585":4,"596":1,"598":2,"603":1,"627":1,"756":1,"844":1,"855":1,"863":1,"871":1,"929":1,"944":1,"957":1,"974":1,"994":1,"1012":1,"1031":1,"1047":1,"1066":1,"1092":1,"1105":6,"1107":5,"1167":1,"1169":1,"1182":1,"1192":1,"1203":1,"1205":1,"1218":1,"1228":1,"1236":1,"1248":1,"1249":1,"1297":1,"1311":1,"1321":2,"1333":1,"1341":1,"1342":3,"1348":1,"1365":1,"1369":2,"1373":1,"1379":1,"1394":1,"1405":1,"1406":1,"1413":1,"1425":1,"1445":1,"1449":1,"1454":2,"1456":2,"1461":1,"1462":2,"1473":1,"1477":1,"1481":1,"1486":1,"1501":1,"1510":1,"1515":1,"1531":1,"1549":1,"1561":1,"1568":1,"1574":1,"1591":1,"1605":1,"1620":1,"1629":1,"1635":1,"1651":1,"1668":1,"1684":1,"1749":2,"1761":1,"1779":1,"1795":1,"1831":1,"1875":1,"1877":1,"1885":1,"1900":1,"1911":1,"1927":1,"1947":1,"1965":1,"1987":1,"1996":1,"2021":1,"2036":1,"2049":1,"2066":1,"2070":2,"2110":2,"2113":1,"2118":1,"2119":1,"2129":1,"2148":1,"2164":1,"2178":1,"2203":1,"2222":1,"2305":1,"2319":1,"2330":8,"2331":4,"2332":5,"2338":1,"2368":1,"2373":1,"2388":1,"2405":1,"2417":1,"2422":1,"2439":1,"2451":1,"2458":2,"2465":1,"2472":1,"2478":1,"2480":1,"2481":1,"2492":1,"2505":1,"2509":1,"2520":1,"2525":1,"2541":1,"2579":1,"2594":1,"2633":1,"2649":4}}],["voxel",{"2":{"0":6,"2400":1,"2478":1,"2481":2,"2482":3,"2483":1,"2484":4,"2485":2,"2486":2,"2490":2,"2498":1,"2518":1}}],["voxels",{"0":{"1745":1,"2478":1,"2485":1,"2486":1},"1":{"2479":1,"2480":1,"2481":1,"2482":1,"2483":1,"2484":1,"2485":1,"2486":1,"2487":1,"2488":1,"2489":1,"2490":1,"2491":1,"2492":1,"2493":1,"2494":1,"2495":1,"2496":1,"2497":1,"2498":1,"2499":1,"2500":1,"2501":1,"2502":1,"2503":1,"2504":1,"2505":1,"2506":1,"2507":1,"2508":1,"2509":1,"2510":1,"2511":1,"2512":1,"2513":1,"2514":1,"2515":1,"2516":1,"2517":1,"2518":1,"2519":1},"2":{"0":21,"2478":7,"2480":1,"2481":2,"2482":2,"2483":1,"2484":4,"2485":3,"2486":3,"2495":4,"2498":1,"2505":1}}],["voronoi",{"2":{"0":2,"752":1,"1402":1,"1404":1,"2458":1,"2459":4}}],["voronoitessellation",{"2":{"0":2,"2458":2,"2459":1}}],["voronoiplot",{"0":{"1744":1,"2458":1},"1":{"2459":1,"2460":1,"2461":1,"2462":1,"2463":1,"2464":1,"2465":1,"2466":1,"2467":1,"2468":1,"2469":1,"2470":1,"2471":1,"2472":1,"2473":1,"2474":1,"2475":1,"2476":1,"2477":1},"2":{"0":15,"752":2,"2458":7,"2459":9}}],["vorn",{"2":{"0":1,"2458":1,"2459":8}}],["volcano",{"2":{"163":8,"1235":9,"1236":4,"2158":3}}],["vol",{"2":{"92":3,"2433":2}}],["volumelike",{"2":{"149":1}}],["volumes",{"0":{"92":1}}],["volumeslices",{"0":{"1743":1,"2432":1},"1":{"2433":1,"2434":1,"2435":1,"2436":1,"2437":1,"2438":1,"2439":1,"2440":1,"2441":1,"2442":1,"2443":1,"2444":1,"2445":1,"2446":1,"2447":1,"2448":1,"2449":1,"2450":1,"2451":1,"2452":1,"2453":1,"2454":1,"2455":1,"2456":1,"2457":1},"2":{"0":13,"2432":5,"2433":1}}],["volume",{"0":{"1742":1,"2397":1},"1":{"2398":1,"2399":1,"2400":1,"2401":1,"2402":1,"2403":1,"2404":1,"2405":1,"2406":1,"2407":1,"2408":1,"2409":1,"2410":1,"2411":1,"2412":1,"2413":1,"2414":1,"2415":1,"2416":1,"2417":1,"2418":1,"2419":1,"2420":1,"2421":1,"2422":1,"2423":1,"2424":1,"2425":1,"2426":1,"2427":1,"2428":1,"2429":1,"2430":1,"2431":1},"2":{"0":21,"48":2,"52":3,"82":2,"92":3,"119":1,"121":1,"151":4,"199":1,"2397":7,"2398":3,"2401":1,"2409":2,"2416":1,"2432":1,"2480":2,"2603":1}}],["voltage",{"2":{"0":2,"863":1}}],["vsync",{"2":{"22":2}}],["vscode",{"2":{"17":1,"31":1,"47":1,"106":1,"2618":1}}],["vspan",{"0":{"1746":1,"2520":1},"1":{"2521":1,"2522":1,"2523":1,"2524":1,"2525":1,"2526":1,"2527":1,"2528":1,"2529":1,"2530":1,"2531":1,"2532":1,"2533":1,"2534":1,"2535":1,"2536":1,"2537":1,"2538":1,"2539":1,"2540":1,"2541":1,"2542":1,"2543":1,"2544":1,"2545":1,"2546":1,"2547":1,"2548":1,"2549":1,"2550":1,"2551":1,"2552":1,"2553":1},"2":{"0":12,"2520":5}}],["vs",{"2":{"0":2,"118":1,"983":5,"1309":1}}],["v",{"2":{"0":26,"19":6,"32":2,"34":12,"62":2,"76":2,"153":3,"585":6,"863":1,"982":9,"1402":1,"1405":1,"2121":1,"2191":2,"2432":2,"2433":6}}],["viko50",{"2":{"2656":1}}],["viko25",{"2":{"2656":1}}],["viko100",{"2":{"2656":1}}],["viko10",{"2":{"2656":1}}],["viko",{"2":{"2656":1}}],["vik50",{"2":{"2656":1}}],["vik25",{"2":{"2656":1}}],["vik100",{"2":{"2656":1}}],["vik10",{"2":{"2656":1}}],["vik",{"2":{"2656":1}}],["virtualgl",{"0":{"116":1},"2":{"114":1,"116":6}}],["viridis",{"2":{"0":39,"189":2,"515":2,"516":1,"521":1,"704":1,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1204":1,"1296":1,"1347":1,"1378":1,"1412":1,"1438":1,"1444":1,"1485":1,"1514":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1884":1,"1926":3,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2190":1,"2202":1,"2372":1,"2404":1,"2438":1,"2464":1,"2491":1,"2524":1,"2578":1,"2651":10,"2653":2,"2657":1}}],["vice",{"2":{"0":1,"1328":1,"1916":1}}],["violins",{"2":{"0":1,"2354":1}}],["violin",{"0":{"1740":1,"1877":1,"2329":1},"1":{"2330":1,"2331":1,"2332":1,"2333":1,"2334":1,"2335":1,"2336":1,"2337":1,"2338":1,"2339":1,"2340":1,"2341":1,"2342":1,"2343":1,"2344":1,"2345":1,"2346":1,"2347":1,"2348":1,"2349":1,"2350":1,"2351":1,"2352":1,"2353":1,"2354":1,"2355":1,"2356":1,"2357":1,"2358":1,"2359":1,"2360":1,"2361":1,"2362":1,"2363":1,"2364":1,"2365":1,"2366":1,"2367":1},"2":{"0":24,"1856":5,"1861":2,"1862":3,"1875":1,"1877":1,"2329":4,"2330":5,"2331":2,"2332":2,"2338":1,"2358":1}}],["videos",{"2":{"0":2}}],["videostream",{"2":{"0":9}}],["video",{"2":{"0":23,"9":1,"12":2,"134":1,"2644":3}}],["via",{"2":{"0":11,"15":1,"16":2,"17":1,"18":1,"20":1,"22":2,"31":2,"35":1,"49":2,"53":1,"61":1,"62":2,"67":1,"73":1,"76":1,"79":1,"94":1,"101":1,"107":2,"116":3,"119":1,"122":1,"148":1,"149":1,"155":1,"166":1,"177":1,"187":1,"204":1,"626":1,"691":1,"754":1,"756":1,"898":1,"1437":1,"1831":1,"2188":1,"2613":1,"2644":2,"2653":1}}],["viewing",{"2":{"2618":1}}],["viewers",{"2":{"70":1,"106":2}}],["viewer",{"2":{"0":2,"16":1,"70":1,"71":2,"106":1,"2495":1}}],["viewport=rect",{"2":{"2640":1}}],["viewport",{"2":{"0":3,"58":1,"66":1,"2641":1}}],["view",{"0":{"63":1},"2":{"0":9,"61":1,"62":5,"66":1,"69":1,"70":1,"71":1,"396":1,"754":1,"778":1,"2642":5}}],["viewmode",{"0":{"396":1},"2":{"0":1,"169":1,"196":1,"374":1,"379":1,"384":2,"396":4}}],["visibility",{"2":{"200":1,"205":1,"699":1}}],["visible=false",{"2":{"0":2}}],["visible",{"0":{"368":1,"619":1,"950":1,"981":1,"1023":1,"1056":1,"1102":1,"1198":1,"1234":1,"1257":1,"1320":1,"1372":1,"1400":1,"1431":1,"1507":1,"1541":1,"1567":1,"1597":1,"1626":1,"1660":1,"1694":1,"1772":1,"1805":1,"1830":1,"1855":1,"1906":1,"1958":1,"1995":1,"2042":1,"2073":1,"2109":1,"2156":1,"2187":1,"2235":1,"2269":1,"2328":1,"2365":1,"2394":1,"2431":1,"2437":1,"2457":1,"2519":1,"2551":1,"2600":1},"2":{"0":50,"16":1,"22":2,"121":5,"226":1,"233":1,"237":1,"245":1,"255":1,"257":1,"264":1,"272":1,"275":1,"281":1,"298":1,"302":1,"311":1,"319":1,"322":1,"328":1,"345":1,"349":1,"363":1,"368":1,"394":1,"400":1,"409":1,"414":1,"422":1,"425":1,"428":1,"430":1,"433":1,"442":1,"447":1,"455":1,"458":1,"461":1,"464":1,"473":1,"478":1,"486":1,"489":1,"520":1,"534":1,"536":1,"543":1,"547":1,"563":1,"566":1,"569":1,"619":1,"635":1,"669":1,"688":1,"757":1,"781":1,"786":1,"798":1,"805":1,"815":1,"820":1,"830":1,"840":1,"908":4,"1438":1,"2189":1,"2433":1,"2482":1,"2626":1,"2639":1}}],["visit",{"2":{"198":1}}],["visualise",{"2":{"2274":1}}],["visualization",{"2":{"151":1,"196":1,"199":2,"200":1,"383":1,"2017":1,"2615":1}}],["visualizations",{"2":{"134":2}}],["visualizing",{"0":{"63":1},"2":{"2604":1}}],["visualized",{"2":{"58":1,"64":1,"628":1}}],["visualize",{"2":{"0":1,"152":1,"168":1,"1914":1,"2554":1,"2623":2,"2646":1}}],["visualizes",{"2":{"0":1,"384":2,"2016":1}}],["visual",{"2":{"0":1,"37":1,"177":1,"396":1,"515":1,"1435":1,"1856":1,"2555":1,"2623":1,"2649":2}}],["visually",{"2":{"0":3,"207":1,"354":1,"578":1,"1944":1}}],["ve",{"2":{"2642":1,"2644":1}}],["vendor",{"2":{"1287":1,"1289":1}}],["vermeer",{"2":{"2662":1}}],["verbose",{"2":{"218":1}}],["very",{"2":{"19":1,"27":1,"53":1,"106":1,"139":1,"161":1,"190":1,"575":1,"578":1,"582":1,"1290":1,"1914":1,"2486":1,"2623":1,"2644":1}}],["versions",{"2":{"68":1,"162":1,"165":1}}],["version=",{"2":{"20":1}}],["version",{"0":{"20":1},"2":{"1":1,"16":3,"20":2,"21":1,"27":2,"76":2,"140":3,"151":1,"162":1,"2603":1,"2640":1,"2653":1}}],["versa",{"2":{"0":1,"1328":1,"1916":1}}],["verload",{"2":{"0":1}}],["vert",{"2":{"1107":2,"2332":2}}],["vertexgrid",{"2":{"149":1}}],["vertex",{"0":{"1771":1},"2":{"0":7,"82":1,"1029":1,"1513":1,"1633":1,"1777":1,"2327":1,"2523":1}}],["vertical`",{"2":{"1107":1,"2332":1}}],["vertically",{"2":{"571":1,"664":1}}],["vertical",{"0":{"523":1,"571":1},"2":{"0":19,"62":3,"133":1,"258":1,"291":1,"338":1,"367":1,"395":1,"513":1,"515":4,"523":1,"524":1,"549":1,"556":1,"570":1,"601":1,"603":2,"618":1,"628":2,"638":1,"648":1,"665":4,"687":1,"689":1,"702":1,"729":1,"752":2,"841":1,"860":1,"870":1,"906":1,"922":1,"1070":1,"1107":1,"1124":2,"1235":1,"1276":2,"1323":1,"1871":2,"2191":1,"2302":1,"2332":1,"2354":2,"2368":1,"2520":1}}],["vertices",{"2":{"0":10,"121":1,"1628":2,"1629":4,"1771":1,"1773":4}}],["vecormat",{"2":{"0":2}}],["vec4f",{"2":{"34":1,"2484":4}}],["vec4",{"2":{"0":1,"34":16}}],["vec3",{"2":{"0":2}}],["vec3f",{"2":{"0":11,"31":1,"32":7,"33":4,"34":5,"35":9,"36":2,"62":5,"63":3,"121":1,"139":1,"159":1,"190":4,"191":2,"385":2,"983":4,"989":1,"1686":1,"1922":1,"2602":1,"2604":4,"2608":6,"2609":1,"2610":3,"2611":8,"2642":3,"2644":21}}],["veclike",{"2":{"0":2}}],["vec2f",{"2":{"0":2,"66":1,"1629":1,"1919":1,"2610":3}}],["vectypes",{"2":{"0":10,"158":1,"2644":1}}],["vectors",{"0":{"1404":1,"1406":1,"1910":1,"1999":1},"2":{"0":10,"74":1,"139":1,"152":1,"163":2,"299":1,"346":1,"623":1,"982":1,"1322":2,"1402":1,"1918":1,"2157":1}}],["vector",{"0":{"1142":1,"1999":1,"2000":1},"2":{"0":78,"11":1,"13":1,"15":1,"19":2,"62":2,"66":1,"68":1,"79":1,"83":1,"104":2,"105":4,"106":3,"107":2,"149":1,"152":1,"163":2,"167":1,"197":1,"239":1,"248":1,"266":1,"279":1,"290":2,"299":1,"313":1,"326":1,"337":2,"346":1,"623":3,"624":2,"982":2,"983":1,"1024":1,"1029":1,"1114":1,"1134":1,"1163":2,"1199":2,"1288":1,"1322":2,"1341":1,"1439":1,"1462":1,"1513":2,"1598":1,"1633":1,"1681":1,"1686":2,"1762":1,"1774":3,"1777":2,"1856":2,"1863":1,"1865":1,"1879":1,"1911":3,"1915":2,"1918":2,"1996":3,"2189":2,"2201":2,"2231":1,"2304":4,"2319":1,"2366":1,"2483":1,"2484":1,"2523":2,"2605":2,"2622":1}}],["vec",{"0":{"1919":1},"2":{"0":8,"63":1,"625":1,"982":1,"983":2,"1025":2,"1139":1,"1439":1,"1629":2,"1919":1,"1944":1}}],["eeg",{"0":{"2635":1},"2":{"2624":3,"2634":3,"2636":1,"2638":1}}],["eee",{"2":{"56":1}}],["e6bf3c",{"2":{"2614":1}}],["eweights",{"2":{"1439":2}}],["edit",{"2":{"896":1}}],["edge",{"0":{"2277":1,"2278":1,"2279":1,"2283":1,"2284":1,"2285":1,"2286":1,"2477":1},"2":{"0":15,"66":3,"396":2,"585":3,"1241":1,"1242":1,"1248":2,"1629":2,"2274":1,"2276":1,"2294":1,"2459":2,"2462":1,"2632":2}}],["edges",{"0":{"2295":1,"2297":1,"2310":1},"2":{"0":30,"22":1,"396":1,"579":1,"580":1,"1185":1,"1221":1,"1248":1,"1249":1,"1402":1,"1404":7,"1461":1,"1773":1,"2113":1,"2274":4,"2276":1,"2277":1,"2278":1,"2279":1,"2283":1,"2284":1,"2285":1,"2286":1,"2289":1,"2295":1,"2297":1,"2299":1,"2300":1,"2304":2,"2318":1,"2477":1,"2624":3,"2631":4}}],["epsilon",{"2":{"169":1}}],["ez",{"2":{"63":5}}],["ey",{"2":{"63":5}}],["eyeball",{"2":{"2623":1}}],["eyes",{"2":{"35":3,"2644":3}}],["eye",{"2":{"0":1,"1":1,"66":2}}],["eyeposition",{"2":{"0":10,"32":1,"33":1,"34":1,"36":1,"62":8,"63":3,"159":1,"2639":1,"2642":3,"2644":1}}],["e08a",{"2":{"56":1}}],["e4edfd62",{"2":{"51":1}}],["etopo1avg",{"2":{"33":1}}],["etopo1",{"2":{"33":1}}],["etc",{"0":{"91":1},"2":{"0":5,"35":1,"51":1,"99":1,"100":1,"149":1,"151":1,"183":1,"185":1,"384":1,"1914":1,"2196":1,"2649":1}}],["ecosystem",{"0":{"1":1},"1":{"2":1,"3":1,"4":1,"5":1},"2":{"1":1,"196":1,"198":1,"2615":1}}],["ecdf",{"2":{"0":2,"1342":2}}],["ecdfplot",{"0":{"1342":1,"1709":1},"1":{"1343":1,"1344":1,"1345":1,"1346":1,"1347":1,"1348":1,"1349":1,"1350":1,"1351":1,"1352":1,"1353":1,"1354":1,"1355":1,"1356":1,"1357":1,"1358":1,"1359":1,"1360":1,"1361":1,"1362":1,"1363":1,"1364":1,"1365":1,"1366":1,"1367":1,"1368":1,"1369":1,"1370":1,"1371":1,"1372":1},"2":{"0":11,"1342":3,"1343":5}}],["eδy",{"2":{"0":2,"2276":2}}],["eδx",{"2":{"0":2,"2276":2}}],["euler",{"2":{"0":1}}],["establish",{"2":{"116":1}}],["estimation",{"2":{"0":1,"1327":1}}],["estimated",{"2":{"0":1,"1336":1}}],["estimate",{"2":{"0":1,"1321":1}}],["essentially",{"2":{"0":1,"1773":1}}],["especially",{"2":{"0":1,"34":1,"1922":1,"2193":1,"2274":1,"2646":1}}],["emitted",{"2":{"151":1}}],["emission",{"2":{"33":6}}],["emissivematerial",{"2":{"32":1}}],["emissive",{"2":{"32":4}}],["emoji",{"0":{"111":1},"2":{"111":3}}],["empty",{"0":{"583":1},"2":{"98":1,"136":1,"152":4,"204":2,"757":1,"1438":1}}],["empirical",{"2":{"0":1,"1342":1}}],["em",{"2":{"33":4}}],["embedding",{"2":{"106":1}}],["embedded",{"2":{"19":1,"106":2}}],["embed",{"2":{"0":1,"1292":1}}],["errors",{"2":{"0":3,"27":1,"73":2,"90":1,"104":1,"186":1,"1373":2,"1374":3,"1879":1}}],["error",{"2":{"0":17,"27":2,"31":1,"76":1,"91":3,"139":1,"146":1,"152":1,"153":1,"181":1,"582":1,"1373":10,"1374":1,"1856":1}}],["errorbar",{"2":{"0":1,"1104":1}}],["errorbars",{"0":{"1373":1,"1710":1},"1":{"1374":1,"1375":1,"1376":1,"1377":1,"1378":1,"1379":1,"1380":1,"1381":1,"1382":1,"1383":1,"1384":1,"1385":1,"1386":1,"1387":1,"1388":1,"1389":1,"1390":1,"1391":1,"1392":1,"1393":1,"1394":1,"1395":1,"1396":1,"1397":1,"1398":1,"1399":1,"1400":1,"1401":1},"2":{"0":20,"1373":11,"1374":3,"1879":1}}],["ea86",{"2":{"53":1}}],["earth",{"0":{"33":1,"36":1},"2":{"36":1,"1629":1,"2657":1}}],["earlier",{"2":{"0":1}}],["east",{"2":{"1287":1}}],["easiest",{"2":{"107":1,"2637":1,"2640":1}}],["easier",{"2":{"0":1,"149":1,"162":1,"214":1,"1914":1,"2555":2,"2626":1,"2628":1,"2644":1}}],["easily",{"2":{"12":1,"111":1,"125":1,"134":1,"140":1,"166":1,"167":1,"578":1}}],["easy",{"2":{"7":1,"10":1,"53":4,"73":1,"102":1,"106":1,"144":1,"152":1,"161":1,"162":1,"1629":1,"2644":1}}],["eachslice",{"2":{"2624":1,"2627":1}}],["eachrow",{"2":{"1284":1,"1438":1}}],["eachcol",{"2":{"625":1}}],["eachindex",{"2":{"66":1}}],["each",{"2":{"0":52,"8":1,"10":2,"14":2,"59":1,"71":1,"78":1,"80":1,"83":1,"106":2,"126":2,"135":1,"138":2,"139":1,"140":3,"144":1,"148":2,"152":1,"162":1,"164":1,"190":1,"192":1,"197":1,"206":1,"207":1,"217":1,"234":1,"304":1,"351":1,"373":1,"396":1,"499":1,"577":2,"625":1,"628":3,"639":1,"652":1,"660":1,"668":1,"675":1,"683":1,"863":1,"913":1,"982":1,"985":1,"1061":1,"1076":1,"1134":1,"1139":2,"1199":1,"1288":1,"1307":1,"1315":1,"1337":1,"1369":2,"1377":1,"1438":1,"1453":2,"1473":1,"1568":1,"1598":1,"1661":1,"1681":1,"1686":1,"1856":2,"1863":1,"1883":1,"1908":1,"1918":1,"1944":2,"1996":2,"2070":2,"2118":1,"2196":3,"2197":1,"2304":5,"2319":1,"2327":1,"2366":1,"2400":1,"2459":1,"2554":1,"2617":1,"2618":2,"2623":1,"2625":1,"2630":1,"2637":1,"2640":1,"2644":1,"2646":1}}],["effort",{"2":{"51":1}}],["effects",{"2":{"136":1,"179":1}}],["effectively",{"2":{"580":1,"843":1}}],["effective",{"2":{"22":1,"106":1,"222":2,"384":1}}],["effect",{"2":{"0":10,"18":1,"133":1,"396":1,"990":1,"1934":1,"1935":1,"2210":1,"2211":1,"2481":1,"2498":1,"2601":1,"2604":1,"2623":1}}],["efficiently",{"2":{"0":1,"1290":1}}],["efficient",{"2":{"0":2,"2644":1}}],["either",{"2":{"0":29,"53":1,"54":1,"67":2,"70":1,"82":1,"83":1,"91":1,"100":1,"103":1,"109":1,"114":1,"121":1,"132":1,"136":1,"141":1,"164":1,"167":1,"184":2,"382":1,"623":1,"628":1,"908":1,"940":1,"969":1,"1185":1,"1221":1,"1248":1,"1249":1,"1360":1,"1402":1,"1462":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"1862":1,"1944":1,"2061":1,"2121":1,"2122":1,"2189":1,"2274":1,"2318":1,"2384":1,"2537":1,"2573":1,"2590":1,"2623":1,"2625":1}}],["exemplified",{"2":{"184":1}}],["execution",{"2":{"78":1}}],["executing",{"2":{"0":2,"2617":2}}],["execute",{"0":{"53":1},"2":{"44":1,"46":1,"109":1,"2641":1}}],["executes",{"2":{"0":25}}],["executed",{"2":{"0":1,"44":1,"46":1,"134":1,"136":2}}],["exit",{"2":{"82":2}}],["exist",{"2":{"102":1,"145":1}}],["existing",{"0":{"2645":1},"1":{"2646":1,"2647":1,"2648":1},"2":{"27":1,"56":1,"82":2,"147":1,"149":1,"151":1,"162":2,"166":1,"167":2,"215":1,"2304":1,"2601":1,"2618":1,"2646":1}}],["exists",{"2":{"0":1,"146":2,"1402":1}}],["ex",{"2":{"63":5}}],["exr",{"2":{"31":1,"32":1,"33":1,"34":1}}],["exciting",{"2":{"2640":1}}],["exceed",{"2":{"2649":1}}],["excess",{"2":{"222":1}}],["except",{"2":{"92":1,"156":1,"2605":1}}],["exception",{"2":{"29":1,"2483":1}}],["excluding",{"2":{"0":1,"579":1,"1249":1}}],["excluded",{"2":{"0":1}}],["exclude",{"2":{"0":5,"2319":1}}],["exclusive",{"2":{"0":3,"2605":1}}],["exclusively",{"2":{"0":4,"83":2,"1912":1}}],["exact",{"2":{"104":5,"109":1,"1914":1,"2623":1}}],["exactly",{"2":{"0":1,"82":1,"104":4,"105":1,"106":2,"107":3,"190":1,"580":1,"1914":1,"2623":3}}],["examples",{"0":{"73":1,"952":1,"983":1,"1025":1,"1058":1,"1105":1,"1140":1,"1164":1,"1200":1,"1259":1,"1283":1,"1286":1,"1322":1,"1343":1,"1374":1,"1403":1,"1433":1,"1455":1,"1545":1,"1599":1,"1628":1,"1662":1,"1750":1,"1774":1,"1807":1,"1832":1,"1880":1,"1909":1,"1960":1,"1997":1,"2017":1,"2044":1,"2075":1,"2111":1,"2122":1,"2158":1,"2238":1,"2274":1,"2303":1,"2330":1,"2398":1,"2433":1,"2459":1,"2479":1,"2555":1,"2574":1},"1":{"74":1,"75":1,"1106":1,"1107":1,"1141":1,"1142":1,"1143":1,"1284":1,"1285":1,"1286":1,"1287":2,"1288":2,"1289":1,"1290":1,"1323":1,"1324":1,"1404":1,"1405":1,"1406":1,"1407":1,"1408":1,"1409":1,"1434":1,"1435":1,"1436":1,"1437":1,"1438":1,"1439":1,"1456":1,"1457":1,"1458":1,"1600":1,"1910":1,"1911":1,"1912":1,"1913":1,"1914":1,"1915":1,"1916":1,"1917":1,"1918":1,"1919":1,"1920":1,"1921":1,"1922":1,"1998":1,"1999":1,"2000":1,"2239":1,"2304":1,"2305":1,"2331":1,"2332":1,"2480":1,"2481":1,"2482":1,"2483":1,"2484":1,"2485":1,"2486":1},"2":{"0":4,"3":1,"31":4,"75":3,"76":1,"83":1,"142":1,"194":1,"951":1,"1285":1,"1286":1,"1435":1,"2111":1,"2484":1,"2604":1}}],["example",{"0":{"8":1,"36":1,"63":1,"152":1,"168":1,"1921":1,"2480":1,"2602":1,"2614":1},"2":{"0":39,"10":2,"12":1,"14":2,"19":2,"23":1,"31":1,"35":1,"39":1,"51":1,"53":1,"64":1,"68":1,"71":1,"76":1,"78":1,"80":3,"81":1,"82":3,"85":1,"98":1,"102":2,"103":1,"106":1,"107":2,"110":2,"119":1,"121":1,"127":1,"129":1,"130":1,"135":2,"139":3,"140":1,"142":1,"144":1,"149":2,"150":1,"151":4,"152":2,"153":4,"166":1,"167":1,"168":1,"169":1,"178":4,"179":2,"180":2,"181":2,"182":1,"183":1,"185":1,"186":1,"187":2,"190":2,"208":1,"217":1,"218":1,"222":1,"223":1,"287":1,"290":1,"334":1,"337":1,"577":2,"578":1,"624":2,"627":1,"628":1,"691":1,"751":1,"752":1,"757":1,"844":1,"874":1,"905":1,"940":1,"969":1,"1249":1,"1289":1,"1360":1,"1404":1,"1408":1,"1438":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"1856":1,"1913":1,"1915":1,"1916":1,"1917":1,"1918":1,"1920":1,"2061":1,"2121":1,"2158":1,"2193":1,"2195":1,"2207":1,"2304":1,"2319":1,"2384":1,"2480":2,"2537":1,"2590":1,"2605":1,"2617":1,"2623":5,"2626":2,"2638":1,"2646":1,"2649":2}}],["extra",{"2":{"31":1,"46":1,"48":1,"508":1,"613":1}}],["extracts",{"2":{"2648":1}}],["extracted",{"2":{"76":1}}],["extractvalue",{"2":{"0":2}}],["extract",{"2":{"0":4,"54":1,"111":1,"152":1,"2304":1}}],["extrema",{"2":{"0":1,"33":1,"1856":1,"1911":1,"2330":1,"2398":1,"2478":1,"2624":1,"2631":1}}],["extrusion",{"2":{"0":20,"939":2,"968":2,"1359":2,"1496":2,"1585":2,"1615":2,"2060":2,"2383":2,"2589":2}}],["exterior",{"2":{"0":1,"2284":1}}],["extent",{"2":{"304":1,"351":1,"396":1,"2189":1,"2623":1}}],["extents",{"2":{"105":1,"234":1}}],["extensibility",{"2":{"196":1}}],["extensible",{"2":{"0":1,"1292":1}}],["extensions",{"2":{"153":1}}],["extension",{"0":{"153":1,"2284":1,"2477":1},"2":{"0":14,"153":3,"1241":1,"1242":1,"2276":1,"2284":1,"2459":2,"2462":1,"2477":1,"2618":1}}],["extendlow",{"0":{"1242":1,"2312":1},"2":{"0":3,"1235":2,"1242":1}}],["extended",{"2":{"0":9,"1241":1,"1242":1,"2284":1,"2459":1}}],["extendhigh",{"0":{"1241":1,"2311":1},"2":{"0":3,"1235":2,"1241":1}}],["extends",{"2":{"0":7,"1156":1,"1369":3,"2070":3,"2623":1,"2640":1,"2642":1}}],["extend",{"0":{"2647":1},"2":{"0":7,"72":1,"147":1,"752":1,"985":1,"990":1,"2605":1,"2646":1}}],["extending",{"0":{"121":1},"2":{"0":4,"121":1,"1373":1,"1879":1,"2074":1}}],["exp",{"2":{"1856":2,"2459":1,"2618":3,"2619":2,"2620":1,"2621":2}}],["exposes",{"2":{"2647":1}}],["exponential",{"2":{"1439":1,"2618":1,"2619":1,"2620":1,"2621":1}}],["exported",{"2":{"105":2,"197":1}}],["exportable=true",{"2":{"51":1,"57":1}}],["export",{"0":{"57":1},"2":{"0":1,"26":1,"28":2,"46":1,"50":1,"51":2,"105":2,"153":3}}],["exporting",{"2":{"0":2}}],["expands",{"2":{"151":1,"2623":1}}],["expanded",{"2":{"97":1}}],["expand",{"2":{"76":1,"198":1,"575":1}}],["explanations",{"2":{"2644":1}}],["explains",{"2":{"153":1}}],["explained",{"2":{"102":1,"2626":1,"2639":1}}],["explain",{"2":{"72":1}}],["explicit",{"2":{"105":1,"190":1,"983":1}}],["explicitely",{"2":{"75":2}}],["explicitly",{"2":{"24":1,"100":1,"691":1,"1408":2,"2619":1}}],["expensive",{"2":{"190":1,"1284":1}}],["expects",{"2":{"752":1}}],["expect",{"2":{"31":1,"50":1,"68":1,"104":1,"105":1,"161":2,"190":2}}],["expected",{"2":{"0":1,"27":1,"53":1,"67":1}}],["experimental",{"0":{"516":1},"2":{"13":1,"25":1,"30":1,"31":1,"41":1,"197":1,"748":1,"2619":1,"2620":1,"2621":1,"2644":1}}],["express",{"2":{"10":1}}],["expressions",{"2":{"0":4,"64":1,"2231":1}}],["expression",{"2":{"0":7,"10":1,"83":2,"138":3}}],["exp10",{"2":{"0":1}}],["enforced",{"2":{"2304":1}}],["enforcing",{"2":{"578":1}}],["enlarged",{"2":{"585":1}}],["enclose",{"2":{"2625":1,"2637":1}}],["enclosing",{"2":{"192":1}}],["encode",{"2":{"0":1}}],["encoding",{"2":{"0":3}}],["encounter",{"2":{"0":1,"181":1,"1282":1}}],["encourages",{"2":{"0":4}}],["encompassing",{"2":{"0":43,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1194":1,"1230":1,"1253":1,"1316":1,"1367":1,"1396":1,"1427":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1849":1,"1902":1,"1950":1,"1989":1,"2038":1,"2068":1,"2093":1,"2151":1,"2182":1,"2227":1,"2259":1,"2323":1,"2359":1,"2390":1,"2426":1,"2453":1,"2513":1,"2544":1,"2596":1}}],["enumerate",{"2":{"168":1,"206":1,"287":1,"334":1,"374":1,"379":1,"383":1,"396":2,"625":1,"1285":1,"1322":1,"1435":2,"1436":1,"1439":1,"1584":1,"1585":1,"1586":3,"1913":1,"1919":2,"2196":1,"2330":1,"2624":1,"2635":1}}],["env",{"2":{"94":1}}],["environments",{"2":{"24":1}}],["environment",{"2":{"0":3,"17":1,"31":1,"94":1,"1282":1,"2617":2}}],["environmentlights",{"2":{"31":1}}],["environmentlight",{"0":{"2612":1},"2":{"0":1,"31":1,"32":1,"33":1,"34":1,"35":1,"36":1,"2644":1}}],["ension",{"2":{"72":1}}],["ensures",{"2":{"192":1,"578":1}}],["ensure",{"2":{"24":1,"64":1,"88":1,"585":1,"844":1}}],["engine",{"2":{"18":1,"123":1}}],["enabling",{"2":{"0":1,"2495":1}}],["enable",{"0":{"1172":1,"1208":1,"2409":1},"2":{"0":6,"22":4,"29":1,"31":3,"48":2,"119":2,"121":1,"621":1,"908":1}}],["enabled",{"2":{"0":1,"21":1,"119":1,"121":1,"209":1}}],["enables",{"2":{"0":6,"62":1,"119":2,"1931":1,"2409":1,"2605":2}}],["enough",{"2":{"0":1,"76":1,"98":1,"123":1,"1409":1}}],["entirely",{"2":{"216":1,"1569":1,"1600":1,"1922":1}}],["entire",{"2":{"165":1}}],["enter",{"2":{"0":2,"873":1,"874":1}}],["entered",{"2":{"0":1,"79":1,"874":1,"2641":1}}],["entries",{"0":{"627":1},"2":{"0":4,"110":1,"623":2,"627":1,"664":1,"2157":1,"2462":1}}],["entry",{"2":{"0":2,"625":1,"627":1,"633":1,"637":1,"638":1,"642":1,"643":1,"644":1,"645":1,"647":1,"648":1,"668":1,"678":1,"720":2,"727":1,"728":1,"873":1,"2017":1}}],["en",{"2":{"0":1,"2158":1}}],["endless",{"2":{"384":1}}],["end+1",{"2":{"145":1,"582":4,"1407":1,"1408":4}}],["ended",{"2":{"107":1}}],["end÷2",{"2":{"91":8}}],["ends",{"2":{"0":1,"18":1,"66":4,"96":1,"112":1,"1086":1}}],["end",{"2":{"0":69,"8":2,"10":2,"11":1,"12":4,"32":2,"33":3,"34":6,"35":8,"36":5,"48":1,"51":1,"52":5,"53":2,"54":1,"55":1,"56":2,"57":2,"63":2,"66":14,"73":2,"75":1,"76":7,"78":3,"80":17,"81":10,"82":11,"83":4,"85":2,"91":4,"92":2,"98":1,"106":1,"121":10,"125":1,"136":1,"137":1,"138":1,"151":4,"152":9,"153":6,"166":2,"167":3,"168":9,"169":4,"178":2,"179":1,"181":2,"184":1,"185":1,"187":3,"191":2,"195":3,"196":4,"204":1,"206":3,"217":2,"218":5,"222":1,"223":1,"234":1,"287":2,"304":1,"334":2,"351":1,"373":1,"374":1,"379":1,"383":1,"396":2,"410":1,"443":1,"474":1,"491":2,"581":5,"582":4,"583":1,"585":4,"625":2,"626":1,"628":1,"704":3,"757":3,"758":1,"838":1,"839":1,"844":1,"863":1,"874":1,"905":1,"929":1,"952":3,"957":1,"994":1,"1031":1,"1061":1,"1066":1,"1155":1,"1156":1,"1162":1,"1169":1,"1205":1,"1285":4,"1287":2,"1288":1,"1289":1,"1292":1,"1297":1,"1322":1,"1323":2,"1348":1,"1379":1,"1405":2,"1413":1,"1434":2,"1435":2,"1436":1,"1439":1,"1445":1,"1457":1,"1486":1,"1508":1,"1515":1,"1542":1,"1549":1,"1574":1,"1584":3,"1585":1,"1586":5,"1587":1,"1605":1,"1629":6,"1635":1,"1668":1,"1779":1,"1856":5,"1885":1,"1913":1,"1914":1,"1915":2,"1919":2,"1921":1,"1927":1,"1965":1,"2021":1,"2049":1,"2122":1,"2129":1,"2158":5,"2164":1,"2189":2,"2192":4,"2193":1,"2194":1,"2196":1,"2203":1,"2274":1,"2304":3,"2311":1,"2312":1,"2330":5,"2373":1,"2405":1,"2433":4,"2439":1,"2459":1,"2465":1,"2484":4,"2485":2,"2486":1,"2492":1,"2505":1,"2525":1,"2552":1,"2579":1,"2605":2,"2607":1,"2608":1,"2611":5,"2618":1,"2623":1,"2624":4,"2627":1,"2634":1,"2635":1,"2637":1,"2640":1,"2641":2,"2644":8,"2646":1,"2648":2,"2649":2,"2651":1}}],["endpoints",{"2":{"66":2}}],["endpoint",{"2":{"0":1}}],["equation",{"2":{"124":1}}],["equals",{"2":{"223":1}}],["equalize",{"2":{"0":1,"1312":1}}],["equally",{"2":{"0":5,"1185":1,"1221":1,"1248":1,"1443":1,"2318":1}}],["equal",{"2":{"0":4,"10":1,"132":2,"287":1,"334":1,"373":4,"396":1,"1461":1,"1911":1,"2113":1}}],["equivalently",{"2":{"104":1}}],["equivalent",{"2":{"0":21,"62":1,"83":1,"138":1,"184":1,"577":2,"940":1,"967":1,"969":1,"1358":1,"1360":1,"1408":1,"1497":1,"1527":1,"1584":1,"1586":1,"1616":1,"1791":1,"1912":1,"1914":1,"2059":1,"2061":1,"2194":1,"2384":1,"2537":1,"2590":1}}],["eval",{"2":{"2617":1}}],["evaluation",{"2":{"0":3}}],["evaluating",{"2":{"0":1}}],["evaluates",{"2":{"0":3}}],["evaluated",{"2":{"0":2,"62":1,"1402":1,"1405":1}}],["evident",{"2":{"190":1}}],["evenly",{"2":{"1435":1}}],["even",{"0":{"710":1},"2":{"0":1,"19":2,"27":1,"30":1,"44":1,"56":1,"64":1,"76":1,"137":1,"139":1,"147":1,"164":1,"181":1,"191":1,"710":1,"1435":1,"2644":1}}],["events",{"0":{"77":1,"79":1,"160":1,"2641":1},"1":{"78":1,"79":1,"80":1,"81":1,"82":1,"83":1,"84":1,"85":1},"2":{"0":17,"64":1,"77":2,"79":4,"80":17,"81":10,"82":11,"83":4,"120":1,"160":2,"2639":1,"2641":5}}],["event",{"2":{"0":44,"80":10,"81":8,"82":7,"83":8,"119":1,"134":1,"160":1,"214":1,"217":5,"218":9}}],["everybody",{"2":{"200":1}}],["everything",{"2":{"0":1,"22":1,"51":1,"53":1,"54":1,"98":1,"107":1,"116":1,"205":1,"208":1,"2617":1,"2639":1}}],["every",{"2":{"0":7,"10":1,"13":1,"78":1,"82":1,"110":1,"126":1,"138":1,"140":1,"149":1,"152":1,"155":1,"177":1,"183":1,"206":1,"752":1,"1288":1,"1314":1,"1474":1,"2189":2,"2190":1,"2604":1,"2641":1}}],["e",{"2":{"0":81,"17":1,"22":1,"31":3,"51":4,"54":1,"55":1,"56":1,"59":1,"62":2,"67":2,"73":6,"74":1,"75":2,"76":4,"79":1,"90":1,"92":2,"121":2,"136":1,"149":1,"151":1,"166":1,"184":1,"190":1,"205":1,"299":1,"346":1,"576":1,"748":1,"750":1,"932":1,"939":1,"951":1,"960":1,"996":1,"1034":1,"1069":1,"1105":1,"1142":1,"1171":1,"1207":1,"1240":1,"1285":1,"1294":1,"1299":1,"1351":1,"1382":1,"1415":1,"1489":1,"1496":1,"1518":1,"1551":1,"1577":1,"1608":1,"1615":1,"1638":1,"1671":1,"1753":1,"1782":1,"1806":1,"1811":1,"1831":3,"1836":1,"1877":1,"1888":1,"1914":1,"1930":1,"1932":1,"1968":1,"1977":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2276":1,"2309":1,"2338":1,"2339":1,"2376":1,"2383":1,"2407":1,"2441":1,"2483":1,"2485":1,"2486":1,"2490":1,"2494":1,"2504":2,"2528":1,"2582":1,"2589":1,"2603":1,"2604":1,"2641":1,"2642":1,"2643":1,"2652":1}}],["elseif",{"2":{"81":1,"82":3,"121":1,"167":1,"1856":3}}],["else",{"2":{"18":1,"32":1,"35":1,"57":1,"82":1,"121":2,"1856":1,"2617":1,"2644":1}}],["eltypes",{"2":{"0":1}}],["ellipse",{"2":{"0":5}}],["elliptical",{"2":{"0":1}}],["ellipticalarc",{"2":{"0":6,"1915":1,"1916":2}}],["elem",{"2":{"627":10}}],["elements",{"0":{"96":1,"623":1},"1":{"624":1},"2":{"0":10,"8":1,"34":1,"56":2,"96":1,"97":3,"98":2,"105":1,"119":1,"126":3,"128":1,"129":1,"144":1,"147":1,"164":1,"190":1,"192":1,"205":2,"384":1,"578":1,"581":1,"623":1,"627":2,"628":1,"1058":4,"1163":1,"1402":1,"1629":1,"1867":1,"1915":1,"1944":1,"2629":1,"2649":3}}],["element",{"0":{"97":1,"624":1},"2":{"0":23,"8":1,"49":1,"53":2,"68":2,"76":2,"82":1,"96":2,"97":1,"119":1,"126":2,"127":2,"128":1,"130":2,"131":2,"132":3,"133":1,"139":1,"152":2,"190":1,"234":1,"246":1,"247":1,"365":1,"366":1,"386":1,"387":1,"511":1,"512":1,"551":1,"552":1,"578":1,"599":1,"600":1,"615":1,"616":1,"624":1,"679":1,"680":1,"700":1,"701":1,"725":1,"726":1,"807":1,"808":1,"851":1,"852":1,"858":1,"859":1,"860":1,"862":1,"900":1,"901":1,"919":1,"920":1,"1307":1,"1328":1,"1402":1,"1404":1,"1568":1,"1661":1,"1856":1,"1908":1,"2621":1,"2649":1}}],["elevation",{"0":{"379":1},"2":{"0":2,"379":6,"396":2,"1199":1}}],["y^1",{"2":{"2624":1,"2630":1}}],["y^0",{"2":{"2624":1,"2630":1}}],["y^2",{"2":{"51":1,"1164":1,"2304":1,"2574":1}}],["y+1",{"2":{"2484":2}}],["yv",{"2":{"1629":2}}],["yvector",{"2":{"0":2,"1402":2}}],["yhigh",{"2":{"234":1}}],["yr",{"2":{"73":4}}],["yreversed",{"0":{"333":1,"443":1},"2":{"0":2,"443":3,"1545":1,"1913":1}}],["yrectzoom",{"0":{"332":1},"2":{"0":1,"213":1}}],["y4+25",{"2":{"66":1}}],["y4",{"2":{"66":1}}],["y3+80",{"2":{"66":1}}],["y3+100",{"2":{"66":1}}],["y3",{"2":{"66":1}}],["y5+83",{"2":{"66":1}}],["y5",{"2":{"66":1}}],["y0",{"2":{"66":5,"1285":2}}],["ye",{"2":{"36":2}}],["yellow",{"2":{"35":2,"146":1,"187":1,"863":1,"1105":1,"1750":1,"2330":1,"2644":2}}],["years",{"2":{"75":1}}],["year",{"2":{"27":1,"199":1,"1287":2}}],["yet",{"2":{"0":2,"30":1,"31":5,"34":1,"35":1,"41":2,"46":1,"53":2,"74":2,"78":1,"102":1,"121":1,"145":1,"146":1,"148":1,"153":1,"165":1,"516":1,"1282":1,"1286":1,"2616":1,"2626":1}}],["yields",{"2":{"91":1}}],["yield",{"2":{"0":2,"12":3,"2495":1}}],["yinterval",{"2":{"0":1,"2121":1}}],["ymaxs",{"2":{"1259":2}}],["ymax",{"0":{"2395":1,"2552":1},"2":{"0":11,"12":2,"346":2,"1258":2,"2276":1,"2368":2,"2459":1,"2462":1,"2520":3}}],["ymins",{"2":{"1259":2}}],["ymin",{"0":{"2396":1,"2553":1},"2":{"0":11,"12":2,"346":2,"1258":2,"2276":1,"2368":2,"2459":1,"2462":1,"2520":3}}],["yminortickwidth",{"0":{"329":1},"2":{"0":1}}],["yminorticksvisible",{"0":{"328":1},"2":{"0":1,"326":1,"334":1,"348":2}}],["yminorticksize",{"0":{"327":1},"2":{"0":1}}],["yminorticks",{"0":{"326":1},"2":{"0":1,"326":3,"334":1}}],["yminortickcolor",{"0":{"325":1},"2":{"0":1}}],["yminortickalign",{"0":{"324":1},"2":{"0":1}}],["yminorgridwidth",{"0":{"323":1},"2":{"0":1,"821":1}}],["yminorgridvisible",{"0":{"322":1},"2":{"0":1,"326":1,"334":1,"820":1}}],["yminorgridstyle",{"0":{"321":1},"2":{"0":1,"819":1}}],["yminorgridcolor",{"0":{"320":1},"2":{"0":1,"818":1}}],["yupper",{"2":{"0":2,"1024":2}}],["yuv444p",{"2":{"0":2}}],["yuv420p",{"2":{"0":2}}],["ylorrd",{"2":{"2658":8}}],["ylorbr",{"2":{"2658":8}}],["ylow",{"2":{"234":1,"382":1}}],["ylower",{"2":{"0":2,"1024":2}}],["ylgnbu",{"2":{"2658":8}}],["ylgn",{"2":{"2658":8}}],["ylims",{"2":{"0":12,"212":1,"234":1,"351":1,"382":2,"385":1,"491":1,"863":1,"1141":1,"1143":1,"2624":1,"2653":1}}],["ylabel=",{"2":{"1107":1,"2332":1}}],["ylabeloffset",{"0":{"439":1},"2":{"0":1}}],["ylabelalign",{"0":{"436":1},"2":{"0":1}}],["ylabelvisible",{"0":{"319":1,"442":1},"2":{"0":2}}],["ylabelsize",{"0":{"318":1,"441":1},"2":{"0":2}}],["ylabelrotation",{"0":{"317":1,"440":1},"2":{"0":2}}],["ylabelpadding",{"0":{"316":1},"2":{"0":1}}],["ylabelfont",{"0":{"315":1,"438":1},"2":{"0":2}}],["ylabelcolor",{"0":{"314":1,"437":1},"2":{"0":2}}],["ylabel",{"0":{"229":1,"313":1,"435":1},"2":{"0":5,"124":1,"142":2,"169":3,"202":1,"207":2,"229":1,"313":3,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"1058":1,"1107":1,"1856":7,"2332":1,"2619":1,"2620":1,"2621":1,"2624":1,"2627":1}}],["y2+100",{"2":{"66":1}}],["y2+40",{"2":{"66":1}}],["y2+25",{"2":{"66":5}}],["y2s",{"2":{"0":1,"1139":1}}],["y2",{"2":{"0":9,"66":1,"1139":2,"1629":2}}],["y1+83",{"2":{"66":1}}],["y1+65",{"2":{"66":1}}],["y1+15",{"2":{"66":1}}],["y1s",{"2":{"0":1,"1139":1}}],["y1",{"2":{"0":9,"66":1,"1139":2}}],["y",{"0":{"1910":1},"2":{"0":178,"10":1,"11":2,"12":9,"28":1,"32":2,"36":6,"51":3,"53":3,"54":2,"62":4,"66":7,"71":3,"74":3,"75":1,"76":4,"80":1,"124":2,"131":1,"137":12,"138":6,"149":1,"151":5,"158":5,"163":3,"169":7,"196":6,"202":1,"206":3,"207":3,"208":1,"210":1,"211":1,"213":1,"222":1,"228":1,"234":4,"239":1,"248":1,"266":1,"307":1,"308":1,"309":1,"310":1,"311":1,"312":1,"313":4,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1,"326":1,"327":1,"328":1,"329":1,"330":2,"331":1,"332":1,"333":1,"334":2,"337":1,"346":1,"348":1,"351":1,"352":2,"353":1,"373":1,"374":1,"377":1,"431":1,"432":1,"433":1,"434":1,"435":2,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"443":1,"444":1,"445":1,"446":1,"447":1,"448":1,"449":1,"450":1,"451":1,"452":1,"453":1,"454":1,"455":1,"456":1,"458":1,"459":1,"515":2,"695":1,"767":1,"844":4,"982":8,"983":12,"989":1,"1058":2,"1070":2,"1104":2,"1106":4,"1107":1,"1163":3,"1164":9,"1199":2,"1200":2,"1258":2,"1282":3,"1285":3,"1292":2,"1322":1,"1323":3,"1328":2,"1333":1,"1373":3,"1383":2,"1402":9,"1404":22,"1405":3,"1406":1,"1407":2,"1408":4,"1409":4,"1434":10,"1435":10,"1436":2,"1437":3,"1439":2,"1442":2,"1464":1,"1544":2,"1545":1,"1568":4,"1584":2,"1598":4,"1627":2,"1629":1,"1661":4,"1806":3,"1831":5,"1889":2,"1908":4,"1910":1,"1911":1,"1917":2,"1919":1,"1944":2,"1996":3,"2016":2,"2091":1,"2121":1,"2157":3,"2158":2,"2188":2,"2191":3,"2192":2,"2237":1,"2273":1,"2274":2,"2303":8,"2304":14,"2305":4,"2329":2,"2332":1,"2395":1,"2396":1,"2397":2,"2398":2,"2432":1,"2433":8,"2458":2,"2459":4,"2478":2,"2480":2,"2484":7,"2552":1,"2553":1,"2554":1,"2555":14,"2573":1,"2574":4,"2602":2,"2609":4,"2610":2,"2619":1,"2624":3,"2627":1,"2630":2,"2642":1,"2643":2,"2644":6}}],["y=0",{"2":{"0":2}}],["yourself",{"2":{"37":1,"752":1,"1914":1,"2459":1,"2605":1}}],["your",{"2":{"0":1,"8":1,"10":1,"19":1,"26":1,"27":1,"57":1,"58":1,"62":1,"72":1,"76":2,"83":1,"88":2,"94":2,"105":1,"106":4,"107":2,"109":1,"110":1,"121":1,"139":1,"147":1,"153":5,"158":1,"164":1,"177":1,"178":1,"181":1,"182":1,"183":2,"191":1,"196":1,"200":1,"214":1,"217":1,"757":1,"2189":1,"2485":2,"2601":1,"2617":1,"2618":3,"2622":1,"2626":1}}],["you",{"2":{"0":85,"1":1,"7":1,"8":9,"9":1,"10":4,"11":1,"12":2,"13":1,"14":1,"15":2,"17":1,"18":1,"19":7,"24":1,"27":12,"30":3,"31":3,"34":1,"37":3,"39":4,"44":2,"46":2,"47":1,"48":1,"50":1,"51":4,"53":3,"54":1,"55":4,"56":1,"57":3,"58":2,"61":1,"64":4,"73":1,"74":1,"76":5,"77":2,"78":1,"79":3,"80":3,"81":1,"82":7,"83":12,"84":1,"85":2,"87":1,"88":1,"92":1,"94":3,"96":4,"97":2,"98":2,"100":5,"101":1,"102":5,"103":2,"104":5,"105":2,"106":11,"107":14,"109":3,"110":4,"111":3,"114":1,"115":2,"116":4,"117":1,"118":9,"119":4,"121":4,"122":1,"124":2,"130":1,"132":1,"134":5,"135":4,"136":8,"137":1,"138":4,"139":4,"140":1,"142":2,"144":1,"147":3,"149":2,"151":4,"152":1,"153":1,"155":2,"159":1,"160":1,"161":2,"162":5,"163":3,"164":5,"165":3,"167":1,"169":1,"177":5,"178":2,"179":1,"180":3,"181":4,"182":1,"183":1,"184":2,"185":1,"186":3,"187":1,"188":1,"189":1,"191":4,"192":2,"195":1,"198":1,"199":1,"200":1,"202":1,"203":1,"204":2,"205":5,"206":2,"208":1,"210":3,"211":3,"212":3,"213":2,"215":1,"216":2,"217":3,"218":3,"219":1,"287":1,"334":1,"384":1,"515":4,"516":1,"574":1,"575":1,"576":2,"578":3,"579":1,"580":2,"581":2,"582":5,"583":2,"584":1,"585":4,"623":1,"624":1,"625":3,"626":5,"627":4,"628":1,"691":6,"705":1,"723":1,"750":1,"751":2,"752":2,"753":1,"754":5,"756":2,"757":3,"844":4,"863":1,"924":1,"928":1,"956":1,"993":1,"1015":1,"1030":1,"1065":1,"1168":1,"1204":1,"1236":1,"1241":1,"1242":1,"1248":2,"1249":1,"1282":3,"1290":1,"1295":1,"1296":1,"1323":2,"1328":1,"1347":1,"1373":1,"1378":1,"1412":1,"1434":1,"1435":1,"1437":1,"1444":1,"1456":1,"1485":1,"1514":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1879":1,"1884":1,"1911":1,"1912":1,"1914":5,"1917":3,"1919":1,"1920":2,"1926":1,"1964":1,"2016":1,"2020":1,"2048":1,"2122":1,"2128":1,"2163":1,"2189":2,"2192":1,"2193":1,"2195":1,"2196":3,"2197":1,"2202":1,"2274":2,"2305":1,"2327":1,"2372":1,"2404":1,"2438":1,"2459":1,"2464":1,"2481":1,"2484":2,"2485":7,"2491":1,"2524":1,"2555":2,"2578":1,"2601":1,"2605":2,"2609":1,"2613":2,"2615":1,"2616":2,"2617":4,"2618":4,"2622":1,"2623":8,"2624":1,"2625":1,"2626":3,"2633":1,"2638":2,"2641":2,"2646":2,"2650":1,"2652":1}}],["yz",{"2":{"460":1,"461":1,"2433":6}}],["yzpanelvisible",{"0":{"461":1},"2":{"0":1}}],["yzpanelcolor",{"0":{"460":1},"2":{"0":1}}],["yzoomlock",{"0":{"353":1},"2":{"0":1,"210":1}}],["yzoomkey",{"0":{"352":1},"2":{"0":1,"210":1}}],["yspace",{"2":{"207":2}}],["yspinewidth",{"0":{"448":1},"2":{"0":1}}],["yspinesvisible",{"0":{"447":1},"2":{"0":1}}],["yspinecolor",{"0":{"444":1,"445":1,"446":1},"2":{"0":3}}],["ys",{"2":{"0":21,"10":4,"139":7,"515":6,"624":4,"704":3,"983":8,"1025":6,"1058":5,"1164":6,"1200":7,"1235":2,"1259":4,"1374":9,"1406":2,"1407":3,"1408":5,"1432":2,"1481":2,"1510":6,"1584":3,"1599":4,"1662":2,"1832":3,"1910":2,"1911":2,"1959":1,"1960":5,"2043":1,"2044":4,"2074":1,"2091":1,"2158":3,"2302":4,"2327":1,"2330":2,"2624":7,"2630":7}}],["yscale",{"0":{"334":1},"2":{"0":1,"334":4,"346":2}}],["ytrimspine",{"0":{"351":1},"2":{"0":1,"351":4}}],["ytickvalues",{"2":{"337":1,"346":2}}],["ytick",{"2":{"335":1,"336":1,"347":1,"349":1,"350":1,"457":1}}],["ytickrotation",{"2":{"0":2}}],["ytickrange=ytickrange",{"2":{"0":1}}],["ytickrange",{"2":{"0":1}}],["ytickwidth",{"0":{"350":1,"459":1},"2":{"0":2}}],["yticks=",{"2":{"1107":1,"2332":1}}],["yticksvisible",{"0":{"349":1,"458":1},"2":{"0":2}}],["yticksmirrored",{"0":{"348":1},"2":{"0":1,"348":2}}],["yticksize",{"0":{"347":1,"457":1},"2":{"0":2}}],["yticks",{"0":{"346":1,"456":1},"2":{"0":3,"334":3,"337":1,"341":1,"346":5,"831":1,"1058":1,"1323":1}}],["yticklabel",{"2":{"0":2,"207":2}}],["yticklabels=yticklabel",{"2":{"0":1}}],["yticklabels",{"2":{"0":3,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1,"344":1,"345":1}}],["yticklabelsvisible",{"0":{"345":1,"455":1},"2":{"0":2,"830":1}}],["yticklabelspace",{"0":{"344":1},"2":{"0":1,"207":3}}],["yticklabelsize",{"0":{"343":1,"454":1},"2":{"0":2,"827":1}}],["yticklabelrotation",{"0":{"342":1},"2":{"0":1}}],["yticklabelpad",{"0":{"341":1,"453":1},"2":{"0":2}}],["yticklabelfont",{"0":{"340":1,"452":1},"2":{"0":2,"825":1}}],["yticklabelcolor",{"0":{"339":1,"451":1},"2":{"0":2,"208":2,"824":1}}],["yticklabelalign",{"0":{"338":1},"2":{"0":1}}],["ytickformat",{"0":{"337":1,"450":1},"2":{"0":2,"207":1,"334":1,"337":5,"346":2}}],["ytickcolor",{"0":{"336":1,"449":1},"2":{"0":2}}],["ytickalign",{"0":{"335":1},"2":{"0":1}}],["ypanlock",{"0":{"331":1},"2":{"0":1,"211":1}}],["ypankey",{"0":{"330":1},"2":{"0":1,"211":1}}],["ygridwidth",{"0":{"312":1,"434":1},"2":{"0":2,"816":1}}],["ygridvisible",{"0":{"311":1,"433":1},"2":{"0":2,"304":1,"351":1,"815":1,"1141":1,"1143":1}}],["ygridstyle",{"0":{"310":1},"2":{"0":1,"814":1}}],["ygridcolor",{"0":{"309":1,"432":1},"2":{"0":2,"183":1,"813":1}}],["yarg",{"2":{"2657":1}}],["yaml",{"2":{"27":1}}],["yangle",{"2":{"0":1}}],["yautolimits",{"0":{"2271":1},"2":{"0":1}}],["yautolimitmargin",{"0":{"307":1,"431":1},"2":{"0":2,"163":1,"234":1,"1572":1,"1584":1,"1585":1,"1586":2,"1587":1,"1913":1,"2651":1}}],["yauto",{"2":{"0":2}}],["yaxisposition",{"0":{"308":1},"2":{"0":1,"208":1,"308":2}}],["rdylgn",{"2":{"2658":10}}],["rdylbu",{"2":{"2658":10}}],["rdpu",{"2":{"2658":8}}],["rdgy",{"2":{"2658":10}}],["rdbu",{"2":{"2658":10}}],["r+cos",{"2":{"752":2}}],["rb",{"2":{"626":1,"2621":1}}],["rs",{"2":{"585":6,"752":5,"757":10}}],["rust",{"2":{"2662":1}}],["rule",{"2":{"190":1}}],["rules",{"2":{"190":2,"2623":1}}],["ruled",{"2":{"0":1,"1024":1}}],["running",{"2":{"41":1,"51":2,"54":1,"55":1,"87":1,"181":1,"1286":1,"2617":1,"2618":1}}],["runner",{"2":{"0":1,"2505":1}}],["run",{"2":{"24":1,"27":1,"50":1,"53":3,"67":1,"98":1,"161":1,"191":1,"2617":1,"2618":1}}],["runs",{"2":{"13":1,"28":2,"118":1,"197":1}}],["rmax",{"2":{"0":1,"752":1}}],["rmin",{"2":{"0":2,"751":2,"754":1,"769":1,"775":1}}],["rminorticks",{"0":{"788":1},"2":{"0":1}}],["rminorgridwidth",{"0":{"787":1},"2":{"0":1,"753":1}}],["rminorgridvisible=true",{"2":{"753":1}}],["rminorgridvisible",{"0":{"786":1},"2":{"0":1,"753":1}}],["rminorgridstyle",{"0":{"785":1},"2":{"0":1,"753":1}}],["rminorgridcolor",{"0":{"784":1},"2":{"0":1,"753":1}}],["rlims",{"2":{"0":1,"751":2,"752":2}}],["rlimits",{"0":{"783":1},"2":{"0":1,"751":4,"757":1,"801":1}}],["rprs",{"2":{"31":1}}],["rpr",{"2":{"0":7,"31":24,"32":9,"33":1,"34":4,"36":1,"1010":1,"1045":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1}}],["rprmakie=",{"2":{"31":1}}],["rprmakie",{"0":{"30":1,"34":1},"1":{"31":1,"32":1,"33":1,"34":1,"35":1,"36":1},"2":{"0":18,"13":1,"30":1,"31":17,"32":2,"33":2,"34":6,"35":2,"36":2,"197":1,"1010":1,"1016":1,"1045":1,"1049":1,"1649":1,"1653":1,"1682":1,"1687":1,"2176":1,"2180":1,"2420":1,"2424":1,"2507":1,"2511":1,"2603":1,"2604":2,"2644":4}}],["rtriangle",{"2":{"1913":2}}],["rt",{"2":{"0":1}}],["rticks",{"0":{"799":1},"2":{"0":1}}],["rticklabelsvisible",{"0":{"798":1},"2":{"0":1}}],["rticklabelstrokewidth",{"0":{"797":1},"2":{"0":1,"753":1}}],["rticklabelstrokecolor",{"0":{"796":1},"2":{"0":1,"753":1}}],["rticklabelsize=12",{"2":{"753":1}}],["rticklabelsize",{"0":{"795":1},"2":{"0":1,"753":1}}],["rticklabelrotation=deg2rad",{"2":{"753":1}}],["rticklabelrotation",{"0":{"794":1},"2":{"0":1}}],["rticklabelpad",{"0":{"793":1},"2":{"0":1}}],["rticklabelfont",{"0":{"792":1},"2":{"0":1}}],["rticklabelcolor",{"0":{"791":1},"2":{"0":1,"753":1}}],["rtickformat",{"0":{"790":1},"2":{"0":1}}],["rtickangle",{"0":{"789":1},"2":{"0":1}}],["rgb2",{"2":{"195":5}}],["rgb1",{"2":{"195":8}}],["rgbf",{"2":{"0":2,"10":1,"31":1,"32":1,"33":3,"34":2,"35":1,"36":1,"152":1,"189":2,"289":1,"336":1,"357":2,"362":2,"494":1,"519":1,"535":1,"546":1,"554":1,"568":1,"590":1,"691":2,"710":1,"711":1,"724":1,"850":1,"877":1,"879":1,"903":1,"915":1,"1572":1,"1774":1,"1925":3,"1952":3,"2607":3,"2608":6,"2609":7,"2610":3,"2611":5,"2624":1,"2625":1,"2644":1,"2651":2}}],["rgb",{"2":{"0":1,"31":1,"34":7,"135":1,"195":6}}],["rgbaf",{"2":{"0":2,"189":2,"190":3,"194":1,"195":5,"262":1,"273":1,"309":1,"320":1,"357":1,"362":1,"399":1,"432":1,"463":1,"884":1,"1285":1,"2122":1,"2398":1,"2436":1,"2651":2}}],["rgba",{"2":{"0":7,"56":2,"195":9}}],["rgridwidth",{"0":{"782":1},"2":{"0":1,"753":1}}],["rgridvisible",{"0":{"781":1},"2":{"0":1}}],["rgridstyle",{"0":{"780":1},"2":{"0":1}}],["rgridcolor",{"0":{"779":1},"2":{"0":1,"753":1}}],["rigid",{"2":{"2644":1}}],["rightwards",{"2":{"286":1,"410":1,"443":1}}],["rightup",{"2":{"0":1}}],["rightdragstop",{"2":{"0":1}}],["rightdragstart",{"2":{"0":1}}],["rightdrag",{"2":{"0":1}}],["rightdown",{"2":{"0":1}}],["rightdoubleclick",{"2":{"0":1}}],["rightclick",{"2":{"0":1,"218":1}}],["right|",{"2":{"0":1}}],["right",{"2":{"0":33,"31":2,"35":14,"39":1,"41":1,"52":1,"53":1,"56":1,"61":1,"62":6,"71":1,"75":1,"82":1,"83":2,"103":1,"107":1,"133":1,"139":1,"152":1,"164":2,"190":2,"205":1,"208":2,"211":1,"218":6,"235":1,"236":1,"237":1,"249":3,"308":2,"358":1,"374":3,"384":1,"524":1,"546":1,"547":1,"579":3,"582":1,"603":2,"611":1,"626":1,"628":1,"691":1,"754":3,"761":1,"774":1,"794":1,"811":1,"835":1,"952":4,"1058":5,"1141":1,"1289":1,"1369":1,"1629":1,"1856":7,"1875":1,"2070":1,"2158":1,"2189":1,"2191":2,"2192":3,"2193":1,"2194":1,"2199":1,"2217":1,"2241":1,"2251":1,"2258":1,"2265":1,"2330":2,"2358":1,"2484":1,"2618":1,"2623":1,"2624":2,"2629":1,"2630":1,"2632":6,"2633":1,"2635":1,"2637":1,"2639":1,"2644":14}}],["rightspinevisible",{"0":{"237":1,"547":1},"2":{"0":2,"183":1,"304":1,"351":1}}],["rightspinecolor",{"0":{"236":1,"546":1},"2":{"0":2}}],["rising",{"2":{"1141":1}}],["rid",{"2":{"583":1}}],["richtext",{"2":{"2196":2}}],["rich",{"0":{"2196":1},"1":{"2197":1},"2":{"111":1,"239":2,"248":2,"266":1,"290":1,"313":1,"337":1,"2196":7,"2197":3}}],["ring",{"2":{"0":1,"753":1,"1755":1}}],["rimfraction",{"0":{"918":1},"2":{"0":1}}],["rzoomlock",{"0":{"801":1},"2":{"0":1,"754":1}}],["rzoomkey",{"0":{"800":1},"2":{"0":1,"754":1}}],["ryzen",{"2":{"1286":1}}],["ry",{"2":{"0":2}}],["rx",{"2":{"0":3}}],["r2",{"2":{"0":5}}],["r1",{"2":{"0":5}}],["rose",{"2":{"2662":1}}],["rocket",{"2":{"2661":1}}],["romao50",{"2":{"2656":1}}],["romao25",{"2":{"2656":1}}],["romao100",{"2":{"2656":1}}],["romao10",{"2":{"2656":1}}],["romao",{"2":{"2656":1}}],["roma50",{"2":{"2656":1}}],["roma25",{"2":{"2656":1}}],["roma100",{"2":{"2656":1}}],["roma10",{"2":{"2656":1}}],["roma",{"2":{"2656":1}}],["robots",{"2":{"2644":1}}],["robot",{"2":{"2644":1}}],["root",{"2":{"51":1,"79":1,"121":1,"157":1,"704":1}}],["rotr90",{"2":{"189":1,"222":1,"1545":2}}],["rotl90",{"2":{"35":1,"1629":1,"2644":1}}],["rot",{"2":{"0":4,"35":2,"158":4,"2644":6}}],["rotating",{"2":{"0":1,"62":1,"396":2,"754":1,"761":1}}],["rotation=input",{"2":{"34":1}}],["rotationspeed",{"2":{"0":2,"62":2}}],["rotations",{"2":{"0":16,"62":14,"68":1,"158":1,"2644":1}}],["rotation",{"0":{"614":1,"761":1,"1087":1,"1157":1,"1686":1,"1949":1,"2226":1},"2":{"0":41,"35":2,"61":1,"62":7,"66":2,"155":1,"158":3,"164":1,"229":1,"270":1,"295":1,"317":1,"342":1,"384":1,"407":1,"440":1,"471":1,"532":1,"560":1,"582":2,"585":1,"603":1,"614":1,"754":2,"768":1,"777":1,"794":2,"1141":1,"1686":3,"1771":1,"1915":1,"1949":4,"2189":1,"2190":1,"2192":1,"2624":1,"2635":1,"2644":5}}],["rotated",{"2":{"0":1,"190":1,"1139":1}}],["rotates",{"2":{"0":8,"62":1,"374":1,"794":2,"809":1,"2226":1}}],["rotate",{"2":{"0":62,"35":2,"62":4,"68":1,"158":4,"190":4,"191":2,"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1424":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1686":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1946":1,"1954":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2232":1,"2252":1,"2320":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1,"2611":2,"2644":9}}],["row",{"0":{"574":1},"1":{"575":1,"576":1,"577":1,"578":1},"2":{"0":2,"56":1,"57":1,"97":5,"105":1,"144":3,"145":7,"163":4,"222":1,"287":2,"334":2,"575":2,"576":2,"577":6,"578":2,"581":1,"582":2,"603":1,"982":1,"1996":1,"2619":1,"2623":4,"2624":4,"2625":2,"2626":1,"2629":2,"2634":5,"2638":1}}],["rowsize",{"2":{"578":1,"2624":1}}],["rowsizes",{"2":{"164":1}}],["rows",{"0":{"97":1,"582":1,"583":1,"584":1},"2":{"0":1,"56":6,"97":1,"98":1,"126":1,"145":1,"164":4,"574":1,"577":3,"578":2,"581":1,"582":3,"583":1,"584":1,"664":1,"678":1,"2623":1,"2625":1,"2626":1,"2637":1}}],["rowgap=10",{"2":{"1289":1}}],["rowgaps",{"2":{"164":1}}],["rowgap",{"0":{"678":1},"2":{"0":1,"188":1,"584":1,"627":1,"678":2,"1285":1,"2624":3,"2629":1,"2632":1}}],["rough",{"2":{"2604":1}}],["roughness=input",{"2":{"34":2}}],["roughly",{"2":{"0":1,"2646":1}}],["rounding",{"2":{"54":1}}],["rounded",{"2":{"0":5,"56":1,"290":1,"337":1,"354":1,"358":1,"498":1,"499":1,"887":1,"913":1,"967":1,"1358":1,"1584":1,"2059":1}}],["round",{"2":{"0":16,"10":1,"54":1,"585":2,"939":1,"967":1,"968":1,"1358":1,"1359":1,"1456":1,"1496":1,"1584":2,"1585":2,"1615":1,"1856":2,"2059":1,"2060":1,"2383":1,"2589":1}}],["roll",{"2":{"0":2,"62":2}}],["r",{"0":{"764":1,"774":1},"2":{"0":15,"36":4,"51":4,"53":1,"62":1,"63":2,"124":1,"163":4,"195":4,"205":1,"218":2,"626":1,"750":1,"751":1,"752":2,"753":3,"754":4,"757":3,"758":8,"764":1,"774":1,"775":2,"776":1,"779":1,"780":1,"781":1,"782":1,"784":1,"785":1,"786":1,"787":1,"788":1,"789":1,"790":1,"791":1,"792":1,"793":1,"794":1,"795":1,"796":1,"797":1,"798":1,"799":1,"800":2,"810":2,"1285":2,"1288":1,"1629":4,"2199":1,"2217":1,"2398":4,"2480":4}}],["rainbow1",{"2":{"2659":1}}],["rainbow",{"2":{"2196":6,"2654":1,"2657":1,"2660":5,"2662":1}}],["raincloud",{"2":{"1856":1}}],["rainclouds",{"0":{"1725":1,"1856":1},"1":{"1857":1,"1858":1,"1859":1,"1860":1,"1861":1,"1862":1,"1863":1,"1864":1,"1865":1,"1866":1,"1867":1,"1868":1,"1869":1,"1870":1,"1871":1,"1872":1,"1873":1,"1874":1,"1875":1,"1876":1,"1877":1,"1878":1},"2":{"0":12,"1856":13,"1871":1}}],["rarely",{"2":{"190":1}}],["raw",{"2":{"36":2,"54":1,"1286":1,"2398":1,"2614":1,"2648":1}}],["rasterize=10",{"2":{"19":1}}],["rasterized",{"2":{"19":2}}],["rasterize",{"2":{"19":6}}],["rasterization",{"0":{"19":1},"2":{"19":3}}],["rasterised",{"2":{"0":1}}],["randexp",{"2":{"1856":1}}],["random",{"2":{"163":2,"167":2,"168":2,"169":2,"178":1,"1434":4,"1435":4,"1436":2,"1437":2,"1439":2,"1856":15,"2017":1,"2274":4,"2303":4,"2304":6,"2305":2,"2459":12,"2601":1}}],["randn",{"2":{"0":1,"12":2,"102":3,"142":2,"145":3,"152":4,"163":1,"166":1,"167":1,"168":1,"169":3,"178":1,"187":3,"625":1,"626":4,"691":1,"1025":1,"1105":3,"1107":1,"1289":1,"1322":4,"1323":2,"1343":2,"1436":2,"1437":2,"1439":2,"1455":1,"1456":1,"1457":1,"1807":1,"1832":2,"1856":3,"1998":1,"1999":1,"2000":1,"2111":1,"2158":1,"2274":1,"2303":5,"2304":2,"2305":3,"2330":7,"2332":1,"2624":4,"2627":1,"2630":2,"2634":1}}],["rand",{"2":{"0":5,"19":2,"52":1,"56":1,"73":3,"82":3,"91":2,"92":2,"100":4,"102":1,"120":2,"138":2,"139":3,"149":1,"151":4,"152":4,"585":1,"1105":6,"1106":2,"1107":1,"1259":1,"1324":1,"1343":1,"1434":4,"1435":4,"1439":1,"1458":1,"1569":2,"1600":2,"1629":1,"1774":2,"1856":11,"1922":2,"2330":10,"2331":2,"2332":1,"2459":5,"2485":3,"2602":1,"2624":1,"2634":1,"2640":1}}],["range=linrange",{"2":{"34":2}}],["range=1",{"2":{"34":1,"82":1,"168":1}}],["rangelike",{"2":{"0":2}}],["ranges",{"2":{"0":6,"92":9,"164":1,"871":1}}],["rangebars",{"0":{"1726":1,"1879":1},"1":{"1880":1,"1881":1,"1882":1,"1883":1,"1884":1,"1885":1,"1886":1,"1887":1,"1888":1,"1889":1,"1890":1,"1891":1,"1892":1,"1893":1,"1894":1,"1895":1,"1896":1,"1897":1,"1898":1,"1899":1,"1900":1,"1901":1,"1902":1,"1903":1,"1904":1,"1905":1,"1906":1,"1907":1},"2":{"0":15,"169":1,"1373":1,"1879":6,"1880":2}}],["range",{"0":{"596":1,"855":1,"1128":1},"2":{"0":37,"8":1,"10":3,"32":1,"34":2,"51":1,"52":1,"69":2,"71":4,"73":1,"75":3,"82":4,"119":3,"189":2,"222":1,"287":2,"334":2,"383":1,"522":1,"537":1,"581":1,"582":3,"585":5,"596":1,"598":1,"750":1,"751":11,"752":2,"753":4,"756":1,"757":5,"773":2,"844":4,"855":1,"857":1,"863":3,"1025":2,"1104":2,"1142":1,"1164":1,"1235":2,"1236":1,"1258":1,"1290":1,"1374":1,"1407":2,"1408":2,"1461":1,"1910":1,"1911":2,"1914":2,"1915":2,"1919":1,"2016":3,"2113":1,"2196":1,"2274":1,"2304":2,"2305":1,"2417":1,"2433":3,"2459":1,"2478":1,"2480":1,"2484":5,"2486":1,"2601":2,"2609":2,"2624":1,"2631":1,"2640":1,"2649":1,"2651":9,"2653":1}}],["rad",{"2":{"2644":1}}],["radeon",{"2":{"30":1,"31":1}}],["radeonprorender",{"2":{"0":7,"30":5,"31":1,"32":1,"34":1,"197":1,"1010":1,"1045":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1,"2603":1,"2604":1}}],["radiance",{"2":{"31":4,"32":4,"33":4,"34":5,"35":4,"36":4,"2644":4}}],["radians",{"2":{"0":2,"270":1,"295":1,"317":1,"342":1,"407":1,"440":1,"471":1,"532":1,"614":1,"750":1,"789":1,"1762":1}}],["radial",{"0":{"757":1,"758":1},"2":{"0":1,"754":2,"783":1,"794":1,"799":1,"811":1}}],["radius=0",{"2":{"157":1}}],["radius",{"0":{"775":1,"1755":1,"1764":1},"2":{"0":13,"56":4,"159":2,"358":1,"498":1,"748":1,"750":1,"757":10,"758":3,"764":1,"775":2,"886":1,"951":3,"952":6,"989":1,"1750":2,"1755":1,"1764":1,"1914":1,"2601":1,"2602":1}}],["radii",{"2":{"0":2,"757":3,"758":1}}],["rautolimitmargin",{"0":{"776":1},"2":{"0":1}}],["ratings",{"2":{"2624":1,"2629":1}}],["ratios",{"0":{"2623":1},"2":{"373":2,"2623":1}}],["ratio",{"2":{"0":1,"22":1,"61":1,"222":8,"223":3,"577":4,"578":4,"1917":1,"2623":7}}],["rather",{"2":{"0":4,"68":1,"106":1,"191":1,"1236":1,"1954":1,"2232":1,"2305":1}}],["rate",{"2":{"0":2,"62":2,"85":1}}],["rays",{"2":{"0":1}}],["ray",{"2":{"0":1,"13":1,"30":1,"31":2,"34":1,"197":1,"2644":1}}],["reordered",{"2":{"2653":1}}],["reoriented",{"2":{"751":1}}],["reopen",{"2":{"2601":1}}],["reinstated",{"2":{"382":1}}],["reenable",{"2":{"216":1}}],["reexported",{"2":{"13":1}}],["rebuilds",{"2":{"162":1}}],["reuse",{"2":{"146":1}}],["rewritten",{"2":{"31":1}}],["rewards",{"2":{"0":1}}],["re",{"2":{"27":2,"30":1,"44":1,"46":1,"55":1,"73":1,"74":1,"85":1,"106":1,"121":1,"147":1,"161":1,"197":1,"218":1,"691":1,"1289":1,"1629":1,"2621":1,"2624":1,"2637":1,"2644":2,"2646":2}}],["rembrandt",{"2":{"2662":1}}],["remember",{"2":{"181":1}}],["remain",{"2":{"577":1}}],["remains",{"2":{"577":1,"578":1,"769":1}}],["remaining",{"2":{"0":2,"68":1,"97":1,"577":3,"578":1,"2311":1,"2312":1}}],["remarks",{"0":{"64":1}}],["removing",{"2":{"82":1,"180":1,"1569":1,"1600":1,"1922":1}}],["remove",{"2":{"40":1,"204":1,"215":1,"216":1,"583":1,"797":1,"829":1,"2017":1,"2623":1,"2627":1,"2635":1}}],["removed",{"2":{"0":3,"219":1,"1436":1,"2462":1}}],["remote",{"2":{"46":1,"113":1,"114":1,"115":2,"116":3,"118":3}}],["regex",{"2":{"874":1,"905":1}}],["regions",{"2":{"1286":1,"2304":1}}],["region",{"2":{"157":1}}],["registration",{"2":{"136":1,"219":2}}],["registering",{"0":{"215":1},"2":{"80":1}}],["register",{"2":{"0":4,"53":1,"136":2,"215":2,"218":1}}],["registered",{"2":{"0":3,"82":1,"136":1,"497":1}}],["regardless",{"2":{"0":1,"79":2}}],["regularly",{"2":{"0":1,"1402":1}}],["regular",{"2":{"0":13,"106":1,"109":1,"110":2,"241":1,"268":1,"293":1,"315":1,"340":1,"405":1,"419":1,"438":1,"452":1,"469":1,"483":1,"500":1,"530":1,"558":1,"607":1,"644":1,"892":1,"1404":1,"1513":1,"1777":1,"2157":1,"2197":5,"2207":1,"2523":1}}],["renders",{"2":{"57":1,"106":1}}],["renderloop",{"2":{"22":13}}],["renderings",{"2":{"24":1}}],["rendering",{"2":{"0":6,"13":1,"15":1,"22":3,"26":1,"31":2,"106":1,"107":1,"117":1,"967":1,"1358":1,"1584":1,"1922":1,"1932":1,"2059":1,"2604":1,"2644":2}}],["rendered",{"2":{"0":132,"16":1,"22":3,"31":1,"34":1,"105":2,"106":3,"933":1,"947":1,"950":1,"961":1,"978":1,"981":1,"998":1,"1020":1,"1023":1,"1036":1,"1053":1,"1056":1,"1075":1,"1096":1,"1102":1,"1173":1,"1195":1,"1198":1,"1209":1,"1231":1,"1234":1,"1243":1,"1254":1,"1257":1,"1300":1,"1317":1,"1320":1,"1352":1,"1368":1,"1372":1,"1384":1,"1397":1,"1400":1,"1416":1,"1428":1,"1431":1,"1490":1,"1504":1,"1507":1,"1519":1,"1535":1,"1541":1,"1552":1,"1564":1,"1567":1,"1569":3,"1578":1,"1594":1,"1597":1,"1600":3,"1609":1,"1623":1,"1626":1,"1640":1,"1657":1,"1660":1,"1673":1,"1691":1,"1694":1,"1754":1,"1766":1,"1772":1,"1783":1,"1799":1,"1805":1,"1812":1,"1825":1,"1830":1,"1837":1,"1850":1,"1855":1,"1890":1,"1903":1,"1906":1,"1915":1,"1922":3,"1933":1,"1951":1,"1958":1,"1969":1,"1990":1,"1995":1,"2026":1,"2039":1,"2042":1,"2053":1,"2069":1,"2073":1,"2083":1,"2094":1,"2109":1,"2133":1,"2152":1,"2156":1,"2168":1,"2184":1,"2187":1,"2209":1,"2228":1,"2235":1,"2246":1,"2260":1,"2269":1,"2313":1,"2324":1,"2328":1,"2342":1,"2360":1,"2365":1,"2377":1,"2391":1,"2394":1,"2410":1,"2428":1,"2431":1,"2442":1,"2454":1,"2457":1,"2495":2,"2497":1,"2515":1,"2519":1,"2529":1,"2545":1,"2551":1,"2583":1,"2597":1,"2600":1}}],["render",{"2":{"0":45,"12":1,"22":1,"30":1,"31":1,"41":1,"105":1,"106":3,"107":2,"111":1,"114":2,"123":1,"752":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1284":1,"1299":1,"1351":1,"1382":1,"1402":1,"1415":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1915":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2195":1,"2205":1,"2243":1,"2309":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2495":1,"2528":1,"2582":1}}],["request",{"2":{"0":2}}],["requests",{"2":{"0":1}}],["requested",{"2":{"0":1}}],["requirements",{"0":{"2616":1}}],["requirement",{"2":{"107":1}}],["required",{"2":{"12":1,"31":1,"112":1,"2601":1}}],["require",{"2":{"0":2,"96":1,"165":1,"190":1}}],["requires",{"2":{"0":6,"21":1,"54":1,"62":1,"153":1,"1029":1,"1513":1,"1633":1,"1777":1,"2523":1}}],["reappear",{"2":{"1922":1}}],["reach",{"2":{"107":1,"2486":1}}],["reacts",{"2":{"0":2,"2604":1}}],["reacting",{"2":{"0":1,"77":1}}],["reactivated",{"2":{"0":1}}],["react",{"2":{"0":9,"80":3,"81":2,"83":1,"187":1,"585":1,"723":1,"997":1,"1035":1,"1639":1,"1672":1,"2167":1,"2408":1,"2496":1}}],["reasonably",{"2":{"2616":1}}],["reasonable",{"2":{"0":1}}],["reasons",{"2":{"195":1}}],["reasoning",{"2":{"139":1}}],["reason",{"2":{"88":1,"106":1,"2623":1}}],["readdlm",{"2":{"163":1,"1235":3,"1236":1,"1284":1,"1438":1,"1921":1,"2158":1}}],["reader",{"2":{"106":1,"107":1}}],["readable",{"2":{"74":2,"106":1}}],["read",{"2":{"36":2,"55":1,"77":1,"234":1,"1569":1,"1600":1,"1922":1,"2617":1}}],["realize",{"2":{"2625":1}}],["realized",{"2":{"162":1}}],["reals",{"2":{"150":1}}],["really",{"2":{"10":1,"139":1,"162":1,"191":1,"575":1,"2642":1,"2644":1}}],["real",{"2":{"0":48,"22":2,"31":1,"76":1,"105":1,"106":1,"132":1,"135":1,"152":3,"234":1,"794":1,"1185":1,"1221":1,"1248":2,"1439":1,"1443":3,"1453":1,"1831":1,"1944":1,"2318":1,"2459":1,"2478":2,"2604":1}}],["refine",{"2":{"2274":1,"2459":2}}],["refill",{"2":{"152":1}}],["refraction",{"2":{"34":7}}],["refres",{"2":{"31":1}}],["refresh=refresh",{"2":{"31":1,"34":1}}],["refreshes",{"2":{"12":1}}],["refresh",{"2":{"12":1,"34":3}}],["referring",{"2":{"144":1}}],["referred",{"2":{"0":1,"14":1,"2644":2}}],["refer",{"2":{"144":1,"222":1,"603":1}}],["refers",{"2":{"104":1,"144":1,"1105":2,"2194":1}}],["reference",{"2":{"0":1,"138":2,"578":1,"756":1,"1879":1,"2605":1,"2624":1,"2639":1,"2640":1,"2641":1}}],["ref",{"2":{"0":1}}],["reflects",{"2":{"0":7,"1019":1,"1052":1,"1656":1,"1690":1,"2183":1,"2427":1,"2514":1}}],["reflections",{"2":{"2604":4}}],["reflection",{"2":{"0":8,"33":4,"34":8,"1017":1,"1050":1,"1654":1,"1688":1,"2181":1,"2425":1,"2512":1,"2604":5,"2605":1}}],["refvalue",{"2":{"0":1}}],["reversiblescale",{"2":{"0":1,"1164":1,"1409":2}}],["reversed",{"2":{"0":4}}],["reverses",{"2":{"0":10}}],["reverse",{"2":{"0":38,"35":2,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1204":1,"1296":1,"1323":1,"1347":1,"1378":1,"1405":1,"1412":1,"1444":1,"1485":1,"1514":1,"1545":1,"1548":1,"1573":1,"1604":1,"1628":1,"1629":1,"1634":1,"1667":1,"1778":1,"1884":1,"1926":2,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2202":1,"2304":1,"2372":1,"2404":1,"2438":1,"2464":1,"2491":1,"2524":1,"2578":1,"2624":1,"2633":1,"2644":2,"2651":2}}],["recursively",{"2":{"148":1}}],["receives",{"2":{"891":1}}],["receive",{"2":{"152":1,"184":1}}],["received",{"2":{"128":1}}],["recent",{"2":{"79":4,"2616":1}}],["recentering",{"2":{"0":1,"1858":1}}],["recently",{"2":{"0":2,"79":1}}],["recipe",{"0":{"151":1,"2647":1,"2648":1},"2":{"74":1,"147":2,"149":1,"151":5,"152":5,"153":2,"165":1,"167":1,"1290":1,"2647":1,"2648":3}}],["recipes",{"0":{"147":1,"148":1,"151":1,"2645":1},"1":{"148":1,"149":2,"150":2,"151":1,"152":1,"153":1,"2646":1,"2647":1,"2648":1},"2":{"41":1,"53":1,"74":1,"121":1,"147":5,"148":1,"151":1,"152":2,"161":1,"2646":2}}],["recommended",{"2":{"752":1}}],["recompute",{"0":{"2294":1},"2":{"0":2,"2294":1}}],["recorded",{"2":{"0":1}}],["records",{"2":{"0":1}}],["recording",{"0":{"85":1},"2":{"0":1,"7":1,"863":1}}],["record",{"0":{"52":1},"2":{"0":16,"8":4,"10":2,"11":1,"12":4,"35":1,"52":2,"85":3,"152":1,"168":1,"190":1,"196":1,"1629":2,"2644":2}}],["recordframe",{"2":{"0":6,"85":1,"168":5}}],["rectplot",{"2":{"52":2}}],["rect3f",{"2":{"35":1,"63":3,"385":1,"1922":1,"2609":1,"2611":1,"2644":4}}],["rect3",{"2":{"0":1,"2602":1}}],["rectangular",{"2":{"0":1,"213":1,"603":1,"1248":1,"1404":1,"2459":1,"2623":1,"2625":1}}],["rectangles",{"2":{"0":5,"121":1,"669":1,"1402":5,"1404":1}}],["rectangle",{"0":{"213":1},"2":{"0":17,"61":1,"121":6,"127":1,"285":1,"332":1,"354":1,"356":1,"357":1,"359":1,"360":1,"361":1,"363":1,"364":1,"367":1,"368":1,"369":1,"627":2,"752":1,"1544":1,"1629":1,"2276":2,"2284":1,"2459":1,"2642":2}}],["rectlight",{"0":{"2611":1},"2":{"0":4,"2611":8}}],["rect2f",{"2":{"0":1,"39":1,"190":4,"191":8,"1434":2,"1435":2,"2611":4,"2642":1}}],["rect2i",{"2":{"0":1,"79":1}}],["rect2",{"2":{"0":7,"2276":1,"2462":1}}],["rect",{"2":{"0":13,"39":1,"52":1,"63":3,"64":1,"185":3,"578":1,"624":3,"1629":1,"1774":2,"1912":2,"1913":2,"1914":6,"1917":1,"1944":1,"2075":1,"2462":1,"2640":2,"2641":1,"2643":1}}],["redgreensplit",{"2":{"2662":1}}],["redblue",{"2":{"2662":1}}],["redsblues",{"2":{"2654":1}}],["reds",{"2":{"2654":1,"2658":8}}],["redo",{"2":{"1290":1}}],["red2",{"2":{"1200":2}}],["redraw",{"2":{"165":1}}],["redundant",{"2":{"76":1}}],["reducing",{"2":{"191":1,"2634":1}}],["reduction",{"2":{"0":1}}],["reduces",{"2":{"222":2,"2481":1,"2605":1,"2623":1}}],["reduce",{"2":{"0":2,"2304":2,"2495":1,"2604":1,"2629":1,"2638":1}}],["reduced",{"2":{"0":2,"625":1}}],["red",{"2":{"0":55,"10":1,"52":1,"63":4,"66":5,"119":1,"120":1,"135":1,"136":1,"142":1,"145":1,"146":1,"151":2,"152":3,"162":1,"184":1,"185":6,"187":1,"189":4,"190":9,"191":5,"203":1,"206":1,"208":2,"290":1,"337":1,"357":2,"362":2,"515":3,"580":1,"624":1,"625":1,"626":3,"627":2,"628":1,"750":1,"753":4,"757":1,"758":1,"844":1,"863":1,"908":1,"924":1,"926":1,"954":1,"986":1,"997":1,"1019":1,"1025":1,"1027":1,"1035":1,"1052":1,"1058":3,"1060":1,"1105":3,"1141":2,"1142":2,"1166":1,"1202":1,"1293":1,"1322":2,"1343":1,"1345":1,"1374":1,"1376":1,"1411":1,"1434":4,"1435":4,"1441":1,"1455":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1628":1,"1631":1,"1639":1,"1656":1,"1664":1,"1672":1,"1690":1,"1750":1,"1774":1,"1776":1,"1880":1,"1882":1,"1924":1,"1960":2,"1962":1,"2019":1,"2044":1,"2046":1,"2075":2,"2111":1,"2124":1,"2160":1,"2167":1,"2183":1,"2192":1,"2200":1,"2280":1,"2330":1,"2370":1,"2402":1,"2408":1,"2427":1,"2435":1,"2461":1,"2482":1,"2483":1,"2488":1,"2496":1,"2514":1,"2522":1,"2576":1,"2604":2,"2620":1,"2623":4,"2643":1,"2644":2,"2648":2,"2651":8,"2660":1}}],["retrieving",{"0":{"104":1},"2":{"104":1}}],["retrieve",{"2":{"102":1,"104":2}}],["retina",{"2":{"22":1,"23":1,"24":1,"106":1}}],["returned",{"2":{"0":4,"53":2,"68":1,"82":1,"83":1,"104":3,"120":1,"155":1,"162":1,"2459":1,"2486":2}}],["returns",{"2":{"0":37,"78":1,"82":1,"104":1,"136":1,"152":1,"160":1,"290":1,"299":1,"337":1,"346":1,"983":1}}],["return",{"2":{"0":20,"12":1,"33":3,"34":4,"35":2,"36":2,"51":2,"52":3,"53":4,"54":5,"56":4,"63":2,"66":1,"73":2,"76":7,"78":3,"81":1,"82":13,"100":1,"102":1,"104":1,"121":5,"141":1,"143":1,"149":1,"152":1,"153":1,"155":1,"165":1,"166":1,"167":2,"168":3,"195":4,"203":1,"982":1,"1285":1,"1405":1,"1629":2,"1856":2,"2121":1,"2122":1,"2158":1,"2330":4,"2485":1,"2486":1,"2605":1,"2611":1,"2623":1,"2644":2}}],["returning",{"2":{"0":2,"78":1,"104":1,"119":1,"165":2,"874":1,"905":1,"2618":1}}],["retain",{"2":{"0":1}}],["repository",{"2":{"200":1}}],["reposition",{"2":{"0":1,"62":1}}],["report",{"2":{"577":2}}],["reports",{"2":{"130":1,"200":1,"577":1}}],["reported",{"2":{"97":1}}],["repr",{"2":{"396":1,"1586":1}}],["represented",{"2":{"0":2,"68":1,"1005":1,"2478":1,"2482":1}}],["representative",{"2":{"0":2,"2294":2}}],["representations",{"2":{"68":2}}],["representation",{"0":{"2482":1},"2":{"0":4,"31":1,"72":1,"75":1,"515":1,"1996":1,"2311":1,"2312":1,"2478":1,"2482":1,"2485":1}}],["represent",{"2":{"0":2,"1407":1,"1408":1,"1856":1}}],["represents",{"2":{"0":10,"19":1,"1258":1,"1473":4,"1996":1,"2118":4,"2618":1}}],["representing",{"2":{"0":38,"929":1,"957":1,"994":1,"1031":1,"1066":1,"1169":1,"1205":1,"1297":1,"1348":1,"1379":1,"1413":1,"1445":1,"1486":1,"1515":1,"1549":1,"1574":1,"1605":1,"1635":1,"1668":1,"1779":1,"1885":1,"1927":1,"1965":1,"2021":1,"2049":1,"2129":1,"2158":1,"2164":1,"2203":1,"2373":1,"2405":1,"2439":1,"2465":1,"2492":1,"2525":1,"2579":1,"2618":1}}],["reproduced",{"2":{"0":1}}],["repetitions",{"2":{"0":2}}],["repeat=",{"2":{"1629":2}}],["repeatedly",{"2":{"102":1}}],["repeated",{"2":{"0":2,"1629":1,"2604":1}}],["repeat",{"2":{"0":1,"56":2,"80":2,"81":2,"83":1,"1025":1,"1629":4,"2191":2,"2555":8}}],["replacing",{"2":{"73":1}}],["replacement",{"2":{"752":2,"2485":1}}],["replace",{"2":{"0":1,"31":3,"34":2,"83":2,"122":1,"2617":1}}],["replaces",{"2":{"0":88,"761":1,"937":1,"938":1,"965":1,"966":1,"1002":1,"1003":1,"1040":1,"1041":1,"1080":1,"1081":1,"1177":1,"1178":1,"1213":1,"1214":1,"1246":1,"1247":1,"1304":1,"1305":1,"1356":1,"1357":1,"1388":1,"1389":1,"1420":1,"1421":1,"1494":1,"1495":1,"1523":1,"1524":1,"1556":1,"1557":1,"1582":1,"1583":1,"1613":1,"1614":1,"1644":1,"1645":1,"1677":1,"1678":1,"1758":1,"1759":1,"1787":1,"1788":1,"1815":1,"1816":1,"1840":1,"1841":1,"1894":1,"1895":1,"1939":1,"1940":1,"1973":1,"1974":1,"2030":1,"2031":1,"2057":1,"2058":1,"2086":1,"2087":1,"2138":1,"2139":1,"2172":1,"2173":1,"2215":1,"2216":1,"2249":1,"2250":1,"2316":1,"2317":1,"2346":1,"2347":1,"2381":1,"2382":1,"2414":1,"2415":1,"2446":1,"2447":1,"2502":1,"2503":1,"2533":1,"2534":1,"2587":1,"2588":1}}],["replaced",{"2":{"0":2}}],["replays",{"2":{"0":1}}],["replay",{"2":{"0":3}}],["repl",{"2":{"0":15,"200":1,"2617":1,"2618":2}}],["relies",{"2":{"111":1,"2604":1}}],["reliably",{"2":{"31":1}}],["reload",{"2":{"44":2,"46":2,"51":1}}],["relation",{"2":{"2158":1}}],["relatively",{"0":{"2636":1},"2":{"88":1}}],["relative",{"0":{"60":1,"576":1,"1236":1,"2194":1,"2305":1},"2":{"0":33,"56":1,"58":1,"60":2,"62":4,"71":2,"79":1,"80":1,"82":1,"105":2,"106":1,"107":2,"126":1,"132":1,"133":1,"158":3,"164":2,"260":1,"288":1,"307":1,"335":1,"373":2,"398":1,"431":1,"462":1,"553":1,"572":1,"576":4,"577":1,"578":1,"584":1,"603":1,"628":1,"652":1,"660":1,"675":1,"685":1,"776":1,"812":1,"1156":1,"1236":4,"1249":3,"1373":1,"1438":1,"1508":1,"1509":1,"1542":1,"1543":1,"1875":1,"1879":1,"1914":1,"1944":1,"2194":3,"2241":1,"2258":1,"2305":3,"2319":1,"2395":1,"2396":1,"2552":1,"2553":1,"2623":2,"2636":1,"2638":1,"2640":4,"2643":4,"2644":3}}],["relate",{"2":{"106":1}}],["relates",{"2":{"82":1}}],["related",{"2":{"24":1,"82":1,"2603":1}}],["releasing",{"2":{"585":1,"844":1}}],["released",{"2":{"80":1,"82":1}}],["release",{"2":{"0":3,"80":1,"82":1,"83":1,"2641":2}}],["releases",{"2":{"0":2,"516":1,"1282":1}}],["relevant",{"2":{"0":4,"68":1,"79":2,"80":1,"106":1,"119":2,"121":3,"515":1,"624":1,"756":1,"1407":1,"2486":1}}],["resistance",{"2":{"863":1}}],["resizes",{"2":{"98":1,"582":1}}],["resized",{"2":{"0":1,"23":1}}],["resize",{"2":{"0":2,"49":5,"98":2,"584":1,"1917":1,"2623":2}}],["reserved",{"2":{"297":1,"344":1,"384":1,"562":1}}],["resets",{"2":{"0":3,"234":1,"754":1}}],["resetting",{"2":{"0":1,"62":1,"181":1,"754":2,"777":1,"778":1}}],["reset",{"0":{"212":1,"777":1,"778":1,"897":1},"2":{"0":10,"51":3,"62":2,"178":1,"212":3,"234":2,"382":1,"585":1,"754":2,"777":2,"844":1,"897":1}}],["responsible",{"2":{"2604":1}}],["responsive",{"2":{"123":1}}],["responds",{"2":{"132":1}}],["respect",{"2":{"69":1,"2603":1}}],["respects",{"2":{"0":1,"62":1}}],["respectively",{"2":{"0":3,"132":1,"219":1,"577":1,"584":1,"1107":1,"2332":1,"2604":1}}],["respective",{"2":{"0":2,"82":1,"179":1,"186":1,"213":1,"234":1,"2623":1}}],["rescales",{"2":{"71":1}}],["rescaling",{"2":{"0":1}}],["reshape",{"2":{"32":1,"1404":4,"2158":1,"2481":1,"2483":1}}],["resample",{"2":{"0":2}}],["restore",{"2":{"2640":1}}],["restored",{"2":{"0":1}}],["restring",{"2":{"754":1}}],["restricts",{"2":{"898":1}}],["restricting",{"2":{"754":1}}],["restrictive",{"2":{"82":1}}],["restriction",{"0":{"898":1},"2":{"0":1,"898":1}}],["restrict",{"2":{"0":1,"83":1,"149":1,"166":1,"210":1,"211":1,"213":1,"217":1,"800":2,"832":2}}],["restricted",{"2":{"0":2,"20":1,"83":1,"210":1,"211":1,"2459":1}}],["rest",{"2":{"0":4,"76":1,"951":1}}],["resolved",{"2":{"109":2,"110":1}}],["resolve",{"2":{"68":1}}],["resolutions",{"2":{"155":1}}],["resolution",{"0":{"24":1,"976":1},"2":{"0":8,"19":1,"22":1,"24":3,"105":1,"106":4,"107":1,"1336":1,"1342":1,"2642":1}}],["resources",{"2":{"31":1,"49":1,"2601":1}}],["resource",{"2":{"31":1}}],["resort",{"2":{"0":2}}],["results",{"2":{"0":46,"24":1,"31":1,"121":1,"190":1,"373":1,"757":1,"817":2,"949":1,"980":1,"1022":1,"1055":1,"1101":1,"1164":1,"1197":1,"1200":1,"1233":1,"1256":1,"1319":1,"1371":1,"1399":1,"1430":1,"1506":1,"1540":1,"1566":1,"1569":1,"1596":1,"1600":1,"1625":1,"1659":1,"1693":1,"1770":1,"1804":1,"1829":1,"1854":1,"1905":1,"1922":1,"1944":1,"1956":1,"1994":1,"2041":1,"2072":1,"2103":1,"2155":1,"2186":1,"2234":1,"2267":1,"2318":1,"2326":1,"2364":1,"2393":1,"2430":1,"2456":1,"2517":1,"2550":1,"2555":1,"2599":1}}],["resulting",{"2":{"0":11,"12":1,"758":1,"1306":1,"1402":2,"1473":3,"1569":1,"1600":1,"1922":1,"2118":3,"2304":1,"2605":1}}],["result",{"2":{"0":11,"31":1,"62":1,"67":1,"76":4,"78":1,"83":1,"121":1,"138":1,"191":1,"222":2,"396":1,"1185":1,"1221":1,"1248":1,"1307":1,"1312":1,"1435":1,"2318":1,"2554":1,"2604":1,"2605":1,"2638":1,"2640":1}}],["hv",{"2":{"2660":1}}],["hline",{"2":{"1913":2,"2555":1}}],["hlines",{"0":{"1481":1,"1714":1},"1":{"1482":1,"1483":1,"1484":1,"1485":1,"1486":1,"1487":1,"1488":1,"1489":1,"1490":1,"1491":1,"1492":1,"1493":1,"1494":1,"1495":1,"1496":1,"1497":1,"1498":1,"1499":1,"1500":1,"1501":1,"1502":1,"1503":1,"1504":1,"1505":1,"1506":1,"1507":1,"1508":1,"1509":1},"2":{"0":11,"1481":4}}],["hb",{"2":{"1438":2}}],["h=cliffo",{"2":{"1285":1}}],["h1",{"2":{"56":1}}],["hdr",{"2":{"35":1,"2644":1}}],["hcat",{"2":{"34":2,"908":1,"2304":3}}],["hybridpro",{"2":{"31":1}}],["hybrid",{"2":{"30":1,"31":2}}],["hyperrectangle",{"2":{"0":1,"2641":1}}],["hmaps",{"2":{"2433":3}}],["hm2",{"2":{"1408":2,"2624":1,"2630":1}}],["hm1",{"2":{"1408":2}}],["hm",{"2":{"12":4,"145":2,"515":8,"1407":2,"1409":2,"2624":2,"2630":1,"2631":1}}],["hsl",{"2":{"34":5,"56":1}}],["hsv",{"2":{"8":2,"1164":1,"2651":4,"2657":1}}],["hspan",{"0":{"1510":1,"1715":1},"1":{"1511":1,"1512":1,"1513":1,"1514":1,"1515":1,"1516":1,"1517":1,"1518":1,"1519":1,"1520":1,"1521":1,"1522":1,"1523":1,"1524":1,"1525":1,"1526":1,"1527":1,"1528":1,"1529":1,"1530":1,"1531":1,"1532":1,"1533":1,"1534":1,"1535":1,"1536":1,"1537":1,"1538":1,"1539":1,"1540":1,"1541":1,"1542":1,"1543":1},"2":{"0":12,"1510":5}}],["hub",{"2":{"200":1}}],["hue",{"2":{"8":7,"34":5,"53":2,"56":5,"2660":2}}],["humans",{"2":{"0":1,"1944":1}}],["hull",{"0":{"2280":1,"2281":1,"2282":1,"2296":1},"2":{"0":8,"2274":2,"2280":1,"2281":1,"2282":1,"2296":1}}],["h",{"2":{"0":3,"34":5,"56":1,"585":6,"1142":1,"1473":1,"2118":1,"2191":2,"2196":1,"2433":2,"2605":2,"2640":3,"2642":2,"2647":4,"2648":4}}],["html>",{"2":{"57":2}}],["htmlnode",{"2":{"54":1}}],["html",{"2":{"0":3,"41":1,"46":1,"50":1,"51":1,"53":1,"54":1,"56":1,"57":4,"106":1}}],["https",{"2":{"0":1,"33":1,"35":2,"36":5,"56":1,"153":1,"199":2,"1285":1,"1287":1,"2158":1,"2614":1}}],["hz",{"2":{"0":2}}],["him",{"2":{"2644":1}}],["himmelblau",{"2":{"1164":2}}],["hi",{"2":{"2643":1}}],["hitting",{"2":{"2604":1}}],["hints",{"2":{"153":1}}],["hierarchical",{"2":{"35":2,"2644":1}}],["hires",{"2":{"24":1}}],["hidpi",{"2":{"22":1,"23":2,"24":1}}],["hiding",{"0":{"205":1,"753":1,"1436":1},"2":{"0":7,"205":1}}],["hideall",{"2":{"66":1}}],["hides",{"2":{"0":1}}],["hidespines",{"2":{"0":1,"205":3,"208":1,"753":2,"1284":1,"1285":1,"1287":1,"1288":1,"1289":1,"1586":1,"2651":1,"2653":1}}],["hidethetadecorations",{"2":{"0":2,"753":2}}],["hiderdecorations",{"2":{"0":2,"753":2}}],["hidezdecorations",{"2":{"0":3}}],["hideydecorations",{"2":{"0":2,"98":1,"205":2,"2193":1}}],["hidexdecorations",{"2":{"0":2,"98":1,"205":2,"208":1,"2624":1,"2630":1}}],["hidedecorations",{"2":{"0":2,"205":2,"383":1,"384":1,"396":1,"584":1,"753":2,"1284":1,"1285":1,"1287":1,"1288":1,"1289":2,"1572":1,"1584":1,"1585":1,"1586":2,"1587":1,"1913":1,"2017":1,"2624":3,"2629":1,"2634":1,"2651":1,"2653":1}}],["hide",{"2":{"0":10,"29":1,"80":3,"81":1,"191":1,"205":4,"208":1,"753":6,"2433":1,"2602":2,"2624":1,"2629":1}}],["hidden",{"2":{"0":2,"62":2}}],["histological",{"2":{"2624":1,"2630":1}}],["history",{"2":{"0":1}}],["histograms",{"0":{"1457":1},"2":{"1457":1,"2646":1}}],["histogram",{"0":{"1456":1},"2":{"0":19,"1312":1,"1454":1,"1457":1,"1462":1,"1473":5,"1477":1,"1856":2,"1862":1,"1868":1,"2110":1,"2118":5,"2646":1}}],["hist",{"0":{"1454":1,"1713":1,"1868":1,"2648":1},"1":{"1455":1,"1456":1,"1457":1,"1458":1,"1459":1,"1460":1,"1461":1,"1462":1,"1463":1,"1464":1,"1465":1,"1466":1,"1467":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1473":1,"1474":1,"1475":1,"1476":1,"1477":1,"1478":1,"1479":1,"1480":1},"2":{"0":13,"121":1,"1454":3,"1455":4,"1456":1,"1457":1,"1458":2,"1856":1,"1862":1,"2111":1,"2648":7}}],["highlight",{"2":{"2274":1}}],["highs",{"2":{"1880":4}}],["highest",{"2":{"0":1,"15":1,"31":1,"2311":1}}],["higherrors",{"2":{"1374":6}}],["higher",{"2":{"0":7,"21":1,"31":1,"49":1,"78":2,"82":2,"106":1,"107":1,"190":1,"752":1}}],["high422",{"2":{"0":2}}],["high444",{"2":{"0":4}}],["high",{"2":{"0":63,"78":4,"106":3,"119":1,"152":7,"196":1,"199":2,"234":1,"382":1,"515":2,"527":1,"585":2,"1025":3,"1185":1,"1221":1,"1241":1,"1248":1,"1285":1,"1373":6,"1374":4,"1510":2,"1879":5,"1914":1,"2311":1,"2318":1,"2520":2,"2604":1,"2624":2,"2631":2,"2638":1,"2640":2,"2646":1,"2649":1}}],["highclip",{"0":{"527":1,"934":1,"962":1,"999":1,"1037":1,"1077":1,"1174":1,"1210":1,"1301":1,"1353":1,"1385":1,"1417":1,"1447":1,"1491":1,"1520":1,"1553":1,"1579":1,"1610":1,"1641":1,"1674":1,"1784":1,"1891":1,"1936":1,"1970":1,"2027":1,"2054":1,"2135":1,"2169":1,"2212":1,"2378":1,"2411":1,"2443":1,"2467":1,"2499":1,"2530":1,"2584":1},"2":{"0":38,"515":4,"2483":4,"2649":1,"2651":2}}],["heuristic",{"2":{"384":1}}],["heuristically",{"2":{"0":2}}],["hesitate",{"2":{"161":1}}],["hell",{"2":{"2662":1}}],["hello",{"2":{"56":2}}],["held",{"2":{"80":1}}],["helvetica",{"2":{"0":2}}],["helpful",{"2":{"92":1,"2604":1}}],["helper",{"2":{"56":1,"152":1}}],["helps",{"2":{"0":1,"1323":1}}],["help",{"0":{"200":1},"2":{"0":9,"30":1,"191":1,"200":1,"669":1}}],["heat",{"2":{"515":3,"704":1,"1774":1,"2654":1,"2657":1}}],["heatmaps",{"0":{"91":1,"1408":1},"2":{"19":1,"1408":3,"2433":1}}],["heatmap",{"0":{"1402":1,"1407":1,"1711":1},"1":{"1403":1,"1404":1,"1405":1,"1406":1,"1407":1,"1408":1,"1409":1,"1410":1,"1411":1,"1412":1,"1413":1,"1414":1,"1415":1,"1416":1,"1417":1,"1418":1,"1419":1,"1420":1,"1421":1,"1422":1,"1423":1,"1424":1,"1425":1,"1426":1,"1427":1,"1428":1,"1429":1,"1430":1,"1431":1},"2":{"0":25,"12":4,"52":1,"82":2,"91":4,"102":2,"121":1,"145":1,"162":2,"167":3,"515":3,"545":1,"752":2,"1402":8,"1404":5,"1405":1,"1406":1,"1407":2,"1408":3,"1409":1,"1432":1,"2432":1,"2433":1,"2458":1,"2459":2,"2640":1}}],["head>",{"2":{"57":2}}],["headless",{"0":{"112":1},"1":{"113":1,"114":1,"115":1,"116":1,"117":1,"118":1},"2":{"27":1,"55":1,"112":2}}],["headstart",{"2":{"0":1,"985":1}}],["head",{"0":{"2125":1},"2":{"0":7,"35":4,"985":2,"987":1,"988":1,"989":1,"1015":1,"2644":4}}],["hexagon",{"2":{"0":1,"1435":1,"1438":1,"1443":1,"1913":2,"1914":3}}],["hexagons",{"0":{"1436":1,"1438":1},"2":{"0":2,"1435":3,"1436":1,"1438":2,"1443":1,"1452":1}}],["hexagonal",{"2":{"0":1,"1432":1}}],["hexbin",{"0":{"1432":1,"1712":1},"1":{"1433":1,"1434":1,"1435":1,"1436":1,"1437":1,"1438":1,"1439":1,"1440":1,"1441":1,"1442":1,"1443":1,"1444":1,"1445":1,"1446":1,"1447":1,"1448":1,"1449":1,"1450":1,"1451":1,"1452":1,"1453":1},"2":{"0":11,"1432":3,"1434":2,"1435":2,"1436":1,"1437":2,"1438":1,"1439":1}}],["heros",{"2":{"0":4,"109":1,"110":4,"1912":1}}],["here",{"2":{"0":5,"8":1,"10":1,"38":1,"39":1,"51":1,"53":1,"68":1,"76":1,"79":1,"80":1,"81":1,"83":1,"92":2,"98":1,"110":1,"115":1,"121":1,"132":1,"139":1,"140":1,"142":1,"151":1,"164":1,"168":1,"169":1,"183":1,"187":1,"190":1,"202":1,"208":1,"217":1,"218":1,"515":1,"580":1,"583":1,"752":1,"1287":1,"1404":1,"1408":1,"1913":1,"1914":1,"1915":1,"1917":1,"2478":1,"2484":1,"2486":1,"2602":1,"2613":1,"2624":1,"2644":2,"2651":1}}],["height=$",{"2":{"106":1}}],["height=",{"2":{"57":1}}],["heights",{"2":{"0":2,"98":1,"126":1,"1057":1,"2157":1,"2623":1,"2625":1}}],["height",{"0":{"129":1,"130":1,"231":1,"360":1,"381":1,"503":1,"526":1,"592":1,"610":1,"641":1,"698":1,"717":1,"772":1,"852":1,"867":1,"895":1,"917":1},"2":{"0":24,"49":1,"56":7,"62":1,"97":4,"98":3,"126":2,"129":1,"130":1,"132":2,"169":1,"222":3,"231":1,"243":1,"246":1,"253":1,"360":1,"365":1,"381":1,"386":1,"503":1,"511":1,"526":1,"549":2,"551":1,"572":1,"576":1,"577":5,"578":2,"581":1,"592":1,"599":1,"610":1,"615":1,"641":1,"679":1,"698":1,"700":1,"717":1,"725":1,"772":1,"807":1,"852":1,"858":1,"867":1,"868":1,"895":1,"900":1,"917":1,"918":1,"919":1,"1058":6,"1235":1,"1435":2,"1438":1,"1443":1,"1457":1,"1477":2,"2119":1,"2302":1,"2623":1,"2629":1}}],["hawaii50",{"2":{"2656":1}}],["hawaii25",{"2":{"2656":1}}],["hawaii100",{"2":{"2656":1}}],["hawaii10",{"2":{"2656":1}}],["hawaii",{"2":{"2656":1}}],["ha",{"2":{"626":2}}],["having",{"2":{"162":2,"752":1}}],["haven",{"2":{"121":1,"2631":1}}],["have",{"2":{"0":40,"8":1,"10":2,"13":1,"18":1,"19":2,"26":1,"27":2,"30":1,"31":1,"37":1,"48":1,"51":1,"55":1,"64":1,"82":1,"83":2,"88":1,"96":1,"97":1,"98":1,"99":1,"102":1,"104":2,"105":3,"106":5,"107":8,"111":1,"115":1,"116":1,"118":3,"121":4,"126":2,"137":1,"139":1,"140":1,"151":1,"153":3,"155":2,"160":1,"166":1,"179":1,"180":1,"184":1,"190":2,"195":1,"198":1,"200":1,"212":1,"217":1,"219":1,"223":1,"287":3,"334":3,"497":1,"577":1,"578":2,"582":1,"624":1,"625":1,"627":2,"691":2,"757":1,"940":1,"969":1,"989":1,"1015":1,"1105":3,"1248":1,"1282":4,"1360":1,"1408":3,"1435":1,"1473":2,"1481":1,"1497":1,"1510":1,"1527":1,"1569":1,"1586":1,"1600":1,"1616":1,"1791":1,"1874":1,"1912":1,"1914":1,"1915":1,"1916":2,"1917":1,"1920":1,"1922":1,"2061":1,"2118":2,"2189":2,"2196":1,"2368":1,"2384":1,"2520":1,"2537":1,"2590":1,"2616":1,"2617":1,"2618":5,"2619":1,"2623":9,"2625":2,"2626":2,"2628":1,"2629":1,"2630":1,"2633":2,"2636":3,"2637":1,"2639":1,"2640":2,"2644":2,"2647":1,"2648":1,"2652":1}}],["harder",{"2":{"383":1}}],["hardcoding",{"2":{"110":1}}],["hard",{"2":{"74":1,"752":1}}],["hardware",{"2":{"31":2}}],["hand",{"2":{"35":6,"107":1,"190":1,"577":1,"578":1,"1915":1,"2644":5}}],["handy",{"2":{"34":1,"2646":1}}],["handling",{"2":{"0":1,"31":1,"218":1,"2478":1}}],["handles",{"2":{"181":1}}],["handle",{"2":{"0":1,"83":1,"148":1,"160":1,"190":3,"217":1,"299":1,"346":1,"2648":1}}],["handlers",{"2":{"0":1}}],["handled",{"2":{"0":1,"68":1,"78":1,"134":1}}],["had",{"2":{"0":1,"107":1,"139":1,"167":1,"1288":1,"1402":1}}],["happening",{"2":{"82":1}}],["happens",{"2":{"31":1,"191":1,"2623":1}}],["happen",{"2":{"0":4,"80":1,"136":1,"577":1}}],["haline",{"2":{"2655":1}}],["haligns",{"2":{"626":2}}],["halign=",{"2":{"34":2}}],["halign2num",{"2":{"0":1}}],["halign",{"0":{"230":1,"359":1,"380":1,"502":1,"525":1,"591":1,"609":1,"640":1,"697":1,"716":1,"771":1,"851":1,"866":1,"894":1,"916":1},"2":{"0":16,"164":1,"603":1,"626":2,"2192":2,"2624":1,"2637":1}}],["halfdegree",{"2":{"33":1}}],["halfway",{"2":{"0":2,"1369":1,"2070":1}}],["half",{"2":{"0":6,"66":3,"106":1,"968":1,"1073":1,"1359":1,"1585":1,"1856":1,"2060":1}}],["haskey",{"2":{"121":2}}],["hasn",{"2":{"74":1}}],["hasfocus",{"2":{"0":1,"79":1,"2641":1}}],["has",{"2":{"0":17,"8":1,"18":1,"22":1,"25":1,"27":1,"28":1,"30":1,"31":1,"37":1,"47":1,"72":1,"78":1,"82":1,"84":1,"97":3,"104":2,"106":4,"107":1,"110":1,"121":1,"126":1,"128":1,"129":1,"133":1,"135":1,"140":1,"141":2,"144":1,"152":1,"155":2,"162":1,"169":1,"191":1,"209":1,"382":1,"516":1,"575":2,"576":2,"577":5,"582":1,"593":1,"624":1,"853":1,"990":1,"1104":1,"1134":1,"1473":1,"1914":1,"2118":1,"2231":1,"2366":1,"2486":1,"2617":2,"2623":6,"2634":1,"2636":1,"2638":1,"2643":1,"2646":1}}],["hokusai",{"2":{"2662":1}}],["hot",{"2":{"2657":1}}],["hotkey",{"2":{"0":1,"62":1,"83":12}}],["honda",{"2":{"2193":1}}],["horse",{"2":{"2193":1}}],["horsepower",{"2":{"2193":3}}],["horiz",{"2":{"1107":2,"2332":2}}],["horizontal",{"0":{"593":1,"853":1,"1107":1,"2332":1},"2":{"0":26,"62":3,"133":1,"230":1,"249":1,"291":1,"338":1,"359":1,"380":1,"389":1,"502":1,"515":1,"524":1,"525":1,"549":1,"556":1,"585":1,"591":1,"593":1,"603":1,"609":1,"626":2,"628":3,"637":1,"640":1,"645":1,"664":3,"665":3,"684":1,"697":1,"716":1,"771":1,"794":4,"844":1,"851":1,"853":1,"866":1,"894":1,"916":1,"1058":2,"1070":1,"1107":2,"1124":1,"1235":1,"1276":1,"1323":1,"1369":3,"1481":1,"1510":1,"1856":1,"1871":1,"2070":3,"2191":1,"2217":1,"2302":1,"2332":2,"2354":1}}],["holbein",{"2":{"2662":1}}],["holes",{"0":{"1916":1},"2":{"1916":2,"2304":1,"2398":2,"2480":2}}],["hole",{"2":{"1774":1,"1916":2,"1918":1}}],["holding",{"2":{"81":1}}],["holds",{"2":{"0":1,"68":1,"79":2,"80":5,"105":1,"121":1,"218":1,"627":1,"2626":1,"2639":2,"2641":1}}],["hold",{"2":{"0":1,"104":1,"120":1,"137":1,"152":2,"2626":1}}],["hooks",{"2":{"160":1}}],["hood",{"2":{"0":1}}],["host",{"2":{"114":1,"115":1}}],["hosted",{"2":{"45":1}}],["hour",{"2":{"73":6}}],["hours",{"2":{"73":1}}],["hopefully",{"2":{"56":1}}],["homedir",{"2":{"94":1}}],["home",{"2":{"0":1,"2505":1}}],["hoc",{"2":{"0":1}}],["however",{"2":{"0":1,"69":1,"82":1,"106":2,"107":2,"190":1,"383":1,"757":1,"1248":1,"1569":2,"1600":2,"1914":2,"1922":2,"2194":1,"2459":1,"2604":1}}],["how",{"0":{"192":1,"193":1},"1":{"194":1,"195":1},"2":{"0":83,"8":1,"27":1,"31":2,"51":1,"56":1,"62":1,"72":1,"74":1,"78":1,"80":1,"98":1,"107":1,"126":2,"127":1,"131":1,"132":1,"133":1,"134":2,"151":1,"165":1,"183":1,"187":1,"202":1,"207":1,"208":1,"384":1,"515":1,"577":1,"625":1,"751":1,"949":1,"980":1,"985":1,"997":1,"1010":1,"1017":1,"1019":1,"1022":1,"1035":1,"1045":1,"1050":1,"1052":1,"1055":1,"1101":1,"1197":1,"1233":1,"1249":1,"1256":1,"1288":1,"1295":1,"1315":1,"1319":1,"1371":1,"1399":1,"1404":1,"1430":1,"1506":1,"1540":1,"1566":1,"1596":1,"1625":1,"1629":1,"1639":1,"1649":1,"1654":1,"1656":1,"1659":1,"1672":1,"1682":1,"1688":1,"1690":1,"1693":1,"1770":1,"1771":1,"1804":1,"1829":1,"1831":1,"1854":1,"1862":1,"1905":1,"1911":1,"1956":1,"1994":1,"2041":1,"2072":1,"2103":1,"2155":1,"2167":1,"2176":1,"2181":1,"2183":1,"2186":1,"2234":1,"2267":1,"2326":1,"2364":1,"2393":1,"2400":1,"2408":1,"2420":1,"2425":1,"2427":1,"2430":1,"2456":1,"2485":1,"2496":1,"2507":1,"2512":1,"2514":1,"2517":1,"2550":1,"2599":1,"2604":7,"2615":1,"2623":1,"2624":2,"2631":1,"2640":1,"2642":2,"2646":3,"2647":1}}],["hovers",{"2":{"0":1,"496":1,"507":1,"585":1,"589":1,"849":1}}],["hovering",{"2":{"0":2,"119":1,"121":1,"585":1}}],["hovered",{"2":{"0":3,"79":1,"82":3,"121":2,"122":1,"709":1,"880":1,"885":1,"914":1}}],["hover",{"0":{"496":1,"507":1,"709":1,"880":1,"885":1,"937":1,"965":1,"1002":1,"1040":1,"1080":1,"1177":1,"1213":1,"1246":1,"1304":1,"1356":1,"1388":1,"1420":1,"1494":1,"1523":1,"1556":1,"1582":1,"1613":1,"1644":1,"1677":1,"1758":1,"1787":1,"1815":1,"1840":1,"1894":1,"1939":1,"1973":1,"2030":1,"2057":1,"2086":1,"2138":1,"2172":1,"2215":1,"2249":1,"2316":1,"2346":1,"2381":1,"2414":1,"2446":1,"2502":1,"2533":1,"2587":1},"2":{"0":49,"54":1,"119":1,"122":1}}],["xrange",{"2":{"2624":2,"2634":2}}],["xreversed",{"0":{"286":1,"410":1},"2":{"0":2,"410":3}}],["xrectzoom",{"0":{"285":1},"2":{"0":1,"213":1}}],["x+1",{"2":{"2484":2}}],["x+half",{"2":{"66":4}}],["x0",{"2":{"1285":2}}],["x^0",{"2":{"2624":1,"2630":1}}],["x^1",{"2":{"2624":1,"2630":1}}],["x^10",{"2":{"1164":1}}],["x^",{"2":{"1164":1}}],["x^2+y^2",{"2":{"1200":2}}],["x^2",{"2":{"51":1,"137":1,"189":4,"1164":1,"1343":1,"2195":2,"2574":1}}],["xhigh",{"2":{"234":1,"382":1}}],["xcross",{"2":{"184":1,"1913":2}}],["xcenters",{"2":{"66":3}}],["x4",{"2":{"66":2}}],["x3",{"2":{"66":3,"135":1}}],["x3c",{"2":{"0":10,"33":1,"54":1,"57":6,"76":3,"98":1,"149":4,"151":4,"152":6,"167":1,"168":1,"585":4,"1282":1,"1292":1,"1439":1,"2158":2,"2478":2,"2480":2,"2647":1,"2648":4}}],["x5+45",{"2":{"66":1}}],["x5",{"2":{"66":5}}],["xxx",{"2":{"56":1}}],["xe",{"2":{"36":2}}],["x84",{"2":{"30":1}}],["xv",{"2":{"1629":2}}],["xvals",{"2":{"66":4}}],["xvfb",{"2":{"28":1,"117":1}}],["xvector",{"2":{"0":2,"1402":2}}],["xorg",{"2":{"28":1}}],["xinterval",{"2":{"0":1,"2121":1}}],["xlow",{"2":{"234":1,"382":1}}],["xlims",{"2":{"0":12,"169":1,"212":1,"234":1,"304":1,"382":2,"385":1,"1058":1,"1914":1,"2330":1,"2624":1,"2627":1}}],["xlabel=",{"2":{"75":1,"1107":1,"2332":1}}],["xlabeloffset",{"0":{"406":1},"2":{"0":1}}],["xlabelalign",{"0":{"403":1},"2":{"0":1}}],["xlabelvisible",{"0":{"272":1,"409":1},"2":{"0":2}}],["xlabelsize",{"0":{"271":1,"408":1},"2":{"0":2}}],["xlabelrotation",{"0":{"270":1,"407":1},"2":{"0":2}}],["xlabelpadding",{"0":{"269":1},"2":{"0":1}}],["xlabelfont",{"0":{"268":1,"405":1},"2":{"0":2,"110":1}}],["xlabelcolor",{"0":{"267":1,"404":1},"2":{"0":2}}],["xlabel",{"0":{"266":1,"402":1},"2":{"0":4,"75":1,"110":1,"124":1,"142":1,"169":3,"202":1,"207":2,"266":3,"267":1,"268":1,"269":1,"270":1,"271":1,"272":1,"1058":1,"1107":1,"1856":7,"2193":1,"2332":1,"2619":1,"2620":1,"2621":1,"2624":3,"2627":1,"2634":2}}],["xyz",{"2":{"0":9,"158":5,"1627":1,"2644":5}}],["xy",{"2":{"0":10,"51":2,"124":1,"290":1,"337":1,"427":1,"428":1,"1285":5,"1373":6,"2304":4,"2433":6}}],["xypanelvisible",{"0":{"428":1},"2":{"0":1}}],["xypanelcolor",{"0":{"427":1},"2":{"0":1}}],["xmax",{"0":{"1508":1,"1542":1},"2":{"0":11,"12":2,"299":2,"1481":2,"1510":3,"2276":1,"2459":1,"2462":1}}],["xmin",{"0":{"1509":1,"1543":1},"2":{"0":11,"12":2,"299":2,"1481":2,"1510":3,"2276":1,"2459":1,"2462":1}}],["xminortickwidth",{"0":{"282":1},"2":{"0":1}}],["xminorticksvisible",{"0":{"281":1},"2":{"0":1,"279":1,"287":1,"301":2}}],["xminorticksize",{"0":{"280":1},"2":{"0":1}}],["xminorticks",{"0":{"279":1},"2":{"0":1,"279":3,"287":1}}],["xminortickcolor",{"0":{"278":1},"2":{"0":1}}],["xminortickalign",{"0":{"277":1},"2":{"0":1}}],["xminorgridwidth",{"0":{"276":1},"2":{"0":1,"787":1}}],["xminorgridvisible",{"0":{"275":1},"2":{"0":1,"279":1,"287":1,"786":1}}],["xminorgridstyle",{"0":{"274":1},"2":{"0":1,"785":1}}],["xminorgridcolor",{"0":{"273":1},"2":{"0":1,"784":1}}],["x2+60",{"2":{"66":1}}],["x2+20",{"2":{"66":2}}],["x26",{"2":{"12":2,"35":2,"66":3,"80":8,"81":4,"82":4,"98":4,"195":4,"206":1,"218":4,"585":2,"626":1,"627":2,"1405":2,"2158":2,"2641":1,"2643":1,"2644":3}}],["x2s",{"2":{"0":1,"1139":1}}],["x2",{"2":{"0":8,"66":1,"1139":2,"1629":2}}],["x1+45",{"2":{"66":1}}],["x11",{"0":{"115":1},"2":{"23":1,"114":1,"115":1}}],["x1s",{"2":{"0":1,"1139":1}}],["x1",{"2":{"0":8,"66":3,"1139":2}}],["xz",{"2":{"429":1,"430":1,"2433":6}}],["xzpanelvisible",{"0":{"430":1},"2":{"0":1}}],["xzpanelcolor",{"0":{"429":1},"2":{"0":1}}],["xzoomlock",{"0":{"306":1},"2":{"0":1,"210":1}}],["xzoomkey",{"0":{"305":1},"2":{"0":1,"210":1}}],["xspace",{"2":{"207":3}}],["xspinewidth",{"0":{"415":1},"2":{"0":1}}],["xspinesvisible",{"0":{"414":1},"2":{"0":1}}],["xspinecolor",{"0":{"411":1,"412":1,"413":1},"2":{"0":3}}],["xs",{"2":{"0":27,"10":5,"139":5,"515":6,"624":6,"626":3,"874":3,"983":8,"1025":5,"1058":8,"1164":6,"1200":7,"1235":2,"1259":2,"1369":3,"1374":19,"1406":2,"1407":3,"1408":5,"1432":2,"1599":6,"1662":3,"1807":3,"1832":3,"1910":3,"1911":3,"1959":1,"1960":7,"2043":1,"2044":5,"2070":3,"2074":1,"2075":13,"2091":1,"2158":3,"2302":4,"2327":1,"2330":2,"2368":2,"2520":6,"2624":7,"2630":6}}],["xscale",{"0":{"287":1},"2":{"0":1,"287":4,"299":2,"1409":1}}],["xtrimspine",{"0":{"304":1},"2":{"0":1,"304":4}}],["xtickvalues",{"2":{"290":1,"299":2}}],["xtick",{"2":{"288":1,"289":1,"300":1,"302":1,"303":1,"424":1}}],["xtickrotation",{"2":{"0":2}}],["xtickrange=xtickrange",{"2":{"0":1}}],["xtickrange",{"2":{"0":1}}],["xtickwidth",{"0":{"303":1,"426":1},"2":{"0":2}}],["xticksvisible",{"0":{"302":1,"425":1},"2":{"0":2}}],["xticksmirrored",{"0":{"301":1},"2":{"0":1,"301":2}}],["xticksize",{"0":{"300":1,"424":1},"2":{"0":2}}],["xticks",{"0":{"299":1,"423":1},"2":{"0":3,"75":1,"169":1,"287":3,"290":1,"294":1,"299":5,"799":1,"1058":5,"1107":1,"2332":1,"2624":2,"2627":2}}],["xticklabel",{"2":{"0":2,"207":2}}],["xticklabels=xticklabel",{"2":{"0":1}}],["xticklabels",{"2":{"0":3,"291":1,"292":1,"293":1,"294":1,"295":1,"296":1,"297":1,"298":1}}],["xticklabelsvisible",{"0":{"298":1,"422":1},"2":{"0":2,"205":1,"798":1}}],["xticklabelspace",{"0":{"297":1},"2":{"0":1,"207":3}}],["xticklabelsize",{"0":{"296":1,"421":1},"2":{"0":2,"795":1}}],["xticklabelrotation",{"0":{"295":1},"2":{"0":1,"169":1,"207":1}}],["xticklabelpad",{"0":{"294":1,"420":1},"2":{"0":2}}],["xticklabelfont",{"0":{"293":1,"419":1},"2":{"0":2,"792":1}}],["xticklabelcolor",{"0":{"292":1,"418":1},"2":{"0":2,"791":1}}],["xticklabelalign",{"0":{"291":1},"2":{"0":1}}],["xtickformat",{"0":{"290":1,"417":1},"2":{"0":2,"207":1,"287":1,"290":5,"299":2}}],["xtickcolor",{"0":{"289":1,"416":1},"2":{"0":2}}],["xtickalign",{"0":{"288":1},"2":{"0":1}}],["xpanlock",{"0":{"284":1},"2":{"0":1,"211":1}}],["xpankey",{"0":{"283":1},"2":{"0":1,"211":1}}],["xgridwidth",{"0":{"265":1,"401":1},"2":{"0":2,"782":1}}],["xgridvisible",{"0":{"264":1,"400":1},"2":{"0":2,"304":1,"351":1,"781":1,"1141":1,"1143":1}}],["xgridstyle",{"0":{"263":1},"2":{"0":1,"780":1}}],["xgridcolor",{"0":{"262":1,"399":1},"2":{"0":2,"183":1,"779":1}}],["xangle",{"2":{"0":1}}],["xautolimits",{"0":{"2270":1},"2":{"0":1}}],["xautolimitmargin",{"0":{"260":1,"398":1},"2":{"0":2,"234":1,"1572":1,"1585":1,"1587":1,"1913":1,"2651":1}}],["xauto",{"2":{"0":2}}],["xaxisposition",{"0":{"261":1},"2":{"0":1,"261":2}}],["x",{"0":{"28":1,"810":1,"1910":1},"2":{"0":247,"11":2,"12":9,"27":1,"32":2,"34":2,"36":6,"51":3,"52":3,"53":3,"54":2,"57":2,"62":4,"66":3,"71":3,"74":2,"75":2,"78":3,"79":2,"80":1,"82":3,"105":6,"106":10,"107":5,"110":1,"115":2,"119":2,"124":2,"131":1,"135":1,"136":9,"137":13,"138":5,"149":6,"151":6,"152":3,"158":5,"163":4,"168":1,"169":2,"186":12,"189":2,"196":6,"202":1,"204":2,"206":3,"207":3,"208":2,"210":1,"211":1,"213":1,"222":1,"223":1,"227":1,"234":4,"239":1,"248":1,"260":1,"261":1,"262":1,"263":1,"264":1,"265":1,"266":4,"273":1,"274":1,"275":1,"276":1,"277":1,"278":1,"279":1,"280":1,"281":1,"282":1,"283":2,"284":1,"285":1,"286":1,"287":2,"290":1,"299":1,"301":1,"304":1,"305":2,"306":1,"313":1,"373":1,"374":2,"376":1,"398":1,"399":1,"400":1,"401":1,"402":2,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"410":1,"411":1,"412":1,"413":1,"414":1,"415":1,"416":1,"417":1,"418":1,"419":1,"420":1,"421":1,"422":1,"423":1,"425":1,"426":1,"491":2,"515":2,"625":2,"627":1,"694":1,"704":1,"750":4,"766":1,"810":1,"838":2,"839":1,"844":4,"908":2,"924":2,"982":8,"983":18,"989":1,"1024":3,"1025":9,"1058":4,"1070":1,"1104":2,"1106":4,"1107":1,"1114":1,"1163":3,"1164":11,"1199":2,"1200":2,"1258":2,"1282":3,"1285":3,"1288":1,"1292":6,"1307":2,"1323":4,"1324":4,"1328":2,"1333":2,"1343":7,"1373":3,"1374":1,"1383":1,"1402":9,"1404":22,"1405":3,"1406":1,"1407":2,"1408":4,"1409":9,"1434":10,"1435":11,"1436":2,"1437":3,"1439":2,"1442":2,"1456":1,"1457":1,"1458":4,"1508":1,"1509":1,"1542":1,"1543":1,"1544":2,"1568":4,"1584":3,"1598":4,"1627":2,"1629":1,"1661":4,"1831":4,"1856":1,"1865":1,"1880":1,"1889":1,"1908":4,"1910":1,"1911":1,"1912":1,"1914":6,"1917":1,"1919":1,"1944":2,"1996":4,"2016":5,"2121":4,"2122":8,"2157":3,"2158":2,"2188":2,"2190":2,"2191":3,"2192":2,"2193":1,"2195":11,"2197":2,"2237":1,"2239":2,"2273":1,"2274":2,"2303":8,"2304":15,"2305":4,"2329":2,"2330":5,"2332":1,"2397":2,"2398":2,"2432":1,"2433":8,"2458":2,"2459":6,"2478":2,"2480":4,"2484":8,"2486":2,"2505":4,"2554":1,"2555":10,"2573":1,"2574":4,"2602":2,"2609":4,"2610":2,"2618":2,"2619":1,"2621":2,"2624":4,"2627":1,"2630":2,"2634":2,"2636":2,"2642":1,"2643":2,"2644":5,"2648":2}}],["pkg",{"2":{"197":3,"2617":3}}],["p3",{"2":{"191":4}}],["p2",{"2":{"190":4,"191":6,"2611":4}}],["p1",{"2":{"190":4,"191":6}}],["ppi",{"2":{"107":2}}],["pv",{"2":{"63":3}}],["pseudolog",{"2":{"287":1,"334":1}}],["pseudolog10",{"2":{"0":37,"287":2,"334":2,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1414":1,"1438":1,"1446":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1}}],["ps",{"2":{"63":3,"66":36,"983":6,"1569":5,"1600":5,"1774":3,"1922":7,"2609":7,"2610":2}}],["pc",{"2":{"55":1}}],["pcs",{"2":{"28":1}}],["phong",{"2":{"2605":2}}],["phi",{"2":{"752":2,"758":2,"2609":3}}],["phis",{"2":{"752":5,"757":4}}],["physical",{"2":{"0":1,"31":1,"106":1,"107":3,"2397":1}}],["phase",{"2":{"0":1,"2655":1}}],["puor",{"2":{"2658":10}}],["pubugn",{"2":{"2658":8}}],["pubu",{"2":{"2658":8}}],["publisher",{"2":{"199":1}}],["public",{"2":{"36":2}}],["publications",{"2":{"15":1,"107":1}}],["publication",{"2":{"13":1,"199":1}}],["pull",{"2":{"2632":2}}],["pulls",{"2":{"396":1}}],["pumping",{"2":{"396":1}}],["put",{"2":{"57":1,"96":1,"167":1,"625":1,"1457":1,"2619":2,"2642":1,"2644":1}}],["puts",{"2":{"0":2}}],["purd",{"2":{"2658":8}}],["purples",{"2":{"2658":8}}],["purple",{"2":{"152":1,"1141":2,"1750":2}}],["purposes",{"2":{"219":1,"765":1}}],["purpose",{"2":{"0":1,"177":1,"2623":1,"2640":1,"2646":1}}],["pure",{"2":{"76":1}}],["purely",{"2":{"51":1}}],["pushed",{"2":{"76":1,"121":2}}],["push",{"2":{"11":1,"12":1,"34":2,"36":2,"66":8,"76":1,"80":3,"81":1,"82":2,"121":1,"152":9,"167":3,"196":2,"2304":2}}],["pb",{"2":{"0":4}}],["pdfs",{"2":{"16":1,"20":1}}],["pdf",{"0":{"20":1},"2":{"0":5,"15":1,"16":2,"20":3,"1106":1,"1324":1,"1455":1,"1456":1,"1458":1,"1473":2,"1915":1,"2111":1,"2118":2,"2331":1,"2622":2}}],["png`",{"2":{"31":1}}],["pngs",{"2":{"24":1}}],["png",{"2":{"0":4,"17":1,"24":4,"31":2,"32":1,"33":1,"36":1,"189":1,"195":1,"222":1,"1294":1,"1545":1,"1629":1,"2484":2,"2611":1,"2614":1,"2622":2}}],["ptslines",{"2":{"36":3}}],["ptrans",{"2":{"35":2,"2644":2}}],["pt",{"0":{"106":1},"2":{"0":3,"16":1,"19":1,"105":8,"106":6,"107":11}}],["pearl",{"2":{"2662":1}}],["peaks",{"2":{"0":4}}],["pentagon",{"2":{"1913":2}}],["penalizing",{"2":{"0":1}}],["people",{"2":{"106":1}}],["perceptually",{"2":{"2653":1}}],["perceive",{"2":{"0":1,"1944":1}}],["period",{"2":{"1141":1}}],["periods",{"2":{"75":1}}],["permanently",{"2":{"16":1,"22":1,"26":1,"31":1,"49":1}}],["permuted",{"2":{"0":1}}],["perfectly",{"2":{"127":1}}],["perfect",{"2":{"41":1}}],["perfection",{"2":{"15":1}}],["performant",{"2":{"165":1}}],["performance",{"2":{"0":3,"161":1,"162":1,"169":1,"196":1,"199":2,"1015":1,"1282":1,"2495":1}}],["performs",{"2":{"0":1,"82":1,"2304":1,"2327":1}}],["perform",{"2":{"0":1,"61":1,"158":1,"2644":1}}],["perpendicularly",{"2":{"0":1,"1162":1}}],["perpendicular",{"2":{"0":1,"1155":1}}],["per",{"0":{"106":2,"122":1,"1771":1},"2":{"0":16,"16":2,"19":1,"22":2,"24":5,"49":1,"85":1,"105":14,"106":16,"107":8,"119":1,"120":1,"121":1,"122":1,"190":5,"1029":1,"1289":2,"1295":1,"1513":1,"1629":1,"1633":1,"1777":1,"2201":1,"2490":1,"2523":1,"2602":1}}],["perspectiveprojection",{"2":{"2642":1}}],["perspective",{"2":{"0":4,"62":3,"63":1,"70":1,"383":3,"2642":1}}],["perspectiveness=0",{"2":{"1200":2}}],["perspectiveness",{"0":{"383":1},"2":{"0":1,"383":4}}],["pigeon",{"2":{"2662":1}}],["piyg",{"2":{"2658":10}}],["pink",{"2":{"187":1,"924":1,"1774":1,"2657":1}}],["picasso",{"2":{"2662":1}}],["picture",{"2":{"31":3,"2158":1}}],["picking",{"0":{"82":1,"2486":1},"2":{"121":1,"871":1,"2649":1}}],["picked",{"2":{"0":3,"119":1,"149":1,"817":1,"2311":1,"2312":1,"2417":1,"2649":1}}],["picks",{"2":{"0":1,"82":1}}],["pick",{"2":{"0":5,"82":13,"110":1,"119":1,"120":1,"121":1,"596":1,"855":1,"1408":1,"2486":2,"2623":1,"2649":1}}],["pix",{"2":{"0":2}}],["pixelated",{"2":{"0":1,"19":1,"2504":1}}],["pixelspace",{"2":{"2643":1}}],["pixels",{"2":{"0":2,"22":1,"24":1,"79":1,"105":6,"106":16,"107":2,"155":1,"1558":1,"2158":1,"2640":2}}],["pixel",{"0":{"59":1,"2189":1},"2":{"0":24,"15":1,"37":1,"59":3,"71":3,"79":1,"80":2,"82":2,"106":7,"107":6,"190":5,"941":1,"1009":1,"1295":1,"1498":1,"1617":1,"1920":3,"1945":1,"2189":3,"2192":1,"2193":1,"2220":1,"2385":1,"2591":1,"2601":2,"2642":1}}],["pipeline",{"0":{"66":1},"1":{"67":1,"68":1,"69":1,"70":1},"2":{"0":2,"22":1,"66":1,"67":2,"69":1,"70":1,"71":1,"76":1,"134":1,"139":1,"159":1}}],["pipe",{"2":{"0":1}}],["pieces",{"2":{"0":1,"1755":1}}],["piece",{"2":{"0":2,"90":2,"2231":1}}],["pie",{"0":{"1721":1,"1749":1},"1":{"1750":1,"1751":1,"1752":1,"1753":1,"1754":1,"1755":1,"1756":1,"1757":1,"1758":1,"1759":1,"1760":1,"1761":1,"1762":1,"1763":1,"1764":1,"1765":1,"1766":1,"1767":1,"1768":1,"1769":1,"1770":1,"1771":1,"1772":1},"2":{"0":16,"1749":4,"1750":2,"1755":2,"1762":1,"1764":1}}],["pi",{"2":{"0":6,"35":1,"36":3,"159":2,"164":1,"169":1,"207":1,"374":1,"379":3,"396":1,"582":2,"585":1,"603":1,"751":7,"757":8,"831":1,"1141":3,"1323":1,"1629":1,"1914":2,"2158":1,"2192":1,"2274":2,"2304":4,"2611":2,"2624":2,"2634":1,"2635":1,"2644":1}}],["pysical",{"2":{"31":1}}],["py",{"2":{"0":1}}],["px",{"0":{"106":1},"2":{"0":7,"16":1,"19":1,"22":1,"24":7,"82":1,"105":7,"106":13,"107":5,"1914":1}}],["p",{"2":{"0":24,"53":4,"56":1,"63":5,"66":2,"82":7,"120":2,"121":5,"142":1,"149":2,"153":6,"168":2,"189":1,"190":2,"191":4,"585":3,"691":1,"752":4,"983":8,"1774":2,"1913":3,"1918":4,"2017":2,"2122":8,"2192":4,"2239":1,"2480":1,"2482":1,"2483":1,"2484":2,"2485":7,"2611":10,"2647":2}}],["prgn",{"2":{"2658":10}}],["prs",{"2":{"161":1}}],["prism",{"2":{"2657":1}}],["priori",{"2":{"190":1}}],["priority=",{"2":{"168":1}}],["priorityobserable",{"2":{"78":1}}],["priority",{"0":{"78":1},"2":{"0":4,"78":22,"80":2,"82":10,"119":2,"168":1}}],["principles",{"2":{"140":1}}],["principle",{"2":{"106":1,"2644":1}}],["print",{"2":{"2617":1}}],["println",{"2":{"57":2,"75":1,"78":6,"136":1,"217":1,"218":2}}],["prints",{"2":{"0":1}}],["printed",{"2":{"0":1,"78":1,"789":1}}],["primer",{"0":{"2639":1},"1":{"2640":1,"2641":1,"2642":1,"2643":1,"2644":1}}],["prime=1",{"2":{"26":2}}],["primitives",{"2":{"121":1}}],["primitive",{"2":{"0":1,"68":1,"82":5,"121":7,"239":1,"248":1,"266":1,"290":1,"313":1,"337":1,"1661":1}}],["prerendered",{"2":{"2644":1}}],["precisely",{"2":{"2604":1,"2623":1}}],["precision",{"2":{"2158":2}}],["pretend",{"2":{"152":1,"2618":1}}],["pretty",{"2":{"19":1,"31":2,"53":1,"1285":1,"2638":1,"2644":1}}],["prepare",{"2":{"2611":1}}],["preparing",{"2":{"107":1}}],["prepopulate",{"2":{"152":1}}],["prepend",{"2":{"138":1}}],["predefine",{"2":{"152":1}}],["predefined",{"0":{"32":1,"169":1},"1":{"170":1,"171":1,"172":1,"173":1,"174":1,"175":1,"176":1},"2":{"32":2,"149":1,"169":1,"177":1,"209":1,"287":1,"334":1,"624":1,"2625":1}}],["predict",{"2":{"106":1}}],["preexisting",{"2":{"0":1,"2327":1}}],["prefer",{"2":{"2638":1}}],["preferring",{"2":{"0":1}}],["preferred",{"2":{"0":2,"62":1,"1402":1,"1911":1}}],["prefactor",{"2":{"2604":1}}],["preformatted",{"2":{"200":1}}],["prefix",{"2":{"0":2,"75":1,"124":1,"162":1}}],["pre",{"2":{"0":4,"160":1,"1369":2,"2070":2}}],["previously",{"2":{"51":1,"151":1,"157":1,"212":2}}],["previous",{"2":{"0":4,"73":1,"107":1,"146":1,"180":1,"1289":1,"2619":1,"2623":1}}],["prev",{"2":{"0":3}}],["preset",{"2":{"2629":1}}],["preserves",{"2":{"2304":2}}],["preserve",{"2":{"162":1}}],["preserved",{"2":{"55":1}}],["preserver",{"2":{"0":1}}],["presented",{"2":{"2653":1}}],["presentation",{"2":{"383":1}}],["present",{"2":{"0":2,"68":1,"585":2,"844":2}}],["preselected",{"2":{"0":1}}],["pressing",{"2":{"2641":1}}],["pressed",{"2":{"0":14,"61":3,"79":2,"80":2,"81":1,"83":6,"218":2}}],["press",{"2":{"0":2,"80":6,"81":3,"82":2,"83":1,"210":1,"211":1,"212":1,"213":1}}],["protanopic",{"2":{"2660":5}}],["protrusion",{"2":{"2632":1,"2634":1,"2637":1}}],["protrusions",{"0":{"131":1,"384":1},"2":{"0":1,"126":4,"163":2,"192":1,"196":1,"383":1,"384":8,"396":1,"576":1,"579":1,"2633":2}}],["product",{"2":{"625":1,"2192":1}}],["produces",{"2":{"0":3,"31":1,"1185":1,"1221":1,"1248":1}}],["produce",{"2":{"0":1,"14":1,"31":1,"106":1,"152":1}}],["providing",{"2":{"153":1,"2304":1}}],["provided",{"2":{"0":4,"151":1,"982":1,"1105":1,"1342":1,"2158":1,"2273":1,"2302":1,"2459":2,"2555":1}}],["provides",{"2":{"0":4,"82":2,"119":1,"147":1,"159":1}}],["provide",{"2":{"0":2,"125":1,"151":1,"2120":1,"2654":1}}],["prohibit",{"2":{"132":1}}],["proj",{"2":{"121":4}}],["project",{"2":{"111":1,"121":5,"153":1,"2617":1}}],["projects",{"2":{"59":1,"60":1}}],["projected",{"2":{"18":1,"58":1,"121":1}}],["projections",{"0":{"2642":1},"2":{"5":1,"31":1,"58":1}}],["projectiontype=makie",{"2":{"2433":1}}],["projectiontype",{"2":{"0":2,"62":1,"63":2}}],["projectionview",{"2":{"0":1,"63":2,"2642":1}}],["projection",{"2":{"0":13,"61":1,"62":4,"66":1,"69":1,"70":2,"71":1,"383":1,"396":1,"924":1,"1481":1,"1510":1,"2189":1,"2368":1,"2398":1,"2520":1,"2633":1,"2639":1,"2640":4,"2642":6,"2643":6}}],["procedure",{"2":{"117":1}}],["processing",{"2":{"69":1}}],["processors",{"2":{"30":1}}],["process",{"2":{"0":3,"15":1,"29":1,"45":1,"51":1,"54":1,"218":4,"2485":1,"2617":1,"2624":1}}],["processed",{"2":{"0":1,"62":1,"69":1}}],["prown",{"2":{"76":1}}],["promise",{"2":{"53":1}}],["prompting",{"2":{"721":1}}],["prompt",{"0":{"721":1},"2":{"0":1}}],["proxy",{"2":{"44":1,"45":2,"55":2}}],["probably",{"2":{"575":1,"2617":1}}],["probability",{"2":{"0":4,"1473":2,"2017":1,"2118":2}}],["problem",{"2":{"45":1,"47":1,"53":1,"83":1,"139":3,"190":1,"191":1,"1569":1,"1600":1,"1915":1,"1922":1,"2623":2,"2640":1}}],["problems",{"0":{"139":1,"190":1},"2":{"28":1,"139":1,"191":1}}],["programming",{"2":{"196":1}}],["programmatically",{"2":{"0":1}}],["progresses",{"2":{"10":1}}],["proportional",{"2":{"577":1,"2197":1,"2459":1,"2604":1,"2636":1}}],["propagate",{"2":{"74":1}}],["propagated",{"2":{"0":3,"155":1}}],["properties",{"2":{"384":1,"628":1,"908":1}}],["proper",{"2":{"27":1}}],["properly",{"2":{"0":1,"74":2,"76":1,"2648":1}}],["profile",{"2":{"0":12}}],["profile=nothing",{"2":{"0":1}}],["power",{"2":{"2193":1}}],["powerful",{"2":{"140":1}}],["powers",{"2":{"121":1}}],["powered",{"2":{"13":1}}],["popfirst",{"2":{"81":2}}],["pop",{"2":{"81":2}}],["po",{"2":{"78":7,"751":2,"756":1}}],["port=8080",{"2":{"118":1}}],["port=8081",{"2":{"118":2}}],["port=some",{"2":{"55":1}}],["port",{"2":{"55":3,"118":6}}],["portion",{"2":{"0":1,"1878":1}}],["potentially",{"2":{"0":1,"1258":1}}],["pos=",{"2":{"2555":1}}],["possibilities",{"2":{"2652":1}}],["possibility",{"2":{"104":1}}],["possibly",{"2":{"2304":1}}],["possible",{"2":{"0":51,"98":2,"122":1,"147":1,"149":1,"151":1,"162":2,"179":1,"217":1,"379":1,"844":1,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1194":1,"1230":1,"1253":1,"1316":1,"1367":1,"1396":1,"1427":1,"1473":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1629":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1831":1,"1849":1,"1856":2,"1902":1,"1911":1,"1915":1,"1945":1,"1950":1,"1989":1,"2038":1,"2068":1,"2093":1,"2118":1,"2151":1,"2182":1,"2220":1,"2227":1,"2259":1,"2304":2,"2323":1,"2359":1,"2390":1,"2426":1,"2453":1,"2513":1,"2544":1,"2596":1,"2605":1,"2624":1,"2652":1}}],["pos2",{"2":{"102":2}}],["pos",{"0":{"2567":1},"2":{"0":1,"53":3,"54":4,"66":10,"82":1,"102":2,"104":1,"121":12}}],["post=x",{"2":{"1288":1}}],["postprocessor",{"2":{"22":1,"2601":1}}],["post",{"2":{"0":2,"1369":1,"2044":1,"2070":1}}],["positive",{"2":{"0":5,"18":1,"22":2,"374":1,"988":1,"2262":1,"2554":1,"2604":1}}],["position=point2f",{"2":{"2643":1}}],["position2string",{"2":{"121":4}}],["positioned",{"2":{"0":1,"985":1}}],["positional",{"2":{"0":6,"2225":1}}],["positions",{"2":{"0":32,"24":1,"53":1,"82":14,"102":2,"144":1,"164":2,"597":1,"685":1,"856":1,"985":2,"1057":1,"1103":1,"1104":1,"1235":2,"1373":1,"1568":2,"1598":2,"1661":2,"1908":2,"1954":1,"2074":1,"2188":1,"2189":1,"2231":1,"2232":1,"2273":1,"2302":2,"2329":1,"2458":1,"2573":1,"2602":2,"2611":2,"2633":1,"2635":1}}],["position",{"0":{"2225":1},"2":{"0":98,"22":1,"34":1,"35":1,"37":1,"54":1,"56":4,"62":4,"70":1,"79":1,"80":1,"82":8,"102":2,"104":6,"119":1,"120":3,"121":5,"141":1,"146":1,"158":1,"159":1,"162":1,"164":1,"167":2,"192":1,"261":1,"308":1,"410":1,"443":1,"474":1,"626":4,"628":1,"938":1,"966":1,"1003":1,"1041":1,"1058":1,"1081":1,"1114":1,"1178":1,"1214":1,"1247":1,"1258":2,"1305":1,"1357":1,"1374":3,"1389":1,"1402":1,"1421":1,"1495":1,"1524":1,"1557":1,"1583":1,"1614":1,"1645":1,"1678":1,"1759":1,"1788":1,"1816":1,"1841":1,"1865":1,"1895":1,"1940":1,"1943":2,"1974":1,"2031":1,"2058":1,"2087":1,"2139":1,"2173":1,"2189":2,"2193":1,"2194":2,"2196":1,"2199":1,"2216":1,"2223":1,"2225":1,"2226":1,"2237":2,"2241":2,"2250":1,"2253":2,"2258":1,"2268":1,"2273":1,"2317":1,"2347":1,"2382":1,"2415":1,"2447":1,"2459":1,"2503":1,"2534":1,"2588":1,"2609":1,"2610":1,"2611":2,"2619":1,"2621":1,"2640":1,"2644":2}}],["polgyon",{"2":{"1918":1}}],["pol",{"2":{"639":3}}],["polish",{"2":{"74":1}}],["polar",{"2":{"68":1,"748":1,"750":1,"751":1,"752":1,"756":1,"758":2,"810":1}}],["polaraxis",{"0":{"743":1,"748":1,"749":1,"750":1,"751":1,"756":1},"1":{"749":1,"750":1,"751":1,"752":1,"753":1,"754":1,"755":1,"756":1,"757":1,"758":1,"759":1,"760":1,"761":1,"762":1,"763":1,"764":1,"765":1,"766":1,"767":1,"768":1,"769":1,"770":1,"771":1,"772":1,"773":1,"774":1,"775":1,"776":1,"777":1,"778":1,"779":1,"780":1,"781":1,"782":1,"783":1,"784":1,"785":1,"786":1,"787":1,"788":1,"789":1,"790":1,"791":1,"792":1,"793":1,"794":1,"795":1,"796":1,"797":1,"798":1,"799":1,"800":1,"801":1,"802":1,"803":1,"804":1,"805":1,"806":1,"807":1,"808":1,"809":1,"810":1,"811":1,"812":1,"813":1,"814":1,"815":1,"816":1,"817":1,"818":1,"819":1,"820":1,"821":1,"822":1,"823":1,"824":1,"825":1,"826":1,"827":1,"828":1,"829":1,"830":1,"831":1,"832":1,"833":1,"834":1,"835":1,"836":1,"837":1,"838":1,"839":1,"840":1,"841":1,"842":1,"843":1},"2":{"0":12,"748":2,"749":2,"750":3,"751":9,"752":2,"753":5,"754":2,"756":2,"757":7,"758":2,"761":1,"775":1,"783":1,"809":1,"817":1}}],["poll",{"2":{"0":1}}],["polyelements",{"2":{"627":1,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1}}],["polyelement",{"2":{"623":1,"627":3,"628":1,"1058":2}}],["polys",{"2":{"192":1}}],["polystrokewidth=2",{"2":{"1289":1}}],["polystrokewidth",{"0":{"677":1},"2":{"0":1,"624":1}}],["polystrokecolor=",{"2":{"1289":1}}],["polystrokecolor",{"0":{"676":1},"2":{"0":1}}],["polypoints",{"0":{"675":1},"2":{"0":1,"627":1}}],["polycolorrange",{"0":{"674":1},"2":{"0":1}}],["polycolormap",{"0":{"673":1},"2":{"0":1}}],["polycolor",{"0":{"672":1},"2":{"0":1,"1058":2}}],["poly",{"0":{"1722":1,"1773":1},"1":{"1774":1,"1775":1,"1776":1,"1777":1,"1778":1,"1779":1,"1780":1,"1781":1,"1782":1,"1783":1,"1784":1,"1785":1,"1786":1,"1787":1,"1788":1,"1789":1,"1790":1,"1791":1,"1792":1,"1793":1,"1794":1,"1795":1,"1796":1,"1797":1,"1798":1,"1799":1,"1800":1,"1801":1,"1802":1,"1803":1,"1804":1,"1805":1},"2":{"0":23,"121":3,"499":1,"627":7,"633":2,"639":3,"664":4,"665":2,"668":2,"669":2,"672":1,"675":1,"676":1,"677":1,"678":2,"685":2,"756":1,"913":1,"1513":2,"1773":7,"1774":6,"1777":2,"2523":2}}],["polygons",{"2":{"0":5,"756":1,"1773":1,"1774":1,"1912":1,"2459":2,"2462":1,"2463":2,"2475":1,"2649":1}}],["polygon",{"0":{"1918":1},"2":{"0":10,"765":1,"1771":1,"1773":2,"1774":3,"1914":3,"1918":1,"2476":1,"2477":1}}],["pointvectors",{"2":{"1999":2}}],["point4f",{"2":{"63":1}}],["pointer",{"2":{"56":1}}],["point3",{"2":{"0":1,"2091":1}}],["point3f",{"2":{"0":3,"31":1,"35":4,"36":2,"63":8,"121":2,"196":2,"691":1,"983":2,"988":1,"990":1,"1025":2,"1569":1,"1600":1,"1629":1,"1922":2,"2075":1,"2190":1,"2602":2,"2607":1,"2608":1,"2609":12,"2610":4,"2611":1,"2640":1,"2644":5}}],["pointbased",{"2":{"0":3,"76":1,"149":3,"2043":1,"2074":1,"2188":1}}],["point1",{"2":{"0":1,"1139":1}}],["point2f",{"2":{"0":4,"11":2,"12":2,"66":16,"80":3,"81":1,"82":2,"139":1,"149":2,"152":3,"190":2,"585":1,"627":3,"652":2,"660":1,"675":4,"844":1,"951":2,"952":6,"983":1,"1058":1,"1142":2,"1282":1,"1284":1,"1285":3,"1286":1,"1287":2,"1288":1,"1289":3,"1434":2,"1435":2,"1438":1,"1439":1,"1774":6,"1911":1,"1913":1,"1914":2,"1918":4,"1919":1,"1920":2,"1999":1,"2121":1,"2122":1,"2189":1,"2239":2,"2274":1,"2459":1,"2643":1}}],["point2",{"2":{"0":7,"951":1,"1139":1,"1996":1,"2091":1,"2121":2}}],["pointing",{"2":{"0":4,"27":1,"2237":1,"2239":1,"2253":1,"2268":1}}],["pointlight",{"0":{"2609":1},"2":{"0":9,"31":1,"32":1,"33":1,"34":1,"35":1,"36":1,"691":1,"1016":1,"1049":1,"1653":1,"1687":1,"2180":1,"2424":1,"2511":1,"2605":1,"2609":8,"2644":1}}],["points=points",{"2":{"2304":1}}],["points",{"0":{"1288":1,"1911":1,"2298":1},"2":{"0":84,"11":5,"12":3,"80":20,"81":16,"82":1,"105":4,"107":1,"121":1,"149":1,"196":4,"585":4,"627":6,"652":1,"660":1,"675":1,"752":1,"929":1,"957":1,"976":1,"982":2,"994":1,"1024":1,"1031":1,"1066":1,"1104":1,"1105":1,"1131":1,"1139":2,"1169":1,"1205":1,"1282":4,"1284":1,"1285":5,"1287":3,"1288":5,"1289":4,"1297":1,"1348":1,"1379":1,"1402":2,"1404":3,"1413":1,"1439":5,"1445":1,"1486":1,"1515":1,"1549":1,"1574":1,"1598":2,"1605":1,"1629":3,"1635":1,"1668":1,"1773":3,"1779":1,"1856":10,"1873":1,"1875":1,"1885":1,"1911":3,"1914":2,"1918":2,"1927":1,"1965":1,"2021":1,"2049":1,"2129":1,"2164":1,"2192":5,"2203":1,"2274":14,"2276":1,"2290":1,"2291":1,"2292":1,"2294":1,"2298":2,"2304":11,"2327":1,"2373":1,"2405":1,"2439":1,"2459":7,"2465":1,"2469":1,"2470":1,"2471":1,"2492":1,"2525":1,"2579":1,"2636":1}}],["point",{"0":{"82":1,"1287":1,"1314":1},"2":{"0":46,"11":2,"12":2,"36":5,"53":1,"54":1,"62":3,"68":1,"80":4,"105":1,"121":1,"151":1,"159":1,"177":1,"374":1,"585":1,"844":2,"982":2,"983":2,"988":1,"1139":1,"1141":2,"1155":1,"1156":1,"1162":1,"1282":1,"1288":2,"1289":1,"1314":1,"1863":1,"1915":8,"1916":6,"2121":1,"2127":2,"2189":3,"2192":3,"2193":1,"2274":1,"2294":1,"2304":4,"2458":1,"2459":1,"2618":1}}],["pleasing",{"2":{"152":1}}],["please",{"2":{"0":2,"27":1,"199":1,"200":2,"1282":1,"2623":1}}],["plum",{"2":{"2662":1}}],["plus",{"2":{"104":1,"109":1,"623":1,"626":1}}],["plugin=rpr",{"2":{"31":1,"32":1,"33":1,"34":1,"35":1}}],["plugin",{"2":{"31":1}}],["pluto",{"0":{"46":1,"55":1},"1":{"56":1},"2":{"17":1,"47":1,"50":1,"51":3,"55":3,"106":1}}],["pltobj",{"2":{"33":1}}],["plt",{"2":{"19":4,"82":5,"1750":2,"2017":1,"2433":5,"2486":1}}],["pl",{"2":{"0":2,"54":1,"73":1,"162":2,"163":1,"168":1,"516":2,"691":2,"1288":1,"1289":1,"1290":3,"1629":2,"2122":1,"2640":2}}],["placing",{"0":{"101":1},"2":{"192":1,"207":1,"2625":1,"2627":1,"2629":1,"2634":1}}],["placebo",{"2":{"2624":1,"2627":1}}],["placeholder",{"0":{"896":1,"903":1},"2":{"0":2,"354":1,"873":1,"874":1,"896":1,"903":1}}],["placed",{"2":{"0":8,"39":1,"96":2,"97":1,"99":1,"104":1,"107":1,"126":1,"579":1,"580":1,"627":1,"1402":1,"1404":1,"1407":1,"1481":1,"1510":1,"1858":1,"2258":1,"2368":1,"2520":1,"2619":1}}],["place",{"2":{"0":3,"39":1,"53":1,"82":1,"96":1,"101":1,"106":2,"110":1,"136":1,"192":1,"579":1,"770":1,"982":1,"1856":1,"2189":1,"2193":1,"2194":2,"2611":1,"2625":1,"2626":1,"2627":1,"2635":1,"2642":1}}],["placement",{"0":{"581":1,"2258":1},"2":{"0":3,"62":1,"133":1,"2478":1}}],["places",{"2":{"0":1,"137":1}}],["planks",{"2":{"2484":1}}],["plan",{"0":{"2625":1},"2":{"39":1}}],["planes",{"2":{"190":2}}],["plane",{"2":{"0":6,"62":4,"190":2,"191":1,"1163":1,"1199":1,"2433":3,"2640":2,"2644":1}}],["plasma",{"2":{"36":1,"1572":1,"1774":1,"1925":1,"1926":1,"2398":1,"2657":1}}],["plastic",{"2":{"32":3}}],["plain",{"2":{"0":1,"105":1,"2605":1}}],["play",{"2":{"53":1,"2623":1}}],["played",{"2":{"0":2}}],["playing",{"2":{"0":4}}],["plotgrid",{"2":{"166":8}}],["plot`",{"2":{"152":1}}],["plotobject",{"2":{"515":1}}],["plotobj",{"2":{"141":2,"204":1}}],["plotlist",{"2":{"0":1}}],["plotfunction",{"2":{"0":1}}],["plotutils",{"2":{"0":76,"74":1,"75":1,"928":2,"956":2,"993":2,"1030":2,"1065":2,"1168":2,"1204":2,"1296":2,"1347":2,"1378":2,"1412":2,"1444":2,"1485":2,"1514":2,"1548":2,"1573":2,"1604":2,"1634":2,"1667":2,"1778":2,"1884":2,"1926":2,"1964":2,"2020":2,"2048":2,"2128":2,"2163":2,"2202":2,"2372":2,"2404":2,"2438":2,"2464":2,"2491":2,"2524":2,"2578":2}}],["plots=density",{"2":{"163":1}}],["plots=",{"2":{"162":2,"163":3,"166":1}}],["plots=pl",{"2":{"54":1}}],["plots=plots",{"2":{"54":1}}],["plots=>",{"2":{"53":4}}],["plotspecs",{"0":{"167":1},"2":{"162":1,"165":2,"167":1}}],["plotspec",{"2":{"0":4,"162":2,"167":1,"168":1}}],["plots",{"0":{"91":1,"92":1,"204":1},"2":{"0":172,"7":1,"8":1,"10":2,"15":1,"18":1,"41":2,"51":2,"53":8,"57":2,"58":1,"66":1,"68":1,"74":1,"75":2,"82":14,"90":1,"92":1,"106":1,"107":1,"118":1,"119":3,"121":14,"149":1,"151":1,"152":1,"155":5,"157":1,"161":1,"162":2,"163":2,"165":1,"167":5,"168":3,"177":1,"186":1,"187":1,"190":4,"191":4,"198":1,"203":1,"204":1,"205":1,"234":1,"579":1,"580":1,"603":1,"625":1,"691":1,"752":1,"756":2,"770":1,"931":1,"945":1,"947":1,"951":1,"959":1,"975":1,"978":1,"982":1,"1006":1,"1014":1,"1015":1,"1020":1,"1024":2,"1048":1,"1053":1,"1057":1,"1094":1,"1096":1,"1193":1,"1195":1,"1229":1,"1231":1,"1235":1,"1248":1,"1252":1,"1254":1,"1313":1,"1317":1,"1323":1,"1350":1,"1366":1,"1368":1,"1373":1,"1395":1,"1397":1,"1402":1,"1426":1,"1428":1,"1432":1,"1488":1,"1502":1,"1504":1,"1532":1,"1535":1,"1544":1,"1562":1,"1564":1,"1569":2,"1576":1,"1592":1,"1594":1,"1598":1,"1600":2,"1607":1,"1621":1,"1623":1,"1627":1,"1652":1,"1657":1,"1661":1,"1685":1,"1691":1,"1763":1,"1766":1,"1773":2,"1796":1,"1799":1,"1823":1,"1825":1,"1848":1,"1850":1,"1856":4,"1862":2,"1879":1,"1901":1,"1903":1,"1908":1,"1922":3,"1929":1,"1948":1,"1951":1,"1959":1,"1988":1,"1990":1,"2037":1,"2039":1,"2051":1,"2067":1,"2069":1,"2074":1,"2091":2,"2092":1,"2094":1,"2149":1,"2152":1,"2157":1,"2179":1,"2184":1,"2188":1,"2224":1,"2228":1,"2257":1,"2260":1,"2273":1,"2274":1,"2302":1,"2322":1,"2324":1,"2355":1,"2360":1,"2375":1,"2389":1,"2391":1,"2397":1,"2423":1,"2428":1,"2452":1,"2454":1,"2458":1,"2478":1,"2486":1,"2505":1,"2510":1,"2515":1,"2542":1,"2545":1,"2554":1,"2555":1,"2581":1,"2595":1,"2597":1,"2603":1,"2615":1,"2617":1,"2618":2,"2619":1,"2620":1,"2621":1,"2623":1,"2627":1,"2631":2,"2640":1,"2644":2,"2650":1}}],["plottable",{"2":{"72":1}}],["plottype",{"2":{"0":2,"67":1,"148":3,"168":2}}],["plotted",{"2":{"0":9,"73":1,"75":1,"146":1,"165":1,"290":1,"337":1,"775":1,"982":3,"1342":1,"1912":1,"2304":1,"2619":1,"2652":1}}],["plotting",{"0":{"89":1,"145":1,"146":1,"203":1,"750":1,"756":1,"2618":1},"1":{"90":1,"91":1,"92":1},"2":{"0":116,"2":1,"5":1,"13":3,"74":1,"88":1,"90":1,"100":1,"102":2,"104":1,"118":1,"140":2,"142":1,"145":1,"146":1,"147":2,"149":1,"151":4,"152":2,"153":1,"155":1,"162":1,"186":1,"190":1,"203":1,"222":1,"753":1,"1163":1,"1437":1,"1856":1,"1914":1,"2194":1,"2617":1,"2618":1,"2620":1,"2623":1,"2630":1,"2633":1,"2640":1}}],["plot",{"0":{"12":1,"17":1,"122":1,"140":1,"182":1,"752":1,"1872":1,"2620":1,"2648":1},"1":{"141":1,"142":1,"143":1,"144":1,"145":1,"146":1},"2":{"0":829,"7":1,"8":1,"10":3,"11":1,"12":1,"17":1,"18":1,"19":3,"35":15,"36":1,"41":1,"47":1,"51":1,"53":19,"54":4,"62":7,"64":1,"66":5,"67":7,"68":4,"69":3,"70":1,"71":1,"73":2,"75":3,"76":2,"82":8,"88":1,"90":1,"91":1,"92":1,"100":4,"102":2,"118":1,"119":10,"120":4,"121":37,"122":5,"140":2,"141":4,"143":1,"144":1,"147":2,"149":8,"151":23,"152":15,"153":1,"158":3,"161":1,"162":11,"163":1,"164":2,"166":11,"167":8,"168":1,"178":6,"179":2,"180":1,"181":2,"182":2,"183":1,"184":6,"186":1,"187":2,"189":1,"190":3,"191":2,"203":1,"204":1,"219":1,"287":1,"334":1,"384":1,"515":2,"578":1,"623":1,"624":2,"625":4,"627":1,"628":1,"691":2,"699":1,"750":2,"752":2,"757":2,"774":1,"811":1,"817":1,"834":1,"908":1,"924":2,"926":1,"932":1,"933":1,"935":1,"936":1,"937":1,"938":1,"943":1,"945":1,"946":1,"947":1,"949":1,"950":1,"951":2,"954":1,"960":1,"961":1,"963":1,"964":1,"965":1,"966":1,"973":1,"975":1,"977":1,"978":1,"980":1,"981":1,"982":2,"986":1,"990":1,"996":1,"998":1,"1000":1,"1001":1,"1002":1,"1003":1,"1011":1,"1014":1,"1018":1,"1020":1,"1022":1,"1023":1,"1024":2,"1025":2,"1027":1,"1034":1,"1036":1,"1038":1,"1039":1,"1040":1,"1041":1,"1046":1,"1048":1,"1051":1,"1053":1,"1055":1,"1056":1,"1057":2,"1058":2,"1060":1,"1069":1,"1075":1,"1078":1,"1079":1,"1080":1,"1081":1,"1090":1,"1094":1,"1095":1,"1096":1,"1101":1,"1102":1,"1104":2,"1139":2,"1163":3,"1166":1,"1171":1,"1173":1,"1175":1,"1176":1,"1177":1,"1178":1,"1191":1,"1193":1,"1194":1,"1195":1,"1197":1,"1198":1,"1199":3,"1202":1,"1207":1,"1209":1,"1211":1,"1212":1,"1213":1,"1214":1,"1227":1,"1229":1,"1230":1,"1231":1,"1233":1,"1234":1,"1235":2,"1240":1,"1243":1,"1244":1,"1245":1,"1246":1,"1247":1,"1248":2,"1250":1,"1252":1,"1253":1,"1254":1,"1256":1,"1257":1,"1258":2,"1282":2,"1285":1,"1289":2,"1293":1,"1299":1,"1300":1,"1302":1,"1303":1,"1304":1,"1305":1,"1310":1,"1313":1,"1316":1,"1317":1,"1319":1,"1320":1,"1321":3,"1342":4,"1345":1,"1351":1,"1352":1,"1354":1,"1355":1,"1356":1,"1357":1,"1364":1,"1366":1,"1367":1,"1368":1,"1371":1,"1372":1,"1373":3,"1374":3,"1376":1,"1382":1,"1384":1,"1386":1,"1387":1,"1388":1,"1389":1,"1393":1,"1395":1,"1396":1,"1397":1,"1399":1,"1400":1,"1402":2,"1411":1,"1415":1,"1416":1,"1418":1,"1419":1,"1420":1,"1421":1,"1424":1,"1426":1,"1427":1,"1428":1,"1430":1,"1431":1,"1432":2,"1441":1,"1454":3,"1457":1,"1481":2,"1483":1,"1489":1,"1490":1,"1492":1,"1493":1,"1494":1,"1495":1,"1500":1,"1502":1,"1503":1,"1504":1,"1506":1,"1507":1,"1510":2,"1512":1,"1518":1,"1519":1,"1521":1,"1522":1,"1523":1,"1524":1,"1530":1,"1532":1,"1534":1,"1535":1,"1540":1,"1541":1,"1544":2,"1547":1,"1551":1,"1552":1,"1554":1,"1555":1,"1556":1,"1557":1,"1560":1,"1562":1,"1563":1,"1564":1,"1566":1,"1567":1,"1568":3,"1569":2,"1571":1,"1577":1,"1578":1,"1580":1,"1581":1,"1582":1,"1583":1,"1590":1,"1592":1,"1593":1,"1594":1,"1596":1,"1597":1,"1598":2,"1600":2,"1602":1,"1608":1,"1609":1,"1611":1,"1612":1,"1613":1,"1614":1,"1619":1,"1621":1,"1622":1,"1623":1,"1625":1,"1626":1,"1627":2,"1631":1,"1638":1,"1640":1,"1642":1,"1643":1,"1644":1,"1645":1,"1650":1,"1652":1,"1655":1,"1657":1,"1659":1,"1660":1,"1661":2,"1664":1,"1671":1,"1673":1,"1675":1,"1676":1,"1677":1,"1678":1,"1683":1,"1685":1,"1689":1,"1691":1,"1693":1,"1694":1,"1749":2,"1753":1,"1754":1,"1756":1,"1757":1,"1758":1,"1759":1,"1760":1,"1763":1,"1765":1,"1766":1,"1770":1,"1772":1,"1773":3,"1776":1,"1782":1,"1783":1,"1785":1,"1786":1,"1787":1,"1788":1,"1794":1,"1796":1,"1798":1,"1799":1,"1804":1,"1805":1,"1806":3,"1811":1,"1812":1,"1813":1,"1814":1,"1815":1,"1816":1,"1822":1,"1823":1,"1824":1,"1825":1,"1829":1,"1830":1,"1831":4,"1836":1,"1837":1,"1838":1,"1839":1,"1840":1,"1841":1,"1847":1,"1848":1,"1849":1,"1850":1,"1854":1,"1855":1,"1856":32,"1861":1,"1869":1,"1873":1,"1875":1,"1879":3,"1882":1,"1888":1,"1890":1,"1892":1,"1893":1,"1894":1,"1895":1,"1899":1,"1901":1,"1902":1,"1903":1,"1905":1,"1906":1,"1908":2,"1913":1,"1914":1,"1922":3,"1924":1,"1930":1,"1933":1,"1937":1,"1938":1,"1939":1,"1940":1,"1946":1,"1948":1,"1950":1,"1951":1,"1956":1,"1958":1,"1959":2,"1962":1,"1968":1,"1969":1,"1971":1,"1972":1,"1973":1,"1974":1,"1986":1,"1988":1,"1989":1,"1990":1,"1994":1,"1995":1,"1996":2,"2016":2,"2019":1,"2023":1,"2026":1,"2028":1,"2029":1,"2030":1,"2031":1,"2035":1,"2037":1,"2038":1,"2039":1,"2041":1,"2042":1,"2043":3,"2046":1,"2052":1,"2053":1,"2055":1,"2056":1,"2057":1,"2058":1,"2065":1,"2067":1,"2068":1,"2069":1,"2072":1,"2073":1,"2074":2,"2082":1,"2083":1,"2084":1,"2085":1,"2086":1,"2087":1,"2090":1,"2092":1,"2093":1,"2094":1,"2103":1,"2109":1,"2110":3,"2121":2,"2124":1,"2132":1,"2133":1,"2136":1,"2137":1,"2138":1,"2139":1,"2147":1,"2149":1,"2151":1,"2152":1,"2155":1,"2156":1,"2157":2,"2160":1,"2166":1,"2168":1,"2170":1,"2171":1,"2172":1,"2173":1,"2177":1,"2179":1,"2182":1,"2184":1,"2186":1,"2187":1,"2188":2,"2189":1,"2194":1,"2196":1,"2200":1,"2205":1,"2209":1,"2213":1,"2214":1,"2215":1,"2216":1,"2221":1,"2224":1,"2227":1,"2228":1,"2234":1,"2235":1,"2237":2,"2243":1,"2246":1,"2247":1,"2248":1,"2249":1,"2250":1,"2252":1,"2257":1,"2259":1,"2260":1,"2267":1,"2269":1,"2273":2,"2295":1,"2296":1,"2297":1,"2298":2,"2302":2,"2309":1,"2313":1,"2314":1,"2315":1,"2316":1,"2317":1,"2320":1,"2322":1,"2323":1,"2324":1,"2326":1,"2328":1,"2329":3,"2339":1,"2342":1,"2344":1,"2345":1,"2346":1,"2347":1,"2351":1,"2355":1,"2358":1,"2359":1,"2360":1,"2364":1,"2365":1,"2368":2,"2370":1,"2376":1,"2377":1,"2379":1,"2380":1,"2381":1,"2382":1,"2387":1,"2389":1,"2390":1,"2391":1,"2393":1,"2394":1,"2397":2,"2402":1,"2407":1,"2410":1,"2412":1,"2413":1,"2414":1,"2415":1,"2421":1,"2423":1,"2426":1,"2428":1,"2430":1,"2431":1,"2432":2,"2435":1,"2441":1,"2442":1,"2444":1,"2445":1,"2446":1,"2447":1,"2450":1,"2452":1,"2453":1,"2454":1,"2456":1,"2457":1,"2458":2,"2459":1,"2461":1,"2473":1,"2478":2,"2482":1,"2484":2,"2485":6,"2486":1,"2488":1,"2490":1,"2494":1,"2497":1,"2500":1,"2501":1,"2502":1,"2503":1,"2508":1,"2510":1,"2513":1,"2515":1,"2517":1,"2519":1,"2520":2,"2522":1,"2528":1,"2529":1,"2531":1,"2532":1,"2533":1,"2534":1,"2540":1,"2542":1,"2544":1,"2545":1,"2550":1,"2551":1,"2554":2,"2562":1,"2573":2,"2576":1,"2582":1,"2583":1,"2585":1,"2586":1,"2587":1,"2588":1,"2593":1,"2595":1,"2596":1,"2597":1,"2599":1,"2600":1,"2603":2,"2605":1,"2613":1,"2618":7,"2619":2,"2622":1,"2623":2,"2627":1,"2632":2,"2633":1,"2639":1,"2640":3,"2643":3,"2644":22,"2646":4,"2648":13,"2649":1}}],["pastel6",{"2":{"2661":1}}],["pastel",{"2":{"2661":1,"2662":1}}],["pastel2",{"2":{"2658":6}}],["pastel1",{"2":{"2658":7}}],["passing",{"2":{"0":10,"8":1,"11":1,"28":1,"39":1,"110":1,"623":1,"625":1,"1407":1,"1910":1,"1919":1,"2127":1,"2201":1,"2304":1,"2327":1,"2478":1,"2483":1,"2649":2,"2650":1}}],["pass",{"2":{"0":12,"8":3,"16":1,"22":1,"31":1,"39":1,"49":1,"64":2,"74":1,"77":1,"83":1,"100":1,"109":1,"124":1,"142":2,"163":1,"164":1,"181":1,"515":1,"625":1,"626":2,"691":2,"752":1,"758":1,"874":1,"924":1,"1434":1,"1437":1,"1911":2,"1917":1,"2122":1,"2195":1,"2327":1,"2485":1,"2613":1,"2628":1,"2649":1}}],["passes",{"2":{"0":4,"62":2,"121":1,"1831":1,"1868":1}}],["passed",{"2":{"0":18,"20":1,"62":1,"64":1,"142":3,"143":1,"186":1,"1024":1,"1408":1,"1510":1,"1661":1,"2127":1,"2188":1,"2304":1,"2458":1,"2459":1,"2486":1,"2518":1,"2520":1,"2604":1,"2648":2}}],["pack",{"2":{"2484":1}}],["packagecompiler",{"2":{"87":1}}],["package",{"0":{"153":1},"2":{"13":2,"14":1,"108":2,"123":1,"147":3,"153":4,"197":2,"2195":1,"2617":2,"2646":1}}],["packages",{"2":{"1":2,"152":1,"197":1,"198":1,"2617":2}}],["pad",{"2":{"420":1,"453":1,"484":1}}],["padding=0",{"2":{"1287":1,"1288":1,"1289":1}}],["padding=",{"2":{"57":1}}],["paddings",{"2":{"0":1}}],["padding",{"0":{"103":1,"508":1,"613":1,"666":1},"2":{"0":9,"56":3,"103":3,"164":1,"192":1,"269":1,"290":1,"316":1,"628":2,"728":1,"752":1,"793":1,"826":1,"904":1,"2265":1,"2624":3,"2629":1,"2632":1,"2634":1,"2637":1}}],["paper",{"2":{"199":1}}],["paused",{"2":{"22":2}}],["pause",{"2":{"22":2,"168":6}}],["pages",{"2":{"14":1,"51":1,"53":1,"199":1}}],["page",{"0":{"51":1},"2":{"7":1,"44":2,"46":2,"51":7,"55":2,"57":3,"85":1,"112":1,"134":1,"194":1,"200":1,"2603":1,"2604":1,"2652":1}}],["pay",{"2":{"0":1,"1282":1}}],["patterned",{"2":{"2601":1}}],["patterns",{"2":{"0":15,"214":1,"218":1,"669":1,"940":1,"969":1,"1360":1,"1497":1,"1527":1,"1586":3,"1616":1,"1791":1,"1977":1,"2061":1,"2384":1,"2537":1,"2590":1}}],["pattern",{"2":{"0":25,"578":1,"940":1,"969":1,"1360":1,"1497":1,"1513":1,"1527":1,"1586":3,"1616":1,"1777":1,"1791":1,"1977":1,"2061":1,"2384":1,"2523":1,"2537":1,"2590":1,"2601":1}}],["patches",{"2":{"667":1,"670":1,"671":1}}],["patch",{"2":{"69":1,"627":1,"633":1,"652":1,"660":1,"668":1,"675":1}}],["patchstrokewidth",{"0":{"671":1},"2":{"0":10,"624":1,"677":1,"1099":1,"1133":1,"1280":1,"1340":1,"1479":1,"1538":1,"1802":1,"2362":1,"2548":1}}],["patchstrokecolor",{"0":{"670":1},"2":{"0":12,"676":1,"1098":1,"1132":1,"1279":1,"1339":1,"1478":1,"1536":1,"1800":1,"2299":1,"2361":1,"2475":1,"2546":1}}],["patchsize",{"0":{"669":1},"2":{"0":1,"627":3,"669":1}}],["patchlabelgap",{"0":{"668":1},"2":{"0":1,"668":2}}],["patchcolor",{"0":{"667":1},"2":{"0":29,"187":3,"672":1,"1029":1,"1033":1,"1062":1,"1068":1,"1109":1,"1113":1,"1261":1,"1265":1,"1328":1,"1332":1,"1462":1,"1463":1,"1513":1,"1517":1,"1633":1,"1637":1,"1777":1,"1781":1,"1863":1,"1864":1,"2114":1,"2115":1,"2336":1,"2337":1,"2523":1,"2527":1,"2557":1,"2558":1}}],["paths",{"2":{"0":1,"1915":1,"1916":1}}],["path",{"0":{"1915":1,"1917":1},"1":{"1916":1,"1917":1},"2":{"0":40,"56":1,"94":4,"109":2,"1288":2,"1915":4,"1916":1,"1917":7,"1932":1,"2206":1,"2617":2}}],["paired",{"2":{"0":1,"1873":1,"2658":10}}],["pairs",{"2":{"0":3,"34":1,"1402":1,"1831":1}}],["pair",{"2":{"0":5,"1139":1,"1402":1,"1598":1}}],["panel",{"0":{"2627":1,"2630":1,"2633":1,"2634":1},"1":{"2628":1,"2629":1,"2631":1,"2632":1,"2635":1,"2636":1},"2":{"427":1,"428":1,"429":1,"430":1,"460":1,"461":1,"2633":1,"2634":1,"2637":1,"2638":1}}],["pane",{"2":{"118":1,"2618":1}}],["pan",{"0":{"211":1},"2":{"0":4,"62":3,"211":3,"1294":1}}],["panning",{"2":{"0":1,"62":1,"211":1,"213":1,"234":1,"235":1,"283":1,"284":1,"330":1,"331":1}}],["panbutton",{"0":{"235":1},"2":{"0":2,"61":1}}],["parquet",{"2":{"1287":2}}],["parquet2",{"2":{"1287":6}}],["parse",{"2":{"874":1,"2555":1}}],["parsed",{"2":{"0":1,"2652":1}}],["parts",{"2":{"51":1,"100":2,"151":1,"354":1,"627":1,"2196":1,"2603":1,"2644":1}}],["party",{"2":{"3":1,"198":1}}],["particular",{"2":{"396":1,"1408":1}}],["particularly",{"2":{"136":1,"1856":1}}],["participating",{"2":{"138":1}}],["parties",{"2":{"1":1}}],["partially",{"2":{"68":1,"104":1,"180":1,"194":1,"2650":1}}],["partial",{"2":{"0":3,"109":2,"2206":1}}],["part",{"2":{"0":8,"35":11,"83":1,"126":1,"139":1,"151":1,"179":1,"191":1,"234":1,"1236":1,"1258":1,"1369":3,"2070":3,"2196":1,"2305":1,"2644":12}}],["parents",{"2":{"2644":1}}],["parentscene",{"2":{"155":1}}],["parentheses",{"2":{"0":1,"138":1}}],["parent",{"2":{"0":26,"18":1,"35":3,"49":2,"70":1,"101":1,"121":4,"130":1,"144":1,"156":2,"157":1,"162":1,"219":2,"221":1,"246":1,"247":1,"356":1,"365":1,"366":1,"386":1,"387":1,"493":1,"511":1,"512":1,"518":1,"551":1,"552":1,"579":2,"587":1,"599":1,"600":1,"605":1,"615":1,"616":1,"630":1,"637":1,"638":1,"679":1,"680":1,"700":1,"701":1,"725":1,"726":1,"807":1,"808":1,"847":1,"858":1,"859":1,"865":1,"868":1,"869":1,"900":1,"901":1,"911":1,"919":1,"920":1,"2639":1,"2640":2,"2644":11}}],["parametric",{"2":{"135":1,"152":2}}],["parameter",{"2":{"0":3,"39":1,"135":2,"151":1,"152":1,"217":1,"577":1,"1369":1,"2070":1}}],["parameterization",{"2":{"0":1}}],["parameters",{"2":{"0":3,"22":2,"34":2,"577":1,"691":1,"2611":1,"2640":1}}],["parallelogram",{"2":{"0":1}}],["parallel",{"2":{"0":2,"1139":1}}],["palettes",{"0":{"187":1},"2":{"32":1,"36":1,"185":1,"187":1}}],["palette",{"2":{"0":4,"32":1,"155":1,"184":2,"185":1,"187":8,"1925":1,"2653":1}}],["wyor",{"2":{"2660":1}}],["wywb",{"2":{"2660":1}}],["wcmr",{"2":{"2660":1}}],["www",{"2":{"36":3}}],["wsl",{"0":{"28":1},"2":{"28":3}}],["wglmakie=",{"2":{"49":1}}],["wglmakie",{"0":{"41":1,"118":1},"1":{"42":1,"43":1,"44":1,"45":1,"46":1,"47":1,"48":1,"49":1,"50":1,"51":1,"52":1,"53":1,"54":1},"2":{"0":45,"13":1,"14":3,"41":3,"45":1,"49":3,"50":1,"51":3,"53":3,"54":2,"55":2,"56":1,"57":3,"77":1,"111":1,"118":6,"197":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1415":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1915":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2309":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1,"2603":1,"2605":1}}],["wrwbw",{"2":{"2660":2}}],["wrwc",{"2":{"2660":1}}],["wrong",{"2":{"190":2,"1288":1}}],["written",{"2":{"8":1,"627":1,"1629":1}}],["write",{"2":{"0":3,"10":1,"51":1,"94":1,"135":1,"138":1,"166":1,"1569":1,"1600":1,"1922":1,"2409":1}}],["writes",{"2":{"0":1}}],["wrapped",{"2":{"74":1,"299":1,"346":1}}],["wrapper",{"2":{"0":1,"299":1,"346":1,"691":1}}],["wrapping",{"0":{"2645":1},"1":{"2646":1,"2647":1,"2648":1},"2":{"0":3,"516":1,"621":1,"2236":1}}],["wraps",{"2":{"0":1,"56":1}}],["wrap",{"0":{"621":1,"2236":1},"2":{"0":4,"83":1,"138":1}}],["wong",{"2":{"1058":1,"1856":3,"2555":4,"2653":3}}],["won",{"2":{"53":1,"149":1,"1284":1,"1290":1}}],["worb",{"2":{"2660":1}}],["workaround",{"2":{"139":1}}],["worked",{"2":{"31":1,"2617":1}}],["workflows",{"2":{"27":1}}],["workflow",{"2":{"7":1,"155":1}}],["work",{"0":{"94":1},"2":{"0":4,"7":1,"10":1,"27":3,"31":3,"37":1,"41":1,"45":2,"47":2,"53":1,"55":1,"73":1,"74":2,"75":2,"76":1,"98":1,"102":1,"104":1,"118":1,"134":1,"141":1,"146":2,"152":1,"167":1,"575":1,"982":1,"1323":1,"1328":1,"1629":2,"2483":1,"2505":1,"2640":1}}],["works",{"2":{"0":39,"12":1,"15":1,"30":3,"31":2,"54":1,"73":1,"74":1,"78":1,"98":1,"102":1,"104":1,"105":1,"118":1,"126":1,"138":1,"139":1,"146":3,"151":1,"166":1,"195":1,"202":1,"749":1,"752":1,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1404":1,"1414":1,"1446":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1922":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1,"2642":1,"2648":1}}],["working",{"2":{"0":1,"27":1,"31":1,"46":1,"51":1,"112":1,"2602":1,"2617":1}}],["worse",{"2":{"0":2}}],["word",{"0":{"621":1,"2236":1},"2":{"0":7,"621":1,"2236":2}}],["worth",{"2":{"0":1}}],["world",{"2":{"0":8,"62":6,"66":2,"106":1,"2642":1,"2644":2}}],["wouldn",{"2":{"0":1,"139":1,"146":1,"2640":1}}],["would",{"2":{"0":3,"31":2,"51":1,"57":1,"73":1,"76":1,"82":1,"83":2,"104":1,"107":3,"131":1,"139":1,"190":2,"575":1,"576":1,"2319":1,"2623":1}}],["watermelon",{"2":{"2662":1}}],["water",{"2":{"2196":1}}],["waterfall",{"0":{"1747":1,"2554":1},"1":{"2555":1,"2556":1,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1},"2":{"0":12,"2554":4,"2555":8}}],["walks",{"2":{"178":1}}],["walk",{"2":{"35":1,"2644":2}}],["wait",{"2":{"0":1,"1284":1}}],["wary",{"2":{"0":1,"1282":1}}],["warning",{"2":{"0":14,"22":1,"27":1,"29":2,"41":1,"149":1,"161":1,"165":1,"516":1,"1010":1,"1045":1,"1282":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1,"2640":1}}],["wasn",{"2":{"2640":1}}],["washed",{"2":{"2601":1}}],["wasteful",{"2":{"2485":1}}],["waste",{"2":{"106":1}}],["waspressed",{"2":{"0":5}}],["was",{"2":{"0":1,"51":1,"67":1,"109":1,"136":1,"148":1,"155":1,"203":1,"583":1,"2158":1,"2640":1,"2644":1,"2648":1}}],["ways",{"2":{"31":1,"51":1,"108":1,"132":1,"136":1,"184":1,"396":1,"1289":1,"1569":1,"1600":1,"1922":1,"2623":1,"2646":1,"2649":1}}],["wayland",{"2":{"23":1}}],["way",{"2":{"0":4,"38":1,"51":1,"54":1,"83":3,"97":1,"106":2,"134":1,"139":1,"151":1,"152":2,"165":1,"191":1,"199":1,"515":1,"579":1,"626":1,"749":1,"753":1,"1156":1,"2319":1,"2613":1,"2621":1,"2623":1,"2625":1,"2636":1,"2637":1,"2640":1,"2644":1}}],["wants",{"2":{"0":2,"1295":1}}],["want",{"2":{"0":12,"8":1,"10":1,"15":1,"18":1,"24":1,"37":1,"39":1,"54":1,"56":1,"57":2,"58":1,"69":1,"76":2,"82":5,"83":2,"88":1,"104":1,"105":1,"106":3,"107":4,"109":1,"111":1,"118":2,"121":3,"130":2,"135":1,"138":2,"139":2,"152":3,"155":1,"165":1,"166":2,"167":1,"180":1,"186":1,"192":1,"205":1,"216":1,"217":1,"515":1,"576":1,"578":1,"582":1,"627":2,"754":1,"756":1,"757":1,"1241":1,"1242":1,"1282":1,"1285":1,"1286":1,"1295":1,"1373":1,"1879":1,"1914":1,"2016":1,"2485":1,"2601":1,"2623":2,"2624":1,"2625":1,"2626":1,"2629":1,"2633":1,"2636":1,"2646":1,"2647":1,"2648":1}}],["w",{"2":{"0":11,"56":1,"57":1,"62":1,"124":1,"982":2,"1076":2,"1103":2,"1106":2,"1324":2,"1343":2,"1458":2,"2199":1,"2217":1,"2331":2,"2640":3,"2642":1}}],["weaknesses",{"2":{"191":1}}],["weird",{"2":{"110":2}}],["weight=input",{"2":{"34":4}}],["weighted",{"2":{"0":1,"191":1,"1342":1}}],["weights",{"0":{"1106":1,"1134":1,"1324":1,"1341":1,"1439":1,"1453":1,"1458":1,"1480":1,"2120":1,"2331":1,"2366":1},"2":{"0":17,"191":1,"1106":1,"1134":1,"1324":1,"1341":1,"1342":2,"1343":1,"1439":7,"1453":1,"1458":1,"1473":2,"2118":2,"2120":1,"2331":1,"2366":1}}],["weight",{"2":{"0":23,"22":1,"33":5,"149":1,"191":2,"991":1,"1028":1,"1134":1,"1439":4,"1453":1,"1480":1,"1632":1,"1665":1,"2161":1,"2366":1,"2403":1,"2489":1,"2638":1}}],["welcome",{"0":{"196":1},"1":{"197":1,"198":1,"199":1,"200":1},"2":{"0":1,"161":1,"2615":1}}],["well",{"2":{"0":81,"12":1,"30":1,"56":1,"68":1,"73":1,"98":1,"99":1,"104":1,"108":1,"126":1,"167":1,"187":1,"202":1,"577":1,"928":1,"930":1,"956":1,"958":1,"993":1,"995":1,"1030":1,"1032":1,"1065":1,"1067":1,"1168":1,"1170":1,"1204":1,"1206":1,"1296":1,"1298":1,"1347":1,"1349":1,"1378":1,"1380":1,"1404":1,"1412":1,"1414":1,"1444":1,"1446":1,"1485":1,"1487":1,"1513":1,"1514":1,"1516":1,"1548":1,"1550":1,"1573":1,"1575":1,"1604":1,"1606":1,"1634":1,"1636":1,"1667":1,"1669":1,"1777":1,"1778":1,"1780":1,"1884":1,"1886":1,"1913":1,"1914":1,"1926":1,"1928":1,"1964":1,"1966":1,"2020":1,"2022":1,"2048":1,"2050":1,"2091":1,"2128":1,"2130":1,"2163":1,"2165":1,"2202":1,"2204":1,"2372":1,"2374":1,"2404":1,"2406":1,"2438":1,"2440":1,"2464":1,"2466":1,"2491":1,"2493":1,"2523":1,"2524":1,"2526":1,"2578":1,"2580":1,"2605":1,"2619":1,"2623":1,"2649":1}}],["websafe",{"2":{"2662":1}}],["website",{"2":{"106":2}}],["websites",{"2":{"106":5}}],["websocket",{"2":{"45":1,"46":1,"47":1}}],["webpages",{"2":{"50":2}}],["webgl",{"2":{"13":1,"41":1,"48":5,"197":1}}],["webm",{"2":{"0":8,"9":1}}],["web",{"2":{"0":2,"9":1,"36":2,"41":1,"106":3}}],["we",{"2":{"0":6,"8":1,"10":5,"12":1,"41":1,"51":2,"53":3,"54":1,"56":2,"58":1,"68":1,"69":2,"71":1,"72":1,"74":1,"76":2,"78":3,"80":4,"81":3,"82":13,"83":1,"85":1,"87":1,"98":1,"105":3,"106":5,"107":7,"121":16,"125":1,"135":1,"139":6,"140":2,"151":1,"152":26,"161":1,"162":3,"165":1,"166":8,"167":5,"178":2,"190":2,"207":1,"217":1,"218":1,"516":1,"583":5,"751":1,"752":1,"753":2,"1164":1,"1200":1,"1284":1,"1285":1,"1286":1,"1288":3,"1289":1,"1404":2,"1408":1,"1435":1,"1438":1,"1629":5,"1914":3,"2480":1,"2617":4,"2618":3,"2619":4,"2621":1,"2622":2,"2623":16,"2624":4,"2625":8,"2626":2,"2627":5,"2628":2,"2629":5,"2630":2,"2631":3,"2632":1,"2633":5,"2634":3,"2635":3,"2636":3,"2637":3,"2638":1,"2640":10,"2641":1,"2642":2,"2643":3,"2644":7,"2646":4,"2647":3,"2648":5}}],["what",{"0":{"13":1,"155":1,"162":1},"1":{"14":1},"2":{"0":2,"50":1,"51":1,"53":1,"104":1,"105":2,"106":4,"107":1,"109":1,"112":1,"132":1,"135":1,"139":1,"155":1,"197":1,"287":1,"299":1,"334":1,"346":1,"576":1,"577":1,"578":1,"691":1,"1407":1,"1914":1,"2617":1,"2623":3,"2642":1,"2643":1,"2644":2}}],["whatever",{"2":{"0":1,"57":1,"88":1,"90":1}}],["why",{"2":{"0":1,"106":2,"162":1,"1248":1,"1435":2,"2623":2}}],["whose",{"2":{"0":6,"120":1,"134":2,"1104":1,"2157":1,"2190":1,"2196":1,"2329":1}}],["whole",{"2":{"0":4,"31":1,"53":1,"56":1,"124":1,"138":1,"152":1,"161":1,"162":2,"166":1,"585":1,"754":1,"761":1,"924":1,"1287":2,"1312":1,"1457":1,"2201":1,"2627":1,"2640":1}}],["white",{"2":{"0":3,"32":1,"33":1,"35":1,"167":1,"183":2,"191":1,"192":5,"194":2,"224":1,"506":1,"631":1,"753":1,"762":1,"1058":4,"1284":1,"1285":1,"1289":3,"1404":4,"1548":1,"1750":1,"1774":1,"2193":1,"2242":1,"2261":1,"2459":1,"2482":1,"2607":1,"2608":1,"2609":3,"2610":1,"2611":2,"2640":2,"2644":1}}],["whitespace",{"2":{"0":2,"98":1,"103":1,"222":1,"2623":6}}],["whiskerwidth",{"0":{"1137":1,"1401":1,"1878":1,"1907":1},"2":{"0":4,"1374":2,"1880":1}}],["whiskerlinewidth",{"0":{"1136":1},"2":{"0":1}}],["whiskercolor",{"0":{"1135":1},"2":{"0":1}}],["whisker",{"2":{"0":2,"1128":1,"1878":1}}],["whiskers",{"2":{"0":5,"1104":2,"1137":1,"1401":1,"1907":1}}],["while",{"2":{"0":8,"26":1,"30":1,"53":1,"67":1,"70":1,"82":1,"85":1,"121":1,"123":1,"144":1,"150":1,"161":2,"165":1,"167":1,"181":1,"187":1,"210":1,"211":1,"213":1,"218":2,"223":1,"577":2,"585":1,"844":1,"1249":1,"1294":1,"1629":1,"1996":1,"2617":1,"2623":1,"2640":1}}],["which",{"2":{"0":198,"8":2,"10":1,"13":1,"16":1,"22":4,"23":1,"27":1,"28":1,"31":1,"37":1,"39":1,"41":1,"51":4,"53":2,"54":2,"55":1,"56":1,"58":2,"62":3,"67":1,"68":4,"69":2,"72":1,"74":1,"75":1,"79":3,"80":4,"82":4,"83":2,"84":1,"96":1,"98":1,"100":2,"102":1,"105":1,"106":2,"107":4,"111":1,"118":1,"119":1,"121":4,"122":1,"128":1,"132":1,"133":1,"135":1,"139":1,"140":1,"144":3,"147":2,"148":2,"150":2,"151":3,"152":8,"155":1,"160":1,"162":2,"164":1,"167":2,"178":1,"181":2,"185":1,"190":1,"191":1,"200":1,"203":1,"206":1,"212":1,"215":1,"217":1,"218":1,"219":1,"234":1,"290":2,"299":2,"337":2,"346":2,"373":3,"384":1,"396":1,"579":2,"626":1,"646":1,"664":1,"751":1,"752":1,"756":1,"757":1,"789":1,"802":1,"931":1,"937":1,"938":1,"959":1,"965":1,"966":1,"972":1,"983":1,"1002":1,"1003":1,"1005":1,"1029":1,"1040":1,"1041":1,"1080":1,"1081":1,"1156":1,"1177":1,"1178":1,"1185":1,"1213":1,"1214":1,"1221":1,"1246":1,"1247":1,"1248":1,"1284":1,"1287":1,"1288":2,"1304":1,"1305":1,"1307":1,"1312":1,"1314":1,"1333":1,"1350":1,"1356":1,"1357":1,"1363":1,"1383":1,"1388":1,"1389":1,"1402":1,"1404":1,"1420":1,"1421":1,"1435":1,"1437":1,"1488":1,"1494":1,"1495":1,"1513":2,"1523":1,"1524":1,"1556":1,"1557":1,"1576":1,"1582":1,"1583":1,"1589":1,"1607":1,"1613":1,"1614":1,"1629":1,"1633":1,"1644":1,"1645":1,"1677":1,"1678":1,"1758":1,"1759":1,"1773":1,"1777":2,"1787":1,"1788":1,"1815":1,"1816":1,"1840":1,"1841":1,"1889":1,"1894":1,"1895":1,"1911":2,"1912":5,"1914":1,"1916":1,"1918":2,"1929":1,"1931":1,"1939":1,"1940":1,"1944":2,"1945":1,"1973":1,"1974":1,"2030":1,"2031":1,"2051":1,"2057":1,"2058":1,"2064":1,"2086":1,"2087":1,"2091":1,"2127":1,"2138":1,"2139":1,"2157":2,"2172":1,"2173":1,"2189":1,"2194":2,"2196":2,"2206":1,"2215":1,"2216":1,"2220":1,"2231":2,"2249":1,"2250":1,"2274":1,"2276":1,"2307":1,"2316":1,"2317":1,"2318":2,"2319":1,"2327":1,"2346":1,"2347":1,"2375":1,"2381":1,"2382":1,"2414":1,"2415":1,"2446":1,"2447":1,"2462":1,"2483":1,"2484":3,"2485":1,"2495":1,"2502":1,"2503":1,"2505":1,"2523":2,"2533":1,"2534":1,"2581":1,"2587":1,"2588":1,"2601":2,"2604":2,"2605":4,"2613":1,"2617":1,"2618":2,"2619":1,"2623":2,"2625":1,"2627":1,"2629":2,"2633":1,"2634":1,"2639":1,"2643":2,"2644":3,"2646":1,"2648":1,"2649":1,"2653":2}}],["wheel",{"2":{"61":1,"80":1}}],["whether",{"2":{"0":200,"22":8,"62":1,"75":1,"79":1,"82":1,"287":1,"334":1,"754":1,"763":1,"764":1,"769":1,"773":1,"777":1,"801":1,"805":1,"833":1,"933":1,"935":1,"947":1,"950":1,"961":1,"963":1,"978":1,"981":1,"998":1,"1000":1,"1020":1,"1023":1,"1036":1,"1038":1,"1042":1,"1053":1,"1056":1,"1075":1,"1078":1,"1096":1,"1102":1,"1173":1,"1175":1,"1195":1,"1198":1,"1209":1,"1211":1,"1231":1,"1234":1,"1243":1,"1244":1,"1254":1,"1257":1,"1278":1,"1300":1,"1302":1,"1317":1,"1320":1,"1352":1,"1354":1,"1368":1,"1372":1,"1384":1,"1386":1,"1397":1,"1400":1,"1416":1,"1418":1,"1422":1,"1428":1,"1431":1,"1490":1,"1492":1,"1504":1,"1507":1,"1519":1,"1521":1,"1535":1,"1541":1,"1552":1,"1554":1,"1558":1,"1564":1,"1567":1,"1578":1,"1580":1,"1594":1,"1597":1,"1609":1,"1611":1,"1623":1,"1626":1,"1640":1,"1642":1,"1646":1,"1657":1,"1660":1,"1673":1,"1675":1,"1691":1,"1694":1,"1754":1,"1756":1,"1766":1,"1772":1,"1783":1,"1785":1,"1799":1,"1805":1,"1812":1,"1813":1,"1825":1,"1830":1,"1837":1,"1838":1,"1850":1,"1855":1,"1860":1,"1872":1,"1874":1,"1890":1,"1892":1,"1903":1,"1906":1,"1933":1,"1937":1,"1951":1,"1954":1,"1958":1,"1969":1,"1971":1,"1990":1,"1995":1,"2026":1,"2028":1,"2039":1,"2042":1,"2053":1,"2055":1,"2069":1,"2073":1,"2083":1,"2084":1,"2094":1,"2109":1,"2133":1,"2136":1,"2152":1,"2156":1,"2168":1,"2170":1,"2184":1,"2187":1,"2209":1,"2213":1,"2228":1,"2232":1,"2235":1,"2246":1,"2247":1,"2251":1,"2260":1,"2269":1,"2294":1,"2295":1,"2296":1,"2297":1,"2298":1,"2313":1,"2314":1,"2324":1,"2328":1,"2342":1,"2344":1,"2360":1,"2365":1,"2377":1,"2379":1,"2391":1,"2394":1,"2410":1,"2412":1,"2416":1,"2428":1,"2431":1,"2442":1,"2444":1,"2448":1,"2454":1,"2457":1,"2473":1,"2497":1,"2500":1,"2504":1,"2515":1,"2519":1,"2529":1,"2531":1,"2545":1,"2551":1,"2583":1,"2585":1,"2597":1,"2600":1}}],["wherever",{"2":{"56":1,"106":1}}],["whereas",{"2":{"0":2,"1105":1,"1831":2}}],["where",{"2":{"0":74,"19":1,"24":1,"39":1,"79":1,"80":1,"83":1,"98":1,"106":1,"110":1,"119":1,"120":1,"121":1,"136":1,"139":1,"142":2,"152":1,"162":1,"164":1,"190":1,"218":1,"234":2,"299":1,"346":1,"373":1,"383":1,"411":1,"444":1,"475":1,"578":1,"603":1,"627":1,"628":1,"752":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1076":1,"1171":1,"1207":1,"1240":1,"1292":4,"1299":1,"1351":1,"1382":1,"1402":1,"1415":1,"1465":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1875":1,"1888":1,"1917":1,"1930":1,"1968":1,"1996":1,"2023":1,"2052":1,"2082":1,"2121":1,"2132":1,"2157":1,"2166":1,"2205":1,"2231":1,"2243":1,"2258":1,"2276":1,"2304":1,"2309":1,"2327":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1,"2604":2,"2617":1,"2623":3,"2636":1,"2646":2,"2649":1}}],["whenever",{"2":{"0":28,"53":1,"80":1,"122":1,"134":2,"136":1,"137":1,"152":3,"177":1,"217":1,"218":1,"384":1}}],["when",{"2":{"0":54,"19":1,"22":2,"23":1,"24":3,"30":1,"31":1,"53":2,"62":4,"64":1,"67":1,"69":2,"74":2,"75":1,"76":1,"79":1,"80":4,"82":1,"88":1,"98":1,"100":1,"102":1,"105":3,"106":4,"107":3,"119":2,"135":1,"138":1,"151":1,"152":1,"159":2,"162":2,"166":1,"186":1,"191":1,"205":1,"206":1,"207":1,"212":1,"222":1,"234":1,"287":1,"334":1,"382":1,"396":2,"495":1,"496":1,"506":1,"507":1,"577":2,"578":1,"579":1,"585":2,"588":1,"589":1,"590":1,"627":1,"708":1,"709":1,"710":1,"711":1,"721":1,"724":1,"761":1,"763":1,"777":1,"794":1,"844":1,"848":1,"849":1,"850":1,"863":1,"878":1,"879":1,"880":1,"883":1,"884":1,"885":1,"889":1,"896":1,"897":1,"914":1,"915":1,"931":1,"959":1,"983":1,"1015":1,"1163":1,"1294":1,"1328":1,"1350":1,"1405":1,"1408":1,"1409":1,"1488":1,"1576":1,"1607":1,"1773":3,"1858":1,"1873":1,"1914":2,"1922":1,"1929":1,"2051":1,"2197":1,"2274":1,"2375":1,"2459":1,"2483":1,"2581":1,"2604":1,"2625":1,"2638":1,"2640":1,"2644":2,"2646":2,"2649":1}}],["winter",{"2":{"2657":1}}],["windows",{"0":{"25":1},"2":{"13":1,"14":1,"22":1,"23":1,"25":1,"27":1,"28":2,"30":1,"106":1,"196":1,"2616":1}}],["window",{"0":{"23":1,"2641":1},"2":{"0":12,"22":13,"23":3,"24":2,"25":1,"34":1,"79":11,"80":1,"82":1,"88":1,"92":1,"106":5,"126":1,"157":1,"580":1,"2601":1,"2611":1,"2639":3,"2640":7,"2641":6,"2642":1,"2643":1}}],["wistia",{"2":{"2657":1}}],["wish",{"2":{"83":1,"119":1,"121":1}}],["wiht",{"2":{"1856":1}}],["wireframe",{"0":{"1748":1,"2573":1},"1":{"2574":1,"2575":1,"2576":1,"2577":1,"2578":1,"2579":1,"2580":1,"2581":1,"2582":1,"2583":1,"2584":1,"2585":1,"2586":1,"2587":1,"2588":1,"2589":1,"2590":1,"2591":1,"2592":1,"2593":1,"2594":1,"2595":1,"2596":1,"2597":1,"2598":1,"2599":1,"2600":1},"2":{"0":14,"121":4,"1434":2,"1435":2,"1629":2,"2192":1,"2573":6,"2574":1}}],["widget",{"2":{"52":4}}],["widgets",{"0":{"84":1},"2":{"52":1,"84":1}}],["wider",{"2":{"135":1,"627":1}}],["widely",{"2":{"9":1}}],["wide",{"2":{"0":3,"32":1,"105":5,"106":2,"126":1,"1185":1,"1221":1,"1248":1,"1914":1,"2197":1,"2638":1}}],["widths",{"2":{"39":1,"66":2,"98":1,"105":1,"107":1,"126":1,"863":1,"1856":1,"2623":1,"2636":1,"2638":1}}],["width=$",{"2":{"106":1}}],["width=",{"2":{"57":1}}],["width=500",{"2":{"34":1}}],["width=200",{"2":{"34":3}}],["width=0",{"2":{"0":1,"1856":8}}],["width",{"0":{"129":1,"130":1,"259":1,"369":1,"397":1,"514":1,"572":1,"602":1,"620":1,"690":1,"703":1,"730":1,"842":1,"862":1,"871":1,"872":1,"907":1,"923":1,"1103":1,"1138":1,"1162":1,"1281":1,"1859":1,"1861":1,"1957":1,"2236":1,"2367":1,"2572":1},"2":{"0":100,"49":1,"56":7,"62":1,"91":2,"97":3,"98":3,"105":1,"106":1,"126":2,"129":1,"130":1,"132":2,"222":3,"238":1,"247":1,"259":1,"265":1,"276":1,"282":1,"303":1,"312":1,"323":1,"329":1,"350":1,"364":1,"366":1,"369":1,"387":1,"397":1,"401":1,"415":1,"426":1,"434":1,"448":1,"459":1,"465":1,"479":1,"490":1,"510":1,"512":1,"514":1,"544":1,"549":2,"550":1,"552":1,"567":1,"572":2,"575":1,"576":4,"577":9,"578":2,"581":1,"595":1,"600":1,"602":1,"616":1,"620":1,"621":1,"636":1,"654":1,"663":1,"669":1,"671":1,"677":1,"680":1,"690":1,"701":1,"703":1,"704":3,"726":1,"730":1,"797":1,"806":1,"808":1,"829":1,"842":1,"854":1,"859":1,"862":1,"863":6,"869":1,"871":2,"872":1,"873":1,"881":1,"901":1,"907":1,"918":1,"920":1,"923":1,"941":1,"970":1,"1007":1,"1076":3,"1103":3,"1116":2,"1123":2,"1137":3,"1138":1,"1141":1,"1162":1,"1268":2,"1275":2,"1281":1,"1361":1,"1401":1,"1435":2,"1443":2,"1461":1,"1498":1,"1538":1,"1587":1,"1617":1,"1802":1,"1856":2,"1859":1,"1861":1,"1876":1,"1878":2,"1907":1,"1914":2,"1917":1,"1953":1,"1978":1,"1992":1,"2062":1,"2113":1,"2194":1,"2230":1,"2279":1,"2282":1,"2286":1,"2330":1,"2343":2,"2356":2,"2367":1,"2385":1,"2476":1,"2548":1,"2591":1,"2623":1,"2638":1}}],["wilkinson",{"2":{"0":2}}],["wilkinsonticks",{"2":{"0":2,"299":2,"346":2,"423":1,"456":1,"487":1}}],["will",{"2":{"0":229,"8":1,"16":1,"18":2,"19":2,"22":3,"23":3,"31":2,"41":1,"47":1,"48":1,"49":1,"50":1,"51":1,"56":3,"58":1,"59":1,"62":6,"69":1,"72":1,"73":1,"74":2,"75":3,"78":3,"79":1,"82":5,"83":6,"88":2,"96":1,"97":1,"104":1,"105":6,"106":3,"107":3,"110":1,"111":1,"115":1,"116":2,"118":4,"119":3,"121":2,"128":1,"129":1,"134":1,"135":1,"136":1,"137":1,"138":1,"139":1,"146":1,"149":1,"151":2,"152":5,"153":1,"155":2,"157":3,"161":1,"162":2,"165":1,"178":1,"190":4,"191":1,"217":1,"222":4,"223":2,"234":1,"299":1,"346":1,"515":2,"575":1,"577":1,"578":2,"583":1,"585":4,"623":1,"625":3,"646":1,"750":1,"751":1,"752":1,"757":1,"758":1,"769":1,"773":1,"775":1,"777":1,"797":1,"829":1,"844":1,"874":2,"905":1,"926":1,"945":1,"950":1,"954":1,"975":1,"981":1,"985":1,"986":1,"987":1,"989":1,"1005":1,"1010":1,"1014":1,"1023":1,"1027":1,"1045":1,"1048":1,"1056":1,"1060":1,"1094":1,"1102":1,"1105":1,"1163":1,"1166":1,"1193":1,"1198":1,"1202":1,"1229":1,"1234":1,"1248":2,"1252":1,"1257":1,"1289":1,"1293":1,"1294":1,"1313":1,"1320":1,"1345":1,"1366":1,"1372":1,"1376":1,"1395":1,"1400":1,"1402":2,"1411":1,"1426":1,"1431":1,"1435":3,"1436":1,"1437":1,"1441":1,"1452":1,"1473":1,"1481":1,"1483":1,"1502":1,"1507":1,"1510":1,"1512":1,"1513":1,"1532":1,"1541":1,"1547":1,"1562":1,"1567":1,"1569":5,"1571":1,"1592":1,"1597":1,"1600":5,"1602":1,"1621":1,"1626":1,"1629":1,"1631":1,"1649":1,"1652":1,"1660":1,"1664":1,"1682":1,"1685":1,"1694":1,"1763":1,"1772":1,"1773":1,"1776":1,"1777":1,"1796":1,"1805":1,"1823":1,"1830":1,"1848":1,"1855":1,"1875":1,"1882":1,"1901":1,"1906":1,"1914":1,"1915":1,"1922":5,"1924":1,"1925":1,"1932":1,"1948":1,"1954":1,"1958":1,"1962":1,"1988":1,"1995":1,"2019":1,"2037":1,"2042":1,"2046":1,"2067":1,"2073":1,"2092":1,"2109":1,"2118":1,"2124":1,"2149":1,"2156":1,"2160":1,"2176":1,"2179":1,"2187":1,"2189":1,"2190":1,"2200":1,"2206":1,"2217":1,"2224":1,"2232":1,"2235":1,"2257":1,"2269":1,"2276":1,"2294":1,"2298":1,"2322":1,"2328":1,"2355":1,"2365":1,"2368":1,"2370":1,"2389":1,"2394":1,"2402":1,"2420":1,"2423":1,"2431":1,"2435":1,"2452":1,"2457":1,"2461":1,"2462":1,"2463":1,"2478":1,"2485":1,"2486":1,"2488":1,"2490":1,"2507":1,"2510":1,"2519":1,"2520":1,"2522":1,"2523":1,"2542":1,"2551":1,"2576":1,"2595":1,"2600":1,"2601":3,"2603":1,"2604":2,"2605":1,"2615":1,"2617":3,"2623":5,"2624":1,"2626":1,"2636":1,"2637":1,"2640":2,"2644":1,"2646":2,"2649":1}}],["wikimedia",{"2":{"36":1}}],["wiki",{"2":{"0":1,"2158":1}}],["wikipedia",{"2":{"0":1,"36":1,"2158":1}}],["within",{"2":{"0":13,"13":1,"22":1,"79":2,"82":2,"192":1,"222":2,"230":1,"258":1,"585":1,"603":1,"628":1,"756":1,"1104":1,"1105":1,"1258":1,"1402":1,"1407":1,"1922":1,"2194":1,"2251":1,"2601":1,"2623":1,"2625":1}}],["without",{"2":{"0":13,"12":1,"27":1,"37":1,"39":1,"41":1,"44":1,"45":1,"51":1,"62":1,"74":1,"83":2,"87":1,"98":1,"104":1,"105":1,"117":1,"139":3,"141":1,"147":1,"152":2,"162":1,"178":1,"180":1,"191":1,"580":1,"844":1,"897":1,"968":1,"1359":1,"1457":1,"1477":1,"1569":1,"1585":1,"1600":1,"1856":4,"1914":1,"1915":1,"1922":1,"1954":1,"2060":1,"2197":1,"2232":1,"2485":1,"2640":1}}],["with",{"0":{"11":1,"78":1,"85":1,"115":1,"116":1,"137":1,"139":1,"145":1,"146":1,"149":1,"150":1,"151":1,"181":1,"190":1,"193":1,"1436":1,"1456":1,"1569":1,"1600":1,"1922":1,"2643":1},"1":{"194":1,"195":1},"2":{"0":520,"4":1,"7":1,"8":3,"9":2,"10":3,"11":1,"12":1,"14":2,"16":1,"21":1,"22":5,"23":4,"24":1,"27":1,"28":2,"30":1,"31":7,"34":1,"35":1,"36":1,"37":1,"44":1,"45":1,"47":1,"49":3,"51":2,"52":1,"53":9,"54":1,"55":1,"56":3,"61":1,"62":5,"64":1,"66":1,"69":2,"71":2,"72":2,"73":3,"74":1,"75":2,"76":1,"78":7,"79":1,"80":4,"81":2,"82":8,"83":6,"85":1,"91":1,"92":1,"97":1,"100":1,"102":4,"103":2,"104":1,"105":16,"106":12,"107":8,"110":2,"111":2,"115":1,"118":3,"119":4,"121":2,"122":1,"124":1,"125":3,"127":1,"131":1,"132":1,"134":1,"135":2,"136":2,"138":4,"139":1,"141":1,"142":2,"145":1,"146":2,"147":1,"148":1,"150":4,"151":1,"152":4,"153":1,"155":3,"162":7,"164":1,"165":1,"166":2,"167":1,"169":2,"177":1,"178":1,"179":2,"181":1,"182":1,"183":1,"185":1,"186":1,"190":3,"191":4,"192":1,"195":3,"196":1,"200":1,"202":1,"203":1,"204":1,"207":1,"208":1,"210":1,"211":1,"212":1,"217":1,"218":1,"223":1,"239":1,"248":1,"266":1,"287":1,"290":1,"299":1,"313":1,"334":1,"337":1,"346":1,"354":1,"374":1,"384":1,"516":1,"577":4,"578":5,"580":2,"581":1,"583":3,"585":1,"590":1,"603":2,"625":4,"626":1,"628":1,"669":1,"705":1,"720":2,"750":2,"752":4,"753":3,"754":5,"757":3,"758":1,"777":1,"778":1,"850":1,"863":2,"873":1,"874":1,"905":1,"908":1,"924":1,"930":1,"933":1,"939":2,"940":1,"943":1,"947":2,"949":1,"951":1,"958":1,"961":1,"968":1,"969":1,"973":1,"978":2,"980":1,"982":2,"991":1,"995":1,"998":1,"1011":1,"1020":2,"1022":1,"1028":1,"1029":1,"1032":1,"1036":1,"1046":1,"1053":2,"1055":1,"1058":2,"1067":1,"1073":1,"1075":1,"1076":1,"1090":1,"1096":2,"1101":1,"1104":1,"1139":1,"1167":1,"1170":1,"1173":1,"1191":1,"1195":2,"1197":1,"1199":1,"1203":1,"1206":1,"1209":1,"1227":1,"1231":2,"1233":1,"1243":1,"1249":1,"1250":1,"1254":2,"1256":1,"1258":1,"1282":1,"1285":1,"1289":1,"1298":1,"1300":1,"1310":1,"1317":2,"1319":1,"1323":4,"1328":1,"1349":1,"1352":1,"1359":1,"1360":1,"1364":1,"1368":2,"1371":1,"1380":1,"1384":1,"1393":1,"1397":2,"1399":1,"1402":1,"1404":1,"1414":1,"1416":1,"1424":1,"1428":2,"1430":1,"1432":1,"1436":1,"1443":1,"1446":1,"1457":1,"1462":1,"1481":1,"1487":1,"1490":1,"1496":2,"1497":1,"1500":1,"1504":2,"1506":1,"1510":1,"1513":2,"1516":1,"1519":1,"1527":1,"1530":1,"1535":2,"1540":1,"1550":1,"1552":1,"1560":1,"1564":2,"1566":1,"1569":1,"1575":1,"1578":1,"1585":1,"1586":2,"1590":1,"1594":2,"1596":1,"1600":1,"1606":1,"1609":1,"1615":2,"1616":1,"1619":1,"1623":2,"1625":1,"1629":3,"1632":1,"1633":1,"1636":1,"1640":1,"1650":1,"1657":2,"1659":1,"1665":1,"1669":1,"1673":1,"1683":1,"1691":2,"1693":1,"1754":1,"1760":1,"1766":2,"1770":1,"1774":1,"1777":2,"1780":1,"1783":1,"1791":1,"1794":1,"1799":2,"1804":1,"1812":1,"1822":1,"1825":2,"1829":1,"1837":1,"1847":1,"1850":2,"1854":1,"1856":6,"1873":1,"1886":1,"1890":1,"1899":1,"1903":2,"1905":1,"1912":1,"1914":3,"1915":3,"1916":4,"1917":3,"1922":1,"1928":1,"1933":1,"1944":2,"1946":1,"1951":2,"1956":1,"1966":1,"1969":1,"1986":1,"1990":2,"1994":1,"2022":1,"2026":1,"2035":1,"2039":2,"2041":1,"2050":1,"2053":1,"2060":1,"2061":1,"2065":1,"2069":2,"2072":1,"2083":1,"2090":1,"2094":2,"2103":1,"2130":1,"2133":1,"2147":1,"2152":2,"2155":1,"2158":2,"2161":1,"2165":1,"2168":1,"2177":1,"2184":2,"2186":1,"2189":4,"2191":1,"2192":1,"2193":2,"2194":1,"2196":1,"2197":1,"2204":1,"2209":1,"2221":1,"2228":2,"2234":1,"2241":1,"2246":1,"2252":1,"2260":2,"2267":1,"2304":1,"2313":1,"2320":1,"2324":2,"2326":1,"2327":2,"2342":1,"2351":1,"2360":2,"2364":1,"2368":1,"2374":1,"2377":1,"2383":2,"2384":1,"2387":1,"2391":2,"2393":1,"2397":1,"2398":3,"2403":1,"2406":1,"2410":1,"2416":1,"2421":1,"2428":2,"2430":1,"2440":1,"2442":1,"2450":1,"2454":2,"2456":1,"2459":1,"2462":1,"2466":1,"2478":2,"2480":4,"2483":2,"2484":2,"2489":1,"2490":1,"2493":1,"2497":1,"2504":1,"2508":1,"2515":2,"2517":1,"2520":1,"2523":2,"2526":1,"2529":1,"2537":1,"2540":1,"2545":2,"2550":1,"2554":1,"2555":1,"2580":1,"2583":1,"2589":2,"2590":1,"2593":1,"2597":2,"2599":1,"2603":1,"2604":3,"2605":1,"2609":1,"2617":1,"2618":5,"2619":1,"2621":1,"2622":1,"2623":9,"2625":1,"2627":2,"2629":1,"2632":2,"2633":2,"2635":1,"2638":3,"2639":1,"2640":4,"2642":1,"2643":1,"2644":4,"2648":1,"2649":2,"2651":1,"2654":1}}],["lrbt",{"2":{"2484":2}}],["lb",{"2":{"626":1}}],["lbls",{"2":{"120":1}}],["ll",{"2":{"153":1,"1286":1,"2624":1}}],["lws",{"2":{"66":2}}],["ls",{"2":{"0":4,"1586":4}}],["lscenes",{"2":{"61":1}}],["lscene",{"0":{"691":1,"741":1},"1":{"692":1,"693":1,"694":1,"695":1,"696":1,"697":1,"698":1,"699":1,"700":1,"701":1,"702":1,"703":1},"2":{"0":5,"31":4,"32":1,"33":1,"34":1,"36":1,"63":2,"79":1,"190":2,"191":4,"625":1,"691":6,"2190":1,"2433":1,"2602":1,"2607":4,"2608":4,"2609":3,"2610":1,"2611":1}}],["lake",{"2":{"2662":1}}],["lajolla50",{"2":{"2656":1}}],["lajolla25",{"2":{"2656":1}}],["lajolla100",{"2":{"2656":1}}],["lajolla10",{"2":{"2656":1}}],["lajolla",{"2":{"2656":1}}],["lapaz50",{"2":{"2656":1}}],["lapaz25",{"2":{"2656":1}}],["lapaz100",{"2":{"2656":1}}],["lapaz10",{"2":{"2656":1}}],["lapaz",{"2":{"2656":1}}],["laplacian",{"2":{"2158":2}}],["laptop",{"2":{"1286":1}}],["labs",{"2":{"1287":1}}],["labelling",{"2":{"2621":1}}],["labellings",{"2":{"0":2}}],["labelled",{"0":{"845":1},"2":{"2625":1}}],["labeltext2",{"2":{"585":2}}],["labeltext1",{"2":{"585":2}}],["label=",{"2":{"1284":1}}],["label=true",{"2":{"75":1}}],["label=false",{"2":{"75":2}}],["labelkw",{"2":{"0":4}}],["labelformatter",{"0":{"1182":1,"1218":1},"2":{"0":2}}],["labelfont",{"0":{"530":1,"644":1,"1181":1,"1217":1},"2":{"0":4,"1164":1}}],["labelings",{"2":{"0":2}}],["labeling",{"2":{"0":2,"2017":1}}],["labelgroups",{"2":{"0":3}}],["labelvalign",{"0":{"648":1},"2":{"0":1}}],["labelvisible",{"0":{"534":1},"2":{"0":1}}],["labeljustification",{"0":{"646":1},"2":{"0":1}}],["labelhalign",{"0":{"645":1},"2":{"0":1,"646":1}}],["labels=",{"2":{"1998":1}}],["labels=true",{"2":{"1164":1}}],["labelslidergrid",{"2":{"0":3,"845":1}}],["labelslider",{"2":{"0":3,"845":1}}],["labels",{"0":{"207":1,"1061":1,"1074":1,"1183":1,"1219":1,"1456":1,"1460":1,"1466":1,"2004":1,"2635":1,"2637":1},"2":{"0":51,"34":5,"66":2,"75":2,"76":1,"124":1,"125":1,"169":4,"207":3,"290":2,"299":5,"337":2,"346":5,"384":2,"556":1,"557":1,"558":1,"559":1,"561":1,"562":1,"563":1,"623":1,"625":1,"628":1,"643":1,"644":1,"645":1,"647":1,"648":1,"753":3,"756":1,"791":1,"792":1,"794":4,"795":1,"824":1,"825":1,"827":1,"863":2,"908":2,"1058":13,"1061":1,"1084":1,"1086":1,"1088":1,"1164":1,"1180":1,"1181":1,"1183":1,"1184":1,"1216":1,"1217":1,"1219":1,"1220":1,"1439":2,"1456":1,"1856":54,"1913":2,"2194":1,"2195":1,"2619":1,"2624":2,"2627":2,"2632":1,"2635":1,"2637":3}}],["labelsize",{"0":{"533":1,"647":1,"1184":1,"1220":1},"2":{"0":4,"1164":1}}],["labelrotation",{"0":{"532":1},"2":{"0":1}}],["labelpadding",{"0":{"531":1},"2":{"0":1}}],["labelcolor=",{"2":{"1289":1}}],["labelcolor",{"0":{"505":1,"506":1,"507":1,"529":1,"643":1,"1180":1,"1216":1},"2":{"0":7,"1164":1}}],["label",{"0":{"504":1,"523":1,"528":1,"603":1,"642":1,"739":1,"938":1,"966":1,"1003":1,"1041":1,"1081":1,"1082":1,"1083":1,"1084":1,"1085":1,"1086":1,"1087":1,"1088":1,"1178":1,"1214":1,"1247":1,"1305":1,"1357":1,"1389":1,"1421":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1495":1,"1524":1,"1557":1,"1583":1,"1614":1,"1645":1,"1678":1,"1759":1,"1788":1,"1816":1,"1841":1,"1895":1,"1940":1,"1974":1,"2031":1,"2058":1,"2087":1,"2139":1,"2173":1,"2216":1,"2250":1,"2317":1,"2347":1,"2382":1,"2415":1,"2447":1,"2503":1,"2534":1,"2588":1},"1":{"604":1,"605":1,"606":1,"607":1,"608":1,"609":1,"610":1,"611":1,"612":1,"613":1,"614":1,"615":1,"616":1,"617":1,"618":1,"619":1,"620":1,"621":1},"2":{"0":163,"34":3,"66":2,"75":1,"97":4,"110":1,"119":3,"120":3,"121":4,"125":3,"127":1,"129":1,"130":1,"164":2,"169":3,"178":2,"192":1,"202":2,"205":1,"207":5,"266":3,"290":1,"313":3,"337":1,"396":1,"402":1,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"435":1,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"466":1,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"491":1,"500":1,"501":1,"504":1,"505":1,"506":1,"507":1,"508":1,"515":2,"523":1,"528":1,"529":1,"530":1,"531":1,"532":1,"533":1,"534":1,"577":1,"582":7,"585":2,"603":11,"621":1,"625":9,"626":4,"628":4,"633":4,"642":1,"646":1,"652":1,"660":1,"664":6,"665":3,"668":4,"669":3,"675":1,"678":3,"685":3,"704":2,"720":2,"793":1,"794":1,"826":1,"844":3,"863":4,"871":2,"908":1,"938":1,"966":1,"1003":1,"1041":1,"1058":4,"1081":1,"1085":1,"1139":2,"1164":1,"1178":1,"1182":1,"1214":1,"1218":1,"1247":1,"1305":1,"1357":1,"1389":1,"1421":1,"1438":1,"1456":2,"1470":1,"1495":1,"1524":1,"1557":1,"1569":4,"1583":1,"1600":4,"1614":1,"1645":1,"1678":1,"1759":1,"1788":1,"1816":1,"1841":1,"1856":4,"1895":1,"1913":2,"1920":2,"1922":6,"1940":1,"1974":1,"1998":1,"2031":1,"2058":1,"2087":1,"2139":1,"2173":1,"2194":2,"2195":2,"2196":2,"2197":2,"2216":1,"2250":1,"2317":1,"2347":1,"2382":1,"2415":1,"2433":3,"2447":1,"2503":1,"2534":1,"2588":1,"2621":3,"2624":14,"2627":3,"2628":1,"2629":1,"2631":2,"2633":3,"2634":2,"2635":3,"2637":3}}],["language",{"2":{"196":1,"2615":1}}],["land",{"2":{"36":4}}],["landcables",{"2":{"36":2}}],["landpoints",{"2":{"36":2}}],["landing",{"2":{"36":2}}],["lazaro",{"2":{"36":1,"1285":1}}],["lazarusa",{"2":{"33":1,"36":1}}],["launching",{"2":{"26":1}}],["laxis",{"2":{"0":1}}],["latitude",{"2":{"1287":1}}],["lat",{"2":{"33":3,"36":4}}],["latter",{"2":{"0":3,"121":1,"136":1,"150":1,"191":1,"769":1,"988":1,"989":1}}],["latexfonts",{"0":{"176":1},"2":{"125":1,"176":1,"179":3}}],["latex",{"0":{"123":1},"1":{"124":1,"125":1},"2":{"123":2,"125":2,"176":1,"179":1,"180":1,"2195":1}}],["latexstrings",{"2":{"123":1,"2195":1}}],["latexstring",{"2":{"0":2,"124":1,"125":1,"2231":1}}],["later",{"2":{"0":5,"105":1,"135":1,"152":1,"1569":1,"1600":1,"1911":1,"1922":1,"2632":1,"2638":1}}],["la",{"2":{"0":9}}],["layouting",{"0":{"164":1},"2":{"34":1,"102":1,"144":1}}],["layout",{"0":{"95":1,"2625":1},"1":{"96":1,"97":1,"98":1},"2":{"0":10,"4":1,"34":2,"37":1,"39":2,"40":1,"96":4,"97":2,"98":6,"101":1,"102":2,"104":1,"105":1,"107":1,"126":2,"128":1,"130":1,"132":2,"144":1,"162":5,"163":1,"164":1,"166":1,"188":1,"222":3,"246":1,"247":1,"354":1,"365":1,"366":1,"384":4,"386":1,"387":1,"511":1,"512":1,"551":1,"552":1,"575":2,"576":1,"577":2,"578":5,"579":3,"580":3,"581":1,"582":3,"583":2,"584":2,"599":1,"600":1,"615":1,"616":1,"626":1,"679":1,"680":1,"691":1,"700":1,"701":1,"725":1,"726":1,"807":1,"808":1,"858":1,"859":1,"863":1,"868":1,"869":1,"900":1,"901":1,"919":1,"920":1,"1285":2,"1586":1,"2433":1,"2619":1,"2623":23,"2624":4,"2626":1,"2632":1,"2637":2,"2638":3}}],["layoutkw",{"2":{"0":2}}],["layouts",{"0":{"163":1,"2624":1,"2643":1},"1":{"2625":1,"2626":1,"2627":1,"2628":1,"2629":1,"2630":1,"2631":1,"2632":1,"2633":1,"2634":1,"2635":1,"2636":1,"2637":1,"2638":1},"2":{"0":2,"102":1,"144":1,"163":1,"202":1,"2231":1,"2637":2}}],["layering",{"2":{"0":1,"18":1,"1323":1,"1337":1}}],["layered",{"2":{"0":2,"152":1,"623":1,"625":1,"2618":1}}],["large",{"0":{"90":1},"1":{"91":1,"92":1},"2":{"0":2,"19":1,"91":1,"106":2,"191":1,"722":1,"1284":1,"1402":1,"1856":1,"1944":1,"2485":1,"2486":1,"2601":1,"2623":1,"2652":1}}],["larger",{"2":{"0":7,"162":1,"585":1,"1435":1,"1755":1,"1918":1,"2498":1,"2604":2}}],["largest",{"2":{"0":2,"9":1,"82":1,"871":1}}],["largearc",{"2":{"0":2}}],["lastly",{"2":{"152":1}}],["last",{"2":{"0":11,"80":2,"92":2,"145":1,"152":4,"168":1,"203":1,"581":1,"989":1,"1241":1,"1831":1,"2621":1}}],["lo",{"2":{"2433":3}}],["lorenz",{"2":{"196":4}}],["lores",{"2":{"24":1}}],["locks",{"2":{"284":1,"306":1,"331":1,"353":1}}],["lock",{"2":{"51":3,"52":1,"53":2,"54":1,"56":2}}],["locator",{"2":{"279":1,"326":1,"541":1}}],["located",{"2":{"144":1}}],["location",{"2":{"0":3,"37":1,"39":1,"159":1,"1185":1,"1221":1,"2617":2}}],["locations",{"0":{"1921":1},"2":{"0":1,"145":1,"1163":1}}],["localized",{"2":{"1856":10}}],["locally",{"2":{"55":1,"113":1,"1285":1}}],["localhost",{"2":{"28":1}}],["local",{"0":{"1307":1},"2":{"0":2,"28":1,"45":1,"114":1,"116":1,"118":1,"1288":2,"1307":1,"2485":2,"2639":1}}],["lon",{"2":{"33":3,"36":3}}],["longitude",{"2":{"1287":1}}],["long",{"2":{"0":7,"55":1,"75":2,"79":1,"80":1,"105":1,"626":1,"967":1,"1288":1,"1315":1,"1358":1,"1584":1,"2059":1}}],["longer",{"2":{"0":2,"31":1,"98":1,"2274":1}}],["loaded",{"2":{"51":1,"53":1}}],["load",{"2":{"31":1,"32":3,"33":1,"34":1,"35":2,"36":2,"53":3,"56":1,"57":1,"108":1,"163":1,"189":1,"222":1,"373":1,"410":1,"443":1,"474":1,"1287":3,"1545":1,"1628":1,"1629":1,"2484":3,"2611":2,"2614":2,"2617":1,"2624":1,"2633":1,"2644":3}}],["loading",{"2":{"27":1,"51":3,"52":1,"53":2,"54":1,"56":2,"1287":1}}],["loads",{"2":{"0":1}}],["lots",{"2":{"31":1,"56":1,"161":1,"2623":1}}],["lot",{"2":{"10":1,"19":1,"757":1,"2613":1,"2623":1}}],["lossless",{"2":{"0":2}}],["loose",{"2":{"0":26,"940":2,"969":2,"1360":2,"1497":2,"1527":2,"1586":3,"1616":2,"1791":2,"2061":2,"2384":2,"2537":2,"2590":2}}],["looping",{"2":{"0":4}}],["loop",{"2":{"0":2,"10":1,"12":3,"85":1,"2484":1,"2617":1}}],["loop=nothing",{"2":{"0":1}}],["looking",{"2":{"80":1,"110":1,"379":2}}],["looked",{"2":{"0":2,"106":1,"187":1,"1911":1,"2206":1,"2623":1}}],["look",{"2":{"0":17,"27":3,"76":1,"106":3,"107":2,"121":1,"186":1,"198":1,"200":1,"373":1,"383":1,"691":1,"940":1,"969":1,"1360":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"1914":1,"1977":1,"2061":1,"2207":1,"2384":1,"2537":1,"2590":1,"2618":1,"2623":1,"2625":1,"2633":1,"2640":2,"2644":1}}],["lookat",{"2":{"0":18,"32":1,"33":1,"34":1,"62":11,"63":3,"159":2,"2642":3,"2644":1}}],["looks",{"2":{"0":1,"152":1,"373":1,"374":1,"383":1,"577":1,"580":1,"1288":1,"2604":1,"2623":1,"2638":1,"2640":1}}],["logarithmic",{"2":{"68":1}}],["logo",{"2":{"56":1}}],["logged",{"2":{"53":1}}],["logging",{"2":{"53":2}}],["logic",{"2":{"128":1,"148":1,"873":1,"2624":1}}],["logical",{"2":{"0":1,"23":1,"64":1,"83":1}}],["logit",{"2":{"0":37,"287":2,"334":2,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1414":1,"1446":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1}}],["log2",{"2":{"0":37,"287":2,"334":2,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1414":1,"1446":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1}}],["loglevel=",{"2":{"0":1}}],["log10",{"2":{"0":39,"287":2,"334":2,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1288":1,"1298":1,"1349":1,"1380":1,"1414":1,"1437":1,"1446":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2483":1,"2493":1,"2526":1,"2580":1}}],["log",{"2":{"0":41,"53":4,"54":3,"287":3,"299":1,"334":3,"346":1,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1073":3,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1409":3,"1414":1,"1446":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1}}],["logticks",{"2":{"0":1,"299":1,"346":1}}],["lows",{"2":{"1880":4}}],["lowest",{"2":{"0":1,"9":1,"104":1,"1236":1,"2312":1}}],["lowerrors",{"2":{"1374":5}}],["lowering",{"2":{"0":1,"1015":1}}],["lowerupper",{"2":{"0":2,"1024":2}}],["lower",{"0":{"96":1},"2":{"0":14,"49":1,"78":1,"96":1,"164":1,"168":1,"190":1,"287":1,"334":1,"752":1,"1024":3,"1025":2,"1249":1,"1258":1,"1274":1,"1436":1,"1629":1,"2194":1,"2312":1,"2319":1}}],["lowered",{"2":{"0":1}}],["lowhigh",{"2":{"0":4,"1510":2,"2520":2}}],["low",{"0":{"1436":1},"2":{"0":59,"78":5,"152":7,"214":1,"234":1,"515":2,"538":1,"585":2,"1025":3,"1185":1,"1221":1,"1242":1,"1248":1,"1373":6,"1374":4,"1510":2,"1879":5,"2318":1,"2520":2,"2604":1,"2624":4,"2627":2,"2631":2,"2649":1}}],["lowclip",{"0":{"538":1,"942":1,"971":1,"1008":1,"1043":1,"1089":1,"1189":1,"1225":1,"1308":1,"1362":1,"1392":1,"1423":1,"1448":1,"1499":1,"1528":1,"1559":1,"1588":1,"1618":1,"1647":1,"1679":1,"1792":1,"1898":1,"1941":1,"1979":1,"2032":1,"2063":1,"2144":1,"2175":1,"2219":1,"2386":1,"2419":1,"2449":1,"2468":1,"2506":1,"2538":1,"2592":1},"2":{"0":38,"515":4,"2483":4,"2649":1,"2651":2}}],["l",{"0":{"124":1},"2":{"0":6,"34":3,"36":2,"51":3,"62":1,"124":5,"125":1,"178":1,"196":23,"218":2,"239":1,"248":1,"266":1,"290":1,"313":1,"337":1,"491":2,"626":1,"628":4,"908":1,"1141":1,"1914":1,"2195":4,"2609":4,"2610":4,"2611":20}}],["leonardo",{"2":{"2662":1}}],["leg",{"2":{"35":11,"2624":2,"2629":1,"2644":11}}],["lego",{"0":{"35":1},"2":{"35":5,"2644":5}}],["legacy",{"2":{"31":1,"56":3}}],["legends",{"0":{"628":1},"2":{"628":9}}],["legendelements",{"2":{"0":2,"623":1}}],["legendelement",{"2":{"0":2}}],["legend",{"0":{"622":1,"623":1,"624":1,"625":1,"626":1,"627":1,"740":1,"2621":1,"2628":1,"2629":1},"1":{"623":1,"624":2,"625":1,"626":1,"627":1,"628":1,"629":1,"630":1,"631":1,"632":1,"633":1,"634":1,"635":1,"636":1,"637":1,"638":1,"639":1,"640":1,"641":1,"642":1,"643":1,"644":1,"645":1,"646":1,"647":1,"648":1,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1,"655":1,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"664":1,"665":1,"666":1,"667":1,"668":1,"669":1,"670":1,"671":1,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1,"678":1,"679":1,"680":1,"681":1,"682":1,"683":1,"684":1,"685":1,"686":1,"687":1,"688":1,"689":1,"690":1},"2":{"0":14,"99":1,"169":2,"183":1,"623":3,"624":6,"625":4,"626":8,"627":6,"628":3,"630":1,"631":1,"632":1,"633":3,"634":1,"635":1,"636":1,"639":2,"640":1,"641":1,"655":1,"664":8,"665":3,"666":1,"667":1,"668":3,"669":3,"670":1,"671":1,"678":2,"681":1,"682":1,"684":1,"685":2,"686":1,"687":1,"688":1,"689":1,"690":1,"1058":5,"1289":2,"2195":2,"2621":2,"2624":1,"2627":1,"2628":3,"2629":3}}],["lead",{"2":{"90":1,"384":2}}],["learn",{"2":{"84":1,"134":1,"2624":1,"2644":2}}],["leave",{"2":{"76":1,"151":1,"1406":1,"2637":1}}],["leaves",{"2":{"16":1,"82":1}}],["leaving",{"2":{"67":1,"98":1}}],["least",{"2":{"0":1,"31":1,"138":2,"151":1,"1831":1}}],["length=30",{"2":{"2609":1}}],["length=300",{"2":{"751":10}}],["length=m",{"2":{"1025":1}}],["length=51",{"2":{"757":1}}],["length=201",{"2":{"757":1}}],["length=100",{"2":{"189":2,"750":1,"753":4,"757":3,"1025":1,"1164":1,"1407":2,"1408":2}}],["length=10",{"2":{"75":1,"1164":1}}],["length=150",{"2":{"34":2}}],["length=40",{"2":{"10":1}}],["length=nframes",{"2":{"8":1}}],["lengthscale",{"0":{"1004":1},"2":{"0":1,"983":2}}],["lengths",{"2":{"0":2,"207":1,"373":2,"983":1,"1013":1,"1911":1,"2276":1,"2459":1}}],["length",{"2":{"0":17,"35":1,"36":4,"51":1,"56":1,"66":1,"80":1,"81":2,"139":3,"287":1,"334":1,"373":1,"383":1,"624":1,"989":2,"1004":1,"1013":1,"1058":1,"1105":1,"1114":1,"1128":1,"1134":1,"1141":1,"1142":1,"1235":2,"1374":8,"1402":2,"1439":3,"1599":1,"1662":1,"1774":1,"1865":1,"1880":5,"1910":1,"1911":2,"1914":2,"1915":2,"1919":1,"2091":1,"2196":3,"2274":1,"2304":2,"2366":1,"2433":4,"2459":1,"2484":4,"2609":1,"2623":1,"2624":3,"2631":1,"2636":2,"2644":1,"2651":7}}],["levels=",{"2":{"1164":1,"1200":2}}],["levels",{"0":{"1185":1,"1221":1,"1248":1,"2318":1},"2":{"0":24,"104":1,"145":1,"190":1,"515":2,"1164":4,"1167":1,"1182":1,"1185":2,"1200":2,"1203":1,"1218":1,"1221":2,"1235":3,"1236":4,"1248":4,"1249":3,"2304":1,"2305":3,"2311":1,"2312":1,"2318":1,"2319":2,"2624":4,"2630":4,"2631":1}}],["level",{"2":{"0":5,"62":1,"99":1,"104":2,"107":1,"110":1,"184":1,"190":6,"214":1,"578":1,"757":1,"1199":1,"1241":1,"1242":1,"1569":1,"1600":1,"1922":1,"2189":1,"2196":1,"2624":1,"2633":1,"2636":1}}],["leftwards",{"2":{"286":1,"410":1,"443":1}}],["leftup",{"2":{"0":1}}],["leftdragstop",{"2":{"0":1}}],["leftdragstart",{"2":{"0":1}}],["leftdrag",{"2":{"0":1}}],["leftdown",{"2":{"0":1}}],["leftdoubleclick",{"2":{"0":1}}],["leftclick",{"2":{"0":1,"212":2,"217":1,"218":1}}],["left|k",{"2":{"0":1}}],["left",{"0":{"96":1},"2":{"0":46,"34":3,"35":13,"39":1,"56":2,"61":1,"62":9,"66":5,"75":2,"80":6,"81":2,"82":5,"83":10,"96":1,"103":1,"127":1,"131":1,"133":1,"190":2,"213":1,"218":6,"232":1,"233":1,"249":3,"308":3,"374":2,"384":1,"535":1,"536":1,"577":1,"579":3,"582":1,"583":1,"603":2,"611":1,"626":2,"627":1,"628":6,"645":1,"685":3,"754":3,"761":1,"778":2,"835":1,"952":4,"1058":5,"1369":1,"1629":1,"1856":5,"1875":2,"1917":1,"2070":1,"2190":1,"2191":2,"2192":5,"2193":2,"2194":2,"2199":2,"2217":1,"2241":1,"2251":2,"2258":1,"2265":1,"2330":6,"2358":1,"2484":1,"2623":2,"2633":2,"2637":1,"2641":3,"2644":13}}],["leftspinevisible",{"0":{"233":1,"536":1},"2":{"0":2,"183":1}}],["leftspinecolor",{"0":{"232":1,"535":1},"2":{"0":2}}],["lets",{"2":{"53":1,"152":1,"2642":1,"2644":1}}],["letter",{"2":{"0":2}}],["let",{"2":{"0":1,"80":3,"81":2,"82":1,"106":2,"107":3,"121":1,"135":1,"136":1,"137":1,"139":1,"152":4,"178":1,"577":1,"1285":1,"2618":3,"2619":1,"2620":1,"2623":6,"2624":1,"2625":1,"2626":1,"2630":1,"2638":1,"2644":1}}],["less",{"2":{"0":3,"31":2,"49":1,"82":1,"106":1,"107":1,"162":1,"1569":1,"1600":1,"1922":1,"2644":1}}],["lisbon50",{"2":{"2656":1}}],["lisbon25",{"2":{"2656":1}}],["lisbon100",{"2":{"2656":1}}],["lisbon10",{"2":{"2656":1}}],["lisbon",{"2":{"2656":1}}],["listened",{"2":{"139":1}}],["listeners",{"2":{"78":2,"82":1,"139":5}}],["listener",{"2":{"78":13}}],["listen",{"2":{"55":2,"118":2,"723":1}}],["listed",{"2":{"14":1}}],["lists",{"2":{"0":4,"722":1,"1185":1,"1221":1,"1248":1,"2318":1}}],["list",{"2":{"0":7,"79":1,"99":1,"140":1,"151":1,"184":1,"206":1,"720":1,"1831":2,"1910":1,"2294":1,"2653":1}}],["lipari50",{"2":{"2656":1}}],["lipari25",{"2":{"2656":1}}],["lipari100",{"2":{"2656":1}}],["lipari10",{"2":{"2656":1}}],["lipari",{"2":{"2656":1}}],["life",{"2":{"2644":1}}],["lifted",{"2":{"10":1,"138":1}}],["lift",{"0":{"137":1,"138":1},"2":{"0":5,"10":5,"35":1,"137":4,"138":9,"139":2,"168":1,"491":1,"585":3,"704":1,"844":1,"863":1,"874":1,"908":1,"2644":1}}],["lie",{"2":{"287":1,"334":1}}],["lies",{"2":{"287":1,"334":1}}],["little",{"2":{"35":1,"97":1,"578":1,"2193":1,"2623":1,"2625":1,"2633":1,"2634":1,"2644":1,"2651":1}}],["libraries",{"2":{"56":2}}],["library",{"2":{"23":1,"27":1,"2617":1}}],["libcpp",{"2":{"28":1}}],["libstdc++",{"2":{"28":1}}],["lib",{"2":{"28":2}}],["libxext",{"2":{"28":1}}],["libxi",{"2":{"28":1}}],["libxinerama",{"2":{"28":1}}],["libxcursor",{"2":{"28":1}}],["libxrandr",{"2":{"28":1}}],["libgl1",{"2":{"28":1}}],["lives",{"2":{"121":1,"626":1,"2623":2}}],["live",{"0":{"12":1},"2":{"12":1,"50":1,"100":1}}],["lins",{"2":{"626":2}}],["lin",{"2":{"624":3,"639":3}}],["linux",{"0":{"26":1},"2":{"27":2,"30":1,"116":1,"196":1,"2616":1}}],["linrange",{"2":{"12":8,"35":2,"36":2,"53":1,"73":2,"163":1,"491":1,"515":2,"585":2,"983":4,"1164":4,"1200":2,"1374":3,"1599":1,"1629":4,"1662":1,"1880":3,"1960":2,"2044":1,"2075":8,"2158":2,"2189":3,"2190":1,"2304":1,"2398":1,"2433":3,"2459":3,"2480":1,"2624":2,"2630":2,"2644":2}}],["linking",{"0":{"206":1}}],["linked",{"2":{"14":1,"153":2,"156":1,"206":3,"207":1}}],["linkyaxes",{"2":{"0":1,"206":1,"2624":1,"2627":1}}],["linkxaxes",{"2":{"0":1,"206":1,"2624":1,"2627":1}}],["link",{"2":{"0":3,"144":1,"200":1,"206":2,"2627":1}}],["linkaxes",{"2":{"0":1}}],["line2",{"2":{"908":2}}],["line1",{"2":{"908":2}}],["lineobject",{"2":{"750":1}}],["lineelements",{"2":{"624":1,"627":1,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1}}],["lineelement",{"2":{"623":1,"627":4}}],["lineend",{"2":{"0":1,"985":1}}],["linecaps",{"2":{"1585":2}}],["linecap",{"0":{"939":1,"968":1,"1151":1,"1186":1,"1222":1,"1359":1,"1390":1,"1496":1,"1526":1,"1585":1,"1615":1,"1790":1,"1896":1,"1976":1,"2005":1,"2060":1,"2141":1,"2288":1,"2383":1,"2536":1,"2589":1},"2":{"0":49,"939":2,"968":1,"1151":1,"1186":1,"1222":1,"1359":1,"1390":1,"1496":2,"1526":1,"1585":4,"1615":2,"1790":1,"1896":1,"1976":1,"2005":1,"2060":1,"2141":1,"2288":1,"2383":2,"2536":1,"2589":2}}],["linecolorrange",{"0":{"651":1},"2":{"0":1}}],["linecolormap",{"0":{"650":1},"2":{"0":1}}],["linecolor",{"0":{"649":1,"1005":1},"2":{"0":25,"184":2,"649":1,"927":1,"955":1,"983":3,"992":1,"1120":1,"1135":1,"1146":1,"1346":1,"1377":1,"1484":1,"1572":1,"1603":1,"1809":1,"1834":1,"1883":1,"1963":1,"2047":1,"2095":1,"2104":1,"2349":1,"2371":1,"2577":1}}],["lineplot",{"2":{"8":3}}],["linepattern",{"2":{"0":4,"1513":1,"1777":1,"2523":1}}],["linepoints",{"0":{"652":1},"2":{"0":1,"627":1}}],["linearindices",{"2":{"2158":1}}],["linearalgebra",{"2":{"63":1,"66":1,"983":1,"1629":1,"2158":1,"2611":1}}],["linear",{"2":{"0":2,"69":1,"287":1,"299":2,"334":1,"346":2,"2158":9,"2660":36}}],["linearticks",{"2":{"0":3,"299":1,"346":1,"799":1}}],["lineheight",{"0":{"612":1,"2218":1},"2":{"0":5,"603":4,"612":1,"2218":1}}],["linewidth=3",{"2":{"2643":1}}],["linewidth=5",{"2":{"2642":1}}],["linewidth=2",{"2":{"36":1,"52":1,"924":1,"1200":4,"1629":2}}],["linewidth=10",{"2":{"0":1,"8":1}}],["linewidth",{"0":{"595":1,"654":1,"854":1,"941":1,"970":1,"1007":1,"1153":1,"1188":1,"1224":1,"1361":1,"1391":1,"1498":1,"1587":1,"1617":1,"1818":1,"1843":1,"1897":1,"1978":1,"2007":1,"2062":1,"2117":1,"2143":1,"2256":1,"2279":1,"2282":1,"2286":1,"2385":1,"2591":1},"2":{"0":74,"10":1,"66":1,"105":4,"119":2,"121":1,"182":1,"627":1,"654":1,"757":3,"758":2,"782":1,"787":1,"816":1,"821":1,"939":1,"941":1,"968":1,"970":1,"983":2,"1121":1,"1136":1,"1141":1,"1153":1,"1271":1,"1359":1,"1361":1,"1391":1,"1496":1,"1498":1,"1584":1,"1585":3,"1586":4,"1587":5,"1599":2,"1615":1,"1617":1,"1818":1,"1843":1,"1897":1,"1914":2,"1978":1,"2060":1,"2062":1,"2099":1,"2108":1,"2111":1,"2117":1,"2143":1,"2236":1,"2256":1,"2274":1,"2279":1,"2282":1,"2286":1,"2300":1,"2350":1,"2383":1,"2385":1,"2589":1,"2591":1}}],["line",{"2":{"0":81,"8":1,"10":1,"26":1,"36":1,"63":1,"80":1,"82":2,"105":4,"107":2,"121":1,"146":1,"243":1,"253":1,"364":1,"510":1,"550":1,"567":1,"595":1,"624":1,"626":1,"627":6,"633":1,"636":1,"639":2,"649":1,"653":1,"654":1,"664":2,"665":1,"668":1,"669":2,"671":1,"678":1,"685":1,"854":1,"873":1,"924":1,"927":1,"940":1,"941":1,"955":1,"968":1,"969":1,"970":1,"976":1,"1005":1,"1025":1,"1139":1,"1155":1,"1156":1,"1162":1,"1346":1,"1359":1,"1360":1,"1361":1,"1401":1,"1481":1,"1484":1,"1497":1,"1498":1,"1527":1,"1568":2,"1569":4,"1572":1,"1585":1,"1586":1,"1587":1,"1598":1,"1600":4,"1603":1,"1616":1,"1617":1,"1791":1,"1809":1,"1831":5,"1834":1,"1858":1,"1874":1,"1907":1,"1914":2,"1915":1,"1963":1,"1977":1,"1978":1,"1996":1,"2047":1,"2060":1,"2061":1,"2062":1,"2368":1,"2371":1,"2384":1,"2385":1,"2537":1,"2577":1,"2590":1,"2591":1,"2617":1,"2618":4,"2620":1,"2640":2,"2649":1}}],["linescatter",{"2":{"167":1}}],["linesegs",{"2":{"152":5}}],["linesegments",{"0":{"1598":1,"1718":1},"1":{"1599":1,"1600":1,"1601":1,"1602":1,"1603":1,"1604":1,"1605":1,"1606":1,"1607":1,"1608":1,"1609":1,"1610":1,"1611":1,"1612":1,"1613":1,"1614":1,"1615":1,"1616":1,"1617":1,"1618":1,"1619":1,"1620":1,"1621":1,"1622":1,"1623":1,"1624":1,"1625":1,"1626":1},"2":{"0":15,"42":1,"52":1,"63":4,"80":3,"81":1,"82":2,"121":1,"152":2,"1598":6,"1599":3,"1600":5}}],["linestring",{"2":{"0":4}}],["linestyles",{"2":{"1586":2}}],["linestyle=",{"2":{"924":1,"2044":2}}],["linestyle",{"0":{"361":1,"653":1,"940":1,"969":1,"1006":1,"1152":1,"1187":1,"1223":1,"1335":1,"1360":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"1817":1,"1842":1,"1977":1,"2006":1,"2061":1,"2116":1,"2142":1,"2255":1,"2278":1,"2281":1,"2285":1,"2289":1,"2384":1,"2537":1,"2590":1},"2":{"0":59,"42":1,"63":1,"119":2,"121":2,"182":1,"185":2,"263":1,"274":1,"310":1,"321":1,"361":4,"627":4,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"780":1,"785":1,"804":1,"814":1,"819":1,"940":1,"969":1,"1006":1,"1141":1,"1142":1,"1360":1,"1497":1,"1527":1,"1586":6,"1616":1,"1791":1,"1977":1,"2061":1,"2255":1,"2278":2,"2281":1,"2285":2,"2289":1,"2384":1,"2537":1,"2590":1,"2620":1,"2621":1}}],["lines",{"0":{"1568":1,"1717":1},"1":{"1569":1,"1570":1,"1571":1,"1572":1,"1573":1,"1574":1,"1575":1,"1576":1,"1577":1,"1578":1,"1579":1,"1580":1,"1581":1,"1582":1,"1583":1,"1584":1,"1585":1,"1586":1,"1587":1,"1588":1,"1589":1,"1590":1,"1591":1,"1592":1,"1593":1,"1594":1,"1595":1,"1596":1,"1597":1},"2":{"0":48,"8":1,"10":2,"36":2,"42":1,"63":1,"66":1,"68":1,"80":1,"82":4,"100":1,"102":1,"121":6,"142":2,"145":3,"146":7,"149":1,"151":1,"153":1,"162":4,"166":1,"168":1,"169":1,"178":1,"182":2,"185":6,"186":6,"196":1,"203":1,"205":1,"206":3,"208":2,"223":1,"234":1,"262":1,"263":1,"264":1,"265":1,"273":1,"274":1,"275":1,"276":1,"287":2,"309":1,"310":1,"311":1,"312":1,"320":1,"321":1,"322":1,"323":1,"334":2,"624":2,"625":5,"626":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"750":1,"751":5,"753":1,"756":1,"757":6,"758":2,"770":1,"802":3,"874":1,"908":2,"992":1,"1025":1,"1141":1,"1167":1,"1183":1,"1185":1,"1203":1,"1219":1,"1221":1,"1377":1,"1391":1,"1481":2,"1508":1,"1509":1,"1568":5,"1569":8,"1572":5,"1584":1,"1585":2,"1586":2,"1587":1,"1600":3,"1883":1,"1897":1,"1914":3,"1959":1,"1996":2,"2074":1,"2127":1,"2195":3,"2274":1,"2368":2,"2395":1,"2396":1,"2459":1,"2618":5,"2619":3,"2620":1,"2621":1,"2624":1,"2634":1,"2640":1,"2642":1,"2643":1}}],["lineto",{"2":{"0":4,"1912":1,"1915":8,"1916":3}}],["limiting",{"2":{"283":1,"305":1,"330":1,"352":1,"753":1,"756":1}}],["limitations",{"0":{"74":1},"2":{"50":1,"1323":1}}],["limit",{"0":{"212":1,"972":1,"1154":1,"1190":1,"1226":1,"1363":1,"1529":1,"1589":1,"1793":1,"1985":1,"2011":1,"2064":1,"2146":1,"2293":1,"2539":1},"2":{"0":49,"212":1,"234":1,"373":1,"751":2,"752":1,"967":1,"972":1,"1154":1,"1190":1,"1226":1,"1258":2,"1273":1,"1274":1,"1358":1,"1363":1,"1529":1,"1584":2,"1589":1,"1793":1,"1985":1,"2011":1,"2059":1,"2064":1,"2146":1,"2236":2,"2293":1,"2486":1,"2539":1}}],["limited",{"2":{"0":2,"18":1,"71":1,"287":1,"334":1,"2486":1,"2603":2,"2604":1}}],["limits=",{"2":{"1289":1,"1918":1}}],["limits",{"0":{"234":1,"382":1,"537":1,"751":1,"1877":1},"2":{"0":69,"11":1,"12":2,"59":1,"60":1,"62":1,"64":2,"69":4,"76":5,"152":1,"159":1,"196":1,"212":6,"222":3,"223":3,"234":15,"287":2,"304":1,"334":2,"351":1,"382":3,"385":2,"515":7,"585":1,"751":1,"752":1,"773":1,"777":1,"783":1,"794":1,"817":3,"844":1,"924":1,"1248":3,"1408":5,"1438":1,"1452":1,"1856":1,"1914":1,"1920":1,"1925":1,"1926":1,"1944":1,"1949":1,"2189":1,"2194":4,"2601":1,"2623":1,"2627":1,"2643":2}}],["likely",{"2":{"0":1,"27":2,"149":1}}],["like",{"2":{"0":91,"10":1,"31":1,"51":1,"53":1,"55":1,"56":3,"57":1,"68":1,"72":1,"74":1,"76":1,"80":1,"81":1,"83":1,"84":1,"99":1,"100":2,"102":1,"105":1,"106":3,"111":1,"118":1,"126":1,"129":1,"135":1,"136":1,"139":1,"140":1,"141":2,"142":2,"149":1,"152":2,"155":1,"162":3,"164":2,"165":1,"183":1,"192":1,"205":1,"373":1,"383":1,"385":1,"515":1,"577":1,"583":1,"603":1,"623":1,"624":2,"625":1,"691":1,"750":1,"926":1,"932":1,"954":1,"960":1,"982":1,"986":1,"996":1,"1027":1,"1034":1,"1060":1,"1069":1,"1166":1,"1171":1,"1202":1,"1207":1,"1240":1,"1290":1,"1293":1,"1299":1,"1345":1,"1351":1,"1376":1,"1382":1,"1402":1,"1404":1,"1411":1,"1415":1,"1441":1,"1483":1,"1489":1,"1512":1,"1518":1,"1547":1,"1551":1,"1571":1,"1577":1,"1602":1,"1608":1,"1629":1,"1631":1,"1638":1,"1664":1,"1671":1,"1753":1,"1776":1,"1782":1,"1811":1,"1836":1,"1882":1,"1888":1,"1911":1,"1912":2,"1914":4,"1915":1,"1922":1,"1924":1,"1930":1,"1962":1,"1968":1,"2019":1,"2023":1,"2046":1,"2052":1,"2082":1,"2124":1,"2132":1,"2160":1,"2166":1,"2200":1,"2205":1,"2243":1,"2274":1,"2309":1,"2339":1,"2370":1,"2376":1,"2402":1,"2407":1,"2435":1,"2441":1,"2458":1,"2459":2,"2461":1,"2478":1,"2488":1,"2494":1,"2522":1,"2528":1,"2576":1,"2582":1,"2615":1,"2618":3,"2623":1,"2626":1,"2633":1,"2644":1}}],["lightterrain",{"2":{"2662":1}}],["lighttemperaturemap",{"2":{"2662":1}}],["lighttest",{"2":{"0":1,"2002":1,"2654":1}}],["lightrainbow",{"2":{"2654":1}}],["lightposition=",{"2":{"2639":1}}],["lightgrey",{"2":{"2017":1}}],["lightblue",{"2":{"753":3,"2274":1,"2602":1}}],["lightweight",{"2":{"147":1,"162":1}}],["lightness",{"2":{"34":4}}],["lighting`",{"2":{"2639":1}}],["lighting",{"0":{"2603":1,"2605":1},"1":{"2604":1,"2605":1,"2606":1,"2607":1,"2608":1,"2609":1,"2610":1,"2611":1,"2612":1},"2":{"0":15,"157":1,"1016":2,"1049":2,"1653":2,"1687":2,"2180":2,"2424":2,"2511":2,"2603":5,"2605":2,"2613":1}}],["lights=lights",{"2":{"31":1,"32":1,"33":1,"34":1,"35":1,"36":1,"2644":1}}],["lights",{"2":{"0":9,"22":3,"31":4,"32":1,"33":1,"34":4,"35":1,"36":1,"691":1,"1016":1,"1049":1,"1653":1,"1687":1,"2180":1,"2424":1,"2511":1,"2605":5,"2607":4,"2608":6,"2609":9,"2610":5,"2611":6,"2639":2,"2644":1}}],["light",{"0":{"174":1,"2606":1},"1":{"2607":1,"2608":1,"2609":1,"2610":1,"2611":1,"2612":1},"2":{"0":39,"22":3,"31":2,"34":2,"149":1,"174":1,"991":1,"997":1,"1019":1,"1028":1,"1035":1,"1052":1,"1632":1,"1639":1,"1656":1,"1665":1,"1672":1,"1690":1,"2161":1,"2167":1,"2183":1,"2400":1,"2403":1,"2408":1,"2427":1,"2489":1,"2496":1,"2514":1,"2601":1,"2604":10,"2605":10,"2611":1,"2639":1,"2644":1}}],["ltriangle",{"2":{"1913":2}}],["lt",{"2":{"0":131,"106":1,"149":2,"626":1,"758":2,"764":1,"932":2,"951":1,"960":2,"982":2,"996":2,"1029":2,"1034":2,"1069":2,"1171":2,"1185":1,"1207":2,"1221":1,"1240":2,"1248":2,"1299":2,"1351":2,"1382":2,"1415":2,"1453":1,"1489":2,"1513":2,"1518":2,"1551":2,"1577":2,"1608":2,"1633":2,"1638":2,"1671":2,"1753":2,"1777":2,"1782":2,"1811":2,"1831":1,"1836":2,"1888":2,"1912":1,"1930":2,"1968":2,"1996":5,"2023":2,"2052":2,"2082":2,"2132":2,"2162":1,"2166":2,"2201":1,"2205":2,"2243":2,"2309":2,"2318":1,"2327":1,"2339":2,"2376":2,"2407":2,"2441":2,"2494":2,"2523":2,"2528":2,"2582":2}}],["=>",{"2":{"35":15,"51":3,"52":1,"53":2,"54":2,"56":7,"110":4,"151":2,"164":8,"184":2,"1289":4,"2644":15}}],["==",{"2":{"0":6,"51":1,"80":13,"81":9,"82":8,"83":1,"92":2,"104":7,"107":2,"195":2,"577":3,"721":1,"1473":1,"1584":1,"1856":4,"2118":1,"2330":2,"2624":1,"2634":1}}],["===",{"2":{"0":31,"32":1,"167":2,"217":1,"218":2,"585":1,"1586":1,"2330":4}}],["=",{"2":{"0":2031,"8":8,"10":25,"11":6,"12":24,"14":2,"16":8,"17":2,"19":9,"20":1,"22":22,"23":4,"24":6,"31":15,"32":26,"33":28,"34":33,"35":35,"36":35,"38":2,"39":5,"49":3,"51":7,"52":10,"53":23,"54":9,"55":1,"56":7,"57":5,"61":5,"62":49,"63":26,"64":2,"66":81,"69":1,"71":4,"73":3,"75":6,"76":8,"78":7,"80":28,"81":14,"82":20,"83":7,"85":3,"91":2,"92":6,"94":2,"96":8,"97":9,"98":9,"100":9,"101":5,"102":8,"103":4,"104":14,"105":19,"106":9,"107":10,"109":4,"110":9,"119":12,"120":5,"121":27,"122":1,"124":8,"125":4,"135":3,"136":5,"137":11,"138":10,"139":7,"141":2,"142":10,"145":5,"146":11,"149":6,"151":10,"152":38,"153":1,"155":2,"157":5,"159":1,"162":7,"163":25,"164":5,"166":3,"167":14,"168":10,"169":26,"178":3,"179":1,"181":1,"182":4,"183":9,"184":10,"185":12,"186":5,"187":13,"189":29,"190":22,"191":39,"192":19,"194":3,"195":21,"196":24,"199":10,"202":5,"203":4,"204":3,"205":20,"206":12,"207":20,"208":8,"218":2,"222":15,"223":8,"234":13,"239":8,"248":5,"249":7,"261":3,"266":5,"279":7,"287":17,"288":2,"290":7,"299":5,"301":5,"304":13,"308":3,"313":5,"326":7,"334":17,"335":2,"337":6,"346":5,"348":5,"351":13,"357":5,"358":4,"361":4,"362":5,"364":4,"373":24,"374":6,"379":5,"383":6,"384":15,"396":8,"410":10,"423":1,"443":10,"456":1,"474":10,"487":1,"491":11,"515":46,"516":1,"553":2,"575":3,"576":3,"577":5,"578":8,"579":7,"580":13,"581":6,"582":20,"583":6,"584":5,"585":22,"603":21,"624":10,"625":26,"626":27,"627":30,"628":41,"633":10,"639":8,"664":37,"665":10,"668":8,"669":7,"678":8,"685":10,"691":7,"704":23,"705":9,"749":3,"750":11,"751":22,"752":25,"753":42,"754":12,"756":1,"757":35,"758":18,"775":1,"810":1,"844":13,"863":20,"873":3,"874":9,"908":12,"924":2,"932":2,"947":1,"949":1,"952":8,"960":2,"978":1,"980":1,"983":39,"996":2,"1020":1,"1022":1,"1025":16,"1033":1,"1034":2,"1053":1,"1055":1,"1058":86,"1068":1,"1069":2,"1096":1,"1101":1,"1105":15,"1106":6,"1107":8,"1113":1,"1141":29,"1142":11,"1143":8,"1164":15,"1171":2,"1195":1,"1197":1,"1200":8,"1207":2,"1231":1,"1233":1,"1235":20,"1236":8,"1240":2,"1249":2,"1254":1,"1256":1,"1259":7,"1265":1,"1282":1,"1284":5,"1285":14,"1287":14,"1288":7,"1289":7,"1290":1,"1292":5,"1299":2,"1317":1,"1319":1,"1322":14,"1323":17,"1324":5,"1328":1,"1332":1,"1343":9,"1351":2,"1368":1,"1371":1,"1374":27,"1382":2,"1397":1,"1399":1,"1402":1,"1404":20,"1405":4,"1406":3,"1407":4,"1408":10,"1409":8,"1415":2,"1428":1,"1430":1,"1434":24,"1435":25,"1436":10,"1437":13,"1438":13,"1439":11,"1455":10,"1456":7,"1457":2,"1458":5,"1463":1,"1481":2,"1489":2,"1504":1,"1506":1,"1510":4,"1517":1,"1518":2,"1535":1,"1540":1,"1545":14,"1551":2,"1564":1,"1566":1,"1569":22,"1572":10,"1577":2,"1584":14,"1585":14,"1586":16,"1587":9,"1594":1,"1596":1,"1599":6,"1600":22,"1608":2,"1623":1,"1625":1,"1628":9,"1629":24,"1637":1,"1638":2,"1657":1,"1659":1,"1662":5,"1671":2,"1691":1,"1693":1,"1750":15,"1753":2,"1766":1,"1770":1,"1774":21,"1781":1,"1782":2,"1799":1,"1804":1,"1807":2,"1811":2,"1825":1,"1829":1,"1831":3,"1832":3,"1836":2,"1850":1,"1854":1,"1856":105,"1864":1,"1880":12,"1888":2,"1903":1,"1905":1,"1910":3,"1911":8,"1913":14,"1914":24,"1915":6,"1916":3,"1917":8,"1918":2,"1919":7,"1920":13,"1921":4,"1922":38,"1925":10,"1926":13,"1930":2,"1944":9,"1949":8,"1951":1,"1952":6,"1953":6,"1956":1,"1960":12,"1968":2,"1990":1,"1994":1,"1996":1,"1998":3,"1999":1,"2000":2,"2016":2,"2017":8,"2023":2,"2039":1,"2041":1,"2044":3,"2052":2,"2069":1,"2072":1,"2075":27,"2081":1,"2082":2,"2094":1,"2103":1,"2111":9,"2115":1,"2121":2,"2122":5,"2132":2,"2152":1,"2155":1,"2158":21,"2166":2,"2184":1,"2186":1,"2189":12,"2190":8,"2191":6,"2192":19,"2193":11,"2194":16,"2195":7,"2196":13,"2197":7,"2205":2,"2228":1,"2234":1,"2239":3,"2241":1,"2243":2,"2260":1,"2267":1,"2274":31,"2276":2,"2303":16,"2304":66,"2305":9,"2309":2,"2319":1,"2324":1,"2326":1,"2330":27,"2331":6,"2332":8,"2337":1,"2339":2,"2360":1,"2364":1,"2368":2,"2376":2,"2391":1,"2393":1,"2397":6,"2398":18,"2407":2,"2428":1,"2430":1,"2433":20,"2441":2,"2454":1,"2456":1,"2459":35,"2480":10,"2481":5,"2482":3,"2483":7,"2484":21,"2485":11,"2494":2,"2505":2,"2515":1,"2517":1,"2520":4,"2527":1,"2528":2,"2545":1,"2550":1,"2555":19,"2558":1,"2574":2,"2582":2,"2597":1,"2599":1,"2601":1,"2602":9,"2604":4,"2605":7,"2607":15,"2608":16,"2609":37,"2610":12,"2611":25,"2613":1,"2614":3,"2618":3,"2619":7,"2620":8,"2621":12,"2623":19,"2624":83,"2625":3,"2626":10,"2627":14,"2628":1,"2629":7,"2630":13,"2631":7,"2632":3,"2633":7,"2634":11,"2635":3,"2636":2,"2637":4,"2639":7,"2640":9,"2641":1,"2642":12,"2643":2,"2644":44,"2647":2,"2648":3,"2651":96,"2653":11}}],["oleron50",{"2":{"2656":1}}],["oleron25",{"2":{"2656":1}}],["oleron100",{"2":{"2656":1}}],["oleron10",{"2":{"2656":1}}],["oleron",{"2":{"2656":1}}],["old",{"2":{"0":4,"27":1,"31":1,"88":2,"121":1,"152":2,"167":1,"583":1,"2654":1}}],["oldaxis",{"2":{"0":2}}],["oxy",{"2":{"2655":1}}],["oak",{"2":{"2484":1}}],["ocean",{"2":{"2659":1}}],["october",{"2":{"1323":1}}],["occurs",{"2":{"29":1,"2623":1}}],["occurring",{"2":{"0":2}}],["occurrence",{"2":{"0":2,"625":1}}],["occasionally",{"2":{"1":1}}],["occluded",{"2":{"2601":1}}],["occludes",{"2":{"0":1,"2409":1}}],["occlusion",{"2":{"0":43,"22":1,"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1428":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2324":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2601":3}}],["ok",{"2":{"116":1,"2625":1}}],["oslo50",{"2":{"2656":1}}],["oslo25",{"2":{"2656":1}}],["oslo100",{"2":{"2656":1}}],["oslo10",{"2":{"2656":1}}],["oslo",{"2":{"2656":1}}],["osm",{"0":{"1288":1},"2":{"1288":1}}],["os",{"2":{"106":2,"2618":1}}],["osx",{"2":{"23":1,"30":2}}],["own",{"2":{"31":1,"37":1,"57":1,"72":1,"76":2,"97":2,"128":1,"129":1,"147":1,"214":1,"577":2,"1912":1}}],["owned",{"2":{"0":1}}],["oit",{"2":{"22":1,"191":6}}],["our",{"2":{"10":1,"70":1,"80":1,"81":1,"82":2,"98":1,"105":1,"106":1,"107":3,"136":1,"140":1,"152":13,"162":1,"166":2,"199":1,"2603":1,"2617":1,"2618":2,"2619":1,"2622":1,"2623":3,"2625":1,"2637":1,"2646":2,"2648":2}}],["outgoing",{"2":{"2604":2}}],["outs",{"2":{"751":1}}],["outside",{"0":{"756":1},"2":{"0":6,"83":1,"131":1,"192":3,"287":2,"334":2,"516":1,"580":6,"582":1,"585":1,"756":2,"1104":1,"1282":1,"1916":1,"2462":1,"2480":1,"2605":1}}],["outlining",{"2":{"2642":1}}],["outlined",{"2":{"1918":1}}],["outline",{"0":{"1569":1,"1600":1,"1922":1,"2254":1,"2255":1,"2256":1},"2":{"0":23,"121":1,"796":1,"797":2,"828":1,"829":2,"1536":1,"1538":1,"1569":1,"1600":1,"1800":1,"1802":1,"1876":1,"1918":1,"1922":1,"1952":1,"1953":1,"1991":1,"1992":1,"2229":1,"2230":1,"2254":1,"2255":1,"2256":1,"2261":1,"2262":1,"2546":1,"2548":1,"2640":2}}],["outliercolor",{"0":{"1125":1},"2":{"0":1,"1105":4}}],["outlierstrokewidth",{"0":{"1127":1},"2":{"0":1}}],["outlierstrokecolor",{"0":{"1126":1},"2":{"0":1}}],["outliers",{"0":{"1131":1,"1873":1},"2":{"0":5,"1104":1,"1105":2,"1131":1,"1873":1}}],["output",{"0":{"50":1},"1":{"51":1},"2":{"0":4,"16":2,"20":1,"22":1,"31":3,"51":4,"66":4,"82":1,"105":1,"106":3,"107":2,"137":1,"162":1,"191":1,"723":1,"751":1,"982":1,"1284":1,"2127":1}}],["outputs",{"2":{"0":3,"106":1}}],["outer=2",{"2":{"1025":1,"2555":4}}],["outermost",{"2":{"304":1,"351":1,"2619":1}}],["outer",{"2":{"0":4,"579":1,"753":1,"1236":1,"1764":1,"2274":5,"2304":6,"2305":1}}],["out",{"2":{"0":15,"7":1,"11":1,"27":1,"47":1,"53":2,"55":1,"62":4,"64":1,"66":1,"68":1,"74":2,"82":2,"105":2,"106":2,"109":1,"118":1,"126":1,"151":1,"152":4,"192":1,"210":1,"234":1,"288":1,"335":1,"515":1,"553":1,"627":2,"751":1,"757":1,"758":2,"775":1,"1287":3,"1406":1,"1629":1,"1912":1,"1914":1,"1916":1,"1918":1,"2459":1,"2601":1,"2623":2,"2644":1}}],["omitting",{"2":{"203":1,"584":1,"1164":1,"1200":1}}],["omitted",{"2":{"0":1,"1402":1}}],["omits",{"2":{"0":1,"1831":1}}],["otf",{"2":{"0":1}}],["others",{"2":{"0":3,"31":1}}],["otherwise",{"2":{"0":6,"22":1,"73":1,"75":2,"82":1,"104":1,"157":1,"515":1,"664":1,"794":1,"810":1,"1856":1,"2302":1,"2623":1}}],["other",{"0":{"755":1},"1":{"756":1,"757":1,"758":1},"2":{"0":115,"17":1,"22":2,"27":2,"31":3,"52":1,"53":1,"62":1,"69":1,"71":1,"74":1,"75":3,"78":2,"80":1,"82":2,"83":2,"97":2,"106":2,"107":3,"119":1,"121":2,"126":1,"134":1,"137":1,"139":1,"142":1,"150":1,"151":1,"152":2,"155":1,"162":1,"164":1,"186":1,"190":3,"206":2,"207":1,"299":1,"301":1,"346":1,"348":1,"373":1,"384":1,"385":1,"576":1,"577":2,"578":2,"579":1,"625":1,"720":3,"932":1,"945":1,"960":1,"975":1,"982":1,"996":1,"1010":1,"1014":1,"1034":1,"1045":1,"1048":1,"1069":1,"1094":1,"1171":1,"1193":1,"1207":1,"1229":1,"1240":1,"1252":1,"1287":1,"1299":1,"1313":1,"1337":1,"1351":1,"1366":1,"1382":1,"1395":1,"1415":1,"1426":1,"1489":1,"1502":1,"1518":1,"1532":1,"1551":1,"1562":1,"1577":1,"1592":1,"1608":1,"1621":1,"1638":1,"1649":1,"1652":1,"1671":1,"1682":1,"1685":1,"1753":1,"1763":1,"1782":1,"1796":1,"1811":1,"1823":1,"1836":1,"1848":1,"1879":1,"1888":1,"1901":1,"1914":1,"1915":1,"1922":1,"1930":1,"1948":1,"1968":1,"1988":1,"2023":1,"2037":1,"2052":1,"2067":1,"2082":1,"2092":1,"2132":1,"2149":1,"2166":1,"2174":1,"2176":1,"2179":1,"2197":1,"2205":1,"2224":1,"2243":1,"2257":1,"2309":1,"2322":1,"2339":1,"2355":1,"2376":1,"2389":1,"2407":1,"2409":1,"2420":1,"2423":1,"2441":1,"2452":1,"2482":1,"2485":1,"2494":1,"2507":1,"2510":1,"2528":1,"2542":1,"2554":1,"2582":1,"2595":1,"2618":2,"2623":4,"2630":1,"2637":1,"2649":1}}],["odd",{"0":{"711":1},"2":{"0":3,"711":1,"1282":1}}],["opacity",{"0":{"2650":1}}],["opaque",{"2":{"191":4}}],["opposite",{"2":{"413":1,"446":1,"477":1,"578":1}}],["opt",{"2":{"28":2,"116":2}}],["optimization",{"2":{"0":1}}],["optimized",{"2":{"31":1,"161":1,"1286":1}}],["optimize",{"2":{"0":2,"74":1,"75":1,"1286":1}}],["optimally",{"2":{"74":1}}],["optimal",{"2":{"0":1}}],["optional",{"2":{"0":17,"31":1,"51":1,"151":2,"159":1,"623":1,"873":1,"1918":1,"1932":1,"2311":1,"2312":1,"2397":1}}],["optionally",{"2":{"0":6,"14":1,"22":1,"149":1,"354":1,"625":1,"2478":1,"2484":1,"2518":1}}],["optionvalue",{"2":{"0":2}}],["optionlabel",{"2":{"0":1}}],["option",{"2":{"0":5,"107":1,"158":1,"218":2,"234":1,"2605":1,"2644":1}}],["options=",{"2":{"168":1}}],["options",{"0":{"720":1},"2":{"0":45,"16":3,"31":1,"49":1,"62":2,"83":1,"184":1,"187":1,"249":1,"287":1,"334":1,"373":1,"704":2,"705":2,"719":1,"720":2,"794":1,"940":1,"967":1,"968":1,"969":1,"1016":1,"1049":1,"1358":1,"1359":1,"1360":1,"1497":1,"1527":1,"1584":1,"1585":1,"1586":1,"1616":1,"1653":1,"1687":1,"1791":1,"2059":1,"2060":1,"2061":1,"2180":1,"2384":1,"2424":1,"2511":1,"2537":1,"2590":1,"2605":2,"2624":1}}],["op",{"2":{"0":1}}],["operator",{"2":{"164":1}}],["operate",{"2":{"76":1,"2623":1}}],["operation=log10",{"2":{"1290":1}}],["operations",{"2":{"68":2,"151":1,"1915":1}}],["operation",{"0":{"1307":1,"1312":1},"2":{"0":4,"68":1,"76":1,"102":1,"138":1,"1288":1,"1307":1,"1312":1}}],["opencl",{"2":{"30":1}}],["opened",{"2":{"22":2,"2618":1}}],["opengl",{"0":{"27":1,"34":1},"2":{"21":2,"22":1,"27":5,"28":2,"88":1,"90":1,"92":1,"197":1,"2642":1,"2644":1}}],["opening",{"2":{"0":1,"712":1}}],["open",{"0":{"719":1},"2":{"0":6,"16":1,"25":1,"53":1,"57":1,"79":2,"92":2,"152":14,"161":1,"199":3,"200":2,"704":1,"705":2,"748":1,"1282":1,"1288":1,"2602":1,"2641":1}}],["overflow",{"2":{"2486":1}}],["overflows",{"2":{"0":2,"2236":1}}],["overview",{"0":{"731":1,"1695":1},"1":{"732":1,"733":1,"734":1,"735":1,"736":1,"737":1,"738":1,"739":1,"740":1,"741":1,"742":1,"743":1,"744":1,"745":1,"746":1,"747":1,"1696":1,"1697":1,"1698":1,"1699":1,"1700":1,"1701":1,"1702":1,"1703":1,"1704":1,"1705":1,"1706":1,"1707":1,"1708":1,"1709":1,"1710":1,"1711":1,"1712":1,"1713":1,"1714":1,"1715":1,"1716":1,"1717":1,"1718":1,"1719":1,"1720":1,"1721":1,"1722":1,"1723":1,"1724":1,"1725":1,"1726":1,"1727":1,"1728":1,"1729":1,"1730":1,"1731":1,"1732":1,"1733":1,"1734":1,"1735":1,"1736":1,"1737":1,"1738":1,"1739":1,"1740":1,"1741":1,"1742":1,"1743":1,"1744":1,"1745":1,"1746":1,"1747":1,"1748":1},"2":{"198":1}}],["overhead",{"2":{"162":1}}],["overall",{"2":{"107":1,"1914":1}}],["overwrite",{"2":{"82":1}}],["overwritten",{"2":{"0":1,"62":1}}],["overlayed",{"2":{"1289":1}}],["overlap",{"2":{"190":1}}],["overlapping",{"2":{"104":1,"190":1}}],["overlaps",{"2":{"74":1,"2633":1}}],["overloads",{"2":{"165":1}}],["overload",{"2":{"0":1,"52":1,"76":1,"141":2,"152":1,"165":2,"166":1,"219":1}}],["overloading",{"2":{"0":1,"76":1,"1292":1}}],["overloaded",{"2":{"0":1,"31":1,"76":1}}],["overridden",{"2":{"0":2,"23":1,"24":1,"549":1,"992":1}}],["override",{"0":{"2648":1},"2":{"0":1,"178":1,"181":1,"2192":1,"2648":2}}],["overrides",{"2":{"0":43,"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1424":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1946":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2252":1,"2320":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1}}],["overdraw",{"0":{"945":1,"975":1,"1014":1,"1048":1,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1426":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2224":1,"2257":1,"2322":1,"2355":1,"2389":1,"2423":1,"2452":1,"2510":1,"2542":1,"2595":1},"2":{"0":88,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1415":1,"1489":1,"1518":1,"1551":1,"1569":3,"1577":1,"1600":3,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1922":3,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2309":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2495":1,"2528":1,"2582":1}}],["over",{"0":{"1063":1,"1064":1,"1475":1,"1476":1},"2":{"0":59,"8":1,"10":1,"56":1,"82":1,"107":1,"119":2,"161":1,"163":1,"287":1,"334":1,"496":1,"507":1,"585":2,"589":1,"849":1,"945":1,"975":1,"1014":1,"1048":1,"1058":2,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1402":1,"1405":1,"1426":1,"1461":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2113":1,"2149":1,"2179":1,"2224":1,"2257":1,"2304":1,"2322":1,"2355":1,"2389":1,"2423":1,"2452":1,"2510":1,"2542":1,"2595":1,"2618":1,"2624":1}}],["o",{"2":{"0":1,"62":1,"2196":1}}],["obs",{"2":{"34":2,"76":3,"2485":1}}],["observations",{"0":{"1437":1,"1439":1},"2":{"0":3,"1432":1,"1452":1,"1480":1}}],["observation",{"2":{"0":4,"1134":1,"1453":2,"2366":1}}],["observable`",{"2":{"76":1}}],["observables",{"0":{"10":1,"11":1,"78":1,"134":1,"137":1},"1":{"135":1,"136":1,"137":1,"138":1,"139":1},"2":{"0":7,"7":3,"10":2,"12":1,"35":1,"52":1,"62":1,"67":1,"77":3,"78":2,"79":1,"82":1,"121":1,"126":1,"134":4,"136":3,"137":3,"138":1,"139":5,"152":8,"160":1,"161":1,"2642":1}}],["observable",{"0":{"135":1},"2":{"0":69,"10":6,"11":2,"12":1,"27":1,"31":2,"34":1,"39":1,"52":1,"66":3,"76":8,"78":1,"79":12,"80":5,"81":2,"82":2,"134":3,"135":7,"136":6,"137":6,"138":8,"139":5,"152":13,"159":1,"162":2,"167":1,"196":2,"491":1,"704":1,"723":1,"874":1,"2485":4}}],["observer",{"2":{"0":1,"83":1}}],["observerfunction",{"2":{"0":1}}],["obj",{"2":{"18":1,"32":1,"166":3,"167":8,"2611":1,"2614":1}}],["objects",{"0":{"68":1,"104":1,"182":1,"183":1},"2":{"0":13,"18":1,"31":1,"35":1,"37":1,"57":1,"75":3,"98":2,"104":5,"124":1,"126":1,"135":2,"162":11,"166":1,"167":1,"177":1,"182":1,"184":1,"190":1,"192":2,"219":1,"279":1,"290":1,"299":2,"326":1,"337":1,"346":2,"515":1,"577":5,"623":2,"624":1,"625":3,"627":1,"775":1,"1627":1,"1912":2,"1914":1,"2195":1,"2196":2,"2409":1,"2604":1,"2619":1,"2623":1,"2625":1,"2626":2,"2627":1,"2633":1,"2637":1,"2639":1,"2644":1,"2649":1}}],["object",{"0":{"218":1},"2":{"0":22,"19":1,"37":1,"51":1,"53":4,"54":2,"56":2,"62":1,"67":2,"68":1,"99":1,"100":3,"102":2,"104":3,"120":1,"124":1,"129":1,"130":1,"132":1,"134":1,"135":1,"140":1,"141":1,"142":2,"143":1,"151":5,"152":1,"155":1,"162":2,"164":1,"167":1,"177":1,"184":2,"185":1,"186":1,"203":1,"204":1,"239":1,"248":1,"266":1,"287":1,"313":1,"334":1,"515":2,"577":3,"625":1,"691":1,"699":1,"844":1,"1019":1,"1052":1,"1627":1,"1629":1,"1656":1,"1690":1,"2183":1,"2194":1,"2427":1,"2459":1,"2485":1,"2514":1,"2604":6,"2605":3,"2619":2,"2640":1,"2643":1,"2644":1}}],["obtained",{"2":{"0":1,"1831":1}}],["often",{"2":{"10":1,"64":1,"102":1,"104":1,"106":1,"107":1,"135":1,"139":2,"146":1,"161":1,"179":1,"216":1,"575":1,"577":1}}],["offending",{"2":{"97":1}}],["offering",{"2":{"161":1}}],["offer",{"2":{"58":1,"2613":1}}],["offers",{"2":{"37":1,"56":2,"58":1,"140":1,"155":1,"158":1,"383":1,"2617":1,"2640":1,"2644":2}}],["offline",{"0":{"54":1},"2":{"51":1}}],["offline=true",{"2":{"51":1,"57":1}}],["offset=vec2f",{"2":{"2643":1}}],["offset=i",{"2":{"1457":1}}],["offsets",{"0":{"2197":1},"2":{"0":2,"2265":1}}],["offsetting",{"2":{"0":1,"119":1}}],["offset",{"0":{"757":1,"1086":1,"1093":1,"1155":1,"1337":1,"1471":1,"1474":1,"1762":1,"1943":1,"1957":1,"2091":1,"2193":1,"2223":1,"2253":1},"2":{"0":25,"66":10,"79":1,"119":1,"406":1,"439":1,"470":1,"757":1,"809":1,"1058":1,"1141":3,"1155":1,"1322":1,"1323":1,"1457":2,"1474":1,"1584":1,"1585":1,"1586":1,"1587":1,"1750":1,"1762":1,"1913":1,"1943":1,"2074":1,"2075":3,"2193":3,"2194":1,"2197":4,"2223":1,"2253":1,"2643":1,"2651":1,"2653":2}}],["off",{"2":{"0":10,"62":1,"181":1,"769":1,"967":1,"1358":1,"1584":1,"2059":1,"2189":1,"2601":1}}],["of",{"0":{"97":1,"106":1,"1405":1,"1434":1,"1435":1,"1437":2,"1999":1,"2606":1},"1":{"2607":1,"2608":1,"2609":1,"2610":1,"2611":1,"2612":1},"2":{"0":769,"2":1,"8":3,"10":2,"11":4,"12":1,"14":1,"15":1,"16":1,"17":1,"18":3,"19":2,"20":3,"22":6,"23":2,"24":1,"27":1,"28":2,"29":1,"30":2,"31":6,"32":1,"35":1,"37":2,"39":1,"41":1,"44":1,"46":1,"47":1,"50":1,"51":3,"53":4,"55":1,"56":1,"57":1,"58":1,"61":2,"62":28,"64":3,"66":1,"67":3,"68":2,"69":3,"70":2,"71":1,"72":1,"73":2,"74":1,"75":4,"76":3,"78":1,"79":5,"80":3,"81":1,"82":13,"83":5,"84":1,"85":1,"91":1,"94":2,"96":1,"97":3,"98":2,"99":1,"100":2,"102":2,"103":2,"104":1,"105":8,"106":15,"107":11,"109":1,"110":1,"111":1,"119":8,"120":1,"121":13,"123":1,"124":1,"126":2,"127":1,"128":1,"129":1,"130":2,"131":1,"132":4,"133":1,"135":3,"136":7,"137":5,"138":1,"139":10,"140":2,"141":2,"144":2,"147":2,"148":1,"149":4,"150":2,"151":11,"152":13,"153":3,"155":4,"156":2,"157":2,"159":2,"161":1,"162":8,"163":1,"164":2,"165":3,"166":1,"167":1,"177":1,"179":1,"184":2,"185":2,"186":1,"190":7,"191":6,"192":3,"197":1,"198":2,"199":2,"205":1,"206":2,"207":2,"208":1,"209":1,"215":1,"217":3,"218":1,"221":1,"222":4,"223":3,"224":1,"225":1,"230":1,"231":1,"232":1,"234":6,"236":1,"238":1,"239":1,"240":1,"241":1,"248":1,"249":1,"250":1,"251":1,"256":1,"258":1,"259":1,"261":1,"262":1,"263":1,"265":1,"266":1,"267":1,"268":1,"271":1,"273":1,"274":1,"276":1,"277":1,"278":1,"279":2,"280":1,"282":1,"287":4,"288":1,"289":1,"290":2,"291":1,"292":1,"293":1,"295":1,"296":1,"299":3,"300":1,"301":1,"303":1,"308":1,"309":1,"310":1,"312":1,"313":1,"314":1,"315":1,"318":1,"320":1,"321":1,"323":1,"324":1,"325":1,"326":2,"327":1,"329":1,"334":4,"335":1,"336":1,"337":2,"338":1,"339":1,"340":1,"342":1,"343":1,"346":3,"347":1,"348":1,"350":1,"354":1,"356":1,"357":1,"358":1,"359":1,"360":1,"361":1,"362":1,"363":1,"364":1,"367":1,"369":1,"372":1,"373":4,"374":1,"379":1,"380":1,"381":1,"383":1,"384":6,"389":1,"390":1,"391":1,"395":1,"396":4,"397":1,"411":1,"412":1,"413":2,"424":1,"427":1,"429":1,"444":1,"445":1,"446":2,"457":1,"460":1,"475":1,"476":1,"477":2,"488":1,"493":1,"494":1,"495":1,"496":1,"497":1,"498":2,"499":1,"500":1,"501":1,"502":1,"503":1,"504":1,"505":1,"506":1,"507":1,"508":1,"509":1,"510":1,"513":1,"514":1,"515":3,"518":1,"519":1,"522":1,"525":1,"526":1,"527":1,"535":1,"537":1,"538":1,"539":1,"540":1,"542":1,"544":1,"545":1,"546":1,"549":1,"550":1,"553":1,"554":1,"556":1,"557":1,"558":1,"560":1,"561":1,"565":1,"567":1,"568":1,"570":1,"572":1,"574":1,"575":1,"576":3,"577":3,"578":4,"580":1,"582":2,"583":1,"584":1,"585":3,"587":1,"588":1,"589":1,"590":1,"591":1,"592":1,"594":1,"595":1,"596":1,"598":1,"601":1,"602":1,"603":1,"605":1,"606":1,"607":1,"608":1,"609":1,"610":1,"611":1,"613":1,"614":1,"618":1,"620":1,"621":1,"623":4,"624":3,"625":1,"627":2,"628":4,"630":1,"631":1,"632":1,"633":2,"634":1,"636":1,"637":1,"638":1,"640":1,"641":1,"643":1,"644":1,"645":1,"646":1,"647":1,"648":1,"664":1,"665":1,"667":1,"668":1,"669":1,"670":2,"671":2,"681":1,"682":1,"684":1,"686":1,"687":1,"689":1,"690":1,"691":1,"693":1,"697":1,"698":1,"699":1,"702":1,"703":1,"705":1,"707":1,"712":1,"713":1,"714":1,"715":1,"716":1,"717":1,"718":1,"720":3,"722":1,"727":1,"728":1,"729":1,"730":1,"750":2,"751":3,"752":2,"754":2,"756":1,"757":3,"760":1,"762":1,"765":1,"768":1,"770":1,"771":1,"772":1,"775":2,"779":1,"780":1,"782":1,"783":1,"784":1,"785":1,"787":1,"791":1,"792":1,"793":1,"794":1,"795":1,"796":2,"797":2,"803":1,"804":1,"806":1,"810":1,"813":1,"814":1,"816":1,"817":1,"818":1,"819":1,"821":1,"824":1,"825":1,"826":1,"827":1,"828":2,"829":2,"834":1,"835":2,"836":1,"837":1,"838":1,"839":1,"841":1,"842":1,"843":1,"847":1,"848":1,"849":1,"850":1,"851":1,"852":1,"854":1,"855":1,"857":1,"860":1,"861":1,"862":1,"865":1,"866":1,"867":1,"870":1,"871":1,"872":1,"873":1,"876":1,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"886":1,"887":1,"888":1,"894":1,"895":1,"904":1,"906":1,"907":1,"908":1,"911":1,"912":1,"913":1,"914":1,"915":1,"916":1,"917":1,"918":1,"921":1,"922":1,"923":1,"926":1,"927":1,"929":1,"932":1,"939":1,"940":1,"941":1,"951":1,"954":1,"955":1,"957":1,"960":1,"968":1,"969":1,"970":1,"976":1,"982":1,"985":1,"986":1,"987":1,"989":3,"992":1,"994":1,"996":1,"1004":1,"1007":1,"1013":2,"1015":1,"1024":1,"1027":1,"1029":1,"1031":1,"1034":1,"1060":1,"1061":1,"1066":1,"1069":1,"1070":1,"1073":1,"1076":2,"1084":1,"1086":1,"1088":1,"1103":2,"1104":1,"1105":3,"1107":1,"1114":3,"1123":2,"1124":1,"1128":1,"1134":2,"1137":2,"1138":1,"1139":2,"1155":1,"1162":1,"1163":2,"1164":1,"1166":1,"1167":2,"1169":1,"1171":1,"1180":1,"1181":1,"1182":1,"1184":1,"1185":1,"1199":1,"1200":1,"1202":1,"1203":2,"1205":1,"1207":1,"1216":1,"1217":1,"1218":1,"1220":1,"1221":1,"1235":1,"1236":2,"1240":1,"1249":1,"1258":5,"1273":1,"1274":1,"1275":2,"1276":1,"1281":1,"1282":2,"1284":2,"1289":1,"1293":1,"1297":1,"1299":1,"1321":1,"1327":1,"1336":1,"1337":1,"1341":1,"1342":2,"1345":1,"1346":1,"1348":1,"1351":1,"1359":1,"1360":1,"1361":1,"1369":6,"1373":1,"1376":1,"1377":1,"1379":1,"1382":1,"1391":1,"1401":1,"1402":6,"1404":1,"1405":1,"1406":1,"1408":4,"1411":1,"1413":1,"1415":1,"1434":3,"1435":2,"1438":3,"1441":1,"1442":2,"1445":1,"1452":1,"1454":1,"1457":1,"1461":3,"1462":1,"1464":1,"1473":4,"1477":1,"1481":1,"1483":1,"1484":1,"1486":1,"1489":1,"1496":1,"1497":1,"1498":1,"1508":1,"1509":1,"1510":1,"1512":1,"1513":2,"1515":1,"1518":1,"1527":1,"1536":1,"1538":1,"1542":1,"1543":1,"1544":1,"1547":1,"1549":1,"1551":1,"1569":4,"1571":1,"1572":1,"1574":1,"1577":1,"1585":1,"1586":1,"1587":1,"1598":3,"1600":4,"1602":1,"1603":1,"1605":1,"1608":1,"1615":1,"1616":1,"1617":1,"1629":4,"1631":1,"1633":1,"1635":1,"1638":1,"1664":1,"1666":1,"1668":1,"1671":1,"1681":1,"1686":1,"1753":1,"1755":1,"1761":1,"1762":1,"1764":1,"1771":1,"1773":1,"1774":3,"1776":1,"1777":2,"1779":1,"1782":1,"1791":1,"1800":1,"1802":1,"1806":1,"1809":1,"1811":1,"1831":7,"1834":1,"1836":1,"1856":10,"1859":1,"1861":1,"1863":1,"1865":3,"1868":1,"1869":1,"1870":1,"1871":1,"1872":1,"1875":1,"1876":1,"1878":2,"1879":1,"1882":1,"1883":1,"1885":1,"1888":1,"1897":1,"1907":1,"1910":1,"1911":4,"1912":2,"1914":6,"1915":2,"1917":2,"1918":5,"1919":1,"1922":4,"1924":1,"1925":1,"1927":1,"1930":1,"1931":1,"1934":1,"1935":1,"1943":1,"1944":3,"1949":1,"1952":1,"1953":1,"1962":1,"1963":2,"1965":1,"1968":1,"1977":1,"1978":1,"1984":1,"1991":1,"1992":1,"1996":5,"2016":1,"2017":2,"2019":1,"2021":1,"2023":1,"2043":1,"2046":1,"2047":1,"2049":1,"2052":1,"2060":1,"2061":1,"2062":1,"2070":6,"2074":1,"2082":1,"2091":2,"2110":1,"2113":3,"2118":4,"2124":1,"2127":3,"2129":1,"2132":1,"2158":4,"2160":1,"2162":1,"2164":1,"2166":1,"2174":1,"2189":6,"2190":1,"2192":1,"2193":1,"2194":3,"2196":4,"2199":1,"2200":1,"2201":2,"2203":1,"2205":1,"2206":2,"2210":1,"2211":1,"2217":1,"2223":1,"2225":1,"2229":1,"2230":1,"2231":3,"2241":1,"2242":1,"2243":1,"2253":1,"2254":1,"2255":1,"2256":1,"2268":1,"2274":1,"2276":4,"2277":1,"2278":1,"2279":1,"2280":1,"2281":1,"2282":1,"2283":1,"2285":1,"2286":1,"2289":1,"2290":1,"2291":1,"2292":1,"2299":1,"2300":1,"2301":1,"2302":3,"2304":6,"2305":2,"2309":1,"2311":3,"2312":2,"2319":3,"2327":1,"2329":1,"2332":1,"2339":1,"2354":1,"2366":2,"2367":1,"2368":1,"2370":1,"2371":1,"2373":1,"2376":1,"2383":1,"2384":1,"2385":1,"2395":1,"2396":1,"2402":1,"2405":1,"2407":1,"2417":1,"2432":1,"2435":1,"2439":1,"2441":1,"2459":3,"2461":1,"2463":1,"2465":1,"2469":1,"2470":1,"2471":1,"2475":1,"2476":1,"2478":2,"2481":1,"2482":2,"2483":2,"2484":4,"2485":3,"2488":1,"2490":1,"2492":1,"2494":1,"2495":1,"2498":1,"2520":1,"2522":1,"2523":2,"2525":1,"2528":1,"2537":1,"2546":1,"2548":1,"2552":1,"2553":1,"2555":3,"2576":1,"2577":1,"2579":1,"2582":1,"2589":1,"2590":1,"2591":1,"2601":5,"2603":3,"2604":10,"2605":4,"2613":2,"2618":2,"2619":1,"2620":1,"2623":22,"2624":1,"2625":4,"2626":1,"2627":1,"2629":1,"2630":1,"2631":1,"2632":5,"2633":2,"2634":2,"2636":2,"2637":1,"2638":2,"2639":1,"2640":3,"2643":1,"2644":5,"2646":1,"2647":1,"2648":1,"2649":3,"2652":2,"2653":2,"2654":1}}],["orrd",{"2":{"2658":8}}],["oranges",{"2":{"2658":8}}],["orange",{"2":{"66":3,"146":1,"152":1,"187":1,"189":2,"203":1,"626":2,"628":1,"750":1,"863":1,"924":1,"1141":2,"1142":2,"1343":1,"1628":1,"1750":2,"1922":1,"1960":1,"2075":1,"2330":2,"2482":1,"2483":1,"2651":2}}],["ordered",{"2":{"0":13}}],["order",{"0":{"18":1,"191":1},"2":{"0":90,"18":1,"22":3,"61":1,"68":1,"69":1,"80":1,"83":1,"118":1,"136":1,"190":8,"191":2,"625":1,"750":1,"752":3,"810":1,"932":1,"949":1,"960":1,"980":1,"996":1,"1022":1,"1034":1,"1055":1,"1069":1,"1101":1,"1107":1,"1171":1,"1197":1,"1207":1,"1233":1,"1240":1,"1256":1,"1288":1,"1299":1,"1319":1,"1351":1,"1371":1,"1382":1,"1399":1,"1415":1,"1430":1,"1489":1,"1506":1,"1518":1,"1540":1,"1551":1,"1566":1,"1569":2,"1577":1,"1596":1,"1600":2,"1608":1,"1625":1,"1638":1,"1659":1,"1671":1,"1693":1,"1753":1,"1770":1,"1773":1,"1782":1,"1804":1,"1811":1,"1829":1,"1836":1,"1854":1,"1888":1,"1905":1,"1922":2,"1930":1,"1956":1,"1968":1,"1994":1,"2023":1,"2041":1,"2052":1,"2072":1,"2082":1,"2103":1,"2132":1,"2155":1,"2166":1,"2186":1,"2205":1,"2234":1,"2243":1,"2267":1,"2304":2,"2309":1,"2326":1,"2332":1,"2339":1,"2364":1,"2376":1,"2393":1,"2407":1,"2430":1,"2441":1,"2456":1,"2484":3,"2494":1,"2495":2,"2517":1,"2528":1,"2550":1,"2582":1,"2599":1,"2632":1}}],["org",{"2":{"0":1,"36":1,"56":1,"199":2,"1285":1,"2158":1,"2616":1}}],["oriented",{"2":{"571":1,"664":1}}],["orientation=",{"2":{"1058":1,"1107":1,"2332":1}}],["orientation",{"0":{"665":1,"777":1,"1124":1,"1156":1,"1276":1,"1871":1,"2354":1},"2":{"0":28,"62":1,"66":3,"70":1,"410":1,"443":1,"474":1,"572":1,"593":1,"626":2,"628":3,"664":3,"665":5,"751":1,"754":1,"777":1,"794":1,"853":1,"1124":1,"1141":3,"1142":2,"1155":1,"1276":1,"1856":1,"1867":1,"1871":1,"2294":1,"2354":1}}],["origins",{"2":{"35":2,"2644":2}}],["originally",{"2":{"2653":1}}],["original",{"2":{"0":1,"67":1,"106":1,"136":1,"1917":1}}],["origin",{"0":{"775":1},"2":{"0":7,"35":4,"39":1,"757":10,"758":3,"764":1,"775":2,"783":1,"951":3,"983":1,"985":1,"2644":7}}],["orthographicprojection",{"2":{"2642":1}}],["orthographic",{"2":{"0":4,"61":1,"62":3,"63":1,"383":1,"2433":1,"2642":1}}],["or",{"0":{"28":1,"29":1,"88":1,"97":2,"2650":1},"2":{"0":403,"1":1,"7":1,"8":1,"11":1,"13":1,"16":1,"17":1,"19":2,"21":1,"22":2,"25":2,"26":1,"27":5,"31":4,"37":2,"40":1,"48":1,"49":2,"50":1,"51":2,"53":1,"54":2,"55":1,"57":3,"61":1,"62":9,"64":3,"67":4,"68":2,"70":1,"75":5,"76":2,"78":1,"79":1,"80":2,"82":3,"83":5,"88":2,"90":1,"91":1,"94":1,"97":8,"98":4,"100":1,"103":1,"104":2,"105":5,"106":8,"107":4,"109":1,"110":2,"113":1,"114":1,"117":1,"119":5,"121":2,"127":1,"129":1,"132":3,"133":1,"134":1,"135":1,"136":2,"138":1,"139":3,"141":2,"143":1,"148":1,"149":1,"151":1,"152":3,"153":3,"155":1,"158":4,"162":8,"163":1,"164":2,"165":1,"167":1,"177":1,"178":1,"181":1,"184":2,"189":1,"191":1,"196":1,"197":1,"205":2,"207":2,"210":2,"211":2,"212":1,"213":2,"217":1,"219":1,"222":1,"234":3,"249":1,"261":1,"269":1,"286":1,"287":2,"308":1,"316":1,"333":1,"334":2,"354":1,"382":4,"384":2,"385":1,"410":1,"443":1,"474":1,"515":1,"549":2,"572":1,"575":3,"576":3,"577":12,"578":3,"581":2,"582":2,"583":1,"584":1,"593":1,"597":1,"598":1,"603":1,"623":2,"624":1,"625":1,"626":1,"627":1,"628":1,"665":1,"685":1,"705":1,"712":1,"748":1,"751":1,"753":1,"756":1,"764":1,"768":1,"778":1,"800":1,"832":1,"835":1,"853":1,"856":1,"857":1,"874":1,"905":1,"908":2,"910":1,"924":2,"926":1,"928":2,"939":1,"940":2,"950":1,"954":1,"956":2,"968":1,"969":2,"981":1,"982":1,"985":1,"986":1,"988":1,"993":2,"1016":1,"1023":1,"1027":1,"1029":1,"1030":2,"1049":1,"1056":1,"1060":1,"1065":2,"1070":1,"1102":1,"1124":1,"1137":1,"1156":1,"1164":1,"1166":1,"1168":2,"1185":2,"1198":1,"1202":1,"1204":2,"1221":2,"1234":1,"1241":1,"1242":1,"1248":2,"1249":1,"1257":1,"1276":1,"1282":1,"1292":1,"1293":1,"1294":1,"1296":2,"1309":1,"1320":1,"1323":2,"1328":2,"1333":1,"1345":1,"1347":2,"1359":1,"1360":2,"1372":1,"1376":1,"1378":2,"1383":1,"1400":1,"1401":1,"1411":1,"1412":2,"1431":1,"1441":1,"1444":2,"1453":2,"1457":1,"1481":1,"1483":1,"1485":2,"1496":1,"1497":2,"1507":1,"1510":1,"1512":1,"1513":2,"1514":2,"1527":2,"1541":1,"1547":1,"1548":2,"1567":1,"1568":1,"1571":1,"1573":2,"1585":1,"1586":2,"1597":1,"1598":1,"1602":1,"1604":2,"1615":1,"1616":2,"1626":1,"1627":1,"1631":1,"1633":1,"1634":2,"1653":1,"1660":1,"1661":1,"1664":1,"1667":2,"1687":1,"1694":1,"1772":1,"1776":1,"1777":2,"1778":2,"1791":2,"1805":1,"1830":1,"1855":1,"1860":1,"1862":2,"1863":1,"1871":1,"1874":1,"1877":1,"1879":1,"1882":1,"1884":2,"1889":1,"1906":1,"1907":1,"1908":1,"1911":1,"1912":2,"1914":5,"1915":1,"1916":1,"1924":1,"1926":2,"1944":1,"1958":1,"1962":1,"1964":2,"1995":1,"1996":1,"2016":1,"2019":1,"2020":2,"2042":1,"2046":1,"2048":2,"2060":1,"2061":2,"2073":1,"2109":1,"2121":1,"2122":1,"2124":1,"2127":1,"2128":2,"2156":1,"2157":1,"2158":1,"2160":1,"2163":2,"2180":1,"2187":1,"2188":1,"2189":3,"2196":3,"2197":1,"2199":1,"2200":1,"2201":1,"2202":2,"2206":2,"2207":1,"2217":1,"2231":1,"2235":1,"2251":1,"2269":1,"2273":1,"2274":2,"2276":2,"2318":1,"2327":1,"2328":1,"2338":1,"2354":1,"2356":1,"2358":1,"2365":1,"2368":1,"2370":1,"2372":2,"2383":1,"2384":2,"2394":1,"2402":1,"2404":2,"2424":1,"2431":1,"2435":1,"2438":2,"2457":1,"2458":1,"2459":4,"2461":1,"2462":2,"2464":2,"2482":1,"2485":1,"2486":1,"2488":1,"2491":2,"2504":1,"2511":1,"2519":1,"2520":1,"2522":1,"2523":2,"2524":2,"2537":2,"2551":1,"2573":1,"2576":1,"2578":2,"2589":1,"2590":2,"2600":1,"2601":1,"2613":1,"2618":1,"2622":1,"2623":2,"2625":1,"2626":1,"2637":1,"2638":1,"2643":1,"2644":5,"2649":3,"2650":1,"2654":1}}],["onany",{"2":{"152":1}}],["onjs",{"2":{"53":4,"56":1}}],["ongoing",{"2":{"51":1}}],["onto",{"2":{"0":2,"18":1,"157":1,"1856":1,"2284":1}}],["onpick",{"2":{"0":2,"82":1}}],["onmouserightup",{"2":{"0":1}}],["onmouserightdragstop",{"2":{"0":1}}],["onmouserightdragstart",{"2":{"0":1}}],["onmouserightdrag",{"2":{"0":1}}],["onmouserightdown",{"2":{"0":1}}],["onmouserightdoubleclick",{"2":{"0":1}}],["onmouserightclick",{"2":{"0":1}}],["onmouseover",{"2":{"0":1}}],["onmouseout",{"2":{"0":1}}],["onmousemiddleup",{"2":{"0":1}}],["onmousemiddledragstop",{"2":{"0":1}}],["onmousemiddledragstart",{"2":{"0":1}}],["onmousemiddledrag",{"2":{"0":1}}],["onmousemiddledown",{"2":{"0":1}}],["onmousemiddledoubleclick",{"2":{"0":1}}],["onmousemiddleclick",{"2":{"0":1}}],["onmouseleftup",{"2":{"0":1}}],["onmouseleftdragstop",{"2":{"0":1}}],["onmouseleftdragstart",{"2":{"0":1}}],["onmouseleftdrag",{"2":{"0":1}}],["onmouseleftdown",{"2":{"0":1}}],["onmouseleftdoubleclick",{"2":{"0":1}}],["onmouseleftclick",{"2":{"0":2}}],["onmouseenter",{"2":{"0":1}}],["onmousedownoutside",{"2":{"0":1}}],["onmouse",{"2":{"0":1}}],["only",{"2":{"0":256,"10":2,"22":1,"29":1,"30":1,"31":6,"37":1,"48":1,"52":2,"56":1,"68":1,"69":1,"71":1,"74":3,"75":1,"76":1,"78":2,"80":1,"83":1,"102":1,"104":3,"106":2,"107":1,"111":1,"116":1,"121":2,"123":1,"139":6,"146":1,"149":1,"150":1,"162":1,"166":1,"179":1,"181":1,"186":1,"190":1,"205":1,"213":1,"216":1,"217":1,"234":1,"287":1,"334":1,"575":1,"577":1,"580":1,"585":1,"626":1,"777":1,"844":1,"930":1,"932":1,"933":1,"947":2,"958":1,"960":1,"961":1,"978":2,"995":1,"996":1,"998":1,"1010":1,"1015":1,"1016":1,"1020":2,"1032":1,"1034":1,"1036":1,"1045":1,"1049":1,"1053":2,"1067":1,"1069":1,"1075":1,"1096":2,"1163":1,"1170":1,"1171":1,"1173":1,"1195":2,"1206":1,"1207":1,"1209":1,"1231":2,"1240":1,"1243":1,"1254":2,"1298":1,"1299":1,"1300":1,"1317":2,"1323":1,"1328":1,"1349":1,"1351":1,"1352":1,"1368":2,"1380":1,"1382":1,"1384":1,"1397":2,"1414":1,"1415":1,"1416":1,"1428":2,"1435":1,"1446":1,"1473":2,"1487":1,"1489":1,"1490":1,"1504":2,"1516":1,"1518":1,"1519":1,"1535":2,"1550":1,"1551":1,"1552":1,"1564":2,"1575":1,"1577":1,"1578":1,"1594":2,"1606":1,"1608":1,"1609":1,"1623":2,"1636":1,"1638":1,"1640":1,"1649":1,"1653":1,"1657":2,"1669":1,"1671":1,"1673":1,"1682":1,"1687":1,"1691":2,"1753":1,"1754":1,"1766":2,"1780":1,"1782":1,"1783":1,"1799":2,"1811":1,"1812":1,"1825":2,"1836":1,"1837":1,"1850":2,"1886":1,"1888":1,"1890":1,"1903":2,"1914":1,"1922":1,"1928":1,"1930":1,"1931":1,"1933":1,"1951":2,"1966":1,"1968":1,"1969":1,"1990":2,"2022":1,"2023":1,"2026":1,"2039":2,"2050":1,"2052":1,"2053":1,"2069":2,"2082":1,"2083":1,"2094":2,"2118":2,"2130":1,"2132":1,"2133":1,"2152":2,"2165":1,"2166":1,"2168":1,"2176":1,"2180":1,"2184":2,"2204":1,"2205":1,"2209":1,"2228":2,"2243":1,"2246":1,"2260":2,"2298":1,"2304":1,"2309":1,"2313":1,"2324":2,"2339":1,"2342":1,"2358":1,"2360":2,"2374":1,"2376":1,"2377":1,"2391":2,"2406":1,"2407":1,"2410":1,"2420":1,"2424":1,"2428":2,"2440":1,"2441":1,"2442":1,"2454":2,"2466":1,"2478":1,"2481":1,"2485":1,"2493":1,"2494":1,"2497":1,"2507":1,"2511":1,"2515":2,"2526":1,"2528":1,"2529":1,"2545":2,"2580":1,"2582":1,"2583":1,"2597":2,"2605":1,"2616":1,"2617":1,"2619":1,"2623":1,"2644":2,"2646":1,"2648":1}}],["once",{"2":{"0":2,"53":1,"73":1,"82":1,"98":1,"138":3,"152":1,"299":1,"346":1,"584":1,"2622":1,"2649":1}}],["ones",{"2":{"27":1,"45":1,"110":1,"2485":2}}],["one",{"2":{"0":53,"12":2,"16":1,"22":2,"26":1,"28":2,"31":5,"32":1,"38":1,"45":1,"49":1,"51":1,"53":3,"56":2,"57":1,"59":1,"71":1,"73":1,"74":1,"75":4,"76":1,"77":1,"78":3,"80":1,"82":1,"83":2,"90":1,"94":1,"100":1,"104":2,"106":3,"107":1,"119":1,"121":4,"135":2,"136":2,"137":1,"139":9,"145":1,"146":2,"148":1,"149":1,"150":1,"151":1,"152":2,"167":1,"190":2,"196":1,"197":1,"202":1,"217":1,"358":1,"577":1,"580":1,"583":1,"623":1,"625":2,"626":1,"628":2,"633":1,"720":4,"754":1,"887":1,"924":1,"1107":2,"1164":1,"1236":1,"1285":1,"1287":1,"1289":2,"1290":1,"1295":1,"1404":1,"1409":1,"1434":1,"1457":2,"1513":1,"1629":1,"1771":1,"1773":1,"1777":1,"1863":1,"1879":1,"1916":1,"1918":2,"2127":1,"2188":1,"2189":2,"2201":3,"2231":1,"2304":1,"2305":1,"2327":1,"2332":2,"2358":1,"2486":1,"2523":1,"2604":2,"2605":3,"2619":1,"2621":1,"2623":2,"2625":5,"2627":1,"2631":2,"2640":2,"2642":2,"2644":6,"2646":2,"2648":1,"2649":1,"2650":1,"2653":1}}],["on",{"0":{"29":2,"889":1,"897":1,"2639":1},"1":{"2640":1,"2641":1,"2642":1,"2643":1,"2644":1},"2":{"0":71,"1":1,"7":1,"10":4,"18":1,"19":1,"22":5,"23":3,"27":4,"28":1,"29":1,"30":5,"31":2,"34":1,"41":1,"45":2,"48":2,"50":1,"52":2,"53":9,"54":2,"62":4,"64":1,"67":1,"68":2,"69":3,"75":1,"76":2,"78":3,"80":8,"81":4,"82":6,"83":3,"87":1,"98":1,"104":1,"106":12,"107":3,"111":1,"112":1,"113":1,"114":2,"115":1,"116":3,"117":1,"118":4,"119":3,"120":1,"121":4,"122":1,"127":1,"129":1,"133":1,"134":2,"136":2,"137":1,"139":2,"140":1,"148":3,"151":2,"152":1,"157":1,"158":1,"159":1,"162":1,"165":1,"167":1,"168":1,"176":1,"190":7,"191":2,"194":1,"200":1,"208":2,"217":1,"218":1,"277":1,"281":1,"287":1,"290":1,"299":1,"301":1,"324":1,"328":1,"334":1,"337":1,"346":1,"348":1,"374":1,"384":3,"491":1,"539":1,"549":1,"577":1,"578":3,"579":1,"582":1,"625":1,"627":1,"704":2,"750":1,"752":1,"794":2,"817":1,"874":1,"983":2,"990":1,"1137":1,"1155":1,"1286":1,"1307":1,"1312":1,"1323":1,"1337":1,"1544":1,"1569":2,"1600":2,"1629":1,"1773":1,"1859":1,"1860":1,"1867":2,"1914":1,"1915":2,"1917":1,"1922":2,"2158":1,"2189":1,"2194":1,"2208":1,"2273":1,"2358":1,"2433":3,"2484":1,"2485":1,"2490":1,"2601":3,"2604":3,"2605":2,"2613":1,"2617":2,"2618":2,"2623":3,"2629":1,"2630":1,"2632":1,"2633":2,"2634":1,"2635":1,"2636":1,"2640":1,"2644":2,"2646":1}}],["bmy",{"2":{"2660":2}}],["bmw",{"2":{"2660":2}}],["bjy",{"2":{"2660":1}}],["bjr",{"2":{"2660":1}}],["bky",{"2":{"2660":1}}],["bkr",{"2":{"2660":1}}],["bw",{"2":{"2660":6}}],["bwy",{"2":{"2660":1}}],["bwyk",{"2":{"2660":1}}],["bwg",{"2":{"2660":1}}],["bwr",{"2":{"2657":1,"2660":3}}],["bgyrm",{"2":{"2660":2}}],["bgyr",{"2":{"2660":2}}],["bgyw",{"2":{"2660":3}}],["bgy",{"2":{"2660":1}}],["bgymr",{"2":{"2660":1}}],["bg",{"2":{"195":12}}],["bgcolor",{"0":{"632":1},"2":{"0":1}}],["b3d302ea8b0b",{"2":{"56":1}}],["bb",{"2":{"66":4,"2192":2,"2459":1}}],["bb2acc259b1dea6264f6980e7e7f1ed7ef08f165",{"2":{"53":1}}],["bbox",{"0":{"2436":1,"2437":1},"2":{"0":9,"39":6,"62":3,"96":4,"121":3,"1917":1,"2276":1,"2459":1,"2462":1}}],["btw",{"2":{"53":1}}],["b85e",{"2":{"53":1}}],["b7a9",{"2":{"52":1}}],["b5fb",{"2":{"51":1}}],["blinn",{"2":{"2605":2}}],["blob",{"2":{"1288":1}}],["blocked",{"2":{"751":1,"801":1,"833":1}}],["blocking",{"2":{"78":6}}],["blockscene",{"2":{"192":2}}],["blockspec",{"2":{"162":2}}],["blockspecs",{"2":{"162":1}}],["blocks",{"0":{"37":1,"40":1,"101":1},"1":{"38":1,"39":1,"40":1},"2":{"0":1,"37":2,"40":1,"84":1,"99":1,"101":1,"155":1,"162":1,"184":1,"2480":1}}],["block",{"0":{"183":1},"2":{"0":15,"37":3,"38":1,"39":1,"40":1,"70":1,"78":1,"82":2,"96":1,"162":1,"163":1,"183":1,"691":1,"754":1,"865":1,"866":1,"867":1,"868":1,"869":1,"870":1,"872":1,"2482":1}}],["blank",{"2":{"583":1,"1284":1}}],["blackbody",{"2":{"2662":1}}],["blackchancery",{"2":{"109":2,"110":1}}],["black",{"0":{"173":1},"2":{"0":17,"31":1,"33":1,"63":4,"66":4,"80":2,"146":1,"166":1,"173":1,"191":1,"196":1,"225":1,"232":1,"236":1,"240":1,"250":1,"256":1,"267":1,"278":1,"292":1,"314":1,"325":1,"339":1,"390":1,"404":1,"411":1,"412":1,"413":1,"416":1,"418":1,"437":1,"444":1,"445":1,"446":1,"449":1,"451":1,"468":1,"475":1,"476":1,"477":1,"480":1,"482":1,"505":1,"507":1,"529":1,"540":1,"557":1,"606":1,"625":1,"627":3,"628":1,"634":1,"643":1,"681":1,"691":1,"713":1,"727":1,"753":2,"757":1,"758":1,"779":1,"784":1,"791":1,"803":1,"813":1,"818":1,"824":1,"836":1,"902":1,"983":3,"992":1,"1058":4,"1105":1,"1284":1,"1289":2,"1323":1,"1374":3,"1404":4,"1450":1,"1455":1,"1456":1,"1548":1,"1584":1,"1585":1,"1587":1,"1629":2,"1767":1,"1774":1,"1913":1,"1914":1,"1917":1,"1919":1,"1921":1,"1934":1,"1960":1,"2000":1,"2024":1,"2192":1,"2195":2,"2210":1,"2229":1,"2254":1,"2303":2,"2304":3,"2305":1,"2482":1,"2574":1,"2609":2,"2610":1,"2611":2,"2624":3,"2630":2,"2634":1,"2642":1}}],["blended",{"2":{"191":1}}],["blending",{"2":{"190":1,"191":4,"1289":1}}],["blurring",{"2":{"2601":1}}],["blurry",{"2":{"106":1}}],["blur",{"2":{"2601":5,"2602":1}}],["blur=2",{"2":{"157":1}}],["bluegreenyellow",{"2":{"2662":1}}],["blue2",{"2":{"1200":2}}],["bluesreds",{"2":{"2654":1}}],["blues",{"2":{"167":1,"704":2,"1629":1,"2654":1,"2658":8}}],["blue",{"2":{"0":17,"10":1,"36":1,"63":5,"120":1,"142":1,"145":1,"146":1,"184":1,"185":4,"187":1,"190":8,"191":3,"194":2,"195":2,"206":1,"208":2,"515":1,"578":2,"624":1,"625":1,"626":3,"627":3,"628":1,"757":1,"908":1,"997":1,"1019":1,"1035":1,"1052":1,"1058":1,"1105":2,"1142":2,"1343":1,"1628":1,"1639":1,"1656":1,"1672":1,"1690":1,"1750":1,"1774":1,"2044":1,"2075":1,"2167":1,"2183":1,"2283":1,"2330":1,"2408":1,"2427":1,"2482":1,"2483":1,"2496":1,"2514":1,"2604":2,"2643":1,"2644":1,"2652":1,"2660":3}}],["bilbao50",{"2":{"2656":1}}],["bilbao25",{"2":{"2656":1}}],["bilbao100",{"2":{"2656":1}}],["bilbao10",{"2":{"2656":1}}],["bilbao",{"2":{"2656":1}}],["billion",{"0":{"1288":1},"2":{"1288":1,"2486":1}}],["billboard",{"2":{"0":2,"1949":2}}],["birch",{"2":{"2484":1}}],["bibtex",{"2":{"199":1}}],["bias",{"2":{"157":1,"2601":1,"2602":1}}],["bit",{"2":{"0":2,"146":1,"152":1,"162":1,"577":1,"578":1,"2193":1,"2478":2,"2485":1,"2629":1,"2632":2,"2633":1,"2638":2,"2642":1}}],["bitmaps",{"2":{"15":1,"111":1}}],["bitmap",{"2":{"0":1,"106":1}}],["biggest",{"2":{"2625":1}}],["bigger",{"0":{"1286":1},"1":{"1287":1,"1288":1},"2":{"0":2,"626":1,"2623":1}}],["big",{"2":{"0":1,"82":1,"127":1,"578":1,"1288":1,"1918":2,"2016":1,"2625":1}}],["binned",{"2":{"2648":1}}],["bincenters",{"2":{"2646":1,"2647":1}}],["bincounts",{"2":{"2646":1,"2647":1}}],["binary",{"2":{"51":2,"52":1,"53":2,"54":1,"56":2,"1288":2,"2657":1}}],["binaries",{"2":{"30":1}}],["binder",{"0":{"45":1}}],["bin",{"0":{"1437":1},"2":{"0":9,"51":4,"52":2,"53":4,"54":2,"56":4,"116":2,"1288":1,"1437":1,"1452":1,"1461":1,"1473":3,"2113":1,"2118":3}}],["bins=50",{"2":{"1856":1}}],["bins",{"0":{"1434":1,"1442":1,"1461":1,"1868":1,"2113":1},"2":{"0":13,"1295":1,"1432":1,"1434":7,"1435":1,"1437":2,"1442":2,"1455":3,"1461":1,"1462":1,"1868":1,"2111":3,"2113":1,"2631":1}}],["binsize",{"0":{"1295":1},"2":{"0":1}}],["bukavu50",{"2":{"2656":1}}],["bukavu25",{"2":{"2656":1}}],["bukavu100",{"2":{"2656":1}}],["bukavu10",{"2":{"2656":1}}],["bukavu",{"2":{"2656":1}}],["buda50",{"2":{"2656":1}}],["buda25",{"2":{"2656":1}}],["buda100",{"2":{"2656":1}}],["buda10",{"2":{"2656":1}}],["buda",{"2":{"2656":1}}],["buff",{"2":{"1629":4}}],["buffer",{"0":{"1629":1},"2":{"0":3,"106":2,"195":1,"1629":2}}],["bucket",{"2":{"1287":2}}],["bupu",{"2":{"1285":1,"2658":8}}],["bugn",{"2":{"2658":8}}],["bug",{"2":{"31":1,"200":1}}],["bugs",{"2":{"0":1,"161":1,"1282":1}}],["built",{"2":{"30":1,"88":1,"162":1,"1915":1}}],["building",{"0":{"163":1},"2":{"151":1,"155":1,"162":1,"2625":1}}],["builds",{"2":{"88":1}}],["build",{"0":{"88":1},"2":{"30":2,"53":1,"77":1,"82":1,"88":1,"134":1,"152":1,"155":1,"162":1,"163":1,"582":1}}],["busy",{"2":{"0":1,"1294":1}}],["butt",{"2":{"0":10,"939":1,"968":1,"1359":1,"1496":1,"1585":3,"1615":1,"2060":1,"2383":1,"2589":1}}],["buttonlabels",{"2":{"491":2}}],["buttongrid",{"2":{"491":2}}],["buttons",{"2":{"0":9,"61":1,"64":3,"79":1,"80":2,"83":3,"84":1,"491":2,"585":1,"597":1}}],["buttoncolor",{"0":{"494":1,"495":1,"496":1,"912":1},"2":{"0":4}}],["button",{"0":{"491":1,"735":1,"761":1,"774":1,"778":1,"811":1},"1":{"492":1,"493":1,"494":1,"495":1,"496":1,"497":1,"498":1,"499":1,"500":1,"501":1,"502":1,"503":1,"504":1,"505":1,"506":1,"507":1,"508":1,"509":1,"510":1,"511":1,"512":1,"513":1,"514":1},"2":{"0":41,"61":1,"62":7,"64":1,"79":5,"80":8,"81":2,"82":3,"83":4,"235":1,"491":1,"493":1,"494":1,"495":2,"496":2,"497":1,"498":1,"500":1,"501":1,"502":1,"503":1,"504":2,"506":1,"507":1,"508":1,"509":1,"510":1,"513":1,"514":1,"585":1,"754":5,"761":2,"774":1,"777":1,"778":2,"811":2,"856":1,"912":1,"2641":2}}],["but",{"2":{"0":48,"18":1,"22":2,"24":1,"28":1,"31":5,"34":1,"35":1,"37":1,"39":1,"41":2,"47":1,"48":1,"51":2,"53":2,"54":1,"55":1,"62":1,"68":1,"74":1,"80":1,"88":2,"97":1,"98":3,"102":1,"106":3,"107":1,"110":1,"111":1,"136":1,"139":1,"140":2,"141":1,"146":1,"151":1,"156":1,"157":1,"162":1,"164":1,"165":1,"166":1,"190":1,"191":1,"205":2,"208":2,"216":1,"218":1,"223":1,"396":1,"578":2,"585":1,"624":1,"627":1,"628":1,"752":1,"756":1,"794":1,"844":1,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1105":1,"1170":1,"1206":1,"1285":1,"1287":1,"1289":1,"1290":1,"1294":1,"1298":1,"1328":1,"1349":1,"1380":1,"1406":1,"1414":1,"1438":1,"1446":1,"1487":1,"1516":1,"1550":1,"1569":1,"1575":1,"1600":1,"1606":1,"1629":1,"1636":1,"1669":1,"1780":1,"1886":1,"1915":1,"1922":1,"1928":1,"1966":1,"1996":1,"2022":1,"2050":1,"2130":1,"2165":1,"2189":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1,"2603":1,"2617":1,"2623":6,"2625":2,"2626":2,"2633":1,"2635":1,"2638":2,"2640":1,"2642":1,"2648":2,"2649":1}}],["b2",{"2":{"0":2,"195":4}}],["b1",{"2":{"0":2,"195":4}}],["brbg",{"2":{"2658":10}}],["brg",{"2":{"2657":1}}],["bright6",{"2":{"2661":1}}],["bright",{"2":{"2604":4,"2661":1}}],["brightness",{"2":{"0":1}}],["bring",{"2":{"69":1,"2634":1,"2644":1}}],["brings",{"2":{"55":1}}],["broco50",{"2":{"2656":1}}],["broco25",{"2":{"2656":1}}],["broco100",{"2":{"2656":1}}],["broco10",{"2":{"2656":1}}],["broco",{"2":{"2656":1}}],["broc50",{"2":{"2656":1}}],["broc25",{"2":{"2656":1}}],["broc100",{"2":{"2656":1}}],["broc10",{"2":{"2656":1}}],["broc",{"2":{"2656":1}}],["browncyan",{"2":{"2662":1}}],["brown",{"2":{"33":1,"1142":2,"2651":2}}],["browser",{"0":{"43":1,"48":1},"1":{"44":1},"2":{"16":1,"47":1,"197":1,"2618":1}}],["browsers",{"2":{"13":1,"48":2,"106":2}}],["broken",{"2":{"22":1,"36":1,"748":1}}],["broadly",{"2":{"0":1,"1831":1}}],["broadcasting",{"2":{"0":1}}],["broadcast",{"2":{"0":9,"1409":1,"1481":1,"1510":1,"2368":1,"2520":1}}],["break",{"2":{"1":1,"82":1,"578":2}}],["breaking",{"2":{"0":2,"161":1,"516":1,"748":1,"1282":1}}],["brass",{"2":{"2662":1}}],["brain",{"2":{"57":1,"163":9,"373":3,"410":4,"443":4,"474":4,"1628":4,"2398":4,"2624":5,"2633":4,"2638":1}}],["branches",{"2":{"0":1}}],["bracket",{"0":{"1139":1,"1702":1},"1":{"1140":1,"1141":1,"1142":1,"1143":1,"1144":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1155":1,"1156":1,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1162":1},"2":{"0":19,"66":19,"1139":8,"1141":4,"1142":2,"1143":2,"1155":1,"1156":1,"1162":1}}],["b",{"0":{"2630":1},"1":{"2631":1,"2632":1},"2":{"0":24,"53":1,"54":1,"62":1,"75":2,"76":2,"120":1,"124":1,"138":2,"195":4,"299":1,"346":1,"584":2,"626":1,"705":2,"1058":1,"1142":1,"1285":4,"1289":3,"1913":2,"2194":1,"2276":3,"2624":1,"2625":3,"2626":2,"2630":1,"2637":1}}],["bp",{"2":{"0":2}}],["bosch",{"2":{"2662":2}}],["bone",{"2":{"2657":2}}],["bonito",{"2":{"41":1,"44":1,"45":1,"46":1,"50":1,"51":12,"52":6,"53":11,"54":5,"55":3,"56":16,"57":4,"118":5}}],["boils",{"2":{"2605":1}}],["bookkeeping",{"2":{"167":1}}],["booleans",{"2":{"152":1}}],["booleanoperator",{"2":{"0":1}}],["boolean",{"2":{"0":4,"577":1}}],["bool",{"2":{"0":9,"16":1,"34":1,"79":3,"83":1,"122":1,"152":1,"218":2,"304":2,"351":2,"874":1,"905":1}}],["body>",{"2":{"57":2}}],["body",{"2":{"49":2,"151":1}}],["botticelli",{"2":{"2662":1}}],["bottom",{"2":{"0":11,"39":1,"62":1,"66":2,"103":1,"131":1,"133":1,"169":1,"225":1,"226":1,"261":3,"379":1,"384":1,"519":1,"520":1,"626":2,"1584":1,"1585":1,"1586":1,"1587":1,"1913":1,"2191":2,"2199":2,"2265":1,"2484":1,"2624":2,"2629":1,"2633":1,"2634":1,"2651":1,"2653":2}}],["bottomspinevisible",{"0":{"226":1,"520":1},"2":{"0":2,"183":1}}],["bottomspinecolor",{"0":{"225":1,"519":1},"2":{"0":2}}],["both",{"2":{"0":14,"10":1,"78":1,"80":1,"82":1,"83":1,"106":2,"139":2,"152":1,"153":1,"179":1,"187":1,"190":2,"207":1,"222":1,"234":1,"299":1,"346":1,"577":1,"580":1,"585":1,"624":1,"628":1,"720":1,"751":1,"1024":1,"1286":1,"1373":3,"1434":1,"1510":1,"1809":1,"1834":1,"1914":1,"2358":1,"2485":1,"2520":1,"2619":1,"2620":1,"2625":1,"2634":1,"2636":2,"2640":1,"2644":1}}],["bold",{"2":{"0":7,"110":5,"251":1,"391":1,"396":1,"682":1,"1584":1,"1585":1,"1587":1,"2194":1,"2196":1,"2207":1,"2624":4,"2629":1,"2633":1,"2634":1,"2637":1}}],["border",{"2":{"0":1,"56":7,"361":1,"362":1,"363":1,"364":1,"509":1,"510":1,"634":1,"635":1,"636":1,"666":1,"670":1,"671":1,"877":1,"878":1,"879":1,"880":1,"881":1,"914":1,"915":1,"918":1,"1931":1}}],["borders",{"2":{"0":1,"98":1,"578":1,"1404":6}}],["borderwidth",{"0":{"881":1},"2":{"0":1}}],["bordercolor",{"0":{"877":1,"878":1,"879":1,"880":1},"2":{"0":4}}],["bounded",{"2":{"0":1,"1544":1}}],["boundary",{"0":{"1327":1,"2335":1},"2":{"0":3,"384":1,"1236":1,"1327":1,"2274":10,"2304":13,"2305":1,"2640":2}}],["boundaries",{"2":{"0":2,"39":1,"705":1,"1404":1,"2304":2}}],["bounds",{"2":{"0":4,"74":1,"1024":1,"1510":1,"1629":1,"2477":1,"2520":1}}],["boundingbox",{"0":{"39":1},"2":{"0":5,"39":1,"66":1,"359":1,"367":1,"502":1,"508":1,"513":1,"603":1,"609":1,"613":1,"618":1,"655":1,"2189":1,"2190":1,"2192":1}}],["bounding",{"0":{"127":1,"128":1,"2276":1},"2":{"0":12,"37":2,"62":2,"96":4,"126":2,"127":3,"128":3,"129":1,"132":1,"133":1,"230":1,"258":1,"372":1,"380":1,"395":1,"525":1,"570":1,"579":1,"591":1,"601":1,"640":1,"689":1,"693":1,"697":1,"702":1,"707":1,"716":1,"729":1,"760":1,"771":1,"841":1,"851":1,"860":1,"866":1,"870":1,"876":1,"894":1,"906":1,"916":1,"922":1,"1917":4,"2217":1,"2251":1,"2276":2,"2459":4}}],["box2",{"2":{"192":2}}],["box1",{"2":{"192":2}}],["boxes",{"0":{"192":1},"2":{"0":5,"192":3,"1104":1,"1105":1,"1114":1,"1115":1,"1865":1,"1866":1,"2625":3,"2635":2}}],["boxcolor",{"0":{"882":1,"883":1,"884":1,"885":1},"2":{"0":4}}],["boxplots",{"0":{"1872":1},"2":{"0":3,"1856":15,"1872":1}}],["boxplots=true",{"2":{"0":1,"1856":1}}],["boxplot",{"0":{"1104":1,"1701":1,"1858":1,"1859":1,"1860":1,"1873":1},"1":{"1105":1,"1106":1,"1107":1,"1108":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1114":1,"1115":1,"1116":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1123":1,"1124":1,"1125":1,"1126":1,"1127":1,"1128":1,"1129":1,"1130":1,"1131":1,"1132":1,"1133":1,"1134":1,"1135":1,"1136":1,"1137":1,"1138":1},"2":{"0":29,"1104":5,"1105":3,"1106":2,"1107":2,"1258":1,"1856":2,"1858":3,"1859":1,"1860":1,"1873":1,"1874":1,"1876":1,"1878":2}}],["box",{"0":{"63":1,"127":1,"128":1,"354":1,"734":1,"2276":1},"1":{"355":1,"356":1,"357":1,"358":1,"359":1,"360":1,"361":1,"362":1,"363":1,"364":1,"365":1,"366":1,"367":1,"368":1,"369":1},"2":{"0":67,"37":2,"47":1,"55":1,"56":1,"62":1,"96":4,"104":4,"126":2,"127":3,"128":3,"129":1,"132":1,"133":1,"164":1,"192":3,"230":1,"258":1,"357":4,"358":3,"361":3,"362":4,"364":3,"372":1,"380":1,"384":2,"395":1,"396":2,"525":1,"570":1,"578":1,"579":1,"580":1,"591":1,"601":1,"640":1,"689":1,"693":1,"697":1,"702":1,"707":1,"716":1,"729":1,"760":1,"771":1,"841":1,"851":1,"860":1,"866":1,"870":1,"876":1,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"886":1,"894":1,"904":1,"906":1,"916":1,"922":1,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1105":2,"1124":1,"1138":1,"1194":1,"1230":1,"1253":1,"1258":5,"1276":1,"1281":1,"1316":1,"1367":1,"1396":1,"1427":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1849":1,"1856":6,"1902":1,"1917":3,"1950":1,"1989":1,"2038":1,"2068":1,"2093":1,"2151":1,"2182":1,"2217":1,"2227":1,"2251":1,"2259":1,"2276":2,"2323":1,"2359":1,"2367":1,"2390":1,"2426":1,"2453":1,"2459":4,"2513":1,"2544":1,"2596":1,"2602":1,"2623":4,"2624":1,"2625":1,"2635":1}}],["by",{"0":{"582":1},"2":{"0":174,"1":1,"2":1,"7":2,"8":1,"10":1,"13":1,"14":2,"16":1,"17":1,"18":3,"19":3,"22":1,"23":2,"30":2,"31":3,"35":3,"36":1,"37":2,"39":3,"49":1,"60":1,"61":3,"62":3,"68":2,"69":2,"70":1,"72":1,"74":1,"76":1,"77":1,"78":1,"81":1,"82":2,"83":1,"85":1,"88":1,"90":1,"96":1,"98":1,"104":1,"106":4,"107":3,"108":1,"109":2,"110":5,"117":1,"118":1,"119":4,"120":1,"121":1,"126":1,"131":1,"132":1,"135":1,"139":2,"148":1,"151":1,"152":4,"155":2,"158":2,"162":3,"164":2,"177":1,"178":2,"182":1,"183":1,"190":1,"191":2,"192":1,"195":1,"197":1,"205":1,"207":2,"210":2,"211":2,"213":1,"215":1,"218":1,"234":1,"290":1,"337":1,"382":2,"396":1,"497":1,"516":1,"549":1,"576":1,"577":1,"579":1,"584":1,"623":1,"624":1,"625":1,"626":1,"627":1,"705":1,"718":1,"723":1,"751":6,"752":1,"754":3,"756":1,"757":1,"758":3,"769":1,"796":1,"828":1,"863":1,"871":1,"905":1,"924":1,"935":1,"938":1,"963":1,"966":1,"985":1,"1000":1,"1003":1,"1005":1,"1013":1,"1038":1,"1041":1,"1078":1,"1081":1,"1114":1,"1134":1,"1139":1,"1167":1,"1175":1,"1178":1,"1180":1,"1203":1,"1211":1,"1214":1,"1216":1,"1244":1,"1247":1,"1249":1,"1292":1,"1302":1,"1305":1,"1323":1,"1354":1,"1357":1,"1373":1,"1386":1,"1389":1,"1402":2,"1405":1,"1407":1,"1408":2,"1418":1,"1421":1,"1435":1,"1438":1,"1473":3,"1492":1,"1495":1,"1521":1,"1524":1,"1544":1,"1554":1,"1557":1,"1580":1,"1583":1,"1611":1,"1614":1,"1642":1,"1645":1,"1675":1,"1678":1,"1756":1,"1759":1,"1773":2,"1785":1,"1788":1,"1813":1,"1816":1,"1838":1,"1841":1,"1865":1,"1892":1,"1895":1,"1910":1,"1911":1,"1912":1,"1913":1,"1914":2,"1916":1,"1917":2,"1919":1,"1920":3,"1922":1,"1937":1,"1940":1,"1944":3,"1963":1,"1971":1,"1974":1,"2028":1,"2031":1,"2055":1,"2058":1,"2084":1,"2087":1,"2118":3,"2127":1,"2136":1,"2139":1,"2158":2,"2170":1,"2173":1,"2189":2,"2192":1,"2197":1,"2201":1,"2207":1,"2213":1,"2216":1,"2247":1,"2250":1,"2276":2,"2304":4,"2314":1,"2317":1,"2318":1,"2344":1,"2347":1,"2356":1,"2366":1,"2379":1,"2382":1,"2412":1,"2415":1,"2417":1,"2444":1,"2447":1,"2459":3,"2500":1,"2503":1,"2531":1,"2534":1,"2555":2,"2585":1,"2588":1,"2601":2,"2605":1,"2617":3,"2621":1,"2623":8,"2624":1,"2625":2,"2627":1,"2629":1,"2630":1,"2634":2,"2636":1,"2638":1,"2640":4,"2641":1,"2642":2,"2644":6,"2648":1,"2649":2,"2650":1}}],["bamako50",{"2":{"2656":1}}],["bamako25",{"2":{"2656":1}}],["bamako100",{"2":{"2656":1}}],["bamako10",{"2":{"2656":1}}],["bamako",{"2":{"2656":1}}],["bamo50",{"2":{"2656":1}}],["bamo25",{"2":{"2656":1}}],["bamo100",{"2":{"2656":1}}],["bamo10",{"2":{"2656":1}}],["bamo",{"2":{"2656":1}}],["bam50",{"2":{"2656":1}}],["bam25",{"2":{"2656":1}}],["bam100",{"2":{"2656":1}}],["bam10",{"2":{"2656":1}}],["bam",{"2":{"2656":1}}],["batloww50",{"2":{"2656":1}}],["batloww25",{"2":{"2656":1}}],["batloww100",{"2":{"2656":1}}],["batloww10",{"2":{"2656":1}}],["batloww",{"2":{"2656":1}}],["batlowk50",{"2":{"2656":1}}],["batlowk25",{"2":{"2656":1}}],["batlowk100",{"2":{"2656":1}}],["batlowk10",{"2":{"2656":1}}],["batlowk",{"2":{"2656":1}}],["batlow50",{"2":{"2656":1}}],["batlow25",{"2":{"2656":1}}],["batlow100",{"2":{"2656":1}}],["batlow10",{"2":{"2656":1}}],["batlow",{"2":{"2303":2,"2656":1}}],["batsymbol",{"2":{"1917":4}}],["bat",{"2":{"1917":1}}],["bathymetry",{"2":{"36":1}}],["banks",{"2":{"664":1}}],["bandwidth",{"0":{"1326":1,"2334":1},"2":{"0":3,"1322":1,"1326":1}}],["bands",{"2":{"0":17,"1185":2,"1221":2,"1248":2,"1249":1,"1510":2,"1542":1,"1543":1,"2318":2,"2520":2,"2552":1,"2553":1}}],["band",{"0":{"1024":1,"1699":1},"1":{"1025":1,"1026":1,"1027":1,"1028":1,"1029":1,"1030":1,"1031":1,"1032":1,"1033":1,"1034":1,"1035":1,"1036":1,"1037":1,"1038":1,"1039":1,"1040":1,"1041":1,"1042":1,"1043":1,"1044":1,"1045":1,"1046":1,"1047":1,"1048":1,"1049":1,"1050":1,"1051":1,"1052":1,"1053":1,"1054":1,"1055":1,"1056":1},"2":{"0":24,"1024":7,"1025":5,"1241":2,"1242":2,"2307":1,"2311":2,"2312":2}}],["bad",{"2":{"31":1,"63":1}}],["badly",{"2":{"19":1}}],["barcounts",{"2":{"2646":1}}],["barcenters",{"2":{"2646":1}}],["bar=",{"2":{"1058":1}}],["bare",{"2":{"37":1}}],["bars",{"2":{"0":13,"121":1,"863":2,"1058":6,"1070":1,"1073":1,"1076":1,"1103":2,"1383":1,"1457":1,"1462":1,"1464":1,"1465":1,"1467":1,"1477":1,"1889":1,"2554":1,"2555":3,"2646":1}}],["bar",{"0":{"1061":1,"1064":1,"1460":1,"1476":1},"2":{"0":14,"29":2,"121":1,"152":8,"528":1,"1058":3,"1061":1,"1076":1,"1084":1,"1085":1,"1086":1,"1088":1,"1377":1,"1456":1,"1470":1,"1856":1,"1883":1,"2555":1,"2646":2}}],["barplots",{"2":{"152":1,"2193":2}}],["barplot",{"0":{"1057":1,"1700":1,"2647":1},"1":{"1058":1,"1059":1,"1060":1,"1061":1,"1062":1,"1063":1,"1064":1,"1065":1,"1066":1,"1067":1,"1068":1,"1069":1,"1070":1,"1071":1,"1072":1,"1073":1,"1074":1,"1075":1,"1076":1,"1077":1,"1078":1,"1079":1,"1080":1,"1081":1,"1082":1,"1083":1,"1084":1,"1085":1,"1086":1,"1087":1,"1088":1,"1089":1,"1090":1,"1091":1,"1092":1,"1093":1,"1094":1,"1095":1,"1096":1,"1097":1,"1098":1,"1099":1,"1100":1,"1101":1,"1102":1,"1103":1},"2":{"0":16,"74":1,"75":1,"76":1,"121":14,"152":1,"168":1,"169":1,"491":1,"516":1,"863":1,"1057":4,"1058":7,"1073":1,"1456":1,"1457":1,"1467":1,"2193":1,"2554":1,"2647":4,"2648":7}}],["balance",{"2":{"0":1,"34":1,"2655":1}}],["bashrc",{"2":{"26":1}}],["bash",{"2":{"26":1}}],["baseline",{"2":{"0":4,"1073":1,"1337":1,"2189":1,"2190":1,"2191":2,"2192":1,"2199":1,"2603":1}}],["base",{"2":{"0":5,"75":1,"82":2,"107":1,"196":1,"1569":1,"1600":1,"1914":4,"1922":1,"1944":1}}],["based",{"2":{"0":16,"13":2,"21":1,"22":1,"41":1,"62":5,"68":1,"69":1,"82":1,"83":1,"119":2,"121":2,"134":1,"139":1,"159":1,"167":1,"191":1,"197":3,"794":2,"817":1,"843":1,"1773":1,"2158":1,"2273":1,"2274":1,"2459":1,"2484":1,"2604":1,"2605":2,"2613":1,"2623":1}}],["basics",{"2":{"153":1}}],["basically",{"2":{"0":1,"2647":1}}],["basic",{"0":{"2239":1,"2480":1,"2625":1},"2":{"0":2,"30":1,"73":1,"74":1,"147":1,"161":1,"623":1,"2505":1,"2644":1}}],["basis",{"2":{"0":1,"119":1,"120":1,"122":1,"190":1,"1915":1}}],["backside",{"2":{"2604":1}}],["backspace",{"2":{"81":2}}],["backscatter",{"2":{"34":2}}],["backup",{"2":{"28":1}}],["back",{"2":{"0":1,"73":1,"82":1,"112":1,"121":1,"168":1,"186":1,"192":1,"212":1,"624":2,"2495":1,"2640":1}}],["background=",{"2":{"1058":1}}],["background",{"0":{"1063":1,"1475":1},"2":{"0":3,"56":5,"82":1,"102":1,"144":1,"191":1,"192":1,"194":3,"195":2,"224":1,"375":1,"631":1,"632":1,"762":1,"763":1,"796":1,"828":1,"1285":1,"2242":1,"2555":2,"2640":3}}],["backgroundcolor=",{"2":{"691":1,"1289":2,"2640":2,"2642":1}}],["backgroundcolor",{"0":{"224":1,"375":1,"631":1,"762":1,"2242":1},"2":{"0":8,"56":1,"98":1,"103":1,"157":2,"183":1,"192":5,"194":2,"195":8,"384":2,"632":1,"753":2,"762":1,"983":2,"1774":1,"2189":1,"2559":1,"2609":1,"2611":2,"2623":1,"2624":1,"2625":2,"2639":1}}],["backlight",{"0":{"991":1,"1028":1,"1632":1,"1665":1,"2161":1,"2403":1,"2489":1},"2":{"0":7,"2604":2,"2609":1,"2611":1}}],["backend",{"0":{"13":1,"42":1},"1":{"14":1},"2":{"0":33,"13":3,"14":6,"16":2,"19":1,"21":1,"22":2,"23":1,"30":1,"31":8,"32":1,"41":1,"49":2,"79":1,"88":2,"106":3,"197":3,"200":1,"752":1,"1912":1,"2617":1,"2644":1}}],["backend=current",{"2":{"0":5}}],["backends",{"0":{"14":1},"2":{"0":54,"13":1,"15":1,"27":1,"31":2,"66":1,"77":1,"82":1,"153":1,"190":1,"945":1,"975":1,"1010":1,"1014":1,"1045":1,"1048":1,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1426":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1649":1,"1652":1,"1682":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1915":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2176":1,"2179":1,"2224":1,"2257":1,"2322":1,"2355":1,"2389":1,"2420":1,"2423":1,"2452":1,"2507":1,"2510":1,"2542":1,"2595":1,"2603":2}}],["backward",{"2":{"0":1,"62":1}}],["berlin50",{"2":{"2656":1}}],["berlin25",{"2":{"2656":1}}],["berlin100",{"2":{"2656":1}}],["berlin10",{"2":{"2656":1}}],["berlin",{"2":{"2656":1}}],["beneficial",{"2":{"1236":1,"2305":1}}],["benefit",{"2":{"0":1}}],["behind",{"2":{"190":4,"2639":1,"2640":1}}],["behave",{"2":{"0":1,"140":1,"2478":1}}],["behaviour",{"2":{"0":1,"161":1,"1282":1,"1629":1,"2654":1}}],["behavior",{"2":{"0":2,"62":1,"78":1,"106":1,"149":1,"151":1,"582":1,"1248":1}}],["besides",{"2":{"134":1,"2643":1}}],["best",{"2":{"0":1,"16":3,"75":1,"107":1,"1282":1}}],["beach",{"2":{"2662":1}}],["beat",{"2":{"82":1}}],["beautifulmakie",{"2":{"33":1,"36":1}}],["beautiful",{"0":{"3":1},"2":{"196":1,"198":1,"1285":2,"2196":1}}],["belong",{"2":{"192":2,"2637":1}}],["belongs",{"2":{"186":1}}],["below",{"2":{"0":51,"18":1,"22":1,"31":1,"76":1,"91":1,"583":1,"942":1,"967":1,"971":1,"972":1,"1008":1,"1043":1,"1089":1,"1189":1,"1225":1,"1308":1,"1358":1,"1362":1,"1363":1,"1392":1,"1408":1,"1423":1,"1448":1,"1499":1,"1528":1,"1559":1,"1584":2,"1588":1,"1589":1,"1618":1,"1647":1,"1679":1,"1792":1,"1856":1,"1898":1,"1941":1,"1979":1,"2032":1,"2059":1,"2063":1,"2064":1,"2144":1,"2175":1,"2219":1,"2241":1,"2258":1,"2386":1,"2419":1,"2449":1,"2468":1,"2506":1,"2538":1,"2592":1,"2641":1}}],["belt",{"2":{"35":5,"2644":5}}],["beta",{"2":{"169":1}}],["better",{"2":{"0":1,"11":1,"41":1,"578":1,"583":1,"2495":1,"2624":1}}],["between",{"0":{"584":1},"2":{"0":28,"22":1,"62":1,"69":2,"80":1,"106":1,"126":1,"150":1,"165":1,"242":1,"252":1,"269":1,"279":1,"287":1,"294":1,"316":1,"326":1,"334":1,"341":1,"379":1,"392":1,"531":1,"559":1,"580":2,"584":1,"633":1,"639":1,"655":1,"666":1,"668":1,"678":1,"683":1,"756":1,"770":1,"838":1,"985":1,"1024":1,"1115":1,"1139":2,"1249":1,"1369":1,"1404":1,"1467":1,"1558":1,"1773":1,"1856":3,"1866":1,"1867":1,"1959":1,"2070":1,"2197":1,"2253":1,"2319":1,"2481":1,"2498":1,"2603":1,"2604":1,"2623":3,"2627":1,"2632":1,"2637":1,"2638":1}}],["been",{"2":{"0":1,"72":1,"74":1,"99":1,"137":1,"497":1,"577":1,"1914":1,"2623":1,"2644":1}}],["becoming",{"2":{"191":1}}],["becomes",{"2":{"0":1,"31":1,"106":1,"191":1}}],["become",{"2":{"0":3,"80":1,"1285":1,"1755":1}}],["because",{"2":{"0":6,"19":1,"41":1,"51":1,"53":1,"76":2,"78":1,"98":1,"100":1,"104":1,"106":4,"107":2,"135":1,"137":1,"139":1,"146":2,"152":2,"162":2,"181":1,"184":1,"190":1,"191":1,"194":1,"222":1,"287":1,"334":1,"383":1,"384":1,"577":1,"578":1,"1073":1,"1248":1,"1404":1,"1481":1,"1510":1,"1914":2,"1915":1,"2189":2,"2368":1,"2520":1,"2623":2,"2629":1,"2631":1,"2633":1,"2637":1,"2642":1,"2648":1}}],["bevel",{"2":{"0":10,"967":2,"1358":2,"1584":4,"2059":2}}],["before",{"2":{"0":9,"12":1,"18":1,"82":1,"118":1,"136":1,"140":1,"155":1,"1138":1,"1281":1,"1288":1,"1312":1,"1314":1,"1437":1,"1922":1,"2236":1,"2367":1,"2623":1,"2624":1,"2627":1,"2633":1,"2647":1,"2654":1}}],["begin",{"2":{"0":3,"34":1,"138":1,"838":1,"839":1,"905":1,"1287":2,"1288":1,"1289":1,"2505":1}}],["beyond",{"2":{"0":2,"155":1}}],["bezierutriangle",{"2":{"66":1}}],["bezier",{"0":{"1915":1},"1":{"1916":1,"1917":1},"2":{"0":2,"1915":1,"1917":1,"1932":1}}],["bezierpaths",{"2":{"1912":2,"1914":2}}],["bezierpath",{"2":{"0":14,"1912":1,"1914":3,"1915":2,"1916":1,"1917":1}}],["being",{"2":{"0":5,"31":1,"37":1,"39":1,"62":1,"81":1,"82":1,"96":1,"106":1,"191":2,"752":1,"982":2,"1164":1,"1200":1,"1569":1,"1600":1,"1922":1,"2127":1,"2398":1,"2478":1,"2605":1}}],["be",{"2":{"0":433,"8":1,"10":1,"16":1,"18":1,"19":2,"20":2,"22":10,"23":3,"24":3,"31":5,"35":1,"36":2,"37":4,"39":2,"41":1,"44":1,"48":1,"49":1,"51":8,"52":2,"53":5,"54":2,"56":3,"57":1,"58":1,"61":3,"62":6,"64":1,"68":3,"71":2,"74":1,"75":1,"76":6,"78":1,"82":3,"83":8,"88":1,"92":1,"102":2,"104":1,"105":6,"106":5,"107":1,"108":2,"109":1,"110":1,"111":1,"112":1,"113":1,"116":2,"119":7,"120":1,"121":3,"122":1,"126":1,"127":1,"128":1,"129":1,"130":1,"131":1,"133":2,"135":3,"136":1,"137":2,"138":1,"139":1,"141":2,"142":2,"149":1,"150":3,"152":2,"155":6,"156":1,"157":2,"160":1,"161":2,"162":5,"165":1,"178":1,"181":1,"183":1,"184":1,"187":1,"190":2,"191":2,"205":1,"207":2,"210":1,"211":1,"215":1,"217":1,"219":1,"222":2,"234":8,"239":1,"248":1,"266":1,"279":1,"287":3,"290":4,"299":3,"304":1,"313":1,"326":1,"334":3,"337":4,"346":3,"351":1,"354":1,"382":1,"383":2,"396":1,"577":1,"578":2,"579":2,"584":1,"585":2,"603":1,"623":3,"625":3,"626":1,"627":3,"628":1,"685":1,"691":1,"718":1,"720":1,"723":1,"748":1,"750":2,"751":1,"752":2,"753":1,"757":2,"758":1,"763":1,"768":1,"769":1,"773":1,"775":1,"778":1,"800":1,"811":1,"832":1,"835":1,"874":2,"905":2,"908":1,"928":1,"930":1,"932":1,"935":1,"940":1,"950":1,"951":2,"956":1,"958":1,"960":1,"963":1,"969":1,"981":1,"985":1,"992":1,"993":1,"995":1,"996":1,"1000":1,"1023":1,"1024":1,"1029":2,"1030":1,"1032":1,"1034":1,"1038":1,"1042":1,"1056":1,"1065":1,"1067":1,"1069":1,"1070":1,"1078":1,"1102":1,"1156":1,"1163":1,"1168":1,"1170":1,"1171":1,"1175":1,"1185":1,"1198":1,"1204":1,"1206":1,"1207":1,"1211":1,"1221":1,"1234":1,"1240":1,"1244":1,"1248":3,"1249":1,"1257":1,"1282":3,"1284":1,"1289":1,"1292":1,"1294":1,"1296":1,"1298":1,"1299":1,"1302":1,"1306":1,"1309":1,"1320":1,"1328":1,"1333":1,"1347":1,"1349":1,"1351":1,"1354":1,"1360":1,"1372":1,"1374":3,"1377":1,"1378":1,"1380":1,"1382":1,"1383":1,"1386":1,"1400":1,"1402":6,"1406":1,"1407":1,"1408":3,"1412":1,"1414":1,"1415":1,"1418":1,"1422":1,"1431":1,"1435":2,"1436":1,"1437":1,"1444":1,"1446":1,"1452":2,"1453":1,"1461":2,"1462":1,"1477":1,"1481":1,"1485":1,"1487":1,"1489":1,"1492":1,"1497":1,"1507":1,"1510":2,"1513":3,"1514":1,"1516":1,"1518":1,"1521":1,"1527":1,"1541":1,"1548":1,"1550":1,"1551":1,"1554":1,"1558":1,"1567":1,"1573":1,"1575":1,"1577":1,"1580":1,"1586":1,"1597":1,"1604":1,"1606":1,"1608":1,"1611":1,"1616":1,"1626":1,"1633":2,"1634":1,"1636":1,"1638":1,"1642":1,"1646":1,"1660":1,"1667":1,"1669":1,"1671":1,"1675":1,"1681":1,"1686":1,"1694":1,"1753":1,"1756":1,"1772":1,"1777":3,"1778":1,"1780":1,"1782":1,"1785":1,"1791":1,"1805":1,"1811":1,"1813":1,"1830":1,"1831":3,"1836":1,"1838":1,"1855":1,"1858":1,"1875":1,"1877":1,"1879":1,"1883":1,"1884":1,"1886":1,"1888":1,"1889":1,"1892":1,"1906":1,"1910":1,"1911":2,"1912":2,"1914":2,"1915":2,"1916":2,"1926":1,"1928":1,"1930":1,"1937":1,"1958":1,"1964":1,"1966":1,"1968":1,"1971":1,"1995":1,"1996":1,"2020":1,"2022":1,"2023":1,"2028":1,"2042":1,"2048":1,"2050":1,"2052":1,"2055":1,"2061":1,"2073":1,"2082":1,"2084":1,"2091":3,"2109":1,"2113":2,"2127":1,"2128":1,"2130":1,"2132":1,"2136":1,"2156":1,"2157":1,"2162":1,"2163":1,"2165":1,"2166":1,"2170":1,"2174":1,"2187":1,"2191":1,"2193":1,"2194":1,"2196":1,"2202":1,"2204":1,"2205":1,"2206":2,"2213":1,"2217":1,"2235":1,"2243":1,"2247":1,"2258":2,"2269":1,"2274":1,"2276":2,"2302":1,"2304":3,"2309":1,"2314":1,"2318":2,"2328":1,"2338":1,"2339":1,"2344":1,"2365":1,"2368":1,"2372":1,"2374":1,"2376":1,"2379":1,"2384":1,"2394":1,"2404":1,"2406":1,"2407":1,"2412":1,"2416":1,"2431":1,"2438":1,"2440":1,"2441":1,"2444":1,"2448":1,"2457":1,"2458":1,"2459":1,"2462":2,"2463":1,"2464":1,"2466":1,"2478":1,"2484":2,"2485":1,"2490":1,"2491":1,"2493":1,"2494":1,"2498":1,"2500":1,"2519":1,"2520":2,"2523":3,"2524":1,"2526":1,"2528":1,"2531":1,"2537":1,"2551":1,"2555":3,"2578":1,"2580":1,"2582":1,"2585":1,"2590":1,"2600":1,"2601":3,"2604":2,"2617":4,"2619":2,"2623":5,"2625":1,"2630":1,"2640":1,"2644":1,"2648":1,"2649":4}}],["dlon",{"2":{"1287":4}}],["dlat",{"2":{"1287":4}}],["ds2",{"2":{"1289":2}}],["ds1",{"2":{"1289":2}}],["dsplot",{"2":{"1287":1}}],["ds",{"2":{"1284":2,"1287":4}}],["dt",{"2":{"196":4}}],["dtriangle",{"2":{"0":1,"185":2,"1913":2,"2566":1}}],["dz",{"2":{"191":4,"196":2}}],["dc",{"2":{"152":2}}],["dc281210",{"2":{"51":1}}],["dy",{"2":{"66":7,"80":2,"81":2,"196":2}}],["dynamic",{"2":{"39":1,"134":1,"152":1}}],["dynamically",{"2":{"0":1,"39":1,"152":1,"167":1,"2644":1}}],["ddd",{"2":{"56":1}}],["d50f25",{"2":{"35":1,"2644":1}}],["duplicate",{"2":{"1406":1}}],["duration",{"2":{"921":1}}],["during",{"2":{"0":1,"10":1,"11":1,"191":1,"219":1,"769":1}}],["due",{"2":{"0":2,"111":1,"207":1,"752":1,"1323":1,"2603":1}}],["dx",{"2":{"0":2,"66":7,"80":1,"81":1,"196":2,"2127":2}}],["davos50",{"2":{"2656":1}}],["davos25",{"2":{"2656":1}}],["davos100",{"2":{"2656":1}}],["davos10",{"2":{"2656":1}}],["davos",{"2":{"2656":1}}],["danischkrumbiegel2021",{"2":{"199":1}}],["danisch",{"2":{"199":2}}],["day",{"2":{"152":1,"2624":6,"2634":2,"2636":6}}],["datum",{"2":{"287":1,"334":1}}],["dateteimeticks",{"2":{"75":1}}],["datetimes",{"2":{"75":1}}],["datetimeconversion",{"2":{"75":3}}],["datetime",{"2":{"74":1,"75":4}}],["date",{"2":{"74":1,"75":6,"82":1}}],["dates",{"2":{"72":1,"73":2}}],["data2",{"2":{"2624":3,"2630":3}}],["data1",{"2":{"2624":4,"2630":3,"2631":1}}],["datavis",{"2":{"1285":1}}],["dataaspect",{"2":{"222":5,"1434":2,"1435":3,"1436":1,"1437":2,"1438":1,"1439":1,"1545":4,"1774":1,"2189":1}}],["datasets",{"2":{"1856":1}}],["dataset",{"0":{"1287":1},"2":{"33":5,"1287":1,"1288":1}}],["datashader",{"0":{"1282":1,"1707":1},"1":{"1283":1,"1284":1,"1285":1,"1286":1,"1287":1,"1288":1,"1289":1,"1290":1,"1291":1,"1292":1,"1293":1,"1294":1,"1295":1,"1296":1,"1297":1,"1298":1,"1299":1,"1300":1,"1301":1,"1302":1,"1303":1,"1304":1,"1305":1,"1306":1,"1307":1,"1308":1,"1309":1,"1310":1,"1311":1,"1312":1,"1313":1,"1314":1,"1315":1,"1316":1,"1317":1,"1318":1,"1319":1,"1320":1},"2":{"0":12,"1282":4,"1284":1,"1285":1,"1287":1,"1288":1,"1289":3,"1290":2}}],["datalimits",{"0":{"2338":1},"2":{"0":1,"2330":1}}],["datalimits=extrema",{"2":{"0":2,"1877":1,"2338":1}}],["datapoints",{"2":{"0":1,"1856":1,"2636":1}}],["datainspector",{"0":{"121":1},"2":{"0":130,"54":1,"119":2,"120":2,"121":7,"122":1,"935":1,"936":1,"938":1,"963":1,"964":1,"966":1,"1000":1,"1001":1,"1003":1,"1038":1,"1039":1,"1041":1,"1078":1,"1079":1,"1081":1,"1175":1,"1176":1,"1178":1,"1211":1,"1212":1,"1214":1,"1244":1,"1245":1,"1247":1,"1302":1,"1303":1,"1305":1,"1354":1,"1355":1,"1357":1,"1386":1,"1387":1,"1389":1,"1418":1,"1419":1,"1421":1,"1492":1,"1493":1,"1495":1,"1521":1,"1522":1,"1524":1,"1554":1,"1555":1,"1557":1,"1580":1,"1581":1,"1583":1,"1611":1,"1612":1,"1614":1,"1642":1,"1643":1,"1645":1,"1675":1,"1676":1,"1678":1,"1756":1,"1757":1,"1759":1,"1785":1,"1786":1,"1788":1,"1813":1,"1814":1,"1816":1,"1838":1,"1839":1,"1841":1,"1892":1,"1893":1,"1895":1,"1937":1,"1938":1,"1940":1,"1971":1,"1972":1,"1974":1,"2028":1,"2029":1,"2031":1,"2055":1,"2056":1,"2058":1,"2084":1,"2085":1,"2087":1,"2136":1,"2137":1,"2139":1,"2170":1,"2171":1,"2173":1,"2213":1,"2214":1,"2216":1,"2247":1,"2248":1,"2250":1,"2314":1,"2315":1,"2317":1,"2344":1,"2345":1,"2347":1,"2379":1,"2380":1,"2382":1,"2412":1,"2413":1,"2415":1,"2444":1,"2445":1,"2447":1,"2500":1,"2501":1,"2503":1,"2531":1,"2532":1,"2534":1,"2585":1,"2586":1,"2588":1}}],["data",{"0":{"11":1,"119":1,"122":1,"1289":1,"2190":1},"1":{"120":1,"121":1,"122":1},"2":{"0":140,"7":1,"10":3,"11":1,"12":1,"33":9,"36":1,"51":3,"59":1,"62":1,"66":5,"67":1,"68":4,"69":5,"70":1,"71":2,"91":17,"119":2,"121":7,"122":1,"139":1,"152":1,"167":11,"168":2,"169":4,"196":2,"199":2,"222":1,"287":2,"334":2,"373":4,"383":2,"748":1,"751":1,"752":2,"757":1,"937":1,"946":1,"965":1,"977":1,"1002":1,"1018":1,"1040":1,"1051":1,"1058":1,"1080":1,"1095":1,"1104":1,"1105":1,"1114":1,"1134":1,"1177":1,"1194":1,"1213":1,"1230":1,"1246":1,"1253":1,"1282":1,"1287":3,"1288":1,"1289":1,"1304":1,"1316":1,"1356":1,"1367":1,"1388":1,"1396":1,"1404":8,"1408":1,"1420":1,"1427":1,"1438":1,"1452":1,"1455":5,"1456":2,"1481":1,"1494":1,"1503":1,"1510":1,"1523":1,"1534":1,"1556":1,"1563":1,"1582":1,"1593":1,"1613":1,"1622":1,"1629":2,"1644":1,"1655":1,"1677":1,"1689":1,"1750":2,"1758":1,"1765":1,"1787":1,"1798":1,"1815":1,"1824":1,"1831":1,"1840":1,"1849":1,"1856":41,"1865":1,"1872":1,"1894":1,"1902":1,"1914":4,"1920":4,"1939":1,"1950":1,"1973":1,"1989":1,"1998":2,"2000":2,"2013":1,"2030":1,"2038":1,"2057":1,"2068":1,"2086":1,"2093":1,"2111":5,"2138":1,"2151":1,"2158":4,"2172":1,"2182":1,"2189":3,"2190":4,"2193":1,"2194":1,"2215":1,"2227":1,"2249":1,"2259":1,"2274":1,"2316":1,"2319":1,"2323":1,"2346":1,"2359":1,"2366":1,"2368":1,"2381":1,"2390":1,"2397":2,"2414":1,"2416":1,"2426":1,"2446":1,"2453":1,"2458":1,"2485":5,"2486":1,"2502":1,"2505":1,"2513":1,"2520":1,"2533":1,"2544":1,"2587":1,"2596":1,"2615":1,"2618":4,"2619":1,"2620":1,"2621":1,"2623":1,"2624":2,"2627":3,"2636":2,"2646":2,"2648":2}}],["dark6",{"2":{"2661":1}}],["dark2",{"2":{"2658":6}}],["darktest",{"2":{"2654":1}}],["darkterrain",{"2":{"2158":1,"2662":1}}],["darkrainbow",{"2":{"2654":1,"2662":1}}],["darkblue",{"2":{"1323":1}}],["dark",{"0":{"175":1},"2":{"36":1,"175":1,"179":4,"180":1,"2661":1}}],["dashboards",{"2":{"50":1,"56":1,"162":1,"168":1}}],["dashed",{"2":{"0":1}}],["dashes",{"2":{"0":1}}],["dashdotdot",{"2":{"0":13,"940":1,"969":1,"1360":1,"1497":1,"1527":1,"1586":2,"1616":1,"1791":1,"2061":1,"2384":1,"2537":1,"2590":1}}],["dashdot",{"2":{"0":27,"940":2,"969":2,"1360":2,"1497":2,"1527":2,"1586":3,"1616":2,"1791":2,"1977":1,"2061":2,"2075":1,"2384":2,"2537":2,"2590":2}}],["dash",{"2":{"0":29,"182":1,"185":1,"361":1,"627":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"753":3,"924":1,"940":2,"969":2,"1141":1,"1142":3,"1360":2,"1497":2,"1527":2,"1586":3,"1616":2,"1791":2,"2044":1,"2061":2,"2075":1,"2281":1,"2384":2,"2537":2,"2590":2,"2620":2,"2621":1}}],["drown",{"2":{"121":1}}],["dropoff",{"2":{"1287":2}}],["drops",{"2":{"0":1}}],["dropdown",{"0":{"713":1,"714":1},"2":{"0":2,"713":1,"714":1}}],["drop",{"2":{"0":2,"1236":2,"2305":1}}],["dropped",{"2":{"0":1,"79":1,"2641":1}}],["drivers",{"2":{"27":2}}],["driver",{"2":{"27":1}}],["dri",{"2":{"26":2}}],["dracula",{"2":{"2662":1}}],["drags",{"2":{"588":1,"848":1}}],["dragging",{"2":{"0":3,"82":7,"211":1,"585":2,"844":1}}],["dragged",{"2":{"0":1,"79":1,"863":1}}],["drag",{"0":{"211":1},"2":{"0":3,"62":2,"82":4,"213":1,"585":1,"754":1}}],["drawbacks",{"2":{"191":1}}],["drawable",{"2":{"82":1}}],["drawn",{"2":{"0":2,"157":3,"190":1,"752":1,"1383":1,"1889":1,"2189":1}}],["draw",{"0":{"192":1},"2":{"0":52,"15":1,"16":1,"18":1,"80":1,"111":1,"121":1,"152":1,"190":2,"756":1,"945":1,"975":1,"990":1,"1014":1,"1048":1,"1094":1,"1104":1,"1130":1,"1193":1,"1229":1,"1249":1,"1252":1,"1258":1,"1278":1,"1313":1,"1366":1,"1395":1,"1426":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1806":1,"1823":1,"1831":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2224":1,"2257":1,"2322":1,"2329":1,"2355":1,"2389":1,"2423":1,"2452":1,"2484":1,"2510":1,"2542":1,"2595":1,"2642":2,"2646":2,"2647":2}}],["drawing",{"2":{"0":2,"18":1,"62":1,"111":1,"190":1,"1288":1,"1831":1,"2646":1}}],["draws",{"2":{"0":6,"190":1,"1139":1,"1773":1,"1831":1,"2432":1,"2573":1,"2640":2}}],["dpi",{"2":{"0":2,"24":1,"79":2,"106":2,"107":5,"2641":1}}],["d",{"0":{"2634":1},"1":{"2635":1,"2636":1},"2":{"0":12,"54":1,"62":1,"82":3,"299":1,"346":1,"583":1,"1105":1,"1142":1,"1285":3,"1323":3,"2158":10,"2276":3,"2618":1,"2624":1,"2625":4,"2626":2,"2634":1,"2637":1}}],["deuteranopic",{"2":{"2660":5}}],["deems",{"2":{"2623":1}}],["deepsea",{"2":{"2662":1}}],["deep6",{"2":{"2661":1}}],["deep",{"2":{"1405":1,"2158":2,"2655":1,"2661":1}}],["dejavu",{"2":{"110":1}}],["dedicated",{"0":{"26":1},"2":{"26":2,"208":1}}],["deduced",{"2":{"0":1,"1409":1}}],["debug",{"2":{"22":1,"765":1}}],["debugging",{"2":{"22":1,"30":2}}],["denote",{"2":{"2158":1}}],["denotes",{"2":{"10":1}}],["densities",{"2":{"0":1,"163":3,"1337":1}}],["density",{"0":{"802":1,"1321":1,"1708":1,"2131":1,"2348":1},"1":{"1322":1,"1323":1,"1324":1,"1325":1,"1326":1,"1327":1,"1328":1,"1329":1,"1330":1,"1331":1,"1332":1,"1333":1,"1334":1,"1335":1,"1336":1,"1337":1,"1338":1,"1339":1,"1340":1,"1341":1},"2":{"0":26,"19":1,"106":1,"107":2,"163":2,"169":2,"184":1,"187":5,"802":1,"1321":4,"1322":4,"1323":3,"1324":2,"1326":1,"1327":1,"1337":1,"1473":3,"2118":3,"2329":1,"2356":1,"2624":2,"2627":3,"2632":2}}],["dense",{"2":{"0":26,"940":2,"969":2,"1360":2,"1497":2,"1527":2,"1586":3,"1616":2,"1791":2,"2061":2,"2384":2,"2537":2,"2590":2,"2655":1}}],["devon50",{"2":{"2656":1}}],["devon25",{"2":{"2656":1}}],["devon100",{"2":{"2656":1}}],["devon10",{"2":{"2656":1}}],["devon",{"2":{"2656":1}}],["developed",{"2":{"2653":1}}],["developer",{"0":{"76":1},"2":{"147":1,"2646":1}}],["development",{"2":{"161":1,"200":1}}],["developing",{"2":{"1":1}}],["dev",{"2":{"28":7,"1285":1}}],["device",{"2":{"0":2,"106":12,"155":1}}],["demonstration",{"2":{"2646":1}}],["demonstrates",{"2":{"2623":1}}],["demonstrate",{"2":{"1288":1,"1629":1,"2623":1}}],["demonstrated",{"2":{"0":1}}],["demofigure",{"2":{"169":2,"171":1,"172":1,"173":1,"174":1,"175":1,"176":1}}],["demo",{"2":{"27":1}}],["demands",{"2":{"107":1}}],["demand",{"2":{"22":1,"107":1}}],["demarcate",{"2":{"0":1}}],["delta",{"2":{"169":1,"2655":1}}],["deletion",{"2":{"81":1}}],["deleting",{"0":{"40":1,"204":1},"2":{"82":4}}],["deleteat",{"2":{"82":2}}],["delete",{"2":{"40":1,"81":4,"82":2,"204":3}}],["delaunay",{"2":{"0":1,"2304":1,"2327":1}}],["delaunaytriangulation",{"2":{"0":7,"2273":1,"2274":4,"2302":1,"2304":8,"2327":3,"2458":1,"2459":6,"2477":1}}],["delimitedfiles",{"2":{"163":1,"1235":3,"1236":1,"1284":1,"1438":1,"1921":1,"2158":1}}],["delimited",{"2":{"0":1,"2318":1}}],["despite",{"2":{"1107":1,"2332":1}}],["desirable",{"2":{"207":1}}],["desired",{"2":{"0":1,"102":1,"107":2,"223":1,"234":1}}],["deselected",{"2":{"122":1}}],["destructuring",{"2":{"100":1}}],["destructured",{"2":{"141":2}}],["destructure",{"2":{"100":1}}],["destroyed",{"2":{"76":1}}],["desktop",{"2":{"21":1,"28":1,"29":1,"48":1}}],["described",{"2":{"2640":1}}],["describe",{"2":{"102":1,"2617":1}}],["describes",{"2":{"0":2,"112":1,"1686":1,"2604":1}}],["describing",{"2":{"80":1,"152":1,"162":5}}],["descriptions",{"2":{"162":1}}],["description",{"2":{"13":1,"162":1}}],["deg2rad",{"2":{"1949":2}}],["degree",{"2":{"0":1,"752":1,"1569":1,"1600":1,"1771":1,"1922":1,"2603":1}}],["degrees",{"2":{"0":1,"98":1}}],["deg",{"0":{"1771":1},"2":{"0":1}}],["deactivating",{"0":{"216":1}}],["deactivate",{"2":{"0":4,"19":1,"216":1}}],["dealing",{"0":{"1569":1,"1600":1,"1922":1},"2":{"135":1,"136":1,"217":1,"2623":1}}],["deals",{"2":{"0":43,"949":1,"980":1,"1022":1,"1055":1,"1101":1,"1197":1,"1233":1,"1256":1,"1319":1,"1371":1,"1399":1,"1430":1,"1506":1,"1540":1,"1566":1,"1596":1,"1625":1,"1659":1,"1693":1,"1770":1,"1804":1,"1829":1,"1854":1,"1905":1,"1956":1,"1994":1,"2041":1,"2072":1,"2103":1,"2155":1,"2186":1,"2234":1,"2267":1,"2326":1,"2364":1,"2393":1,"2430":1,"2456":1,"2517":1,"2550":1,"2599":1}}],["december",{"2":{"1323":1}}],["decimal",{"2":{"290":1,"337":1}}],["decides",{"2":{"1911":1}}],["decide",{"2":{"22":1,"180":1,"583":1,"627":1,"2623":1}}],["decided",{"2":{"0":1,"106":2,"165":1}}],["declarative",{"2":{"162":3}}],["decoupled",{"2":{"2625":1}}],["decorated",{"2":{"22":1}}],["decorations",{"0":{"205":1,"753":1},"2":{"0":14,"22":1,"126":1,"205":1,"384":1,"753":5,"2629":1}}],["decorations=false",{"2":{"0":1}}],["decorations=true",{"2":{"0":1}}],["decomposition",{"2":{"1774":1,"2158":1}}],["decompose",{"2":{"0":1,"149":2,"1629":1,"1773":1,"1918":2,"2609":1}}],["decomposes",{"2":{"0":6}}],["decomposable",{"2":{"0":1,"1773":1}}],["decreasing",{"2":{"0":1,"62":1}}],["decrease",{"2":{"0":1,"62":1,"90":1,"2623":1}}],["derivatives",{"2":{"2603":1}}],["derive",{"2":{"0":1,"66":1,"751":1,"2482":1,"2605":1}}],["derives",{"2":{"0":1}}],["derived",{"2":{"0":2,"62":1,"137":1,"1402":1,"2605":1}}],["deregistration",{"2":{"219":2}}],["deregistering",{"0":{"215":1}}],["deregister",{"2":{"0":5,"76":3,"215":1}}],["detect",{"2":{"2640":1}}],["determine",{"2":{"75":1,"97":1,"126":1,"148":1,"299":1,"346":1,"577":1,"874":1,"905":1}}],["determines",{"2":{"0":15,"98":2,"135":1,"1249":1,"1831":1,"1856":1,"1858":1,"1861":1,"1874":1,"1875":1,"1876":1,"2294":1,"2295":1,"2296":1,"2297":1,"2298":1,"2473":1}}],["determined",{"0":{"129":1},"2":{"0":22,"10":1,"126":1,"129":1,"132":2,"234":2,"290":2,"299":2,"337":2,"346":2,"705":1,"871":1,"1076":1,"1167":1,"1203":1,"1326":1,"1327":1,"2189":1,"2459":2,"2462":1}}],["detailed",{"2":{"1569":1,"1600":1,"1922":1}}],["details",{"2":{"0":4,"64":1,"106":1,"115":1,"118":1,"1806":1,"2121":1}}],["detail",{"2":{"0":1,"119":1,"140":1,"155":1,"2639":1,"2640":1}}],["depicted",{"2":{"522":1,"537":1}}],["deprecated",{"2":{"0":4,"31":1,"632":1,"845":1,"2225":1}}],["dependant",{"2":{"52":1}}],["depend",{"2":{"10":1,"384":1,"2623":1,"2646":1}}],["dependencies",{"2":{"51":1,"2617":1}}],["dependency",{"2":{"10":1,"147":1,"149":1,"153":1}}],["dependent",{"2":{"0":2,"10":1,"191":1}}],["depending",{"2":{"0":4,"10":1,"127":1,"129":1,"137":1,"140":1,"151":1,"287":1,"334":1,"384":1,"549":1,"1323":1,"1569":1,"1600":1,"1867":1,"1922":1,"2208":1,"2601":1}}],["depends",{"2":{"0":5,"10":1,"62":2,"106":1,"107":1,"139":1,"190":1,"627":1,"1155":1,"1914":1,"2189":1,"2194":1,"2618":1}}],["depthbuffer",{"2":{"2640":3}}],["depths",{"2":{"579":1}}],["depthsorting",{"0":{"1931":1,"2495":1},"2":{"0":2,"1922":5}}],["depth",{"0":{"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1172":1,"1207":1,"1208":1,"1240":1,"1299":1,"1351":1,"1382":1,"1415":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2309":1,"2339":1,"2376":1,"2407":1,"2409":1,"2441":1,"2494":1,"2528":1,"2582":1},"2":{"0":180,"22":1,"119":2,"121":1,"190":8,"191":2,"752":2,"932":2,"945":1,"960":2,"975":1,"996":2,"1014":1,"1034":2,"1048":1,"1069":2,"1094":1,"1171":2,"1193":1,"1207":2,"1229":1,"1240":2,"1252":1,"1299":2,"1313":1,"1351":2,"1366":1,"1382":2,"1395":1,"1415":2,"1426":1,"1489":2,"1502":1,"1518":2,"1532":1,"1551":2,"1562":1,"1569":2,"1577":2,"1592":1,"1600":2,"1608":2,"1621":1,"1638":2,"1652":1,"1671":2,"1685":1,"1753":2,"1763":1,"1782":2,"1796":1,"1811":2,"1823":1,"1836":2,"1848":1,"1888":2,"1901":1,"1922":3,"1930":2,"1931":1,"1948":1,"1949":1,"1968":2,"1988":1,"2023":2,"2037":1,"2052":2,"2067":1,"2082":2,"2092":1,"2132":2,"2149":1,"2166":2,"2179":1,"2205":2,"2224":1,"2243":2,"2257":1,"2309":2,"2322":1,"2339":2,"2355":1,"2376":2,"2389":1,"2407":2,"2409":1,"2423":1,"2441":2,"2452":1,"2494":2,"2510":1,"2528":2,"2542":1,"2582":2,"2595":1,"2601":1,"2640":2}}],["definition",{"2":{"151":2}}],["definitions",{"2":{"147":1}}],["defining",{"2":{"0":1,"149":1,"151":1,"218":1,"1295":1,"2304":1}}],["define",{"2":{"0":3,"56":1,"74":1,"76":2,"139":1,"147":2,"149":2,"153":1,"167":1,"177":1,"178":1,"183":1,"218":1,"287":1,"334":1,"1409":1,"1915":1,"2157":3,"2158":1,"2484":2,"2646":2}}],["defines",{"2":{"0":5,"13":1,"56":1,"69":1,"71":1,"988":1,"990":1,"1015":1,"1435":1,"1465":1,"2518":1,"2639":1}}],["defined",{"2":{"0":19,"13":1,"76":1,"104":1,"105":1,"106":1,"147":1,"149":1,"151":3,"186":1,"287":2,"290":1,"299":1,"334":2,"337":1,"346":1,"577":1,"924":1,"1773":1,"2482":1,"2484":1,"2646":2,"2653":1,"2654":1}}],["defocusing",{"2":{"897":1}}],["defocused",{"2":{"889":1}}],["defocus",{"0":{"889":1,"897":1},"2":{"0":2}}],["defaultfont",{"2":{"792":1,"825":1,"837":1}}],["defaultlimits",{"2":{"287":1,"334":1}}],["defaulting",{"2":{"74":1}}],["defaults",{"0":{"106":1},"2":{"0":22,"22":1,"24":1,"51":1,"61":1,"62":1,"82":1,"185":1,"186":1,"221":1,"222":1,"223":1,"224":1,"225":1,"226":1,"227":1,"228":1,"229":1,"230":1,"231":1,"232":1,"233":1,"234":1,"235":1,"236":1,"237":1,"238":1,"239":1,"240":1,"241":1,"242":1,"243":1,"244":1,"245":1,"246":1,"247":1,"248":1,"249":1,"250":1,"251":1,"252":1,"253":1,"254":1,"255":1,"256":1,"257":1,"258":1,"259":1,"260":1,"261":1,"262":1,"263":1,"264":1,"265":1,"266":1,"267":1,"268":1,"269":1,"270":1,"271":1,"272":1,"273":1,"274":1,"275":1,"276":1,"277":1,"278":1,"279":1,"280":1,"281":1,"282":1,"283":1,"284":1,"285":1,"286":1,"287":1,"288":1,"289":1,"290":1,"291":1,"292":1,"293":1,"294":1,"295":1,"296":1,"297":1,"298":1,"299":1,"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1,"307":1,"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1,"326":1,"327":1,"328":1,"329":1,"330":1,"331":1,"332":1,"333":1,"334":1,"335":1,"336":1,"337":1,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1,"344":1,"345":1,"346":1,"347":1,"348":1,"349":1,"350":1,"351":1,"352":1,"353":1,"356":1,"357":1,"358":1,"359":1,"360":1,"361":1,"362":1,"363":1,"364":1,"365":1,"366":1,"367":1,"368":1,"369":1,"372":1,"373":1,"374":1,"375":1,"376":1,"377":1,"378":1,"379":1,"380":1,"381":1,"382":1,"383":1,"384":1,"385":1,"386":1,"387":1,"388":1,"389":1,"390":1,"391":1,"392":1,"393":1,"394":1,"395":1,"396":1,"397":1,"398":1,"399":1,"400":1,"401":1,"402":1,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"410":1,"411":1,"412":1,"413":1,"414":1,"415":1,"416":1,"417":1,"418":1,"419":1,"420":1,"421":1,"422":1,"423":1,"424":1,"425":1,"426":1,"427":1,"428":1,"429":1,"430":1,"431":1,"432":1,"433":1,"434":1,"435":1,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"443":1,"444":1,"445":1,"446":1,"447":1,"448":1,"449":1,"450":1,"451":1,"452":1,"453":1,"454":1,"455":1,"456":1,"457":1,"458":1,"459":1,"460":1,"461":1,"462":1,"463":1,"464":1,"465":1,"466":1,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"474":1,"475":1,"476":1,"477":1,"478":1,"479":1,"480":1,"481":1,"482":1,"483":1,"484":1,"485":1,"486":1,"487":1,"488":1,"489":1,"490":1,"493":1,"494":1,"495":1,"496":1,"497":1,"498":1,"499":1,"500":1,"501":1,"502":1,"503":1,"504":1,"505":1,"506":1,"507":1,"508":1,"509":1,"510":1,"511":1,"512":1,"513":1,"514":1,"518":1,"519":1,"520":1,"521":1,"522":1,"523":1,"524":1,"525":1,"526":1,"527":1,"528":1,"529":1,"530":1,"531":1,"532":1,"533":1,"534":1,"535":1,"536":1,"537":1,"538":1,"539":1,"540":1,"541":1,"542":1,"543":1,"544":1,"545":1,"546":1,"547":1,"548":1,"549":1,"550":1,"551":1,"552":1,"553":1,"554":1,"555":1,"556":1,"557":1,"558":1,"559":1,"560":1,"561":1,"562":1,"563":1,"564":1,"565":1,"566":1,"567":1,"568":1,"569":1,"570":1,"571":1,"572":1,"587":1,"588":1,"589":1,"590":1,"591":1,"592":1,"593":1,"594":1,"595":1,"596":1,"597":1,"598":1,"599":1,"600":1,"601":1,"602":1,"605":1,"606":1,"607":1,"608":1,"609":1,"610":1,"611":1,"612":1,"613":1,"614":1,"615":1,"616":1,"617":1,"618":1,"619":1,"620":1,"621":1,"624":1,"630":1,"631":1,"632":1,"633":1,"634":1,"635":1,"636":1,"637":1,"638":1,"639":1,"640":1,"641":1,"642":1,"643":1,"644":1,"645":1,"646":1,"647":1,"648":1,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1,"655":1,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"664":1,"665":1,"666":1,"667":1,"668":1,"669":1,"670":1,"671":1,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1,"678":1,"679":1,"680":1,"681":1,"682":1,"683":1,"684":1,"685":1,"686":1,"687":1,"688":1,"689":1,"690":1,"693":1,"694":1,"695":1,"696":1,"697":1,"698":1,"699":1,"700":1,"701":1,"702":1,"703":1,"707":1,"708":1,"709":1,"710":1,"711":1,"712":1,"713":1,"714":1,"715":1,"716":1,"717":1,"718":1,"719":1,"720":1,"721":1,"722":1,"723":1,"724":1,"725":1,"726":1,"727":1,"728":1,"729":1,"730":1,"760":1,"761":1,"762":1,"763":1,"764":1,"765":1,"766":1,"767":1,"768":1,"769":1,"770":1,"771":1,"772":1,"773":1,"774":1,"775":1,"776":1,"777":1,"778":1,"779":1,"780":1,"781":1,"782":1,"783":1,"784":1,"785":1,"786":1,"787":1,"788":1,"789":1,"790":1,"791":1,"792":1,"793":1,"794":1,"795":1,"796":1,"797":1,"798":1,"799":1,"800":1,"801":1,"802":1,"803":1,"804":1,"805":1,"806":1,"807":1,"808":1,"809":1,"810":1,"811":1,"812":1,"813":1,"814":1,"815":1,"816":1,"817":1,"818":1,"819":1,"820":1,"821":1,"822":1,"823":1,"824":1,"825":1,"826":1,"827":1,"828":1,"829":1,"830":1,"831":1,"832":1,"833":1,"834":1,"835":1,"836":1,"837":1,"838":1,"839":1,"840":1,"841":1,"842":1,"843":1,"847":1,"848":1,"849":1,"850":1,"851":1,"852":1,"853":1,"854":1,"855":1,"856":1,"857":1,"858":1,"859":1,"860":1,"861":1,"862":1,"865":1,"866":1,"867":1,"868":1,"869":1,"870":1,"871":1,"872":1,"876":1,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"886":1,"887":1,"888":1,"889":1,"890":1,"891":1,"892":1,"893":1,"894":1,"895":1,"896":1,"897":1,"898":1,"899":1,"900":1,"901":1,"902":1,"903":1,"904":1,"905":1,"906":1,"907":1,"910":1,"911":1,"912":1,"913":1,"914":1,"915":1,"916":1,"917":1,"918":1,"919":1,"920":1,"921":1,"922":1,"923":1,"926":1,"927":1,"928":1,"929":1,"930":1,"931":1,"932":1,"933":1,"934":1,"935":1,"936":1,"937":1,"938":1,"939":1,"940":1,"941":1,"942":1,"943":1,"944":1,"945":1,"946":1,"947":1,"948":1,"949":1,"950":1,"954":1,"955":1,"956":1,"957":1,"958":1,"959":1,"960":1,"961":1,"962":1,"963":1,"964":1,"965":1,"966":1,"967":1,"968":1,"969":1,"970":1,"971":1,"972":1,"973":1,"974":1,"975":1,"976":1,"977":1,"978":1,"979":1,"980":1,"981":1,"985":1,"986":1,"987":1,"988":1,"989":2,"990":1,"991":1,"992":1,"993":1,"994":1,"995":1,"996":1,"997":1,"998":1,"999":1,"1000":1,"1001":1,"1002":1,"1003":1,"1004":1,"1005":1,"1006":1,"1007":2,"1008":1,"1009":1,"1010":1,"1011":1,"1012":1,"1013":1,"1014":1,"1015":1,"1016":1,"1017":1,"1018":1,"1019":1,"1020":1,"1021":1,"1022":1,"1023":1,"1027":1,"1028":1,"1029":1,"1030":1,"1031":1,"1032":1,"1033":1,"1034":1,"1035":1,"1036":1,"1037":1,"1038":1,"1039":1,"1040":1,"1041":1,"1042":1,"1043":1,"1044":1,"1045":1,"1046":1,"1047":1,"1048":1,"1049":1,"1050":1,"1051":1,"1052":1,"1053":1,"1054":1,"1055":1,"1056":1,"1060":1,"1061":1,"1062":1,"1063":1,"1064":1,"1065":1,"1066":1,"1067":1,"1068":1,"1069":1,"1070":1,"1071":1,"1072":1,"1073":1,"1074":1,"1075":1,"1076":1,"1077":1,"1078":1,"1079":1,"1080":1,"1081":1,"1082":1,"1083":1,"1084":1,"1085":1,"1086":1,"1087":1,"1088":1,"1089":1,"1090":1,"1091":1,"1092":1,"1093":1,"1094":1,"1095":1,"1096":1,"1097":1,"1098":1,"1099":1,"1100":1,"1101":1,"1102":1,"1103":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1114":1,"1115":1,"1116":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1123":1,"1124":1,"1125":1,"1126":1,"1127":1,"1128":1,"1129":1,"1130":1,"1131":1,"1132":1,"1133":1,"1134":1,"1135":1,"1136":1,"1137":1,"1138":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1155":1,"1156":1,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1162":1,"1166":1,"1167":1,"1168":1,"1169":1,"1170":1,"1171":1,"1172":1,"1173":1,"1174":1,"1175":1,"1176":1,"1177":1,"1178":1,"1179":1,"1180":1,"1181":1,"1182":1,"1183":1,"1184":1,"1185":1,"1186":1,"1187":1,"1188":1,"1189":1,"1190":1,"1191":1,"1192":1,"1193":1,"1194":1,"1195":1,"1196":1,"1197":1,"1198":1,"1202":1,"1203":1,"1204":1,"1205":1,"1206":1,"1207":1,"1208":1,"1209":1,"1210":1,"1211":1,"1212":1,"1213":1,"1214":1,"1215":1,"1216":1,"1217":1,"1218":1,"1219":1,"1220":1,"1221":1,"1222":1,"1223":1,"1224":1,"1225":1,"1226":1,"1227":1,"1228":1,"1229":1,"1230":1,"1231":1,"1232":1,"1233":1,"1234":1,"1238":1,"1239":1,"1240":1,"1241":1,"1242":1,"1243":1,"1244":1,"1245":1,"1246":1,"1247":1,"1248":2,"1249":1,"1250":1,"1251":1,"1252":1,"1253":1,"1254":1,"1255":1,"1256":1,"1257":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1268":1,"1269":1,"1270":1,"1271":1,"1272":1,"1273":1,"1274":1,"1275":1,"1276":1,"1277":1,"1278":1,"1279":1,"1280":1,"1281":1,"1292":1,"1293":1,"1294":1,"1295":1,"1296":1,"1297":1,"1298":1,"1299":1,"1300":1,"1301":1,"1302":1,"1303":1,"1304":1,"1305":1,"1306":1,"1307":1,"1308":1,"1309":1,"1310":1,"1311":1,"1312":2,"1313":1,"1314":1,"1315":1,"1316":1,"1317":1,"1318":1,"1319":1,"1320":1,"1326":1,"1327":1,"1328":1,"1329":1,"1330":1,"1331":1,"1332":1,"1333":1,"1334":1,"1335":1,"1336":1,"1337":1,"1338":1,"1339":1,"1340":1,"1341":1,"1345":1,"1346":1,"1347":1,"1348":1,"1349":1,"1350":1,"1351":1,"1352":1,"1353":1,"1354":1,"1355":1,"1356":1,"1357":1,"1358":1,"1359":1,"1360":1,"1361":1,"1362":1,"1363":1,"1364":1,"1365":1,"1366":1,"1367":1,"1368":1,"1369":1,"1370":1,"1371":1,"1372":1,"1376":1,"1377":1,"1378":1,"1379":1,"1380":1,"1381":1,"1382":1,"1383":1,"1384":1,"1385":1,"1386":1,"1387":1,"1388":1,"1389":1,"1390":1,"1391":1,"1392":1,"1393":1,"1394":1,"1395":1,"1396":1,"1397":1,"1398":1,"1399":1,"1400":1,"1401":1,"1411":1,"1412":1,"1413":1,"1414":1,"1415":1,"1416":1,"1417":1,"1418":1,"1419":1,"1420":1,"1421":1,"1422":1,"1423":1,"1424":1,"1425":1,"1426":1,"1427":1,"1428":1,"1429":1,"1430":1,"1431":1,"1441":1,"1442":1,"1443":1,"1444":1,"1445":1,"1446":1,"1447":1,"1448":1,"1449":1,"1450":1,"1451":1,"1452":1,"1453":1,"1460":1,"1461":1,"1462":1,"1463":1,"1464":1,"1465":1,"1466":1,"1467":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1473":1,"1474":1,"1475":1,"1476":1,"1477":1,"1478":1,"1479":1,"1480":1,"1483":1,"1484":1,"1485":1,"1486":1,"1487":1,"1488":1,"1489":1,"1490":1,"1491":1,"1492":1,"1493":1,"1494":1,"1495":1,"1496":1,"1497":1,"1498":1,"1499":1,"1500":1,"1501":1,"1502":1,"1503":1,"1504":1,"1505":1,"1506":1,"1507":1,"1508":1,"1509":1,"1512":1,"1513":1,"1514":1,"1515":1,"1516":1,"1517":1,"1518":1,"1519":1,"1520":1,"1521":1,"1522":1,"1523":1,"1524":1,"1525":1,"1526":1,"1527":1,"1528":1,"1529":1,"1530":1,"1531":1,"1532":1,"1533":1,"1534":1,"1535":1,"1536":1,"1537":1,"1538":1,"1539":1,"1540":1,"1541":1,"1542":1,"1543":1,"1544":1,"1547":1,"1548":1,"1549":1,"1550":1,"1551":1,"1552":1,"1553":1,"1554":1,"1555":1,"1556":1,"1557":1,"1558":1,"1559":1,"1560":1,"1561":1,"1562":1,"1563":1,"1564":1,"1565":1,"1566":1,"1567":1,"1571":1,"1572":1,"1573":1,"1574":1,"1575":1,"1576":1,"1577":1,"1578":1,"1579":1,"1580":1,"1581":1,"1582":1,"1583":1,"1584":1,"1585":1,"1586":1,"1587":1,"1588":1,"1589":1,"1590":1,"1591":1,"1592":1,"1593":1,"1594":1,"1595":1,"1596":1,"1597":1,"1602":1,"1603":1,"1604":1,"1605":1,"1606":1,"1607":1,"1608":1,"1609":1,"1610":1,"1611":1,"1612":1,"1613":1,"1614":1,"1615":1,"1616":1,"1617":1,"1618":1,"1619":1,"1620":1,"1621":1,"1622":1,"1623":1,"1624":1,"1625":1,"1626":1,"1631":1,"1632":1,"1633":1,"1634":1,"1635":1,"1636":1,"1637":1,"1638":1,"1639":1,"1640":1,"1641":1,"1642":1,"1643":1,"1644":1,"1645":1,"1646":1,"1647":1,"1648":1,"1649":1,"1650":1,"1651":1,"1652":1,"1653":1,"1654":1,"1655":1,"1656":1,"1657":1,"1658":1,"1659":1,"1660":1,"1664":1,"1665":1,"1666":1,"1667":1,"1668":1,"1669":1,"1670":1,"1671":1,"1672":1,"1673":1,"1674":1,"1675":1,"1676":1,"1677":1,"1678":1,"1679":1,"1680":1,"1681":1,"1682":1,"1683":1,"1684":1,"1685":1,"1686":1,"1687":1,"1688":1,"1689":1,"1690":1,"1691":1,"1692":1,"1693":1,"1694":1,"1752":1,"1753":1,"1754":1,"1755":1,"1756":1,"1757":1,"1758":1,"1759":1,"1760":1,"1761":1,"1762":1,"1763":1,"1764":1,"1765":1,"1766":1,"1767":1,"1768":1,"1769":1,"1770":1,"1771":1,"1772":1,"1776":1,"1777":1,"1778":1,"1779":1,"1780":1,"1781":1,"1782":1,"1783":1,"1784":1,"1785":1,"1786":1,"1787":1,"1788":1,"1789":1,"1790":1,"1791":1,"1792":1,"1793":1,"1794":1,"1795":1,"1796":1,"1797":1,"1798":1,"1799":1,"1800":1,"1801":1,"1802":1,"1803":1,"1804":1,"1805":1,"1809":1,"1810":1,"1811":1,"1812":1,"1813":1,"1814":1,"1815":1,"1816":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1822":1,"1823":1,"1824":1,"1825":1,"1826":1,"1827":1,"1828":1,"1829":1,"1830":1,"1831":1,"1834":1,"1835":1,"1836":1,"1837":1,"1838":1,"1839":1,"1840":1,"1841":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1847":1,"1848":1,"1849":1,"1850":1,"1851":1,"1852":1,"1853":1,"1854":1,"1855":1,"1858":1,"1859":1,"1860":1,"1861":1,"1862":1,"1863":1,"1864":1,"1865":1,"1866":1,"1867":1,"1868":1,"1869":1,"1870":2,"1871":1,"1872":1,"1873":1,"1874":1,"1875":1,"1876":1,"1877":1,"1878":1,"1882":1,"1883":1,"1884":1,"1885":1,"1886":1,"1887":1,"1888":1,"1889":1,"1890":1,"1891":1,"1892":1,"1893":1,"1894":1,"1895":1,"1896":1,"1897":1,"1898":1,"1899":1,"1900":1,"1901":1,"1902":1,"1903":1,"1904":1,"1905":1,"1906":1,"1907":1,"1924":1,"1925":1,"1926":1,"1927":1,"1928":1,"1929":1,"1930":1,"1931":1,"1932":1,"1933":1,"1934":1,"1935":1,"1936":1,"1937":1,"1938":1,"1939":1,"1940":1,"1941":1,"1942":1,"1943":1,"1944":1,"1945":1,"1946":1,"1947":1,"1948":1,"1949":1,"1950":1,"1951":1,"1952":1,"1953":1,"1954":1,"1955":1,"1956":1,"1957":1,"1958":1,"1962":1,"1963":1,"1964":1,"1965":1,"1966":1,"1967":1,"1968":1,"1969":1,"1970":1,"1971":1,"1972":1,"1973":1,"1974":1,"1975":1,"1976":1,"1977":1,"1978":1,"1979":1,"1980":1,"1981":1,"1982":1,"1983":1,"1984":1,"1985":1,"1986":1,"1987":1,"1988":1,"1989":1,"1990":1,"1991":1,"1992":1,"1993":1,"1994":1,"1995":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1,"2019":1,"2020":1,"2021":1,"2022":1,"2023":1,"2024":1,"2025":1,"2026":1,"2027":1,"2028":1,"2029":1,"2030":1,"2031":1,"2032":1,"2033":1,"2034":1,"2035":1,"2036":1,"2037":1,"2038":1,"2039":1,"2040":1,"2041":1,"2042":1,"2046":1,"2047":1,"2048":1,"2049":1,"2050":1,"2051":1,"2052":1,"2053":1,"2054":1,"2055":1,"2056":1,"2057":1,"2058":1,"2059":1,"2060":1,"2061":1,"2062":1,"2063":1,"2064":1,"2065":1,"2066":1,"2067":1,"2068":1,"2069":1,"2070":1,"2071":1,"2072":1,"2073":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2082":1,"2083":1,"2084":1,"2085":1,"2086":1,"2087":1,"2088":1,"2089":1,"2090":1,"2091":1,"2092":1,"2093":1,"2094":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2103":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2109":1,"2113":1,"2114":1,"2115":1,"2116":1,"2117":1,"2118":1,"2119":1,"2120":1,"2124":1,"2125":1,"2126":1,"2127":1,"2128":1,"2129":1,"2130":1,"2131":1,"2132":1,"2133":1,"2134":1,"2135":1,"2136":1,"2137":1,"2138":1,"2139":1,"2140":1,"2141":1,"2142":1,"2143":1,"2144":1,"2145":1,"2146":1,"2147":1,"2148":1,"2149":1,"2150":1,"2151":1,"2152":1,"2153":1,"2154":1,"2155":1,"2156":1,"2160":1,"2161":1,"2162":2,"2163":1,"2164":1,"2165":1,"2166":1,"2167":1,"2168":1,"2169":1,"2170":1,"2171":1,"2172":1,"2173":1,"2174":1,"2175":1,"2176":1,"2177":1,"2178":1,"2179":1,"2180":1,"2181":1,"2182":1,"2183":1,"2184":1,"2185":1,"2186":1,"2187":1,"2199":1,"2200":1,"2201":1,"2202":1,"2203":1,"2204":1,"2205":1,"2206":1,"2207":1,"2208":1,"2209":1,"2210":1,"2211":1,"2212":1,"2213":1,"2214":1,"2215":1,"2216":1,"2217":1,"2218":1,"2219":1,"2220":1,"2221":1,"2222":1,"2223":1,"2224":1,"2225":1,"2226":1,"2227":1,"2228":1,"2229":1,"2230":1,"2231":1,"2232":1,"2233":1,"2234":1,"2235":1,"2236":1,"2241":1,"2242":1,"2243":1,"2244":1,"2245":1,"2246":1,"2247":1,"2248":1,"2249":1,"2250":1,"2251":1,"2252":1,"2253":1,"2254":1,"2255":1,"2256":1,"2257":1,"2258":1,"2259":1,"2260":1,"2261":1,"2262":1,"2263":1,"2264":1,"2265":1,"2266":1,"2267":1,"2268":1,"2269":1,"2270":1,"2271":1,"2272":1,"2276":1,"2277":1,"2278":1,"2279":1,"2280":1,"2281":1,"2282":1,"2283":1,"2284":1,"2285":1,"2286":1,"2287":1,"2288":1,"2289":1,"2290":1,"2291":1,"2292":1,"2293":1,"2294":1,"2295":1,"2296":1,"2297":1,"2298":1,"2299":1,"2300":1,"2301":1,"2307":1,"2308":1,"2309":1,"2310":1,"2311":1,"2312":1,"2313":1,"2314":1,"2315":1,"2316":1,"2317":1,"2318":1,"2319":1,"2320":1,"2321":1,"2322":1,"2323":1,"2324":1,"2325":1,"2326":1,"2327":1,"2328":1,"2334":1,"2335":1,"2336":1,"2337":1,"2338":1,"2339":1,"2340":1,"2341":1,"2342":1,"2343":1,"2344":1,"2345":1,"2346":1,"2347":1,"2348":1,"2349":1,"2350":1,"2351":1,"2352":1,"2353":1,"2354":1,"2355":1,"2356":1,"2357":1,"2358":1,"2359":1,"2360":1,"2361":1,"2362":1,"2363":1,"2364":1,"2365":1,"2366":1,"2367":1,"2370":1,"2371":1,"2372":1,"2373":1,"2374":1,"2375":1,"2376":1,"2377":1,"2378":1,"2379":1,"2380":1,"2381":1,"2382":1,"2383":1,"2384":1,"2385":1,"2386":1,"2387":1,"2388":1,"2389":1,"2390":1,"2391":1,"2392":1,"2393":1,"2394":1,"2395":1,"2396":1,"2400":1,"2401":1,"2402":1,"2403":1,"2404":1,"2405":1,"2406":1,"2407":1,"2408":1,"2409":1,"2410":1,"2411":1,"2412":1,"2413":1,"2414":1,"2415":1,"2416":1,"2417":1,"2418":1,"2419":1,"2420":1,"2421":1,"2422":1,"2423":1,"2424":1,"2425":1,"2426":1,"2427":1,"2428":1,"2429":1,"2430":1,"2431":1,"2435":1,"2436":1,"2437":1,"2438":1,"2439":1,"2440":1,"2441":1,"2442":1,"2443":1,"2444":1,"2445":1,"2446":1,"2447":1,"2448":1,"2449":1,"2450":1,"2451":1,"2452":1,"2453":1,"2454":1,"2455":1,"2456":1,"2457":1,"2461":1,"2462":1,"2463":1,"2464":1,"2465":1,"2466":1,"2467":1,"2468":1,"2469":1,"2470":1,"2471":1,"2472":1,"2473":1,"2474":1,"2475":1,"2476":1,"2477":1,"2488":1,"2489":1,"2490":1,"2491":1,"2492":1,"2493":1,"2494":1,"2495":1,"2496":1,"2497":1,"2498":1,"2499":1,"2500":1,"2501":1,"2502":1,"2503":1,"2504":1,"2505":1,"2506":1,"2507":1,"2508":1,"2509":1,"2510":1,"2511":1,"2512":1,"2513":1,"2514":1,"2515":1,"2516":1,"2517":1,"2518":1,"2519":1,"2522":1,"2523":1,"2524":1,"2525":1,"2526":1,"2527":1,"2528":1,"2529":1,"2530":1,"2531":1,"2532":1,"2533":1,"2534":1,"2535":1,"2536":1,"2537":1,"2538":1,"2539":1,"2540":1,"2541":1,"2542":1,"2543":1,"2544":1,"2545":1,"2546":1,"2547":1,"2548":1,"2549":1,"2550":1,"2551":1,"2552":1,"2553":1,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1,"2576":1,"2577":1,"2578":1,"2579":1,"2580":1,"2581":1,"2582":1,"2583":1,"2584":1,"2585":1,"2586":1,"2587":1,"2588":1,"2589":1,"2590":1,"2591":1,"2592":1,"2593":1,"2594":1,"2595":1,"2596":1,"2597":1,"2598":1,"2599":1,"2600":1,"2639":1}}],["default",{"0":{"170":1,"1913":1},"2":{"0":130,"9":1,"23":2,"32":1,"36":1,"49":1,"61":1,"62":1,"74":1,"82":2,"87":1,"88":1,"96":1,"106":8,"110":1,"119":1,"125":1,"141":1,"149":1,"151":3,"152":2,"155":1,"164":2,"177":1,"178":3,"184":1,"187":1,"188":1,"191":1,"207":1,"222":1,"299":1,"346":1,"374":1,"384":1,"410":1,"443":1,"474":1,"516":1,"577":2,"579":1,"585":1,"603":1,"624":2,"626":1,"633":1,"639":1,"642":1,"646":1,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"668":1,"669":2,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1,"678":1,"704":2,"705":1,"721":1,"751":3,"752":1,"754":1,"758":1,"796":1,"828":1,"905":1,"937":1,"938":1,"965":1,"966":1,"985":1,"988":1,"990":1,"1002":1,"1003":1,"1013":1,"1040":1,"1041":1,"1073":2,"1080":1,"1081":1,"1107":1,"1134":1,"1139":1,"1177":1,"1178":1,"1180":1,"1213":1,"1214":1,"1216":1,"1241":1,"1242":1,"1246":1,"1247":1,"1248":1,"1304":1,"1305":1,"1356":1,"1357":1,"1388":1,"1389":1,"1402":1,"1420":1,"1421":1,"1494":1,"1495":1,"1523":1,"1524":1,"1545":1,"1556":1,"1557":1,"1582":1,"1583":1,"1613":1,"1614":1,"1629":2,"1644":1,"1645":1,"1677":1,"1678":1,"1758":1,"1759":1,"1787":1,"1788":1,"1815":1,"1816":1,"1840":1,"1841":1,"1856":3,"1873":1,"1894":1,"1895":1,"1911":1,"1912":2,"1914":1,"1917":2,"1920":1,"1939":1,"1940":1,"1943":1,"1963":1,"1973":1,"1974":1,"2030":1,"2031":1,"2057":1,"2058":1,"2086":1,"2087":1,"2138":1,"2139":1,"2172":1,"2173":1,"2189":1,"2192":1,"2194":1,"2215":1,"2216":1,"2217":1,"2249":1,"2250":1,"2276":1,"2304":1,"2316":1,"2317":1,"2332":1,"2346":1,"2347":1,"2366":1,"2381":1,"2382":1,"2414":1,"2415":1,"2446":1,"2447":1,"2459":2,"2502":1,"2503":1,"2533":1,"2534":1,"2587":1,"2588":1,"2601":1,"2603":1,"2605":1,"2623":3,"2640":1,"2642":2,"2648":1,"2649":2,"2653":2,"2654":1}}],["diamond",{"2":{"1913":2}}],["diameter",{"2":{"0":2,"989":1,"1007":1}}],["didn",{"2":{"2640":1}}],["did",{"2":{"76":1,"135":1,"167":1,"2648":1}}],["digit",{"2":{"54":1}}],["digits=2",{"2":{"1456":1}}],["digits",{"2":{"0":1,"10":1,"290":1,"337":1,"585":2}}],["divides",{"2":{"279":1,"326":1}}],["diverging",{"2":{"2660":18}}],["dive",{"2":{"161":1}}],["div",{"2":{"52":2,"53":2,"54":1,"56":4,"57":1,"121":2}}],["dirs",{"2":{"66":2}}],["dir",{"2":{"33":1}}],["directory",{"2":{"2617":2}}],["directories",{"2":{"94":1}}],["direct",{"2":{"200":1,"2604":1}}],["direction=true",{"2":{"2555":4}}],["direction=",{"2":{"74":1,"1058":1,"1457":1,"2648":2}}],["direction=input",{"2":{"34":1}}],["directions",{"2":{"0":7,"982":1,"985":1,"1013":2,"2555":1,"2616":1}}],["directionallight",{"0":{"2608":1},"2":{"0":1,"2605":1,"2608":6}}],["direction",{"0":{"705":1,"712":1,"768":1,"1070":1,"1333":1,"1383":1,"1464":1,"1889":1,"2559":1,"2569":1},"2":{"0":40,"22":1,"62":4,"71":1,"80":1,"260":1,"283":1,"284":1,"305":1,"306":1,"307":1,"330":1,"331":1,"352":1,"353":1,"398":1,"431":1,"462":1,"603":1,"705":4,"712":1,"751":3,"752":1,"754":4,"757":1,"768":1,"774":1,"776":1,"800":1,"811":1,"812":1,"832":1,"988":1,"989":1,"990":1,"1058":1,"1070":1,"1155":1,"1322":1,"1323":2,"1328":1,"1336":1,"1373":1,"1374":1,"1383":1,"1442":1,"1457":1,"1464":1,"1477":1,"1879":1,"1880":1,"1889":1,"1916":2,"2193":1,"2484":1,"2555":2,"2604":4,"2605":6,"2624":1,"2627":1,"2642":1}}],["directly",{"0":{"39":1,"53":1},"2":{"0":12,"31":1,"39":1,"53":3,"54":1,"79":1,"83":2,"100":1,"102":1,"104":2,"106":2,"161":1,"162":1,"163":1,"164":1,"185":1,"186":1,"204":1,"373":1,"385":1,"627":1,"691":1,"750":1,"1241":1,"1242":1,"1249":1,"1290":1,"1435":1,"1629":2,"1914":1,"2294":1,"2458":1,"2459":1,"2478":1,"2483":1,"2640":1,"2644":2}}],["dielectricbrdfx",{"2":{"32":1}}],["dielectric",{"2":{"32":2}}],["diffing",{"2":{"162":2}}],["difficult",{"2":{"139":1,"2623":1}}],["differences",{"2":{"752":1}}],["difference",{"2":{"113":1,"150":1,"165":1,"195":1,"580":1,"2601":1,"2604":1}}],["differently",{"2":{"0":1,"140":1,"146":1,"585":1,"2478":1}}],["different",{"2":{"0":2,"10":1,"23":2,"31":1,"50":1,"82":2,"105":1,"106":1,"108":1,"112":1,"118":1,"130":1,"132":1,"135":2,"137":1,"140":1,"152":1,"156":1,"161":1,"162":1,"165":1,"169":2,"184":2,"187":1,"190":1,"195":1,"207":2,"396":1,"574":1,"603":1,"751":1,"1107":1,"1911":1,"1912":1,"1913":1,"1915":1,"1917":1,"2196":1,"2332":1,"2485":1,"2555":1,"2605":1,"2609":2,"2617":1,"2620":1,"2623":2,"2625":1,"2627":1,"2633":1,"2643":1,"2644":1,"2646":1,"2654":1}}],["differ",{"2":{"0":1,"127":1,"1944":1,"2603":1}}],["differs",{"2":{"0":1}}],["diff",{"2":{"0":1,"1103":1}}],["diffusemap",{"2":{"2611":1}}],["diffusematerial",{"2":{"32":1}}],["diffuse=vec3f",{"2":{"34":1}}],["diffuse",{"0":{"997":1,"1035":1,"1639":1,"1672":1,"2167":1,"2408":1,"2496":1},"2":{"0":14,"32":2,"33":1,"997":1,"1035":1,"1639":1,"1672":1,"2167":1,"2408":1,"2496":1,"2604":3,"2605":4}}],["disregarding",{"2":{"1917":1}}],["discussing",{"2":{"2644":1}}],["discriminated",{"2":{"1374":3}}],["discord",{"2":{"200":1}}],["discourse",{"2":{"200":2}}],["disconnect",{"2":{"0":2}}],["discard",{"2":{"83":1}}],["dispatch",{"2":{"67":1,"148":3,"217":1}}],["display=192",{"2":{"28":1}}],["display=localhost",{"2":{"28":1}}],["displaying",{"2":{"0":1,"23":1,"25":1,"41":1,"1914":1,"2237":1}}],["display",{"2":{"0":3,"12":2,"16":1,"22":1,"23":3,"24":1,"25":1,"27":1,"28":1,"31":7,"34":1,"51":1,"56":5,"75":2,"92":1,"106":2,"141":2,"1287":1,"1288":1,"1289":1,"1312":1,"1912":1,"2274":1,"2618":1,"2623":1,"2640":4}}],["displays",{"2":{"0":1,"22":1,"23":2,"120":1,"141":1}}],["displayed",{"0":{"88":1,"890":1},"2":{"0":6,"10":1,"17":1,"23":1,"27":1,"31":1,"51":1,"57":1,"59":1,"73":1,"82":1,"88":2,"106":3,"119":1,"222":1,"411":1,"444":1,"475":1,"617":1,"890":1,"896":1,"897":1,"1289":1,"1306":1,"1568":1,"2649":1}}],["disappears",{"2":{"0":3}}],["disable",{"2":{"0":10,"28":1,"64":1,"119":1,"216":1,"754":2,"756":1,"800":1,"832":1,"908":1,"1569":3,"1600":3,"1922":3,"2236":1,"2602":1}}],["disables",{"2":{"0":3,"119":3,"184":1,"843":1,"2605":1}}],["disabled",{"2":{"0":2,"119":1,"758":1,"1294":1}}],["dist",{"2":{"1856":1}}],["distracting",{"2":{"1438":1}}],["distributing",{"2":{"2638":1}}],["distributions",{"2":{"0":2,"1106":1,"1324":1,"1458":1,"1831":2,"1856":8,"2331":1}}],["distribution",{"2":{"0":10,"1342":1,"1806":1,"1831":6,"1832":1,"1856":2,"1872":1}}],["distribute",{"2":{"30":1}}],["distributed",{"2":{"0":1,"577":1,"1333":1,"1807":1}}],["distortion",{"2":{"757":1}}],["distances",{"2":{"75":1,"1856":1,"2609":1}}],["distance=input",{"2":{"34":2}}],["distancefield",{"0":{"1932":1},"2":{"0":3,"1932":1}}],["distance^2",{"2":{"0":1}}],["distance",{"2":{"0":11,"82":1,"111":1,"972":1,"1086":1,"1363":1,"1589":1,"1858":1,"1867":1,"2064":1}}],["distant",{"2":{"0":1}}],["dictates",{"2":{"83":1}}],["dictionary",{"2":{"0":4,"2206":1,"2207":1,"2644":1}}],["dict",{"2":{"0":8,"35":4,"66":5,"76":1,"100":1,"142":2,"167":2,"1289":2,"2644":4}}],["dim",{"2":{"67":1,"72":1,"74":2,"76":16}}],["dims=1",{"2":{"1025":2}}],["dims",{"2":{"0":1,"625":2,"1025":1,"1998":1,"2000":1,"2624":1,"2627":1}}],["dimmed",{"0":{"589":1,"849":1},"2":{"0":2,"496":1,"589":1,"709":1,"849":1,"880":1,"914":1}}],["dimensioned",{"2":{"0":1,"982":1}}],["dimensional",{"2":{"0":1,"4":1}}],["dimensionless",{"2":{"0":1}}],["dimension",{"0":{"72":1},"1":{"73":1,"74":1,"75":1,"76":1},"2":{"0":13,"71":1,"73":2,"210":1,"211":1,"213":1,"227":1,"228":1,"285":1,"332":1,"376":1,"377":1,"378":1,"694":1,"695":1,"696":1,"766":1,"767":1,"1323":1,"1333":1,"1336":1,"1434":1,"1508":1,"1509":1,"1542":1,"1543":1,"1629":1,"1879":2,"1919":1,"2017":1,"2395":1,"2396":1,"2484":2,"2552":1,"2553":1}}],["dimensions`",{"2":{"76":1}}],["dimensions",{"0":{"90":1},"1":{"91":1,"92":1},"2":{"0":5,"23":1,"76":1,"107":1,"127":1,"206":1,"210":1,"211":1,"213":1,"951":1,"982":1,"1944":1,"2190":1,"2397":1}}],["dim3",{"0":{"378":1,"696":1},"2":{"0":2}}],["dim2",{"0":{"228":1,"377":1,"695":1,"767":1},"2":{"0":4,"73":2,"75":2}}],["dim1",{"0":{"227":1,"376":1,"694":1,"766":1},"2":{"0":4,"73":3,"75":2}}],["doi",{"2":{"199":3}}],["doing",{"2":{"121":1,"155":1,"212":2,"2623":1,"2639":1}}],["double",{"2":{"139":1,"585":1,"844":1,"1856":2}}],["dollar",{"2":{"138":1}}],["domain",{"2":{"200":1}}],["dom",{"2":{"52":3,"53":5,"54":3,"56":9,"57":1}}],["don",{"2":{"0":1,"10":1,"12":1,"13":1,"27":2,"31":2,"51":1,"76":1,"80":1,"102":2,"106":4,"118":1,"130":1,"153":1,"161":1,"216":1,"218":1,"385":1,"585":1,"594":1,"844":1,"861":1,"1282":1,"1285":1,"1914":1,"2189":1,"2616":1,"2625":1,"2644":1}}],["done",{"2":{"0":2,"8":1,"74":1,"82":1,"105":1,"121":1,"150":1,"190":2,"191":1,"757":1,"1408":1,"2623":1}}],["dodge=group",{"2":{"2555":4}}],["dodgerblue",{"2":{"585":1,"603":1}}],["dodged",{"2":{"0":2,"1058":4,"1115":1,"1866":1}}],["dodge",{"0":{"1071":1,"1072":1,"1091":1,"1114":1,"1115":1,"1122":1,"1266":1,"1267":1,"1272":1,"1865":1,"1866":1,"1870":1,"2340":1,"2341":1,"2352":1,"2560":1,"2561":1,"2563":1,"2568":1},"2":{"0":21,"1058":4,"1105":8,"1259":3,"1870":2,"2330":3,"2555":2}}],["dots",{"2":{"107":1,"624":1,"626":5}}],["dot",{"2":{"0":27,"63":1,"185":1,"361":1,"940":2,"969":2,"1142":2,"1360":2,"1497":2,"1527":2,"1586":3,"1616":2,"1791":2,"1977":1,"2044":1,"2061":2,"2384":2,"2537":2,"2590":2,"2604":3,"2605":2}}],["doesn",{"0":{"94":1},"2":{"0":3,"9":1,"12":1,"31":5,"34":1,"47":1,"51":1,"74":1,"97":1,"105":1,"106":4,"124":1,"130":1,"145":1,"148":1,"167":1,"396":1,"863":1,"874":1,"1284":1,"1289":1,"2623":1}}],["does",{"0":{"29":1,"98":1},"2":{"0":17,"30":1,"51":1,"71":1,"82":1,"88":2,"98":1,"104":1,"105":1,"111":1,"137":2,"162":1,"190":1,"195":1,"234":1,"384":1,"754":1,"1006":1,"1016":1,"1049":1,"1473":2,"1653":1,"1687":1,"2118":2,"2180":1,"2424":1,"2511":1,"2604":2,"2617":1,"2623":1,"2629":1,"2642":1}}],["docbuild",{"2":{"1285":1}}],["dock",{"2":{"29":1}}],["docs",{"0":{"76":1},"2":{"0":291,"12":1,"55":1,"74":1,"118":1,"691":1,"948":1,"979":1,"1009":1,"1021":1,"1033":1,"1044":1,"1054":1,"1062":1,"1063":1,"1064":1,"1068":1,"1071":1,"1072":1,"1074":1,"1082":1,"1083":1,"1085":1,"1087":1,"1091":1,"1093":1,"1097":1,"1098":1,"1099":1,"1100":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1125":1,"1126":1,"1127":1,"1132":1,"1133":1,"1135":1,"1136":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1172":1,"1179":1,"1186":1,"1187":1,"1188":1,"1190":1,"1196":1,"1208":1,"1215":1,"1222":1,"1223":1,"1224":1,"1226":1,"1232":1,"1238":1,"1239":1,"1251":1,"1255":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1269":1,"1270":1,"1271":1,"1272":1,"1279":1,"1280":1,"1318":1,"1329":1,"1330":1,"1331":1,"1332":1,"1334":1,"1335":1,"1338":1,"1339":1,"1340":1,"1370":1,"1381":1,"1390":1,"1398":1,"1429":1,"1450":1,"1451":1,"1460":1,"1463":1,"1466":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1475":1,"1476":1,"1478":1,"1479":1,"1505":1,"1517":1,"1525":1,"1526":1,"1529":1,"1533":1,"1539":1,"1565":1,"1595":1,"1624":1,"1637":1,"1648":1,"1658":1,"1670":1,"1692":1,"1752":1,"1767":1,"1768":1,"1769":1,"1781":1,"1789":1,"1790":1,"1793":1,"1797":1,"1803":1,"1810":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1826":1,"1827":1,"1828":1,"1835":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1851":1,"1852":1,"1853":1,"1864":1,"1887":1,"1896":1,"1904":1,"1955":1,"1957":1,"1967":1,"1975":1,"1976":1,"1981":1,"1982":1,"1983":1,"1985":1,"1993":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1,"2024":1,"2025":1,"2033":1,"2034":1,"2040":1,"2071":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2088":1,"2089":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2114":1,"2115":1,"2116":1,"2117":1,"2125":1,"2126":1,"2131":1,"2134":1,"2140":1,"2141":1,"2142":1,"2143":1,"2145":1,"2146":1,"2150":1,"2153":1,"2154":1,"2185":1,"2233":1,"2263":1,"2266":1,"2270":1,"2271":1,"2272":1,"2287":1,"2288":1,"2293":1,"2310":1,"2321":1,"2325":1,"2334":1,"2335":1,"2336":1,"2337":1,"2340":1,"2341":1,"2348":1,"2349":1,"2350":1,"2352":1,"2353":1,"2361":1,"2362":1,"2363":1,"2392":1,"2429":1,"2436":1,"2437":1,"2455":1,"2474":1,"2516":1,"2527":1,"2535":1,"2536":1,"2539":1,"2543":1,"2549":1,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1,"2598":1}}],["docstring",{"2":{"0":122,"290":1,"337":1}}],["doc",{"2":{"0":3}}],["documents",{"0":{"107":1},"2":{"106":1,"107":1}}],["documenter",{"2":{"0":1,"50":1,"51":4,"57":1,"118":1,"1294":1}}],["document",{"2":{"0":1,"53":3,"107":1}}],["documentation",{"2":{"0":2,"14":1,"55":1,"64":1,"119":1,"120":1,"153":1,"155":1,"157":1,"176":1,"1284":1,"2623":1}}],["downcolor",{"2":{"152":3}}],["downloaded",{"2":{"2617":2}}],["downloads",{"2":{"36":4,"1287":2,"2616":1}}],["download",{"2":{"30":1,"36":3,"1287":1,"1288":1,"2614":1}}],["downgrades",{"2":{"1":1}}],["downoutside",{"2":{"0":1}}],["down",{"2":{"0":7,"62":3,"66":3,"82":2,"152":1,"379":2,"705":1,"712":1,"1141":2,"1142":3,"1156":1,"1287":1,"1868":1,"2601":1,"2605":1}}],["downwards",{"2":{"0":1,"333":1,"474":1,"1917":1}}],["do",{"2":{"0":21,"8":2,"10":2,"11":1,"12":1,"28":1,"33":2,"34":1,"35":1,"36":1,"39":1,"52":3,"53":3,"54":1,"56":2,"57":2,"63":1,"66":9,"69":1,"75":1,"76":3,"78":3,"80":6,"81":4,"82":4,"83":4,"85":1,"92":1,"94":1,"106":1,"107":1,"121":1,"125":1,"136":1,"137":1,"138":1,"151":1,"152":6,"153":1,"162":1,"167":1,"168":4,"179":1,"181":2,"184":1,"185":1,"192":1,"195":1,"196":1,"200":1,"204":1,"208":2,"217":2,"491":1,"582":1,"585":4,"704":3,"844":1,"863":1,"874":1,"1282":1,"1404":1,"1473":1,"1586":1,"1629":3,"2118":1,"2196":1,"2330":4,"2433":4,"2459":1,"2624":1,"2636":1,"2640":1,"2641":1,"2644":2,"2651":1}}],["s25",{"2":{"2660":4}}],["s2",{"2":{"2644":5}}],["sx",{"2":{"1919":2}}],["s3",{"2":{"1287":1,"2644":4}}],["sketches",{"2":{"66":1}}],["skipped",{"2":{"71":1}}],["skipping",{"2":{"0":2,"1013":1,"2490":1}}],["skip",{"2":{"0":1,"1294":1}}],["s1",{"2":{"53":9,"2644":3}}],["ssh",{"2":{"115":1}}],["sss",{"2":{"34":5}}],["ssao=false",{"2":{"2602":1}}],["ssao=ssao",{"2":{"2602":1}}],["ssao=true",{"2":{"2601":1,"2602":2}}],["ssao",{"0":{"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1428":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2324":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2601":1},"1":{"2602":1},"2":{"0":87,"22":1,"157":3,"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1428":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2324":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2601":3,"2602":5,"2639":3}}],["swatch",{"2":{"56":3}}],["switch",{"2":{"31":1,"83":1,"106":1,"125":1,"181":1,"1914":1}}],["sweep",{"2":{"0":1}}],["sweepflag",{"2":{"0":2}}],["src=",{"2":{"56":1}}],["src",{"2":{"0":1,"76":2,"161":1,"2505":1,"2640":1}}],["smile",{"2":{"1913":1}}],["smoother",{"2":{"19":1,"49":1,"2601":1,"2604":1}}],["smoothly",{"2":{"0":1,"2504":1}}],["smooth",{"0":{"2474":1},"2":{"0":1,"2459":3}}],["small",{"2":{"82":1,"106":1,"125":1,"127":1,"578":1,"1918":3,"2485":1,"2601":1,"2623":1,"2627":1,"2633":1}}],["smaller",{"2":{"0":4,"97":1,"162":1,"751":1,"1856":2,"2623":2,"2638":2,"2639":1,"2643":1}}],["smallest",{"2":{"0":2,"9":1}}],["smatrix",{"2":{"0":6}}],["sqrt",{"2":{"0":37,"51":1,"124":1,"169":1,"287":2,"290":1,"334":2,"337":1,"704":1,"930":1,"958":1,"983":2,"995":1,"1032":1,"1067":1,"1170":1,"1200":2,"1206":1,"1298":1,"1349":1,"1380":1,"1409":1,"1414":1,"1435":1,"1446":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1914":2,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2195":4,"2204":1,"2303":1,"2305":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1}}],["squeeze",{"2":{"1917":1}}],["squashed",{"0":{"96":1},"2":{"96":1}}],["squares",{"2":{"0":1,"1831":1}}],["square",{"2":{"0":11,"107":1,"578":4,"704":3,"939":1,"968":1,"1141":1,"1143":2,"1359":1,"1496":1,"1585":2,"1615":1,"1916":2,"1917":1,"2060":1,"2383":1,"2589":1,"2623":9}}],["squished",{"2":{"0":1}}],["slvalues",{"2":{"863":2}}],["slategray2",{"2":{"1926":1}}],["slategray",{"2":{"239":1,"248":1,"266":1,"313":1,"1322":1}}],["slack",{"2":{"200":1}}],["sl",{"2":{"101":1,"844":4,"2433":9}}],["slightly",{"2":{"140":1}}],["slice",{"2":{"52":2}}],["slices",{"2":{"0":1,"2432":1}}],["sliderobservables",{"2":{"863":2}}],["sliderkw",{"2":{"0":4}}],["sliders",{"0":{"845":1},"2":{"0":6,"34":2,"52":1,"84":1,"863":2,"2433":2}}],["slidergrid",{"0":{"745":1,"863":1},"1":{"864":1,"865":1,"866":1,"867":1,"868":1,"869":1,"870":1,"871":1,"872":1},"2":{"0":6,"845":1,"863":1,"2433":1}}],["slider",{"0":{"744":1,"844":1},"1":{"845":1,"846":1,"847":1,"848":1,"849":1,"850":1,"851":1,"852":1,"853":1,"854":1,"855":1,"856":1,"857":1,"858":1,"859":1,"860":1,"861":1,"862":1},"2":{"0":20,"34":3,"52":8,"53":15,"56":4,"99":1,"101":1,"168":2,"585":4,"587":1,"588":2,"589":1,"590":1,"591":1,"592":1,"593":1,"594":1,"595":1,"596":1,"598":2,"601":1,"602":1,"844":7,"847":1,"848":2,"849":1,"850":1,"853":1,"854":1,"855":1,"857":2,"861":1,"863":1,"871":1}}],["sleeping",{"2":{"85":1}}],["sleep",{"2":{"0":2,"12":2,"85":1,"168":5,"2624":1,"2635":1}}],["slots",{"2":{"2630":1}}],["slot",{"2":{"626":1}}],["slows",{"2":{"1287":1}}],["slow",{"2":{"76":1,"1285":1,"2485":1,"2644":1}}],["slower",{"2":{"0":2,"31":2,"161":2,"1282":1,"1402":1,"2601":1}}],["slope",{"2":{"0":1,"924":1}}],["slopes",{"2":{"0":2,"924":2}}],["sgrid",{"2":{"2433":3}}],["sg",{"2":{"0":1,"863":2}}],["sandyterrain",{"2":{"2662":1}}],["satisfied",{"2":{"2622":1}}],["satisfy",{"2":{"52":1}}],["satisfying",{"2":{"0":1}}],["say",{"2":{"107":2,"118":2,"152":1,"577":1,"2623":1,"2624":1,"2625":1}}],["safari",{"2":{"48":1}}],["safer",{"2":{"151":1}}],["safely",{"2":{"150":1}}],["safe",{"2":{"27":1}}],["saving",{"0":{"2622":1},"2":{"0":4,"19":2,"24":2,"106":1,"107":1,"1294":1}}],["saved",{"2":{"0":1,"83":1,"107":2,"896":1}}],["saves",{"2":{"0":1}}],["save",{"0":{"193":1},"1":{"194":1,"195":1},"2":{"0":8,"10":1,"20":2,"24":1,"31":1,"32":1,"33":1,"36":1,"106":1,"107":2,"146":1,"195":2,"1288":1,"2601":1,"2617":1,"2622":4}}],["sampling",{"2":{"0":2,"871":1}}],["sampler",{"0":{"1629":1},"2":{"1629":2}}],["samplebased",{"2":{"149":1}}],["samples",{"2":{"0":2,"1831":2,"1856":7}}],["sampled",{"2":{"0":45,"802":1,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1204":1,"1296":1,"1347":1,"1378":1,"1412":1,"1444":1,"1485":1,"1514":1,"1537":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1801":1,"1884":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2202":1,"2307":1,"2372":1,"2404":1,"2416":1,"2438":1,"2464":1,"2483":1,"2491":1,"2504":1,"2524":1,"2547":1,"2578":1}}],["sample",{"0":{"802":1},"2":{"0":2,"85":1,"2158":1,"2518":1}}],["same",{"2":{"0":20,"22":1,"24":1,"31":1,"36":2,"49":1,"56":1,"78":1,"79":1,"80":1,"104":1,"105":1,"106":6,"107":2,"121":1,"133":1,"139":1,"141":1,"149":1,"157":1,"162":1,"169":1,"184":1,"190":2,"191":1,"192":1,"212":2,"396":1,"580":2,"625":3,"626":1,"749":1,"753":1,"811":1,"1105":3,"1107":1,"1114":1,"1241":1,"1242":1,"1374":1,"1404":2,"1408":2,"1435":2,"1456":1,"1457":1,"1629":1,"1831":1,"1832":1,"1865":1,"1914":3,"1944":1,"1996":1,"2091":1,"2332":1,"2480":1,"2623":2,"2629":1,"2636":2,"2640":1}}],["snaps",{"2":{"856":1}}],["snapshot",{"2":{"63":2,"69":1}}],["snap",{"0":{"597":1,"856":1},"2":{"0":2,"585":1,"597":1,"844":1}}],["snapping",{"2":{"0":1,"119":1}}],["sheet",{"0":{"2651":1},"2":{"2484":1,"2651":1}}],["shrinks",{"2":{"578":1}}],["shrink",{"2":{"97":1,"98":1,"106":1,"107":1,"130":1,"575":1,"603":1}}],["shrinking",{"2":{"0":6,"1116":1,"1138":1,"1268":1,"1281":1,"2343":1,"2367":1}}],["shrunk",{"0":{"97":1},"2":{"97":1}}],["shininess",{"0":{"1017":1,"1050":1,"1654":1,"1688":1,"2181":1,"2425":1,"2512":1},"2":{"0":7,"2604":3,"2605":1}}],["shifts",{"2":{"384":1,"585":1}}],["shifted",{"2":{"0":2,"2311":1,"2312":1}}],["shift",{"0":{"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1415":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2309":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1},"2":{"0":50,"62":1,"121":5,"212":1,"628":1,"1337":1,"1629":7,"2193":1,"2197":1}}],["shared",{"2":{"2617":1,"2648":2}}],["share",{"2":{"149":1,"577":1}}],["sharpness",{"2":{"191":1,"2604":1}}],["sharper",{"2":{"106":1,"2601":1}}],["sharp",{"2":{"0":12,"106":1,"107":1,"191":1,"967":1,"1017":1,"1050":1,"1358":1,"1584":1,"1654":1,"1688":1,"2059":1,"2181":1,"2425":1,"2512":1,"2604":2}}],["shadow",{"2":{"56":2}}],["shadowing",{"2":{"22":1}}],["shaders",{"2":{"22":1}}],["shading",{"0":{"1016":1,"1049":1,"1533":1,"1653":1,"1687":1,"1797":1,"2180":1,"2424":1,"2511":1,"2543":1},"2":{"0":15,"22":1,"190":4,"191":8,"752":1,"1628":1,"2158":2,"2605":7,"2613":1,"2614":1}}],["shapes",{"2":{"1774":2,"1912":1,"1913":1,"1915":1}}],["shape",{"2":{"0":7,"139":1,"627":1,"752":1,"775":1,"1248":1,"1773":3,"1774":1,"1915":2,"1918":1,"2290":1,"2459":2,"2469":1}}],["shortest",{"2":{"2624":1}}],["shortcut",{"2":{"626":1}}],["short",{"2":{"12":1,"75":1,"140":1}}],["shorthand",{"0":{"138":1},"2":{"0":1,"373":1,"1806":1}}],["shouldn",{"2":{"113":1,"1284":1}}],["should",{"2":{"0":68,"10":1,"15":1,"22":4,"31":4,"36":1,"39":1,"41":1,"45":2,"47":1,"48":1,"51":3,"53":2,"55":1,"69":1,"75":1,"76":6,"77":1,"80":1,"82":1,"97":1,"104":1,"106":2,"107":2,"108":1,"119":1,"120":1,"121":1,"126":2,"127":1,"133":1,"142":2,"151":1,"152":1,"161":2,"184":1,"187":1,"191":1,"217":1,"383":1,"396":1,"577":1,"579":1,"627":1,"718":1,"723":2,"763":1,"778":1,"935":1,"963":1,"988":1,"990":1,"1000":1,"1038":1,"1042":1,"1078":1,"1175":1,"1211":1,"1244":1,"1302":1,"1306":1,"1354":1,"1386":1,"1402":1,"1418":1,"1422":1,"1492":1,"1521":1,"1554":1,"1558":1,"1580":1,"1611":1,"1642":1,"1646":1,"1675":1,"1756":1,"1785":1,"1813":1,"1838":1,"1858":1,"1892":1,"1911":1,"1915":1,"1937":1,"1971":1,"2028":1,"2055":1,"2084":1,"2136":1,"2170":1,"2213":1,"2247":1,"2258":1,"2314":1,"2344":1,"2379":1,"2412":1,"2416":1,"2444":1,"2448":1,"2485":2,"2495":1,"2500":1,"2531":1,"2585":1,"2617":3,"2618":2,"2622":1,"2623":3,"2632":1}}],["showing",{"0":{"1438":1},"2":{"24":1,"31":1,"91":1,"719":1,"751":1,"1913":1,"2651":1}}],["showgradients",{"2":{"0":1}}],["showgrid",{"2":{"0":1}}],["shown",{"2":{"0":2,"23":1,"75":1,"91":1,"190":1,"773":2,"1105":1,"1408":1,"1438":1,"1452":2,"2555":1,"2605":1,"2644":1}}],["showticks",{"2":{"0":1}}],["showaxis",{"2":{"0":1}}],["show",{"0":{"29":1,"122":1,"699":1,"1129":1,"1130":1,"1131":1,"1277":1,"1278":1,"1315":1,"1873":1,"1874":1,"2295":1,"2296":1,"2297":1,"2298":1,"2357":1,"2473":1,"2569":1,"2570":1},"2":{"0":76,"12":1,"22":2,"29":1,"31":4,"32":1,"33":1,"34":2,"36":1,"54":2,"57":1,"75":1,"82":1,"119":1,"121":10,"122":1,"137":6,"140":1,"151":1,"190":2,"191":3,"192":1,"196":1,"199":1,"396":1,"691":1,"751":1,"752":1,"757":1,"937":1,"965":1,"1002":1,"1040":1,"1080":1,"1105":2,"1129":1,"1131":1,"1177":1,"1213":1,"1241":1,"1242":1,"1246":1,"1259":1,"1277":1,"1288":1,"1304":1,"1315":1,"1356":1,"1388":1,"1420":1,"1494":1,"1523":1,"1556":1,"1569":1,"1582":1,"1600":1,"1613":1,"1644":1,"1677":1,"1758":1,"1787":1,"1815":1,"1840":1,"1862":1,"1872":1,"1873":2,"1894":1,"1922":1,"1939":1,"1973":1,"2030":1,"2057":1,"2086":1,"2138":1,"2172":1,"2215":1,"2231":1,"2249":1,"2274":6,"2316":1,"2330":1,"2346":1,"2357":1,"2381":1,"2414":1,"2433":2,"2446":1,"2459":3,"2502":1,"2533":1,"2555":6,"2587":1,"2609":1,"2611":1,"2615":1,"2618":4,"2640":2,"2646":1}}],["shows",{"2":{"0":1,"71":1,"187":1,"2623":1}}],["sy",{"2":{"1919":2}}],["synchronizing",{"2":{"139":1}}],["synchronized",{"2":{"0":3,"137":1,"152":1,"1408":1}}],["synchronous",{"0":{"139":1}}],["synchronously",{"2":{"136":1}}],["sync",{"2":{"11":1,"64":1,"515":1}}],["syntax",{"2":{"0":1,"37":1,"100":1,"101":1,"102":1,"136":2,"217":1,"578":1,"581":1,"2624":1}}],["symlog10",{"2":{"0":37,"287":3,"334":3,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1414":1,"1446":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1}}],["symbols",{"2":{"0":4,"184":1,"1913":1,"2192":3}}],["symbol",{"0":{"110":1},"2":{"0":54,"16":1,"82":1,"110":1,"151":1,"152":1,"167":3,"168":1,"215":2,"216":2,"626":1,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1204":1,"1296":1,"1347":1,"1378":1,"1412":1,"1444":1,"1485":1,"1514":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1884":1,"1912":1,"1917":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2202":1,"2206":1,"2207":1,"2372":1,"2404":1,"2433":1,"2438":1,"2464":1,"2491":1,"2524":1,"2578":1,"2653":1}}],["systems",{"2":{"112":2}}],["system",{"2":{"0":1,"70":1,"87":1,"134":2,"149":1,"155":1,"214":2,"1917":1,"2601":1,"2604":1,"2617":1,"2619":1}}],["sunset",{"2":{"2662":1}}],["sun",{"2":{"2662":1}}],["sunflowers",{"2":{"35":1,"2644":1}}],["suspended",{"2":{"1586":1}}],["suffix",{"2":{"290":1,"337":1}}],["suggests",{"2":{"132":1}}],["suggested",{"0":{"127":1},"2":{"126":1,"127":2,"128":1,"132":3,"133":1,"230":1,"258":1,"359":1,"367":1,"372":1,"380":1,"395":1,"502":1,"513":1,"525":1,"570":1,"591":1,"601":1,"609":1,"618":1,"621":1,"640":1,"655":1,"689":1,"693":1,"697":1,"702":1,"707":1,"716":1,"729":1,"760":1,"771":1,"841":1,"851":1,"860":1,"866":1,"870":1,"876":1,"894":1,"906":1,"916":1,"922":1,"2613":1}}],["sudo",{"2":{"26":1,"28":2}}],["successful",{"2":{"67":1}}],["succeeds",{"2":{"0":1,"82":1}}],["such",{"2":{"0":10,"10":1,"22":1,"64":1,"68":1,"77":1,"78":1,"96":1,"98":2,"112":1,"136":1,"147":1,"153":1,"183":1,"186":1,"196":1,"217":1,"223":1,"299":1,"346":1,"396":3,"515":1,"577":1,"623":1,"626":1,"753":1,"773":1,"775":1,"1164":1,"1248":1,"1686":1,"1912":1,"1914":1,"1915":2,"2189":1,"2196":2,"2304":1,"2623":3}}],["supertitle",{"2":{"582":3,"603":1,"1856":1}}],["super",{"2":{"582":2}}],["superscripts",{"2":{"2196":1}}],["superscript",{"2":{"290":1,"337":1,"2196":1,"2197":2}}],["superfluous",{"2":{"0":1}}],["supply",{"2":{"2644":1}}],["supplied",{"2":{"0":1,"151":1,"585":1,"1163":1}}],["supposed",{"2":{"70":2,"83":1,"162":1,"578":1}}],["support",{"0":{"43":1,"48":1,"516":1},"1":{"44":1},"2":{"0":1,"23":1,"25":1,"27":1,"31":1,"34":1,"35":1,"48":1,"72":1,"108":1,"126":1,"2304":1,"2555":1}}],["supporting",{"2":{"0":1,"31":1,"126":1,"1282":1,"1287":1}}],["supports",{"2":{"0":3,"31":1,"32":1,"88":1,"123":1,"162":1,"184":1,"239":1,"248":1,"266":1,"313":1,"873":1,"2231":1,"2644":1}}],["supported",{"2":{"0":10,"9":1,"23":1,"28":1,"31":1,"42":1,"44":1,"46":1,"51":1,"52":1,"73":1,"74":1,"108":1,"111":2,"1627":1,"1931":1}}],["suitable",{"2":{"0":2,"111":1,"218":1}}],["surrounding",{"2":{"2274":1}}],["surprised",{"2":{"104":1}}],["surfacegoldx",{"2":{"32":1}}],["surfaces",{"2":{"19":1}}],["surface",{"0":{"1735":1,"2157":1},"1":{"2158":1,"2159":1,"2160":1,"2161":1,"2162":1,"2163":1,"2164":1,"2165":1,"2166":1,"2167":1,"2168":1,"2169":1,"2170":1,"2171":1,"2172":1,"2173":1,"2174":1,"2175":1,"2176":1,"2177":1,"2178":1,"2179":1,"2180":1,"2181":1,"2182":1,"2183":1,"2184":1,"2185":1,"2186":1,"2187":1},"2":{"0":20,"19":1,"33":1,"34":1,"36":1,"51":1,"82":2,"121":1,"149":2,"169":1,"752":5,"1024":1,"1914":1,"2157":5,"2158":4,"2162":1,"2174":2,"2573":1,"2603":1,"2604":2,"2613":1}}],["sure",{"2":{"0":2,"29":1,"31":1,"32":1,"44":1,"46":1,"51":1,"116":1,"121":1,"168":1,"691":1,"1282":1,"1285":1,"2617":1}}],["summer",{"2":{"2657":1}}],["summarized",{"2":{"68":1}}],["summarizes",{"2":{"53":1}}],["summarize",{"2":{"0":1,"1872":1}}],["sum",{"2":{"0":6,"124":1,"138":1,"191":1,"195":1,"239":1,"248":1,"266":1,"313":1,"625":1,"1473":2,"1761":1,"2118":2,"2624":1,"2634":1}}],["subwindow",{"2":{"2640":5,"2641":3}}],["subwindows",{"0":{"2640":1},"2":{"2640":1}}],["subgl",{"2":{"579":6}}],["subfigure",{"2":{"162":1}}],["subfigures",{"0":{"192":1},"2":{"162":1}}],["subtype",{"2":{"152":1}}],["subtitlevisible",{"0":{"245":1},"2":{"0":1}}],["subtitlesize",{"0":{"244":1},"2":{"0":1}}],["subtitlelineheight",{"0":{"243":1},"2":{"0":1}}],["subtitlegap",{"0":{"242":1},"2":{"0":1}}],["subtitlefont",{"0":{"241":1},"2":{"0":1}}],["subtitlecolor",{"0":{"240":1},"2":{"0":1}}],["subtitle",{"0":{"239":1},"2":{"0":1,"239":6,"240":1,"241":1,"242":1,"243":1,"244":1,"245":1,"249":1}}],["submarine",{"2":{"36":1}}],["submarinecablemap",{"2":{"36":3}}],["submarinecables3d",{"2":{"36":1}}],["submitted",{"2":{"889":1}}],["submitting",{"2":{"874":1,"897":1}}],["submit",{"0":{"889":1},"2":{"0":1,"107":1}}],["subplot",{"0":{"2637":1},"2":{"2637":1}}],["subplots",{"2":{"2634":1}}],["subpixel",{"2":{"16":2}}],["subpath",{"2":{"0":6,"1916":1}}],["subdivisions",{"2":{"0":1,"1015":1}}],["sub",{"2":{"0":1,"31":1,"34":1,"51":2,"52":1,"53":2,"54":1,"56":2,"157":1,"582":1,"1286":1,"2639":1,"2640":1,"2641":1}}],["subscripts",{"2":{"2196":1}}],["subscript",{"2":{"239":2,"248":2,"266":2,"313":2,"2196":2}}],["subscenes",{"0":{"156":1},"2":{"155":2,"2643":1,"2644":1}}],["subscene",{"2":{"0":1,"156":1,"2640":2}}],["subsequent",{"2":{"56":1}}],["subset",{"2":{"0":2,"123":1,"149":1}}],["sienna",{"2":{"2662":1}}],["six",{"2":{"603":1,"2631":1,"2634":1}}],["sizing",{"2":{"97":1,"2623":1}}],["size=",{"2":{"32":1,"33":1,"34":1,"35":1,"36":1,"56":1,"57":1,"1284":1,"1285":1,"1287":1,"1288":1,"1289":1,"2398":1,"2459":1,"2644":1}}],["sized",{"2":{"0":1,"577":3,"578":1,"1435":1,"2478":1,"2623":1}}],["sizes",{"0":{"107":1,"574":1,"2623":1},"1":{"575":1,"576":1,"577":1,"578":1},"2":{"0":10,"23":1,"24":1,"105":4,"106":2,"107":2,"132":4,"155":1,"163":1,"574":1,"575":1,"578":1,"603":1,"1473":2,"1920":1,"2118":2,"2623":1,"2626":1,"2634":1,"2638":1}}],["size",{"0":{"97":1,"105":1,"132":1,"549":1,"714":1,"1088":1,"1435":1,"1472":1,"2126":1,"2268":1},"1":{"106":1,"107":1},"2":{"0":46,"9":2,"19":1,"23":4,"24":1,"32":2,"34":1,"37":1,"53":3,"66":1,"71":1,"79":1,"90":1,"91":12,"92":4,"97":4,"98":6,"100":3,"105":6,"106":18,"107":14,"126":1,"129":1,"130":4,"132":14,"133":1,"142":1,"155":4,"157":2,"180":1,"187":1,"190":1,"191":1,"222":3,"223":3,"244":1,"254":1,"271":1,"280":1,"296":1,"300":1,"318":1,"327":1,"343":1,"347":1,"393":1,"396":2,"408":1,"421":1,"424":1,"441":1,"454":1,"457":1,"472":1,"485":1,"488":1,"501":1,"515":2,"533":1,"542":1,"561":1,"565":1,"572":1,"575":4,"576":3,"577":12,"578":3,"580":1,"582":2,"603":1,"608":1,"628":4,"647":1,"661":1,"669":2,"686":1,"714":1,"715":1,"750":1,"751":1,"752":2,"753":2,"757":1,"758":1,"871":1,"893":1,"983":2,"989":1,"1058":1,"1088":1,"1184":1,"1220":1,"1236":1,"1402":1,"1434":2,"1435":5,"1436":1,"1439":1,"1456":1,"1544":1,"1569":1,"1600":1,"1629":3,"1856":1,"1861":1,"1869":1,"1914":7,"1922":1,"1935":1,"1944":3,"1984":1,"1996":1,"2158":1,"2189":3,"2192":1,"2211":1,"2245":1,"2268":1,"2292":1,"2327":1,"2471":1,"2481":3,"2498":1,"2604":1,"2607":1,"2608":1,"2609":3,"2610":1,"2623":21,"2624":1,"2625":1,"2629":1,"2633":1,"2638":1,"2639":2,"2640":2,"2642":1,"2643":1,"2651":1}}],["silently",{"2":{"90":1,"91":1}}],["sigh",{"2":{"53":1}}],["significant",{"2":{"191":1}}],["significantly",{"2":{"0":2}}],["signed",{"2":{"111":1}}],["sign",{"2":{"10":1,"80":1,"81":1,"138":1}}],["signals",{"2":{"0":1}}],["signal",{"2":{"0":5}}],["signature",{"2":{"0":2,"150":1,"217":1}}],["signatures",{"2":{"0":1,"150":1,"151":1}}],["situation",{"2":{"139":1}}],["situations",{"2":{"136":1,"2623":1}}],["site",{"2":{"106":1,"2623":1}}],["sites",{"2":{"1":1}}],["sits",{"2":{"0":1,"2629":1}}],["sideinfo",{"2":{"603":1}}],["sidestepping",{"2":{"137":1}}],["sides",{"2":{"0":6,"98":1,"103":1,"384":3,"508":1,"613":1,"2276":1,"2459":1,"2484":3,"2518":1,"2623":1}}],["sided",{"2":{"0":1,"1443":1}}],["side",{"0":{"1875":1,"2358":1},"2":{"0":9,"28":1,"41":1,"107":1,"131":1,"162":1,"164":2,"301":1,"304":1,"348":1,"351":1,"582":1,"1114":2,"1856":11,"1865":2,"2174":1,"2330":10,"2358":1,"2627":1,"2629":1,"2632":1,"2633":1,"2635":1}}],["sinc",{"2":{"2574":1}}],["since",{"2":{"0":2,"31":6,"53":1,"69":1,"73":3,"74":2,"78":1,"82":1,"121":1,"161":2,"516":2,"582":1,"1282":1,"1284":1,"1408":1,"2485":1,"2640":1,"2648":1}}],["sinusoid",{"2":{"169":1}}],["sind",{"2":{"36":2,"2609":2}}],["sinecurve",{"2":{"874":2}}],["sine",{"2":{"0":1,"704":1,"908":1}}],["sin",{"2":{"0":4,"8":1,"10":2,"34":6,"36":3,"51":1,"124":1,"145":2,"146":4,"169":1,"186":6,"196":1,"203":1,"204":1,"208":1,"223":1,"234":1,"515":1,"624":1,"625":2,"626":1,"704":1,"750":1,"757":4,"758":1,"874":1,"908":1,"983":6,"1025":3,"1058":2,"1141":5,"1164":2,"1285":2,"1374":3,"1407":1,"1408":1,"1599":1,"1629":3,"1662":1,"1910":1,"1911":1,"1914":1,"1960":1,"2044":1,"2075":5,"2158":1,"2189":1,"2195":6,"2196":1,"2274":2,"2304":5,"2433":2,"2459":2,"2624":3,"2630":2,"2634":1,"2640":1}}],["single",{"0":{"150":2,"1407":1},"2":{"0":17,"10":2,"31":1,"34":1,"51":1,"57":1,"83":1,"90":1,"97":1,"139":1,"142":1,"148":2,"150":3,"153":1,"162":1,"187":1,"384":1,"577":1,"625":1,"873":1,"982":1,"1029":1,"1328":1,"1408":2,"1435":1,"1462":1,"1481":1,"1510":1,"1513":1,"1629":1,"1633":1,"1777":1,"1856":2,"1863":1,"1915":1,"2368":1,"2520":1,"2523":1,"2649":2}}],["simultaneously",{"2":{"234":1}}],["simulate",{"2":{"2601":1}}],["simulates",{"2":{"0":1,"22":1}}],["simulation",{"2":{"168":1}}],["simulations",{"2":{"31":1}}],["simon",{"2":{"199":1}}],["sim",{"2":{"168":6}}],["similar",{"2":{"0":2,"92":1,"162":1,"191":2,"515":1,"799":1,"831":1,"1248":1,"1661":1,"2459":1}}],["similarly",{"2":{"0":4,"73":1,"1773":1}}],["simply",{"2":{"58":1,"71":1,"74":1,"78":1,"106":2,"138":1,"162":1,"206":1,"208":1,"578":1,"626":1}}],["simplified",{"2":{"37":1,"2603":1,"2605":1,"2646":1}}],["simplify",{"2":{"0":1,"67":1,"80":1}}],["simplicity",{"2":{"0":5,"1408":1}}],["simpler",{"2":{"151":1,"152":1,"162":1}}],["simple",{"0":{"8":1},"2":{"0":2,"19":1,"76":1,"80":1,"83":1,"92":1,"100":1,"140":1,"147":1,"153":1,"178":1,"183":1,"218":1,"354":1,"383":1,"844":1,"873":1,"1290":1,"1409":1,"1915":1,"2604":1}}],["s",{"2":{"0":73,"8":1,"10":1,"14":1,"19":1,"27":1,"30":1,"31":3,"34":4,"35":20,"37":1,"38":1,"39":1,"46":1,"51":1,"56":1,"62":1,"74":2,"75":3,"76":2,"80":1,"81":2,"82":3,"90":1,"92":2,"98":2,"104":1,"106":7,"107":4,"110":2,"116":1,"121":1,"123":1,"132":3,"133":1,"135":1,"136":3,"137":2,"139":2,"140":1,"146":3,"147":1,"151":1,"152":10,"155":3,"159":1,"161":2,"162":9,"163":14,"164":15,"165":1,"166":4,"167":4,"168":6,"169":3,"178":1,"181":1,"186":2,"187":1,"190":1,"195":1,"197":2,"198":1,"202":1,"205":1,"208":1,"214":1,"217":2,"218":1,"229":1,"244":1,"246":1,"247":1,"254":1,"304":1,"351":1,"364":1,"365":1,"366":1,"384":2,"386":1,"387":1,"393":1,"508":1,"511":1,"512":1,"515":2,"549":1,"551":1,"552":1,"577":2,"578":1,"579":2,"599":1,"600":1,"603":1,"615":1,"616":1,"626":2,"628":1,"679":1,"680":1,"691":1,"700":1,"701":1,"704":4,"725":1,"726":1,"756":1,"807":1,"808":1,"844":1,"858":1,"859":1,"863":2,"868":1,"869":1,"874":2,"900":1,"901":1,"919":1,"920":1,"983":1,"1137":1,"1236":1,"1404":1,"1912":1,"1914":1,"1917":2,"2122":2,"2158":6,"2304":1,"2305":1,"2311":3,"2312":3,"2319":1,"2330":6,"2433":2,"2459":1,"2484":1,"2603":1,"2604":1,"2617":1,"2618":3,"2619":2,"2620":1,"2623":11,"2624":3,"2625":1,"2626":4,"2627":1,"2628":1,"2629":1,"2630":1,"2637":1,"2638":1,"2642":2,"2643":2,"2644":20,"2651":1,"2653":2}}],["southwest",{"2":{"2662":1}}],["sources",{"2":{"31":1,"69":1,"2605":2}}],["source",{"2":{"0":427,"16":1,"22":1,"31":1,"49":1,"62":1,"75":3,"79":1,"80":1,"119":1,"158":5,"159":4,"199":2,"287":2,"334":2,"924":1,"951":1,"982":1,"1024":1,"1057":1,"1104":1,"1139":1,"1163":1,"1199":1,"1235":1,"1258":1,"1282":1,"1321":1,"1342":1,"1373":1,"1402":1,"1432":1,"1454":1,"1481":1,"1510":1,"1544":1,"1568":1,"1598":1,"1627":1,"1661":1,"1749":1,"1773":1,"1806":1,"1831":1,"1856":1,"1879":1,"1908":1,"1959":1,"1996":1,"2016":1,"2043":1,"2074":1,"2110":1,"2121":1,"2157":1,"2188":1,"2237":1,"2273":1,"2302":1,"2329":1,"2368":1,"2397":1,"2432":1,"2458":1,"2478":1,"2520":1,"2554":1,"2573":1,"2611":1,"2644":5}}],["sophisticated",{"2":{"2603":1}}],["soft",{"2":{"752":1}}],["software",{"2":{"0":1,"117":1,"199":2}}],["soon",{"2":{"31":1,"51":1,"2626":1}}],["solar",{"2":{"2655":1}}],["solving",{"2":{"190":1}}],["solve",{"2":{"74":1}}],["solved",{"2":{"0":1,"98":1,"577":1}}],["solutions",{"2":{"155":1,"2485":1}}],["solely",{"2":{"0":1}}],["solid",{"0":{"2012":1},"2":{"0":19,"56":3,"361":1,"653":1,"940":1,"969":1,"1152":1,"1360":1,"1497":1,"1527":1,"1586":2,"1616":1,"1791":1,"1977":1,"2000":1,"2006":1,"2061":1,"2116":1,"2289":1,"2384":1,"2537":1,"2590":1}}],["sortby=x",{"2":{"75":1}}],["sortby=func",{"2":{"75":1}}],["sortby=identity",{"2":{"75":1}}],["sortable",{"2":{"75":2}}],["sorting",{"2":{"0":1,"18":1,"75":1,"190":2,"1931":1}}],["sorted",{"2":{"0":2,"82":2,"121":1,"1461":1,"2113":1}}],["sort",{"2":{"0":1,"1103":1,"1922":1}}],["so",{"2":{"0":19,"1":1,"10":2,"11":1,"12":1,"13":1,"27":1,"28":2,"31":3,"46":1,"47":1,"51":2,"53":1,"56":1,"57":1,"73":1,"75":1,"76":4,"80":1,"97":1,"104":3,"105":1,"106":10,"107":2,"119":1,"121":4,"137":1,"139":1,"141":1,"149":2,"152":5,"161":1,"162":1,"166":1,"167":1,"191":1,"192":1,"222":2,"396":1,"578":1,"579":1,"580":1,"582":1,"603":1,"627":1,"863":1,"1284":1,"1290":1,"1374":3,"1402":1,"1408":1,"1438":1,"1629":1,"1873":1,"1914":1,"1917":1,"1922":1,"1944":1,"2304":1,"2409":1,"2481":1,"2490":1,"2617":1,"2619":1,"2623":3,"2626":1,"2628":1,"2629":2,"2636":1,"2637":1,"2638":2,"2640":3,"2642":1,"2643":1,"2644":5,"2649":1}}],["somevector",{"2":{"153":1}}],["someplot",{"2":{"153":9}}],["somepackage",{"2":{"153":3}}],["someprimitive",{"2":{"121":1}}],["somewhere",{"2":{"82":1,"2617":2}}],["somestruct",{"2":{"75":1}}],["sometimes",{"2":{"31":1,"39":1,"104":1,"135":1,"139":1,"149":1,"627":1,"628":1,"1236":1,"2197":1,"2305":1}}],["something",{"2":{"0":4,"18":2,"22":1,"27":1,"55":1,"56":1,"57":1,"94":1,"136":1,"141":1,"162":1}}],["some",{"2":{"0":5,"13":1,"18":1,"28":1,"35":1,"36":1,"48":1,"55":1,"62":2,"69":1,"76":1,"82":1,"83":1,"105":1,"106":1,"109":1,"121":3,"124":2,"129":1,"138":1,"147":1,"150":1,"152":2,"190":1,"191":1,"192":1,"219":1,"287":1,"334":1,"580":1,"624":1,"748":1,"757":1,"1287":1,"1569":1,"1600":1,"1629":1,"1914":2,"1922":1,"2189":1,"2459":1,"2555":1,"2603":1,"2605":1,"2618":2,"2623":1,"2642":1,"2644":2,"2649":1}}],["stddev",{"2":{"1025":2}}],["std",{"2":{"1025":1}}],["stimulus",{"2":{"2624":1,"2629":1}}],["sticking",{"2":{"192":1}}],["stick",{"2":{"126":1}}],["sticks",{"2":{"126":1,"2623":1}}],["still",{"2":{"0":1,"27":1,"30":1,"31":1,"46":1,"47":1,"51":1,"74":1,"80":1,"83":1,"106":1,"139":2,"161":3,"195":1,"628":1,"756":1,"1107":1,"1290":1,"2332":1,"2604":1,"2629":1,"2635":1,"2644":1}}],["stylised",{"2":{"56":1}}],["styling",{"0":{"56":1,"2620":1}}],["stylableslider",{"2":{"56":1,"57":1}}],["styled",{"2":{"1289":1}}],["style=styles",{"2":{"56":3}}],["styleable",{"2":{"56":2}}],["stylesheets",{"2":{"56":1}}],["styles",{"0":{"1143":1},"2":{"56":1}}],["style",{"0":{"1158":1},"2":{"0":18,"2":1,"56":10,"109":2,"167":7,"177":1,"183":1,"653":1,"940":1,"969":1,"1104":1,"1141":1,"1143":2,"1360":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"2061":1,"2384":1,"2537":1,"2590":1,"2620":2}}],["stuck",{"2":{"48":1}}],["studio026",{"2":{"31":1,"32":1,"33":1,"34":1}}],["stl",{"2":{"35":1,"57":1,"163":1,"373":1,"410":1,"443":1,"474":1,"1628":1,"2624":1,"2633":1,"2644":1}}],["stocknode",{"2":{"152":7}}],["stocks",{"2":{"152":3}}],["stockcharts",{"2":{"152":1}}],["stockchart",{"2":{"152":11}}],["stockvalues",{"2":{"152":10}}],["stockvalue",{"2":{"152":7}}],["stock",{"0":{"152":1},"2":{"142":1,"152":4,"169":1}}],["stores",{"2":{"100":1,"102":1}}],["store",{"2":{"0":1,"28":1,"53":1,"102":1,"135":1}}],["stored",{"0":{"899":1},"2":{"0":2,"53":1,"67":1,"79":1,"134":1,"212":1,"218":1,"874":1,"897":1,"899":1,"2617":1,"2626":1}}],["storing",{"2":{"0":1}}],["stop=2π",{"2":{"34":2}}],["stop",{"2":{"0":4,"51":1,"78":1,"951":2,"1058":4,"2640":1}}],["starrynight",{"2":{"2662":1}}],["star8",{"2":{"1913":2}}],["star6",{"2":{"1913":2}}],["star5",{"2":{"1913":2}}],["star4",{"2":{"1913":2}}],["starmap",{"2":{"36":1}}],["started",{"0":{"2615":1},"1":{"2616":1,"2617":1,"2618":1,"2619":1,"2620":1,"2621":1,"2622":1},"2":{"22":1,"29":1,"198":1,"1290":1}}],["startvalue",{"0":{"857":1},"2":{"0":4,"152":2,"844":3,"863":3}}],["startvalues",{"0":{"598":1},"2":{"0":1,"585":5}}],["starts",{"2":{"0":1,"22":2}}],["starting",{"2":{"0":2,"72":1,"162":1,"177":1,"2484":1}}],["start",{"2":{"0":55,"8":1,"22":2,"28":1,"80":2,"81":1,"106":1,"116":1,"135":1,"164":1,"583":1,"585":1,"598":1,"857":1,"929":1,"951":2,"957":1,"985":1,"988":1,"990":1,"994":1,"1031":1,"1058":3,"1066":1,"1155":1,"1156":1,"1162":1,"1169":1,"1205":1,"1282":1,"1297":1,"1348":1,"1379":1,"1413":1,"1438":1,"1445":1,"1465":1,"1486":1,"1509":1,"1515":1,"1543":1,"1549":1,"1574":1,"1605":1,"1635":1,"1668":1,"1779":1,"1885":1,"1915":1,"1916":1,"1927":1,"1965":1,"2021":1,"2049":1,"2129":1,"2164":1,"2203":1,"2304":1,"2373":1,"2395":1,"2396":1,"2405":1,"2439":1,"2465":1,"2492":1,"2525":1,"2553":1,"2579":1,"2617":2,"2627":2,"2642":1,"2649":1}}],["stable",{"2":{"31":1,"41":1,"2644":1}}],["standalone",{"2":{"13":1}}],["standards",{"2":{"106":1}}],["standard",{"2":{"0":4,"32":1,"35":1,"74":1,"125":1,"131":1,"162":1,"167":1,"580":1,"624":1,"1806":1,"2459":1}}],["stamp",{"2":{"10":1}}],["stair",{"2":{"0":1,"2043":1}}],["stairs",{"0":{"1731":1,"2043":1},"1":{"2044":1,"2045":1,"2046":1,"2047":1,"2048":1,"2049":1,"2050":1,"2051":1,"2052":1,"2053":1,"2054":1,"2055":1,"2056":1,"2057":1,"2058":1,"2059":1,"2060":1,"2061":1,"2062":1,"2063":1,"2064":1,"2065":1,"2066":1,"2067":1,"2068":1,"2069":1,"2070":1,"2071":1,"2072":1,"2073":1},"2":{"0":12,"2043":4,"2044":3}}],["stays",{"2":{"106":1,"396":1}}],["stay",{"2":{"0":3,"105":1,"107":1,"212":1,"2640":1}}],["stack=",{"2":{"2555":1}}],["stacked",{"2":{"0":1,"1058":2,"2554":1,"2555":1,"2630":1}}],["stack",{"0":{"1097":1,"2571":1},"2":{"0":2,"1058":2,"2555":1}}],["status",{"2":{"35":1}}],["statsbase",{"2":{"0":1,"1439":3,"1453":1}}],["statistics",{"2":{"1025":1}}],["statistically",{"2":{"0":1,"1480":1}}],["statistical",{"0":{"1106":1,"1324":1,"1458":1,"2331":1},"2":{"0":4,"1134":1,"1341":1,"2120":1,"2366":1}}],["staticvectors",{"2":{"0":1}}],["static",{"2":{"0":2,"46":1,"50":1,"51":2,"53":1,"62":2,"152":1,"197":1,"2617":1,"2644":1}}],["staticarrayscore",{"2":{"0":6}}],["stateful",{"2":{"162":1}}],["statements",{"2":{"138":1}}],["statement",{"2":{"138":1}}],["statemap",{"0":{"52":1},"2":{"52":1}}],["statesbase",{"2":{"1439":1}}],["states",{"2":{"52":1}}],["state",{"2":{"0":5,"51":3,"52":1,"53":1,"76":1,"82":4,"83":2,"162":1,"218":3,"219":1,"227":1,"228":1,"376":1,"377":1,"378":1,"694":1,"695":1,"696":1,"766":1,"767":1,"2623":1}}],["stern",{"2":{"2657":1}}],["stemwidth",{"0":{"2099":1},"2":{"0":1}}],["stemlinestyle",{"0":{"2098":1},"2":{"0":1,"2075":1}}],["stems",{"2":{"0":1,"2091":1}}],["stemcolorrange",{"0":{"2097":1},"2":{"0":1,"2075":1}}],["stemcolormap",{"0":{"2096":1},"2":{"0":1,"2075":1}}],["stemcolor",{"0":{"2095":1},"2":{"0":2,"2075":2,"2081":1}}],["stem",{"0":{"1732":1,"2074":1},"1":{"2075":1,"2076":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2082":1,"2083":1,"2084":1,"2085":1,"2086":1,"2087":1,"2088":1,"2089":1,"2090":1,"2091":1,"2092":1,"2093":1,"2094":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2103":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2109":1},"2":{"0":13,"2074":5,"2075":4}}],["step=",{"2":{"2044":2}}],["step=week",{"2":{"75":1}}],["step=1",{"2":{"10":2}}],["steps",{"0":{"198":1},"2":{"35":1,"48":1,"545":1,"2644":1}}],["stepsize",{"0":{"2153":1},"2":{"0":1}}],["stephist",{"0":{"1733":1,"2110":1},"1":{"2111":1,"2112":1,"2113":1,"2114":1,"2115":1,"2116":1,"2117":1,"2118":1,"2119":1,"2120":1},"2":{"0":11,"2110":3,"2111":4}}],["step",{"0":{"1369":1,"2070":1},"2":{"0":22,"59":1,"62":2,"116":1,"152":1,"162":2,"196":2,"1369":4,"1435":1,"2070":4,"2110":1,"2624":2}}],["steering",{"2":{"0":4,"2642":1}}],["strange",{"0":{"1285":1},"2":{"1285":1}}],["strength",{"2":{"983":6,"2604":2}}],["strengths",{"2":{"191":1,"2617":1}}],["stretch",{"2":{"56":2,"107":1,"169":1,"384":2,"396":3}}],["stream",{"2":{"0":3}}],["streamplot",{"0":{"1734":1,"2121":1},"1":{"2122":1,"2123":1,"2124":1,"2125":1,"2126":1,"2127":1,"2128":1,"2129":1,"2130":1,"2131":1,"2132":1,"2133":1,"2134":1,"2135":1,"2136":1,"2137":1,"2138":1,"2139":1,"2140":1,"2141":1,"2142":1,"2143":1,"2144":1,"2145":1,"2146":1,"2147":1,"2148":1,"2149":1,"2150":1,"2151":1,"2152":1,"2153":1,"2154":1,"2155":1,"2156":1},"2":{"0":13,"2121":5,"2122":2}}],["stronger",{"2":{"2601":1}}],["strong",{"2":{"383":1,"2604":1,"2609":1}}],["strongly",{"2":{"0":14,"997":1,"1019":1,"1035":1,"1052":1,"1639":1,"1656":1,"1672":1,"1690":1,"2167":1,"2183":1,"2408":1,"2427":1,"2496":1,"2514":1,"2604":1}}],["stroke",{"2":{"0":5,"662":1,"663":1,"676":1,"677":1,"1438":1,"1513":1,"1777":1,"1876":1,"1915":1,"2476":1,"2523":1}}],["strokearound",{"0":{"1338":1},"2":{"0":1,"1322":1}}],["strokewidth=2",{"2":{"2459":1}}],["strokewidth=1",{"2":{"1404":4}}],["strokewidth",{"0":{"364":1,"510":1,"1099":1,"1133":1,"1280":1,"1340":1,"1451":1,"1479":1,"1538":1,"1768":1,"1802":1,"1827":1,"1852":1,"1876":1,"1953":1,"1992":1,"2015":1,"2101":1,"2230":1,"2262":1,"2300":1,"2362":1,"2476":1,"2548":1},"2":{"0":27,"80":1,"81":1,"121":1,"152":1,"167":1,"364":3,"384":2,"396":1,"585":1,"627":4,"752":1,"1058":3,"1322":1,"1323":1,"1438":1,"1455":1,"1456":1,"1750":1,"1774":2,"1952":1,"1953":2,"1960":1,"1996":1,"2075":1,"2303":2,"2304":3,"2305":1,"2609":1,"2610":1,"2623":2}}],["strokevisible",{"0":{"363":1},"2":{"0":1}}],["strokecolor=",{"2":{"1404":4}}],["strokecolormap=",{"2":{"1774":1}}],["strokecolormap",{"0":{"1537":1,"1801":1,"2547":1},"2":{"0":3}}],["strokecolor",{"0":{"362":1,"509":1,"1098":1,"1132":1,"1279":1,"1339":1,"1450":1,"1478":1,"1536":1,"1767":1,"1800":1,"1826":1,"1851":1,"1952":1,"1991":1,"2014":1,"2100":1,"2229":1,"2261":1,"2299":1,"2361":1,"2475":1,"2546":1},"2":{"0":27,"80":1,"81":1,"167":1,"192":2,"362":4,"578":1,"580":1,"627":5,"628":2,"1058":3,"1322":1,"1323":1,"1438":1,"1455":1,"1456":1,"1750":1,"1774":2,"1952":2,"1953":1,"1960":1,"1996":1,"2075":1,"2303":2,"2304":3,"2305":1,"2475":1,"2609":1,"2610":1}}],["strides",{"2":{"35":2,"2644":2}}],["strictly",{"2":{"69":1,"2626":1}}],["strict",{"2":{"0":2}}],["strings",{"0":{"124":1,"1917":1},"2":{"0":4,"123":1,"720":1,"1182":1,"1218":1,"1289":1,"2189":1,"2195":2}}],["string",{"0":{"109":1,"890":1,"899":1},"2":{"0":74,"16":1,"22":1,"34":1,"35":1,"54":1,"66":1,"79":1,"109":3,"120":1,"124":3,"287":1,"290":1,"334":1,"337":1,"388":1,"528":1,"585":2,"617":1,"626":1,"628":2,"720":5,"873":2,"874":6,"889":1,"890":1,"896":1,"899":1,"905":5,"938":1,"966":1,"1003":1,"1041":1,"1081":1,"1178":1,"1214":1,"1247":1,"1285":1,"1305":1,"1357":1,"1389":1,"1421":1,"1495":1,"1524":1,"1557":1,"1583":1,"1614":1,"1645":1,"1678":1,"1759":1,"1788":1,"1816":1,"1841":1,"1856":3,"1895":1,"1917":4,"1940":1,"1974":1,"2031":1,"2058":1,"2087":1,"2139":1,"2173":1,"2189":2,"2191":1,"2192":2,"2196":1,"2199":1,"2206":1,"2216":1,"2231":1,"2237":2,"2250":1,"2317":1,"2347":1,"2382":1,"2415":1,"2447":1,"2503":1,"2534":1,"2588":1,"2624":1,"2631":1,"2641":1,"2644":1}}],["structures",{"2":{"162":2,"1286":1}}],["structure",{"0":{"135":1},"2":{"67":1,"2646":1}}],["structs",{"2":{"0":2}}],["structarray",{"2":{"0":1,"1282":1,"1287":1}}],["structarrays",{"2":{"0":1,"1282":1}}],["struct",{"0":{"79":1},"2":{"0":7,"61":1,"75":1,"76":1,"77":1,"79":2,"152":2,"160":1,"166":1,"167":2,"168":1,"196":1,"218":1,"1287":1,"2122":1,"2639":1,"2644":2,"2646":1}}],["str",{"2":{"0":3,"905":1,"2196":4}}],["svgs",{"2":{"106":1,"1917":1}}],["svg",{"0":{"1917":1},"2":{"0":5,"15":1,"17":1,"56":1,"105":1,"106":3,"1915":1,"1917":2,"2622":2}}],["seismic",{"2":{"2657":1}}],["september",{"2":{"1323":1}}],["separator",{"2":{"121":1}}],["separately",{"2":{"0":7,"11":1,"111":1,"197":1,"206":1,"304":1,"351":1,"628":1,"992":1,"1377":1,"1434":1,"1442":1,"1443":1,"1883":1,"1919":1,"1944":2}}],["separate",{"2":{"0":1,"1282":1,"2618":1,"2626":2}}],["sequential",{"2":{"148":1}}],["sequence",{"2":{"0":1}}],["sequences",{"2":{"0":1}}],["self",{"2":{"120":2}}],["selects",{"2":{"585":1}}],["select",{"2":{"0":6,"721":1}}],["selected",{"0":{"718":1},"2":{"0":14,"80":1,"108":1,"168":3,"213":1,"287":2,"334":2,"585":3,"626":2,"718":1,"723":1,"844":1}}],["selectable",{"2":{"0":1,"720":1}}],["selective",{"0":{"19":1}}],["selectionbutton",{"2":{"0":1,"61":1}}],["selections",{"2":{"0":1}}],["selection",{"0":{"213":1,"723":1,"724":1},"2":{"0":10,"119":3,"121":2,"168":1,"213":1,"704":4,"720":2,"721":1,"724":1}}],["selecting",{"2":{"0":1,"119":1}}],["seaborn",{"0":{"2661":1},"2":{"2661":14}}],["seamlessly",{"2":{"102":1}}],["searching",{"2":{"0":1}}],["sessions",{"2":{"55":1}}],["session",{"2":{"51":4,"52":4,"53":11,"54":2,"55":1,"56":8,"2618":1}}],["several",{"2":{"31":2,"32":1,"151":1,"159":1,"160":1,"192":1,"1408":1}}],["segfaults",{"2":{"30":1,"31":1}}],["segmentation",{"2":{"27":1}}],["segment",{"2":{"0":3,"82":1,"1762":1}}],["segments",{"2":{"0":5,"499":1,"887":1,"913":1,"1481":1,"1569":3,"1600":3,"1755":1,"1764":1,"2304":1,"2368":1,"2649":1}}],["serves",{"2":{"200":1}}],["serve",{"2":{"50":1,"118":1}}],["servers",{"2":{"46":1,"112":1,"117":1}}],["server",{"2":{"27":2,"41":1,"45":1,"51":1,"55":2,"114":1,"115":2,"116":7,"118":5,"200":1}}],["serialized",{"2":{"0":1}}],["serializes",{"2":{"0":1}}],["serial",{"2":{"0":1,"1309":1}}],["series",{"0":{"1729":1,"1996":1},"1":{"1997":1,"1998":1,"1999":1,"2000":1,"2001":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1},"2":{"0":12,"30":2,"1996":4,"1998":1,"1999":1,"2000":1}}],["sensor",{"2":{"0":1}}],["sense",{"2":{"0":43,"57":1,"76":1,"149":1,"575":1,"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1428":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2324":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1}}],["sector",{"2":{"751":1}}],["sections",{"2":{"0":1,"72":1,"1755":1,"2196":1,"2624":1}}],["section",{"2":{"0":1,"84":1,"102":1,"155":1,"180":1,"2485":1,"2640":1}}],["sec",{"2":{"142":1}}],["seconds",{"2":{"31":1,"75":1,"85":1,"2618":9,"2619":7,"2620":4,"2621":4}}],["secondary",{"2":{"0":7,"116":1,"991":1,"1028":1,"1632":1,"1665":1,"2161":1,"2403":1,"2489":1}}],["second",{"2":{"0":10,"22":1,"49":1,"62":1,"68":1,"73":4,"74":1,"78":3,"80":2,"85":1,"105":1,"136":1,"139":1,"145":3,"151":2,"152":1,"185":1,"190":1,"208":2,"577":1,"582":1,"583":1,"2484":3,"2625":1,"2628":1,"2648":1,"2649":1}}],["seems",{"2":{"190":1}}],["seed",{"2":{"163":1,"167":1,"168":1,"169":1,"1434":2,"1435":2,"1436":1,"1437":1,"1439":1,"2274":2,"2303":2,"2304":3,"2305":1,"2459":6}}],["seekstart",{"2":{"36":2}}],["seen",{"2":{"0":43,"935":1,"963":1,"1000":1,"1038":1,"1078":1,"1175":1,"1211":1,"1244":1,"1302":1,"1354":1,"1386":1,"1418":1,"1492":1,"1521":1,"1554":1,"1580":1,"1611":1,"1642":1,"1675":1,"1756":1,"1785":1,"1813":1,"1838":1,"1892":1,"1937":1,"1971":1,"2028":1,"2055":1,"2084":1,"2136":1,"2170":1,"2213":1,"2247":1,"2314":1,"2344":1,"2379":1,"2412":1,"2444":1,"2500":1,"2531":1,"2585":1}}],["see",{"2":{"0":130,"19":1,"31":2,"45":1,"47":1,"51":2,"64":1,"85":1,"98":1,"115":1,"119":1,"120":1,"153":2,"157":1,"169":1,"176":1,"217":1,"577":1,"580":2,"624":1,"691":1,"752":1,"928":1,"946":1,"956":1,"972":1,"977":1,"993":1,"1018":1,"1030":1,"1051":1,"1065":1,"1095":1,"1168":1,"1194":1,"1204":1,"1230":1,"1253":1,"1288":1,"1296":1,"1316":1,"1347":1,"1363":1,"1367":1,"1378":1,"1396":1,"1412":1,"1427":1,"1444":1,"1467":1,"1485":1,"1503":1,"1514":1,"1534":1,"1548":1,"1563":1,"1573":1,"1589":1,"1593":1,"1604":1,"1622":1,"1634":1,"1655":1,"1667":1,"1689":1,"1765":1,"1778":1,"1798":1,"1806":1,"1824":1,"1831":2,"1849":1,"1884":1,"1902":1,"1914":1,"1926":1,"1945":1,"1950":1,"1964":1,"1989":1,"2020":1,"2038":1,"2048":1,"2064":1,"2068":1,"2093":1,"2111":1,"2121":1,"2128":1,"2151":1,"2163":1,"2182":1,"2202":1,"2220":1,"2227":1,"2259":1,"2323":1,"2359":1,"2372":1,"2390":1,"2404":1,"2426":1,"2438":1,"2453":1,"2464":1,"2491":1,"2513":1,"2524":1,"2544":1,"2578":1,"2596":1,"2604":1,"2623":3,"2626":1,"2640":2,"2648":1}}],["set3",{"2":{"2658":10}}],["set2",{"2":{"2658":6}}],["set1",{"2":{"1999":1,"2658":7}}],["sethsl",{"2":{"53":1}}],["setproperty",{"2":{"34":1}}],["setups",{"2":{"55":1}}],["setup",{"0":{"28":1,"219":1},"2":{"27":1,"44":2,"45":1,"46":1,"55":1,"74":1,"118":1,"219":2}}],["sets",{"2":{"0":543,"16":1,"22":7,"31":1,"49":1,"61":4,"62":36,"75":1,"157":1,"212":1,"373":2,"761":1,"765":1,"770":1,"773":1,"774":1,"775":1,"777":1,"778":1,"794":2,"800":1,"811":1,"832":1,"843":1,"928":1,"931":1,"935":1,"936":1,"937":1,"938":1,"939":1,"940":1,"941":1,"943":1,"946":1,"956":1,"959":1,"963":1,"964":1,"965":1,"966":1,"968":1,"969":1,"970":1,"972":1,"973":1,"977":1,"985":1,"987":1,"991":1,"992":1,"993":1,"997":1,"1000":1,"1001":1,"1002":1,"1003":1,"1005":1,"1006":1,"1011":1,"1016":1,"1017":1,"1018":1,"1019":1,"1028":1,"1029":1,"1030":1,"1035":1,"1038":1,"1039":1,"1040":1,"1041":1,"1042":1,"1046":1,"1049":1,"1050":1,"1051":1,"1052":1,"1065":1,"1078":1,"1079":1,"1080":1,"1081":1,"1090":1,"1095":1,"1168":1,"1175":1,"1176":1,"1177":1,"1178":1,"1191":1,"1194":1,"1204":1,"1211":1,"1212":1,"1213":1,"1214":1,"1227":1,"1230":1,"1244":1,"1245":1,"1246":1,"1247":1,"1250":1,"1253":1,"1296":1,"1302":1,"1303":1,"1304":1,"1305":1,"1310":1,"1316":1,"1347":1,"1350":1,"1354":1,"1355":1,"1356":1,"1357":1,"1359":1,"1360":1,"1361":1,"1363":1,"1364":1,"1367":1,"1378":1,"1386":1,"1387":1,"1388":1,"1389":1,"1393":1,"1396":1,"1412":1,"1418":1,"1419":1,"1420":1,"1421":1,"1422":1,"1424":1,"1427":1,"1434":1,"1442":2,"1444":1,"1457":1,"1485":1,"1488":1,"1492":1,"1493":1,"1494":1,"1495":1,"1496":1,"1497":1,"1498":1,"1500":1,"1503":1,"1513":1,"1514":1,"1521":1,"1522":1,"1523":1,"1524":1,"1527":1,"1530":1,"1534":1,"1536":1,"1537":1,"1538":1,"1548":1,"1554":1,"1555":1,"1556":1,"1557":1,"1558":1,"1560":1,"1563":1,"1573":1,"1576":1,"1580":1,"1581":1,"1582":1,"1583":1,"1585":1,"1586":1,"1587":1,"1589":1,"1590":1,"1593":1,"1604":1,"1607":1,"1611":1,"1612":1,"1613":1,"1614":1,"1615":1,"1616":1,"1617":1,"1619":1,"1622":1,"1632":1,"1633":1,"1634":1,"1639":1,"1642":1,"1643":1,"1644":1,"1645":1,"1646":1,"1650":1,"1653":1,"1654":1,"1655":1,"1656":1,"1665":1,"1666":1,"1667":1,"1672":1,"1675":1,"1676":1,"1677":1,"1678":1,"1680":1,"1681":1,"1683":1,"1686":1,"1687":1,"1688":1,"1689":1,"1690":1,"1756":1,"1757":1,"1758":1,"1759":1,"1760":1,"1765":1,"1777":1,"1778":1,"1785":1,"1786":1,"1787":1,"1788":1,"1791":1,"1794":1,"1798":1,"1800":1,"1801":1,"1802":1,"1813":1,"1814":1,"1815":1,"1816":1,"1822":1,"1824":1,"1838":1,"1839":1,"1840":1,"1841":1,"1847":1,"1849":1,"1884":1,"1892":1,"1893":1,"1894":1,"1895":1,"1899":1,"1902":1,"1925":1,"1926":1,"1929":1,"1934":1,"1935":1,"1937":1,"1938":1,"1939":1,"1940":1,"1942":1,"1944":1,"1945":1,"1946":1,"1949":1,"1950":1,"1952":1,"1953":1,"1964":1,"1971":1,"1972":1,"1973":1,"1974":1,"1977":1,"1978":1,"1980":1,"1984":1,"1986":1,"1989":1,"1991":1,"1992":1,"1996":1,"2020":1,"2028":1,"2029":1,"2030":1,"2031":1,"2035":1,"2038":1,"2048":1,"2051":1,"2055":1,"2056":1,"2057":1,"2058":1,"2060":1,"2061":1,"2062":1,"2064":1,"2065":1,"2068":1,"2084":1,"2085":1,"2086":1,"2087":1,"2090":1,"2091":1,"2093":1,"2128":1,"2136":1,"2137":1,"2138":1,"2139":1,"2147":1,"2151":1,"2161":1,"2163":1,"2167":1,"2170":1,"2171":1,"2172":1,"2173":1,"2177":1,"2180":1,"2181":1,"2182":1,"2183":1,"2199":1,"2201":1,"2202":1,"2206":1,"2210":1,"2211":1,"2213":1,"2214":1,"2215":1,"2216":1,"2217":1,"2220":1,"2221":1,"2227":1,"2229":1,"2230":1,"2241":1,"2242":1,"2244":1,"2245":1,"2247":1,"2248":1,"2249":1,"2250":1,"2251":1,"2252":1,"2253":1,"2254":1,"2255":1,"2256":1,"2258":1,"2259":1,"2261":1,"2264":1,"2265":1,"2268":1,"2276":1,"2277":1,"2278":1,"2279":1,"2280":1,"2281":1,"2282":1,"2283":1,"2284":1,"2285":1,"2286":1,"2289":1,"2290":1,"2291":1,"2292":1,"2299":1,"2300":1,"2301":1,"2307":1,"2311":1,"2312":1,"2314":1,"2315":1,"2316":1,"2317":1,"2319":1,"2320":1,"2323":1,"2344":1,"2345":1,"2346":1,"2347":1,"2351":1,"2359":1,"2372":1,"2375":1,"2379":1,"2380":1,"2381":1,"2382":1,"2383":1,"2384":1,"2385":1,"2387":1,"2390":1,"2401":1,"2403":1,"2404":1,"2408":1,"2412":1,"2413":1,"2414":1,"2415":1,"2416":1,"2417":1,"2418":1,"2421":1,"2424":1,"2425":1,"2426":1,"2427":1,"2438":1,"2444":1,"2445":1,"2446":1,"2447":1,"2448":1,"2450":1,"2453":1,"2462":1,"2463":1,"2464":1,"2469":1,"2470":1,"2471":1,"2475":1,"2476":1,"2477":1,"2489":1,"2490":1,"2491":1,"2496":1,"2498":1,"2500":1,"2501":1,"2502":1,"2503":1,"2508":1,"2511":1,"2512":1,"2513":1,"2514":1,"2523":1,"2524":1,"2531":1,"2532":1,"2533":1,"2534":1,"2537":1,"2540":1,"2544":1,"2546":1,"2547":1,"2548":1,"2578":1,"2581":1,"2585":1,"2586":1,"2587":1,"2588":1,"2589":1,"2590":1,"2591":1,"2593":1,"2596":1,"2601":3}}],["set",{"0":{"178":1},"2":{"0":123,"10":1,"14":1,"16":3,"19":3,"22":5,"24":1,"27":1,"29":2,"31":3,"33":1,"34":3,"49":4,"53":1,"55":1,"58":1,"59":1,"60":1,"61":2,"64":1,"70":1,"71":1,"73":2,"75":2,"76":2,"79":1,"80":2,"81":1,"82":2,"83":1,"97":1,"98":1,"100":1,"103":1,"106":2,"107":4,"110":5,"116":1,"118":1,"119":2,"121":2,"122":1,"140":1,"148":1,"153":1,"155":2,"159":1,"168":3,"177":1,"178":4,"184":1,"185":1,"187":3,"194":1,"196":1,"205":1,"207":1,"212":1,"223":1,"234":2,"304":1,"351":1,"382":3,"384":1,"385":2,"515":2,"572":1,"575":1,"576":1,"577":2,"578":2,"579":1,"585":3,"594":2,"603":1,"625":1,"626":2,"627":1,"646":1,"718":1,"723":1,"752":1,"754":1,"770":1,"775":1,"777":1,"800":1,"832":1,"844":2,"861":2,"863":2,"985":1,"987":1,"989":1,"1005":1,"1010":2,"1013":1,"1045":2,"1164":1,"1200":1,"1236":1,"1241":1,"1242":1,"1282":1,"1295":1,"1315":1,"1328":2,"1336":1,"1407":1,"1408":1,"1435":1,"1464":1,"1477":1,"1649":2,"1682":2,"1911":1,"1917":1,"1925":1,"1932":1,"1996":1,"2127":1,"2162":1,"2176":2,"2189":1,"2190":1,"2196":1,"2201":1,"2262":1,"2274":1,"2304":1,"2305":1,"2319":1,"2420":2,"2433":3,"2462":1,"2478":1,"2490":1,"2495":2,"2507":2,"2601":1,"2605":2,"2611":1,"2615":1,"2623":3,"2628":1,"2629":1,"2631":1,"2633":1,"2639":2,"2640":5,"2641":2,"2643":1,"2644":1,"2649":2}}],["settings",{"2":{"0":3,"8":1,"29":1,"62":3,"82":1,"121":1,"127":1,"129":1,"157":1,"212":1,"2196":1}}],["setting",{"0":{"574":1,"1434":1,"1435":1,"2626":1},"1":{"575":1,"576":1,"577":1,"578":1},"2":{"0":4,"17":1,"19":4,"29":1,"39":1,"55":2,"62":1,"69":1,"97":2,"103":1,"110":2,"119":2,"121":1,"132":1,"153":1,"191":1,"195":1,"205":1,"210":1,"211":1,"213":1,"222":1,"223":1,"249":1,"360":1,"369":1,"381":1,"383":1,"396":3,"397":1,"503":1,"514":1,"526":1,"572":1,"578":1,"592":1,"602":1,"610":1,"620":1,"641":1,"690":1,"698":1,"703":1,"717":1,"730":1,"751":1,"754":1,"757":1,"758":2,"769":1,"772":1,"797":1,"829":1,"842":1,"843":1,"852":1,"862":1,"863":1,"867":1,"872":1,"895":1,"907":1,"1408":1,"1434":1,"1435":3,"1438":1,"1914":1,"1920":1,"2194":1,"2604":1,"2613":1,"2636":1,"2638":1}}],["sp",{"2":{"1998":1}}],["spring",{"2":{"2657":1}}],["spritesheet",{"2":{"2484":2}}],["sprite",{"2":{"2484":1}}],["spread",{"2":{"1856":6}}],["sprand",{"2":{"0":1,"2016":1,"2017":1}}],["splot",{"2":{"53":5}}],["splitlines3d",{"2":{"36":3}}],["split",{"2":{"35":1,"92":1,"2644":1}}],["spikes",{"2":{"0":5,"967":1,"1358":1,"1584":1,"2059":1}}],["spine",{"2":{"225":1,"226":1,"232":1,"233":1,"236":1,"237":1,"256":1,"257":1,"277":1,"288":1,"304":1,"324":1,"335":1,"351":1,"411":1,"412":1,"413":1,"414":1,"415":1,"444":1,"445":1,"446":1,"447":1,"448":1,"475":1,"476":1,"477":1,"478":1,"479":1,"519":1,"520":1,"535":1,"536":1,"539":1,"546":1,"547":1,"553":1,"568":1,"569":1,"753":6,"802":1,"803":1,"804":1,"805":1,"806":1}}],["spines",{"0":{"205":1,"753":1},"2":{"0":3,"126":1,"205":1,"238":1,"550":1,"579":1,"580":1,"626":1,"756":1}}],["spinestyle",{"0":{"804":1},"2":{"0":1,"753":1}}],["spinevisible",{"0":{"805":1},"2":{"0":1,"753":1}}],["spinecolor",{"0":{"803":1},"2":{"0":1,"753":1}}],["spinewidth",{"0":{"238":1,"550":1,"806":1},"2":{"0":3,"753":1}}],["sparingly",{"2":{"139":1}}],["sparsearrays",{"2":{"2017":1,"2158":1}}],["sparse",{"2":{"0":1,"2016":1,"2017":2,"2158":1}}],["spacing",{"2":{"0":11,"66":4,"168":1,"207":5,"584":1,"1115":1,"1856":2,"1866":1}}],["spaced",{"2":{"0":3,"1402":2,"1404":1,"2318":1}}],["spaces",{"0":{"65":1,"71":1},"1":{"66":1,"67":1,"68":1,"69":1,"70":1,"71":1},"2":{"0":46,"66":3,"71":2,"584":1,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1194":1,"1230":1,"1253":1,"1316":1,"1367":1,"1396":1,"1427":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1849":1,"1902":1,"1945":1,"1950":1,"1989":1,"2038":1,"2068":1,"2093":1,"2151":1,"2182":1,"2220":1,"2227":1,"2259":1,"2323":1,"2359":1,"2390":1,"2426":1,"2453":1,"2513":1,"2544":1,"2596":1,"2644":1}}],["space",{"0":{"584":1,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1194":1,"1230":1,"1253":1,"1316":1,"1367":1,"1396":1,"1427":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1849":1,"1902":1,"1920":1,"1950":1,"1989":1,"2013":1,"2038":1,"2068":1,"2093":1,"2151":1,"2182":1,"2189":1,"2190":1,"2194":1,"2227":1,"2259":1,"2323":1,"2359":1,"2390":1,"2426":1,"2453":1,"2513":1,"2544":1,"2596":1},"2":{"0":192,"22":1,"59":1,"60":1,"61":1,"62":1,"66":4,"68":2,"70":1,"71":7,"80":1,"82":1,"97":3,"98":2,"121":3,"126":1,"131":1,"207":2,"222":2,"279":1,"294":1,"297":1,"326":1,"341":1,"344":1,"373":1,"384":1,"396":3,"508":1,"562":1,"576":1,"577":5,"578":1,"580":1,"583":1,"613":1,"655":1,"666":1,"757":1,"932":1,"946":1,"947":1,"960":1,"977":1,"978":1,"996":1,"1018":1,"1020":1,"1034":1,"1051":1,"1053":1,"1069":1,"1095":1,"1096":1,"1171":1,"1194":1,"1195":1,"1207":1,"1230":1,"1231":1,"1240":1,"1253":1,"1254":1,"1299":1,"1316":1,"1317":1,"1351":1,"1367":1,"1368":1,"1382":1,"1396":1,"1397":1,"1415":1,"1427":1,"1428":1,"1489":1,"1503":1,"1504":1,"1518":1,"1534":1,"1535":1,"1551":1,"1563":1,"1564":1,"1577":1,"1593":1,"1594":1,"1608":1,"1622":1,"1623":1,"1638":1,"1655":1,"1657":1,"1671":1,"1689":1,"1691":1,"1753":1,"1765":1,"1766":1,"1782":1,"1798":1,"1799":1,"1811":1,"1824":1,"1825":1,"1836":1,"1849":1,"1850":1,"1856":2,"1888":1,"1902":1,"1903":1,"1914":1,"1930":1,"1945":1,"1950":1,"1951":1,"1968":1,"1989":1,"1990":1,"2023":1,"2038":1,"2039":1,"2052":1,"2068":1,"2069":1,"2082":1,"2093":1,"2094":1,"2132":1,"2151":1,"2152":1,"2166":1,"2182":1,"2184":1,"2189":3,"2190":1,"2193":1,"2194":3,"2205":1,"2220":1,"2227":1,"2228":1,"2243":1,"2259":1,"2260":1,"2309":1,"2323":1,"2324":1,"2339":1,"2359":1,"2360":1,"2376":1,"2390":1,"2391":1,"2407":1,"2426":1,"2428":1,"2441":1,"2453":1,"2454":1,"2494":1,"2513":1,"2515":1,"2528":1,"2544":1,"2545":1,"2582":1,"2596":1,"2597":1,"2601":1,"2623":3,"2638":1,"2640":4,"2642":3}}],["spanned",{"0":{"581":1},"2":{"0":3,"97":1,"577":1,"1402":1,"1405":1}}],["spanning",{"2":{"0":7,"1104":1,"1163":1,"1199":1,"1510":1,"2520":1}}],["spans",{"2":{"0":2,"164":1,"1510":1,"2520":1,"2649":1}}],["span",{"2":{"0":5,"105":1,"222":1,"515":1,"576":1,"577":1,"581":1,"794":1,"1104":1,"2618":1}}],["spy",{"0":{"1730":1,"2016":1},"1":{"2017":1,"2018":1,"2019":1,"2020":1,"2021":1,"2022":1,"2023":1,"2024":1,"2025":1,"2026":1,"2027":1,"2028":1,"2029":1,"2030":1,"2031":1,"2032":1,"2033":1,"2034":1,"2035":1,"2036":1,"2037":1,"2038":1,"2039":1,"2040":1,"2041":1,"2042":1},"2":{"0":14,"2016":6,"2017":1}}],["spots",{"2":{"2604":1}}],["spot",{"2":{"0":1,"2604":2}}],["spotlight",{"0":{"2610":1},"2":{"0":1,"2605":2,"2610":3}}],["spherical",{"2":{"0":1}}],["sphere",{"2":{"0":2,"31":1,"62":1,"396":1,"1629":2,"1680":1,"2607":1,"2608":1,"2644":3}}],["speaking",{"2":{"0":1,"67":1,"1831":1,"2646":1}}],["specs",{"0":{"163":1,"165":1},"2":{"162":5,"163":1}}],["spec",{"0":{"164":1},"2":{"162":8,"163":6,"165":1}}],["spectral",{"2":{"51":1,"163":1,"491":1,"515":3,"1628":1,"2075":1,"2189":1,"2657":1,"2658":10}}],["species",{"2":{"169":1}}],["specialize",{"2":{"151":1}}],["specialized",{"2":{"0":1,"121":1,"2478":1}}],["specializing",{"2":{"151":1}}],["specializations",{"2":{"151":1}}],["specialization",{"2":{"151":2}}],["special",{"0":{"142":1,"188":1},"2":{"53":1,"76":1,"100":1,"141":1,"142":2,"152":1,"217":1,"290":1,"299":1,"337":1,"346":1,"1912":1,"1914":1}}],["specification",{"2":{"162":1,"1917":1}}],["specifications",{"2":{"0":1,"982":1,"2651":1,"2652":1}}],["specifically",{"2":{"0":44,"13":1,"62":1,"945":1,"975":1,"1014":1,"1048":1,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1426":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2224":1,"2257":1,"2322":1,"2355":1,"2389":1,"2423":1,"2452":1,"2482":1,"2510":1,"2542":1,"2595":1}}],["specific",{"2":{"0":5,"14":1,"31":2,"39":1,"62":1,"80":2,"81":1,"82":1,"107":1,"110":1,"129":1,"152":1,"184":1,"186":1,"205":2,"217":1,"218":1,"577":2,"794":1,"1856":2,"2623":1,"2631":1}}],["specifier",{"2":{"290":1,"337":1,"788":1,"799":1,"822":1,"831":1}}],["specified",{"2":{"0":14,"58":1,"159":1,"164":2,"186":1,"187":1,"982":2,"1402":1,"1809":1,"1834":1,"2207":1,"2462":1}}],["specifies",{"2":{"0":10,"1443":1,"2225":1,"2231":1,"2236":1,"2304":1,"2327":1}}],["specify",{"2":{"0":14,"37":1,"55":1,"58":1,"94":1,"96":1,"132":1,"133":1,"163":1,"184":1,"234":1,"581":2,"844":1,"1236":1,"1241":1,"1242":1,"1248":1,"1249":1,"1404":2,"1629":1,"1877":1,"2016":1,"2193":1,"2305":1,"2338":1,"2358":1,"2481":1,"2555":1,"2649":1}}],["specifying",{"0":{"39":1},"2":{"0":5,"1236":1,"2206":1,"2302":1,"2305":1}}],["specapi",{"0":{"161":1,"162":1},"1":{"162":1,"163":1,"164":1,"165":1,"166":1,"167":1,"168":1},"2":{"0":1,"161":2,"162":2,"163":1,"164":2,"165":1,"166":1,"167":1,"168":3}}],["specular=0",{"2":{"34":1}}],["specular",{"0":{"1019":1,"1052":1,"1656":1,"1690":1,"2183":1,"2427":1,"2514":1},"2":{"0":7,"2604":6,"2605":4}}],["speed",{"0":{"722":1},"2":{"0":8,"15":1,"61":1,"62":6,"722":1,"754":1,"843":1,"2655":1}}],["schauer",{"2":{"2158":1}}],["scheme",{"2":{"0":2,"191":2}}],["sc2",{"2":{"626":2}}],["sc1",{"2":{"626":2}}],["scientific",{"0":{"2656":1},"2":{"199":1}}],["sc",{"2":{"91":4,"152":9,"1914":1,"2653":1}}],["scenario",{"2":{"28":1,"115":1,"2194":1}}],["scenekw",{"2":{"691":2,"2602":1,"2607":4,"2608":4,"2609":3,"2610":1}}],["scenekw=",{"2":{"31":1,"32":1,"33":1,"34":1,"36":1,"2611":1}}],["scenelike",{"2":{"0":8,"159":2}}],["scenes",{"0":{"154":1,"2640":1},"1":{"155":1,"156":1,"157":1,"158":1,"159":1,"160":1},"2":{"0":1,"25":1,"34":1,"61":1,"88":1,"155":7,"157":1,"158":1,"160":1,"2639":1,"2640":2,"2642":1,"2644":1}}],["scenespace",{"2":{"0":1}}],["scene",{"0":{"88":1,"155":1,"157":1,"158":1,"159":1,"2639":1,"2644":1},"1":{"2640":1,"2641":1,"2642":1,"2643":1,"2644":1},"2":{"0":203,"18":1,"19":1,"22":1,"25":1,"31":12,"32":2,"33":2,"34":6,"35":3,"36":4,"37":3,"40":1,"53":2,"58":3,"59":1,"60":1,"61":1,"62":14,"63":17,"64":3,"66":17,"67":1,"68":1,"69":4,"70":2,"71":1,"79":3,"80":29,"81":11,"82":11,"85":4,"91":2,"92":2,"99":1,"100":1,"119":2,"121":12,"126":1,"128":1,"143":2,"151":3,"152":2,"153":1,"155":15,"156":3,"157":6,"158":3,"159":9,"160":1,"190":7,"191":3,"195":8,"372":1,"380":1,"381":1,"395":1,"397":1,"575":1,"577":1,"579":1,"625":1,"649":1,"650":1,"654":1,"656":1,"657":1,"658":1,"661":1,"662":1,"663":1,"672":1,"673":1,"676":1,"677":1,"691":7,"693":1,"697":1,"698":1,"702":1,"703":1,"756":1,"760":1,"762":1,"771":1,"772":1,"779":1,"780":1,"781":1,"782":1,"784":1,"785":1,"786":1,"787":1,"791":2,"792":2,"795":1,"798":1,"813":1,"814":1,"815":1,"816":1,"818":1,"819":1,"820":1,"821":1,"824":2,"825":2,"827":1,"830":1,"836":2,"837":2,"838":2,"839":2,"840":1,"841":1,"842":1,"924":1,"1481":2,"1510":2,"1628":1,"2192":8,"2194":2,"2368":2,"2433":1,"2520":2,"2601":1,"2602":2,"2605":4,"2609":2,"2611":6,"2639":7,"2640":24,"2641":2,"2642":9,"2643":3,"2644":26}}],["score",{"2":{"0":1}}],["scoring",{"2":{"0":1}}],["scratch",{"2":{"627":1,"2646":1}}],["script",{"2":{"24":1,"1288":1}}],["scrollevent",{"2":{"217":1}}],["scrolling",{"2":{"0":2,"81":1,"119":1,"210":2,"722":1,"754":1}}],["scroll",{"0":{"210":1,"722":1},"2":{"0":5,"62":2,"79":2,"80":6,"81":1,"843":1,"2641":1}}],["screenconfig",{"2":{"2605":1}}],["screens",{"2":{"0":7,"62":5,"106":1}}],["screen",{"0":{"16":1,"22":1,"29":1,"31":1,"49":1},"1":{"17":1,"18":1,"19":1,"20":1,"23":1,"24":1,"25":1},"2":{"0":82,"14":1,"16":5,"20":1,"22":12,"24":1,"25":1,"31":15,"32":4,"34":4,"49":5,"62":10,"66":2,"106":7,"121":2,"947":1,"970":1,"978":1,"1020":1,"1053":1,"1086":1,"1096":1,"1155":1,"1162":1,"1195":1,"1231":1,"1254":1,"1287":1,"1295":1,"1317":1,"1361":1,"1368":1,"1391":1,"1397":1,"1401":1,"1428":1,"1504":1,"1535":1,"1564":1,"1587":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1897":1,"1903":1,"1907":1,"1951":1,"1978":1,"1990":1,"2039":1,"2062":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2245":1,"2260":1,"2324":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2601":1,"2602":1,"2640":3}}],["sca",{"2":{"624":3,"639":3}}],["sca2",{"2":{"624":3}}],["scat",{"2":{"704":3}}],["scatobject",{"2":{"203":1,"750":1}}],["scattering",{"2":{"2601":1}}],["scatters",{"2":{"204":2,"1374":3,"1910":1,"1912":1}}],["scatterspec",{"2":{"162":2}}],["scattered",{"2":{"0":10,"82":1,"997":1,"1035":1,"1639":1,"1672":1,"1680":1,"1681":1,"1686":1,"2167":1,"2408":1,"2496":1,"2604":1}}],["scatterplot",{"2":{"0":2,"1996":1}}],["scatterlines",{"0":{"1728":1,"1959":1},"1":{"1960":1,"1961":1,"1962":1,"1963":1,"1964":1,"1965":1,"1966":1,"1967":1,"1968":1,"1969":1,"1970":1,"1971":1,"1972":1,"1973":1,"1974":1,"1975":1,"1976":1,"1977":1,"1978":1,"1979":1,"1980":1,"1981":1,"1982":1,"1983":1,"1984":1,"1985":1,"1986":1,"1987":1,"1988":1,"1989":1,"1990":1,"1991":1,"1992":1,"1993":1,"1994":1,"1995":1},"2":{"0":11,"82":1,"753":2,"1959":3,"1960":4}}],["scatter",{"0":{"1727":1,"1908":1},"1":{"1909":1,"1910":1,"1911":1,"1912":1,"1913":1,"1914":1,"1915":1,"1916":1,"1917":1,"1918":1,"1919":1,"1920":1,"1921":1,"1922":1,"1923":1,"1924":1,"1925":1,"1926":1,"1927":1,"1928":1,"1929":1,"1930":1,"1931":1,"1932":1,"1933":1,"1934":1,"1935":1,"1936":1,"1937":1,"1938":1,"1939":1,"1940":1,"1941":1,"1942":1,"1943":1,"1944":1,"1945":1,"1946":1,"1947":1,"1948":1,"1949":1,"1950":1,"1951":1,"1952":1,"1953":1,"1954":1,"1955":1,"1956":1,"1957":1,"1958":1},"2":{"0":36,"10":1,"11":1,"12":1,"19":2,"34":3,"51":1,"53":17,"54":1,"57":1,"63":2,"66":1,"67":1,"73":4,"75":5,"80":3,"81":1,"82":7,"92":1,"100":4,"102":1,"103":1,"105":1,"111":1,"120":1,"121":1,"140":4,"141":4,"142":1,"143":9,"145":1,"149":4,"153":1,"162":8,"167":1,"168":1,"169":1,"184":6,"189":10,"190":3,"203":1,"204":1,"585":1,"624":3,"625":1,"626":4,"633":2,"639":3,"664":4,"665":2,"668":2,"669":2,"678":2,"685":2,"704":1,"750":1,"844":1,"1374":3,"1404":4,"1434":2,"1435":2,"1661":1,"1856":4,"1869":1,"1873":1,"1875":1,"1908":5,"1910":1,"1911":1,"1912":1,"1913":1,"1914":5,"1915":1,"1916":1,"1917":1,"1918":1,"1919":1,"1920":2,"1921":1,"1922":9,"1925":5,"1926":4,"1942":1,"1944":4,"1949":3,"1952":2,"1953":2,"1959":1,"1963":1,"1980":1,"2189":2,"2191":1,"2192":1,"2239":1,"2274":1,"2303":2,"2304":3,"2305":1,"2459":1,"2609":1,"2610":1,"2618":2,"2619":3,"2620":1,"2621":1,"2624":1,"2627":1,"2628":1,"2643":2,"2649":1,"2651":16,"2653":2}}],["scaling",{"0":{"23":1,"24":1,"2636":1},"2":{"0":7,"19":1,"22":1,"23":4,"24":3,"68":1,"70":1,"105":1,"106":1,"158":2,"287":3,"334":3,"384":1,"396":3,"1013":1,"1435":1,"1477":1,"1661":1,"1944":1,"2194":2,"2478":1,"2623":1,"2636":1,"2644":2}}],["scalar",{"0":{"1141":1},"2":{"0":1,"22":1,"624":1,"1911":1}}],["scalars",{"2":{"0":2,"1105":1}}],["scale=",{"2":{"2330":1}}],["scale=2",{"2":{"19":1}}],["scalefactor",{"2":{"22":2,"23":2}}],["scales",{"2":{"0":10,"62":3,"989":2,"1004":1,"1007":1,"1408":1,"1914":1,"1919":3,"1944":3}}],["scale",{"0":{"548":1,"1437":1,"1477":1,"2119":1,"2356":1},"2":{"0":70,"19":2,"22":1,"23":2,"24":1,"68":1,"76":2,"106":4,"155":1,"158":6,"191":1,"287":5,"299":1,"334":5,"346":1,"383":1,"548":1,"943":1,"973":1,"989":1,"1011":1,"1013":1,"1046":1,"1073":2,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1407":2,"1409":4,"1424":1,"1437":1,"1457":4,"1477":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1681":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1919":1,"1946":1,"1954":1,"1986":1,"2035":1,"2065":1,"2090":1,"2119":1,"2147":1,"2177":1,"2221":1,"2232":1,"2252":1,"2320":1,"2330":3,"2351":1,"2356":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1,"2601":1,"2611":1,"2636":1,"2644":6}}],["scaled",{"2":{"0":4,"24":1,"62":1,"1073":1,"1914":2,"1920":1}}],["c89",{"2":{"2660":1}}],["c86",{"2":{"2660":1}}],["c75",{"2":{"2660":1}}],["c72",{"2":{"2660":2}}],["c71",{"2":{"2660":3}}],["c73",{"2":{"2660":4}}],["c74",{"2":{"2660":1}}],["c78",{"2":{"2660":3}}],["cgo",{"2":{"2660":2}}],["cgrads",{"2":{"0":2}}],["cgrad",{"2":{"0":37,"491":1,"515":2,"516":1,"928":1,"956":1,"993":1,"1030":1,"1058":1,"1065":1,"1168":1,"1204":1,"1296":1,"1347":1,"1378":1,"1412":1,"1444":1,"1485":1,"1514":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1884":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2189":1,"2190":1,"2196":1,"2202":1,"2372":1,"2404":1,"2438":1,"2464":1,"2491":1,"2524":1,"2578":1}}],["c64",{"2":{"2660":1}}],["c62",{"2":{"2660":1}}],["c69",{"2":{"2660":3}}],["c66",{"2":{"2660":1}}],["c67",{"2":{"2660":3}}],["c68",{"2":{"80":1,"81":1,"2660":3}}],["c55",{"2":{"2660":1}}],["c52",{"2":{"2660":1}}],["c57",{"2":{"2660":1}}],["c53",{"2":{"2660":2}}],["c54",{"2":{"2660":1}}],["cjo",{"2":{"2660":1}}],["cjm",{"2":{"2660":2}}],["cwr",{"2":{"2660":1}}],["cwrk",{"2":{"2660":1}}],["cwm",{"2":{"2660":1}}],["c46",{"2":{"2660":1}}],["c45",{"2":{"2660":1}}],["c40",{"2":{"2660":2}}],["c41",{"2":{"2660":1}}],["c42",{"2":{"2660":5}}],["c32",{"2":{"2660":1}}],["c39",{"2":{"2660":3}}],["c38",{"2":{"2660":2}}],["c37",{"2":{"2660":1}}],["c30",{"2":{"2660":1}}],["c35",{"2":{"2660":2}}],["c33",{"2":{"2660":1}}],["c31",{"2":{"2660":1}}],["c0",{"2":{"2660":4}}],["cmyk",{"2":{"2662":1}}],["cmrmap",{"2":{"2662":1}}],["cmocean",{"0":{"2655":1}}],["cm",{"2":{"107":1,"189":4,"2660":1}}],["cmap",{"2":{"0":5,"33":1,"516":1,"1285":2}}],["cc",{"2":{"63":4}}],["ccc",{"2":{"56":3}}],["c90cff4210b9fcf5f96b11858051037b96040c79",{"2":{"52":1}}],["cplot",{"2":{"52":1}}],["cpus",{"2":{"30":1,"31":1}}],["cpu",{"2":{"30":1,"31":2,"66":4,"69":2,"2617":1}}],["cividis",{"2":{"2662":1}}],["cite",{"2":{"199":1}}],["citing",{"0":{"199":1}}],["ci",{"0":{"117":1},"2":{"27":1,"112":1,"117":1,"1629":3,"2644":1}}],["circumvent",{"2":{"90":1,"138":1}}],["circular",{"2":{"0":3,"62":2,"951":1}}],["circlepoints",{"2":{"2189":3}}],["circles",{"2":{"190":1}}],["circle",{"2":{"0":5,"62":1,"149":3,"184":1,"185":5,"190":5,"628":1,"751":2,"817":1,"1761":1,"1774":1,"1912":2,"1913":2,"1914":6,"1916":3,"1918":4,"2017":1,"2088":1,"2192":1,"2459":1,"2462":1}}],["ctrl",{"2":{"83":1,"212":2,"2641":1}}],["ctr+shift+i",{"2":{"53":1}}],["ct",{"2":{"0":2,"1164":1}}],["csv",{"2":{"163":1,"1235":3,"1236":1,"1284":1,"1288":1,"1438":1,"1921":1,"2158":1}}],["css",{"2":{"56":3,"2652":1}}],["cs",{"2":{"0":1,"66":14,"752":5,"1569":5,"1600":5,"1922":7}}],["cb",{"2":{"0":1,"626":1,"704":1,"2624":3,"2631":1}}],["c",{"0":{"2633":1},"2":{"0":24,"12":2,"27":1,"35":4,"36":3,"54":3,"57":4,"66":2,"75":2,"76":2,"299":1,"346":1,"626":2,"705":2,"1142":1,"1285":5,"1405":2,"2194":1,"2196":1,"2276":3,"2624":1,"2625":4,"2626":2,"2633":1,"2637":1,"2638":1,"2644":4}}],["cuboid",{"2":{"373":1,"384":1,"396":4}}],["cubehelix",{"2":{"2662":1}}],["cube",{"2":{"163":6,"373":2,"2398":5,"2480":5}}],["cubic",{"2":{"0":1}}],["cumsum",{"2":{"102":1,"142":2,"145":2,"166":1,"168":1,"169":1,"178":1,"625":1,"1025":1,"1998":1,"1999":1,"2000":1}}],["cumulative",{"2":{"0":1,"1342":1}}],["cutoff",{"2":{"705":1}}],["cut",{"2":{"0":5,"751":2,"967":1,"1358":1,"1584":1,"1916":1,"1918":1,"2059":1,"2189":1}}],["customization",{"2":{"2647":1}}],["customizable",{"2":{"1105":1}}],["customize",{"2":{"0":1,"2555":1,"2648":1}}],["custommatrix",{"2":{"167":6}}],["custom",{"0":{"33":1,"120":1,"214":1,"218":1,"1409":1},"1":{"215":1,"216":1,"217":1,"218":1,"219":1},"2":{"0":60,"14":2,"22":1,"31":1,"54":5,"77":1,"94":1,"121":2,"122":1,"147":2,"151":1,"155":1,"166":2,"187":1,"287":1,"334":1,"936":1,"940":1,"964":1,"969":1,"1001":1,"1039":1,"1079":1,"1176":1,"1212":1,"1245":1,"1287":1,"1303":1,"1355":1,"1360":1,"1387":1,"1409":1,"1419":1,"1493":1,"1497":1,"1522":1,"1527":1,"1555":1,"1581":1,"1586":1,"1612":1,"1616":1,"1643":1,"1676":1,"1757":1,"1786":1,"1791":1,"1814":1,"1839":1,"1893":1,"1912":1,"1938":1,"1972":1,"1977":1,"2029":1,"2056":1,"2061":1,"2085":1,"2137":1,"2171":1,"2214":1,"2248":1,"2315":1,"2345":1,"2380":1,"2384":1,"2413":1,"2445":1,"2501":1,"2532":1,"2537":1,"2586":1,"2590":1,"2646":1}}],["curl",{"2":{"2655":1}}],["curly",{"2":{"0":1,"1143":2,"1158":1}}],["cursorcolor",{"0":{"888":1},"2":{"0":1}}],["cursor",{"2":{"0":3,"56":1,"62":1,"79":1,"80":1,"82":3,"888":1}}],["curved",{"2":{"802":1}}],["curve",{"2":{"0":2,"1336":1,"1915":1,"2304":7}}],["curves",{"2":{"0":4,"1996":3,"2304":2}}],["curveto",{"2":{"0":4,"1915":1}}],["currently",{"2":{"0":12,"16":1,"22":2,"30":1,"31":1,"41":1,"49":1,"51":1,"52":1,"54":1,"58":1,"62":1,"69":1,"71":1,"74":1,"76":1,"79":2,"80":1,"81":2,"106":2,"111":2,"133":1,"162":1,"167":1,"184":1,"208":1,"215":1,"384":1,"585":2,"691":1,"748":1,"754":2,"756":1,"844":1,"874":1,"890":1,"899":1,"1289":1,"1323":1,"1569":1,"1600":1,"1922":1,"1931":1,"2604":1,"2632":1,"2638":1,"2639":1}}],["current",{"0":{"75":1},"2":{"0":45,"10":1,"53":3,"62":1,"79":1,"80":1,"119":1,"121":1,"143":2,"158":2,"159":1,"178":1,"184":1,"185":1,"203":1,"287":1,"299":1,"334":1,"346":1,"582":1,"594":1,"626":2,"861":1,"863":1,"874":1,"905":1,"924":2,"1236":1,"2189":1,"2191":1,"2195":1,"2305":1,"2617":1,"2618":1,"2644":2}}],["cycling",{"0":{"186":1},"2":{"184":3,"185":1,"2653":1}}],["cyclic",{"2":{"80":1,"81":1,"2660":12}}],["cycles",{"0":{"184":1,"185":1},"1":{"185":1,"186":1,"187":1},"2":{"184":1,"185":1}}],["cycle",{"0":{"931":1,"959":1,"1033":1,"1068":1,"1113":1,"1265":1,"1332":1,"1350":1,"1381":1,"1463":1,"1488":1,"1517":1,"1576":1,"1607":1,"1637":1,"1670":1,"1781":1,"1810":1,"1835":1,"1864":1,"1887":1,"1929":1,"1967":1,"2051":1,"2081":1,"2115":1,"2337":1,"2375":1,"2527":1,"2558":1,"2581":1},"2":{"0":44,"36":1,"80":1,"184":10,"185":6,"186":1,"187":5,"384":1,"931":1,"959":1,"1350":1,"1488":1,"1576":1,"1607":1,"1925":1,"1929":1,"2051":1,"2375":1,"2581":1}}],["cycler",{"2":{"0":2,"185":1,"186":6}}],["cycled",{"0":{"186":1},"2":{"0":2,"186":11}}],["cyan",{"2":{"66":4,"515":2,"626":2,"1235":1,"2330":1,"2482":1,"2651":2}}],["cylinder",{"2":{"0":1,"990":1}}],["cy",{"2":{"0":1}}],["cy2",{"2":{"0":1}}],["cy1",{"2":{"0":1}}],["cxyz",{"2":{"36":4}}],["cx",{"2":{"0":1,"2304":3}}],["cx2",{"2":{"0":1}}],["cx1",{"2":{"0":1}}],["c27",{"2":{"2660":1}}],["c25",{"2":{"2660":2}}],["c24",{"2":{"2660":2}}],["c23",{"2":{"2660":1}}],["c22",{"2":{"2660":1}}],["c20",{"2":{"2660":4}}],["c2",{"2":{"0":2,"195":2}}],["c13a553c",{"2":{"53":1}}],["c1",{"2":{"0":2,"195":3}}],["crafting",{"2":{"2484":1}}],["crash",{"2":{"29":1}}],["crashes",{"0":{"29":1},"2":{"30":1}}],["crevices",{"2":{"22":1}}],["creative",{"2":{"2625":1}}],["creation",{"2":{"31":3,"162":1,"190":1,"753":1}}],["creating",{"0":{"100":1,"202":1,"208":1,"623":1,"625":1,"627":1,"749":1,"2624":1},"1":{"624":1,"2625":1,"2626":1,"2627":1,"2628":1,"2629":1,"2630":1,"2631":1,"2632":1,"2633":1,"2634":1,"2635":1,"2636":1,"2637":1,"2638":1},"2":{"0":12,"30":1,"82":1,"118":1,"119":1,"135":1,"152":1,"162":1,"168":1,"749":2,"931":1,"959":1,"1350":1,"1488":1,"1576":1,"1607":1,"1929":1,"2051":1,"2375":1,"2581":1,"2604":1,"2630":1,"2637":1,"2644":1}}],["created",{"2":{"0":6,"9":1,"22":1,"30":1,"31":2,"100":2,"102":3,"121":2,"142":2,"145":1,"146":1,"155":1,"157":1,"160":1,"203":2,"2617":1,"2618":1,"2623":1,"2636":1}}],["creates",{"2":{"0":26,"22":1,"39":1,"42":1,"51":1,"56":2,"75":1,"102":1,"119":1,"144":2,"145":1,"151":1,"166":1,"924":1,"1163":1,"1199":1,"1568":1,"1749":1,"2237":1,"2481":1,"2639":1}}],["create",{"2":{"0":16,"7":1,"8":2,"10":1,"31":5,"50":1,"53":1,"62":1,"69":1,"74":1,"76":2,"100":2,"121":3,"134":2,"135":1,"137":1,"140":1,"141":1,"142":3,"147":1,"152":4,"161":1,"162":1,"166":1,"167":1,"177":1,"178":1,"202":1,"214":1,"218":1,"515":1,"516":1,"623":1,"625":1,"844":1,"1114":1,"1289":1,"1461":1,"1481":1,"1510":1,"1629":2,"1865":1,"1912":1,"1917":1,"2113":1,"2196":2,"2368":1,"2484":2,"2520":1,"2609":1,"2611":1,"2615":1,"2617":1,"2621":1,"2624":2,"2625":1,"2626":2,"2630":1,"2637":1,"2640":3,"2643":1,"2644":2}}],["cross",{"2":{"1913":2,"1960":1,"2555":1,"2611":1}}],["crossing",{"2":{"0":1,"924":1}}],["crossbar",{"0":{"1258":1,"1706":1},"1":{"1259":1,"1260":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1268":1,"1269":1,"1270":1,"1271":1,"1272":1,"1273":1,"1274":1,"1275":1,"1276":1,"1277":1,"1278":1,"1279":1,"1280":1,"1281":1},"2":{"0":14,"1104":1,"1258":5,"1259":1}}],["crf",{"2":{"0":2}}],["cherry",{"2":{"2662":1}}],["cheat",{"0":{"2651":1},"2":{"2651":1}}],["cheap",{"2":{"2613":1}}],["checking",{"2":{"83":1}}],["checked",{"2":{"83":1,"146":1}}],["checks",{"2":{"0":44,"67":1,"577":1,"945":1,"975":1,"1014":1,"1048":1,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1426":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2224":1,"2257":1,"2322":1,"2355":1,"2389":1,"2423":1,"2452":1,"2510":1,"2542":1,"2595":1}}],["check",{"2":{"0":111,"80":1,"82":4,"92":1,"94":1,"116":1,"118":1,"215":1,"290":1,"337":1}}],["chrome",{"2":{"31":1,"32":3}}],["childscene",{"2":{"155":1}}],["child",{"2":{"98":1,"121":3,"122":1,"155":2,"2639":1,"2644":4}}],["children",{"2":{"0":2,"155":2}}],["chip",{"2":{"30":1}}],["chunk",{"2":{"0":5,"2478":5,"2481":2,"2482":2,"2483":2,"2484":4,"2485":8}}],["cholesky",{"2":{"2158":2}}],["choosing",{"2":{"1323":1}}],["choose",{"2":{"0":2,"9":1,"17":1,"28":1,"96":1,"127":1,"167":2,"197":1,"2127":1,"2627":1}}],["choices",{"2":{"217":1}}],["chose",{"2":{"75":2,"81":1}}],["chosen",{"2":{"0":3,"51":1,"75":4,"396":3,"863":1,"1879":1,"1914":1,"2623":1}}],["chained",{"2":{"137":1}}],["chaining",{"0":{"137":1}}],["chance",{"2":{"1288":1,"2623":1}}],["changing",{"0":{"1437":1},"2":{"7":1,"83":2,"137":1,"139":1,"754":1,"1457":1,"1914":1}}],["changelog",{"0":{"6":1}}],["changes",{"2":{"0":1,"7":1,"8":1,"53":1,"76":1,"80":2,"134":1,"137":2,"161":1,"178":2,"223":2,"384":1,"396":1,"748":1,"1290":1,"2400":1}}],["changed",{"2":{"0":1,"22":1,"23":1,"24":1,"136":1,"159":1,"162":1,"167":1,"206":1,"210":1,"211":1,"582":1,"584":1,"750":1,"777":1,"2649":1}}],["change",{"0":{"136":1},"2":{"0":14,"8":3,"10":3,"31":2,"34":1,"39":1,"53":5,"62":1,"75":1,"80":2,"81":1,"83":1,"103":1,"106":1,"118":2,"134":1,"136":5,"137":3,"139":4,"148":1,"152":5,"162":2,"165":1,"177":1,"178":1,"180":1,"188":1,"234":1,"396":1,"515":1,"516":1,"583":1,"584":1,"585":1,"705":1,"844":1,"863":1,"1010":1,"1045":1,"1282":1,"1569":1,"1600":1,"1629":1,"1649":1,"1682":1,"1920":1,"1922":1,"2176":1,"2420":1,"2484":1,"2507":1,"2617":1,"2620":1,"2623":1,"2626":1,"2629":1,"2633":1,"2642":3}}],["channels",{"2":{"0":7,"1019":1,"1052":1,"1656":1,"1690":1,"2183":1,"2427":1,"2514":1,"2604":1}}],["channel",{"2":{"0":7,"997":1,"1035":1,"1639":1,"1672":1,"2167":1,"2408":1,"2496":1,"2604":1}}],["chars",{"2":{"1912":1,"1914":2,"2196":2}}],["chart",{"0":{"152":1},"2":{"0":2,"1749":1,"2554":1}}],["characters",{"2":{"81":1,"1913":1,"1914":1,"1922":1}}],["character",{"2":{"0":1,"79":1,"82":1}}],["char",{"2":{"0":2,"79":1,"898":1,"1914":3}}],["clamp",{"2":{"195":2,"1629":1}}],["classic",{"2":{"152":1}}],["class=",{"2":{"56":1}}],["class",{"2":{"56":1,"217":1}}],["cleanup",{"0":{"219":1},"2":{"219":1}}],["clean",{"2":{"28":1,"76":1,"122":1}}],["cleaning",{"2":{"0":43,"936":1,"964":1,"1001":1,"1039":1,"1079":1,"1176":1,"1212":1,"1245":1,"1303":1,"1355":1,"1387":1,"1419":1,"1493":1,"1522":1,"1555":1,"1581":1,"1612":1,"1643":1,"1676":1,"1757":1,"1786":1,"1814":1,"1839":1,"1893":1,"1938":1,"1972":1,"2029":1,"2056":1,"2085":1,"2137":1,"2171":1,"2214":1,"2248":1,"2315":1,"2345":1,"2380":1,"2413":1,"2445":1,"2501":1,"2532":1,"2586":1}}],["clearing",{"2":{"2640":1}}],["clear=true",{"2":{"691":1,"2640":1}}],["clearly",{"2":{"669":1}}],["cleared",{"2":{"0":1}}],["clear",{"0":{"936":1,"964":1,"1001":1,"1039":1,"1079":1,"1176":1,"1212":1,"1245":1,"1303":1,"1355":1,"1387":1,"1419":1,"1493":1,"1522":1,"1555":1,"1581":1,"1612":1,"1643":1,"1676":1,"1757":1,"1786":1,"1814":1,"1839":1,"1893":1,"1938":1,"1972":1,"2029":1,"2056":1,"2085":1,"2137":1,"2171":1,"2214":1,"2248":1,"2315":1,"2345":1,"2380":1,"2413":1,"2445":1,"2501":1,"2532":1,"2586":1},"2":{"0":44,"31":1,"121":3,"122":1,"152":1,"157":3,"2639":2,"2640":2}}],["closure",{"2":{"138":3,"152":1}}],["closer",{"2":{"191":2,"585":1,"2634":1}}],["closeall",{"2":{"25":1,"2602":2}}],["close",{"2":{"0":4,"25":1,"34":3,"152":14,"168":3,"191":2,"585":1,"594":1,"794":1,"844":1,"861":1,"2433":3,"2495":1,"2601":1,"2602":1,"2623":1,"2640":1}}],["closedintervals",{"2":{"0":1}}],["closed",{"2":{"0":2}}],["closes",{"2":{"0":1}}],["closest",{"2":{"0":5,"62":1,"82":1,"119":1,"396":1,"585":1,"598":1,"844":1,"857":1}}],["closepath",{"2":{"0":3,"1915":3,"1916":1}}],["clouds=hist",{"2":{"0":1,"1856":3,"1868":1}}],["clouds=true",{"2":{"0":1,"1856":1}}],["clouds",{"0":{"1862":1},"2":{"0":1,"1856":3}}],["cloud",{"0":{"1861":1},"2":{"0":2,"1856":10,"1862":1}}],["clockwise",{"2":{"0":3,"62":1,"358":1,"768":1,"1916":3,"2274":2,"2304":5}}],["clifford",{"2":{"1285":2}}],["client",{"2":{"28":1,"116":1}}],["click",{"2":{"53":1,"54":2,"82":3,"200":1,"213":1,"218":8,"585":2,"844":1,"896":1}}],["clicked",{"2":{"0":3,"82":3,"217":1}}],["clicking",{"2":{"0":6,"211":1,"585":1}}],["clicks",{"0":{"497":1},"2":{"0":8,"81":1,"82":1,"218":2,"491":1,"495":1,"497":1,"506":1,"588":1,"848":1}}],["clip=bb",{"2":{"2459":1}}],["clipped",{"2":{"758":1,"764":1,"2459":2}}],["clipping",{"0":{"758":1},"2":{"0":6,"18":1,"59":1,"60":1,"62":4,"98":1,"191":1,"756":1,"2459":1,"2462":1,"2623":1,"2644":1}}],["clipcolor",{"0":{"765":1},"2":{"0":1}}],["clip",{"0":{"763":1,"764":1,"2462":1},"2":{"0":51,"62":4,"66":2,"70":1,"71":4,"527":1,"538":1,"756":4,"758":5,"763":1,"765":1,"802":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1415":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2309":1,"2339":1,"2376":1,"2407":1,"2441":1,"2459":2,"2462":1,"2494":1,"2528":1,"2582":1,"2623":1,"2642":1,"2644":1}}],["cezanne",{"2":{"2662":1}}],["centroidal",{"2":{"2459":2}}],["central",{"2":{"200":1,"585":1,"2617":1}}],["centimeters",{"2":{"107":1}}],["centers",{"0":{"2294":1},"2":{"0":3,"66":14,"1404":12,"2624":2,"2631":2}}],["center",{"0":{"1860":1},"2":{"0":31,"56":5,"62":8,"63":1,"66":7,"133":2,"230":1,"249":4,"258":1,"359":1,"367":1,"380":1,"389":1,"395":1,"412":1,"445":1,"476":1,"502":1,"513":1,"525":1,"570":1,"591":1,"601":1,"603":2,"609":1,"611":2,"618":1,"626":3,"637":1,"638":1,"640":1,"648":1,"684":1,"687":1,"689":1,"697":1,"702":1,"716":1,"729":1,"751":1,"771":1,"835":2,"841":1,"851":1,"860":1,"866":1,"870":1,"894":1,"906":1,"916":1,"922":1,"983":2,"985":1,"1058":2,"1141":1,"1145":2,"1369":1,"1584":3,"1585":1,"1586":1,"1587":1,"1858":2,"1860":1,"1913":1,"1914":2,"2044":1,"2070":1,"2189":3,"2191":4,"2192":6,"2193":1,"2199":1,"2217":1,"2251":1,"2611":1,"2640":2,"2644":1,"2651":1,"2653":2}}],["centered",{"2":{"0":8,"35":2,"56":1,"951":1,"1402":1,"1404":1,"1629":1,"1915":1,"1917":2,"1943":1,"2158":1,"2241":1,"2478":1,"2644":2}}],["ce7055491c37c5a83d2b3a7489558b8ca0216aad",{"2":{"56":1}}],["cellgrid",{"2":{"149":1}}],["cells",{"0":{"1435":1},"2":{"0":1,"44":1,"46":1,"126":1,"752":1,"1402":1,"1404":4,"2459":2}}],["cellsize",{"0":{"1443":1},"2":{"0":2,"1435":10,"1436":1,"1438":1,"1443":1}}],["cell",{"0":{"708":1,"709":1,"710":1,"711":1,"724":1},"2":{"0":5,"384":2,"396":1,"578":4,"583":1,"708":1,"709":1,"710":1,"711":1,"715":1,"724":1,"1435":3,"2459":1,"2623":9,"2624":1,"2631":1,"2632":1,"2633":1}}],["certain",{"2":{"0":10,"41":1,"52":1,"73":1,"82":3,"102":1,"104":2,"121":1,"576":1,"1477":1,"2119":1,"2640":2}}],["cache",{"2":{"121":1}}],["catmesh",{"2":{"2614":2}}],["cat",{"2":{"1058":6,"2611":6,"2614":1}}],["catch",{"2":{"73":2}}],["category10",{"2":{"2660":1}}],["category",{"2":{"0":5,"200":1,"1107":1,"1289":5,"1856":61,"1859":1,"1860":1,"2332":1}}],["categories",{"2":{"0":6,"75":2,"76":2,"1104":1,"1105":6,"1107":5,"1289":1,"1856":20,"1870":1,"1912":1,"2329":1,"2330":10,"2331":4,"2332":5}}],["categorical=true",{"2":{"516":1}}],["categoricalconversion",{"2":{"73":1,"75":3}}],["categorical",{"0":{"516":1,"1289":1},"2":{"0":5,"72":1,"74":3,"75":4,"515":2,"516":4,"1289":2,"2196":1,"2649":2,"2653":1}}],["casual",{"2":{"200":1}}],["cast",{"2":{"71":1}}],["cased",{"2":{"142":2}}],["cases",{"2":{"0":2,"53":1,"80":1,"106":1,"190":2,"234":1,"577":1,"578":1,"2623":1}}],["case",{"2":{"0":9,"38":1,"51":3,"76":1,"78":1,"98":1,"104":1,"109":1,"121":2,"133":1,"135":1,"136":1,"139":1,"146":2,"152":1,"162":1,"384":1,"576":1,"577":1,"757":1,"989":2,"1007":1,"1073":1,"1402":3,"1435":1,"1831":1,"2091":1,"2483":1,"2485":1,"2633":1,"2635":1,"2646":1,"2648":2}}],["caveats",{"2":{"41":1}}],["cables",{"2":{"36":1}}],["cable",{"2":{"36":2}}],["caustics=input",{"2":{"34":1}}],["caused",{"2":{"2623":1}}],["cause",{"2":{"27":1,"2623":2,"2632":1}}],["causes",{"2":{"0":1,"1686":1}}],["cairo",{"2":{"13":1,"15":1,"16":5,"197":1}}],["cairomakie=",{"2":{"16":1}}],["cairomakie",{"0":{"15":1,"113":1,"194":1},"1":{"16":1,"17":1,"18":1,"19":1,"20":1},"2":{"0":5,"13":1,"15":1,"16":3,"17":1,"18":1,"19":3,"20":1,"38":1,"39":1,"69":1,"73":2,"75":1,"88":1,"96":1,"97":1,"98":1,"102":2,"103":1,"106":5,"107":1,"110":1,"113":1,"124":2,"125":1,"142":1,"145":1,"146":1,"152":1,"164":2,"166":1,"167":1,"169":1,"178":1,"186":1,"187":1,"189":1,"190":4,"192":1,"194":2,"197":1,"202":1,"204":1,"205":2,"206":1,"207":1,"208":1,"222":1,"223":1,"234":1,"239":1,"248":1,"249":1,"261":1,"266":1,"279":1,"287":2,"290":1,"299":1,"301":1,"304":1,"308":1,"313":1,"326":1,"334":2,"337":1,"346":1,"348":1,"351":1,"357":1,"358":1,"361":1,"362":1,"364":1,"373":2,"374":1,"379":1,"383":1,"384":2,"396":1,"410":1,"443":1,"474":1,"515":2,"516":1,"575":1,"576":1,"577":1,"578":1,"579":1,"580":1,"581":1,"582":2,"583":1,"584":1,"585":1,"603":2,"624":1,"625":2,"626":2,"627":1,"628":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"749":1,"750":1,"751":2,"752":2,"753":3,"757":4,"758":1,"873":1,"874":1,"924":1,"952":3,"983":2,"1025":2,"1058":5,"1105":3,"1106":1,"1107":1,"1141":1,"1142":1,"1143":1,"1164":3,"1200":1,"1235":3,"1236":1,"1259":1,"1322":4,"1323":2,"1324":1,"1343":3,"1374":3,"1404":4,"1405":1,"1406":1,"1407":1,"1408":1,"1409":1,"1434":2,"1435":2,"1436":1,"1437":1,"1438":1,"1439":1,"1456":1,"1457":1,"1458":1,"1481":1,"1510":1,"1545":1,"1572":1,"1584":1,"1585":1,"1586":2,"1587":1,"1599":1,"1750":2,"1774":6,"1807":1,"1832":1,"1856":1,"1880":2,"1910":2,"1911":1,"1913":1,"1914":3,"1915":3,"1916":1,"1917":1,"1918":1,"1919":1,"1920":1,"1921":1,"1925":1,"1926":1,"1944":1,"1949":1,"1952":1,"1953":1,"1960":1,"1998":1,"1999":1,"2000":1,"2017":1,"2044":1,"2075":3,"2122":1,"2189":1,"2190":1,"2191":1,"2192":1,"2193":1,"2194":1,"2195":2,"2196":1,"2197":1,"2239":1,"2274":3,"2303":2,"2304":4,"2305":1,"2330":5,"2331":1,"2332":1,"2368":1,"2459":6,"2520":1,"2555":7,"2603":1,"2605":1,"2607":1,"2617":7,"2623":1,"2624":2,"2625":1,"2646":2,"2651":1,"2653":1}}],["cars",{"2":{"2193":2}}],["cargs",{"2":{"1285":2}}],["cartesianindices",{"2":{"32":1,"1285":1,"1629":1}}],["cards",{"2":{"88":1}}],["card",{"2":{"21":1,"27":1,"56":4,"57":1,"88":1}}],["carries",{"2":{"0":1,"1453":1}}],["care",{"2":{"0":1,"72":1,"142":1,"144":1,"2189":1}}],["capture",{"2":{"2613":1}}],["capable",{"2":{"27":2}}],["capabilities",{"2":{"13":1,"18":1,"198":1,"2603":2}}],["caps",{"2":{"0":2,"1401":1,"1907":1}}],["cap",{"2":{"0":5,"968":1,"1359":1,"1585":1,"2060":1}}],["calculating",{"2":{"195":1}}],["calculations",{"2":{"2605":2}}],["calculation",{"2":{"0":7,"191":1,"991":1,"1028":1,"1632":1,"1665":1,"2161":1,"2403":1,"2489":1,"2604":1}}],["calculate",{"2":{"0":5,"69":1,"107":2,"195":2,"1284":1,"1288":1,"1294":1,"1481":1,"1510":1,"2368":1,"2520":1}}],["calculated",{"2":{"0":4,"299":1,"346":1,"577":1,"1076":1,"1103":2}}],["calls",{"2":{"0":5,"82":1,"218":1,"299":1,"346":1,"1925":1}}],["callback",{"2":{"0":129,"54":3,"80":1,"83":2,"936":1,"937":1,"938":1,"964":1,"965":1,"966":1,"1001":1,"1002":1,"1003":1,"1039":1,"1040":1,"1041":1,"1079":1,"1080":1,"1081":1,"1176":1,"1177":1,"1178":1,"1212":1,"1213":1,"1214":1,"1245":1,"1246":1,"1247":1,"1303":1,"1304":1,"1305":1,"1355":1,"1356":1,"1357":1,"1387":1,"1388":1,"1389":1,"1419":1,"1420":1,"1421":1,"1493":1,"1494":1,"1495":1,"1522":1,"1523":1,"1524":1,"1555":1,"1556":1,"1557":1,"1581":1,"1582":1,"1583":1,"1612":1,"1613":1,"1614":1,"1643":1,"1644":1,"1645":1,"1676":1,"1677":1,"1678":1,"1757":1,"1758":1,"1759":1,"1786":1,"1787":1,"1788":1,"1814":1,"1815":1,"1816":1,"1839":1,"1840":1,"1841":1,"1893":1,"1894":1,"1895":1,"1938":1,"1939":1,"1940":1,"1972":1,"1973":1,"1974":1,"2029":1,"2030":1,"2031":1,"2056":1,"2057":1,"2058":1,"2085":1,"2086":1,"2087":1,"2137":1,"2138":1,"2139":1,"2171":1,"2172":1,"2173":1,"2214":1,"2215":1,"2216":1,"2248":1,"2249":1,"2250":1,"2315":1,"2316":1,"2317":1,"2345":1,"2346":1,"2347":1,"2380":1,"2381":1,"2382":1,"2413":1,"2414":1,"2415":1,"2445":1,"2446":1,"2447":1,"2501":1,"2502":1,"2503":1,"2532":1,"2533":1,"2534":1,"2586":1,"2587":1,"2588":1}}],["callbacks",{"2":{"0":1,"78":1,"82":1}}],["call",{"2":{"0":42,"12":1,"51":2,"53":1,"62":1,"64":1,"76":1,"82":1,"102":1,"122":1,"151":1,"152":1,"168":1,"178":2,"215":2,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1204":1,"1296":1,"1347":1,"1378":1,"1412":1,"1444":1,"1485":1,"1514":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1868":1,"1884":1,"1922":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2202":1,"2372":1,"2404":1,"2438":1,"2464":1,"2485":1,"2491":1,"2524":1,"2578":1,"2617":1,"2623":1,"2628":1,"2640":2}}],["called",{"2":{"0":3,"8":1,"62":1,"106":1,"122":1,"152":2,"155":1,"168":1,"212":1,"217":1,"219":1,"290":1,"337":1,"905":1,"1307":1,"1312":1,"2459":1,"2617":2,"2620":1,"2642":1}}],["calling",{"2":{"0":5,"14":1,"16":1,"22":1,"31":1,"49":1,"62":2,"67":1,"69":1,"178":1,"191":1,"212":1,"215":1,"382":1,"751":1,"2623":1}}],["camc",{"2":{"2644":3}}],["camrelative",{"2":{"2640":2,"2643":2}}],["campixel",{"2":{"0":1,"58":1,"59":1,"66":1,"80":3,"81":1,"190":1,"2192":1,"2640":2}}],["cam3d",{"2":{"0":9,"35":1,"58":2,"62":2,"64":1,"2433":1,"2640":1,"2644":3}}],["cam2d",{"2":{"0":2,"58":1,"61":2}}],["cam",{"2":{"0":29,"32":5,"33":5,"34":5,"35":1,"58":1,"60":1,"61":1,"62":6,"63":5,"64":1,"66":2,"159":7,"191":1,"2609":1,"2611":1,"2640":1,"2642":2,"2644":3}}],["camera=parent",{"2":{"2644":3}}],["cameracontrols",{"2":{"32":1,"33":1,"34":1,"35":1,"61":1,"155":1,"2644":2}}],["cameras",{"0":{"58":1,"63":1},"1":{"59":1,"60":1,"61":1,"62":1,"63":1,"64":1},"2":{"0":2,"58":1,"62":1,"155":1,"2642":1}}],["camera3d",{"2":{"0":9,"58":1,"62":2,"63":2,"159":1}}],["camera",{"0":{"59":1,"60":1,"61":1,"62":1,"70":1,"2642":1},"2":{"0":59,"31":2,"33":1,"34":1,"35":1,"36":1,"58":4,"59":2,"60":2,"61":3,"62":18,"63":1,"64":4,"66":2,"69":3,"70":3,"71":1,"80":3,"81":1,"155":2,"159":4,"191":4,"374":2,"379":1,"410":1,"443":1,"474":1,"2192":1,"2604":1,"2605":2,"2609":1,"2611":1,"2639":2,"2640":7,"2642":5,"2644":7}}],["cad",{"2":{"0":9,"58":1,"62":2}}],["candy",{"2":{"2662":1}}],["canaletto",{"2":{"2662":1}}],["cannot",{"2":{"68":1,"111":1,"184":1,"234":1,"1914":1,"2623":1,"2648":1}}],["canvas",{"2":{"0":1,"18":1,"49":1,"1289":1,"1290":1}}],["can",{"2":{"0":333,"7":1,"8":1,"9":1,"10":2,"11":2,"12":2,"14":1,"16":2,"17":1,"19":5,"20":2,"22":4,"24":2,"26":1,"27":3,"29":1,"31":7,"32":1,"34":1,"35":1,"37":4,"39":2,"41":1,"44":1,"49":2,"50":1,"51":6,"52":1,"53":8,"54":1,"55":1,"56":3,"57":3,"58":2,"61":1,"62":3,"64":4,"68":1,"71":1,"73":1,"74":2,"75":3,"76":4,"77":1,"78":1,"79":1,"80":4,"81":2,"82":9,"83":4,"84":1,"85":1,"90":2,"92":1,"94":3,"96":1,"97":3,"98":3,"100":4,"101":1,"102":5,"103":2,"104":4,"105":1,"106":1,"107":4,"108":2,"109":2,"110":3,"111":1,"112":1,"114":1,"116":1,"117":1,"118":1,"119":5,"120":1,"121":4,"122":1,"123":1,"124":2,"127":2,"129":2,"130":1,"132":7,"133":2,"134":4,"135":2,"136":2,"137":2,"138":2,"139":4,"141":2,"142":2,"144":1,"147":1,"148":1,"149":2,"150":3,"151":1,"152":5,"155":6,"156":1,"158":1,"160":2,"162":8,"163":2,"164":4,"165":1,"166":1,"167":2,"169":1,"177":2,"178":2,"179":1,"180":2,"181":2,"182":1,"183":1,"184":3,"185":1,"186":2,"187":1,"188":1,"190":3,"191":4,"192":1,"195":1,"203":1,"204":2,"205":5,"206":2,"207":3,"208":1,"210":3,"211":3,"212":2,"213":1,"215":2,"216":1,"217":2,"218":1,"219":1,"222":2,"234":6,"239":1,"246":1,"247":1,"248":1,"266":1,"279":1,"287":1,"290":4,"299":3,"304":1,"313":1,"326":1,"334":1,"337":4,"346":3,"351":1,"354":1,"365":1,"366":1,"382":1,"383":1,"384":1,"386":1,"387":1,"396":1,"511":1,"512":1,"515":2,"516":2,"551":1,"552":1,"574":1,"575":1,"577":3,"578":1,"579":1,"580":2,"581":3,"583":1,"584":2,"585":4,"596":1,"599":1,"600":1,"603":2,"615":1,"616":1,"623":3,"624":1,"625":3,"626":5,"627":2,"628":1,"669":1,"679":1,"680":1,"685":1,"691":4,"700":1,"701":1,"705":1,"720":1,"725":1,"726":1,"750":2,"751":4,"752":2,"753":3,"754":4,"757":2,"758":1,"768":1,"775":1,"800":1,"807":1,"808":1,"811":1,"832":1,"835":1,"844":2,"855":1,"858":1,"859":1,"863":1,"868":1,"869":1,"874":1,"900":1,"901":1,"905":1,"908":1,"919":1,"920":1,"924":1,"928":2,"930":1,"932":1,"940":1,"956":2,"958":1,"960":1,"969":1,"982":1,"983":1,"992":1,"993":2,"995":1,"996":1,"1024":1,"1029":2,"1030":2,"1032":1,"1034":1,"1065":2,"1067":1,"1069":1,"1070":1,"1156":1,"1164":2,"1168":2,"1170":1,"1171":1,"1185":1,"1200":1,"1204":2,"1206":1,"1207":1,"1221":1,"1236":1,"1240":1,"1248":3,"1249":1,"1282":1,"1284":1,"1285":1,"1288":1,"1289":1,"1290":1,"1292":1,"1296":2,"1298":1,"1299":1,"1309":1,"1323":2,"1328":2,"1333":1,"1347":2,"1349":1,"1351":1,"1360":1,"1369":1,"1374":3,"1377":1,"1378":2,"1380":1,"1382":1,"1383":1,"1402":2,"1404":1,"1407":1,"1408":3,"1409":1,"1412":2,"1414":1,"1415":1,"1434":1,"1435":1,"1437":1,"1444":2,"1446":1,"1453":1,"1456":1,"1457":2,"1461":2,"1462":1,"1477":1,"1481":1,"1485":2,"1487":1,"1489":1,"1497":1,"1510":2,"1513":4,"1514":2,"1516":1,"1518":1,"1527":1,"1548":2,"1550":1,"1551":1,"1569":1,"1573":2,"1575":1,"1577":1,"1586":1,"1600":1,"1604":2,"1606":1,"1608":1,"1616":1,"1629":4,"1633":2,"1634":2,"1636":1,"1638":1,"1667":2,"1669":1,"1671":1,"1681":1,"1686":1,"1753":1,"1777":4,"1778":2,"1780":1,"1782":1,"1791":1,"1811":1,"1831":2,"1836":1,"1856":1,"1875":1,"1877":1,"1879":1,"1883":1,"1884":2,"1886":1,"1888":1,"1889":1,"1910":1,"1911":1,"1912":3,"1914":5,"1915":3,"1916":2,"1917":3,"1918":2,"1919":1,"1920":2,"1922":1,"1926":2,"1928":1,"1930":1,"1931":1,"1944":1,"1964":2,"1966":1,"1968":1,"1996":1,"2020":2,"2022":1,"2023":1,"2048":2,"2050":1,"2052":1,"2061":1,"2070":1,"2082":1,"2091":3,"2113":2,"2122":1,"2127":2,"2128":2,"2130":1,"2132":1,"2162":1,"2163":2,"2165":1,"2166":1,"2174":1,"2189":1,"2191":1,"2192":1,"2193":2,"2194":1,"2195":2,"2196":5,"2197":1,"2201":1,"2202":2,"2204":1,"2205":1,"2206":1,"2217":1,"2243":1,"2258":1,"2274":3,"2276":1,"2302":1,"2304":3,"2305":1,"2309":1,"2318":2,"2327":1,"2338":1,"2339":1,"2368":1,"2372":2,"2374":1,"2376":1,"2384":1,"2404":2,"2406":1,"2407":1,"2438":2,"2440":1,"2441":1,"2458":1,"2459":2,"2462":1,"2464":2,"2466":1,"2478":1,"2484":2,"2485":5,"2486":1,"2490":1,"2491":2,"2493":1,"2494":1,"2520":2,"2523":4,"2524":2,"2526":1,"2528":1,"2537":1,"2555":4,"2578":2,"2580":1,"2582":1,"2590":1,"2603":1,"2604":2,"2605":1,"2609":1,"2613":1,"2617":3,"2618":2,"2619":3,"2622":1,"2623":13,"2625":2,"2626":1,"2627":4,"2628":1,"2629":2,"2630":1,"2631":1,"2632":2,"2633":2,"2634":1,"2636":1,"2637":1,"2638":2,"2639":1,"2640":6,"2641":2,"2642":2,"2643":2,"2644":7,"2646":2,"2649":4,"2650":2,"2652":1}}],["coffee",{"2":{"2662":1}}],["coincides",{"2":{"2158":1}}],["coefficient",{"2":{"2605":4}}],["coef",{"2":{"1856":6}}],["co",{"2":{"1235":6}}],["cool",{"2":{"2657":1}}],["coolwarm",{"2":{"752":1,"2657":1}}],["coordinates",{"2":{"0":25,"12":2,"36":1,"63":1,"68":1,"71":1,"82":1,"652":1,"660":1,"675":1,"748":1,"750":1,"1029":1,"1282":1,"1481":2,"1510":2,"1513":1,"1629":4,"1633":1,"1773":3,"1777":1,"1910":1,"1911":2,"1914":1,"1996":2,"2189":1,"2190":1,"2193":1,"2368":2,"2484":1,"2518":2,"2520":2,"2523":1,"2643":1}}],["coordinate",{"0":{"71":1},"2":{"0":2,"68":1,"70":1,"71":1,"758":1,"951":1,"1917":1,"2484":1,"2601":1}}],["cow",{"2":{"189":1,"222":1,"1545":1}}],["covariance",{"2":{"2158":1}}],["covary",{"2":{"185":4}}],["covarying",{"0":{"185":1}}],["covers",{"2":{"106":1}}],["cover",{"2":{"0":5,"105":1,"106":2,"159":2,"1513":1,"1777":1,"2523":1}}],["covered",{"2":{"0":1,"35":1,"1248":1}}],["coverage",{"2":{"0":5}}],["couple",{"2":{"31":1,"51":1,"82":1,"84":1,"126":1,"152":1,"205":1,"209":1,"691":1,"1912":1,"1915":1,"2601":1,"2629":1}}],["could",{"2":{"8":1,"10":1,"64":1,"82":1,"94":1,"98":1,"107":1,"135":2,"136":1,"137":1,"139":1,"167":1,"183":1,"384":1,"627":1,"1287":1,"2625":1}}],["course",{"2":{"8":1,"57":1,"102":1,"107":1,"577":1,"2623":1}}],["counts",{"0":{"1436":1},"2":{"491":5,"1437":1}}],["counter",{"2":{"186":1,"2274":1,"2304":3}}],["counterparts",{"2":{"162":1}}],["counterclockwise",{"2":{"0":3,"62":1,"295":1,"342":1,"614":1,"768":1}}],["count",{"0":{"1438":1},"2":{"0":5,"106":1,"491":1,"1436":1,"1452":1,"1473":1,"2118":1,"2330":1,"2356":2}}],["copper",{"2":{"2657":1}}],["copies",{"2":{"624":1}}],["copied",{"2":{"0":1}}],["copying",{"2":{"0":1,"1282":1}}],["copy",{"2":{"0":4,"195":1,"624":1,"987":1,"1005":1,"1282":1}}],["coarser",{"2":{"0":1,"1295":1}}],["cost",{"2":{"1569":1,"1600":1,"1922":1}}],["cosd",{"2":{"36":3,"2609":3}}],["cosine",{"2":{"0":1,"704":1,"908":1}}],["cos",{"2":{"0":1,"10":1,"34":2,"36":2,"146":3,"203":1,"208":1,"515":1,"625":4,"704":1,"750":1,"758":1,"908":1,"983":6,"1025":1,"1164":2,"1285":2,"1629":2,"1662":1,"1914":1,"2075":2,"2158":1,"2189":1,"2195":4,"2274":2,"2304":5,"2433":1,"2459":1,"2611":1,"2624":2,"2630":2,"2640":1}}],["code",{"2":{"0":2,"69":1,"83":1,"107":1,"118":1,"139":1,"151":1,"161":1,"184":1,"196":1,"1288":1,"2624":1}}],["corko50",{"2":{"2656":1}}],["corko25",{"2":{"2656":1}}],["corko100",{"2":{"2656":1}}],["corko10",{"2":{"2656":1}}],["corko",{"2":{"2656":1}}],["cork50",{"2":{"2656":1}}],["cork25",{"2":{"2656":1}}],["cork100",{"2":{"2656":1}}],["cork10",{"2":{"2656":1}}],["cork",{"2":{"2656":1}}],["cornflowerblue",{"2":{"2196":1}}],["corner",{"0":{"96":1},"2":{"0":5,"96":1,"358":1,"396":1,"499":1,"886":1,"887":2,"913":1,"967":1,"1358":1,"1584":1,"1629":1,"2059":1,"2194":1}}],["corners",{"2":{"0":20,"354":1,"358":1,"396":1,"498":1,"967":4,"1358":4,"1584":4,"2059":4,"2304":1}}],["cornersegments",{"0":{"499":1,"887":1,"913":1},"2":{"0":3}}],["cornerradius",{"0":{"358":1,"498":1,"886":1},"2":{"0":3,"192":2,"358":3}}],["cores",{"2":{"0":1,"1282":1}}],["correlation",{"2":{"2158":1}}],["corresponds",{"2":{"0":4,"1861":1}}],["correspond",{"2":{"0":2,"59":1,"71":1,"217":1,"1107":1,"1249":1,"2332":1}}],["corresponding",{"2":{"0":3,"62":2,"162":1,"754":1,"1105":1}}],["corrected",{"2":{"2623":1}}],["correctly",{"0":{"574":1},"1":{"575":1,"576":1,"577":1,"578":1},"2":{"0":2,"74":1,"82":1,"88":2,"139":2,"142":1,"383":1,"1328":1,"2409":1}}],["correct",{"2":{"0":4,"91":1,"121":1,"152":1,"190":1,"218":2,"2495":1,"2623":2,"2635":1,"2644":1}}],["coming",{"2":{"152":1}}],["come",{"2":{"135":1,"1569":1,"1600":1,"1922":1,"2626":1}}],["comes",{"2":{"105":1,"106":3,"151":1}}],["com",{"2":{"35":2,"36":6,"153":1,"1287":1,"2614":1}}],["comments",{"2":{"1286":1}}],["comma",{"2":{"142":1}}],["command",{"2":{"0":6,"146":1,"167":1,"2617":4}}],["commands",{"2":{"0":6,"100":2,"118":1,"123":1,"147":1,"1912":1,"1915":1}}],["commons",{"2":{"36":1}}],["common",{"2":{"0":1,"139":1,"140":1,"205":1,"279":1,"290":1,"299":1,"326":1,"337":1,"346":1,"1477":1,"2194":1,"2622":1,"2623":2,"2646":1,"2651":1}}],["commonly",{"2":{"0":1,"1258":1,"2644":1}}],["combine",{"2":{"179":2}}],["combines",{"2":{"68":1}}],["combined",{"2":{"0":3,"69":1,"83":1,"151":1}}],["combinations",{"2":{"0":1,"152":1,"1406":1}}],["combination",{"2":{"0":5,"80":1,"83":1,"299":1,"346":1,"778":1,"1167":1,"1203":1,"1856":1}}],["compromise",{"2":{"106":1,"2601":1}}],["compression",{"2":{"0":12}}],["compression=nothing",{"2":{"0":1}}],["compiled",{"2":{"23":1}}],["compose",{"2":{"162":1}}],["composition",{"2":{"0":1,"2127":1}}],["compound",{"2":{"100":1}}],["component",{"2":{"0":2,"56":1,"195":1,"2162":1}}],["components",{"2":{"0":10,"56":1,"100":1,"752":1,"982":2,"989":1,"1104":1,"2554":1}}],["computing",{"2":{"1408":1}}],["computers",{"2":{"2617":1}}],["computed",{"0":{"128":1,"130":1},"2":{"0":2,"126":2,"130":1,"1435":1,"2302":1,"2329":1}}],["computes",{"2":{"0":2,"137":1,"212":2,"1831":2}}],["compute",{"2":{"0":1,"121":1,"129":2,"132":1,"1831":1}}],["computations",{"2":{"126":1}}],["computation",{"2":{"0":1,"106":1}}],["complement",{"2":{"223":1}}],["completed",{"2":{"2617":1}}],["completely",{"2":{"51":1,"165":1,"215":1,"396":1}}],["complete",{"2":{"21":1,"874":1,"905":1}}],["complexity",{"2":{"139":1}}],["complex",{"0":{"2624":1},"1":{"2625":1,"2626":1,"2627":1,"2628":1,"2629":1,"2630":1,"2631":1,"2632":1,"2633":1,"2634":1,"2635":1,"2636":1,"2637":1,"2638":1},"2":{"0":7,"10":1,"44":1,"55":1,"76":2,"144":1,"161":2,"162":2,"168":1,"218":1,"219":1,"577":1,"1010":1,"1045":1,"1649":1,"1682":1,"1915":1,"2176":1,"2420":1,"2507":1,"2613":1,"2624":1}}],["complicated",{"2":{"0":1,"2304":1}}],["compatibility",{"2":{"2654":1}}],["compatible",{"2":{"0":4,"73":2,"752":1,"778":1}}],["compatability",{"0":{"752":1}}],["company",{"2":{"169":1}}],["compare",{"2":{"2555":1}}],["comparison",{"2":{"83":1}}],["comparing",{"2":{"0":1,"1831":1}}],["comparable",{"2":{"0":1}}],["collisions",{"2":{"384":1}}],["collective",{"2":{"628":1}}],["collecting",{"2":{"190":1}}],["collection",{"2":{"0":7,"64":1,"79":1,"141":2,"198":1,"1402":1}}],["collect",{"2":{"152":1,"2481":1,"2483":1,"2574":2}}],["collected",{"2":{"0":2,"77":1}}],["col",{"2":{"287":2,"334":2,"1025":1,"2624":9,"2627":4,"2634":5}}],["colsize",{"2":{"575":2,"576":1,"577":2,"578":1,"2623":2,"2624":3,"2636":2}}],["colsizes",{"2":{"163":1,"164":1}}],["cols",{"2":{"66":2}}],["colons",{"2":{"581":1}}],["colon",{"2":{"164":1}}],["colourbars",{"2":{"0":1}}],["colour",{"2":{"0":1}}],["colorcet",{"0":{"2660":1}}],["colored",{"2":{"0":2,"111":1,"152":1,"2127":1,"2463":1}}],["colorant",{"2":{"0":20,"136":1,"1029":3,"1513":3,"1633":3,"1777":3,"1912":1,"2162":1,"2201":2,"2523":3}}],["colorblind6",{"2":{"2661":1}}],["colorblind",{"2":{"2661":1}}],["colorbuffer",{"2":{"0":4,"31":2,"32":1,"195":4}}],["colorbrewer",{"0":{"2658":1},"2":{"0":37,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1204":1,"1296":1,"1347":1,"1378":1,"1412":1,"1444":1,"1485":1,"1514":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1884":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2202":1,"2372":1,"2404":1,"2438":1,"2464":1,"2491":1,"2524":1,"2578":1}}],["colorbars",{"2":{"515":3,"1408":1}}],["colorbar",{"0":{"515":1,"736":1,"1407":1,"1408":1,"2631":1},"1":{"516":1,"517":1,"518":1,"519":1,"520":1,"521":1,"522":1,"523":1,"524":1,"525":1,"526":1,"527":1,"528":1,"529":1,"530":1,"531":1,"532":1,"533":1,"534":1,"535":1,"536":1,"537":1,"538":1,"539":1,"540":1,"541":1,"542":1,"543":1,"544":1,"545":1,"546":1,"547":1,"548":1,"549":1,"550":1,"551":1,"552":1,"553":1,"554":1,"555":1,"556":1,"557":1,"558":1,"559":1,"560":1,"561":1,"562":1,"563":1,"564":1,"565":1,"566":1,"567":1,"568":1,"569":1,"570":1,"571":1,"572":1,"2632":1},"2":{"0":48,"98":1,"99":1,"145":1,"162":2,"169":1,"183":1,"515":13,"516":1,"518":1,"521":1,"522":1,"523":1,"525":1,"526":1,"537":1,"545":1,"549":1,"570":1,"571":1,"572":2,"576":1,"577":2,"704":1,"752":2,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1235":3,"1284":1,"1298":1,"1349":1,"1380":1,"1407":3,"1408":8,"1409":1,"1414":1,"1438":1,"1446":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2303":2,"2305":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1,"2623":8,"2624":2,"2630":1,"2631":3,"2632":3,"2633":2,"2640":1}}],["color=lengths",{"2":{"983":1}}],["color=float32",{"2":{"54":1}}],["color=col",{"2":{"1025":1}}],["color=colors",{"2":{"2555":4}}],["color=color",{"2":{"35":1,"166":1,"2644":1}}],["color=cycled",{"2":{"166":2}}],["color=c",{"2":{"36":1}}],["color=earth",{"2":{"36":1}}],["color=input",{"2":{"34":5}}],["color=z",{"2":{"0":1,"2162":1}}],["color=nothing",{"2":{"0":1,"32":2,"2162":1}}],["color=makie",{"2":{"0":1}}],["color=",{"2":{"0":39,"32":1,"35":1,"52":1,"162":1,"163":2,"166":1,"691":1,"926":1,"954":1,"986":1,"1027":1,"1058":1,"1060":1,"1166":1,"1200":4,"1202":1,"1293":1,"1343":1,"1345":1,"1376":1,"1404":4,"1411":1,"1441":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1629":2,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1962":1,"1999":1,"2000":1,"2019":1,"2044":2,"2046":1,"2122":1,"2124":1,"2160":1,"2200":1,"2370":1,"2402":1,"2435":1,"2459":1,"2461":1,"2488":1,"2522":1,"2555":2,"2574":1,"2576":1,"2602":1,"2640":1,"2642":1,"2643":2,"2644":4,"2648":2}}],["color=1",{"2":{"0":1,"36":1,"51":1,"516":1,"1918":1}}],["colorscheme",{"2":{"2662":1}}],["colorschemes",{"2":{"33":1,"2653":1,"2654":2}}],["colorscale=log10",{"2":{"1437":1}}],["colorscale",{"0":{"930":1,"958":1,"995":1,"1032":1,"1067":1,"1112":1,"1170":1,"1206":1,"1239":1,"1264":1,"1298":1,"1331":1,"1349":1,"1380":1,"1409":1,"1414":1,"1446":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2080":1,"2130":1,"2165":1,"2204":1,"2308":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1},"2":{"0":43,"1164":2,"1409":1,"1437":3,"1438":1,"2483":3}}],["colors",{"0":{"2649":1,"2652":1},"1":{"2650":1,"2651":1,"2652":1,"2653":1,"2654":1,"2655":1,"2656":1,"2657":1,"2658":1,"2659":1,"2660":1,"2661":1,"2662":1},"2":{"0":75,"8":1,"32":2,"34":2,"35":2,"36":2,"56":1,"80":4,"81":4,"152":9,"179":1,"186":1,"187":1,"190":2,"191":3,"195":1,"196":4,"585":2,"628":3,"928":1,"956":1,"993":1,"1029":1,"1030":1,"1042":1,"1058":7,"1065":1,"1105":1,"1168":1,"1204":1,"1296":1,"1323":1,"1347":1,"1378":1,"1402":1,"1407":1,"1412":1,"1422":1,"1444":1,"1462":1,"1485":1,"1513":2,"1514":1,"1537":1,"1548":1,"1558":1,"1573":1,"1604":1,"1628":2,"1633":1,"1634":1,"1646":1,"1667":1,"1750":2,"1777":2,"1778":1,"1801":1,"1856":19,"1863":1,"1884":1,"1911":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2196":1,"2201":1,"2202":1,"2307":1,"2311":1,"2312":1,"2330":2,"2372":1,"2404":1,"2438":1,"2448":1,"2464":1,"2482":1,"2483":1,"2484":1,"2490":3,"2491":1,"2523":2,"2524":1,"2547":1,"2555":9,"2578":1,"2609":1,"2644":2,"2649":3,"2650":1,"2651":3,"2652":2,"2653":2,"2654":1}}],["color2",{"2":{"0":1}}],["color1",{"2":{"0":1}}],["colorrange=new",{"2":{"1290":1}}],["colorrange=",{"2":{"33":1}}],["colorrange",{"0":{"522":1,"929":1,"957":1,"994":1,"1031":1,"1066":1,"1111":1,"1169":1,"1205":1,"1263":1,"1297":1,"1330":1,"1348":1,"1379":1,"1413":1,"1445":1,"1486":1,"1515":1,"1549":1,"1574":1,"1605":1,"1635":1,"1668":1,"1779":1,"1885":1,"1927":1,"1965":1,"2021":1,"2049":1,"2079":1,"2129":1,"2164":1,"2203":1,"2373":1,"2405":1,"2439":1,"2465":1,"2492":1,"2525":1,"2579":1},"2":{"0":121,"196":1,"515":2,"651":1,"659":1,"674":1,"934":1,"942":1,"962":1,"971":1,"999":1,"1008":1,"1037":1,"1043":1,"1077":1,"1089":1,"1167":1,"1174":1,"1189":1,"1203":1,"1210":1,"1225":1,"1301":1,"1308":1,"1323":1,"1353":1,"1362":1,"1385":1,"1392":1,"1408":5,"1417":1,"1423":1,"1447":1,"1448":1,"1491":1,"1499":1,"1520":1,"1528":1,"1553":1,"1559":1,"1579":1,"1588":1,"1610":1,"1618":1,"1641":1,"1647":1,"1674":1,"1679":1,"1784":1,"1792":1,"1891":1,"1898":1,"1911":1,"1936":1,"1941":1,"1970":1,"1979":1,"2027":1,"2032":1,"2054":1,"2063":1,"2075":1,"2135":1,"2144":1,"2158":1,"2169":1,"2175":1,"2212":1,"2219":1,"2378":1,"2386":1,"2411":1,"2419":1,"2443":1,"2449":1,"2467":1,"2468":1,"2483":3,"2485":3,"2499":1,"2506":1,"2530":1,"2538":1,"2584":1,"2592":1,"2649":4,"2651":5}}],["colormap=colormap",{"2":{"2398":2}}],["colormap=cmap",{"2":{"1285":1}}],["colormap=",{"2":{"0":3,"33":1,"34":1,"36":1,"163":2,"1164":1,"1284":1,"1287":1,"1629":1}}],["colormap=makie",{"2":{"0":1,"516":1}}],["colormaps",{"0":{"2483":1,"2653":1},"1":{"2654":1,"2655":1,"2656":1,"2657":1,"2658":1,"2659":1,"2660":1,"2661":1,"2662":1},"2":{"0":1,"1328":1,"1408":1,"2650":1,"2653":1}}],["colormap",{"0":{"521":1,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1110":1,"1168":1,"1204":1,"1238":1,"1262":1,"1296":1,"1329":1,"1347":1,"1378":1,"1412":1,"1444":1,"1485":1,"1514":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1884":1,"1926":1,"1964":1,"2020":1,"2048":1,"2078":1,"2128":1,"2163":1,"2202":1,"2307":1,"2372":1,"2404":1,"2438":1,"2464":1,"2491":1,"2524":1,"2578":1},"2":{"0":265,"51":1,"80":1,"81":1,"120":1,"151":2,"152":8,"155":1,"167":2,"189":8,"196":1,"515":13,"516":1,"521":2,"585":1,"650":2,"658":2,"673":2,"704":2,"752":1,"926":1,"928":3,"929":1,"954":1,"956":3,"957":1,"986":1,"993":3,"994":1,"1027":1,"1030":3,"1031":1,"1058":1,"1060":1,"1065":3,"1066":1,"1110":1,"1166":1,"1167":1,"1168":3,"1169":1,"1202":1,"1203":1,"1204":3,"1205":1,"1238":1,"1262":1,"1285":1,"1293":1,"1296":3,"1297":1,"1323":3,"1329":1,"1345":1,"1347":3,"1348":1,"1376":1,"1378":3,"1379":1,"1405":1,"1407":1,"1408":1,"1411":1,"1412":3,"1413":1,"1438":3,"1441":1,"1444":3,"1445":1,"1483":1,"1485":3,"1486":1,"1512":1,"1513":1,"1514":3,"1515":1,"1537":2,"1547":1,"1548":2,"1549":1,"1571":1,"1572":1,"1573":3,"1574":1,"1602":1,"1604":3,"1605":1,"1628":1,"1631":1,"1634":3,"1635":1,"1664":1,"1667":3,"1668":1,"1774":1,"1776":1,"1777":1,"1778":3,"1779":1,"1801":2,"1882":1,"1884":3,"1885":1,"1911":2,"1924":1,"1925":1,"1926":7,"1927":1,"1962":1,"1964":3,"1965":1,"2019":1,"2020":3,"2021":1,"2046":1,"2048":3,"2049":1,"2078":1,"2096":1,"2105":1,"2122":1,"2124":1,"2128":3,"2129":1,"2158":3,"2160":1,"2163":3,"2164":1,"2200":1,"2201":1,"2202":3,"2203":1,"2303":2,"2304":1,"2307":2,"2311":1,"2312":1,"2370":1,"2372":3,"2373":1,"2398":4,"2402":1,"2404":3,"2405":1,"2435":1,"2438":3,"2439":1,"2461":1,"2463":1,"2464":3,"2465":1,"2483":5,"2488":1,"2491":3,"2492":1,"2522":1,"2523":1,"2524":3,"2525":1,"2547":2,"2576":1,"2578":3,"2579":1,"2624":1,"2633":1,"2649":1,"2650":1,"2651":9,"2653":1}}],["colormaplike",{"2":{"0":2}}],["color",{"0":{"111":1,"357":1,"588":1,"589":1,"590":1,"606":1,"708":1,"709":1,"710":1,"711":1,"713":1,"724":1,"848":1,"849":1,"850":1,"927":1,"944":1,"955":1,"974":1,"992":1,"1012":1,"1029":1,"1047":1,"1062":1,"1063":1,"1064":1,"1083":1,"1092":1,"1109":1,"1146":1,"1167":1,"1192":1,"1203":1,"1228":1,"1251":1,"1261":1,"1311":1,"1328":1,"1346":1,"1365":1,"1377":1,"1394":1,"1425":1,"1449":1,"1462":1,"1468":1,"1475":1,"1476":1,"1484":1,"1501":1,"1513":1,"1531":1,"1561":1,"1572":1,"1591":1,"1603":1,"1620":1,"1633":1,"1651":1,"1666":1,"1684":1,"1752":1,"1777":1,"1795":1,"1809":1,"1834":1,"1863":1,"1883":1,"1900":1,"1925":1,"1947":1,"1963":1,"1987":1,"2002":1,"2012":1,"2036":1,"2047":1,"2066":1,"2077":1,"2114":1,"2127":1,"2148":1,"2162":1,"2178":1,"2201":1,"2222":1,"2254":1,"2277":1,"2280":1,"2283":1,"2301":1,"2321":1,"2336":1,"2371":1,"2388":1,"2422":1,"2436":1,"2451":1,"2463":1,"2472":1,"2482":1,"2490":1,"2509":1,"2523":1,"2541":1,"2557":1,"2559":1,"2562":1,"2577":1,"2594":1},"2":{"0":491,"8":5,"10":7,"22":1,"32":2,"33":4,"34":2,"35":1,"36":1,"53":13,"54":4,"56":8,"63":7,"66":13,"80":9,"81":5,"111":1,"119":2,"120":2,"121":2,"135":1,"142":2,"145":2,"146":7,"151":6,"152":4,"166":1,"167":1,"184":5,"185":5,"186":5,"187":4,"189":12,"190":10,"191":13,"192":2,"194":1,"195":2,"196":1,"203":2,"206":3,"208":2,"224":1,"225":1,"232":1,"236":1,"239":1,"240":1,"248":1,"250":1,"256":1,"262":1,"266":1,"267":1,"273":1,"278":1,"289":1,"290":1,"292":1,"309":1,"313":1,"314":1,"320":1,"325":1,"336":1,"337":1,"339":1,"357":5,"362":1,"373":1,"375":1,"390":1,"396":1,"399":1,"404":1,"410":1,"411":1,"412":1,"413":1,"416":1,"418":1,"427":1,"429":1,"432":1,"437":1,"443":1,"444":1,"445":1,"446":1,"449":1,"451":1,"460":1,"463":1,"468":1,"474":1,"475":1,"476":1,"477":1,"480":1,"482":1,"491":1,"494":1,"495":2,"496":2,"505":1,"506":1,"507":1,"509":1,"519":1,"527":1,"528":1,"529":1,"535":1,"538":1,"540":1,"546":1,"554":1,"557":1,"568":1,"578":1,"580":1,"585":2,"588":2,"589":2,"590":1,"603":2,"606":1,"624":4,"625":4,"626":7,"627":10,"628":8,"631":1,"632":1,"634":1,"643":1,"649":1,"657":1,"662":1,"667":1,"670":1,"672":1,"676":1,"681":1,"704":1,"708":2,"709":2,"710":1,"711":1,"713":1,"724":1,"727":1,"750":2,"752":3,"753":2,"757":3,"758":2,"762":1,"765":1,"779":1,"784":1,"791":1,"796":2,"803":1,"813":1,"818":1,"824":1,"828":2,"836":1,"844":1,"848":2,"849":2,"850":1,"863":1,"877":1,"878":2,"879":1,"880":2,"882":1,"883":1,"884":1,"885":1,"888":1,"902":1,"903":1,"908":2,"912":2,"914":2,"915":1,"924":1,"926":1,"927":1,"928":1,"930":1,"931":1,"934":1,"942":1,"944":1,"954":1,"955":1,"956":1,"958":1,"959":1,"962":1,"971":1,"974":1,"986":1,"987":2,"992":1,"993":1,"995":1,"999":1,"1005":2,"1008":1,"1012":1,"1025":1,"1027":1,"1029":2,"1030":1,"1032":1,"1033":1,"1037":1,"1043":1,"1047":1,"1058":12,"1060":1,"1065":1,"1067":1,"1068":1,"1077":1,"1089":1,"1092":1,"1105":7,"1113":1,"1141":3,"1142":1,"1166":1,"1167":2,"1168":1,"1170":1,"1174":1,"1180":2,"1189":1,"1192":1,"1202":1,"1203":2,"1204":1,"1206":1,"1210":1,"1216":2,"1225":1,"1228":1,"1241":2,"1242":2,"1265":1,"1293":1,"1296":1,"1298":1,"1301":1,"1308":1,"1311":1,"1322":2,"1323":5,"1328":2,"1332":1,"1343":2,"1345":1,"1346":1,"1347":1,"1349":1,"1350":1,"1353":1,"1362":1,"1365":1,"1374":5,"1376":1,"1377":2,"1378":1,"1380":1,"1381":1,"1385":1,"1392":1,"1394":1,"1409":1,"1411":1,"1412":1,"1414":1,"1417":1,"1423":1,"1425":1,"1434":4,"1435":4,"1438":2,"1441":1,"1444":1,"1446":1,"1447":1,"1448":1,"1449":1,"1455":2,"1456":1,"1462":3,"1463":1,"1483":1,"1484":1,"1485":1,"1487":1,"1488":1,"1491":1,"1499":1,"1501":1,"1512":1,"1513":2,"1514":1,"1516":1,"1517":1,"1520":1,"1528":1,"1531":1,"1536":1,"1547":1,"1548":1,"1550":1,"1553":1,"1559":1,"1561":1,"1569":4,"1571":1,"1572":6,"1573":1,"1575":1,"1576":1,"1579":1,"1584":1,"1585":2,"1587":1,"1588":1,"1591":1,"1599":1,"1600":4,"1602":1,"1603":1,"1604":1,"1606":1,"1607":1,"1610":1,"1618":1,"1620":1,"1628":2,"1629":4,"1631":1,"1633":2,"1634":1,"1636":1,"1637":1,"1641":1,"1647":1,"1651":1,"1662":1,"1664":1,"1666":1,"1667":1,"1669":1,"1670":1,"1674":1,"1679":1,"1684":1,"1750":2,"1774":6,"1776":1,"1777":2,"1778":1,"1780":1,"1781":1,"1784":1,"1792":1,"1795":1,"1800":1,"1809":1,"1810":1,"1834":1,"1835":1,"1856":14,"1863":1,"1864":1,"1880":2,"1882":1,"1883":2,"1884":1,"1886":1,"1887":1,"1891":1,"1898":1,"1900":1,"1911":4,"1913":2,"1914":3,"1917":1,"1919":1,"1921":1,"1922":7,"1924":1,"1925":7,"1926":5,"1928":1,"1929":1,"1934":1,"1936":1,"1941":1,"1947":1,"1952":1,"1960":3,"1962":1,"1963":1,"1964":1,"1966":1,"1967":1,"1970":1,"1979":1,"1987":1,"1991":1,"2019":1,"2020":1,"2022":1,"2027":1,"2032":1,"2036":1,"2046":1,"2047":1,"2048":1,"2050":1,"2051":1,"2054":1,"2063":1,"2066":1,"2075":2,"2081":2,"2111":2,"2115":1,"2121":1,"2122":1,"2124":1,"2127":4,"2128":1,"2130":1,"2135":1,"2144":1,"2148":1,"2160":1,"2162":1,"2163":1,"2165":1,"2169":1,"2175":1,"2178":1,"2189":1,"2190":1,"2192":2,"2193":1,"2195":2,"2196":4,"2200":1,"2201":3,"2202":1,"2204":1,"2210":1,"2212":1,"2219":1,"2222":1,"2229":1,"2242":1,"2254":1,"2261":1,"2264":1,"2274":1,"2277":1,"2280":1,"2283":1,"2291":1,"2299":1,"2301":1,"2303":2,"2304":3,"2305":1,"2308":1,"2311":3,"2312":3,"2330":6,"2337":1,"2370":1,"2371":1,"2372":1,"2374":1,"2375":1,"2378":1,"2386":1,"2388":1,"2402":1,"2404":1,"2406":1,"2411":1,"2419":1,"2422":1,"2435":1,"2438":1,"2440":1,"2443":1,"2449":1,"2451":1,"2461":1,"2463":1,"2464":1,"2466":1,"2467":1,"2468":1,"2470":1,"2472":1,"2478":1,"2482":4,"2483":1,"2484":3,"2488":1,"2491":1,"2493":1,"2499":1,"2506":1,"2509":1,"2518":1,"2522":1,"2523":2,"2524":1,"2526":1,"2527":1,"2530":1,"2538":1,"2541":1,"2546":1,"2555":1,"2558":1,"2562":1,"2576":1,"2577":1,"2578":1,"2580":1,"2581":1,"2584":1,"2592":1,"2594":1,"2604":6,"2605":5,"2607":1,"2608":1,"2609":5,"2610":3,"2611":3,"2620":3,"2621":2,"2623":2,"2624":5,"2630":2,"2633":1,"2634":1,"2635":1,"2640":2,"2644":3,"2649":10,"2650":2,"2651":28,"2653":4}}],["columns=",{"2":{"56":1}}],["columns",{"0":{"97":1,"582":1,"583":1,"584":1},"2":{"0":1,"56":5,"97":1,"98":1,"126":1,"144":1,"164":4,"574":1,"577":4,"578":1,"581":1,"583":1,"584":1,"664":1,"2623":1,"2634":1,"2637":1,"2638":1}}],["column",{"0":{"574":1,"871":1},"1":{"575":1,"576":1,"577":1,"578":1},"2":{"0":13,"56":4,"97":2,"105":3,"130":1,"132":3,"144":2,"145":8,"163":4,"222":1,"575":4,"576":5,"577":16,"578":2,"581":1,"583":1,"603":1,"863":2,"871":1,"2304":1,"2327":1,"2619":1,"2623":4,"2625":5,"2626":1,"2629":1,"2635":2,"2636":1,"2638":3}}],["colgaps",{"2":{"164":1}}],["colgap",{"0":{"633":1},"2":{"0":1,"188":1,"584":2,"633":2,"1285":1,"2624":4,"2634":1}}],["congratulations",{"2":{"2617":1}}],["concerned",{"2":{"2623":2}}],["concept",{"2":{"18":1,"106":1}}],["concretely",{"2":{"13":1}}],["convention",{"2":{"162":1}}],["conveniently",{"2":{"20":1,"1407":1,"2196":1}}],["convenient",{"2":{"10":1,"106":1,"107":1,"146":1,"165":1,"2630":1}}],["convenience",{"2":{"0":1,"82":1,"141":1,"144":1,"145":1,"205":1,"234":1,"2484":1}}],["convex",{"0":{"2280":1,"2281":1,"2282":1,"2296":1},"2":{"0":8,"2274":3,"2280":1,"2281":1,"2282":1,"2296":1}}],["conversation",{"2":{"200":1}}],["conversiontrait",{"2":{"148":1,"149":1}}],["conversion=uc",{"2":{"75":1}}],["conversion=conversion",{"2":{"75":2}}],["conversion=categoricalconversion",{"2":{"75":1}}],["conversion=makie",{"2":{"73":1}}],["conversions",{"0":{"65":1,"67":1,"72":1,"75":1},"1":{"66":1,"67":1,"68":1,"69":1,"70":1,"71":1,"73":1,"74":1,"75":1,"76":1},"2":{"0":2,"74":2,"75":1,"76":2,"148":2,"624":1}}],["conversion",{"0":{"66":1,"149":1,"150":1,"227":1,"228":1,"376":1,"377":1,"378":1,"694":1,"695":1,"696":1,"766":1,"767":1},"1":{"67":1,"68":1,"69":1,"70":1},"2":{"0":17,"66":1,"67":4,"69":1,"70":1,"71":1,"73":6,"74":3,"75":6,"76":9,"148":2,"149":4,"166":3,"227":1,"228":1,"376":1,"377":1,"378":1,"694":1,"695":1,"696":1,"766":1,"767":1,"1282":1,"2043":1,"2074":1,"2188":1}}],["converts",{"2":{"0":2,"67":1,"72":1,"76":2,"162":1,"194":1}}],["convert",{"0":{"149":1,"150":1,"165":1,"166":1,"167":1,"2647":1},"2":{"0":30,"9":1,"66":1,"67":2,"69":1,"76":6,"107":1,"147":2,"148":5,"149":8,"150":4,"153":1,"165":3,"166":2,"167":3,"168":1,"1288":1,"1292":1,"1912":1,"2274":1,"2304":3,"2647":2,"2648":1}}],["converted",{"2":{"0":3,"53":1,"66":1,"67":3,"71":1,"72":1,"76":1,"148":1,"150":2,"152":1,"158":1,"1289":1,"2485":2,"2644":1,"2649":1}}],["confines",{"2":{"2623":1}}],["configurable",{"2":{"155":1}}],["configuration",{"2":{"22":1,"23":1,"116":1,"131":1}}],["configure",{"2":{"51":1,"55":1,"116":1,"118":2}}],["configured",{"2":{"23":1}}],["config",{"0":{"16":1,"22":1,"31":1,"49":1},"1":{"17":1,"18":1,"19":1,"20":1,"23":1,"24":1,"25":1},"2":{"0":4,"14":1,"16":5,"20":1,"22":5,"31":5,"49":5}}],["confused",{"2":{"162":1}}],["confusingly",{"2":{"162":1}}],["confusing",{"2":{"0":1,"1873":1}}],["conflicts",{"2":{"1":1}}],["conditionally",{"2":{"82":1}}],["condition",{"2":{"0":1,"83":1}}],["cone",{"2":{"0":4,"988":1,"989":2}}],["consult",{"2":{"55":1}}],["consumed",{"2":{"0":1}}],["consumes",{"2":{"0":1}}],["consume",{"2":{"0":2,"78":6,"80":1,"82":10}}],["console",{"2":{"53":5,"54":3}}],["consist",{"2":{"1915":1}}],["consists",{"2":{"121":1,"628":1}}],["consistently",{"2":{"70":1}}],["consistency",{"2":{"24":1}}],["considering",{"2":{"2459":1}}],["considerations",{"2":{"106":1}}],["considered",{"2":{"0":1,"41":1,"2478":1,"2644":1}}],["consider",{"2":{"0":3,"71":1,"88":1,"107":1,"111":1,"190":2,"757":1,"1015":1,"1282":1}}],["const",{"2":{"53":6,"54":5}}],["constrains",{"2":{"844":1}}],["constraints",{"2":{"98":1,"222":1,"385":1,"578":1,"2623":1}}],["constrain",{"2":{"98":1,"222":1,"578":1}}],["constrained",{"0":{"2277":1,"2278":1,"2279":1,"2295":1},"2":{"0":9,"2274":3,"2277":1,"2278":1,"2279":1,"2295":1,"2304":1}}],["construction",{"0":{"1917":1}}],["constructing",{"2":{"627":1,"1912":1}}],["constructs",{"2":{"0":2}}],["constructed",{"2":{"0":1,"67":1,"124":1,"1910":1}}],["constructor",{"2":{"0":2,"110":1,"626":1,"2639":1}}],["constructors",{"2":{"0":5,"58":1}}],["construct",{"2":{"0":7,"152":1,"185":1,"627":1,"1914":2,"2628":1}}],["constants",{"2":{"22":1}}],["constant",{"2":{"0":1,"107":2}}],["consecutive",{"2":{"0":4,"1185":1,"1221":1,"1248":1,"2318":1}}],["contrast",{"2":{"2644":1}}],["contract",{"2":{"2629":1}}],["controllable",{"2":{"2601":1}}],["controller",{"2":{"70":1}}],["controlled",{"2":{"0":1,"37":2,"39":2,"96":1,"603":1,"2605":1}}],["controlling",{"2":{"0":1,"1128":1}}],["control",{"2":{"0":10,"14":1,"62":1,"83":9,"96":1,"132":1,"163":1,"164":1,"304":1,"351":1,"384":1,"625":1,"627":1,"754":2,"761":1,"778":1,"1164":1,"1290":2,"1434":1,"1435":1,"1809":1,"1834":1,"2304":1,"2605":1,"2623":2,"2624":1,"2627":1,"2641":1}}],["controls",{"2":{"0":119,"36":1,"37":1,"59":1,"60":1,"62":6,"75":1,"119":1,"155":1,"157":1,"159":1,"191":3,"222":1,"226":1,"229":1,"233":1,"237":1,"245":1,"246":1,"247":1,"255":1,"257":1,"264":1,"272":1,"275":1,"281":1,"285":1,"286":1,"298":1,"299":1,"301":1,"302":1,"311":1,"319":1,"322":1,"328":1,"332":1,"333":1,"345":1,"346":1,"348":1,"349":1,"363":1,"365":1,"366":1,"368":1,"373":1,"386":1,"387":1,"394":1,"400":1,"409":1,"410":1,"414":1,"422":1,"425":1,"428":1,"430":1,"433":1,"442":1,"443":1,"447":1,"455":1,"458":1,"461":1,"464":1,"473":1,"474":1,"478":1,"486":1,"489":1,"511":1,"512":1,"520":1,"534":1,"536":1,"543":1,"547":1,"551":1,"552":1,"563":1,"566":1,"569":1,"571":1,"593":1,"597":1,"599":1,"600":1,"615":1,"616":1,"619":1,"635":1,"679":1,"680":1,"688":1,"699":1,"700":1,"701":1,"725":1,"726":1,"763":1,"764":1,"769":1,"781":1,"786":1,"798":1,"801":1,"805":1,"807":1,"808":1,"810":1,"815":1,"820":1,"830":1,"833":1,"840":1,"853":1,"856":1,"858":1,"859":1,"868":1,"869":1,"889":1,"897":1,"900":1,"901":1,"919":1,"920":1,"945":1,"950":1,"967":1,"975":1,"981":1,"1014":1,"1023":1,"1048":1,"1056":1,"1070":1,"1073":1,"1094":1,"1102":1,"1185":1,"1193":1,"1198":1,"1221":1,"1229":1,"1234":1,"1252":1,"1257":1,"1313":1,"1320":1,"1342":1,"1358":1,"1366":1,"1372":1,"1395":1,"1400":1,"1426":1,"1431":1,"1502":1,"1507":1,"1532":1,"1541":1,"1562":1,"1567":1,"1584":1,"1592":1,"1597":1,"1621":1,"1626":1,"1652":1,"1660":1,"1685":1,"1694":1,"1763":1,"1771":1,"1772":1,"1796":1,"1805":1,"1823":1,"1830":1,"1848":1,"1855":1,"1901":1,"1906":1,"1948":1,"1954":1,"1958":1,"1988":1,"1995":1,"2037":1,"2042":1,"2059":1,"2067":1,"2073":1,"2092":1,"2109":1,"2149":1,"2156":1,"2179":1,"2187":1,"2224":1,"2232":1,"2235":1,"2257":1,"2269":1,"2322":1,"2328":1,"2355":1,"2365":1,"2389":1,"2394":1,"2423":1,"2431":1,"2452":1,"2457":1,"2495":1,"2504":1,"2505":1,"2510":1,"2519":1,"2542":1,"2551":1,"2595":1,"2600":1,"2604":4,"2609":1,"2644":1}}],["continously",{"2":{"585":1,"844":1}}],["continue",{"2":{"0":1,"81":1,"82":1,"2633":1}}],["continues",{"2":{"0":3}}],["continuous",{"2":{"0":2,"62":1,"2653":1}}],["contexts",{"2":{"106":1}}],["context",{"2":{"0":2,"22":1,"30":2,"31":8,"34":1,"2618":1}}],["contentgroups",{"2":{"0":3}}],["contents",{"2":{"0":3,"12":1,"104":11,"152":1}}],["content",{"0":{"98":1},"2":{"0":9,"56":6,"57":2,"97":1,"98":3,"102":1,"103":1,"104":5,"106":2,"107":2,"118":1,"126":3,"129":1,"130":1,"136":1,"139":1,"162":1,"212":1,"239":1,"248":1,"266":1,"313":1,"575":2,"576":1,"577":3,"578":1,"579":1,"628":1,"666":1,"756":1,"2623":7,"2625":2,"2626":1,"2632":2,"2637":1,"2640":1}}],["containing",{"2":{"142":2,"667":1,"669":1,"670":1,"671":1}}],["contain",{"2":{"0":6,"124":1,"582":1,"1029":1,"1513":1,"1633":1,"1777":1,"2523":1,"2619":1,"2644":1}}],["contained",{"2":{"0":2,"104":1,"192":1,"580":1,"2485":1}}],["containers",{"2":{"139":1,"720":1}}],["container",{"2":{"0":1,"134":1,"138":2,"155":2,"192":1,"720":1,"2619":1}}],["contains",{"2":{"0":7,"3":1,"79":14,"99":1,"121":2,"151":1,"1915":1,"1917":1,"1996":1,"2601":1,"2643":1}}],["contour3d",{"0":{"1199":1,"1704":1},"1":{"1200":1,"1201":1,"1202":1,"1203":1,"1204":1,"1205":1,"1206":1,"1207":1,"1208":1,"1209":1,"1210":1,"1211":1,"1212":1,"1213":1,"1214":1,"1215":1,"1216":1,"1217":1,"1218":1,"1219":1,"1220":1,"1221":1,"1222":1,"1223":1,"1224":1,"1225":1,"1226":1,"1227":1,"1228":1,"1229":1,"1230":1,"1231":1,"1232":1,"1233":1,"1234":1},"2":{"0":11,"1199":3,"1200":4,"2603":1}}],["contour",{"0":{"1163":1,"1703":1},"1":{"1164":1,"1165":1,"1166":1,"1167":1,"1168":1,"1169":1,"1170":1,"1171":1,"1172":1,"1173":1,"1174":1,"1175":1,"1176":1,"1177":1,"1178":1,"1179":1,"1180":1,"1181":1,"1182":1,"1183":1,"1184":1,"1185":1,"1186":1,"1187":1,"1188":1,"1189":1,"1190":1,"1191":1,"1192":1,"1193":1,"1194":1,"1195":1,"1196":1,"1197":1,"1198":1},"2":{"0":34,"48":1,"52":1,"56":1,"163":5,"1163":6,"1164":4,"1167":2,"1180":1,"1181":1,"1182":2,"1183":1,"1184":1,"1185":1,"1199":1,"1200":1,"1203":2,"1216":1,"1217":1,"1218":2,"1219":1,"1220":1,"1221":1,"1235":1,"2398":1,"2624":2,"2630":2,"2631":2}}],["contourf",{"0":{"1235":1,"1705":1},"1":{"1236":1,"1237":1,"1238":1,"1239":1,"1240":1,"1241":1,"1242":1,"1243":1,"1244":1,"1245":1,"1246":1,"1247":1,"1248":1,"1249":1,"1250":1,"1251":1,"1252":1,"1253":1,"1254":1,"1255":1,"1256":1,"1257":1},"2":{"0":16,"163":1,"167":3,"515":3,"1235":6,"1236":2,"1248":3,"2624":2,"2630":2}}],["connection",{"2":{"44":1,"45":1,"46":1,"47":1,"116":1,"2616":1,"2617":1}}],["connectivity",{"2":{"0":2,"1773":2}}],["connects",{"2":{"0":1,"1773":1}}],["connect=false",{"2":{"0":2}}],["connect",{"2":{"0":2,"45":1,"115":1,"116":1,"137":1,"152":2,"908":2,"1629":1,"2433":2}}],["connected",{"2":{"0":2,"78":1,"137":1,"1568":1,"2642":1}}],["nnan",{"2":{"2651":1}}],["nnbanks",{"2":{"628":4}}],["nipy",{"2":{"2657":1}}],["nidorx",{"2":{"2614":1}}],["nii",{"2":{"2398":1}}],["niread",{"2":{"2398":1}}],["nifti",{"2":{"2398":1}}],["nicely",{"2":{"98":1,"126":1,"144":1,"579":1,"580":1,"1289":1}}],["nicer",{"2":{"0":1,"80":1}}],["nice",{"2":{"0":2,"33":1,"106":1,"151":1,"2644":2}}],["niceness",{"2":{"0":3}}],["nvia",{"2":{"2304":1}}],["nvidias",{"2":{"31":1}}],["nvidia",{"2":{"30":1,"31":1}}],["nyc",{"0":{"1287":1},"2":{"1289":1}}],["n=n",{"2":{"1285":1}}],["n=1000",{"2":{"1285":1}}],["nlineheight",{"2":{"603":3}}],["njustification",{"2":{"603":3}}],["nmy",{"2":{"578":1}}],["nparagraph",{"2":{"2192":1}}],["nplots",{"2":{"166":3}}],["npoints=10",{"2":{"0":1,"1342":1,"1343":1}}],["npoints",{"0":{"1336":1,"2353":1},"2":{"0":3,"1322":1,"1342":1}}],["n256",{"2":{"80":1,"81":1,"2660":79}}],["nwith",{"2":{"78":2,"603":3}}],["nshort",{"2":{"2192":1}}],["ns",{"2":{"75":4,"983":5}}],["nsteps",{"0":{"545":1},"2":{"0":1,"35":2,"2644":2}}],["ndim",{"2":{"63":1,"121":2}}],["ncar",{"2":{"2657":1}}],["ncolorrange",{"2":{"2651":9}}],["ncolormap",{"2":{"2651":9}}],["ncolors",{"2":{"0":2}}],["ncols",{"2":{"2433":1}}],["nc",{"2":{"33":1,"2433":2}}],["ncdatasets",{"2":{"33":1}}],["n0f8",{"2":{"31":1,"32":1,"34":1}}],["nframes",{"2":{"8":1,"12":2}}],["ngonface",{"2":{"0":1}}],["nuuk50",{"2":{"2656":1}}],["nuuk25",{"2":{"2656":1}}],["nuuk100",{"2":{"2656":1}}],["nuuk10",{"2":{"2656":1}}],["nuuk",{"2":{"2656":1}}],["nudge",{"0":{"1858":1},"2":{"0":2,"1856":1}}],["null",{"2":{"0":1,"51":1,"1292":1}}],["num",{"2":{"0":1,"1282":1,"1856":2}}],["numerical",{"2":{"0":2,"299":2,"346":2,"1167":1,"1203":1}}],["numeric",{"2":{"0":43,"67":1,"69":1,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1182":1,"1204":1,"1218":1,"1296":1,"1347":1,"1378":1,"1412":1,"1444":1,"1485":1,"1514":1,"1537":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1686":1,"1778":1,"1801":1,"1884":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2202":1,"2372":1,"2404":1,"2438":1,"2464":1,"2491":1,"2524":1,"2547":1,"2578":1}}],["numbers",{"2":{"0":22,"31":2,"73":2,"103":1,"105":2,"151":1,"164":1,"279":1,"290":2,"299":2,"326":1,"337":2,"346":2,"358":1,"373":1,"1513":2,"1777":2,"1911":1,"2201":2,"2236":1,"2523":2,"2627":1,"2649":1}}],["number",{"0":{"1434":1,"1437":1},"2":{"0":37,"11":1,"22":5,"35":1,"49":1,"82":1,"103":1,"191":1,"199":1,"223":2,"234":1,"358":1,"384":1,"497":1,"499":1,"545":1,"577":1,"664":1,"913":1,"951":1,"976":1,"1015":1,"1185":1,"1221":1,"1282":1,"1284":1,"1434":2,"1435":2,"1438":1,"1442":2,"1452":1,"1461":1,"1868":1,"1870":1,"1977":1,"2091":1,"2113":1,"2121":2,"2122":1,"2162":1,"2196":1,"2231":2,"2319":1,"2636":2,"2638":1,"2644":1,"2649":3}}],["navia50",{"2":{"2656":1}}],["navia25",{"2":{"2656":1}}],["navia100",{"2":{"2656":1}}],["navia10",{"2":{"2656":1}}],["navia",{"2":{"2656":1}}],["nall",{"2":{"97":1}}],["nadjusted",{"2":{"97":1}}],["narrow",{"2":{"2197":1}}],["narrowly",{"2":{"76":1}}],["narrowest",{"2":{"0":2,"1123":1,"1275":1}}],["natural",{"2":{"22":1}}],["nativefont",{"2":{"0":1}}],["natively",{"2":{"0":1}}],["native",{"2":{"0":1,"21":1,"24":1,"28":1,"106":1,"1569":1,"1600":1,"1922":1,"1996":1}}],["naming",{"2":{"0":1}}],["namecategorical",{"2":{"2654":1,"2655":1,"2656":1,"2657":1,"2658":1,"2659":1,"2660":1,"2661":1,"2662":1}}],["names",{"2":{"0":3,"151":4,"182":1,"2652":1}}],["named",{"0":{"2652":1},"2":{"0":3,"68":1,"75":2,"2652":1}}],["namedtuples",{"2":{"142":1}}],["namedtuple",{"2":{"0":5}}],["name",{"2":{"0":18,"35":7,"94":1,"109":4,"151":1,"183":1,"215":2,"216":2,"2206":1,"2644":7}}],["nand",{"2":{"603":3}}],["nans",{"2":{"150":1}}],["nanoseconds",{"2":{"75":1}}],["nan",{"0":{"944":1,"974":1,"1012":1,"1047":1,"1092":1,"1192":1,"1228":1,"1251":1,"1311":1,"1365":1,"1394":1,"1425":1,"1449":1,"1501":1,"1531":1,"1561":1,"1591":1,"1620":1,"1651":1,"1684":1,"1795":1,"1900":1,"1947":1,"1987":1,"2036":1,"2066":1,"2148":1,"2178":1,"2222":1,"2321":1,"2388":1,"2422":1,"2451":1,"2472":1,"2509":1,"2541":1,"2594":1},"2":{"0":78,"66":9,"944":1,"974":1,"1012":1,"1047":1,"1092":1,"1192":1,"1228":1,"1311":1,"1365":1,"1394":1,"1402":1,"1406":1,"1425":1,"1449":1,"1501":1,"1531":1,"1561":1,"1568":1,"1591":1,"1620":1,"1651":1,"1684":1,"1795":1,"1900":1,"1947":1,"1987":1,"2036":1,"2066":1,"2148":1,"2178":1,"2222":1,"2388":1,"2422":1,"2451":1,"2472":1,"2483":1,"2485":1,"2509":1,"2541":1,"2594":1,"2649":2,"2651":5}}],["n+1",{"2":{"0":3,"2274":3,"2304":4,"2318":1}}],["nthe",{"2":{"97":1}}],["ntherefore",{"2":{"97":1}}],["ntellheight",{"2":{"97":2}}],["nt",{"2":{"0":2}}],["nts",{"2":{"0":1}}],["ntuple",{"2":{"0":1,"79":2,"80":2,"92":1,"2304":1}}],["nbanks",{"0":{"664":1},"2":{"0":1,"628":2,"633":2,"664":12}}],["nbsp",{"2":{"0":424,"16":1,"22":1,"31":1,"49":1,"62":1,"75":3,"119":1,"158":3,"159":1,"924":1,"951":1,"982":1,"1024":1,"1057":1,"1104":1,"1139":1,"1163":1,"1199":1,"1235":1,"1258":1,"1282":1,"1321":1,"1342":1,"1373":1,"1402":1,"1432":1,"1454":1,"1481":1,"1510":1,"1544":1,"1568":1,"1598":1,"1627":1,"1661":1,"1749":1,"1773":1,"1806":1,"1831":1,"1856":1,"1879":1,"1908":1,"1959":1,"1996":1,"2016":1,"2043":1,"2074":1,"2110":1,"2121":1,"2157":1,"2188":1,"2237":1,"2273":1,"2302":1,"2329":1,"2368":1,"2397":1,"2432":1,"2458":1,"2478":1,"2520":1,"2554":1,"2573":1,"2644":3}}],["n",{"0":{"1091":1,"1122":1,"1272":1,"1870":1,"2352":1,"2568":1},"2":{"0":34,"12":6,"22":1,"36":3,"51":1,"52":5,"62":1,"68":1,"76":1,"168":2,"178":1,"279":2,"326":2,"491":1,"983":2,"1025":2,"1106":3,"1185":3,"1221":3,"1248":3,"1285":4,"1295":1,"1324":2,"1458":2,"1629":3,"1856":10,"2016":4,"2017":3,"2158":6,"2192":1,"2274":5,"2304":13,"2318":3,"2327":1,"2330":7,"2331":3,"2611":5,"2624":4,"2636":3}}],["neon",{"2":{"2662":1}}],["neighborhood",{"2":{"2158":1}}],["neighboring",{"0":{"207":1},"2":{"1629":1}}],["neither",{"2":{"121":1,"2625":1}}],["nesting",{"0":{"579":1},"2":{"102":1,"145":1,"162":1}}],["nested",{"2":{"0":1,"69":1,"102":6,"144":2,"145":2,"146":1,"164":1,"192":1,"579":2,"2601":1,"2625":1,"2626":3}}],["necessary",{"2":{"51":1,"147":1,"152":1,"164":1,"585":1,"691":1,"844":1,"2617":1,"2626":1,"2633":1}}],["never",{"2":{"29":2,"106":1}}],["neg=",{"2":{"2555":1}}],["neg",{"0":{"2566":1},"2":{"0":1}}],["negative",{"2":{"0":6,"757":1,"990":1,"1457":1,"2236":1,"2554":1}}],["nextjournal",{"2":{"27":1}}],["next",{"2":{"0":1,"8":1,"34":1,"36":1,"68":1,"70":1,"106":1,"119":1,"121":1,"207":1,"633":1,"639":1,"2197":1,"2554":1,"2617":1,"2623":1}}],["network",{"2":{"28":1}}],["net",{"2":{"0":1,"2554":1}}],["neutral",{"2":{"0":2,"62":1,"383":1}}],["nearplane",{"2":{"2642":2}}],["nearclip=",{"2":{"0":1}}],["near",{"2":{"0":9,"35":1,"62":9,"191":2,"2640":2,"2644":2}}],["news",{"2":{"53":1}}],["newly",{"2":{"22":1}}],["newline",{"2":{"0":2,"2236":1}}],["new",{"0":{"2645":1},"1":{"2646":1,"2647":1,"2648":1},"2":{"0":8,"11":2,"12":2,"25":1,"31":4,"51":1,"53":6,"62":1,"67":1,"69":2,"74":1,"76":1,"77":1,"82":1,"102":1,"121":2,"136":2,"137":1,"141":2,"145":2,"147":1,"152":10,"161":2,"162":1,"166":1,"167":1,"180":1,"198":1,"215":1,"218":1,"582":1,"583":1,"1282":1,"1916":1,"1917":1,"2617":2,"2637":1,"2644":1,"2646":1}}],["needsupdate",{"2":{"53":1}}],["needs",{"2":{"0":3,"12":1,"19":1,"27":1,"31":1,"46":1,"53":1,"54":1,"61":2,"74":1,"76":2,"82":2,"92":1,"116":1,"161":2,"515":1,"577":1,"874":1,"905":1,"1918":1,"2484":2,"2498":1,"2623":1,"2640":2,"2646":1}}],["needed",{"2":{"0":5,"45":1,"51":1,"69":1,"76":3,"97":1,"98":1,"102":1,"104":1,"131":1,"162":1,"396":1}}],["need",{"2":{"0":4,"8":2,"9":1,"10":1,"12":2,"27":1,"28":2,"30":1,"31":1,"44":1,"45":1,"46":1,"48":2,"51":3,"54":1,"61":1,"74":2,"76":3,"80":2,"82":4,"83":2,"96":1,"105":1,"106":1,"107":1,"111":1,"115":1,"116":2,"118":3,"121":6,"136":1,"152":3,"159":1,"163":1,"164":1,"165":1,"181":1,"189":1,"197":1,"219":1,"575":1,"628":1,"691":1,"752":2,"756":1,"844":1,"1284":1,"1290":1,"1914":1,"2485":1,"2605":1,"2616":1,"2617":2,"2623":3,"2631":1,"2635":1,"2640":1,"2642":1,"2644":2,"2648":1}}],["noise",{"2":{"2158":2,"2644":1}}],["noisy",{"2":{"31":2}}],["november",{"2":{"1323":1}}],["nof",{"2":{"577":3}}],["noconversion",{"2":{"149":1}}],["norientation",{"2":{"628":2}}],["nor",{"2":{"121":1}}],["northstar",{"2":{"31":3,"32":2,"33":1,"35":1}}],["normed",{"2":{"33":6,"2398":3}}],["normaldist",{"2":{"1289":3}}],["normally",{"2":{"26":1,"1807":1,"2648":1}}],["normalization",{"0":{"1473":1,"2118":1},"2":{"0":3,"1455":1,"1456":1,"2111":1,"2118":1}}],["normalize=false",{"2":{"1750":1}}],["normalized",{"2":{"0":2,"70":1,"627":1,"652":1,"660":1,"675":1,"773":1,"1013":1,"1629":1,"1761":1,"2484":2}}],["normalize",{"0":{"773":1,"1013":1,"1761":1},"2":{"0":12,"66":1,"1473":5,"1629":1,"2118":4,"2605":1,"2611":3}}],["normals=m",{"2":{"35":1,"2644":1}}],["normals",{"0":{"2174":1},"2":{"0":9,"35":1,"991":1,"1028":1,"1629":4,"1632":1,"1665":1,"2161":1,"2174":1,"2403":1,"2489":1,"2604":1,"2609":1,"2611":3,"2613":1,"2644":1}}],["normal",{"2":{"0":27,"12":1,"55":1,"56":4,"78":1,"82":1,"136":1,"151":1,"156":1,"161":1,"162":2,"186":1,"203":1,"580":1,"603":1,"691":2,"799":1,"831":1,"940":1,"969":1,"1106":1,"1236":1,"1241":1,"1242":1,"1249":3,"1324":1,"1360":1,"1458":1,"1497":1,"1527":1,"1586":3,"1616":1,"1629":1,"1791":1,"1806":2,"1831":2,"2061":1,"2231":1,"2319":1,"2331":1,"2384":1,"2537":1,"2590":1,"2604":3,"2605":3,"2643":1}}],["norm",{"2":{"0":10,"62":2,"983":1,"1473":3,"2118":3,"2121":1,"2127":1}}],["node",{"2":{"0":1,"138":1}}],["nodes=boundary",{"2":{"2304":1}}],["nodes",{"2":{"0":1,"53":1,"2274":6,"2304":9}}],["now",{"2":{"0":2,"30":1,"31":2,"41":1,"44":1,"51":1,"52":1,"53":1,"56":1,"68":1,"73":1,"74":1,"75":1,"82":1,"83":1,"106":1,"121":1,"137":1,"139":1,"146":1,"152":3,"155":1,"162":1,"166":1,"167":1,"178":1,"582":1,"583":1,"691":2,"1289":1,"1404":1,"1629":1,"1686":1,"2617":5,"2618":1,"2619":2,"2622":1,"2623":2,"2626":1,"2627":1,"2631":1,"2633":1,"2635":1,"2637":1,"2639":1,"2640":2,"2642":1,"2644":1}}],["nonlinear",{"2":{"763":1}}],["nonzero",{"2":{"64":1}}],["non",{"0":{"141":1,"145":1},"1":{"142":1},"2":{"0":1,"13":1,"76":1,"78":1,"100":1,"121":1,"140":1,"141":1,"145":1,"186":1,"239":1,"248":1,"266":1,"313":1,"2483":1}}],["none",{"2":{"0":6,"16":2,"27":1,"56":5,"1473":2,"1831":2,"2118":2,"2641":1}}],["noshading",{"2":{"0":11,"190":4,"191":8,"752":1,"1016":1,"1049":2,"1533":1,"1628":1,"1653":1,"1687":1,"1797":1,"2158":2,"2180":1,"2424":1,"2511":1,"2543":1,"2605":1,"2613":1,"2614":1}}],["no",{"0":{"88":1},"2":{"0":329,"14":1,"18":2,"27":1,"28":1,"59":1,"60":1,"61":1,"88":1,"98":1,"105":2,"106":3,"107":1,"129":1,"132":1,"133":1,"137":1,"141":1,"143":2,"146":1,"148":3,"153":1,"156":1,"158":1,"186":1,"187":1,"197":1,"208":1,"287":2,"299":1,"334":2,"346":1,"383":1,"576":1,"577":1,"578":1,"580":3,"720":1,"753":1,"939":1,"948":1,"979":1,"990":1,"1009":1,"1016":1,"1021":1,"1033":1,"1044":1,"1049":1,"1054":1,"1062":1,"1063":1,"1064":1,"1068":1,"1071":1,"1072":1,"1074":1,"1082":1,"1083":1,"1085":1,"1087":1,"1091":1,"1093":1,"1097":1,"1098":1,"1099":1,"1100":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1125":1,"1126":1,"1127":1,"1132":1,"1133":1,"1135":1,"1136":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1172":1,"1179":1,"1186":1,"1187":1,"1188":1,"1190":1,"1196":1,"1208":1,"1215":1,"1222":1,"1223":1,"1224":1,"1226":1,"1232":1,"1238":1,"1239":1,"1241":1,"1242":1,"1251":1,"1255":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1269":1,"1270":1,"1271":1,"1272":1,"1279":1,"1280":1,"1318":1,"1329":1,"1330":1,"1331":1,"1332":1,"1334":1,"1335":1,"1338":1,"1339":1,"1340":1,"1370":1,"1381":1,"1390":1,"1398":1,"1402":1,"1406":1,"1429":1,"1439":1,"1450":1,"1451":1,"1460":1,"1463":1,"1466":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1475":1,"1476":1,"1478":1,"1479":1,"1496":1,"1505":1,"1517":1,"1525":1,"1526":1,"1529":1,"1533":1,"1539":1,"1565":1,"1595":1,"1615":1,"1624":1,"1637":1,"1648":1,"1653":1,"1658":1,"1670":1,"1687":1,"1692":1,"1752":1,"1767":1,"1768":1,"1769":1,"1781":1,"1789":1,"1790":1,"1793":1,"1797":1,"1803":1,"1810":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1826":1,"1827":1,"1828":1,"1835":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1851":1,"1852":1,"1853":1,"1856":1,"1864":1,"1887":1,"1896":1,"1904":1,"1915":1,"1925":1,"1955":1,"1957":1,"1967":1,"1975":1,"1976":1,"1981":1,"1982":1,"1983":1,"1985":1,"1993":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1,"2024":1,"2025":1,"2033":1,"2034":1,"2040":1,"2071":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2088":1,"2089":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2114":1,"2115":1,"2116":1,"2117":1,"2125":1,"2126":1,"2131":1,"2134":1,"2140":1,"2141":1,"2142":1,"2143":1,"2145":1,"2146":1,"2150":1,"2153":1,"2154":1,"2180":1,"2185":1,"2233":1,"2263":1,"2266":1,"2270":1,"2271":1,"2272":1,"2274":1,"2287":1,"2288":1,"2293":1,"2310":1,"2311":1,"2312":1,"2321":1,"2325":1,"2334":1,"2335":1,"2336":1,"2337":1,"2340":1,"2341":1,"2348":1,"2349":1,"2350":1,"2352":1,"2353":1,"2361":1,"2362":1,"2363":1,"2383":1,"2392":1,"2424":1,"2429":1,"2436":1,"2437":1,"2455":1,"2459":1,"2474":1,"2481":1,"2511":1,"2516":1,"2527":1,"2535":1,"2536":1,"2539":1,"2543":1,"2549":1,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1,"2589":1,"2598":1,"2618":1,"2623":3,"2626":1,"2644":1}}],["noto",{"2":{"94":2}}],["notice",{"2":{"184":1}}],["notify",{"2":{"34":2,"80":5,"81":4,"82":5,"136":1,"196":2,"491":1,"704":2}}],["noting",{"2":{"0":1}}],["notation",{"2":{"8":1,"136":1}}],["notations",{"2":{"0":1}}],["notchmin",{"0":{"1274":1},"2":{"0":1}}],["notchmax",{"0":{"1273":1},"2":{"0":1}}],["notched",{"2":{"0":1,"1258":1}}],["notch",{"0":{"1130":1,"1278":1},"2":{"0":8,"1105":2,"1123":1,"1130":1,"1259":1,"1273":1,"1274":1,"1275":1,"1278":1}}],["notchwidth",{"0":{"1123":1,"1275":1},"2":{"0":2}}],["notes",{"0":{"755":1},"1":{"756":1,"757":1,"758":1}}],["notebooks",{"2":{"51":3,"106":2}}],["notebook",{"2":{"0":1,"41":1,"55":1,"106":1}}],["note",{"2":{"0":65,"16":1,"22":1,"27":1,"31":6,"37":1,"49":1,"55":1,"56":1,"61":1,"62":1,"68":1,"69":1,"73":1,"77":1,"83":1,"102":1,"107":1,"136":2,"137":1,"147":1,"152":1,"155":1,"157":1,"162":1,"167":1,"191":1,"207":1,"217":1,"222":1,"578":1,"751":1,"752":1,"754":1,"757":1,"763":1,"775":1,"811":1,"947":1,"978":1,"1016":1,"1020":1,"1049":1,"1053":1,"1096":1,"1105":1,"1107":2,"1195":1,"1231":1,"1248":1,"1254":1,"1317":1,"1328":1,"1368":1,"1397":1,"1402":2,"1404":1,"1428":1,"1435":1,"1457":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1653":1,"1657":1,"1687":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1915":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2180":1,"2184":1,"2228":1,"2260":1,"2294":1,"2298":1,"2304":2,"2324":1,"2332":2,"2360":1,"2391":1,"2424":1,"2428":1,"2454":1,"2478":1,"2481":1,"2484":1,"2486":1,"2511":1,"2515":1,"2545":1,"2597":1,"2601":1,"2604":2,"2605":1,"2626":1,"2633":1,"2644":2}}],["nothing",{"2":{"0":121,"16":2,"22":3,"31":1,"34":1,"35":1,"49":3,"61":1,"76":2,"81":1,"119":1,"129":1,"132":3,"184":2,"212":1,"222":4,"223":2,"227":1,"228":1,"231":1,"234":17,"259":1,"263":1,"274":1,"310":1,"321":1,"360":1,"361":1,"369":1,"376":1,"377":1,"378":1,"381":1,"382":7,"397":1,"522":1,"527":1,"537":1,"538":1,"627":2,"632":1,"694":1,"695":1,"696":1,"698":1,"703":1,"704":2,"723":1,"730":1,"751":1,"766":1,"767":1,"772":1,"780":1,"783":1,"785":1,"804":1,"814":1,"817":2,"819":1,"842":1,"890":1,"896":1,"898":1,"899":1,"940":2,"969":2,"1006":1,"1010":1,"1044":1,"1045":1,"1061":1,"1167":2,"1180":2,"1187":1,"1203":2,"1216":2,"1223":1,"1241":2,"1242":2,"1335":1,"1360":2,"1439":1,"1443":1,"1453":2,"1460":1,"1477":1,"1497":2,"1527":2,"1586":2,"1616":2,"1648":1,"1649":1,"1682":1,"1791":2,"1817":1,"1842":1,"1856":1,"1862":1,"1932":1,"1977":1,"1996":1,"2004":1,"2008":1,"2010":1,"2012":1,"2014":1,"2015":1,"2061":2,"2098":1,"2107":1,"2119":1,"2142":1,"2162":1,"2176":1,"2255":1,"2310":1,"2311":2,"2312":2,"2384":2,"2420":1,"2490":1,"2507":1,"2518":1,"2537":2,"2590":2,"2644":1}}],["not",{"0":{"29":1,"98":1},"2":{"0":103,"8":1,"11":1,"12":1,"22":3,"23":3,"27":2,"28":1,"29":2,"30":2,"31":1,"35":1,"37":1,"46":1,"51":1,"61":1,"68":1,"70":1,"74":1,"76":3,"78":1,"80":1,"88":4,"98":3,"102":2,"104":2,"106":1,"110":1,"111":3,"121":1,"126":1,"132":4,"133":1,"136":1,"137":1,"139":1,"146":1,"152":1,"153":1,"157":1,"161":1,"162":5,"165":2,"166":1,"167":1,"180":1,"184":1,"186":1,"190":1,"191":1,"195":1,"200":1,"222":1,"234":1,"287":1,"334":1,"373":1,"384":1,"396":3,"516":1,"575":1,"577":2,"582":1,"590":1,"593":1,"624":1,"669":1,"691":1,"718":1,"723":1,"752":3,"754":2,"763":1,"764":1,"773":1,"850":1,"853":1,"874":1,"910":1,"950":1,"981":1,"1006":1,"1016":1,"1023":1,"1049":1,"1056":1,"1102":1,"1105":3,"1198":1,"1234":1,"1257":1,"1282":1,"1320":1,"1372":1,"1400":1,"1402":1,"1404":1,"1431":1,"1438":1,"1473":4,"1507":1,"1541":1,"1567":1,"1597":1,"1626":1,"1653":1,"1660":1,"1687":1,"1694":1,"1772":1,"1805":1,"1809":1,"1830":1,"1834":1,"1855":1,"1860":1,"1862":1,"1873":1,"1874":1,"1906":1,"1914":1,"1915":1,"1917":1,"1958":1,"1995":1,"2042":1,"2073":1,"2109":1,"2118":4,"2156":1,"2180":1,"2187":1,"2189":1,"2235":1,"2269":1,"2328":1,"2365":1,"2394":1,"2424":1,"2431":1,"2457":1,"2459":1,"2462":1,"2483":1,"2504":1,"2511":1,"2519":1,"2551":1,"2600":1,"2602":1,"2604":2,"2605":1,"2617":1,"2623":8,"2624":1,"2625":1,"2626":2,"2629":1,"2637":1,"2638":1,"2642":1,"2644":1,"2648":1,"2654":1}}],["icefire",{"2":{"2661":1}}],["ice",{"2":{"2655":1}}],["i2",{"2":{"2158":6}}],["i+3",{"2":{"1323":1}}],["i+2",{"2":{"1142":1}}],["i+1",{"2":{"0":1,"1285":1,"1402":1,"2609":2}}],["ijulia",{"0":{"44":1,"55":1},"1":{"56":1},"2":{"31":1,"44":1,"50":1,"51":1,"55":2}}],["ip",{"2":{"28":1}}],["illuminate",{"2":{"0":1,"2174":1}}],["illuminates",{"2":{"0":1}}],["ids",{"2":{"0":1,"2482":2,"2483":1,"2484":1,"2518":1}}],["id",{"2":{"0":3,"1287":1,"1289":1,"2482":2,"2483":1,"2484":1,"2485":1,"2490":3}}],["idx",{"2":{"0":2,"52":4,"80":4,"81":4,"82":4,"121":18,"2484":2,"2486":1}}],["ide",{"2":{"2618":1}}],["ides",{"2":{"106":2}}],["idea",{"2":{"105":2}}],["ideal=automatic",{"2":{"75":1}}],["ideal",{"2":{"0":5}}],["ideally",{"2":{"0":2}}],["identifying",{"2":{"121":1}}],["identifies",{"2":{"0":1}}],["identity",{"2":{"0":86,"136":1,"287":3,"334":3,"548":1,"930":2,"958":2,"995":2,"1032":2,"1067":2,"1112":1,"1170":2,"1206":2,"1239":1,"1264":1,"1298":2,"1307":1,"1314":1,"1331":1,"1349":2,"1380":2,"1414":2,"1437":1,"1446":2,"1487":2,"1516":2,"1550":2,"1575":2,"1606":2,"1636":2,"1669":2,"1780":2,"1831":3,"1832":1,"1886":2,"1928":2,"1966":2,"2022":2,"2050":2,"2080":1,"2130":2,"2165":2,"2204":2,"2308":1,"2374":2,"2406":2,"2440":2,"2466":2,"2493":2,"2526":2,"2580":2,"2642":1}}],["irrespective",{"2":{"287":1,"334":1}}],["irregularly",{"2":{"0":1,"1402":1,"1404":1}}],["irregular",{"2":{"0":2,"19":1,"1248":1,"1404":1,"2157":1}}],["irrelevant",{"2":{"0":1,"62":1}}],["iqr",{"2":{"0":3,"1104":2,"1128":1}}],["ignores",{"2":{"212":1}}],["ignore",{"2":{"0":7,"64":1,"82":1,"100":1,"119":1,"190":1,"1010":1,"1045":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1}}],["ignored",{"2":{"0":1,"31":1,"157":1,"577":1,"1435":1,"2483":1}}],["ignoring",{"2":{"0":43,"68":1,"945":1,"975":1,"1014":1,"1048":1,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1426":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2224":1,"2257":1,"2322":1,"2355":1,"2389":1,"2423":1,"2452":1,"2510":1,"2542":1,"2595":1}}],["iobuffer",{"2":{"36":2}}],["ior=input",{"2":{"34":2}}],["ior",{"2":{"33":1}}],["io",{"2":{"0":14,"31":1,"33":1,"36":1,"57":4,"75":3,"85":2,"168":6}}],["imola50",{"2":{"2656":1}}],["imola25",{"2":{"2656":1}}],["imola100",{"2":{"2656":1}}],["imola10",{"2":{"2656":1}}],["imola",{"2":{"2656":1}}],["imagine",{"2":{"2625":1}}],["imaginary",{"2":{"2618":1}}],["imag",{"2":{"2459":1}}],["imagelike",{"2":{"149":1}}],["imageshow",{"2":{"33":1}}],["images",{"0":{"91":1},"2":{"0":1,"30":1,"105":1,"106":8,"107":2,"111":2,"196":1,"222":1,"2622":1}}],["imagestorageformat",{"2":{"0":1}}],["imagepattern",{"2":{"0":1}}],["image",{"0":{"1544":1,"1716":1},"1":{"1545":1,"1546":1,"1547":1,"1548":1,"1549":1,"1550":1,"1551":1,"1552":1,"1553":1,"1554":1,"1555":1,"1556":1,"1557":1,"1558":1,"1559":1,"1560":1,"1561":1,"1562":1,"1563":1,"1564":1,"1565":1,"1566":1,"1567":1},"2":{"0":27,"16":1,"19":3,"31":2,"32":2,"82":2,"87":1,"91":1,"105":3,"106":10,"107":4,"121":1,"157":1,"189":1,"195":1,"222":2,"752":2,"1284":2,"1287":1,"1295":1,"1306":1,"1402":2,"1544":8,"1545":4,"1629":2,"1912":1,"2484":1,"2490":1,"2618":2,"2640":2}}],["immediately",{"2":{"137":1,"139":1}}],["img",{"2":{"36":2,"56":1,"106":1,"136":2,"222":2,"1545":6}}],["im",{"2":{"12":1,"1405":1,"2459":1}}],["impossible",{"2":{"2623":2}}],["important",{"2":{"0":1,"31":1,"80":1,"100":1,"383":1,"1408":1,"2486":1,"2619":1}}],["import",{"2":{"0":1,"13":1,"153":1,"163":1,"164":2,"166":1,"167":1,"168":1}}],["improve",{"2":{"0":1,"161":1,"1931":1,"2632":1}}],["impl",{"2":{"0":1,"2121":1}}],["implementing",{"2":{"83":1}}],["implement",{"2":{"13":1,"81":1,"82":4,"121":2,"151":1,"162":1,"754":1}}],["implemented",{"2":{"0":4,"22":1,"41":1,"68":1,"102":1,"121":1,"754":2,"1282":1,"1290":1,"2194":1,"2603":1,"2644":1}}],["implementations",{"2":{"1912":1}}],["implementation",{"2":{"0":3,"41":1,"76":1,"111":1,"121":1,"153":1,"155":1,"752":1,"1282":1,"2121":2}}],["implements",{"2":{"0":3,"121":1,"191":1,"754":1,"2601":1,"2603":4}}],["implicitly",{"2":{"100":1,"102":1,"2619":1,"2626":1}}],["implicit",{"2":{"0":2}}],["i",{"0":{"718":1},"2":{"0":84,"12":8,"22":1,"32":3,"33":5,"36":3,"59":1,"62":2,"66":3,"67":1,"79":1,"80":2,"81":2,"82":5,"85":1,"90":1,"92":3,"98":3,"102":2,"120":2,"121":2,"151":1,"163":1,"166":1,"168":11,"169":8,"178":2,"186":1,"187":3,"194":1,"196":1,"204":4,"206":3,"239":3,"248":3,"266":3,"287":2,"313":3,"334":2,"374":2,"379":2,"383":2,"396":4,"491":5,"578":2,"579":2,"580":2,"582":3,"584":2,"625":2,"626":3,"721":1,"748":1,"750":1,"932":1,"939":1,"951":1,"952":18,"960":1,"996":1,"1034":1,"1058":7,"1069":1,"1142":5,"1171":1,"1207":1,"1240":1,"1285":4,"1299":1,"1322":4,"1323":2,"1351":1,"1382":1,"1402":4,"1405":3,"1415":1,"1434":6,"1435":4,"1436":2,"1439":2,"1457":1,"1489":1,"1496":1,"1518":1,"1551":1,"1577":1,"1584":2,"1585":6,"1586":6,"1608":1,"1615":1,"1628":1,"1638":1,"1671":1,"1753":1,"1774":6,"1782":1,"1806":1,"1811":1,"1831":1,"1836":1,"1888":1,"1913":2,"1919":2,"1930":1,"1968":1,"1998":1,"1999":1,"2023":1,"2052":1,"2082":1,"2132":1,"2158":7,"2166":1,"2190":4,"2196":3,"2205":1,"2243":1,"2304":7,"2309":1,"2330":5,"2339":1,"2376":1,"2383":1,"2407":1,"2433":2,"2441":1,"2483":1,"2485":1,"2486":1,"2490":1,"2494":1,"2504":2,"2528":1,"2582":1,"2589":1,"2604":1,"2609":3,"2623":2,"2624":4,"2633":1,"2635":3,"2638":1,"2640":2}}],["ifelse",{"2":{"2330":1}}],["if",{"2":{"0":211,"1":1,"10":1,"12":1,"15":1,"16":1,"18":1,"19":4,"22":7,"23":1,"24":1,"26":1,"27":5,"29":2,"30":1,"31":4,"32":1,"35":1,"37":2,"39":1,"44":1,"46":1,"48":1,"49":1,"55":2,"57":1,"62":5,"67":1,"69":1,"70":1,"74":1,"75":1,"76":2,"77":1,"79":2,"80":7,"81":4,"82":13,"83":7,"88":3,"94":1,"96":3,"97":2,"98":2,"102":1,"104":2,"105":6,"106":7,"107":3,"109":2,"111":1,"116":1,"118":4,"119":1,"121":8,"124":1,"127":1,"129":1,"130":2,"132":2,"133":1,"135":1,"136":2,"137":2,"138":1,"139":4,"143":2,"145":1,"146":3,"147":1,"148":3,"149":1,"151":2,"152":1,"157":2,"161":1,"163":1,"164":2,"166":1,"167":1,"180":1,"181":1,"186":2,"190":4,"191":1,"192":1,"198":1,"199":1,"200":1,"205":1,"206":2,"210":1,"211":1,"212":2,"213":1,"217":3,"218":2,"222":1,"223":2,"226":1,"229":1,"233":1,"237":1,"245":1,"246":1,"247":1,"255":1,"257":1,"264":1,"272":1,"275":1,"281":1,"285":1,"286":1,"287":1,"290":1,"298":1,"299":1,"301":1,"302":1,"304":1,"311":1,"319":1,"322":1,"328":1,"332":1,"333":1,"334":1,"337":1,"345":1,"346":1,"348":1,"349":1,"351":1,"363":1,"365":1,"366":1,"368":1,"383":1,"384":1,"386":1,"387":1,"394":1,"396":1,"400":1,"409":1,"410":1,"414":1,"422":1,"425":1,"428":1,"430":1,"433":1,"442":1,"443":1,"447":1,"455":1,"458":1,"461":1,"464":1,"473":1,"474":1,"478":1,"486":1,"489":1,"511":1,"512":1,"515":2,"520":1,"523":1,"524":2,"534":1,"536":1,"543":1,"547":1,"549":1,"551":1,"552":1,"563":1,"566":1,"569":1,"571":1,"575":1,"576":1,"577":4,"578":2,"582":4,"583":2,"585":4,"593":1,"597":1,"599":1,"600":1,"603":1,"615":1,"616":1,"619":1,"624":1,"625":2,"626":1,"627":1,"635":1,"664":1,"669":1,"679":1,"680":1,"688":1,"691":1,"700":1,"701":1,"720":2,"725":1,"726":1,"754":2,"756":1,"757":1,"773":1,"777":1,"781":1,"786":1,"798":1,"807":1,"808":1,"810":1,"815":1,"820":1,"830":1,"840":1,"844":1,"853":1,"856":1,"858":1,"859":1,"868":1,"869":1,"871":1,"874":3,"889":1,"891":1,"897":1,"900":1,"901":1,"905":2,"910":1,"919":1,"920":1,"945":1,"967":1,"975":1,"982":3,"985":1,"987":1,"989":1,"1005":1,"1013":1,"1014":1,"1015":1,"1048":1,"1094":1,"1103":1,"1105":2,"1163":1,"1167":1,"1180":1,"1183":1,"1193":1,"1203":1,"1216":1,"1219":1,"1229":1,"1241":1,"1242":1,"1248":2,"1252":1,"1282":3,"1290":1,"1295":1,"1306":1,"1313":1,"1323":1,"1326":1,"1327":1,"1328":1,"1342":1,"1358":1,"1366":1,"1373":1,"1395":1,"1402":2,"1404":1,"1426":1,"1435":1,"1442":2,"1443":2,"1452":1,"1473":1,"1502":1,"1532":1,"1562":1,"1584":1,"1592":1,"1621":1,"1652":1,"1685":1,"1755":1,"1761":1,"1763":1,"1796":1,"1807":1,"1809":1,"1823":1,"1831":2,"1832":1,"1834":1,"1848":1,"1856":2,"1868":1,"1879":1,"1901":1,"1911":2,"1914":1,"1915":1,"1916":1,"1917":1,"1925":1,"1948":1,"1954":1,"1988":1,"1996":1,"2016":1,"2037":1,"2059":1,"2067":1,"2092":1,"2118":1,"2149":1,"2158":1,"2162":1,"2179":1,"2201":1,"2224":1,"2232":1,"2236":1,"2257":1,"2262":1,"2311":3,"2312":3,"2319":1,"2322":1,"2355":1,"2389":1,"2423":1,"2452":1,"2462":1,"2463":1,"2485":1,"2495":2,"2510":1,"2542":1,"2555":2,"2595":1,"2611":2,"2616":1,"2617":1,"2618":2,"2623":7,"2625":1,"2626":2,"2633":1,"2638":1,"2640":1,"2641":2,"2644":4,"2649":2}}],["ith",{"2":{"151":1}}],["itr",{"2":{"0":1}}],["italic",{"2":{"0":6,"110":5,"628":4,"2196":1,"2197":5,"2207":1}}],["iteratively",{"2":{"582":1}}],["iterations=200",{"2":{"35":1,"2644":1}}],["iterations=32",{"2":{"33":1}}],["iterations=400",{"2":{"32":1}}],["iterations=100",{"2":{"36":1}}],["iterations=10",{"2":{"31":2}}],["iterations",{"2":{"31":5,"162":1}}],["iteration",{"2":{"0":3,"1282":2}}],["iterate",{"2":{"52":1,"2644":1}}],["iterates",{"2":{"0":1}}],["iterators",{"2":{"36":1,"625":1,"2192":1}}],["iterator",{"2":{"8":4}}],["iterable",{"2":{"0":4,"8":1,"720":1,"1461":1,"2091":1,"2113":1}}],["iter",{"2":{"0":4}}],["items=",{"2":{"56":1}}],["items",{"2":{"56":7}}],["item",{"2":{"0":1,"718":1,"723":1}}],["it",{"2":{"0":82,"7":1,"11":1,"13":2,"14":1,"15":1,"17":1,"18":2,"20":1,"21":1,"22":3,"24":1,"26":1,"27":1,"28":1,"30":3,"31":6,"37":1,"39":2,"51":5,"53":8,"54":1,"57":1,"61":1,"68":1,"69":2,"73":1,"74":3,"75":3,"76":2,"78":3,"79":5,"80":2,"82":5,"83":1,"85":1,"88":2,"96":1,"97":2,"98":3,"99":1,"104":6,"105":5,"106":4,"107":5,"110":1,"113":1,"119":1,"120":1,"121":6,"122":1,"123":1,"124":1,"127":2,"128":1,"130":1,"132":2,"133":1,"135":1,"136":1,"138":2,"139":5,"140":1,"141":3,"144":1,"145":1,"146":5,"147":1,"149":2,"151":2,"152":7,"155":1,"156":3,"157":1,"158":1,"159":1,"161":4,"162":1,"165":1,"166":1,"178":1,"179":1,"180":1,"181":1,"190":4,"191":1,"195":1,"196":1,"197":2,"205":1,"206":2,"207":1,"214":1,"216":2,"217":2,"218":1,"234":1,"383":2,"515":1,"516":1,"549":1,"577":5,"578":3,"583":2,"585":1,"589":1,"590":1,"624":1,"625":1,"626":2,"669":1,"691":3,"748":1,"752":4,"753":1,"756":1,"810":1,"844":1,"849":1,"850":1,"874":1,"982":1,"990":1,"1180":1,"1216":1,"1236":1,"1258":1,"1284":1,"1288":1,"1290":1,"1314":1,"1315":1,"1402":1,"1405":1,"1406":1,"1407":1,"1408":3,"1461":1,"1473":1,"1773":3,"1911":1,"1914":4,"1917":2,"1918":1,"1944":1,"2091":3,"2113":1,"2118":1,"2158":1,"2162":1,"2189":2,"2194":1,"2236":1,"2304":2,"2305":1,"2311":3,"2312":3,"2318":1,"2319":1,"2459":1,"2462":1,"2481":1,"2555":1,"2601":2,"2604":5,"2605":1,"2617":3,"2618":3,"2622":1,"2623":17,"2626":2,"2628":1,"2638":2,"2640":3,"2642":1,"2643":1,"2644":2,"2647":1,"2649":1}}],["itself",{"2":{"0":3,"37":1,"100":1,"107":1,"109":1,"152":2,"155":1,"162":1,"206":1,"1954":1,"2189":1,"2194":1,"2232":1,"2623":2}}],["its",{"2":{"0":16,"8":1,"14":1,"18":1,"23":2,"37":2,"62":1,"69":2,"96":1,"97":2,"98":1,"100":1,"119":2,"127":1,"128":1,"129":1,"130":2,"133":1,"135":1,"139":2,"152":1,"155":2,"157":2,"158":1,"183":1,"184":1,"189":1,"200":1,"221":1,"230":1,"258":1,"356":1,"359":1,"367":1,"372":1,"380":1,"395":1,"493":1,"502":1,"513":1,"518":1,"525":1,"570":1,"575":1,"577":3,"579":1,"587":1,"591":1,"601":1,"605":1,"609":1,"618":1,"630":1,"640":1,"655":1,"683":1,"689":1,"693":1,"697":1,"702":1,"707":1,"716":1,"729":1,"752":1,"754":1,"760":1,"771":1,"841":1,"847":1,"851":1,"860":1,"865":1,"866":1,"870":1,"876":1,"894":1,"906":1,"911":1,"916":1,"922":1,"924":1,"1288":1,"1435":1,"1915":1,"1917":1,"1944":2,"2189":1,"2193":1,"2217":1,"2251":1,"2485":1,"2603":1,"2604":1,"2605":1,"2617":1,"2623":3,"2629":1,"2632":2,"2644":2}}],["inward",{"2":{"2632":1}}],["inbounds",{"2":{"1285":1}}],["inherent",{"2":{"107":1}}],["inherited",{"2":{"624":1,"691":1,"2644":1}}],["inherits",{"2":{"156":1}}],["inherit",{"2":{"0":240,"149":1,"240":1,"244":1,"250":1,"254":1,"267":1,"271":1,"292":1,"296":1,"314":1,"318":1,"339":1,"343":1,"390":1,"393":1,"404":1,"408":1,"418":1,"421":1,"437":1,"441":1,"451":1,"454":1,"468":1,"472":1,"482":1,"485":1,"501":1,"505":1,"521":1,"529":1,"533":1,"557":1,"561":1,"606":1,"608":1,"643":1,"647":1,"681":1,"686":1,"715":1,"762":1,"779":1,"780":1,"781":1,"782":1,"784":1,"785":1,"786":1,"787":1,"791":2,"792":2,"795":1,"798":1,"813":1,"814":1,"815":1,"816":1,"818":1,"819":1,"820":1,"821":1,"824":2,"825":2,"827":1,"830":1,"836":2,"837":2,"838":2,"839":2,"840":1,"893":1,"902":1,"927":1,"928":1,"939":1,"941":1,"955":1,"956":1,"967":1,"968":1,"970":1,"972":1,"993":1,"1029":1,"1030":1,"1062":1,"1065":1,"1083":1,"1084":1,"1088":1,"1098":1,"1099":1,"1109":1,"1110":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1126":1,"1127":1,"1132":1,"1133":1,"1135":1,"1136":1,"1146":1,"1147":1,"1148":1,"1149":1,"1151":1,"1153":1,"1154":1,"1160":1,"1168":1,"1179":1,"1181":1,"1186":1,"1190":1,"1204":1,"1215":1,"1217":1,"1222":1,"1226":1,"1238":1,"1261":1,"1262":1,"1269":1,"1271":1,"1279":1,"1280":1,"1296":1,"1328":1,"1329":1,"1334":1,"1339":1,"1340":1,"1346":1,"1347":1,"1358":1,"1359":1,"1361":1,"1363":1,"1377":1,"1378":1,"1390":1,"1391":1,"1412":1,"1444":1,"1462":1,"1468":1,"1469":1,"1478":1,"1479":1,"1484":1,"1485":1,"1496":1,"1498":1,"1513":1,"1514":1,"1525":1,"1526":1,"1529":1,"1536":1,"1537":1,"1538":1,"1572":1,"1573":1,"1584":1,"1585":1,"1587":1,"1589":1,"1603":1,"1604":1,"1615":1,"1617":1,"1633":1,"1634":1,"1666":1,"1667":1,"1777":1,"1778":1,"1789":1,"1790":1,"1793":1,"1800":1,"1801":1,"1802":1,"1809":1,"1818":1,"1819":1,"1821":1,"1826":1,"1827":1,"1834":1,"1843":1,"1844":1,"1846":1,"1851":1,"1852":1,"1863":1,"1883":1,"1884":1,"1896":1,"1897":1,"1925":1,"1926":1,"1942":1,"1944":1,"1952":1,"1953":1,"1963":1,"1964":1,"1975":1,"1976":1,"1978":1,"1980":1,"1984":1,"1985":1,"1991":1,"1992":1,"2003":1,"2005":1,"2011":1,"2020":1,"2047":1,"2048":1,"2059":1,"2060":1,"2062":1,"2064":1,"2077":1,"2078":1,"2089":1,"2095":1,"2096":1,"2099":1,"2100":1,"2101":1,"2104":1,"2105":1,"2108":1,"2114":1,"2117":1,"2128":1,"2140":1,"2141":1,"2143":1,"2146":1,"2163":1,"2201":1,"2202":1,"2206":1,"2207":1,"2208":1,"2244":1,"2264":1,"2278":1,"2279":1,"2282":1,"2285":1,"2286":1,"2287":1,"2288":1,"2290":1,"2291":1,"2292":1,"2293":1,"2299":1,"2307":1,"2336":1,"2349":1,"2350":1,"2361":1,"2362":1,"2371":1,"2372":1,"2383":1,"2385":1,"2404":1,"2438":1,"2464":1,"2469":1,"2470":1,"2471":1,"2475":1,"2491":1,"2523":1,"2524":1,"2535":1,"2536":1,"2539":1,"2546":1,"2547":1,"2548":1,"2557":1,"2559":1,"2577":1,"2578":1,"2589":1,"2591":1}}],["init",{"2":{"51":3,"52":1,"53":2,"54":1,"56":2,"66":1,"152":1}}],["initiate",{"2":{"82":2}}],["initiated",{"2":{"29":1}}],["initial",{"2":{"0":1}}],["initialize",{"2":{"0":1,"53":2,"62":1}}],["inline",{"0":{"17":1},"2":{"0":1,"17":1,"51":2,"57":2,"66":1,"1284":1,"2640":3}}],["inlining",{"2":{"0":1,"51":1,"1294":1,"2640":1}}],["influenced",{"2":{"234":1}}],["influence",{"2":{"97":1,"98":1}}],["infra",{"2":{"56":1}}],["informative",{"2":{"1856":1}}],["information",{"2":{"0":131,"119":2,"152":1,"290":1,"337":1,"1235":1,"2302":1}}],["info",{"2":{"54":2,"197":1,"2617":1,"2618":1}}],["infers",{"2":{"577":1}}],["inferno",{"2":{"163":1,"167":1,"196":1,"2657":1}}],["infer",{"2":{"0":1,"45":1,"1284":1}}],["inferred",{"2":{"0":2,"577":1}}],["inf",{"2":{"0":8,"1074":1,"1241":1,"1242":1,"1466":1,"1877":2,"2338":2}}],["infinite",{"2":{"0":2,"191":1}}],["involving",{"2":{"219":1}}],["involved",{"2":{"1922":1}}],["involve",{"2":{"218":1}}],["invocation",{"2":{"151":1}}],["inv",{"2":{"63":3}}],["invisible",{"2":{"0":2,"908":1,"1915":1,"2478":1,"2480":1,"2482":1,"2484":1,"2505":1,"2649":1}}],["invertible",{"2":{"68":1,"287":1,"334":1}}],["inverts",{"2":{"0":1,"2174":1}}],["invert",{"0":{"2174":1},"2":{"0":1}}],["inverted",{"2":{"0":7,"991":1,"1028":1,"1632":1,"1665":1,"2161":1,"2403":1,"2489":1,"2604":1}}],["inverse",{"2":{"0":4,"68":2,"287":1,"334":1,"1409":1,"2158":1}}],["invalid",{"0":{"879":1,"884":1},"2":{"0":3,"31":1,"879":1,"1073":1}}],["inner=5",{"2":{"2555":4}}],["inner=emissive",{"2":{"32":1}}],["innertext",{"2":{"53":1}}],["inner",{"0":{"1755":1},"2":{"0":8,"22":1,"126":1,"972":1,"1363":1,"1589":1,"1750":1,"1755":1,"2064":1,"2191":1,"2274":5,"2304":6}}],["inactive",{"0":{"590":1,"710":1,"711":1,"724":1,"850":1,"915":1},"2":{"0":6,"710":1,"711":1,"724":1,"915":1}}],["indistinguishable",{"2":{"194":1}}],["indirectly",{"2":{"149":1}}],["individually",{"2":{"0":3,"83":1,"1681":1,"1686":1,"2463":1}}],["individual",{"2":{"0":4,"90":1,"1856":1,"2298":1,"2473":1,"2486":1,"2554":1}}],["indices",{"2":{"0":9,"82":1,"582":1,"1105":1,"1163":1,"1164":1,"1200":1,"1773":2,"2274":1,"2304":3,"2327":1}}],["indicate",{"2":{"0":1,"76":1,"121":1,"192":1,"2555":1}}],["indicates",{"2":{"0":1,"76":1,"585":1,"910":1}}],["indicators",{"2":{"0":45,"119":2,"121":3,"936":1,"964":1,"1001":1,"1039":1,"1079":1,"1176":1,"1212":1,"1245":1,"1303":1,"1355":1,"1387":1,"1419":1,"1493":1,"1522":1,"1555":1,"1581":1,"1612":1,"1643":1,"1676":1,"1757":1,"1786":1,"1814":1,"1839":1,"1893":1,"1938":1,"1972":1,"2029":1,"2056":1,"2085":1,"2137":1,"2171":1,"2214":1,"2248":1,"2315":1,"2345":1,"2380":1,"2413":1,"2445":1,"2501":1,"2532":1,"2586":1}}],["indicator",{"2":{"0":6,"119":6,"121":12}}],["independant",{"2":{"52":1}}],["independently",{"2":{"24":1,"156":1}}],["independent",{"0":{"191":1},"2":{"0":45,"22":2,"23":2,"25":1,"31":1,"83":1,"106":8,"155":1,"191":1,"575":1,"949":1,"980":1,"1022":1,"1055":1,"1101":1,"1197":1,"1233":1,"1256":1,"1319":1,"1371":1,"1399":1,"1408":1,"1430":1,"1506":1,"1540":1,"1566":1,"1596":1,"1625":1,"1659":1,"1693":1,"1770":1,"1804":1,"1829":1,"1854":1,"1905":1,"1956":1,"1994":1,"2017":1,"2041":1,"2072":1,"2103":1,"2155":1,"2162":1,"2186":1,"2189":1,"2194":1,"2234":1,"2267":1,"2326":1,"2364":1,"2393":1,"2430":1,"2456":1,"2517":1,"2550":1,"2599":1}}],["indexin",{"2":{"1856":14}}],["indexing",{"0":{"582":1},"2":{"101":1,"102":3,"104":2,"136":1,"138":1,"152":1,"2626":1}}],["indexedabsorptionrgba",{"2":{"0":1,"2397":1}}],["indexedabsorption",{"2":{"0":1,"2397":1}}],["index",{"2":{"0":92,"52":7,"54":5,"57":1,"82":6,"102":2,"104":1,"119":1,"120":3,"121":2,"122":1,"136":1,"144":1,"186":1,"582":3,"584":1,"718":1,"937":1,"938":1,"965":1,"966":1,"1002":1,"1003":1,"1040":1,"1041":1,"1080":1,"1081":1,"1177":1,"1178":1,"1213":1,"1214":1,"1246":1,"1247":1,"1304":1,"1305":1,"1356":1,"1357":1,"1388":1,"1389":1,"1420":1,"1421":1,"1494":1,"1495":1,"1523":1,"1524":1,"1556":1,"1557":1,"1582":1,"1583":1,"1613":1,"1614":1,"1644":1,"1645":1,"1677":1,"1678":1,"1758":1,"1759":1,"1787":1,"1788":1,"1815":1,"1816":1,"1840":1,"1841":1,"1894":1,"1895":1,"1939":1,"1940":1,"1973":1,"1974":1,"2030":1,"2031":1,"2057":1,"2058":1,"2086":1,"2087":1,"2138":1,"2139":1,"2172":1,"2173":1,"2215":1,"2216":1,"2249":1,"2250":1,"2304":2,"2316":1,"2317":1,"2346":1,"2347":1,"2381":1,"2382":1,"2414":1,"2415":1,"2446":1,"2447":1,"2482":1,"2483":1,"2485":2,"2486":3,"2502":1,"2503":1,"2533":1,"2534":1,"2587":1,"2588":1}}],["insensitive",{"2":{"109":1}}],["inserts",{"2":{"151":1}}],["insertion",{"2":{"18":1}}],["insert",{"2":{"12":1,"51":1,"63":1}}],["inserted",{"2":{"0":2,"54":1,"56":1,"151":1,"2236":1}}],["inspiration",{"2":{"35":1,"198":1}}],["inspired",{"2":{"2":1}}],["inspected",{"2":{"120":1}}],["inspecting",{"0":{"119":1},"1":{"120":1,"121":1,"122":1}}],["inspection",{"2":{"0":1,"119":2}}],["inspect",{"2":{"53":1}}],["inspectable",{"0":{"935":1,"963":1,"1000":1,"1038":1,"1078":1,"1117":1,"1175":1,"1211":1,"1244":1,"1269":1,"1302":1,"1334":1,"1354":1,"1386":1,"1418":1,"1492":1,"1521":1,"1554":1,"1580":1,"1611":1,"1642":1,"1675":1,"1756":1,"1785":1,"1813":1,"1838":1,"1892":1,"1937":1,"1971":1,"2028":1,"2055":1,"2084":1,"2136":1,"2170":1,"2213":1,"2247":1,"2314":1,"2344":1,"2379":1,"2412":1,"2444":1,"2500":1,"2531":1,"2585":1},"2":{"0":51,"119":2,"121":1,"1117":1,"1269":1,"1334":1}}],["inspector",{"0":{"936":1,"937":1,"938":1,"964":1,"965":1,"966":1,"1001":1,"1002":1,"1003":1,"1039":1,"1040":1,"1041":1,"1079":1,"1080":1,"1081":1,"1176":1,"1177":1,"1178":1,"1212":1,"1213":1,"1214":1,"1245":1,"1246":1,"1247":1,"1303":1,"1304":1,"1305":1,"1355":1,"1356":1,"1357":1,"1387":1,"1388":1,"1389":1,"1419":1,"1420":1,"1421":1,"1493":1,"1494":1,"1495":1,"1522":1,"1523":1,"1524":1,"1555":1,"1556":1,"1557":1,"1581":1,"1582":1,"1583":1,"1612":1,"1613":1,"1614":1,"1643":1,"1644":1,"1645":1,"1676":1,"1677":1,"1678":1,"1757":1,"1758":1,"1759":1,"1786":1,"1787":1,"1788":1,"1814":1,"1815":1,"1816":1,"1839":1,"1840":1,"1841":1,"1893":1,"1894":1,"1895":1,"1938":1,"1939":1,"1940":1,"1972":1,"1973":1,"1974":1,"2029":1,"2030":1,"2031":1,"2056":1,"2057":1,"2058":1,"2085":1,"2086":1,"2087":1,"2137":1,"2138":1,"2139":1,"2171":1,"2172":1,"2173":1,"2214":1,"2215":1,"2216":1,"2248":1,"2249":1,"2250":1,"2315":1,"2316":1,"2317":1,"2345":1,"2346":1,"2347":1,"2380":1,"2381":1,"2382":1,"2413":1,"2414":1,"2415":1,"2445":1,"2446":1,"2447":1,"2501":1,"2502":1,"2503":1,"2532":1,"2533":1,"2534":1,"2586":1,"2587":1,"2588":1},"2":{"0":219,"119":5,"120":2,"121":23,"122":4,"936":1,"937":1,"964":1,"965":1,"1001":1,"1002":1,"1039":1,"1040":1,"1079":1,"1080":1,"1176":1,"1177":1,"1212":1,"1213":1,"1245":1,"1246":1,"1303":1,"1304":1,"1355":1,"1356":1,"1387":1,"1388":1,"1419":1,"1420":1,"1493":1,"1494":1,"1522":1,"1523":1,"1555":1,"1556":1,"1581":1,"1582":1,"1612":1,"1613":1,"1643":1,"1644":1,"1676":1,"1677":1,"1757":1,"1758":1,"1786":1,"1787":1,"1814":1,"1815":1,"1839":1,"1840":1,"1893":1,"1894":1,"1938":1,"1939":1,"1972":1,"1973":1,"2029":1,"2030":1,"2056":1,"2057":1,"2085":1,"2086":1,"2137":1,"2138":1,"2171":1,"2172":1,"2214":1,"2215":1,"2248":1,"2249":1,"2315":1,"2316":1,"2345":1,"2346":1,"2380":1,"2381":1,"2413":1,"2414":1,"2445":1,"2446":1,"2501":1,"2502":1,"2532":1,"2533":1,"2586":1,"2587":1}}],["instantiate",{"2":{"162":1}}],["instances",{"2":{"45":1}}],["installation",{"0":{"87":1,"197":1,"2617":1},"1":{"88":1},"2":{"2616":1}}],["installed",{"2":{"27":1,"116":1,"2616":1,"2618":1}}],["install",{"2":{"1":1,"13":1,"27":1,"28":5,"116":1,"197":2,"2617":2}}],["instead",{"0":{"1405":1},"2":{"0":9,"8":1,"11":1,"26":1,"39":1,"62":1,"82":1,"94":1,"102":1,"104":2,"106":1,"107":1,"139":1,"147":1,"150":1,"151":1,"162":2,"185":1,"186":1,"191":1,"290":1,"337":1,"385":1,"572":1,"582":1,"632":1,"845":1,"985":1,"1373":1,"1408":1,"1569":1,"1600":1,"1922":1,"2189":1,"2225":1,"2302":1,"2485":2,"2604":1,"2637":1,"2640":2}}],["inside",{"0":{"626":1},"2":{"0":7,"37":1,"52":1,"53":1,"127":2,"138":1,"152":2,"162":1,"164":1,"166":1,"221":1,"287":1,"334":1,"356":1,"372":1,"493":1,"518":1,"579":3,"580":6,"587":1,"605":1,"630":1,"693":1,"707":1,"760":1,"847":1,"865":1,"876":1,"911":1,"1916":2,"1917":1,"2304":1}}],["incoming",{"2":{"2604":3}}],["incorrectly",{"2":{"752":1}}],["inches",{"2":{"107":3}}],["inch",{"2":{"105":1,"107":4}}],["incrementally",{"2":{"0":2}}],["increasing",{"2":{"0":2,"62":1,"71":1,"107":2,"374":1,"384":1,"2601":1}}],["increase",{"2":{"0":1,"62":1,"106":1,"107":2,"200":1,"669":1,"2604":1,"2638":1}}],["increases",{"2":{"0":2,"139":1,"1917":1}}],["including",{"2":{"0":4,"5":1,"576":1,"1282":1}}],["included",{"2":{"0":1,"2298":1}}],["includes",{"2":{"0":2}}],["include",{"2":{"0":13,"22":1,"62":3,"71":1,"752":1,"761":1,"1236":1,"1248":1,"1627":1,"2189":1,"2190":1,"2305":1,"2604":1,"2613":1}}],["intslider",{"2":{"585":1}}],["introducing",{"2":{"2623":1}}],["introduced",{"2":{"2648":1}}],["introduces",{"2":{"162":1}}],["introduce",{"2":{"161":1}}],["introduction",{"0":{"2646":1},"2":{"155":1}}],["intact",{"2":{"0":1,"105":1,"212":1,"578":1,"1917":1,"2637":1}}],["int64",{"2":{"0":1,"2641":1}}],["intel",{"2":{"27":1,"30":1}}],["integration",{"2":{"41":1,"74":1,"118":1}}],["integrated",{"2":{"26":1,"27":1,"88":1}}],["integers",{"2":{"0":1,"164":1,"1434":1,"2304":2}}],["integer",{"2":{"0":6,"59":1,"75":1,"1114":1,"1434":1,"1865":1,"2478":1,"2486":1}}],["intend",{"2":{"135":1}}],["intended",{"2":{"0":1,"107":1,"139":1}}],["intensity",{"2":{"0":3,"34":1,"169":1,"2398":1,"2605":1}}],["internet",{"2":{"2616":1,"2617":1}}],["internal",{"0":{"2482":1},"2":{"0":1,"37":1,"66":4,"69":1,"162":1,"186":1,"890":1,"2478":1,"2485":1}}],["internally",{"2":{"0":3,"158":1,"1289":1,"1912":1,"2478":1,"2482":1,"2486":1,"2644":1}}],["interested",{"2":{"218":1}}],["interesting",{"2":{"136":1,"198":1,"1288":1}}],["intermediate",{"2":{"116":1}}],["interchangeably",{"2":{"107":1}}],["intercept",{"2":{"0":1,"924":1}}],["intercepts",{"2":{"0":2,"924":2}}],["interfere",{"2":{"80":1}}],["interfaces",{"2":{"76":1}}],["interface",{"2":{"0":1,"29":1,"52":2,"53":1,"72":1,"754":1,"2304":1,"2617":1}}],["interacts",{"2":{"2604":1}}],["interacted",{"2":{"590":1,"850":1}}],["interact",{"2":{"53":1,"132":1,"2644":1}}],["interacting",{"2":{"51":1,"85":1}}],["interactivity",{"0":{"754":1},"2":{"51":1,"53":1,"55":1}}],["interactively",{"2":{"0":3,"31":2,"34":2,"80":1,"134":1,"135":1,"152":1,"168":1,"234":1,"583":1}}],["interactive",{"0":{"84":1,"168":1},"2":{"0":1,"13":3,"24":1,"31":1,"34":2,"50":1,"51":1,"77":1,"84":1,"106":1,"118":1,"134":2,"162":2,"168":1,"197":1,"284":1,"306":1,"331":1,"353":1,"801":1,"833":1,"908":1}}],["interactions",{"0":{"85":1,"214":1,"215":1,"216":1},"1":{"215":1,"216":1,"217":1,"218":1,"219":1},"2":{"0":1,"77":1,"80":1,"81":1,"82":4,"83":1,"209":1,"215":2,"218":2,"219":1}}],["interaction",{"0":{"80":1,"81":1,"209":1,"217":1,"218":1,"2643":1},"1":{"210":1,"211":1,"212":1,"213":1,"214":1,"215":1,"216":1,"217":1,"218":1,"219":1},"2":{"0":32,"41":1,"47":1,"64":1,"82":2,"85":1,"134":2,"214":2,"215":6,"216":3,"217":3,"218":14,"219":2,"723":1,"754":3,"800":1,"832":1,"1294":1}}],["interop",{"0":{"34":2},"2":{"31":1}}],["interpret",{"2":{"753":1}}],["interpreting",{"2":{"383":1}}],["interpreted",{"2":{"0":8,"106":1,"124":1,"750":1,"751":1,"982":2,"1249":1,"1402":1,"2189":1,"2319":2,"2573":1}}],["interpolating",{"2":{"53":2}}],["interpolation",{"2":{"0":2,"124":1,"2416":1,"2504":1}}],["interpolate",{"0":{"1042":1,"1306":1,"1422":1,"1558":1,"1646":1,"2416":1,"2448":1,"2504":1},"2":{"0":8,"53":1,"56":1}}],["interpolated",{"2":{"0":7,"1042":1,"1306":1,"1422":1,"1558":1,"1646":1,"2448":1}}],["interquartile",{"2":{"0":1,"1104":1}}],["intervals",{"2":{"0":3,"279":1,"326":1,"585":1,"1024":1,"1373":1,"1879":1}}],["intervalsets",{"2":{"0":1}}],["intervalsbetween",{"2":{"0":1,"279":4,"287":1,"326":4,"334":1,"541":1,"788":1,"822":1}}],["intervalslider",{"0":{"585":1,"738":1},"1":{"586":1,"587":1,"588":1,"589":1,"590":1,"591":1,"592":1,"593":1,"594":1,"595":1,"596":1,"597":1,"598":1,"599":1,"600":1,"601":1,"602":1},"2":{"0":3,"585":2}}],["interval",{"0":{"594":1},"2":{"0":6,"12":1,"64":1,"287":2,"334":2,"585":12,"594":1,"1510":1,"2520":1}}],["int",{"2":{"0":18,"16":1,"19":1,"66":1,"82":1,"166":2,"196":1,"585":10,"1185":1,"1221":1,"1248":3,"1442":3,"1461":1,"1856":2,"2113":1,"2318":1,"2327":1,"2640":1,"2641":1}}],["into",{"0":{"96":1,"101":1,"203":1,"750":1},"2":{"0":21,"27":2,"31":1,"51":1,"53":3,"54":1,"56":1,"57":2,"58":1,"60":1,"62":2,"68":3,"69":1,"73":2,"75":3,"79":1,"82":3,"98":3,"99":1,"100":1,"102":4,"104":1,"121":1,"126":2,"144":1,"146":1,"149":1,"151":2,"152":2,"161":2,"162":5,"165":1,"166":1,"167":2,"191":1,"196":1,"203":1,"213":1,"279":1,"326":1,"396":1,"516":1,"582":2,"625":2,"691":2,"1282":1,"1438":1,"1452":1,"1457":1,"1917":1,"2482":1,"2485":2,"2486":1,"2604":1,"2618":1,"2619":3,"2623":1,"2627":2,"2630":1,"2632":1,"2642":1,"2643":1,"2644":1}}],["inputs",{"2":{"0":46,"34":3,"76":1,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1194":1,"1230":1,"1253":1,"1316":1,"1367":1,"1396":1,"1427":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1849":1,"1902":1,"1945":1,"1950":1,"1989":1,"2038":1,"2068":1,"2093":1,"2151":1,"2182":1,"2220":1,"2227":1,"2259":1,"2323":1,"2359":1,"2390":1,"2426":1,"2453":1,"2459":1,"2483":1,"2513":1,"2544":1,"2596":1}}],["input",{"2":{"0":13,"34":5,"67":2,"79":1,"81":1,"82":1,"137":1,"148":1,"152":3,"162":1,"167":2,"750":1,"751":1,"874":1,"891":1,"898":1,"905":1,"982":1,"1438":1,"1473":1,"2118":1,"2274":1,"2485":2,"2505":1,"2641":1,"2648":1}}],["in",{"0":{"26":1,"75":1,"117":1,"165":1,"1437":1,"1569":1,"1600":1,"1922":1},"2":{"0":555,"8":2,"12":2,"13":2,"14":2,"17":1,"19":2,"22":5,"23":2,"24":1,"26":2,"27":5,"30":1,"31":10,"32":2,"34":1,"35":1,"36":11,"37":1,"38":1,"39":1,"41":1,"47":2,"48":1,"50":1,"51":9,"53":6,"54":3,"55":2,"56":2,"58":1,"59":2,"61":2,"62":3,"64":1,"66":6,"67":3,"68":2,"69":1,"70":2,"71":1,"72":1,"73":1,"74":3,"75":7,"76":7,"77":1,"78":1,"79":4,"80":4,"82":11,"83":2,"84":1,"85":2,"90":1,"92":1,"94":2,"96":4,"97":4,"98":4,"100":2,"101":1,"102":6,"104":2,"105":3,"106":21,"107":4,"108":1,"110":2,"111":2,"112":1,"113":1,"115":1,"117":1,"118":2,"119":3,"121":8,"123":1,"124":1,"126":2,"128":2,"131":1,"132":1,"133":1,"134":1,"135":2,"136":5,"137":2,"138":1,"139":3,"140":1,"141":2,"144":3,"148":1,"151":2,"152":9,"153":2,"155":4,"157":2,"159":1,"161":2,"162":6,"163":2,"164":1,"165":3,"166":4,"167":2,"168":4,"169":3,"178":2,"180":2,"181":1,"182":1,"183":1,"184":1,"186":2,"187":5,"189":2,"190":14,"191":3,"192":3,"194":2,"196":1,"197":1,"200":1,"204":2,"205":1,"206":1,"207":1,"210":2,"212":1,"218":5,"221":1,"222":4,"223":1,"234":2,"260":1,"270":1,"284":1,"287":2,"288":1,"290":3,"295":1,"304":1,"306":1,"307":1,"317":1,"331":1,"334":2,"335":1,"337":3,"342":1,"351":1,"353":1,"356":1,"359":1,"367":1,"372":1,"373":3,"374":1,"379":1,"380":1,"383":1,"384":1,"395":1,"396":4,"398":1,"407":1,"410":2,"431":1,"440":1,"443":2,"462":1,"471":1,"474":2,"491":3,"493":1,"502":1,"513":1,"515":4,"518":1,"522":1,"525":1,"532":1,"537":1,"545":1,"553":1,"570":1,"575":1,"576":1,"577":5,"578":2,"579":5,"580":1,"581":1,"582":3,"584":2,"585":3,"587":1,"591":1,"598":1,"601":1,"603":1,"605":1,"609":1,"614":1,"618":1,"623":1,"624":1,"625":4,"626":4,"627":1,"628":6,"630":1,"637":1,"638":1,"640":1,"652":1,"660":1,"664":1,"675":1,"689":1,"691":1,"693":1,"697":1,"702":1,"707":1,"716":1,"720":1,"722":1,"729":1,"748":1,"750":2,"751":1,"752":8,"753":1,"754":2,"757":5,"758":3,"760":1,"771":1,"774":1,"775":1,"776":1,"789":1,"809":1,"811":1,"812":1,"817":1,"841":1,"844":3,"847":1,"851":1,"857":1,"860":1,"863":1,"865":1,"866":1,"870":1,"876":1,"894":1,"906":1,"908":2,"911":1,"913":1,"916":1,"922":1,"926":1,"932":1,"936":1,"940":1,"941":1,"945":1,"947":1,"949":2,"951":1,"952":3,"954":1,"960":1,"964":1,"969":1,"970":1,"975":1,"978":1,"980":2,"982":2,"983":14,"986":1,"988":3,"989":3,"990":2,"996":1,"1001":1,"1005":1,"1006":1,"1014":1,"1019":1,"1020":1,"1022":2,"1024":1,"1025":1,"1027":1,"1034":1,"1039":1,"1048":1,"1052":1,"1053":1,"1055":2,"1058":5,"1060":1,"1069":1,"1073":2,"1079":1,"1086":1,"1094":1,"1096":1,"1101":2,"1142":1,"1155":1,"1162":1,"1163":1,"1164":5,"1166":1,"1167":1,"1171":1,"1176":1,"1185":1,"1193":1,"1195":1,"1197":2,"1200":5,"1202":1,"1203":1,"1207":1,"1212":1,"1221":1,"1229":1,"1231":1,"1233":2,"1235":1,"1240":1,"1241":1,"1242":1,"1245":1,"1248":1,"1249":2,"1252":1,"1254":1,"1256":2,"1282":1,"1285":3,"1286":2,"1288":3,"1289":2,"1293":1,"1294":2,"1299":1,"1303":1,"1313":1,"1317":1,"1319":2,"1322":2,"1323":3,"1336":1,"1345":1,"1351":1,"1355":1,"1360":1,"1361":1,"1366":1,"1368":1,"1369":2,"1371":2,"1373":1,"1376":1,"1382":1,"1383":1,"1387":1,"1391":1,"1395":1,"1397":1,"1399":2,"1401":1,"1402":3,"1404":9,"1405":1,"1407":3,"1408":6,"1411":1,"1415":1,"1419":1,"1426":1,"1428":1,"1430":2,"1434":3,"1435":5,"1436":1,"1438":1,"1439":1,"1441":1,"1442":1,"1452":1,"1457":1,"1481":2,"1483":1,"1489":1,"1493":1,"1497":1,"1498":1,"1502":1,"1504":1,"1506":2,"1508":1,"1509":1,"1510":2,"1512":1,"1518":1,"1522":1,"1527":1,"1532":1,"1535":1,"1540":2,"1542":1,"1543":1,"1547":1,"1551":1,"1555":1,"1562":1,"1564":1,"1566":2,"1568":2,"1569":4,"1571":1,"1577":1,"1581":1,"1584":2,"1585":1,"1586":5,"1587":2,"1592":1,"1594":1,"1596":2,"1598":1,"1600":4,"1602":1,"1608":1,"1612":1,"1616":1,"1617":1,"1621":1,"1623":1,"1625":2,"1628":2,"1629":8,"1631":1,"1638":1,"1643":1,"1652":1,"1656":1,"1657":1,"1659":2,"1661":1,"1664":1,"1671":1,"1676":1,"1685":1,"1690":1,"1691":1,"1693":2,"1753":1,"1757":1,"1762":1,"1763":1,"1766":1,"1770":2,"1773":1,"1774":6,"1776":1,"1782":1,"1786":1,"1791":1,"1796":1,"1799":1,"1804":2,"1811":1,"1814":1,"1823":1,"1825":1,"1829":2,"1831":1,"1836":1,"1839":1,"1848":1,"1850":1,"1854":2,"1856":4,"1861":1,"1873":1,"1874":1,"1878":1,"1879":2,"1882":1,"1888":1,"1889":1,"1893":1,"1897":1,"1901":1,"1903":1,"1905":2,"1907":1,"1908":1,"1911":2,"1913":1,"1914":6,"1915":2,"1916":2,"1918":2,"1919":2,"1920":2,"1922":4,"1924":1,"1930":1,"1931":1,"1938":1,"1943":1,"1944":1,"1945":1,"1948":1,"1951":1,"1956":2,"1962":1,"1968":1,"1972":1,"1978":1,"1988":1,"1990":1,"1994":2,"1998":1,"1999":1,"2019":1,"2023":1,"2029":1,"2037":1,"2039":1,"2041":2,"2046":1,"2052":1,"2056":1,"2061":1,"2062":1,"2067":1,"2069":1,"2070":2,"2072":2,"2082":1,"2085":1,"2091":1,"2092":1,"2094":1,"2103":2,"2124":1,"2132":1,"2137":1,"2149":1,"2152":1,"2155":2,"2157":1,"2158":6,"2160":1,"2166":1,"2171":1,"2179":1,"2183":1,"2184":1,"2186":2,"2189":4,"2190":5,"2191":2,"2192":5,"2193":1,"2194":2,"2195":1,"2200":1,"2205":1,"2206":1,"2208":1,"2214":1,"2217":1,"2220":1,"2223":1,"2224":1,"2228":1,"2234":2,"2243":1,"2245":1,"2248":1,"2257":1,"2260":1,"2265":1,"2267":2,"2276":1,"2298":1,"2302":1,"2304":6,"2309":1,"2312":1,"2315":1,"2318":2,"2319":1,"2322":1,"2324":1,"2326":2,"2327":1,"2330":2,"2339":1,"2345":1,"2355":1,"2360":1,"2364":2,"2368":2,"2370":1,"2376":1,"2380":1,"2384":1,"2385":1,"2389":1,"2391":1,"2393":2,"2395":1,"2396":1,"2402":1,"2407":1,"2413":1,"2423":1,"2427":1,"2428":1,"2430":2,"2435":1,"2441":1,"2445":1,"2452":1,"2454":1,"2456":2,"2461":1,"2477":1,"2481":1,"2482":1,"2483":1,"2484":8,"2485":2,"2486":1,"2488":1,"2494":1,"2498":1,"2501":1,"2505":1,"2510":1,"2514":1,"2515":1,"2517":2,"2520":2,"2522":1,"2528":1,"2532":1,"2537":1,"2542":1,"2545":1,"2550":2,"2552":1,"2553":1,"2555":2,"2576":1,"2582":1,"2586":1,"2590":1,"2591":1,"2595":1,"2597":1,"2599":2,"2601":1,"2602":2,"2604":7,"2605":6,"2607":1,"2608":1,"2609":10,"2610":2,"2611":2,"2617":5,"2618":6,"2619":2,"2622":1,"2623":7,"2624":17,"2625":5,"2626":3,"2627":1,"2628":1,"2629":1,"2630":4,"2631":1,"2632":2,"2633":3,"2634":7,"2635":5,"2637":2,"2639":4,"2640":8,"2641":1,"2642":1,"2643":2,"2644":3,"2646":1,"2647":1,"2648":2,"2649":1,"2650":1,"2652":2,"2653":3,"2654":1}}],["island",{"2":{"2662":1}}],["iseven",{"2":{"1572":5,"1587":1}}],["isempty",{"2":{"121":1}}],["isa",{"2":{"66":1,"2611":2}}],["ismissing",{"2":{"0":1,"2505":1}}],["isoluminant",{"2":{"2660":6}}],["isodd",{"2":{"169":1}}],["isorange=0",{"2":{"2480":1}}],["isorange",{"0":{"2417":1},"2":{"0":1,"2398":1}}],["isovalue=1",{"2":{"2480":1}}],["isovalue",{"0":{"2418":1},"2":{"0":4,"2397":1,"2398":1,"2417":1,"2418":1}}],["iso",{"2":{"0":1,"2397":1,"2398":1}}],["isopen",{"2":{"0":1}}],["isdensity",{"2":{"0":2,"1473":1,"2118":1}}],["issue",{"2":{"45":2,"191":2,"200":1,"1922":2}}],["issued",{"2":{"0":2}}],["issues",{"0":{"87":1,"89":1,"93":1,"95":1},"1":{"88":1,"90":1,"91":1,"92":1,"94":1,"96":1,"97":1,"98":1},"2":{"0":4,"27":1,"28":1,"161":1,"200":2,"1015":1,"1282":1}}],["ispressed",{"0":{"83":1},"2":{"0":16,"64":1,"83":5,"778":1,"2641":1}}],["isnan",{"2":{"0":1,"66":1,"2505":1}}],["isnothing",{"2":{"0":1,"35":1,"2505":1,"2644":1}}],["isn",{"2":{"0":1,"22":1,"41":2,"42":1,"44":1,"46":1,"52":1,"53":2,"62":1,"74":1,"106":1,"161":1,"190":1,"191":1}}],["is",{"0":{"13":1,"155":1,"162":1,"719":1,"2505":1},"1":{"14":1},"2":{"0":634,"1":1,"7":1,"8":3,"10":3,"11":1,"13":2,"15":1,"17":1,"18":1,"19":3,"21":2,"22":1,"23":3,"26":2,"27":2,"28":1,"29":3,"31":7,"34":1,"37":1,"39":1,"41":3,"44":1,"46":1,"49":1,"51":7,"52":2,"53":6,"54":3,"55":2,"58":2,"61":2,"62":14,"64":1,"66":7,"67":2,"68":5,"69":6,"70":4,"71":1,"73":3,"74":2,"75":1,"76":4,"78":3,"79":7,"80":4,"81":2,"82":8,"83":6,"88":1,"92":2,"94":1,"96":1,"97":4,"98":6,"100":2,"102":2,"104":2,"105":6,"106":18,"107":6,"109":1,"110":1,"111":2,"112":1,"116":3,"117":1,"119":1,"120":4,"121":9,"122":3,"123":1,"124":1,"126":1,"127":2,"128":2,"130":3,"131":1,"132":4,"134":2,"135":2,"136":5,"137":2,"138":3,"139":4,"141":2,"143":4,"144":2,"145":1,"146":2,"147":1,"148":3,"149":1,"150":2,"151":7,"152":10,"155":2,"156":2,"157":2,"158":2,"159":1,"161":2,"162":5,"164":1,"165":1,"167":1,"168":3,"177":1,"179":1,"183":1,"184":1,"186":3,"187":1,"190":9,"191":4,"192":1,"194":1,"196":2,"197":2,"198":1,"202":1,"203":1,"206":1,"207":1,"208":1,"210":1,"211":1,"212":2,"213":1,"214":1,"217":1,"218":4,"223":3,"226":1,"229":1,"233":1,"234":1,"237":1,"245":1,"255":1,"257":1,"272":1,"287":2,"290":3,"299":1,"319":1,"334":2,"337":3,"346":1,"358":1,"363":1,"368":1,"373":1,"383":1,"384":3,"394":1,"396":6,"400":1,"409":1,"414":1,"428":1,"430":1,"433":1,"442":1,"447":1,"461":1,"464":1,"473":1,"478":1,"515":1,"516":1,"520":1,"523":1,"534":1,"536":1,"547":1,"569":1,"571":1,"575":2,"576":5,"577":10,"578":7,"579":2,"580":1,"582":1,"583":1,"585":4,"590":1,"603":5,"619":1,"625":2,"626":3,"628":1,"635":1,"646":1,"664":1,"691":1,"704":1,"705":3,"719":1,"720":5,"723":1,"748":3,"752":3,"754":2,"758":1,"763":1,"781":1,"786":1,"801":1,"805":1,"810":1,"815":1,"820":1,"833":1,"840":1,"844":3,"850":1,"857":1,"863":2,"871":1,"874":3,"889":2,"891":1,"896":2,"897":1,"898":1,"905":3,"910":1,"914":1,"915":1,"924":1,"928":1,"933":1,"947":2,"951":1,"956":1,"961":1,"967":2,"978":2,"982":3,"985":1,"988":2,"989":1,"990":1,"993":1,"998":1,"1005":1,"1013":1,"1017":1,"1020":2,"1024":1,"1030":1,"1036":1,"1050":1,"1053":2,"1057":1,"1065":1,"1073":4,"1075":1,"1076":2,"1096":2,"1103":2,"1104":2,"1105":1,"1107":1,"1139":2,"1163":2,"1167":1,"1168":1,"1173":1,"1195":2,"1199":1,"1203":1,"1204":1,"1209":1,"1231":2,"1235":1,"1243":1,"1248":2,"1249":1,"1254":2,"1258":2,"1282":2,"1285":1,"1288":1,"1290":1,"1296":1,"1300":1,"1317":2,"1321":1,"1342":2,"1347":1,"1352":1,"1358":2,"1368":2,"1373":1,"1378":1,"1384":1,"1397":2,"1402":6,"1405":1,"1406":1,"1407":1,"1408":3,"1409":2,"1412":1,"1416":1,"1428":2,"1432":1,"1434":1,"1435":4,"1444":1,"1454":1,"1481":1,"1485":1,"1490":1,"1504":2,"1510":1,"1514":1,"1519":1,"1535":2,"1537":1,"1544":1,"1548":1,"1552":1,"1564":2,"1568":1,"1573":1,"1578":1,"1584":2,"1594":2,"1598":1,"1604":1,"1609":1,"1623":2,"1627":1,"1634":1,"1640":1,"1654":1,"1657":2,"1661":2,"1667":1,"1673":1,"1686":2,"1688":1,"1691":2,"1749":1,"1754":1,"1755":1,"1761":1,"1766":2,"1773":2,"1778":1,"1783":1,"1799":2,"1801":1,"1806":1,"1807":1,"1809":1,"1812":1,"1825":2,"1831":3,"1834":1,"1837":1,"1850":2,"1856":4,"1858":2,"1873":1,"1879":1,"1884":1,"1890":1,"1903":2,"1908":1,"1911":3,"1913":1,"1914":3,"1915":2,"1916":2,"1917":3,"1918":1,"1925":1,"1926":1,"1933":1,"1943":1,"1944":1,"1945":1,"1949":1,"1951":2,"1954":1,"1959":1,"1964":1,"1969":1,"1990":2,"1996":3,"2016":1,"2017":1,"2020":1,"2026":1,"2039":2,"2043":2,"2048":1,"2053":1,"2059":2,"2069":2,"2074":2,"2083":1,"2094":2,"2110":1,"2121":1,"2127":2,"2128":1,"2133":1,"2152":2,"2157":1,"2158":1,"2163":1,"2168":1,"2181":1,"2184":2,"2188":1,"2189":7,"2192":2,"2193":1,"2194":5,"2196":1,"2201":1,"2202":1,"2209":1,"2228":2,"2231":1,"2232":1,"2236":1,"2237":1,"2239":1,"2241":1,"2246":1,"2251":1,"2260":2,"2265":1,"2273":1,"2274":2,"2276":2,"2302":2,"2304":2,"2311":3,"2312":3,"2313":1,"2319":2,"2324":2,"2329":2,"2332":1,"2342":1,"2360":2,"2368":1,"2372":1,"2377":1,"2391":2,"2397":1,"2401":1,"2404":1,"2410":1,"2425":1,"2428":2,"2432":1,"2438":1,"2442":1,"2454":2,"2458":1,"2459":1,"2462":2,"2464":1,"2478":2,"2480":2,"2481":1,"2482":1,"2483":1,"2484":4,"2485":2,"2486":4,"2491":1,"2497":1,"2504":1,"2512":1,"2515":2,"2520":1,"2524":1,"2529":1,"2545":2,"2547":1,"2554":1,"2555":1,"2573":1,"2578":1,"2583":1,"2597":2,"2601":4,"2604":10,"2605":2,"2613":3,"2616":1,"2617":3,"2618":5,"2619":2,"2621":2,"2623":23,"2624":1,"2626":1,"2629":2,"2632":1,"2633":2,"2636":1,"2637":1,"2638":2,"2639":1,"2640":2,"2642":3,"2644":10,"2646":5,"2647":1,"2648":2,"2649":3,"2653":4}}],["fcfc82",{"2":{"2614":1}}],["fn",{"2":{"1285":2}}],["fg",{"2":{"195":11}}],["ftfont",{"2":{"109":1}}],["f32",{"2":{"66":3,"69":1}}],["f2",{"2":{"57":2}}],["f1",{"2":{"57":2}}],["f99098ce1a974b0bef85932dc1d3994846a0189a",{"2":{"56":1}}],["fff",{"2":{"56":1}}],["ffmpeg",{"2":{"0":8,"9":1}}],["fps",{"2":{"12":2,"85":2}}],["fxaa=true",{"2":{"983":2}}],["fxaa",{"0":{"933":1,"961":1,"998":1,"1036":1,"1075":1,"1173":1,"1209":1,"1243":1,"1300":1,"1352":1,"1384":1,"1416":1,"1490":1,"1519":1,"1552":1,"1578":1,"1609":1,"1640":1,"1673":1,"1754":1,"1783":1,"1812":1,"1837":1,"1890":1,"1933":1,"1969":1,"2026":1,"2053":1,"2083":1,"2133":1,"2168":1,"2209":1,"2246":1,"2313":1,"2342":1,"2377":1,"2410":1,"2442":1,"2497":1,"2529":1,"2583":1},"2":{"0":129,"14":1,"22":2,"933":1,"947":1,"961":1,"978":1,"998":1,"1020":1,"1036":1,"1053":1,"1075":1,"1096":1,"1173":1,"1195":1,"1209":1,"1231":1,"1243":1,"1254":1,"1300":1,"1317":1,"1352":1,"1368":1,"1384":1,"1397":1,"1416":1,"1428":1,"1490":1,"1504":1,"1519":1,"1535":1,"1552":1,"1564":1,"1569":5,"1578":1,"1594":1,"1600":5,"1609":1,"1623":1,"1640":1,"1657":1,"1673":1,"1691":1,"1754":1,"1766":1,"1783":1,"1799":1,"1812":1,"1825":1,"1837":1,"1850":1,"1890":1,"1903":1,"1922":5,"1933":1,"1951":1,"1969":1,"1990":1,"2026":1,"2039":1,"2053":1,"2069":1,"2083":1,"2094":1,"2133":1,"2152":1,"2168":1,"2184":1,"2209":1,"2228":1,"2246":1,"2260":1,"2313":1,"2324":1,"2342":1,"2360":1,"2377":1,"2391":1,"2410":1,"2428":1,"2442":1,"2454":1,"2497":1,"2515":1,"2529":1,"2545":1,"2583":1,"2597":1}}],["fmt",{"2":{"0":2}}],["fes50",{"2":{"2656":1}}],["fes25",{"2":{"2656":1}}],["fes100",{"2":{"2656":1}}],["fes10",{"2":{"2656":1}}],["fes",{"2":{"2656":1}}],["ferrari",{"2":{"2193":1}}],["february",{"2":{"1323":1}}],["fetch",{"2":{"51":2,"52":1,"53":2,"54":1,"56":2,"151":2}}],["fetched",{"2":{"0":1}}],["feat",{"2":{"36":2}}],["features",{"0":{"42":1},"2":{"31":1,"36":1}}],["feature",{"2":{"0":4,"21":1,"31":1,"48":1,"81":1,"516":1,"748":1,"763":1,"1282":1}}],["few",{"2":{"0":3,"121":1,"169":1,"863":1,"871":1,"1569":1,"1600":1,"1913":1,"1922":1}}],["fruitpunch",{"2":{"2662":1}}],["frustum",{"2":{"63":4}}],["friends",{"2":{"2643":1}}],["fr",{"2":{"56":2}}],["frequently",{"0":{"86":1},"1":{"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1,"98":1},"2":{"190":1}}],["frequency",{"2":{"0":1,"874":3}}],["freedom",{"2":{"98":1}}],["freetype",{"2":{"94":1,"108":1}}],["freetypeabstraction",{"2":{"94":2}}],["freeglut3",{"2":{"28":1}}],["freely",{"2":{"0":1,"597":1,"751":1,"856":1}}],["franklin",{"2":{"51":2}}],["fraction",{"2":{"0":6,"132":1,"576":2,"918":1,"1249":1,"1473":1,"2118":1,"2217":1,"2319":1}}],["fractions",{"2":{"0":2,"2199":1}}],["frac",{"2":{"0":4,"124":3,"2195":3}}],["framerate=1",{"2":{"168":1}}],["framerate=24",{"2":{"0":1}}],["framerate",{"2":{"0":4,"8":5,"10":8,"11":1,"22":1,"49":2,"85":1,"152":1}}],["framesize",{"0":{"2025":1},"2":{"0":1}}],["frames",{"2":{"0":2,"8":1,"11":2,"22":1,"49":1,"85":1}}],["framewidth",{"0":{"636":1},"2":{"0":1}}],["framevisible",{"0":{"635":1},"2":{"0":1,"625":1}}],["framecolor=",{"2":{"1289":1}}],["framecolor",{"0":{"634":1,"914":1,"915":1,"2024":1},"2":{"0":4,"2017":1}}],["frame",{"2":{"0":6,"7":2,"8":2,"11":3,"152":3,"196":4,"396":3,"1315":1}}],["frontend",{"2":{"13":1}}],["front",{"2":{"0":2,"119":1,"190":4,"192":1,"1914":1,"2495":1}}],["froms",{"2":{"152":4}}],["from",{"0":{"104":1,"623":1,"625":1,"1917":1},"1":{"624":1},"2":{"0":121,"8":1,"9":1,"23":1,"24":1,"27":1,"28":3,"29":1,"31":3,"33":1,"36":2,"40":1,"55":2,"57":1,"62":2,"71":1,"78":1,"79":1,"81":2,"82":4,"85":1,"104":3,"105":1,"107":3,"110":1,"111":1,"118":1,"119":1,"121":6,"123":1,"126":1,"130":1,"139":1,"144":1,"147":1,"148":1,"149":1,"151":3,"152":2,"155":1,"162":4,"165":1,"167":3,"186":1,"190":2,"194":1,"195":1,"222":2,"358":1,"374":2,"379":2,"383":1,"515":1,"582":3,"585":1,"596":1,"603":1,"624":1,"626":1,"627":1,"691":1,"751":1,"754":1,"757":1,"855":1,"871":1,"928":1,"951":1,"956":1,"993":1,"1024":1,"1030":1,"1065":1,"1086":1,"1155":1,"1156":1,"1162":2,"1168":1,"1185":1,"1204":1,"1221":1,"1236":1,"1241":1,"1242":1,"1248":1,"1285":1,"1286":1,"1287":1,"1288":2,"1296":1,"1347":1,"1373":1,"1378":1,"1402":2,"1412":1,"1444":1,"1462":1,"1485":1,"1510":1,"1514":1,"1548":1,"1573":1,"1604":1,"1627":1,"1634":1,"1667":1,"1749":1,"1762":1,"1778":1,"1831":1,"1858":1,"1879":1,"1884":1,"1912":1,"1915":1,"1917":1,"1926":1,"1943":1,"1964":1,"1996":1,"2020":1,"2048":1,"2074":1,"2128":1,"2163":1,"2193":1,"2195":1,"2196":1,"2202":1,"2223":1,"2273":1,"2274":2,"2302":1,"2305":1,"2307":1,"2311":1,"2312":1,"2318":1,"2327":1,"2372":1,"2404":1,"2438":1,"2458":2,"2459":2,"2464":1,"2482":1,"2484":1,"2485":1,"2491":1,"2518":1,"2520":1,"2524":1,"2578":1,"2603":1,"2611":1,"2623":2,"2625":1,"2626":1,"2631":1,"2633":1,"2639":1,"2640":3,"2642":3,"2643":1,"2644":3,"2646":1,"2649":1}}],["f",{"2":{"0":54,"34":2,"38":3,"39":4,"54":3,"62":1,"73":3,"76":2,"82":2,"96":5,"97":6,"98":6,"100":1,"101":4,"102":12,"103":3,"104":15,"110":3,"124":6,"137":2,"152":4,"162":1,"163":1,"166":3,"167":4,"168":5,"169":8,"178":5,"181":2,"186":3,"187":5,"192":7,"194":3,"195":7,"202":3,"203":1,"204":3,"205":9,"206":5,"207":6,"208":4,"222":6,"223":4,"234":6,"239":5,"248":5,"249":5,"261":4,"266":5,"279":5,"287":7,"290":6,"301":4,"304":6,"308":4,"313":5,"326":5,"334":7,"337":6,"348":4,"351":6,"575":6,"576":6,"577":7,"578":9,"579":6,"580":9,"581":7,"582":15,"583":7,"585":7,"603":5,"624":4,"625":9,"626":7,"627":4,"628":10,"704":2,"749":3,"750":4,"751":9,"752":6,"753":7,"873":4,"874":4,"924":1,"952":6,"982":1,"983":4,"1025":6,"1058":3,"1141":2,"1142":4,"1143":3,"1164":8,"1200":6,"1235":12,"1236":4,"1287":2,"1288":2,"1289":3,"1290":1,"1322":12,"1323":6,"1343":9,"1374":9,"1404":12,"1434":6,"1435":6,"1436":3,"1437":4,"1438":3,"1439":3,"1455":6,"1545":6,"1569":10,"1599":3,"1600":10,"1629":4,"1750":4,"1774":18,"1880":6,"1913":3,"1914":4,"1919":3,"1920":3,"1922":14,"1960":3,"2017":2,"2044":5,"2075":12,"2111":6,"2121":5,"2122":5,"2127":1,"2189":3,"2190":3,"2193":3,"2194":5,"2195":4,"2196":4,"2197":4,"2274":7,"2303":6,"2304":9,"2305":3,"2459":14,"2480":1,"2482":1,"2483":1,"2484":2,"2485":6,"2618":1,"2619":5,"2620":2,"2621":3,"2622":3,"2623":25,"2624":6,"2625":1,"2626":4,"2627":3,"2628":1,"2629":3,"2630":1,"2631":1,"2632":2,"2633":1,"2634":3,"2635":2,"2636":1,"2637":1,"2638":3,"2640":3,"2651":3,"2653":2}}],["fldmod1",{"2":{"287":1,"334":1,"374":1,"379":1,"383":1,"625":1,"1434":2,"1435":2,"1436":1,"1439":1,"1913":1}}],["fly",{"2":{"158":1}}],["flexible",{"2":{"98":1,"199":2,"218":1,"2638":1}}],["flow",{"2":{"603":1}}],["floor=true",{"2":{"35":1,"2644":1}}],["floor",{"2":{"32":1,"35":2,"2611":1,"2644":2}}],["floating",{"2":{"119":1,"151":1}}],["floats",{"2":{"22":1,"80":1,"191":1}}],["float",{"2":{"0":1,"22":2}}],["float64",{"2":{"0":15,"66":3,"67":1,"76":2,"79":3,"80":2,"163":1,"195":3,"196":7,"874":3,"905":1,"1235":3,"1236":1,"1292":1,"1856":2,"2016":1,"2158":1,"2304":1}}],["float32convert",{"0":{"69":1},"2":{"0":1,"66":2,"68":1,"69":6,"71":1}}],["float32",{"2":{"0":18,"33":2,"51":1,"67":1,"69":3,"71":1,"91":2,"150":1,"152":2,"167":1,"2398":1,"2604":1,"2642":8}}],["flag",{"2":{"2657":1}}],["flags",{"2":{"0":1,"31":3}}],["flashy",{"2":{"56":1}}],["flatten",{"2":{"82":1}}],["flat",{"2":{"0":20,"18":1,"54":1,"939":2,"968":2,"1359":2,"1496":2,"1585":2,"1615":2,"2060":2,"2383":2,"2486":1,"2589":2}}],["flushes",{"2":{"0":1}}],["flips",{"2":{"523":1,"524":1}}],["flipaxis",{"0":{"524":1},"2":{"0":1,"515":2,"752":2}}],["flipped",{"2":{"0":1,"229":1}}],["flipx",{"2":{"0":2,"1917":1}}],["flipy",{"2":{"0":3,"1917":2}}],["flip",{"0":{"229":1,"523":1,"1074":1,"1466":1},"2":{"0":6,"162":1,"1058":4,"1457":3,"1477":2,"1917":1}}],["foldl",{"2":{"152":1}}],["folder",{"2":{"0":1,"2617":7,"2622":1}}],["followed",{"2":{"70":1}}],["follow",{"2":{"0":1,"82":1,"1831":1,"1832":1,"2616":1}}],["following",{"2":{"0":7,"9":1,"16":1,"31":1,"49":1,"52":1,"58":1,"61":1,"66":1,"72":1,"76":1,"79":1,"102":1,"110":1,"118":1,"146":1,"151":1,"153":1,"167":1,"177":1,"184":1,"194":1,"195":1,"199":1,"624":1,"627":1,"751":1,"1369":1,"1831":1,"2070":1,"2604":1,"2624":2,"2642":1,"2647":1,"2653":1}}],["follows",{"2":{"0":2,"190":2,"249":1,"2192":1,"2304":1}}],["found",{"2":{"0":2,"52":1,"53":1,"104":1,"148":3,"871":1,"2618":1}}],["four",{"2":{"0":4,"13":1,"98":1,"103":2,"121":1,"126":1,"131":1,"197":1,"234":1,"358":2,"574":1,"1510":1,"2520":1,"2626":1,"2633":1,"2637":1,"2639":1}}],["focuses",{"2":{"22":1}}],["focused",{"0":{"878":1,"879":1,"883":1,"884":1,"891":1},"2":{"0":6,"62":1,"79":2,"878":1,"879":1,"883":1,"884":1,"891":1}}],["focus",{"2":{"0":1,"22":1}}],["focusing",{"2":{"0":1,"62":1}}],["fov",{"2":{"0":6,"32":1,"33":1,"34":1,"62":6}}],["fontpaths",{"2":{"94":1}}],["fonts",{"0":{"108":1,"111":1,"125":1,"2207":1},"1":{"109":1,"110":1,"111":1},"2":{"0":10,"94":1,"108":2,"110":6,"111":3,"125":1,"179":2,"1058":1,"2196":1,"2197":1,"2206":1,"2207":2}}],["fontsizes",{"2":{"2196":2}}],["fontsize=30",{"2":{"180":1,"1856":1}}],["fontsize",{"0":{"501":1,"608":1,"715":1,"893":1,"1148":1,"2208":1,"2245":1},"2":{"0":19,"66":1,"107":3,"110":1,"124":2,"163":1,"178":3,"181":3,"244":1,"254":1,"271":1,"296":1,"318":1,"343":1,"393":1,"408":1,"421":1,"441":1,"454":1,"472":1,"485":1,"501":1,"533":1,"561":1,"582":7,"603":1,"608":1,"647":1,"686":1,"715":1,"795":1,"827":1,"838":1,"839":2,"893":1,"1088":1,"1141":1,"1142":1,"1148":1,"1914":1,"2190":1,"2194":1,"2196":2,"2197":2,"2208":2,"2220":1,"2624":1,"2637":1}}],["font",{"0":{"94":1,"107":1,"500":1,"607":1,"892":1,"1084":1,"1147":1,"1469":1,"2206":1,"2244":1},"2":{"0":40,"94":6,"105":1,"107":2,"108":1,"109":10,"110":3,"125":1,"241":1,"244":1,"251":1,"254":1,"268":1,"271":1,"293":1,"296":1,"315":1,"318":1,"340":1,"343":1,"391":1,"393":1,"396":1,"405":1,"419":1,"438":1,"452":1,"469":1,"483":1,"500":1,"501":1,"530":1,"533":1,"558":1,"561":1,"607":1,"608":1,"628":4,"644":1,"647":1,"682":1,"686":1,"715":1,"792":2,"825":2,"837":2,"892":1,"1084":2,"1088":1,"1147":1,"1181":2,"1184":1,"1217":2,"1220":1,"1469":1,"1584":1,"1585":1,"1587":1,"1912":1,"1914":1,"1932":1,"2194":1,"2196":4,"2197":4,"2206":4,"2244":2,"2624":3,"2625":1,"2629":1,"2634":1,"2637":1}}],["forall",{"2":{"124":1}}],["foreground",{"2":{"79":1,"195":1}}],["foreach",{"2":{"0":3,"36":1}}],["forcing",{"0":{"26":1}}],["forced",{"2":{"222":1}}],["force",{"2":{"0":2,"51":1,"64":1,"2623":3}}],["forget",{"2":{"12":1,"96":1}}],["formula",{"2":{"125":1,"751":1,"2196":1}}],["forms",{"2":{"0":1,"135":1,"1918":2,"2484":1}}],["former",{"2":{"0":1,"150":1}}],["form",{"2":{"0":8,"28":1,"177":1,"1024":1,"1402":1,"1405":1,"1629":1,"1911":1,"2276":1,"2618":2}}],["formatted",{"2":{"2484":1}}],["formatter=x",{"2":{"1456":1}}],["formatter",{"0":{"1085":1,"1470":1},"2":{"0":7,"76":2,"290":1,"299":1,"337":1,"346":1,"790":1,"823":1,"1058":1,"1085":1,"1182":1,"1218":1,"1470":1}}],["formatting",{"2":{"287":1,"290":1,"334":1,"337":1}}],["formats",{"0":{"9":1},"2":{"0":6,"9":1,"290":1,"337":1,"1182":1,"1218":1,"1915":1,"2622":1}}],["format`",{"2":{"0":2}}],["format=nothing",{"2":{"0":1}}],["format=",{"2":{"0":1}}],["format",{"2":{"0":41,"75":1,"105":1,"290":2,"337":2,"417":1,"450":1,"481":1,"555":1,"863":3,"2484":1}}],["forwarding",{"0":{"28":1,"115":1},"2":{"55":1,"114":1,"115":1}}],["forwarded",{"2":{"0":13,"55":2,"64":1,"118":2,"626":1}}],["forward",{"2":{"0":6,"18":1,"53":1,"62":1,"118":2,"121":2,"165":1,"167":1,"1629":1,"2648":1}}],["for",{"0":{"138":1,"163":1,"166":1,"167":1,"1407":1,"1408":1,"2645":1},"1":{"2646":1,"2647":1,"2648":1},"2":{"0":918,"9":1,"10":2,"12":2,"13":1,"14":1,"15":1,"19":4,"22":6,"23":1,"25":1,"26":1,"27":3,"30":3,"31":8,"32":2,"34":1,"35":1,"36":7,"37":1,"41":1,"46":1,"49":2,"51":9,"52":1,"53":5,"55":2,"58":1,"59":1,"60":1,"61":1,"62":31,"64":2,"66":7,"68":2,"69":4,"71":4,"72":1,"74":4,"75":11,"76":9,"78":1,"79":1,"80":3,"81":1,"82":9,"83":2,"85":2,"88":1,"92":3,"98":3,"100":1,"102":4,"103":3,"104":1,"105":4,"106":8,"107":8,"108":1,"109":1,"110":1,"113":1,"114":1,"117":1,"118":4,"119":4,"121":8,"123":1,"124":1,"125":2,"126":1,"127":1,"129":1,"130":1,"132":2,"133":2,"135":2,"139":1,"140":1,"141":1,"142":1,"144":2,"145":1,"149":6,"150":2,"151":4,"152":7,"153":6,"155":2,"157":1,"159":2,"161":1,"162":2,"163":3,"164":2,"165":1,"166":3,"167":3,"168":4,"169":3,"177":1,"178":1,"179":1,"180":1,"181":1,"183":1,"184":2,"185":1,"186":2,"187":4,"189":2,"190":3,"191":6,"192":1,"195":1,"196":3,"198":2,"199":3,"200":3,"204":2,"205":1,"206":1,"207":2,"216":2,"217":1,"218":3,"219":1,"222":2,"223":2,"227":1,"228":1,"234":1,"235":1,"279":2,"283":1,"287":6,"290":9,"297":1,"299":5,"304":1,"305":1,"326":2,"330":1,"334":6,"337":9,"344":1,"346":5,"351":1,"352":1,"358":2,"373":2,"374":1,"376":1,"377":1,"378":1,"379":1,"383":2,"384":3,"396":2,"410":1,"443":1,"474":1,"491":3,"499":1,"515":1,"516":2,"541":1,"555":1,"562":1,"577":2,"578":1,"579":2,"580":2,"581":1,"582":2,"583":1,"584":1,"603":1,"612":1,"624":2,"625":2,"626":5,"627":3,"628":5,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1,"691":2,"694":1,"695":1,"696":1,"748":1,"751":1,"752":7,"753":1,"754":2,"756":5,"757":2,"758":1,"761":1,"765":1,"766":1,"767":1,"774":1,"778":1,"788":1,"790":1,"799":2,"809":1,"811":1,"822":1,"823":1,"831":2,"844":1,"863":1,"874":1,"890":1,"903":1,"905":1,"908":2,"924":1,"928":1,"930":1,"934":1,"936":1,"940":2,"942":1,"943":1,"944":1,"946":2,"951":1,"952":3,"956":1,"958":1,"962":1,"964":1,"967":3,"969":2,"971":1,"973":1,"974":1,"977":2,"982":2,"983":10,"988":2,"989":1,"991":1,"993":1,"995":1,"999":1,"1001":1,"1005":1,"1007":2,"1008":1,"1011":1,"1012":1,"1018":2,"1024":1,"1025":1,"1028":1,"1029":1,"1030":1,"1032":1,"1037":1,"1039":1,"1043":1,"1046":1,"1047":1,"1051":2,"1057":1,"1058":5,"1065":1,"1067":1,"1073":1,"1077":1,"1079":1,"1089":1,"1090":1,"1092":1,"1095":2,"1104":1,"1105":1,"1123":1,"1137":1,"1139":1,"1142":1,"1163":1,"1164":2,"1168":1,"1170":1,"1174":1,"1176":1,"1189":1,"1191":1,"1192":1,"1194":2,"1199":2,"1200":2,"1204":1,"1206":1,"1210":1,"1212":1,"1225":1,"1227":1,"1228":1,"1230":2,"1235":1,"1245":1,"1248":1,"1249":2,"1250":1,"1253":2,"1258":1,"1275":1,"1282":3,"1284":3,"1285":2,"1288":1,"1289":1,"1290":1,"1294":2,"1296":1,"1298":1,"1301":1,"1303":1,"1308":1,"1309":1,"1310":1,"1311":1,"1316":2,"1321":1,"1322":2,"1323":2,"1337":1,"1342":2,"1347":1,"1349":1,"1353":1,"1355":1,"1358":3,"1360":2,"1362":1,"1364":1,"1365":1,"1367":2,"1373":1,"1378":1,"1380":1,"1385":1,"1387":1,"1392":1,"1393":1,"1394":1,"1396":2,"1402":3,"1404":9,"1405":1,"1407":2,"1408":4,"1412":1,"1414":1,"1417":1,"1419":1,"1423":1,"1424":1,"1425":1,"1427":2,"1432":2,"1434":3,"1435":3,"1436":1,"1439":1,"1442":1,"1444":1,"1446":1,"1447":1,"1448":1,"1449":1,"1453":1,"1454":1,"1457":1,"1473":1,"1481":1,"1485":1,"1487":1,"1491":1,"1493":1,"1497":2,"1499":1,"1500":1,"1501":1,"1503":2,"1510":1,"1513":1,"1514":1,"1516":1,"1520":1,"1522":1,"1527":2,"1528":1,"1530":1,"1531":1,"1534":2,"1537":1,"1544":1,"1548":1,"1550":1,"1553":1,"1555":1,"1559":1,"1560":1,"1561":1,"1563":2,"1568":2,"1569":1,"1573":1,"1575":1,"1579":1,"1581":1,"1584":6,"1585":1,"1586":6,"1587":1,"1588":1,"1590":1,"1591":1,"1593":2,"1598":2,"1600":1,"1604":1,"1606":1,"1610":1,"1612":1,"1616":2,"1618":1,"1619":1,"1620":1,"1622":2,"1627":1,"1628":2,"1629":5,"1632":1,"1633":1,"1634":1,"1636":1,"1641":1,"1643":1,"1647":1,"1650":1,"1651":1,"1655":2,"1661":2,"1665":1,"1667":1,"1669":1,"1674":1,"1676":1,"1679":1,"1683":1,"1684":1,"1689":2,"1749":1,"1757":1,"1760":1,"1765":2,"1771":1,"1773":1,"1774":6,"1777":1,"1778":1,"1780":1,"1784":1,"1786":1,"1791":2,"1792":1,"1794":1,"1795":1,"1798":2,"1801":1,"1806":3,"1814":1,"1822":1,"1824":2,"1831":2,"1839":1,"1847":1,"1849":2,"1856":7,"1863":1,"1869":1,"1874":1,"1876":1,"1879":1,"1884":1,"1886":1,"1891":1,"1893":1,"1898":1,"1899":1,"1900":1,"1902":2,"1908":2,"1911":1,"1913":1,"1914":3,"1915":1,"1916":1,"1917":1,"1919":2,"1920":1,"1922":2,"1926":1,"1928":1,"1932":1,"1936":1,"1938":1,"1941":1,"1944":1,"1945":1,"1946":1,"1947":1,"1950":2,"1959":1,"1964":1,"1966":1,"1970":1,"1972":1,"1977":1,"1979":1,"1986":1,"1987":1,"1989":2,"1996":3,"1998":1,"1999":1,"2016":1,"2020":1,"2022":1,"2027":1,"2029":1,"2032":1,"2035":1,"2036":1,"2038":2,"2043":1,"2048":1,"2050":1,"2054":1,"2056":1,"2059":3,"2061":2,"2063":1,"2065":1,"2066":1,"2068":2,"2074":1,"2085":1,"2090":1,"2091":4,"2093":2,"2110":1,"2111":1,"2118":1,"2121":2,"2128":1,"2130":1,"2135":1,"2137":1,"2144":1,"2147":1,"2148":1,"2151":2,"2157":1,"2158":5,"2161":1,"2163":1,"2165":1,"2169":1,"2171":1,"2174":1,"2175":1,"2177":1,"2178":1,"2182":2,"2188":1,"2189":1,"2190":4,"2191":2,"2192":5,"2193":1,"2194":2,"2195":1,"2196":3,"2197":1,"2201":1,"2202":1,"2204":1,"2207":1,"2212":1,"2214":1,"2219":1,"2220":1,"2221":1,"2222":1,"2227":2,"2231":1,"2236":1,"2237":1,"2248":1,"2252":1,"2259":2,"2273":1,"2276":1,"2284":1,"2294":1,"2302":2,"2304":7,"2315":1,"2319":1,"2320":1,"2323":2,"2329":1,"2330":2,"2345":1,"2351":1,"2359":2,"2368":1,"2372":1,"2374":1,"2378":1,"2380":1,"2384":2,"2386":1,"2387":1,"2388":1,"2390":2,"2397":1,"2398":1,"2400":1,"2403":1,"2404":1,"2406":1,"2409":1,"2411":1,"2413":1,"2418":1,"2419":1,"2421":1,"2422":1,"2426":2,"2432":1,"2433":3,"2438":1,"2440":1,"2443":1,"2445":1,"2449":1,"2450":1,"2451":1,"2453":2,"2458":1,"2459":2,"2462":1,"2464":1,"2466":1,"2467":1,"2468":1,"2472":1,"2477":1,"2478":2,"2480":1,"2482":1,"2484":6,"2485":1,"2489":1,"2490":1,"2491":1,"2493":1,"2495":1,"2499":1,"2501":1,"2506":1,"2508":1,"2509":1,"2513":2,"2518":1,"2520":1,"2523":1,"2524":1,"2526":1,"2530":1,"2532":1,"2537":2,"2538":1,"2540":1,"2541":1,"2544":2,"2547":1,"2554":1,"2573":1,"2574":1,"2578":1,"2580":1,"2584":1,"2586":1,"2590":2,"2592":1,"2593":1,"2594":1,"2596":2,"2601":1,"2602":2,"2603":2,"2604":2,"2605":4,"2607":1,"2608":1,"2609":10,"2610":2,"2611":2,"2615":1,"2616":1,"2617":1,"2618":2,"2622":2,"2623":9,"2624":12,"2625":1,"2626":2,"2627":1,"2629":1,"2630":2,"2631":1,"2633":2,"2634":5,"2638":1,"2639":1,"2640":6,"2644":4,"2646":3,"2647":1,"2648":6,"2649":3,"2653":2,"2654":1}}],["fairly",{"2":{"2604":1,"2640":1}}],["fail",{"2":{"91":2,"148":1}}],["failing",{"2":{"90":1}}],["fails",{"0":{"88":1},"2":{"0":1}}],["fake",{"2":{"152":1,"168":1,"2636":1}}],["falling",{"2":{"1141":1}}],["falls",{"2":{"624":2}}],["fall",{"2":{"121":1,"186":1,"2662":1}}],["false",{"2":{"0":203,"14":1,"19":1,"22":7,"31":1,"34":1,"62":1,"64":1,"78":2,"82":6,"97":5,"98":2,"119":3,"121":2,"125":2,"132":1,"183":4,"185":1,"191":1,"205":9,"218":2,"229":1,"275":1,"281":1,"284":1,"286":2,"301":2,"304":8,"306":1,"322":1,"328":1,"331":1,"333":2,"348":2,"351":8,"353":1,"410":3,"443":3,"474":3,"491":1,"515":5,"523":1,"543":1,"577":1,"585":4,"621":1,"625":3,"626":3,"628":1,"664":2,"704":1,"719":1,"750":1,"751":2,"752":5,"753":1,"754":2,"758":3,"764":1,"777":2,"786":1,"800":1,"801":1,"820":1,"832":1,"844":2,"863":1,"874":1,"891":1,"897":1,"908":4,"910":1,"933":1,"945":1,"947":1,"949":1,"961":1,"975":1,"978":1,"980":1,"1013":1,"1014":1,"1020":1,"1022":1,"1048":1,"1053":1,"1055":1,"1058":1,"1094":1,"1096":1,"1101":1,"1130":1,"1141":2,"1143":2,"1183":1,"1193":1,"1195":1,"1197":1,"1219":1,"1229":1,"1231":1,"1233":1,"1252":1,"1254":1,"1256":1,"1278":1,"1284":1,"1289":1,"1313":1,"1315":1,"1317":1,"1319":1,"1338":1,"1352":1,"1366":1,"1368":1,"1371":1,"1395":1,"1397":1,"1399":1,"1422":1,"1426":1,"1428":1,"1430":1,"1490":1,"1502":1,"1504":1,"1506":1,"1532":1,"1535":1,"1540":1,"1552":1,"1562":1,"1564":1,"1566":1,"1569":5,"1578":1,"1592":1,"1594":1,"1596":1,"1600":5,"1609":1,"1621":1,"1623":1,"1625":1,"1652":1,"1657":1,"1659":1,"1685":1,"1691":1,"1693":1,"1763":1,"1766":1,"1770":1,"1796":1,"1799":1,"1804":1,"1823":1,"1825":1,"1829":1,"1848":1,"1850":1,"1854":1,"1856":3,"1858":1,"1873":1,"1901":1,"1903":1,"1905":1,"1917":1,"1922":7,"1931":1,"1933":1,"1948":1,"1951":1,"1954":1,"1956":1,"1988":1,"1990":1,"1994":1,"2037":1,"2039":1,"2041":1,"2053":1,"2067":1,"2069":1,"2072":1,"2092":1,"2094":1,"2103":1,"2149":1,"2152":1,"2155":1,"2174":1,"2179":1,"2184":1,"2186":1,"2209":1,"2224":1,"2228":1,"2232":1,"2234":1,"2247":1,"2257":1,"2260":1,"2267":1,"2270":1,"2271":1,"2272":1,"2294":1,"2295":1,"2296":1,"2297":1,"2298":1,"2322":1,"2324":1,"2326":1,"2355":1,"2357":1,"2360":1,"2364":1,"2377":1,"2389":1,"2391":1,"2393":1,"2423":1,"2428":1,"2430":1,"2448":1,"2452":1,"2454":1,"2456":1,"2474":1,"2495":2,"2504":1,"2510":1,"2515":1,"2517":1,"2542":1,"2545":1,"2550":1,"2569":1,"2570":1,"2583":1,"2595":1,"2597":1,"2599":1,"2609":2,"2611":2,"2624":5,"2629":3,"2634":2,"2635":1,"2640":1,"2641":3}}],["family",{"2":{"109":2,"241":1,"251":1,"268":1,"293":1,"315":1,"340":1,"391":1,"500":1,"530":1,"558":1,"607":1,"644":1,"682":1,"892":1}}],["familiar",{"2":{"8":1,"162":1}}],["fault",{"2":{"27":1}}],["facet",{"2":{"166":2,"205":1,"2623":1}}],["face",{"2":{"82":1,"1629":1,"2484":1}}],["faces",{"2":{"0":3,"35":1,"1627":2,"1628":2,"1629":3,"2609":2,"2611":2,"2644":1}}],["facing",{"2":{"71":1,"2484":1}}],["fact",{"2":{"69":1,"102":1}}],["factors",{"2":{"23":2,"105":1}}],["factor",{"0":{"2284":1,"2477":1},"2":{"0":11,"19":1,"22":2,"23":3,"24":3,"106":4,"1116":1,"1268":1,"1295":1,"2276":1,"2284":1,"2343":1,"2459":3,"2462":1,"2477":1,"2605":1}}],["fastie",{"2":{"2662":1}}],["faster",{"2":{"31":1,"1288":1,"1912":1,"2601":1}}],["fast",{"2":{"0":1,"162":1,"1282":1}}],["fastshading",{"2":{"0":9,"1016":1,"1049":1,"1653":1,"1687":1,"2180":1,"2424":1,"2511":1,"2605":1}}],["farplane",{"2":{"2642":2}}],["farclip=1000f0",{"2":{"0":1}}],["far",{"2":{"0":11,"35":1,"62":9,"126":1,"627":1,"757":1,"2619":1,"2623":1,"2629":1,"2632":1,"2640":2,"2644":5}}],["fictive",{"2":{"1323":1}}],["fire",{"2":{"1287":1}}],["firebrick",{"2":{"603":1}}],["firstly",{"2":{"151":1}}],["first",{"0":{"198":1},"2":{"0":20,"8":3,"22":1,"31":1,"34":1,"44":1,"46":1,"53":1,"62":1,"68":2,"74":1,"75":1,"77":1,"78":2,"80":1,"82":1,"101":1,"102":1,"105":1,"107":2,"116":1,"136":1,"137":1,"138":1,"140":1,"145":9,"146":1,"151":2,"152":3,"157":1,"185":1,"190":2,"191":1,"197":1,"290":1,"299":1,"337":1,"346":1,"577":1,"582":1,"583":1,"626":1,"989":1,"1242":1,"1407":1,"1762":1,"1831":1,"1915":1,"1996":1,"2304":1,"2398":1,"2484":1,"2485":1,"2495":1,"2617":1,"2618":2,"2622":3,"2625":1,"2626":1,"2627":2,"2630":1,"2638":1,"2647":1,"2648":1,"2649":1}}],["filter",{"2":{"82":1}}],["fills",{"2":{"2623":1}}],["filling",{"2":{"1915":1,"2623":1}}],["fill",{"2":{"0":2,"98":1,"106":1,"126":1,"164":1,"184":5,"185":5,"189":10,"578":1,"1025":1,"1287":1,"1374":3,"1586":1,"1856":1,"1918":1,"2190":1,"2330":1,"2623":3,"2651":7,"2653":2}}],["filled",{"2":{"0":2,"396":1,"1235":1,"1915":2,"2302":1,"2639":1}}],["fillto",{"0":{"1073":1,"1465":1},"2":{"0":2,"152":1,"1058":2,"1457":1}}],["filename",{"2":{"0":2,"1287":2}}],["fileio",{"2":{"0":2,"31":1,"32":1,"33":1,"34":1,"35":1,"36":1,"57":1,"163":1,"189":2,"222":1,"373":1,"410":1,"443":1,"474":1,"1545":1,"1628":1,"1629":1,"2484":4,"2611":3,"2614":3,"2624":1,"2625":1,"2644":1}}],["file",{"0":{"9":1},"2":{"0":19,"9":3,"26":1,"56":1,"105":2,"106":1,"109":3,"2206":2,"2617":1,"2622":1,"2644":1}}],["filepaths",{"2":{"0":1,"79":1}}],["files",{"2":{"0":2,"9":1,"79":2,"106":1,"2617":2,"2622":1,"2641":1}}],["finish",{"2":{"1284":1,"2617":1}}],["finishes",{"2":{"121":1}}],["fine",{"2":{"54":1}}],["final=true",{"2":{"2555":2}}],["finally",{"2":{"68":1,"82":1,"152":1,"2644":1}}],["finallimits",{"2":{"66":1,"69":2}}],["final",{"0":{"2562":1,"2563":1,"2564":1,"2570":1,"2638":1},"2":{"0":12,"8":1,"105":1,"107":2,"121":1,"132":1,"195":5,"396":1,"627":1,"1076":1,"1307":1,"1312":1,"1481":1,"1510":1,"2194":1,"2368":1,"2520":1,"2555":3,"2638":1}}],["finalized",{"2":{"0":2,"516":1,"1282":1}}],["finder",{"2":{"299":3,"346":3}}],["finds",{"2":{"138":1}}],["finding",{"2":{"76":1,"287":1,"299":1,"334":1,"346":1}}],["find",{"2":{"0":1,"7":1,"27":2,"53":1,"74":2,"94":1,"109":1,"111":1,"161":1,"2613":1,"2617":1,"2622":1,"2625":1,"2652":1}}],["field",{"2":{"0":1,"62":1,"100":1,"144":1,"157":1,"691":1}}],["fields",{"2":{"0":8,"62":2,"79":1,"111":1,"2646":1,"2647":1}}],["fixrmin",{"0":{"769":1},"2":{"0":1,"751":1,"754":2}}],["fixing",{"2":{"0":3,"27":1,"62":3,"2627":1}}],["fix",{"2":{"0":5,"62":3,"63":1,"64":1,"75":1,"139":1,"191":1,"1922":1,"2623":1,"2640":1}}],["fixed",{"0":{"575":1},"2":{"0":10,"61":1,"62":5,"68":1,"98":1,"132":2,"207":1,"396":1,"575":4,"577":5,"578":2,"769":1,"863":1,"2623":2,"2638":1,"2649":1}}],["fitzhughnagumo",{"2":{"2122":3}}],["fitzoom",{"2":{"396":3}}],["fitrobust",{"2":{"0":2,"1807":1,"1831":2}}],["fitted",{"2":{"0":1,"1831":1,"1917":1}}],["fitting",{"2":{"0":1,"98":1,"121":2,"396":1,"1452":1}}],["fits",{"2":{"0":2,"1917":1}}],["fit",{"0":{"98":1},"2":{"0":14,"31":1,"57":2,"98":3,"126":1,"162":1,"196":1,"374":1,"379":1,"396":2,"577":2,"603":1,"1438":1,"1831":4,"1917":2,"2618":2,"2619":1,"2620":1,"2621":1,"2623":1}}],["figpos",{"2":{"753":2}}],["figlike",{"2":{"0":1}}],["figure=",{"2":{"1287":1,"1288":1}}],["figurepadding=0",{"2":{"1284":1}}],["figures",{"0":{"99":1},"1":{"100":1,"101":1,"102":1,"103":1,"104":1,"105":1,"106":1,"107":1},"2":{"23":1,"24":1,"25":1,"31":1,"106":1,"107":3,"155":1,"162":1,"166":1,"2623":2,"2625":1}}],["figureaxisplot",{"2":{"0":2,"79":1,"82":1,"100":2,"141":2,"142":2,"162":1}}],["figurelike",{"2":{"0":4,"54":1}}],["figure",{"0":{"29":1,"38":1,"98":2,"100":1,"101":1,"103":1,"104":1,"105":1,"107":1,"193":1,"2619":1,"2622":1,"2623":1},"1":{"106":1,"107":1,"194":1,"195":1},"2":{"0":36,"7":1,"8":3,"20":2,"23":2,"24":3,"25":1,"31":1,"32":1,"33":1,"34":1,"35":28,"36":1,"37":4,"38":2,"39":1,"40":1,"52":1,"53":1,"56":1,"57":3,"63":1,"73":1,"74":1,"79":1,"82":2,"96":1,"97":1,"98":7,"99":1,"100":14,"101":3,"102":5,"103":5,"104":5,"105":8,"106":9,"107":7,"110":2,"119":3,"124":2,"125":1,"140":1,"141":3,"142":4,"143":3,"144":3,"145":1,"146":1,"152":1,"155":2,"162":6,"163":1,"166":1,"167":2,"168":1,"169":2,"178":1,"184":1,"185":1,"186":1,"187":1,"190":2,"191":2,"192":2,"194":1,"195":4,"202":1,"204":1,"205":2,"206":1,"207":2,"208":1,"222":1,"223":1,"234":1,"239":1,"248":1,"249":1,"261":1,"266":1,"279":1,"287":2,"290":2,"299":1,"301":1,"304":1,"308":1,"313":1,"326":1,"334":2,"337":1,"346":1,"348":1,"351":1,"357":1,"358":1,"361":1,"362":1,"364":1,"373":2,"374":1,"379":1,"383":1,"384":3,"396":1,"410":1,"443":1,"474":1,"491":1,"515":2,"575":1,"576":1,"577":1,"578":1,"579":1,"580":1,"581":1,"582":2,"583":1,"584":1,"585":1,"603":2,"624":1,"625":2,"626":2,"627":1,"628":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"691":1,"704":1,"705":2,"749":1,"750":1,"751":2,"752":1,"753":3,"757":4,"758":1,"844":1,"863":1,"873":1,"874":1,"908":1,"924":1,"952":2,"983":2,"1025":2,"1058":5,"1106":1,"1107":1,"1142":1,"1143":1,"1164":2,"1200":2,"1235":3,"1236":1,"1284":1,"1285":1,"1287":1,"1288":1,"1289":2,"1322":4,"1323":2,"1324":1,"1343":3,"1374":3,"1404":4,"1407":1,"1408":1,"1434":2,"1435":2,"1436":1,"1437":1,"1439":1,"1455":1,"1457":1,"1458":1,"1545":1,"1569":1,"1572":1,"1584":1,"1585":1,"1586":2,"1587":1,"1599":1,"1600":1,"1774":6,"1856":1,"1880":2,"1913":1,"1919":1,"1920":1,"1922":1,"1925":1,"1926":1,"1944":1,"1949":1,"1952":1,"1953":1,"1960":1,"2044":1,"2075":4,"2111":1,"2189":1,"2190":1,"2191":1,"2193":1,"2194":1,"2195":2,"2196":1,"2197":1,"2330":1,"2331":1,"2332":1,"2398":1,"2433":1,"2459":1,"2602":1,"2607":1,"2608":1,"2609":3,"2610":1,"2611":1,"2618":1,"2619":7,"2620":1,"2621":1,"2622":3,"2623":14,"2624":3,"2625":3,"2626":1,"2627":1,"2643":1,"2644":28,"2651":1}}],["fig",{"2":{"0":30,"8":3,"10":4,"11":2,"12":4,"20":2,"23":1,"24":3,"31":4,"32":2,"33":2,"34":36,"36":2,"52":4,"53":2,"56":3,"63":4,"75":1,"82":16,"83":4,"120":3,"125":5,"141":1,"142":3,"144":2,"145":9,"146":14,"152":2,"189":2,"190":6,"191":7,"196":2,"299":5,"346":5,"357":6,"358":5,"361":5,"362":6,"364":5,"373":10,"374":3,"379":3,"383":3,"384":8,"396":5,"410":4,"443":4,"474":4,"491":5,"515":19,"516":3,"584":6,"603":6,"633":5,"639":5,"664":8,"665":5,"668":5,"669":5,"678":5,"685":5,"691":3,"704":9,"705":4,"753":7,"757":14,"758":4,"844":5,"863":4,"908":6,"983":3,"1058":8,"1106":4,"1107":4,"1284":3,"1285":7,"1289":2,"1324":4,"1407":3,"1408":6,"1409":3,"1457":3,"1458":4,"1572":3,"1584":3,"1585":3,"1586":7,"1587":3,"1856":9,"1925":6,"1926":6,"1944":6,"1949":5,"1952":4,"1953":4,"1998":2,"2122":3,"2239":2,"2330":3,"2331":4,"2332":4,"2398":4,"2433":4,"2602":3,"2607":6,"2608":6,"2609":9,"2610":3,"2611":3}}],["fuchsia",{"2":{"2662":1}}],["fun",{"2":{"983":2}}],["fundamental",{"2":{"155":1}}],["func",{"2":{"0":19,"66":1,"68":3,"69":2,"71":1,"76":1,"704":3,"1402":1,"2127":2}}],["funcs",{"2":{"0":1,"704":3}}],["functionalities",{"2":{"153":1,"2646":1}}],["functionality",{"2":{"0":1,"111":1,"119":1,"121":1,"161":1,"748":1,"1856":1}}],["functions",{"0":{"145":1,"146":1},"2":{"0":10,"10":1,"13":1,"27":1,"62":1,"76":1,"82":1,"90":1,"104":1,"134":1,"136":2,"140":2,"145":1,"146":1,"147":2,"151":1,"153":3,"155":1,"158":1,"159":1,"162":2,"177":1,"203":2,"205":1,"207":1,"216":1,"217":1,"234":1,"625":1,"750":2,"845":1,"1773":1,"2127":1,"2196":2,"2618":1,"2620":1,"2640":1,"2644":1}}],["function",{"0":{"83":1,"217":1,"1405":1},"2":{"0":570,"8":6,"12":1,"14":2,"16":1,"17":1,"20":1,"22":3,"31":1,"33":1,"34":3,"35":2,"36":1,"39":1,"49":1,"51":1,"52":2,"53":6,"56":1,"63":1,"64":1,"66":1,"67":1,"68":2,"69":1,"76":7,"82":5,"83":2,"85":1,"92":1,"98":1,"100":1,"102":1,"104":2,"119":1,"120":1,"121":4,"122":1,"136":3,"137":1,"139":2,"140":1,"142":2,"146":1,"151":2,"152":4,"153":3,"158":3,"159":1,"165":1,"166":1,"167":1,"168":1,"169":2,"178":1,"181":1,"195":2,"196":1,"208":1,"212":1,"217":4,"218":3,"234":3,"287":4,"290":1,"334":4,"337":1,"585":1,"594":1,"626":1,"704":1,"844":1,"861":1,"874":1,"905":1,"924":2,"930":2,"936":1,"937":1,"938":1,"951":3,"958":2,"964":1,"965":1,"966":1,"982":4,"983":2,"995":2,"1001":1,"1002":1,"1003":1,"1024":2,"1032":2,"1039":1,"1040":1,"1041":1,"1057":2,"1067":2,"1079":1,"1080":1,"1081":1,"1104":2,"1139":2,"1163":2,"1170":2,"1176":1,"1177":1,"1178":1,"1199":2,"1206":2,"1212":1,"1213":1,"1214":1,"1235":2,"1245":1,"1246":1,"1247":1,"1258":2,"1282":2,"1285":1,"1298":2,"1303":1,"1304":1,"1305":1,"1307":1,"1312":1,"1314":1,"1321":2,"1342":3,"1349":2,"1355":1,"1356":1,"1357":1,"1373":2,"1380":2,"1387":1,"1388":1,"1389":1,"1402":3,"1405":2,"1414":2,"1419":1,"1420":1,"1421":1,"1432":2,"1437":1,"1446":2,"1454":2,"1481":2,"1487":2,"1493":1,"1494":1,"1495":1,"1510":2,"1516":2,"1522":1,"1523":1,"1524":1,"1544":2,"1550":2,"1555":1,"1556":1,"1557":1,"1568":2,"1575":2,"1581":1,"1582":1,"1583":1,"1598":2,"1606":2,"1612":1,"1613":1,"1614":1,"1627":2,"1629":1,"1636":2,"1643":1,"1644":1,"1645":1,"1661":2,"1669":2,"1676":1,"1677":1,"1678":1,"1749":2,"1757":1,"1758":1,"1759":1,"1773":2,"1780":2,"1786":1,"1787":1,"1788":1,"1806":2,"1814":1,"1815":1,"1816":1,"1831":2,"1839":1,"1840":1,"1841":1,"1856":4,"1877":1,"1879":2,"1886":2,"1893":1,"1894":1,"1895":1,"1908":2,"1928":2,"1938":1,"1939":1,"1940":1,"1959":2,"1966":2,"1972":1,"1973":1,"1974":1,"1996":2,"2016":2,"2022":2,"2029":1,"2030":1,"2031":1,"2043":3,"2050":2,"2056":1,"2057":1,"2058":1,"2074":2,"2085":1,"2086":1,"2087":1,"2110":2,"2121":4,"2122":1,"2127":2,"2130":2,"2137":1,"2138":1,"2139":1,"2157":2,"2158":1,"2165":2,"2171":1,"2172":1,"2173":1,"2188":2,"2204":2,"2214":1,"2215":1,"2216":1,"2237":2,"2248":1,"2249":1,"2250":1,"2273":2,"2302":2,"2308":1,"2315":1,"2316":1,"2317":1,"2329":2,"2338":1,"2345":1,"2346":1,"2347":1,"2368":2,"2374":2,"2380":1,"2381":1,"2382":1,"2397":2,"2406":2,"2413":1,"2414":1,"2415":1,"2432":2,"2440":2,"2445":1,"2446":1,"2447":1,"2458":2,"2466":2,"2478":2,"2486":1,"2493":2,"2501":1,"2502":1,"2503":1,"2505":1,"2520":2,"2526":2,"2532":1,"2533":1,"2534":1,"2554":2,"2573":2,"2580":2,"2586":1,"2587":1,"2588":1,"2605":1,"2611":1,"2618":4,"2621":1,"2622":1,"2623":1,"2640":1,"2644":5,"2648":1}}],["future",{"2":{"31":2,"161":2,"162":1,"165":1,"1286":1}}],["fullaxis",{"2":{"753":6}}],["fully",{"2":{"46":1,"51":1,"151":1,"162":1,"191":1,"192":1,"194":1,"627":1,"1286":1,"2189":1}}],["fullscreen",{"2":{"22":2}}],["full",{"0":{"29":1,"151":1},"2":{"0":2,"67":1,"74":1,"82":1,"147":1,"151":1,"153":1,"162":1,"581":1,"585":1,"751":1,"817":1,"1761":1,"2485":1,"2624":1,"2646":1}}],["furthest",{"2":{"0":1,"62":1}}],["furthermore",{"2":{"0":1,"78":1,"83":1,"104":1,"754":1}}],["further",{"2":{"0":112,"62":1,"83":1,"102":2,"141":1,"751":2,"2605":1,"2626":1,"2640":1}}],["tbl",{"2":{"1058":22}}],["tb",{"2":{"874":2}}],["tt",{"2":{"121":8}}],["ttf",{"2":{"94":1,"109":1}}],["tmp3d",{"2":{"36":3}}],["twelvebitrainbow",{"2":{"2662":1}}],["tweaks",{"0":{"2629":1,"2638":1},"2":{"2633":1}}],["tweaking",{"0":{"584":1,"2197":1}}],["tweakable",{"2":{"0":1}}],["tweakability",{"2":{"0":1}}],["twilight",{"2":{"2657":1}}],["twin",{"0":{"208":1}}],["twitter",{"2":{"35":1}}],["twice",{"2":{"0":1,"139":1,"1402":1}}],["two",{"0":{"1404":1},"2":{"0":21,"4":1,"10":1,"39":1,"68":1,"71":1,"80":2,"94":1,"105":1,"121":2,"136":2,"139":3,"140":1,"142":1,"147":1,"151":1,"152":1,"159":1,"162":1,"190":3,"191":3,"192":1,"195":1,"217":1,"279":1,"299":1,"326":1,"346":1,"577":2,"583":2,"585":1,"626":1,"756":1,"989":1,"1107":2,"1289":1,"1323":1,"1369":1,"1831":1,"1944":1,"2070":1,"2332":2,"2484":1,"2618":2,"2619":1,"2629":1,"2630":1,"2631":1,"2646":1,"2647":1}}],["typographic",{"2":{"105":1}}],["typical",{"2":{"0":1}}],["typically",{"2":{"0":3,"80":1,"218":1,"1856":2,"2601":2,"2604":1,"2613":1}}],["typ",{"2":{"0":1}}],["type=axis",{"2":{"1284":2,"1285":1,"1287":1,"1288":1}}],["type=axis3",{"2":{"983":2,"1025":1,"2158":2,"2398":2,"2574":1}}],["type=automatic",{"2":{"75":2}}],["typemax",{"2":{"82":1}}],["types",{"0":{"2606":1,"2645":1},"1":{"2607":1,"2608":1,"2609":1,"2610":1,"2611":1,"2612":1,"2646":1,"2647":1,"2648":1},"2":{"0":11,"41":1,"53":1,"72":2,"74":2,"75":1,"76":1,"106":1,"135":1,"147":2,"148":1,"149":2,"150":2,"151":1,"152":1,"162":1,"167":2,"218":1,"574":1,"1627":1,"2485":1,"2603":2,"2644":1}}],["typed",{"2":{"0":1,"79":1,"81":1}}],["type",{"0":{"17":1,"148":1,"752":1,"1629":1},"1":{"149":1,"150":1},"2":{"0":344,"17":3,"37":1,"56":1,"58":1,"62":2,"64":1,"67":3,"69":1,"73":1,"74":3,"75":4,"76":7,"91":1,"106":1,"119":1,"120":2,"121":1,"135":4,"140":1,"147":4,"148":3,"149":7,"151":5,"152":10,"162":3,"166":3,"167":1,"168":1,"182":1,"183":1,"196":1,"215":1,"217":3,"218":3,"625":1,"752":1,"874":1,"905":1,"924":2,"939":1,"951":2,"968":1,"982":2,"1024":2,"1057":2,"1104":2,"1139":2,"1163":2,"1199":2,"1235":2,"1258":2,"1282":3,"1284":1,"1287":1,"1289":1,"1321":2,"1342":2,"1359":1,"1373":2,"1402":2,"1409":1,"1432":2,"1454":2,"1481":2,"1496":1,"1510":2,"1544":2,"1568":2,"1585":1,"1598":2,"1615":1,"1627":2,"1661":2,"1749":2,"1773":2,"1806":2,"1831":4,"1856":7,"1879":2,"1908":2,"1959":2,"1996":2,"2016":2,"2043":2,"2060":1,"2074":2,"2110":2,"2121":2,"2157":2,"2188":2,"2237":2,"2273":2,"2302":2,"2329":2,"2368":2,"2383":1,"2397":2,"2432":2,"2458":2,"2478":3,"2520":2,"2554":2,"2573":2,"2589":1,"2619":1,"2640":3,"2646":4,"2647":3,"2648":4}}],["talking",{"2":{"2646":1}}],["talked",{"2":{"2642":1}}],["taxi",{"0":{"1287":1},"2":{"1287":1}}],["tab20c",{"2":{"2657":1}}],["tab20b",{"2":{"2657":1}}],["tab20",{"2":{"2657":1}}],["tab10",{"2":{"1058":1,"2649":1,"2651":6,"2657":1}}],["table",{"2":{"14":1,"2484":1,"2652":1}}],["tag",{"2":{"200":1}}],["tags",{"2":{"56":1}}],["tahoe",{"2":{"31":3,"34":1}}],["tailwind",{"2":{"56":2}}],["tailored",{"2":{"30":1}}],["tail",{"2":{"0":6,"985":1,"990":1,"1004":1,"1005":1,"1007":1,"1015":1}}],["tailend",{"2":{"0":1,"985":1}}],["tails",{"2":{"0":2,"982":1,"1013":1}}],["task",{"2":{"0":1,"12":1,"31":1,"34":1,"1058":5,"1294":1,"2624":1}}],["tauto",{"2":{"0":1,"1282":1}}],["target",{"2":{"0":4,"74":1,"75":1,"76":1,"105":1,"107":1,"2418":1,"2625":1,"2646":1,"2648":1}}],["targetlimits",{"0":{"385":1},"2":{"0":2}}],["taken",{"2":{"33":1,"36":1,"576":1,"1285":1,"1912":1,"2196":1}}],["take",{"2":{"0":5,"27":1,"31":2,"72":1,"82":1,"97":2,"101":1,"104":1,"121":1,"142":1,"158":1,"190":1,"983":1,"1369":1,"1875":1,"1918":1,"2070":1,"2189":1,"2196":1,"2484":1,"2498":1,"2604":2,"2617":1,"2620":1,"2640":1,"2644":1}}],["takes",{"2":{"0":18,"14":1,"69":1,"103":1,"142":2,"144":1,"290":1,"337":1,"1288":1,"1315":1,"2196":1,"2481":1,"2648":1}}],["taking",{"2":{"0":1,"31":1,"874":1,"905":1}}],["tandem",{"2":{"30":1}}],["tangens",{"2":{"0":1}}],["tan",{"2":{"0":1}}],["turbo",{"2":{"2662":1}}],["turbid",{"2":{"2655":1}}],["turku50",{"2":{"2656":1}}],["turku25",{"2":{"2656":1}}],["turku100",{"2":{"2656":1}}],["turku10",{"2":{"2656":1}}],["turku",{"2":{"2656":1}}],["turned",{"2":{"769":1,"2601":1}}],["turntable",{"2":{"0":3}}],["turn",{"2":{"0":1,"31":1,"137":1,"191":1,"983":2,"2601":1}}],["turns",{"2":{"0":6,"196":1}}],["tup",{"2":{"1629":2}}],["tuples",{"2":{"0":6,"1139":1,"1879":1,"1996":1}}],["tuple",{"2":{"0":38,"32":1,"49":1,"83":1,"103":1,"138":1,"149":1,"151":1,"152":2,"164":1,"166":1,"167":1,"234":3,"299":1,"304":1,"346":1,"351":1,"373":1,"382":2,"384":1,"515":1,"585":1,"940":1,"969":1,"1285":1,"1360":1,"1434":1,"1442":1,"1443":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"1877":1,"1944":1,"1996":2,"2061":1,"2276":1,"2338":1,"2384":1,"2459":1,"2462":1,"2537":1,"2590":1,"2633":1,"2648":2,"2650":1}}],["tutorial",{"2":{"50":1,"134":1,"2615":1,"2617":7,"2622":1,"2624":1,"2646":2}}],["tune",{"2":{"34":1}}],["tunable",{"2":{"0":43,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1415":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2309":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1}}],["tukey",{"2":{"0":1,"1104":1}}],["ternary",{"2":{"2660":3}}],["terrain",{"2":{"2657":1}}],["terminal",{"2":{"26":1,"2617":1}}],["terms",{"2":{"0":1,"22":1,"190":1,"1856":1,"1914":1,"2625":1}}],["teach",{"2":{"2646":2,"2647":1}}],["teal",{"2":{"192":1,"2330":2}}],["technical",{"2":{"195":1,"200":1,"1323":1}}],["technically",{"2":{"69":1,"157":1}}],["technique",{"2":{"139":1,"2623":1}}],["tedious",{"2":{"138":1,"167":1,"181":1,"205":1}}],["tend",{"2":{"90":1}}],["tends",{"2":{"82":1}}],["te",{"2":{"71":1}}],["tempo",{"2":{"2655":1}}],["temporary",{"2":{"121":3}}],["temporarily",{"2":{"0":3,"181":1}}],["temperaturemap",{"2":{"2662":1}}],["temperatures",{"2":{"1323":1}}],["temperature",{"2":{"142":1,"515":2}}],["temp",{"2":{"121":3}}],["template",{"2":{"56":13}}],["telegeography",{"2":{"36":3}}],["tell",{"2":{"19":1,"26":1,"83":1,"97":1,"126":1,"131":1,"2623":1,"2647":1}}],["tells",{"2":{"0":1,"751":1,"2646":2}}],["tellwidth",{"0":{"247":1,"366":1,"387":1,"512":1,"552":1,"600":1,"616":1,"680":1,"701":1,"726":1,"808":1,"859":1,"869":1,"901":1,"920":1},"2":{"0":15,"97":1,"125":2,"132":1,"164":1,"491":1,"585":1,"603":1,"626":2,"628":1,"664":4,"874":1,"1058":1,"1569":4,"1600":4,"1922":6}}],["tellheight",{"0":{"246":1,"365":1,"386":1,"511":1,"551":1,"599":1,"615":1,"679":1,"700":1,"725":1,"807":1,"858":1,"868":1,"900":1,"919":1},"2":{"0":15,"97":3,"132":1,"164":1,"585":1,"603":1,"626":2,"628":2,"664":4,"704":1,"863":1,"908":1,"1058":1,"2624":2,"2629":2,"2635":1}}],["tesselation",{"2":{"1629":1}}],["tessellations",{"2":{"2459":2}}],["tessellation",{"2":{"0":1,"2458":1,"2459":2}}],["tessalation",{"2":{"0":1,"2458":1}}],["testing",{"2":{"1569":2,"1600":2,"1856":2,"1922":2}}],["tests",{"2":{"117":1}}],["test",{"2":{"0":3,"82":1,"85":1,"1807":1,"1832":1,"2624":1,"2635":1}}],["tex",{"2":{"0":4,"109":1,"110":4,"1912":1}}],["textoffset",{"0":{"1161":1},"2":{"0":1,"1141":2}}],["texts",{"2":{"0":4,"715":1,"727":1,"728":1,"2188":1,"2231":1}}],["textures",{"2":{"2484":4}}],["texturemaps",{"0":{"2484":1}}],["texture",{"2":{"0":15,"90":2,"92":3,"1029":2,"1513":2,"1629":1,"1633":2,"1777":2,"1915":1,"2484":5,"2485":1,"2490":1,"2504":1,"2518":2,"2523":2,"2601":2,"2611":2,"2613":1}}],["textbox",{"0":{"746":1,"873":1},"1":{"874":1,"875":1,"876":1,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"886":1,"887":1,"888":1,"889":1,"890":1,"891":1,"892":1,"893":1,"894":1,"895":1,"896":1,"897":1,"898":1,"899":1,"900":1,"901":1,"902":1,"903":1,"904":1,"905":1,"906":1,"907":1},"2":{"0":3,"873":3,"874":3,"876":1,"889":1,"891":1,"894":1,"895":1,"897":1,"905":1,"906":1,"907":1}}],["textpadding",{"0":{"728":1,"904":1,"2265":1},"2":{"0":3}}],["textcolor",{"0":{"727":1,"902":1,"903":1,"1160":1,"2264":1},"2":{"0":13,"66":4,"240":1,"250":1,"267":1,"292":1,"314":1,"339":1,"390":1,"404":1,"418":1,"437":1,"451":1,"468":1,"482":1,"505":1,"529":1,"557":1,"606":1,"643":1,"681":1,"791":1,"824":1,"836":1,"902":1,"1083":1,"1141":3,"1142":1,"1160":1,"1468":1,"2201":1,"2264":1}}],["text",{"0":{"97":1,"120":1,"617":1,"1159":1,"1736":1,"2188":1,"2196":1,"2231":1,"2263":1},"1":{"2189":1,"2190":1,"2191":1,"2192":1,"2193":1,"2194":1,"2195":1,"2196":1,"2197":2,"2198":1,"2199":1,"2200":1,"2201":1,"2202":1,"2203":1,"2204":1,"2205":1,"2206":1,"2207":1,"2208":1,"2209":1,"2210":1,"2211":1,"2212":1,"2213":1,"2214":1,"2215":1,"2216":1,"2217":1,"2218":1,"2219":1,"2220":1,"2221":1,"2222":1,"2223":1,"2224":1,"2225":1,"2226":1,"2227":1,"2228":1,"2229":1,"2230":1,"2231":1,"2232":1,"2233":1,"2234":1,"2235":1,"2236":1},"2":{"0":63,"31":1,"57":1,"66":18,"82":1,"106":2,"107":4,"110":2,"111":3,"119":2,"120":1,"121":6,"124":3,"125":1,"129":1,"164":1,"180":1,"239":2,"248":2,"266":1,"290":1,"299":1,"313":1,"337":1,"346":1,"504":1,"582":9,"603":5,"605":1,"606":1,"607":1,"608":1,"609":1,"610":1,"611":1,"612":1,"613":1,"614":1,"617":2,"618":1,"619":1,"620":1,"646":1,"886":1,"891":1,"893":1,"896":1,"897":2,"902":1,"903":1,"904":1,"1058":1,"1139":1,"1141":4,"1142":2,"1143":2,"1183":1,"1219":1,"1584":4,"1585":2,"1586":2,"1587":2,"1913":2,"1914":3,"2188":10,"2189":12,"2190":4,"2191":3,"2192":8,"2193":5,"2194":4,"2195":3,"2196":4,"2197":1,"2201":2,"2210":1,"2211":1,"2217":1,"2223":1,"2225":2,"2226":1,"2231":2,"2232":1,"2236":1,"2245":1,"2251":1,"2261":1,"2262":1,"2264":1,"2265":1,"2643":2,"2651":31,"2653":4}}],["tiny",{"2":{"106":1}}],["tiling",{"2":{"91":1}}],["tile",{"2":{"90":1,"1914":1}}],["tilt",{"2":{"0":3,"62":3}}],["tif",{"2":{"36":1}}],["tip",{"2":{"0":1,"53":1,"1915":1,"2253":1}}],["timings",{"0":{"1315":1},"2":{"0":1,"1286":1,"1288":1}}],["timestamp",{"2":{"152":1}}],["timestamps",{"2":{"10":4,"152":6}}],["times",{"2":{"0":5,"75":1,"138":1,"139":1,"144":1,"152":6,"239":1,"248":1,"266":1,"313":1,"578":1,"1944":1,"2623":1,"2644":1}}],["timeseries",{"2":{"0":12}}],["time",{"2":{"0":3,"10":12,"23":1,"31":1,"56":2,"74":1,"75":8,"106":1,"142":1,"169":1,"210":1,"211":1,"213":1,"1058":1,"1287":2,"1288":1,"1289":1,"2619":1,"2620":1,"2621":1,"2623":3,"2630":1}}],["tighten",{"2":{"0":1,"1248":1}}],["tightlimits",{"2":{"0":4,"169":1,"752":1,"1235":2,"1248":1,"1438":1,"2193":1}}],["tight",{"2":{"0":9,"168":1,"207":5,"396":1,"1248":1}}],["tickvalues",{"2":{"290":1,"299":1,"337":1,"346":1}}],["ticknumbers",{"2":{"76":2}}],["tickrotations",{"2":{"0":6}}],["tickranges",{"2":{"0":3}}],["ticklocations",{"2":{"0":1}}],["ticklabel",{"2":{"0":4,"168":1,"207":1,"418":1,"419":1,"420":1,"421":1,"451":1,"452":1,"453":1,"454":1,"482":1,"483":1,"484":1,"485":1}}],["ticklabels",{"2":{"0":18,"76":2,"205":1,"207":1,"290":1,"299":1,"337":1,"346":1,"422":1,"455":1,"486":1,"560":1,"753":1}}],["ticklabelsvisible",{"0":{"563":1},"2":{"0":1}}],["ticklabelspace",{"0":{"562":1},"2":{"0":1}}],["ticklabelsize",{"0":{"561":1},"2":{"0":1}}],["ticklabelrotation",{"0":{"560":1},"2":{"0":1}}],["ticklabelpad",{"0":{"559":1},"2":{"0":1}}],["ticklabelfont",{"0":{"558":1},"2":{"0":1}}],["ticklabelcolor",{"0":{"557":1},"2":{"0":1}}],["ticklabelalign",{"0":{"556":1},"2":{"0":1}}],["tick",{"2":{"0":20,"75":1,"76":2,"125":1,"207":1,"278":1,"279":1,"280":1,"282":1,"287":1,"290":3,"299":7,"304":1,"325":1,"326":1,"327":1,"329":1,"334":1,"337":3,"346":7,"351":1,"416":1,"417":1,"426":1,"449":1,"450":1,"459":1,"480":1,"481":1,"490":1,"540":1,"541":1,"542":1,"544":1,"553":1,"554":1,"556":1,"557":1,"558":1,"559":2,"561":1,"562":1,"563":1,"565":1,"566":1,"567":1,"753":1,"756":1,"791":1,"792":1,"794":1,"795":1,"824":1,"825":1,"827":1}}],["tickwidth",{"0":{"567":1},"2":{"0":1}}],["tickformat",{"0":{"555":1},"2":{"0":1}}],["tickcolor",{"0":{"554":1},"2":{"0":1}}],["tickalign",{"0":{"553":1},"2":{"0":1}}],["ticksvisible",{"0":{"566":1},"2":{"0":1}}],["ticksize",{"0":{"565":1},"2":{"0":1}}],["ticks",{"0":{"564":1,"773":1},"2":{"0":30,"72":1,"73":1,"74":4,"75":3,"76":6,"205":2,"207":1,"269":1,"277":1,"278":1,"279":3,"280":1,"281":1,"282":1,"290":2,"299":6,"301":2,"316":1,"324":1,"325":1,"326":3,"327":1,"328":1,"329":1,"337":2,"346":6,"348":2,"384":1,"411":1,"413":1,"423":1,"425":1,"444":1,"446":1,"456":1,"458":1,"475":1,"477":1,"487":1,"489":1,"515":3,"516":1,"531":1,"539":1,"540":1,"541":1,"542":1,"543":1,"544":1,"555":1,"564":1,"773":1,"788":1,"789":1,"790":1,"793":1,"796":1,"797":1,"798":1,"799":1,"822":1,"823":1,"826":1,"828":1,"829":1,"830":1,"831":1,"2624":1,"2627":1,"2631":1}}],["titled",{"2":{"626":1}}],["title=join",{"2":{"1285":1}}],["title=",{"2":{"162":2,"1058":1,"2398":1}}],["title=l",{"2":{"124":1}}],["titles",{"2":{"0":3,"582":1,"628":1,"681":1,"682":1,"684":1,"686":1,"687":1,"688":1}}],["titlesize",{"0":{"254":1,"393":1,"686":1,"839":1},"2":{"0":4,"838":1,"839":1}}],["titlevalign",{"0":{"687":1},"2":{"0":1}}],["titlevisible",{"0":{"255":1,"394":1,"688":1,"840":1},"2":{"0":4,"840":1}}],["titleposition",{"0":{"685":1},"2":{"0":1,"628":7,"685":4}}],["titlehalign",{"0":{"684":1},"2":{"0":1}}],["titlelineheight",{"0":{"253":1},"2":{"0":1}}],["titlegap",{"0":{"252":1,"392":1,"683":1,"838":1},"2":{"0":4}}],["titlefont",{"0":{"251":1,"391":1,"682":1,"837":1},"2":{"0":4,"837":1}}],["titlecolor=",{"2":{"1289":1}}],["titlecolor",{"0":{"250":1,"390":1,"681":1,"836":1},"2":{"0":4,"836":1}}],["titlealign",{"0":{"249":1,"389":1,"835":1},"2":{"0":3,"249":3}}],["title",{"0":{"248":1,"388":1,"834":1},"2":{"0":9,"10":1,"14":3,"22":2,"39":2,"96":3,"97":2,"98":1,"102":2,"110":2,"124":1,"125":1,"131":1,"162":1,"169":4,"187":3,"199":1,"202":2,"205":5,"206":3,"207":3,"222":4,"234":4,"239":6,"242":1,"248":6,"249":7,"250":1,"251":1,"252":1,"253":1,"254":1,"255":1,"287":3,"334":3,"373":6,"374":1,"379":1,"383":1,"384":2,"388":1,"389":1,"390":1,"391":1,"392":1,"393":1,"394":1,"410":2,"443":2,"474":2,"575":2,"576":2,"577":3,"578":2,"580":6,"581":5,"582":2,"583":2,"584":3,"623":1,"625":2,"626":1,"683":1,"685":1,"749":2,"750":2,"751":5,"752":2,"753":4,"757":3,"758":2,"834":1,"835":1,"836":1,"837":1,"838":1,"839":1,"840":1,"1058":7,"1236":2,"1323":1,"1434":2,"1435":2,"1436":1,"1437":2,"1439":3,"1545":4,"1586":2,"1856":21,"2017":1,"2304":3,"2330":1,"2398":1,"2619":2,"2620":1,"2621":1,"2624":2,"2629":1,"2630":1,"2633":1,"2634":1}}],["t",{"0":{"94":1},"2":{"0":49,"9":1,"10":6,"12":2,"13":1,"22":1,"27":2,"31":9,"34":1,"41":2,"42":1,"44":1,"46":1,"47":1,"51":2,"52":1,"53":5,"62":1,"68":1,"74":3,"76":1,"80":2,"94":1,"97":1,"102":2,"104":1,"105":1,"106":9,"113":1,"118":1,"121":1,"124":3,"130":2,"139":1,"145":1,"146":1,"148":1,"149":1,"152":11,"153":1,"158":11,"161":2,"162":1,"167":1,"178":1,"190":2,"191":1,"205":1,"216":1,"218":1,"385":1,"396":1,"516":1,"585":1,"594":1,"626":1,"754":1,"832":1,"844":1,"861":1,"863":1,"874":3,"905":2,"908":2,"1025":3,"1137":1,"1282":1,"1284":3,"1285":1,"1286":1,"1289":1,"1290":1,"1292":14,"1914":1,"2121":2,"2122":5,"2189":1,"2192":2,"2199":1,"2217":1,"2433":2,"2485":1,"2616":1,"2623":1,"2625":1,"2631":1,"2633":1,"2640":4,"2644":12}}],["tr",{"2":{"2274":4,"2303":4,"2304":1,"2305":2,"2459":5}}],["troubleshooting",{"0":{"27":1},"2":{"28":1}}],["tree",{"2":{"0":2,"161":1}}],["treatment",{"2":{"2624":1,"2627":1}}],["treats",{"2":{"0":1}}],["treated",{"2":{"0":2,"625":1,"1402":1}}],["truly",{"2":{"191":1}}],["truncating",{"2":{"0":1,"2276":1}}],["truncate",{"2":{"0":5,"972":1,"1363":1,"1589":1,"2064":1}}],["trunkwidth",{"0":{"2108":1},"2":{"0":1,"2075":1}}],["trunklinestyle",{"0":{"2107":1},"2":{"0":1,"2075":1}}],["trunkcolorrange",{"0":{"2106":1},"2":{"0":1}}],["trunkcolormap",{"0":{"2105":1},"2":{"0":1}}],["trunkcolor",{"0":{"2104":1},"2":{"0":2,"2075":2,"2081":1}}],["true",{"2":{"0":322,"16":1,"19":2,"22":9,"34":1,"51":1,"52":3,"53":1,"62":12,"64":1,"66":1,"76":1,"78":2,"79":4,"82":5,"83":1,"97":4,"104":3,"119":3,"121":7,"157":2,"169":1,"185":3,"190":1,"191":7,"196":1,"210":1,"211":1,"213":1,"226":1,"233":1,"237":1,"245":1,"246":1,"247":1,"255":1,"257":1,"264":1,"272":1,"279":2,"285":1,"286":1,"287":2,"298":1,"301":3,"302":1,"304":4,"311":1,"319":1,"326":2,"332":1,"333":1,"334":2,"345":1,"348":3,"349":1,"351":4,"363":1,"365":1,"366":1,"368":1,"386":1,"387":1,"394":1,"400":1,"409":1,"410":3,"414":1,"422":1,"425":1,"428":1,"430":1,"433":1,"442":1,"443":3,"447":1,"455":1,"458":1,"461":1,"464":1,"473":1,"474":3,"478":1,"486":1,"489":1,"511":1,"512":1,"515":2,"516":2,"520":1,"524":1,"534":1,"536":1,"547":1,"551":1,"552":1,"563":1,"566":1,"569":1,"571":1,"577":7,"593":1,"597":1,"599":1,"600":1,"603":1,"615":1,"616":1,"619":1,"625":4,"628":2,"635":1,"664":6,"688":1,"699":1,"700":1,"701":1,"704":1,"705":2,"725":1,"726":1,"751":1,"753":2,"754":4,"758":2,"763":1,"764":2,"769":2,"773":1,"781":1,"798":1,"800":1,"805":1,"807":1,"808":1,"810":2,"815":1,"830":1,"832":1,"833":1,"840":1,"853":1,"856":1,"858":1,"859":1,"868":1,"869":1,"889":1,"900":1,"901":1,"905":1,"908":2,"919":1,"920":1,"935":1,"947":1,"949":1,"950":1,"963":1,"978":1,"980":1,"981":1,"1000":1,"1013":1,"1020":1,"1022":1,"1023":1,"1036":1,"1038":1,"1042":1,"1053":1,"1055":1,"1056":1,"1058":1,"1075":1,"1078":1,"1096":1,"1101":1,"1102":1,"1105":2,"1129":1,"1131":1,"1172":1,"1173":1,"1175":1,"1183":1,"1195":1,"1197":1,"1198":1,"1208":1,"1209":1,"1211":1,"1219":1,"1231":1,"1233":1,"1234":1,"1243":1,"1244":1,"1254":1,"1256":1,"1257":1,"1259":1,"1277":1,"1288":1,"1294":1,"1300":1,"1302":1,"1306":1,"1315":1,"1317":1,"1319":1,"1320":1,"1322":1,"1354":1,"1368":1,"1371":1,"1372":1,"1384":1,"1386":1,"1397":1,"1399":1,"1400":1,"1416":1,"1418":1,"1428":1,"1430":1,"1431":1,"1492":1,"1504":1,"1506":1,"1507":1,"1519":1,"1521":1,"1535":1,"1540":1,"1541":1,"1545":1,"1554":1,"1558":1,"1564":1,"1566":1,"1567":1,"1569":9,"1580":1,"1594":1,"1596":1,"1597":1,"1600":9,"1611":1,"1623":1,"1625":1,"1626":1,"1640":1,"1642":1,"1646":1,"1657":1,"1659":1,"1660":1,"1673":1,"1675":1,"1691":1,"1693":1,"1694":1,"1754":1,"1756":1,"1761":2,"1766":1,"1770":1,"1772":1,"1783":1,"1785":1,"1799":1,"1804":1,"1805":1,"1812":1,"1813":1,"1825":1,"1829":1,"1830":1,"1837":1,"1838":1,"1850":1,"1854":1,"1855":1,"1856":12,"1860":1,"1872":1,"1874":1,"1890":1,"1892":1,"1903":1,"1905":1,"1906":1,"1913":1,"1917":2,"1922":14,"1937":1,"1951":1,"1954":1,"1956":1,"1958":1,"1969":1,"1971":1,"1990":1,"1994":1,"1995":1,"2026":1,"2028":1,"2039":1,"2041":1,"2042":1,"2055":1,"2069":1,"2072":1,"2073":1,"2083":1,"2084":1,"2094":1,"2103":1,"2109":1,"2133":1,"2136":1,"2152":1,"2155":1,"2156":1,"2168":1,"2170":1,"2184":1,"2186":1,"2187":1,"2196":1,"2213":1,"2228":1,"2232":1,"2234":1,"2235":1,"2246":1,"2260":1,"2267":1,"2269":1,"2274":6,"2313":1,"2314":1,"2324":1,"2326":1,"2328":1,"2342":1,"2344":1,"2360":1,"2364":1,"2365":1,"2379":1,"2391":1,"2393":1,"2394":1,"2409":1,"2410":1,"2412":1,"2416":1,"2428":1,"2430":1,"2431":1,"2433":1,"2437":1,"2442":1,"2444":1,"2454":1,"2456":1,"2457":1,"2459":3,"2473":1,"2495":1,"2497":1,"2500":1,"2515":1,"2517":1,"2519":1,"2529":1,"2531":1,"2545":1,"2550":1,"2551":1,"2585":1,"2597":1,"2599":1,"2600":1,"2624":1,"2629":2,"2639":2,"2640":2}}],["tryparse",{"2":{"874":1,"905":1}}],["trydetermine",{"2":{"577":1}}],["trying",{"2":{"73":1,"74":1,"162":1}}],["try",{"2":{"0":2,"18":1,"78":1,"88":1,"97":1,"107":1,"148":1,"152":2,"384":1,"2618":1,"2619":1,"2623":2,"2640":1,"2648":1}}],["tritanopic",{"2":{"2660":5}}],["trig",{"2":{"625":1}}],["triggers",{"2":{"31":1,"139":1,"2485":1}}],["triggering",{"0":{"136":1},"2":{"0":1,"139":4,"152":2,"2485":1}}],["triggered",{"2":{"0":3,"139":1,"761":1}}],["trigger",{"2":{"0":1,"78":1,"136":1,"137":2,"139":3,"152":1,"2486":1}}],["trick",{"2":{"192":1,"195":1}}],["trickier",{"2":{"152":1,"578":1}}],["tricontour",{"2":{"0":1,"2302":1}}],["tricontourf",{"0":{"1738":1,"2302":1},"1":{"2303":1,"2304":1,"2305":1,"2306":1,"2307":1,"2308":1,"2309":1,"2310":1,"2311":1,"2312":1,"2313":1,"2314":1,"2315":1,"2316":1,"2317":1,"2318":1,"2319":1,"2320":1,"2321":1,"2322":1,"2323":1,"2324":1,"2325":1,"2326":1,"2327":1,"2328":1},"2":{"0":12,"2302":4,"2303":2,"2304":7,"2305":1}}],["trivial",{"2":{"107":1}}],["triplet",{"2":{"0":1}}],["triplot",{"0":{"1739":1,"2273":1},"1":{"2274":1,"2275":1,"2276":1,"2277":1,"2278":1,"2279":1,"2280":1,"2281":1,"2282":1,"2283":1,"2284":1,"2285":1,"2286":1,"2287":1,"2288":1,"2289":1,"2290":1,"2291":1,"2292":1,"2293":1,"2294":1,"2295":1,"2296":1,"2297":1,"2298":1,"2299":1,"2300":1,"2301":1},"2":{"0":13,"2273":5,"2274":6}}],["tri",{"2":{"0":1,"163":2,"1628":2,"2274":8,"2294":1,"2304":8,"2459":8,"2624":2,"2633":2}}],["triangulate",{"2":{"2274":3,"2304":3,"2459":3}}],["triangulated",{"2":{"0":1,"2327":1}}],["triangulations",{"2":{"2304":2}}],["triangulation",{"0":{"2304":1,"2327":1},"2":{"0":12,"2273":3,"2274":2,"2276":1,"2298":1,"2302":3,"2304":13,"2327":3}}],["triangular",{"2":{"0":1}}],["triangles",{"2":{"0":5,"190":1,"2273":1,"2301":1,"2302":2}}],["triangle",{"0":{"2268":1,"2301":1},"2":{"0":13,"82":1,"527":1,"538":1,"752":1,"2253":1,"2268":1,"2274":2,"2289":1,"2299":1,"2300":1,"2304":1,"2327":1}}],["trimmed",{"2":{"2623":1}}],["trimming",{"0":{"583":1}}],["trim",{"2":{"0":2,"583":2,"1877":1,"2338":1}}],["tries",{"2":{"0":2,"45":1,"385":1,"577":1}}],["trajectory",{"2":{"1285":3}}],["trailing",{"2":{"142":1}}],["traits",{"2":{"149":2}}],["trait",{"2":{"0":3,"67":2,"148":2,"149":1,"2043":1,"2074":1,"2188":1}}],["trace",{"2":{"625":2}}],["traces",{"2":{"625":3,"2624":1,"2634":1,"2638":1}}],["traced",{"2":{"34":1}}],["tracks",{"2":{"515":1}}],["tracked",{"2":{"70":1}}],["track",{"2":{"0":1,"67":1,"82":1,"121":2,"162":1,"206":1}}],["tracing",{"2":{"0":1,"13":1,"30":1,"31":2,"197":1,"2644":1}}],["trans",{"2":{"35":3,"66":5}}],["transparency=true",{"2":{"191":2,"1629":2}}],["transparency",{"0":{"189":1,"190":1,"191":1,"193":1,"949":1,"980":1,"1022":1,"1055":1,"1101":1,"1197":1,"1233":1,"1256":1,"1319":1,"1371":1,"1399":1,"1430":1,"1506":1,"1540":1,"1566":1,"1596":1,"1625":1,"1659":1,"1693":1,"1770":1,"1804":1,"1829":1,"1854":1,"1905":1,"1956":1,"1994":1,"2041":1,"2072":1,"2103":1,"2155":1,"2186":1,"2234":1,"2267":1,"2326":1,"2364":1,"2393":1,"2430":1,"2456":1,"2517":1,"2550":1,"2599":1},"1":{"190":1,"191":1,"194":1,"195":1},"2":{"0":173,"22":3,"190":3,"191":10,"196":1,"949":3,"980":3,"1022":3,"1055":3,"1101":3,"1197":3,"1233":3,"1256":3,"1319":3,"1371":3,"1399":3,"1430":3,"1506":3,"1540":3,"1566":3,"1569":4,"1596":3,"1600":4,"1625":3,"1659":3,"1693":3,"1770":3,"1804":3,"1829":3,"1854":3,"1905":3,"1922":4,"1956":3,"1994":3,"2041":3,"2072":3,"2103":3,"2155":3,"2186":3,"2234":3,"2267":3,"2326":3,"2364":3,"2393":3,"2430":3,"2456":3,"2517":3,"2550":3,"2599":3,"2609":1}}],["transparent",{"2":{"0":41,"56":1,"151":2,"167":1,"189":1,"190":1,"191":4,"192":2,"194":4,"195":2,"375":1,"427":1,"429":1,"460":1,"509":1,"578":1,"580":1,"628":2,"667":1,"670":1,"763":1,"882":1,"883":1,"885":1,"888":1,"944":1,"974":1,"1012":1,"1047":1,"1092":1,"1192":1,"1228":1,"1251":1,"1311":1,"1365":1,"1394":1,"1425":1,"1438":2,"1449":1,"1501":1,"1531":1,"1561":1,"1591":1,"1620":1,"1651":1,"1684":1,"1795":1,"1900":1,"1947":1,"1987":1,"2036":1,"2066":1,"2148":1,"2178":1,"2222":1,"2301":1,"2321":1,"2388":1,"2398":1,"2422":1,"2451":1,"2472":1,"2495":1,"2509":1,"2541":1,"2594":1,"2649":1,"2650":1}}],["transform=reverse",{"2":{"1288":1}}],["transform`",{"2":{"1288":1}}],["transforms",{"2":{"69":1}}],["transformable",{"2":{"0":16,"158":16,"2644":18}}],["transformation=child",{"2":{"2644":1}}],["transformation=trans",{"2":{"35":1}}],["transformations",{"0":{"2644":1},"2":{"0":46,"36":1,"66":2,"68":2,"156":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1415":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2309":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1,"2644":4}}],["transformation",{"0":{"68":1,"948":1,"979":1,"1021":1,"1054":1,"1100":1,"1196":1,"1232":1,"1255":1,"1318":1,"1370":1,"1398":1,"1429":1,"1505":1,"1539":1,"1565":1,"1595":1,"1624":1,"1658":1,"1692":1,"1769":1,"1803":1,"1828":1,"1853":1,"1904":1,"1955":1,"1993":1,"2040":1,"2071":1,"2102":1,"2154":1,"2185":1,"2233":1,"2266":1,"2325":1,"2363":1,"2392":1,"2429":1,"2455":1,"2516":1,"2549":1,"2598":1},"2":{"0":100,"35":2,"66":3,"68":7,"69":2,"71":1,"155":1,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1194":1,"1230":1,"1253":1,"1316":1,"1367":1,"1396":1,"1409":1,"1427":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1831":1,"1849":1,"1902":1,"1950":1,"1989":1,"2038":1,"2068":1,"2093":1,"2151":1,"2182":1,"2227":1,"2259":1,"2323":1,"2359":1,"2390":1,"2426":1,"2453":1,"2513":1,"2544":1,"2596":1,"2639":1,"2644":12}}],["transform",{"0":{"1314":1,"1954":1,"2232":1},"2":{"0":46,"66":1,"68":4,"69":2,"70":1,"71":1,"287":1,"334":1,"751":1,"752":1,"758":2,"810":1,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1409":1,"1414":1,"1446":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2308":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1,"2644":1}}],["transformed32",{"2":{"66":1}}],["transformed64",{"2":{"66":2}}],["transformed",{"2":{"0":1,"68":1,"69":3,"156":1,"287":1,"299":1,"334":1,"346":1,"2640":1}}],["translating",{"2":{"0":2,"18":1,"62":1,"158":1,"757":1,"774":1,"811":1,"2640":1,"2644":1}}],["translation",{"0":{"774":1,"811":1},"2":{"0":13,"18":1,"35":5,"62":1,"155":1,"158":1,"754":4,"761":1,"769":1,"811":1,"1954":1,"2232":1,"2640":1,"2644":7}}],["translations",{"2":{"0":13,"35":3,"62":12,"68":1,"751":1,"754":3,"2644":2}}],["translationspeed",{"2":{"0":2,"62":2}}],["translates",{"2":{"0":1,"757":1}}],["translate",{"2":{"0":57,"18":1,"32":1,"35":4,"52":1,"61":1,"62":4,"68":1,"105":1,"121":1,"158":4,"190":1,"191":2,"192":2,"756":1,"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1323":1,"1364":1,"1393":1,"1424":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1946":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2252":1,"2320":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1,"2611":3,"2644":9}}],["though",{"2":{"0":2,"48":1,"75":1,"76":1,"137":1,"139":1,"691":1,"1282":1,"2485":1}}],["those",{"2":{"0":12,"27":1,"53":1,"67":1,"111":1,"162":1,"165":1,"205":1,"219":1,"583":1,"628":1,"756":1,"2478":1,"2613":1,"2617":1,"2625":1,"2640":1,"2641":1,"2644":1}}],["thus",{"2":{"0":1,"78":1,"121":1,"752":1,"2486":1,"2652":1}}],["threshold",{"0":{"1452":1},"2":{"0":1,"1436":5,"1438":2}}],["thread",{"2":{"27":1}}],["threaded",{"2":{"0":1,"1309":1}}],["threads",{"2":{"0":1,"27":1,"1282":1}}],["threejs",{"2":{"41":1,"53":1,"54":1}}],["three",{"0":{"1406":1},"2":{"0":5,"4":1,"31":1,"53":4,"80":1,"100":2,"138":1,"139":1,"159":1,"177":1,"186":1,"190":1,"373":2,"982":1,"1107":2,"1402":1,"1408":1,"1481":1,"1856":1,"2304":1,"2332":2,"2368":1,"2622":1,"2627":1,"2635":1}}],["through",{"2":{"0":5,"28":1,"50":1,"58":1,"68":1,"74":1,"80":1,"120":1,"155":3,"160":2,"162":2,"185":1,"751":1,"752":1,"753":1,"758":1,"801":1,"833":1,"1831":1,"1925":1,"2518":1,"2604":1,"2605":1,"2640":1}}],["thickness",{"2":{"0":2,"1391":1,"1897":1}}],["think",{"2":{"2623":2,"2625":1}}],["thing",{"2":{"52":1,"1287":1,"2486":1,"2648":1}}],["things",{"2":{"1":1,"80":1,"94":1,"121":1,"151":1,"157":1,"1287":1,"2629":1,"2638":1,"2639":1,"2646":1}}],["thin",{"2":{"0":1,"82":1,"1922":1,"2623":1}}],["third",{"2":{"0":4,"1":1,"3":1,"62":1,"78":2,"83":1,"139":1,"145":3,"186":1,"190":1,"198":1,"582":1,"623":1,"625":1,"1402":1,"1831":1}}],["this",{"2":{"0":323,"3":1,"8":2,"19":5,"22":1,"23":1,"27":2,"29":3,"30":1,"31":5,"34":1,"38":1,"39":1,"45":1,"50":1,"51":3,"53":5,"54":1,"56":2,"57":2,"59":1,"60":1,"61":1,"62":3,"64":1,"69":3,"71":1,"74":3,"75":1,"76":7,"78":2,"79":1,"80":4,"81":1,"82":13,"83":6,"85":1,"90":2,"97":4,"98":2,"102":4,"103":2,"104":1,"105":2,"106":7,"107":2,"108":1,"109":1,"110":2,"111":1,"112":1,"115":1,"117":1,"118":3,"119":2,"121":6,"122":2,"123":1,"126":1,"127":2,"128":2,"130":2,"132":4,"134":3,"135":1,"136":2,"138":2,"139":5,"146":1,"148":1,"150":1,"151":4,"152":11,"155":2,"157":1,"158":1,"162":5,"165":1,"166":1,"167":3,"178":1,"184":2,"190":4,"191":3,"192":2,"196":1,"200":2,"205":1,"207":2,"208":2,"212":3,"217":1,"218":1,"222":1,"246":1,"247":1,"249":1,"354":1,"365":1,"366":1,"373":1,"383":1,"384":1,"385":1,"386":1,"387":1,"396":4,"511":1,"512":1,"516":2,"551":1,"552":1,"575":2,"576":2,"577":2,"578":2,"579":1,"582":2,"585":3,"594":1,"599":1,"600":1,"603":2,"615":1,"616":1,"679":1,"680":1,"700":1,"701":1,"720":1,"723":1,"725":1,"726":1,"754":1,"757":3,"758":1,"761":1,"763":1,"769":1,"770":1,"775":1,"778":1,"796":1,"797":1,"807":1,"808":1,"809":1,"811":1,"828":1,"829":1,"843":1,"844":2,"858":1,"859":1,"861":1,"863":1,"868":1,"869":1,"900":1,"901":1,"919":1,"920":1,"932":1,"935":1,"943":1,"945":1,"947":1,"951":1,"960":1,"963":1,"973":1,"975":1,"978":1,"985":1,"989":1,"990":1,"996":1,"1000":1,"1010":1,"1011":1,"1013":2,"1014":1,"1015":1,"1016":1,"1020":1,"1034":1,"1038":1,"1045":1,"1046":1,"1048":1,"1049":1,"1053":1,"1069":1,"1073":1,"1078":1,"1090":1,"1094":1,"1096":1,"1171":1,"1175":1,"1191":1,"1193":1,"1195":1,"1207":1,"1211":1,"1227":1,"1229":1,"1231":1,"1240":1,"1244":1,"1248":1,"1249":1,"1250":1,"1252":1,"1254":1,"1282":2,"1286":1,"1299":1,"1302":1,"1310":1,"1313":1,"1317":1,"1323":1,"1351":1,"1354":1,"1364":1,"1366":1,"1368":1,"1382":1,"1386":1,"1393":1,"1395":1,"1397":1,"1402":3,"1404":1,"1408":1,"1415":1,"1418":1,"1424":1,"1426":1,"1428":1,"1434":1,"1435":3,"1438":1,"1477":1,"1489":1,"1492":1,"1500":1,"1502":1,"1504":1,"1518":1,"1521":1,"1530":1,"1532":1,"1535":1,"1551":1,"1554":1,"1560":1,"1562":1,"1564":1,"1569":4,"1577":1,"1580":1,"1590":1,"1592":1,"1594":1,"1600":4,"1608":1,"1611":1,"1619":1,"1621":1,"1623":1,"1638":1,"1642":1,"1649":1,"1650":1,"1652":1,"1653":1,"1657":1,"1671":1,"1675":1,"1681":1,"1682":1,"1683":1,"1685":1,"1686":1,"1687":1,"1691":1,"1753":1,"1755":1,"1756":1,"1760":1,"1763":1,"1766":1,"1782":1,"1785":1,"1794":1,"1796":1,"1799":1,"1811":1,"1813":1,"1822":1,"1823":1,"1825":1,"1836":1,"1838":1,"1847":1,"1848":1,"1850":1,"1858":1,"1868":1,"1888":1,"1892":1,"1899":1,"1901":1,"1903":1,"1914":2,"1918":1,"1920":1,"1922":5,"1930":1,"1937":1,"1946":1,"1948":1,"1951":1,"1954":1,"1968":1,"1971":1,"1986":1,"1988":1,"1990":1,"2023":1,"2028":1,"2035":1,"2037":1,"2039":1,"2052":1,"2055":1,"2065":1,"2067":1,"2069":1,"2082":1,"2084":1,"2090":1,"2092":1,"2094":1,"2127":1,"2132":1,"2136":1,"2147":1,"2149":1,"2152":1,"2158":1,"2166":1,"2170":1,"2174":1,"2176":1,"2177":1,"2179":1,"2180":1,"2184":1,"2189":2,"2190":1,"2192":1,"2193":1,"2205":1,"2213":1,"2221":1,"2224":1,"2228":1,"2232":1,"2236":1,"2239":1,"2243":1,"2247":1,"2252":1,"2257":1,"2260":1,"2265":1,"2294":1,"2298":1,"2304":1,"2309":1,"2311":2,"2312":2,"2314":1,"2320":1,"2322":1,"2324":1,"2339":1,"2344":1,"2351":1,"2355":1,"2360":1,"2376":1,"2379":1,"2387":1,"2389":1,"2391":1,"2400":1,"2407":1,"2412":1,"2420":1,"2421":1,"2423":1,"2424":1,"2428":1,"2441":1,"2444":1,"2450":1,"2452":1,"2454":1,"2459":1,"2481":1,"2482":1,"2483":2,"2484":1,"2485":2,"2486":1,"2490":2,"2494":1,"2498":1,"2500":1,"2507":1,"2508":1,"2510":1,"2511":1,"2515":1,"2528":1,"2531":1,"2540":1,"2542":1,"2545":1,"2582":1,"2585":1,"2593":1,"2595":1,"2597":1,"2601":2,"2603":1,"2604":5,"2605":1,"2615":2,"2617":5,"2618":2,"2619":1,"2623":18,"2624":2,"2625":2,"2626":1,"2629":1,"2630":2,"2632":2,"2633":2,"2635":1,"2636":2,"2638":2,"2640":6,"2642":2,"2644":3,"2646":3,"2647":1,"2648":4,"2649":2,"2652":1}}],["thankfully",{"2":{"2623":1}}],["than",{"2":{"0":19,"15":1,"22":1,"31":1,"62":1,"78":1,"82":2,"97":1,"118":1,"119":1,"152":1,"156":1,"161":3,"164":1,"287":1,"334":1,"383":1,"577":1,"578":1,"626":1,"1236":1,"1282":1,"1402":1,"1435":1,"1436":1,"1755":1,"1954":1,"2232":1,"2304":1,"2305":1,"2478":1,"2498":1,"2630":1,"2636":1,"2638":1,"2639":1,"2644":1}}],["that",{"2":{"0":204,"8":2,"10":4,"11":1,"12":3,"13":2,"14":1,"16":1,"17":1,"18":1,"19":2,"22":2,"27":3,"29":1,"31":10,"44":1,"46":1,"49":1,"51":1,"52":1,"53":4,"55":1,"56":2,"57":1,"61":4,"62":3,"64":1,"68":2,"69":2,"70":1,"71":1,"73":2,"74":1,"76":2,"78":1,"81":1,"82":4,"83":2,"88":1,"92":3,"94":2,"96":2,"97":4,"98":3,"99":1,"100":1,"102":3,"104":6,"105":5,"106":15,"107":4,"108":1,"110":1,"111":1,"116":1,"119":2,"120":1,"121":6,"126":4,"127":2,"130":2,"131":2,"132":2,"134":1,"135":3,"136":3,"137":3,"138":2,"139":1,"140":1,"141":1,"142":4,"144":1,"146":2,"149":2,"150":1,"151":1,"152":9,"153":1,"155":1,"156":1,"157":1,"160":1,"161":1,"162":2,"164":2,"165":1,"166":1,"167":2,"177":3,"184":2,"185":1,"186":1,"187":2,"190":1,"191":2,"192":3,"198":1,"202":1,"203":1,"205":1,"210":1,"211":1,"216":1,"217":2,"218":1,"219":1,"222":4,"223":2,"234":1,"239":1,"248":1,"266":1,"279":1,"287":2,"290":3,"299":3,"313":1,"326":1,"334":2,"337":3,"346":3,"382":1,"384":1,"385":1,"396":4,"497":1,"515":1,"521":1,"575":1,"576":1,"577":7,"578":3,"579":2,"580":2,"583":1,"585":1,"596":1,"598":1,"623":1,"624":2,"625":2,"626":1,"627":1,"691":1,"720":1,"723":1,"748":2,"751":1,"752":1,"754":1,"757":1,"758":1,"763":1,"773":1,"775":2,"811":1,"844":1,"855":1,"857":1,"863":1,"874":1,"896":1,"905":2,"908":1,"928":1,"947":1,"956":1,"978":1,"988":1,"993":1,"1016":1,"1020":1,"1030":1,"1049":1,"1053":1,"1065":1,"1096":1,"1104":1,"1107":1,"1168":1,"1185":2,"1195":1,"1204":1,"1221":2,"1231":1,"1248":3,"1254":1,"1282":1,"1284":1,"1288":1,"1290":1,"1296":1,"1317":1,"1328":1,"1347":1,"1368":1,"1378":1,"1397":1,"1402":5,"1408":2,"1412":1,"1428":1,"1435":1,"1438":1,"1444":1,"1457":1,"1461":1,"1485":1,"1504":1,"1514":1,"1535":1,"1537":1,"1548":1,"1564":1,"1573":1,"1594":1,"1604":1,"1623":1,"1629":2,"1634":1,"1653":1,"1657":1,"1667":1,"1686":2,"1687":1,"1691":1,"1766":1,"1773":1,"1778":1,"1799":1,"1801":1,"1825":1,"1831":1,"1850":1,"1884":1,"1903":1,"1913":1,"1914":4,"1915":2,"1916":2,"1917":1,"1926":1,"1944":1,"1951":1,"1964":1,"1990":1,"2017":1,"2020":1,"2039":1,"2048":1,"2069":1,"2094":1,"2113":1,"2128":1,"2152":1,"2163":1,"2180":1,"2184":1,"2189":3,"2190":1,"2192":1,"2194":2,"2195":1,"2202":1,"2228":1,"2253":1,"2260":1,"2284":1,"2294":1,"2298":1,"2304":2,"2318":1,"2324":1,"2332":1,"2360":1,"2372":1,"2391":1,"2401":1,"2404":1,"2409":1,"2424":1,"2428":1,"2438":1,"2454":1,"2464":1,"2478":1,"2481":2,"2485":3,"2486":1,"2490":1,"2491":1,"2505":1,"2511":1,"2515":1,"2524":1,"2545":1,"2547":1,"2554":1,"2555":1,"2578":1,"2597":1,"2604":1,"2617":2,"2618":3,"2619":2,"2623":18,"2624":1,"2625":3,"2626":3,"2629":1,"2632":1,"2633":3,"2636":1,"2637":2,"2638":1,"2639":2,"2640":4,"2643":2,"2644":1,"2646":1,"2648":1}}],["thermometer",{"2":{"2662":1}}],["thermal",{"2":{"1323":1,"1911":1,"2655":1}}],["therefore",{"2":{"10":1,"18":2,"29":1,"37":1,"41":1,"44":1,"98":1,"106":3,"107":1,"108":1,"110":1,"152":1,"155":1,"179":1,"190":1,"212":1,"384":1,"578":1,"1914":1,"2623":5,"2629":1}}],["there",{"2":{"0":5,"13":1,"31":3,"32":1,"41":1,"51":1,"53":1,"54":1,"56":2,"59":1,"60":1,"80":2,"81":1,"82":2,"92":1,"97":1,"98":3,"113":1,"116":1,"121":1,"134":1,"136":1,"137":1,"147":1,"158":1,"162":2,"177":2,"181":1,"184":1,"191":1,"197":1,"205":1,"208":1,"287":1,"290":1,"299":1,"334":1,"337":1,"346":1,"374":1,"574":1,"575":1,"576":1,"577":3,"580":1,"754":1,"756":1,"1289":1,"1406":1,"1408":1,"1569":1,"1600":1,"1912":1,"1922":1,"2459":1,"2601":1,"2623":8,"2625":1,"2626":1,"2627":2,"2629":2,"2631":2,"2644":2,"2646":1,"2649":3}}],["theoretically",{"2":{"139":1,"2623":1}}],["their",{"2":{"0":1,"18":1,"37":1,"40":1,"68":1,"70":1,"72":1,"82":1,"97":1,"98":1,"101":1,"121":1,"126":3,"129":2,"162":1,"179":1,"182":1,"186":1,"190":2,"191":1,"200":1,"205":1,"577":4,"579":1,"637":1,"638":1,"685":1,"863":1,"1105":1,"1457":1,"1912":1,"1914":1,"2482":1,"2484":1,"2603":1,"2627":1}}],["thetamax",{"2":{"0":1}}],["thetamin",{"2":{"0":1}}],["thetaminorticks",{"0":{"822":1},"2":{"0":1}}],["thetaminorgridwidth",{"0":{"821":1},"2":{"0":1,"753":1}}],["thetaminorgridvisible=true",{"2":{"753":1}}],["thetaminorgridvisible",{"0":{"820":1},"2":{"0":1,"753":1}}],["thetaminorgridstyle",{"0":{"819":1},"2":{"0":1,"753":1}}],["thetaminorgridcolor",{"0":{"818":1},"2":{"0":1,"753":1}}],["thetalims",{"2":{"0":1,"751":2}}],["thetalimits",{"0":{"817":1},"2":{"0":2,"751":6,"757":3,"833":1}}],["thetazoomlock",{"0":{"833":1},"2":{"0":1,"751":1,"754":1}}],["thetazoomkey",{"0":{"832":1},"2":{"0":1,"754":1}}],["thetaticks",{"0":{"831":1},"2":{"0":1}}],["thetaticklabelsvisible",{"0":{"830":1},"2":{"0":1}}],["thetaticklabelstrokewidth",{"0":{"829":1},"2":{"0":1}}],["thetaticklabelstrokecolor",{"0":{"828":1},"2":{"0":1}}],["thetaticklabelsize",{"0":{"827":1},"2":{"0":1,"753":1}}],["thetaticklabelpad",{"0":{"826":1},"2":{"0":1}}],["thetaticklabelfont",{"0":{"825":1},"2":{"0":1}}],["thetaticklabelcolor",{"0":{"824":1},"2":{"0":1,"753":1}}],["thetatickformat",{"0":{"823":1},"2":{"0":1}}],["thetagridwidth",{"0":{"816":1},"2":{"0":1,"753":1}}],["thetagridvisible",{"0":{"815":1},"2":{"0":1}}],["thetagridstyle",{"0":{"814":1},"2":{"0":1}}],["thetagridcolor",{"0":{"813":1},"2":{"0":1,"753":1}}],["thetaautolimitmargin",{"0":{"812":1},"2":{"0":1}}],["theta",{"0":{"773":1,"809":1,"810":1,"811":1},"2":{"0":10,"750":3,"751":3,"753":3,"754":2,"761":1,"773":1,"794":1,"810":1,"811":1,"812":1,"813":1,"814":1,"815":1,"816":1,"818":1,"819":1,"820":1,"821":1,"822":1,"823":1,"824":1,"825":1,"826":1,"827":1,"828":1,"829":1,"830":1,"831":1,"832":1,"2609":4}}],["they",{"2":{"0":14,"36":1,"67":1,"68":4,"72":1,"73":1,"74":1,"96":1,"100":1,"106":4,"107":1,"121":1,"124":1,"126":1,"137":1,"139":1,"149":1,"152":1,"155":1,"162":2,"190":2,"212":1,"287":1,"334":1,"382":1,"580":1,"585":1,"623":1,"625":1,"691":1,"794":2,"1402":2,"1404":1,"1481":1,"1510":1,"1569":1,"1600":1,"1629":2,"1914":2,"1922":1,"2368":1,"2483":1,"2520":1,"2555":1,"2603":1,"2613":1,"2636":1,"2638":1,"2649":1,"2654":1}}],["these",{"2":{"0":27,"1":1,"22":1,"27":1,"62":2,"67":1,"68":1,"69":1,"77":1,"82":3,"83":2,"100":2,"105":1,"106":1,"131":1,"133":1,"140":1,"155":1,"160":1,"162":3,"164":1,"167":1,"169":1,"203":1,"207":1,"210":1,"211":1,"212":1,"384":1,"515":2,"577":1,"627":3,"751":3,"754":1,"940":1,"969":1,"1105":1,"1360":1,"1402":1,"1408":1,"1435":1,"1481":1,"1497":1,"1510":1,"1527":1,"1586":1,"1616":1,"1791":1,"1856":2,"1915":2,"2061":1,"2091":1,"2196":2,"2368":1,"2384":1,"2484":1,"2485":1,"2518":1,"2520":1,"2537":1,"2590":1,"2604":1,"2618":1,"2623":2,"2637":1,"2644":3,"2646":1,"2648":1,"2654":1}}],["then",{"2":{"0":18,"12":1,"18":1,"27":1,"51":2,"52":1,"53":6,"54":1,"56":2,"57":1,"67":1,"68":1,"88":2,"92":1,"101":1,"106":1,"107":2,"116":1,"137":1,"139":1,"145":2,"151":1,"152":4,"153":1,"156":1,"162":1,"165":1,"177":1,"185":1,"190":2,"192":1,"197":1,"208":1,"216":1,"217":1,"223":1,"299":1,"346":1,"515":1,"582":1,"585":1,"626":1,"750":1,"982":3,"1289":1,"1402":1,"1408":1,"1914":1,"2193":1,"2304":1,"2485":1,"2518":1,"2619":1,"2625":1,"2626":1,"2631":1,"2644":1}}],["theming",{"0":{"182":1,"183":1}}],["themselves",{"2":{"96":1,"624":1,"2304":1,"2623":1}}],["themed",{"2":{"183":1}}],["themes",{"0":{"169":1,"177":1},"1":{"170":1,"171":1,"172":1,"173":1,"174":1,"175":1,"176":1,"178":1,"179":1,"180":1,"181":1,"182":1,"183":1,"184":1,"185":1,"186":1,"187":1,"188":1},"2":{"169":2,"177":1,"179":2,"181":1}}],["theme",{"0":{"170":1,"171":1,"172":1,"173":1,"174":1,"175":1,"176":1,"178":1,"180":1,"181":1},"2":{"0":31,"16":1,"22":1,"31":1,"36":2,"49":1,"98":1,"103":2,"110":5,"125":3,"151":7,"153":1,"171":2,"172":2,"173":2,"174":2,"175":2,"176":2,"177":3,"178":14,"179":5,"180":5,"181":7,"182":6,"183":5,"184":5,"185":2,"187":3,"196":2,"624":2,"649":1,"650":1,"654":1,"656":1,"657":1,"658":1,"661":1,"662":1,"663":1,"672":1,"673":1,"676":1,"677":1,"2623":1,"2639":5,"2651":3}}],["them",{"2":{"0":13,"22":1,"50":2,"53":1,"56":1,"62":1,"73":1,"75":1,"82":2,"90":2,"97":1,"98":3,"101":1,"102":1,"106":1,"110":1,"139":2,"152":2,"155":1,"190":2,"192":2,"212":2,"515":1,"581":1,"794":1,"1402":1,"1408":3,"1477":1,"1629":1,"1873":1,"1959":1,"2623":1,"2626":2,"2627":2,"2630":1,"2635":2}}],["the",{"0":{"63":1,"79":1,"83":1,"96":1,"97":1,"98":2,"125":1,"135":1,"151":1,"159":1,"162":1,"1434":1,"1435":1,"1437":2,"2482":1},"2":{"0":2900,"1":1,"7":3,"8":10,"9":2,"10":7,"11":1,"12":7,"13":1,"14":6,"15":3,"16":7,"17":2,"18":2,"19":6,"20":4,"21":2,"22":31,"23":10,"24":8,"26":4,"27":4,"28":4,"29":4,"30":6,"31":34,"32":2,"33":1,"35":1,"36":3,"37":3,"39":4,"40":1,"41":9,"44":2,"45":2,"46":1,"47":3,"48":1,"49":10,"50":1,"51":13,"52":6,"53":19,"54":4,"55":7,"56":6,"57":1,"58":7,"59":4,"60":3,"61":6,"62":111,"64":9,"66":2,"67":8,"68":10,"69":16,"70":10,"71":11,"72":2,"73":8,"74":8,"75":16,"76":18,"78":9,"79":22,"80":16,"81":3,"82":38,"83":15,"84":1,"85":4,"87":1,"90":2,"91":1,"92":5,"94":6,"96":2,"97":14,"98":16,"99":1,"100":10,"101":2,"102":10,"103":3,"104":13,"105":7,"106":39,"107":26,"108":1,"109":3,"110":8,"111":4,"114":2,"115":2,"116":9,"117":1,"118":11,"119":10,"120":6,"121":41,"122":2,"123":1,"124":2,"125":3,"126":7,"127":4,"128":5,"129":2,"130":6,"131":7,"132":16,"133":3,"134":3,"135":5,"136":13,"137":9,"138":12,"139":11,"140":3,"141":4,"142":4,"143":3,"144":5,"145":4,"146":6,"147":3,"148":1,"149":4,"150":3,"151":23,"152":27,"153":6,"155":11,"156":2,"157":8,"158":8,"159":13,"161":8,"162":24,"163":1,"164":3,"165":3,"166":3,"167":8,"168":2,"169":1,"177":1,"178":3,"179":4,"180":5,"181":2,"184":5,"185":3,"186":10,"187":3,"188":2,"190":28,"191":10,"192":6,"194":3,"195":3,"196":2,"197":2,"199":2,"200":6,"202":1,"203":5,"205":2,"207":8,"208":2,"210":5,"211":6,"212":6,"213":5,"214":1,"215":1,"216":1,"217":7,"218":3,"219":1,"221":2,"222":19,"223":12,"224":2,"225":2,"226":1,"227":1,"228":1,"229":1,"230":2,"231":2,"232":2,"233":1,"234":17,"235":1,"236":2,"237":1,"238":2,"239":4,"240":2,"241":2,"242":1,"243":1,"244":1,"245":1,"246":1,"247":1,"248":4,"249":3,"250":2,"251":2,"252":1,"253":1,"254":1,"255":1,"256":2,"257":1,"258":2,"259":2,"260":2,"261":2,"262":2,"263":2,"264":1,"265":2,"266":4,"267":2,"268":2,"269":3,"270":1,"271":2,"272":1,"273":2,"274":2,"275":1,"276":2,"277":2,"278":1,"279":4,"280":1,"281":1,"282":1,"283":2,"284":1,"285":1,"286":1,"287":8,"288":3,"289":2,"290":7,"291":2,"292":1,"293":2,"294":1,"295":2,"296":2,"297":2,"298":1,"299":5,"300":2,"301":3,"302":1,"303":2,"304":2,"305":2,"306":1,"307":2,"308":2,"309":2,"310":2,"311":1,"312":2,"313":4,"314":2,"315":2,"316":3,"317":1,"318":2,"319":1,"320":2,"321":2,"322":1,"323":2,"324":2,"325":1,"326":4,"327":1,"328":1,"329":1,"330":2,"331":1,"332":1,"333":1,"334":8,"335":3,"336":2,"337":7,"338":2,"339":1,"340":2,"341":1,"342":2,"343":2,"344":2,"345":1,"346":5,"347":2,"348":3,"349":1,"350":2,"351":2,"352":2,"353":1,"356":2,"357":2,"358":2,"359":2,"360":2,"361":2,"362":2,"363":2,"364":2,"365":1,"366":1,"367":2,"368":1,"369":2,"372":2,"373":7,"374":11,"375":1,"376":1,"377":1,"378":1,"379":4,"380":2,"381":2,"382":2,"383":1,"384":16,"385":2,"386":1,"387":1,"388":1,"389":2,"390":2,"391":2,"392":1,"393":1,"394":1,"395":2,"396":24,"397":2,"398":2,"399":1,"400":1,"401":1,"402":1,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"410":1,"411":2,"412":2,"413":2,"414":1,"415":1,"416":1,"417":1,"418":1,"419":1,"420":1,"421":1,"422":1,"423":1,"424":2,"425":1,"426":1,"427":2,"428":1,"429":2,"430":1,"431":2,"432":1,"433":1,"434":1,"435":1,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"443":1,"444":2,"445":2,"446":2,"447":1,"448":1,"449":1,"450":1,"451":1,"452":1,"453":1,"454":1,"455":1,"456":1,"457":2,"458":1,"459":1,"460":2,"461":1,"462":2,"463":1,"464":1,"465":1,"466":1,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"474":1,"475":2,"476":2,"477":2,"478":1,"479":1,"480":1,"481":1,"482":1,"483":1,"484":1,"485":1,"486":1,"487":1,"488":2,"489":1,"490":1,"493":2,"494":2,"495":4,"496":4,"497":2,"498":3,"499":1,"500":2,"501":2,"502":2,"503":2,"504":2,"505":2,"506":4,"507":4,"508":3,"509":2,"510":2,"511":1,"512":1,"513":2,"514":2,"515":7,"516":1,"518":2,"519":2,"520":1,"521":2,"522":2,"523":2,"524":3,"525":2,"526":2,"527":2,"528":1,"529":1,"530":1,"531":3,"532":1,"533":1,"534":1,"535":2,"536":1,"537":2,"538":2,"539":2,"540":1,"541":2,"542":1,"544":1,"545":3,"546":2,"547":1,"548":1,"549":2,"550":2,"551":1,"552":1,"553":3,"554":2,"556":2,"557":2,"558":2,"559":1,"560":2,"561":2,"562":2,"563":1,"564":1,"565":2,"566":1,"567":2,"568":2,"569":1,"570":2,"571":1,"572":2,"575":1,"576":6,"577":18,"578":11,"579":6,"580":15,"581":3,"582":5,"583":5,"584":3,"585":28,"587":2,"588":4,"589":3,"590":2,"591":2,"592":2,"593":1,"594":3,"595":2,"596":2,"597":1,"598":4,"599":1,"600":1,"601":2,"602":2,"603":2,"605":2,"606":2,"607":2,"608":2,"609":2,"610":2,"611":2,"612":2,"613":3,"614":2,"615":1,"616":1,"617":1,"618":2,"619":1,"620":2,"621":2,"623":3,"624":13,"625":8,"626":14,"627":13,"628":3,"630":2,"631":2,"632":2,"633":4,"634":2,"635":1,"636":2,"637":1,"638":1,"639":2,"640":2,"641":2,"642":1,"643":2,"644":2,"645":2,"646":3,"647":2,"648":2,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1,"655":2,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"664":3,"665":2,"666":3,"667":3,"668":3,"669":5,"670":4,"671":4,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1,"678":2,"679":1,"680":1,"681":2,"682":2,"683":1,"684":2,"685":1,"686":2,"687":2,"688":1,"689":2,"690":2,"691":8,"693":2,"694":1,"695":1,"696":1,"697":2,"698":2,"699":2,"700":1,"701":1,"702":2,"703":2,"705":4,"707":2,"712":2,"713":1,"714":1,"715":1,"716":2,"717":2,"718":1,"719":2,"720":6,"721":1,"723":2,"725":1,"726":1,"729":2,"730":2,"748":2,"749":1,"750":3,"751":8,"752":8,"753":7,"754":9,"756":9,"757":2,"758":2,"760":2,"761":2,"762":2,"763":2,"765":2,"766":1,"767":1,"768":1,"769":1,"770":2,"771":2,"772":2,"773":1,"774":2,"775":4,"776":2,"777":4,"778":2,"779":2,"780":2,"781":1,"782":2,"783":2,"784":2,"785":2,"786":1,"787":2,"788":2,"789":2,"790":2,"791":2,"792":2,"793":1,"794":4,"795":2,"796":3,"797":3,"798":1,"799":2,"800":3,"801":1,"802":1,"803":2,"804":2,"805":1,"806":2,"807":1,"808":1,"809":3,"810":2,"811":3,"812":2,"813":2,"814":2,"815":1,"816":2,"817":2,"818":2,"819":2,"820":1,"821":2,"822":2,"823":2,"824":2,"825":2,"826":1,"827":2,"828":3,"829":3,"830":1,"831":2,"832":3,"833":1,"834":2,"835":2,"836":2,"837":2,"838":4,"839":2,"840":1,"841":2,"842":2,"843":1,"844":12,"845":1,"847":2,"848":4,"849":3,"850":2,"851":2,"852":2,"853":1,"854":2,"855":2,"856":1,"857":4,"858":1,"859":1,"860":2,"861":3,"862":2,"863":6,"865":2,"866":2,"867":2,"868":1,"869":1,"870":2,"871":5,"872":2,"873":1,"874":7,"876":2,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"888":2,"889":1,"890":1,"891":1,"894":2,"895":2,"896":1,"897":3,"898":1,"899":1,"900":1,"901":1,"903":1,"904":2,"905":3,"906":2,"907":2,"910":1,"911":2,"912":2,"913":1,"914":3,"915":3,"916":2,"917":2,"918":2,"919":1,"920":1,"921":2,"922":2,"923":2,"924":2,"926":2,"927":2,"928":1,"929":2,"930":1,"932":1,"933":1,"934":2,"937":1,"938":1,"939":1,"940":2,"941":2,"942":2,"943":1,"944":1,"945":1,"946":2,"947":1,"949":1,"950":1,"951":4,"954":2,"955":2,"956":1,"957":2,"958":1,"960":1,"961":1,"962":2,"965":1,"966":1,"967":2,"968":1,"969":2,"970":2,"971":2,"972":1,"973":1,"974":1,"975":1,"976":2,"977":2,"978":1,"980":1,"981":1,"982":9,"983":2,"985":4,"986":2,"987":2,"988":5,"989":12,"990":4,"992":1,"993":1,"994":2,"995":1,"996":1,"997":1,"998":1,"999":2,"1002":1,"1003":1,"1004":2,"1005":2,"1006":1,"1007":3,"1008":2,"1011":1,"1012":1,"1013":5,"1014":1,"1015":2,"1016":1,"1017":1,"1018":2,"1019":2,"1020":1,"1022":1,"1023":1,"1024":4,"1027":2,"1029":4,"1030":1,"1031":2,"1032":1,"1034":1,"1035":1,"1036":1,"1037":2,"1040":1,"1041":1,"1043":2,"1046":1,"1047":1,"1048":1,"1049":1,"1050":1,"1051":2,"1052":2,"1053":1,"1055":1,"1056":1,"1057":2,"1060":2,"1061":1,"1065":1,"1066":2,"1067":1,"1069":1,"1070":2,"1073":6,"1075":1,"1076":4,"1077":2,"1080":1,"1081":1,"1084":2,"1086":3,"1088":2,"1089":2,"1090":1,"1092":1,"1094":1,"1095":2,"1096":1,"1101":1,"1102":1,"1103":5,"1104":8,"1105":10,"1114":1,"1130":1,"1138":1,"1139":5,"1155":5,"1156":2,"1162":3,"1163":7,"1164":2,"1166":2,"1167":5,"1168":1,"1169":2,"1170":1,"1171":1,"1173":1,"1174":2,"1177":1,"1178":1,"1180":1,"1181":2,"1182":2,"1183":1,"1184":1,"1185":2,"1189":2,"1191":1,"1192":1,"1193":1,"1194":2,"1195":1,"1197":1,"1198":1,"1199":3,"1200":2,"1202":2,"1203":5,"1204":1,"1205":2,"1206":1,"1207":1,"1209":1,"1210":2,"1213":1,"1214":1,"1216":1,"1217":2,"1218":2,"1219":1,"1220":1,"1221":2,"1225":2,"1227":1,"1228":1,"1229":1,"1230":2,"1231":1,"1233":1,"1234":1,"1235":3,"1236":6,"1240":1,"1241":4,"1242":4,"1243":1,"1246":1,"1247":1,"1248":6,"1249":6,"1250":1,"1252":1,"1253":2,"1254":1,"1256":1,"1257":1,"1258":8,"1273":1,"1274":1,"1278":1,"1281":1,"1282":7,"1284":3,"1285":1,"1286":2,"1287":2,"1288":8,"1289":4,"1290":3,"1293":2,"1296":1,"1297":2,"1298":1,"1299":1,"1300":1,"1301":2,"1304":1,"1305":1,"1306":1,"1307":1,"1308":2,"1310":1,"1311":1,"1312":1,"1313":1,"1316":2,"1317":1,"1319":1,"1320":1,"1321":2,"1323":2,"1327":1,"1333":2,"1336":3,"1337":1,"1342":6,"1345":2,"1346":2,"1347":1,"1348":2,"1349":1,"1351":1,"1352":1,"1353":2,"1356":1,"1357":1,"1358":2,"1359":1,"1360":2,"1361":2,"1362":2,"1363":1,"1364":1,"1365":1,"1366":1,"1367":2,"1368":1,"1369":5,"1371":1,"1372":1,"1373":3,"1376":2,"1377":2,"1378":1,"1379":2,"1380":1,"1382":1,"1383":2,"1384":1,"1385":2,"1388":1,"1389":1,"1391":2,"1392":2,"1393":1,"1394":1,"1395":1,"1396":2,"1397":1,"1399":1,"1400":1,"1401":2,"1402":11,"1404":9,"1405":3,"1407":6,"1408":10,"1409":3,"1411":2,"1412":1,"1413":2,"1414":1,"1415":1,"1416":1,"1417":2,"1420":1,"1421":1,"1423":2,"1424":1,"1425":1,"1426":1,"1427":2,"1428":1,"1430":1,"1431":1,"1432":3,"1434":2,"1435":12,"1437":2,"1438":5,"1441":2,"1442":2,"1444":1,"1445":2,"1446":1,"1447":2,"1448":2,"1449":1,"1452":3,"1454":2,"1456":1,"1457":5,"1461":1,"1462":3,"1464":2,"1465":1,"1467":1,"1473":3,"1477":1,"1480":1,"1481":4,"1483":2,"1484":2,"1485":1,"1486":2,"1487":1,"1489":1,"1490":1,"1491":2,"1494":1,"1495":1,"1496":1,"1497":2,"1498":2,"1499":2,"1500":1,"1501":1,"1502":1,"1503":2,"1504":1,"1506":1,"1507":1,"1508":3,"1509":3,"1510":4,"1512":2,"1513":7,"1514":1,"1515":2,"1516":1,"1518":1,"1519":1,"1520":2,"1523":1,"1524":1,"1527":2,"1528":2,"1530":1,"1531":1,"1532":1,"1534":2,"1535":1,"1536":2,"1537":1,"1538":2,"1540":1,"1541":1,"1542":3,"1543":3,"1544":2,"1547":2,"1548":1,"1549":2,"1550":1,"1551":1,"1552":1,"1553":2,"1556":1,"1557":1,"1559":2,"1560":1,"1561":1,"1562":1,"1563":2,"1564":1,"1566":1,"1567":1,"1568":3,"1569":5,"1571":2,"1572":2,"1573":1,"1574":2,"1575":1,"1577":1,"1578":1,"1579":2,"1582":1,"1583":1,"1584":2,"1585":1,"1586":2,"1587":2,"1588":2,"1589":1,"1590":1,"1591":1,"1592":1,"1593":2,"1594":1,"1596":1,"1597":1,"1598":2,"1600":5,"1602":2,"1603":2,"1604":1,"1605":2,"1606":1,"1608":1,"1609":1,"1610":2,"1613":1,"1614":1,"1615":1,"1616":2,"1617":2,"1618":2,"1619":1,"1620":1,"1621":1,"1622":2,"1623":1,"1625":1,"1626":1,"1627":2,"1629":11,"1631":2,"1633":4,"1634":1,"1635":2,"1636":1,"1638":1,"1639":1,"1640":1,"1641":2,"1644":1,"1645":1,"1647":2,"1650":1,"1651":1,"1652":1,"1653":1,"1654":1,"1655":2,"1656":2,"1657":1,"1659":1,"1660":1,"1661":3,"1664":2,"1666":2,"1667":1,"1668":2,"1669":1,"1671":1,"1672":1,"1673":1,"1674":2,"1677":1,"1678":1,"1679":2,"1680":1,"1681":2,"1683":1,"1684":1,"1685":1,"1686":6,"1687":1,"1688":1,"1689":2,"1690":2,"1691":1,"1693":1,"1694":1,"1749":3,"1753":1,"1754":1,"1755":3,"1758":1,"1759":1,"1760":1,"1761":1,"1762":3,"1763":1,"1764":2,"1765":2,"1766":1,"1770":1,"1772":1,"1773":8,"1776":2,"1777":7,"1778":1,"1779":2,"1780":1,"1782":1,"1783":1,"1784":2,"1787":1,"1788":1,"1791":2,"1792":2,"1794":1,"1795":1,"1796":1,"1798":2,"1799":1,"1800":2,"1801":1,"1802":2,"1804":1,"1805":1,"1806":3,"1811":1,"1812":1,"1815":1,"1816":1,"1822":1,"1823":1,"1824":2,"1825":1,"1829":1,"1830":1,"1831":17,"1832":1,"1836":1,"1837":1,"1840":1,"1841":1,"1847":1,"1848":1,"1849":2,"1850":1,"1854":1,"1855":1,"1856":7,"1858":5,"1859":2,"1860":2,"1865":1,"1867":1,"1868":2,"1869":1,"1870":1,"1873":3,"1874":2,"1875":2,"1876":3,"1877":1,"1878":4,"1879":5,"1882":2,"1883":2,"1884":1,"1885":2,"1886":1,"1888":1,"1889":2,"1890":1,"1891":2,"1894":1,"1895":1,"1897":2,"1898":2,"1899":1,"1900":1,"1901":1,"1902":2,"1903":1,"1905":1,"1906":1,"1907":2,"1908":2,"1911":5,"1912":1,"1914":13,"1915":4,"1916":3,"1917":13,"1918":2,"1922":7,"1924":2,"1925":3,"1926":1,"1927":2,"1928":1,"1930":1,"1933":1,"1934":3,"1935":2,"1936":2,"1939":1,"1940":1,"1941":2,"1942":1,"1943":4,"1944":4,"1945":1,"1946":1,"1947":1,"1948":1,"1949":3,"1950":2,"1951":1,"1952":2,"1953":2,"1954":4,"1956":1,"1958":1,"1959":2,"1962":2,"1963":3,"1964":1,"1965":2,"1966":1,"1968":1,"1969":1,"1970":2,"1973":1,"1974":1,"1977":2,"1978":2,"1979":2,"1980":1,"1984":2,"1986":1,"1987":1,"1988":1,"1989":2,"1990":1,"1991":2,"1992":2,"1994":1,"1995":1,"1996":9,"2016":3,"2017":1,"2019":2,"2020":1,"2021":2,"2022":1,"2023":1,"2026":1,"2027":2,"2030":1,"2031":1,"2032":2,"2035":1,"2036":1,"2037":1,"2038":2,"2039":1,"2041":1,"2042":1,"2043":3,"2046":2,"2047":2,"2048":1,"2049":2,"2050":1,"2052":1,"2053":1,"2054":2,"2057":1,"2058":1,"2059":2,"2060":1,"2061":2,"2062":2,"2063":2,"2064":1,"2065":1,"2066":1,"2067":1,"2068":2,"2069":1,"2070":5,"2072":1,"2073":1,"2074":4,"2082":1,"2083":1,"2086":1,"2087":1,"2090":1,"2091":1,"2092":1,"2093":2,"2094":1,"2103":1,"2109":1,"2110":2,"2113":1,"2118":3,"2121":3,"2124":2,"2127":6,"2128":1,"2129":2,"2130":1,"2132":1,"2133":1,"2135":2,"2138":1,"2139":1,"2144":2,"2147":1,"2148":1,"2149":1,"2151":2,"2152":1,"2155":1,"2156":1,"2157":3,"2158":13,"2160":2,"2162":1,"2163":1,"2164":2,"2165":1,"2166":1,"2167":1,"2168":1,"2169":2,"2172":1,"2173":1,"2174":4,"2175":2,"2177":1,"2178":1,"2179":1,"2180":1,"2181":1,"2182":2,"2183":2,"2184":1,"2186":1,"2187":1,"2188":4,"2189":11,"2190":2,"2191":2,"2192":1,"2193":5,"2194":9,"2195":2,"2196":5,"2197":3,"2199":2,"2200":2,"2201":5,"2202":1,"2203":2,"2204":1,"2205":1,"2206":4,"2208":1,"2209":1,"2210":3,"2211":2,"2212":2,"2215":1,"2216":1,"2217":2,"2218":1,"2219":2,"2220":1,"2221":1,"2222":1,"2223":3,"2224":1,"2225":3,"2226":1,"2227":2,"2228":1,"2229":2,"2230":2,"2231":2,"2232":4,"2234":1,"2235":1,"2237":3,"2241":4,"2242":2,"2243":1,"2244":1,"2245":1,"2246":1,"2249":1,"2250":1,"2251":1,"2252":1,"2253":4,"2254":2,"2255":2,"2256":2,"2257":1,"2258":1,"2259":2,"2260":1,"2261":1,"2264":1,"2265":2,"2267":1,"2268":2,"2269":1,"2273":3,"2274":6,"2276":10,"2277":2,"2278":2,"2279":2,"2280":2,"2281":2,"2282":2,"2283":2,"2284":3,"2285":2,"2286":2,"2289":1,"2290":2,"2291":2,"2292":2,"2294":2,"2295":1,"2296":1,"2297":1,"2298":2,"2299":1,"2300":1,"2301":2,"2302":5,"2304":12,"2305":6,"2307":2,"2309":1,"2311":5,"2312":5,"2313":1,"2316":1,"2317":1,"2319":3,"2320":1,"2322":1,"2323":2,"2324":1,"2326":1,"2327":3,"2328":1,"2329":3,"2338":1,"2339":1,"2342":1,"2346":1,"2347":1,"2351":1,"2354":1,"2355":1,"2358":1,"2359":2,"2360":1,"2364":1,"2365":1,"2367":1,"2368":4,"2370":2,"2371":2,"2372":1,"2373":2,"2374":1,"2376":1,"2377":1,"2378":2,"2381":1,"2382":1,"2383":1,"2384":2,"2385":2,"2386":2,"2387":1,"2388":1,"2389":1,"2390":2,"2391":1,"2393":1,"2394":1,"2395":3,"2396":3,"2397":2,"2398":1,"2401":1,"2402":2,"2404":1,"2405":2,"2406":1,"2407":1,"2408":1,"2410":1,"2411":2,"2414":1,"2415":1,"2416":1,"2417":2,"2418":2,"2419":2,"2421":1,"2422":1,"2423":1,"2424":1,"2425":1,"2426":2,"2427":2,"2428":1,"2430":1,"2431":1,"2432":3,"2435":2,"2438":1,"2439":2,"2440":1,"2441":1,"2442":1,"2443":2,"2446":1,"2447":1,"2449":2,"2450":1,"2451":1,"2452":1,"2453":2,"2454":1,"2456":1,"2457":1,"2458":3,"2459":11,"2461":2,"2462":4,"2463":4,"2464":1,"2465":2,"2466":1,"2467":2,"2468":2,"2469":2,"2470":2,"2471":2,"2472":1,"2473":1,"2475":2,"2476":2,"2477":2,"2478":6,"2480":2,"2481":3,"2482":3,"2483":2,"2484":11,"2485":9,"2486":5,"2488":2,"2491":1,"2492":2,"2493":1,"2494":1,"2495":2,"2496":1,"2497":1,"2498":2,"2499":2,"2502":1,"2503":1,"2504":1,"2505":1,"2506":2,"2508":1,"2509":1,"2510":1,"2511":1,"2512":1,"2513":2,"2514":2,"2515":1,"2517":1,"2519":1,"2520":4,"2522":2,"2523":7,"2524":1,"2525":2,"2526":1,"2528":1,"2529":1,"2530":2,"2533":1,"2534":1,"2537":2,"2538":2,"2540":1,"2541":1,"2542":1,"2544":2,"2545":1,"2546":2,"2547":1,"2548":2,"2550":1,"2551":1,"2552":3,"2553":3,"2554":2,"2555":9,"2573":2,"2576":2,"2577":2,"2578":1,"2579":2,"2580":1,"2582":1,"2583":1,"2584":2,"2587":1,"2588":1,"2589":1,"2590":2,"2591":2,"2592":2,"2593":1,"2594":1,"2595":1,"2596":2,"2597":1,"2599":1,"2600":1,"2601":11,"2603":2,"2604":23,"2605":14,"2613":2,"2615":2,"2616":1,"2617":17,"2618":13,"2619":7,"2620":2,"2621":4,"2622":3,"2623":82,"2624":8,"2625":5,"2626":5,"2627":5,"2628":4,"2629":9,"2630":2,"2631":3,"2632":12,"2633":10,"2634":3,"2635":5,"2636":7,"2637":6,"2638":10,"2639":8,"2640":34,"2641":3,"2642":12,"2643":5,"2644":39,"2646":3,"2647":4,"2648":11,"2649":18,"2650":1,"2653":3,"2654":1}}],["tokyo50",{"2":{"2656":1}}],["tokyo25",{"2":{"2656":1}}],["tokyo100",{"2":{"2656":1}}],["tokyo10",{"2":{"2656":1}}],["tokyo",{"2":{"2656":1}}],["tofino50",{"2":{"2656":1}}],["tofino25",{"2":{"2656":1}}],["tofino100",{"2":{"2656":1}}],["tofino10",{"2":{"2656":1}}],["tofino",{"2":{"2656":1}}],["touching",{"2":{"626":1}}],["touches",{"2":{"396":2}}],["tomato",{"2":{"192":1,"194":1,"195":2,"1572":2,"1585":1,"1925":1,"1926":1,"1952":1,"1953":1,"2620":3,"2621":2}}],["toml",{"2":{"153":1,"2617":2}}],["tos",{"2":{"152":4}}],["took",{"2":{"1288":9}}],["tools",{"2":{"2624":1}}],["tool",{"2":{"119":1}}],["tooltips",{"2":{"0":1,"119":1,"121":3}}],["tooltip",{"0":{"54":1,"1737":1,"2237":1,"2239":1},"1":{"2238":1,"2239":1,"2240":1,"2241":1,"2242":1,"2243":1,"2244":1,"2245":1,"2246":1,"2247":1,"2248":1,"2249":1,"2250":1,"2251":1,"2252":1,"2253":1,"2254":1,"2255":1,"2256":1,"2257":1,"2258":1,"2259":1,"2260":1,"2261":1,"2262":1,"2263":1,"2264":1,"2265":1,"2266":1,"2267":1,"2268":1,"2269":1,"2270":1,"2271":1,"2272":1},"2":{"0":27,"54":6,"119":7,"121":16,"2237":5,"2239":2,"2241":2,"2242":1,"2254":1,"2255":1,"2256":1,"2258":1,"2265":1}}],["too",{"0":{"90":1},"1":{"91":1,"92":1},"2":{"49":1,"73":1,"76":1,"91":1,"98":1,"578":3,"1285":1,"1438":1,"1914":1,"2197":2,"2623":2,"2629":1,"2632":1,"2638":1}}],["to=",{"2":{"49":1,"1457":2}}],["tocartesian",{"2":{"36":3}}],["tolines",{"2":{"36":4}}],["totally",{"2":{"2646":1}}],["totaling",{"2":{"121":1}}],["total",{"2":{"35":2,"2644":2}}],["torso",{"2":{"35":9,"2644":9}}],["together",{"2":{"0":40,"31":1,"35":1,"149":1,"162":1,"179":1,"185":1,"192":2,"290":1,"337":1,"623":1,"624":1,"628":1,"930":1,"958":1,"995":1,"1024":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1414":1,"1446":1,"1487":1,"1510":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1856":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2193":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2520":1,"2526":1,"2580":1,"2618":1,"2626":1,"2634":1}}],["toggles",{"2":{"908":5,"2433":3}}],["toggled",{"2":{"0":2}}],["toggleduration",{"0":{"921":1},"2":{"0":1}}],["toggle",{"0":{"747":1,"908":1},"1":{"909":1,"910":1,"911":1,"912":1,"913":1,"914":1,"915":1,"916":1,"917":1,"918":1,"919":1,"920":1,"921":1,"922":1,"923":1},"2":{"0":3,"34":4,"908":2,"910":1,"911":1,"912":1,"914":1,"915":1,"916":1,"917":1,"918":1,"921":1,"922":1,"923":1,"2433":1}}],["todo",{"2":{"0":1}}],["towards",{"2":{"0":6,"15":1,"62":5,"71":1,"168":1,"412":1,"445":1,"476":1,"1236":1,"2305":1}}],["topleft",{"2":{"2624":1,"2637":1}}],["toplevel",{"2":{"2601":1}}],["topic",{"2":{"200":1}}],["topoints3d",{"2":{"36":3}}],["topoints",{"2":{"36":2}}],["topographie",{"2":{"33":1}}],["topography",{"0":{"33":1},"2":{"33":1,"36":1}}],["top",{"2":{"0":14,"18":1,"39":1,"62":1,"99":1,"103":1,"110":1,"121":1,"127":1,"131":1,"133":1,"144":1,"152":1,"157":1,"184":1,"205":1,"208":1,"256":1,"257":1,"261":2,"358":1,"379":1,"384":1,"396":1,"524":1,"568":1,"569":1,"579":1,"625":1,"626":2,"628":5,"685":4,"838":1,"1337":1,"1569":1,"1600":1,"1922":1,"2191":2,"2192":1,"2194":1,"2196":1,"2199":1,"2265":1,"2484":1,"2618":1,"2624":2,"2629":3,"2630":1,"2633":1,"2634":2,"2637":1,"2644":1}}],["topspinevisible",{"0":{"257":1,"569":1},"2":{"0":2,"183":1,"304":1,"351":1}}],["topspinecolor",{"0":{"256":1,"568":1},"2":{"0":2}}],["to",{"0":{"38":1,"88":1,"97":1,"107":1,"192":1,"193":1,"196":1,"1439":1,"1477":1,"2119":1},"1":{"194":1,"195":1,"197":1,"198":1,"199":1,"200":1},"2":{"0":696,"7":2,"8":5,"9":1,"10":7,"11":2,"12":6,"13":1,"14":3,"15":3,"16":3,"18":1,"19":3,"22":10,"23":1,"24":6,"25":2,"26":2,"27":5,"28":1,"29":3,"30":6,"31":15,"32":2,"33":1,"34":5,"37":6,"38":2,"39":2,"40":1,"41":3,"44":1,"45":3,"46":1,"48":2,"49":8,"50":3,"51":12,"52":2,"53":9,"54":8,"55":1,"56":5,"57":2,"58":2,"59":2,"60":1,"61":7,"62":15,"63":1,"64":8,"66":3,"67":3,"68":5,"69":8,"70":5,"71":8,"72":2,"73":4,"74":12,"75":7,"76":15,"77":3,"78":2,"79":2,"80":12,"81":7,"82":21,"83":18,"88":2,"90":5,"92":3,"94":2,"96":3,"97":4,"98":8,"100":4,"102":3,"104":7,"105":10,"106":21,"107":17,"109":4,"110":1,"111":5,"112":1,"114":2,"115":2,"116":8,"118":9,"119":4,"121":28,"122":3,"124":1,"125":2,"126":3,"127":2,"130":4,"132":10,"133":1,"134":1,"135":2,"136":8,"138":7,"139":5,"140":3,"141":1,"142":4,"144":7,"145":1,"146":2,"147":4,"148":3,"149":4,"150":4,"151":12,"152":16,"153":3,"155":4,"156":1,"157":1,"158":9,"159":5,"161":7,"162":11,"163":2,"164":1,"165":5,"166":5,"167":6,"168":5,"177":1,"178":2,"179":3,"180":2,"181":3,"184":5,"185":2,"186":7,"187":2,"188":1,"189":3,"190":3,"191":5,"192":2,"194":3,"197":1,"198":1,"200":6,"205":5,"206":1,"207":5,"208":2,"210":2,"211":2,"212":1,"213":1,"214":2,"215":2,"216":1,"217":4,"219":1,"221":1,"222":5,"223":6,"224":1,"225":1,"226":1,"227":1,"228":1,"229":1,"230":1,"231":1,"232":1,"233":1,"234":8,"235":1,"236":1,"237":1,"238":1,"239":1,"240":1,"241":1,"242":1,"243":1,"244":1,"245":1,"246":2,"247":2,"248":1,"249":1,"250":1,"251":1,"252":1,"253":1,"254":1,"255":1,"256":1,"257":1,"258":1,"259":1,"260":2,"261":1,"262":1,"263":1,"264":1,"265":1,"266":1,"267":1,"268":1,"269":1,"270":1,"271":1,"272":1,"273":1,"274":1,"275":1,"276":1,"277":1,"278":1,"279":1,"280":1,"281":1,"282":1,"283":2,"284":1,"285":1,"286":1,"287":5,"288":2,"289":1,"290":2,"291":1,"292":1,"293":1,"294":1,"295":1,"296":1,"297":1,"298":1,"299":2,"300":1,"301":1,"302":1,"303":1,"304":4,"305":2,"306":1,"307":2,"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1,"326":1,"327":1,"328":1,"329":1,"330":2,"331":1,"332":1,"333":1,"334":5,"335":2,"336":1,"337":2,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1,"344":1,"345":1,"346":2,"347":1,"348":1,"349":1,"350":1,"351":4,"352":2,"353":1,"354":1,"356":1,"357":1,"358":1,"359":1,"360":1,"361":1,"362":1,"363":1,"364":1,"365":2,"366":2,"367":1,"368":1,"369":1,"372":1,"373":3,"374":4,"375":1,"376":1,"377":1,"378":1,"379":1,"380":1,"381":1,"382":2,"383":2,"384":3,"385":2,"386":2,"387":2,"388":1,"389":1,"390":1,"391":1,"392":1,"393":1,"394":1,"395":1,"396":2,"397":1,"398":2,"399":1,"400":1,"401":1,"402":1,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"410":1,"411":1,"412":1,"413":1,"414":1,"415":1,"416":1,"417":1,"418":1,"419":1,"420":1,"421":1,"422":1,"423":1,"424":1,"425":1,"426":1,"427":1,"428":1,"429":1,"430":1,"431":2,"432":1,"433":1,"434":1,"435":1,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"443":1,"444":1,"445":1,"446":1,"447":1,"448":1,"449":1,"450":1,"451":1,"452":1,"453":1,"454":1,"455":1,"456":1,"457":1,"458":1,"459":1,"460":1,"461":1,"462":2,"463":1,"464":1,"465":1,"466":1,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"474":1,"475":1,"476":1,"477":1,"478":1,"479":1,"480":1,"481":1,"482":1,"483":1,"484":1,"485":1,"486":1,"487":1,"488":1,"489":1,"490":1,"493":1,"494":1,"495":1,"496":1,"497":1,"498":1,"499":1,"500":1,"501":1,"502":1,"503":1,"504":1,"505":1,"506":1,"507":1,"508":2,"509":1,"510":1,"511":2,"512":2,"513":1,"514":1,"515":3,"518":1,"519":1,"520":1,"521":1,"522":1,"523":1,"524":3,"525":1,"526":1,"527":1,"528":1,"529":1,"530":1,"531":1,"532":1,"533":1,"534":1,"535":1,"536":1,"537":1,"538":1,"539":1,"540":1,"541":1,"542":1,"543":1,"544":1,"545":1,"546":1,"547":1,"548":1,"549":1,"550":1,"551":2,"552":2,"553":2,"554":1,"555":1,"556":1,"557":1,"558":1,"559":1,"560":1,"561":1,"562":1,"563":1,"564":1,"565":1,"566":1,"567":1,"568":1,"569":1,"570":1,"571":1,"572":3,"575":3,"576":3,"577":8,"578":8,"579":3,"581":1,"582":5,"584":2,"585":6,"587":1,"588":1,"589":1,"590":1,"591":1,"592":1,"593":1,"594":2,"595":1,"596":1,"597":2,"598":1,"599":2,"600":2,"601":1,"602":1,"603":4,"605":1,"606":1,"607":1,"608":1,"609":1,"610":1,"611":1,"612":1,"613":2,"614":1,"615":2,"616":2,"617":1,"618":1,"619":1,"620":1,"621":2,"624":4,"625":1,"626":6,"627":5,"628":2,"630":1,"631":1,"632":1,"633":1,"634":1,"635":1,"636":1,"637":1,"638":1,"639":1,"640":1,"641":1,"642":1,"643":1,"644":1,"645":1,"646":2,"647":1,"648":1,"649":1,"650":1,"651":1,"652":2,"653":1,"654":1,"655":1,"656":1,"657":1,"658":1,"659":1,"660":2,"661":1,"662":1,"663":1,"664":1,"665":1,"666":1,"667":1,"668":1,"669":2,"670":1,"671":1,"672":1,"673":1,"674":1,"675":2,"676":1,"677":1,"678":1,"679":2,"680":2,"681":1,"682":1,"683":1,"684":1,"685":2,"686":1,"687":1,"688":1,"689":1,"690":1,"691":7,"693":1,"694":1,"695":1,"696":1,"697":1,"698":1,"699":1,"700":2,"701":2,"702":1,"703":1,"705":1,"707":1,"708":1,"709":1,"710":1,"711":1,"712":1,"713":1,"714":1,"715":1,"716":1,"717":1,"718":1,"719":1,"720":1,"721":1,"722":1,"723":4,"724":1,"725":2,"726":2,"727":1,"728":1,"729":1,"730":1,"748":1,"751":7,"752":9,"754":4,"756":4,"757":3,"760":1,"761":1,"762":1,"763":2,"764":1,"765":1,"766":1,"767":1,"768":1,"769":2,"770":3,"771":1,"772":1,"773":3,"774":1,"775":3,"776":2,"777":2,"778":1,"779":1,"780":1,"781":1,"782":1,"783":1,"784":1,"785":1,"786":1,"787":1,"788":1,"789":1,"790":1,"791":1,"792":1,"793":1,"794":3,"795":1,"796":1,"797":2,"798":1,"799":2,"800":6,"801":1,"802":1,"803":1,"804":1,"805":1,"806":1,"807":2,"808":2,"809":1,"810":1,"811":1,"812":2,"813":1,"814":1,"815":1,"816":1,"817":1,"818":1,"819":1,"820":1,"821":1,"822":1,"823":1,"824":1,"825":1,"826":1,"827":1,"828":1,"829":2,"830":1,"831":2,"832":6,"833":1,"834":1,"835":1,"836":1,"837":1,"838":1,"839":1,"840":1,"841":1,"842":1,"843":2,"844":6,"847":1,"848":1,"849":1,"850":1,"851":1,"852":1,"853":1,"854":1,"855":1,"856":2,"857":1,"858":2,"859":2,"860":1,"861":2,"862":1,"863":2,"865":1,"866":1,"867":1,"868":2,"869":2,"870":1,"871":1,"872":1,"874":2,"876":1,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"886":1,"887":1,"888":1,"889":1,"890":1,"891":1,"892":1,"893":1,"894":1,"895":1,"896":2,"897":2,"898":1,"899":1,"900":2,"901":2,"902":1,"903":1,"904":1,"905":3,"906":1,"907":1,"908":1,"910":1,"911":1,"912":1,"913":1,"914":1,"915":1,"916":1,"917":1,"918":1,"919":2,"920":2,"921":1,"922":1,"923":1,"926":1,"927":1,"928":2,"929":1,"930":1,"931":2,"932":3,"933":1,"934":1,"935":1,"936":1,"937":1,"938":1,"939":1,"940":2,"941":1,"942":1,"943":1,"944":1,"945":1,"946":1,"947":1,"948":1,"949":1,"950":1,"951":1,"954":1,"955":1,"956":2,"957":1,"958":1,"959":2,"960":3,"961":1,"962":1,"963":1,"964":1,"965":1,"966":1,"967":3,"968":1,"969":2,"970":1,"971":1,"972":2,"973":1,"974":1,"975":1,"976":1,"977":1,"978":1,"979":1,"980":1,"981":1,"985":2,"986":1,"987":2,"988":1,"989":3,"990":2,"991":1,"992":1,"993":2,"994":1,"995":1,"996":3,"997":2,"998":1,"999":1,"1000":1,"1001":1,"1002":1,"1003":1,"1004":1,"1005":2,"1006":2,"1007":2,"1008":1,"1009":1,"1010":3,"1011":1,"1012":1,"1013":4,"1014":1,"1015":2,"1016":1,"1017":1,"1018":1,"1019":1,"1020":1,"1021":1,"1022":1,"1023":1,"1024":1,"1027":1,"1028":1,"1029":3,"1030":2,"1031":1,"1032":1,"1033":1,"1034":3,"1035":2,"1036":1,"1037":1,"1038":1,"1039":1,"1040":1,"1041":1,"1042":1,"1043":1,"1044":1,"1045":3,"1046":1,"1047":1,"1048":1,"1049":1,"1050":1,"1051":1,"1052":1,"1053":1,"1054":1,"1055":1,"1056":1,"1060":1,"1061":1,"1062":1,"1063":1,"1064":1,"1065":2,"1066":1,"1067":1,"1068":1,"1069":3,"1070":1,"1071":1,"1072":1,"1073":1,"1074":1,"1075":1,"1076":1,"1077":1,"1078":1,"1079":1,"1080":1,"1081":1,"1082":1,"1083":1,"1084":1,"1085":1,"1086":1,"1087":1,"1088":1,"1089":1,"1090":1,"1091":1,"1092":1,"1093":1,"1094":1,"1095":1,"1096":1,"1097":1,"1098":1,"1099":1,"1100":1,"1101":1,"1102":1,"1103":1,"1105":3,"1107":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1114":2,"1115":1,"1116":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1123":1,"1124":1,"1125":1,"1126":1,"1127":1,"1128":1,"1129":1,"1130":1,"1131":1,"1132":1,"1133":1,"1134":1,"1135":1,"1136":1,"1137":2,"1138":1,"1139":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1155":3,"1156":3,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1162":2,"1166":1,"1167":1,"1168":2,"1169":1,"1170":1,"1171":3,"1172":1,"1173":1,"1174":1,"1175":1,"1176":1,"1177":1,"1178":1,"1179":1,"1180":1,"1181":1,"1182":2,"1183":2,"1184":1,"1185":2,"1186":1,"1187":1,"1188":1,"1189":1,"1190":1,"1191":1,"1192":1,"1193":1,"1194":1,"1195":1,"1196":1,"1197":1,"1198":1,"1202":1,"1203":1,"1204":2,"1205":1,"1206":1,"1207":3,"1208":1,"1209":1,"1210":1,"1211":1,"1212":1,"1213":1,"1214":1,"1215":1,"1216":1,"1217":1,"1218":2,"1219":2,"1220":1,"1221":2,"1222":1,"1223":1,"1224":1,"1225":1,"1226":1,"1227":1,"1228":1,"1229":1,"1230":1,"1231":1,"1232":1,"1233":1,"1234":1,"1236":5,"1238":1,"1239":1,"1240":3,"1241":5,"1242":5,"1243":1,"1244":1,"1245":1,"1246":1,"1247":1,"1248":6,"1249":3,"1250":1,"1251":1,"1252":1,"1253":1,"1254":1,"1255":1,"1256":1,"1257":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1268":1,"1269":1,"1270":1,"1271":1,"1272":1,"1273":1,"1274":1,"1275":1,"1276":1,"1277":1,"1278":2,"1279":1,"1280":1,"1281":1,"1282":3,"1284":2,"1285":2,"1286":3,"1288":7,"1289":3,"1290":1,"1292":1,"1293":1,"1294":2,"1295":2,"1296":2,"1297":1,"1298":1,"1299":3,"1300":1,"1301":1,"1302":1,"1303":1,"1304":1,"1305":1,"1306":1,"1307":1,"1308":1,"1309":1,"1310":1,"1311":1,"1312":2,"1313":1,"1314":2,"1315":4,"1316":1,"1317":1,"1318":1,"1319":1,"1320":1,"1323":1,"1326":1,"1327":1,"1328":4,"1329":1,"1330":1,"1331":1,"1332":1,"1333":1,"1334":1,"1335":1,"1336":1,"1337":1,"1338":1,"1339":1,"1340":1,"1341":2,"1345":1,"1346":1,"1347":2,"1348":1,"1349":1,"1350":2,"1351":3,"1352":1,"1353":1,"1354":1,"1355":1,"1356":1,"1357":1,"1358":3,"1359":1,"1360":2,"1361":1,"1362":1,"1363":2,"1364":1,"1365":1,"1366":1,"1367":1,"1368":1,"1369":3,"1370":1,"1371":1,"1372":1,"1373":2,"1376":1,"1377":2,"1378":2,"1379":1,"1380":1,"1381":1,"1382":3,"1383":1,"1384":1,"1385":1,"1386":1,"1387":1,"1388":1,"1389":1,"1390":1,"1391":1,"1392":1,"1393":1,"1394":1,"1395":1,"1396":1,"1397":1,"1398":1,"1399":1,"1400":1,"1401":1,"1402":2,"1404":1,"1406":1,"1407":2,"1408":4,"1411":1,"1412":2,"1413":1,"1414":1,"1415":3,"1416":1,"1417":1,"1418":1,"1419":1,"1420":1,"1421":1,"1422":1,"1423":1,"1424":1,"1425":1,"1426":1,"1427":1,"1428":1,"1429":1,"1430":1,"1431":1,"1434":3,"1435":2,"1437":2,"1438":3,"1441":1,"1442":1,"1443":1,"1444":2,"1445":1,"1446":1,"1447":1,"1448":1,"1449":1,"1450":1,"1451":1,"1452":2,"1453":1,"1457":5,"1460":1,"1461":2,"1462":2,"1463":1,"1464":1,"1465":1,"1466":1,"1467":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1473":2,"1474":2,"1475":1,"1476":1,"1477":6,"1478":1,"1479":1,"1480":2,"1481":3,"1483":1,"1484":1,"1485":2,"1486":1,"1487":1,"1488":2,"1489":3,"1490":1,"1491":1,"1492":1,"1493":1,"1494":1,"1495":1,"1496":1,"1497":2,"1498":1,"1499":1,"1500":1,"1501":1,"1502":1,"1503":1,"1504":1,"1505":1,"1506":1,"1507":1,"1508":2,"1509":2,"1510":4,"1512":1,"1513":6,"1514":2,"1515":1,"1516":1,"1517":1,"1518":3,"1519":1,"1520":1,"1521":1,"1522":1,"1523":1,"1524":1,"1525":1,"1526":1,"1527":2,"1528":1,"1529":1,"1530":1,"1531":1,"1532":1,"1533":1,"1534":1,"1535":1,"1536":1,"1537":1,"1538":1,"1539":1,"1540":1,"1541":1,"1542":2,"1543":2,"1544":1,"1547":1,"1548":2,"1549":1,"1550":1,"1551":3,"1552":1,"1553":1,"1554":1,"1555":1,"1556":1,"1557":1,"1558":1,"1559":1,"1560":1,"1561":1,"1562":1,"1563":1,"1564":1,"1565":1,"1566":1,"1567":1,"1569":3,"1571":1,"1572":1,"1573":2,"1574":1,"1575":1,"1576":2,"1577":3,"1578":1,"1579":1,"1580":1,"1581":1,"1582":1,"1583":1,"1584":3,"1585":1,"1586":2,"1587":1,"1588":1,"1589":2,"1590":1,"1591":1,"1592":1,"1593":1,"1594":1,"1595":1,"1596":1,"1597":1,"1600":3,"1602":1,"1603":1,"1604":2,"1605":1,"1606":1,"1607":2,"1608":3,"1609":1,"1610":1,"1611":1,"1612":1,"1613":1,"1614":1,"1615":1,"1616":2,"1617":1,"1618":1,"1619":1,"1620":1,"1621":1,"1622":1,"1623":1,"1624":1,"1625":1,"1626":1,"1629":9,"1631":1,"1632":1,"1633":3,"1634":2,"1635":1,"1636":1,"1637":1,"1638":3,"1639":2,"1640":1,"1641":1,"1642":1,"1643":1,"1644":1,"1645":1,"1646":1,"1647":1,"1648":1,"1649":3,"1650":1,"1651":1,"1652":1,"1653":1,"1654":1,"1655":1,"1656":1,"1657":1,"1658":1,"1659":1,"1660":1,"1661":2,"1664":1,"1665":1,"1666":1,"1667":2,"1668":1,"1669":1,"1670":1,"1671":3,"1672":2,"1673":1,"1674":1,"1675":1,"1676":1,"1677":1,"1678":1,"1679":1,"1680":1,"1681":3,"1682":3,"1683":1,"1684":1,"1685":1,"1686":4,"1687":1,"1688":1,"1689":1,"1690":1,"1691":1,"1692":1,"1693":1,"1694":1,"1752":1,"1753":3,"1754":1,"1755":1,"1756":1,"1757":1,"1758":1,"1759":1,"1760":1,"1761":2,"1762":1,"1763":1,"1764":1,"1765":1,"1766":1,"1767":1,"1768":1,"1769":1,"1770":1,"1771":1,"1772":1,"1773":1,"1776":1,"1777":6,"1778":2,"1779":1,"1780":1,"1781":1,"1782":3,"1783":1,"1784":1,"1785":1,"1786":1,"1787":1,"1788":1,"1789":1,"1790":1,"1791":2,"1792":1,"1793":1,"1794":1,"1795":1,"1796":1,"1797":1,"1798":1,"1799":1,"1800":1,"1801":1,"1802":1,"1803":1,"1804":1,"1805":1,"1809":1,"1810":1,"1811":3,"1812":1,"1813":1,"1814":1,"1815":1,"1816":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1822":1,"1823":1,"1824":1,"1825":1,"1826":1,"1827":1,"1828":1,"1829":1,"1830":1,"1831":5,"1834":1,"1835":1,"1836":3,"1837":1,"1838":1,"1839":1,"1840":1,"1841":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1847":1,"1848":1,"1849":1,"1850":1,"1851":1,"1852":1,"1853":1,"1854":1,"1855":1,"1856":3,"1858":2,"1859":1,"1860":2,"1861":2,"1862":2,"1863":1,"1864":1,"1865":2,"1866":1,"1867":1,"1868":2,"1869":1,"1870":3,"1871":1,"1872":3,"1873":2,"1874":2,"1875":2,"1876":1,"1877":2,"1878":1,"1879":3,"1882":1,"1883":2,"1884":2,"1885":1,"1886":1,"1887":1,"1888":3,"1889":1,"1890":1,"1891":1,"1892":1,"1893":1,"1894":1,"1895":1,"1896":1,"1897":1,"1898":1,"1899":1,"1900":1,"1901":1,"1902":1,"1903":1,"1904":1,"1905":1,"1906":1,"1907":1,"1911":3,"1912":4,"1914":5,"1915":2,"1916":1,"1917":1,"1922":4,"1924":1,"1925":2,"1926":2,"1927":1,"1928":1,"1929":2,"1930":3,"1931":1,"1932":1,"1933":1,"1934":1,"1935":1,"1936":1,"1937":1,"1938":1,"1939":1,"1940":1,"1941":1,"1942":1,"1943":1,"1944":2,"1945":1,"1946":1,"1947":1,"1948":1,"1949":1,"1950":1,"1951":1,"1952":1,"1953":1,"1954":2,"1955":1,"1956":1,"1957":1,"1958":1,"1962":1,"1963":1,"1964":2,"1965":1,"1966":1,"1967":1,"1968":3,"1969":1,"1970":1,"1971":1,"1972":1,"1973":1,"1974":1,"1975":1,"1976":1,"1977":1,"1978":1,"1979":1,"1980":1,"1981":1,"1982":1,"1983":1,"1984":1,"1985":1,"1986":1,"1987":1,"1988":1,"1989":1,"1990":1,"1991":1,"1992":1,"1993":1,"1994":1,"1995":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1,"2016":1,"2019":1,"2020":2,"2021":1,"2022":1,"2023":3,"2024":1,"2025":1,"2026":1,"2027":1,"2028":1,"2029":1,"2030":1,"2031":1,"2032":1,"2033":1,"2034":1,"2035":1,"2036":1,"2037":1,"2038":1,"2039":1,"2040":1,"2041":1,"2042":1,"2046":1,"2047":1,"2048":2,"2049":1,"2050":1,"2051":2,"2052":3,"2053":1,"2054":1,"2055":1,"2056":1,"2057":1,"2058":1,"2059":3,"2060":1,"2061":2,"2062":1,"2063":1,"2064":2,"2065":1,"2066":1,"2067":1,"2068":1,"2069":1,"2070":3,"2071":1,"2072":1,"2073":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2082":3,"2083":1,"2084":1,"2085":1,"2086":1,"2087":1,"2088":1,"2089":1,"2090":1,"2091":1,"2092":1,"2093":1,"2094":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2103":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2109":1,"2113":2,"2114":1,"2115":1,"2116":1,"2117":1,"2118":3,"2119":3,"2120":2,"2122":2,"2124":1,"2125":1,"2126":1,"2127":4,"2128":2,"2129":1,"2130":1,"2131":1,"2132":3,"2133":1,"2134":1,"2135":1,"2136":1,"2137":1,"2138":1,"2139":1,"2140":1,"2141":1,"2142":1,"2143":1,"2144":1,"2145":1,"2146":1,"2147":1,"2148":1,"2149":1,"2150":1,"2151":1,"2152":1,"2153":1,"2154":1,"2155":1,"2156":1,"2158":1,"2160":1,"2161":1,"2162":4,"2163":2,"2164":1,"2165":1,"2166":3,"2167":2,"2168":1,"2169":1,"2170":1,"2171":1,"2172":1,"2173":1,"2174":2,"2175":1,"2176":3,"2177":1,"2178":1,"2179":1,"2180":1,"2181":1,"2182":1,"2183":1,"2184":1,"2185":1,"2186":1,"2187":1,"2189":2,"2193":3,"2194":5,"2195":1,"2196":1,"2197":3,"2199":1,"2200":1,"2201":3,"2202":2,"2203":1,"2204":1,"2205":3,"2206":1,"2207":2,"2208":1,"2209":1,"2210":1,"2211":1,"2212":1,"2213":1,"2214":1,"2215":1,"2216":1,"2217":2,"2218":1,"2219":1,"2220":1,"2221":1,"2222":1,"2223":1,"2224":1,"2225":2,"2226":1,"2227":1,"2228":1,"2229":1,"2230":1,"2231":3,"2232":2,"2233":1,"2234":1,"2235":1,"2236":1,"2241":1,"2242":1,"2243":3,"2244":1,"2245":1,"2246":1,"2247":1,"2248":1,"2249":1,"2250":1,"2251":2,"2252":1,"2253":1,"2254":1,"2255":1,"2256":1,"2257":1,"2258":2,"2259":1,"2260":1,"2261":1,"2262":2,"2263":1,"2264":1,"2265":1,"2266":1,"2267":1,"2268":1,"2269":1,"2270":1,"2271":1,"2272":1,"2274":2,"2276":1,"2277":1,"2278":1,"2279":1,"2280":1,"2281":1,"2282":1,"2283":1,"2284":1,"2285":1,"2286":1,"2287":1,"2288":1,"2289":1,"2290":1,"2291":1,"2292":1,"2293":1,"2294":2,"2295":2,"2296":2,"2297":2,"2298":2,"2299":1,"2300":1,"2301":1,"2304":4,"2305":5,"2307":1,"2308":1,"2309":3,"2310":1,"2311":2,"2312":2,"2313":1,"2314":1,"2315":1,"2316":1,"2317":1,"2318":2,"2319":2,"2320":1,"2321":1,"2322":1,"2323":1,"2324":1,"2325":1,"2326":1,"2327":1,"2328":1,"2332":1,"2334":1,"2335":1,"2336":1,"2337":1,"2338":2,"2339":3,"2340":1,"2341":1,"2342":1,"2343":1,"2344":1,"2345":1,"2346":1,"2347":1,"2348":1,"2349":1,"2350":1,"2351":1,"2352":1,"2353":1,"2354":1,"2355":1,"2356":1,"2357":1,"2358":2,"2359":1,"2360":1,"2361":1,"2362":1,"2363":1,"2364":1,"2365":1,"2366":1,"2367":1,"2368":3,"2370":1,"2371":1,"2372":2,"2373":1,"2374":1,"2375":2,"2376":3,"2377":1,"2378":1,"2379":1,"2380":1,"2381":1,"2382":1,"2383":1,"2384":2,"2385":1,"2386":1,"2387":1,"2388":1,"2389":1,"2390":1,"2391":1,"2392":1,"2393":1,"2394":1,"2395":2,"2396":2,"2398":1,"2400":1,"2401":1,"2402":1,"2403":1,"2404":2,"2405":1,"2406":1,"2407":3,"2408":2,"2409":1,"2410":1,"2411":1,"2412":1,"2413":1,"2414":1,"2415":1,"2416":1,"2417":1,"2418":1,"2419":1,"2420":3,"2421":1,"2422":1,"2423":1,"2424":1,"2425":1,"2426":1,"2427":1,"2428":1,"2429":1,"2430":1,"2431":1,"2433":5,"2435":1,"2436":1,"2437":1,"2438":2,"2439":1,"2440":1,"2441":3,"2442":1,"2443":1,"2444":1,"2445":1,"2446":1,"2447":1,"2448":1,"2449":1,"2450":1,"2451":1,"2452":1,"2453":1,"2454":1,"2455":1,"2456":1,"2457":1,"2459":4,"2461":1,"2462":1,"2463":2,"2464":2,"2465":1,"2466":1,"2467":1,"2468":1,"2469":1,"2470":1,"2471":1,"2472":1,"2473":2,"2474":1,"2475":1,"2476":1,"2477":1,"2480":2,"2481":2,"2483":4,"2484":6,"2485":3,"2486":3,"2488":1,"2489":1,"2490":3,"2491":2,"2492":1,"2493":1,"2494":3,"2495":5,"2496":2,"2497":1,"2498":3,"2499":1,"2500":1,"2501":1,"2502":1,"2503":1,"2504":1,"2505":2,"2506":1,"2507":3,"2508":1,"2509":1,"2510":1,"2511":1,"2512":1,"2513":1,"2514":1,"2515":1,"2516":1,"2517":1,"2518":3,"2519":1,"2520":4,"2522":1,"2523":6,"2524":2,"2525":1,"2526":1,"2527":1,"2528":3,"2529":1,"2530":1,"2531":1,"2532":1,"2533":1,"2534":1,"2535":1,"2536":1,"2537":2,"2538":1,"2539":1,"2540":1,"2541":1,"2542":1,"2543":1,"2544":1,"2545":1,"2546":1,"2547":1,"2548":1,"2549":1,"2550":1,"2551":1,"2552":2,"2553":2,"2554":3,"2555":3,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1,"2576":1,"2577":1,"2578":2,"2579":1,"2580":1,"2581":2,"2582":3,"2583":1,"2584":1,"2585":1,"2586":1,"2587":1,"2588":1,"2589":1,"2590":2,"2591":1,"2592":1,"2593":1,"2594":1,"2595":1,"2596":1,"2597":1,"2598":1,"2599":1,"2600":1,"2601":6,"2603":3,"2604":4,"2605":4,"2611":2,"2613":2,"2615":2,"2617":8,"2618":4,"2620":2,"2621":1,"2622":1,"2623":31,"2624":4,"2625":2,"2626":6,"2628":2,"2629":4,"2630":1,"2631":1,"2632":1,"2633":3,"2634":1,"2635":2,"2636":3,"2637":2,"2638":1,"2639":3,"2640":21,"2641":2,"2642":8,"2643":3,"2644":22,"2646":9,"2647":4,"2648":5,"2649":5,"2650":1}}],["m96",{"2":{"1917":1}}],["msh",{"2":{"2611":2}}],["mschauer",{"2":{"2158":1}}],["ms",{"2":{"290":1,"337":1,"628":2}}],["msgs",{"2":{"51":2,"52":1,"53":2,"54":1,"56":2}}],["msgs=>",{"2":{"51":2,"52":1,"53":2,"54":1,"56":2}}],["msg",{"2":{"0":2}}],["mmap",{"2":{"1288":3}}],["mm",{"2":{"105":1}}],["mrybm",{"2":{"80":1,"81":1,"2660":2}}],["mb",{"2":{"80":8,"81":4}}],["mp",{"2":{"80":12,"81":5,"82":1}}],["mplot",{"2":{"32":2}}],["mp4",{"2":{"0":22,"8":2,"9":1,"10":2,"11":1,"12":2,"35":1,"85":1,"152":1,"168":1,"196":1,"1629":2,"2644":1}}],["mv",{"2":{"28":1}}],["mk4",{"2":{"0":2}}],["mkv",{"2":{"0":6,"9":1}}],["mygbm",{"2":{"2660":2}}],["myhist",{"2":{"2646":3,"2647":3,"2648":6}}],["myinteraction",{"2":{"218":4}}],["mysimulation",{"2":{"168":3}}],["myvolume",{"2":{"151":3}}],["myothertype",{"2":{"149":1}}],["myplot",{"2":{"121":2,"151":28}}],["mydimtypes",{"2":{"76":1}}],["mydimconversion",{"2":{"76":7}}],["myunit",{"2":{"76":8}}],["myarrows",{"2":{"66":3}}],["myagg",{"2":{"0":7,"1292":7}}],["mytype",{"2":{"0":5,"149":5}}],["my",{"0":{"94":1},"2":{"0":2,"119":1,"120":1,"121":2,"187":2,"217":1,"575":2,"576":2,"577":4,"1856":7}}],["mitigate",{"2":{"1569":1,"1600":1,"1922":1}}],["miter",{"0":{"972":1,"1154":1,"1190":1,"1226":1,"1363":1,"1529":1,"1589":1,"1793":1,"1985":1,"2011":1,"2064":1,"2146":1,"2293":1,"2539":1},"2":{"0":55,"967":3,"972":3,"1154":1,"1190":1,"1226":1,"1358":3,"1363":3,"1529":1,"1584":6,"1589":3,"1793":1,"1985":1,"2011":1,"2059":3,"2064":3,"2146":1,"2293":1,"2539":1}}],["million",{"0":{"1287":1}}],["mixed",{"0":{"2632":1},"2":{"2604":1,"2624":1,"2632":2}}],["mixture",{"2":{"720":1}}],["mix",{"2":{"106":1,"124":1,"191":1}}],["mime",{"2":{"31":2,"57":1,"106":1}}],["microsoft",{"2":{"28":1}}],["mip",{"2":{"0":2,"2397":1,"2398":1,"2401":1}}],["misc",{"0":{"2654":1}}],["misaligned",{"2":{"207":1}}],["mismatch",{"2":{"139":1}}],["missings",{"2":{"150":2}}],["missing",{"0":{"42":1},"2":{"0":1,"48":1,"81":1,"748":1,"1287":1,"1402":1,"2621":1}}],["misl",{"2":{"0":1}}],["middle",{"2":{"31":1,"190":1,"1058":5,"2643":1}}],["middleup",{"2":{"0":1}}],["middledragstop",{"2":{"0":1}}],["middledragstart",{"2":{"0":1}}],["middledrag",{"2":{"0":1}}],["middledown",{"2":{"0":1}}],["middledoubleclick",{"2":{"0":1}}],["middleclick",{"2":{"0":1}}],["midpoint",{"2":{"0":1,"1139":1}}],["midlinewidth",{"0":{"1271":1},"2":{"0":1}}],["midlinecolor",{"0":{"1270":1},"2":{"0":1}}],["midline",{"0":{"1277":1},"2":{"0":6,"1104":1,"1129":1,"1258":1,"1277":1,"2357":1}}],["mint",{"2":{"2662":1}}],["minl",{"2":{"2660":1}}],["minc",{"2":{"2660":5}}],["minus",{"2":{"576":1}}],["mind",{"2":{"135":1,"578":1}}],["min=automatic",{"2":{"75":1}}],["mini",{"2":{"33":3,"2193":1,"2398":3}}],["minimized",{"2":{"207":1}}],["minimal",{"0":{"172":1},"2":{"0":1,"172":1,"1452":1}}],["minimum",{"2":{"0":18,"66":1,"972":1,"1073":1,"1103":1,"1236":1,"1249":1,"1363":1,"1434":1,"1589":1,"2064":1,"2305":1,"2312":1,"2319":1,"2601":1}}],["min",{"2":{"0":8,"56":1,"76":2,"152":2,"423":1,"456":1,"487":1,"1856":4,"2643":1}}],["minorgrid",{"2":{"0":6,"205":1,"753":1}}],["minor",{"2":{"0":1,"273":1,"274":1,"275":1,"276":1,"277":1,"278":1,"279":2,"280":1,"281":1,"282":1,"301":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1,"326":2,"327":1,"328":1,"329":1,"348":1,"539":1,"540":1,"541":1,"542":1,"543":1,"544":1,"753":2,"784":1,"785":1,"786":1,"787":1,"788":1,"818":1,"819":1,"820":1,"821":1,"822":1}}],["minortickwidth",{"0":{"544":1},"2":{"0":1}}],["minorticksvisible",{"0":{"543":1},"2":{"0":1}}],["minorticksize",{"0":{"542":1},"2":{"0":1}}],["minorticks",{"0":{"541":1},"2":{"0":4,"205":1}}],["minortickcolor",{"0":{"540":1},"2":{"0":1}}],["minortickalign",{"0":{"539":1},"2":{"0":1}}],["mirrored",{"2":{"301":1,"348":1,"1629":2}}],["mirror",{"2":{"0":1,"1629":1}}],["might",{"2":{"0":3,"8":1,"152":1,"161":1,"219":1,"384":1,"516":1,"627":1,"748":1,"1282":2,"2189":1,"2555":1,"2618":1,"2623":2,"2648":1}}],["munch",{"2":{"2662":1}}],["muted6",{"2":{"2661":1}}],["muted",{"2":{"2661":1}}],["mutable",{"2":{"196":1}}],["mutation",{"2":{"158":1}}],["mutatingly",{"2":{"162":1}}],["mutating",{"0":{"141":1,"143":1,"145":1,"146":1},"1":{"142":1},"2":{"0":56,"100":1,"140":2,"141":1,"143":1,"145":1,"146":1,"162":1,"203":1,"750":1}}],["mutated",{"2":{"137":1}}],["mutate",{"2":{"0":1,"58":1,"139":2,"2294":1}}],["mu",{"2":{"625":3}}],["much",{"2":{"0":3,"31":3,"107":1,"121":1,"131":1,"161":1,"162":1,"218":1,"384":1,"753":1,"1914":1,"2400":1,"2623":1}}],["mult",{"2":{"0":1,"62":1}}],["multicolored",{"2":{"111":1}}],["multiscatter=input",{"2":{"34":1}}],["multipage",{"2":{"51":1}}],["multipolygon",{"2":{"0":2}}],["multiply",{"2":{"107":1}}],["multiplying",{"2":{"0":2,"158":1,"1944":1,"2644":1}}],["multiples",{"2":{"0":2,"299":1,"346":1}}],["multiplesticks",{"2":{"0":2,"299":1,"346":1}}],["multiple",{"0":{"25":1,"149":1,"1408":1},"2":{"0":70,"25":1,"28":1,"31":2,"51":1,"53":1,"80":1,"104":1,"106":1,"108":1,"139":2,"144":1,"149":1,"184":2,"217":1,"577":1,"581":1,"628":1,"924":1,"926":1,"931":1,"954":1,"959":1,"986":1,"1016":1,"1027":1,"1049":1,"1060":1,"1114":1,"1128":1,"1166":1,"1202":1,"1293":1,"1337":1,"1345":1,"1350":1,"1376":1,"1411":1,"1441":1,"1457":1,"1481":1,"1483":1,"1488":1,"1510":1,"1512":1,"1547":1,"1571":1,"1576":1,"1602":1,"1607":1,"1631":1,"1653":1,"1664":1,"1687":1,"1776":1,"1865":1,"1882":1,"1924":1,"1925":1,"1929":1,"1962":1,"2019":1,"2046":1,"2051":1,"2124":1,"2160":1,"2180":1,"2188":1,"2200":1,"2368":1,"2370":1,"2375":1,"2402":1,"2424":1,"2435":1,"2461":1,"2488":1,"2511":1,"2520":1,"2522":1,"2576":1,"2581":1,"2605":1,"2617":1,"2626":1,"2640":1,"2646":1,"2649":1}}],["multiplied",{"2":{"0":37,"926":1,"954":1,"986":1,"1027":1,"1060":1,"1166":1,"1202":1,"1293":1,"1345":1,"1376":1,"1411":1,"1441":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1962":1,"2019":1,"2046":1,"2124":1,"2160":1,"2200":1,"2370":1,"2402":1,"2435":1,"2461":1,"2488":1,"2522":1,"2576":1}}],["multiplier",{"2":{"0":8,"62":1,"243":1,"253":1,"612":1,"1123":1,"1137":1,"1275":1,"2218":1,"2400":1}}],["multiplicatively",{"2":{"0":1,"62":1}}],["multiline",{"2":{"138":1,"603":3,"2192":1}}],["multilinestring",{"2":{"0":2}}],["multilightshading",{"2":{"0":12,"22":1,"1016":1,"1049":1,"1653":1,"1687":1,"2180":1,"2424":1,"2511":1,"2605":1}}],["multi",{"0":{"628":1},"2":{"0":1,"51":1}}],["must",{"2":{"0":18,"52":1,"55":1,"62":1,"73":1,"83":1,"137":1,"149":1,"152":1,"184":2,"761":1,"951":2,"982":1,"1105":2,"1294":1,"1406":1,"1831":1,"2121":2,"2604":1,"2649":1}}],["mercedes",{"2":{"2193":1}}],["merge",{"0":{"179":1},"2":{"0":5,"169":1,"179":1,"625":6,"1292":1,"2648":1}}],["meet",{"2":{"575":1}}],["me",{"2":{"196":1,"2623":1}}],["mentioned",{"2":{"82":1}}],["menus",{"2":{"84":1}}],["menu2",{"2":{"0":2,"704":5,"705":2}}],["menu",{"0":{"704":1,"705":1,"742":1},"1":{"705":1,"706":1,"707":1,"708":1,"709":1,"710":1,"711":1,"712":1,"713":1,"714":1,"715":1,"716":1,"717":1,"718":1,"719":1,"720":1,"721":1,"722":1,"723":1,"724":1,"725":1,"726":1,"727":1,"728":1,"729":1,"730":1},"2":{"0":11,"29":2,"168":2,"704":6,"705":5,"707":1,"712":1,"716":1,"717":1,"719":1,"720":1,"722":1,"723":1,"729":1,"730":1}}],["medium",{"2":{"78":6}}],["median=true",{"2":{"2330":1}}],["medianlinewidth",{"0":{"1121":1,"2350":1},"2":{"0":2}}],["mediancolor",{"0":{"1120":1,"2349":1},"2":{"0":2}}],["median",{"0":{"1129":1,"1874":1,"2357":1},"2":{"0":7,"1104":1,"1129":1,"1874":1,"2357":1}}],["measurement",{"2":{"2618":1}}],["measurements",{"2":{"169":1,"2618":6,"2619":2,"2620":1,"2621":2,"2623":1}}],["measures",{"2":{"53":1}}],["meat",{"2":{"152":1}}],["mean",{"2":{"105":1,"106":1,"625":2,"1025":3,"1856":6}}],["meaningful",{"2":{"126":1,"2189":1,"2190":1,"2625":1}}],["meaning",{"2":{"71":1,"73":1,"78":1,"516":1,"748":1,"2459":1}}],["meant",{"2":{"0":1,"68":1,"126":2}}],["means",{"2":{"0":54,"27":1,"53":1,"54":1,"62":1,"74":1,"82":1,"106":1,"107":1,"121":2,"136":1,"152":2,"162":1,"187":1,"234":1,"396":1,"579":1,"752":1,"945":1,"975":1,"1014":1,"1048":1,"1094":1,"1193":1,"1229":1,"1241":1,"1242":1,"1252":1,"1313":1,"1366":1,"1395":1,"1426":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1629":2,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2189":2,"2190":1,"2194":1,"2224":1,"2257":1,"2322":1,"2355":1,"2389":1,"2423":1,"2452":1,"2483":1,"2490":1,"2510":1,"2542":1,"2595":1,"2617":1,"2619":1,"2623":2,"2625":1,"2632":1}}],["meter",{"2":{"75":1}}],["metallic",{"2":{"2604":1}}],["metalness=input",{"2":{"34":1}}],["metalness",{"2":{"33":1}}],["meta",{"2":{"35":1,"1629":1,"2609":1,"2611":1,"2644":1}}],["method=makie",{"2":{"0":1,"1282":1}}],["methods",{"0":{"140":1},"1":{"141":1,"142":1,"143":1,"144":1,"145":1,"146":1},"2":{"0":45,"67":1,"68":1,"76":1,"82":1,"140":2,"141":1,"142":2,"143":1,"150":1,"153":3,"217":1,"219":1,"287":1,"334":1,"937":1,"965":1,"1002":1,"1040":1,"1080":1,"1177":1,"1213":1,"1246":1,"1304":1,"1356":1,"1388":1,"1420":1,"1494":1,"1523":1,"1556":1,"1582":1,"1613":1,"1644":1,"1677":1,"1758":1,"1787":1,"1815":1,"1840":1,"1894":1,"1939":1,"1973":1,"2030":1,"2057":1,"2086":1,"2138":1,"2172":1,"2215":1,"2249":1,"2316":1,"2346":1,"2381":1,"2414":1,"2433":1,"2446":1,"2502":1,"2533":1,"2587":1,"2603":1}}],["method",{"0":{"1309":1},"2":{"0":194,"76":1,"82":1,"121":2,"148":3,"151":1,"152":4,"166":3,"167":1,"169":1,"290":1,"299":1,"337":1,"346":1,"983":2,"2158":1,"2647":1,"2648":1}}],["mess",{"2":{"2623":1}}],["messing",{"2":{"752":1}}],["message",{"2":{"0":1,"721":1}}],["mesa",{"2":{"28":2}}],["meshio",{"2":{"35":1,"2644":1}}],["meshes",{"2":{"0":1,"19":1,"1015":1}}],["meshscatter",{"0":{"1661":1,"1720":1},"1":{"1662":1,"1663":1,"1664":1,"1665":1,"1666":1,"1667":1,"1668":1,"1669":1,"1670":1,"1671":1,"1672":1,"1673":1,"1674":1,"1675":1,"1676":1,"1677":1,"1678":1,"1679":1,"1680":1,"1681":1,"1682":1,"1683":1,"1684":1,"1685":1,"1686":1,"1687":1,"1688":1,"1689":1,"1690":1,"1691":1,"1692":1,"1693":1,"1694":1},"2":{"0":13,"36":1,"82":2,"691":1,"1661":5,"1662":1,"2602":1,"2603":1,"2609":3,"2610":1,"2613":1,"2640":1}}],["mesh",{"0":{"1627":1,"1629":1,"1719":1},"1":{"1628":1,"1629":1,"1630":1,"1631":1,"1632":1,"1633":1,"1634":1,"1635":1,"1636":1,"1637":1,"1638":1,"1639":1,"1640":1,"1641":1,"1642":1,"1643":1,"1644":1,"1645":1,"1646":1,"1647":1,"1648":1,"1649":1,"1650":1,"1651":1,"1652":1,"1653":1,"1654":1,"1655":1,"1656":1,"1657":1,"1658":1,"1659":1,"1660":1},"2":{"0":54,"31":1,"32":1,"35":5,"54":1,"57":1,"68":1,"82":2,"121":6,"163":3,"190":5,"191":8,"373":1,"410":1,"443":1,"474":1,"752":1,"988":3,"990":1,"1029":3,"1513":2,"1627":10,"1628":2,"1629":11,"1633":3,"1661":1,"1680":1,"1681":2,"1686":3,"1773":2,"1777":2,"1922":1,"2274":1,"2523":2,"2573":2,"2603":2,"2607":1,"2608":1,"2609":3,"2611":9,"2613":3,"2614":1,"2624":1,"2633":1,"2644":10}}],["memory",{"2":{"0":1,"1282":1,"1286":1,"1288":1}}],["mechanism",{"2":{"0":1,"137":1}}],["m",{"2":{"0":4,"30":2,"35":5,"56":1,"75":1,"102":2,"168":5,"169":1,"578":2,"1025":2,"2158":6,"2624":2,"2633":2,"2644":5}}],["magma",{"2":{"2122":1,"2624":1,"2633":1,"2657":1}}],["magenta",{"2":{"0":1,"1235":1,"2277":1,"2482":1,"2651":2}}],["machinery",{"2":{"152":1,"162":1}}],["machine",{"2":{"118":1,"1058":4}}],["macbook",{"2":{"106":1}}],["mac",{"2":{"30":1,"196":1,"2616":1}}],["macos",{"0":{"29":1},"2":{"29":3}}],["macro",{"0":{"138":1,"151":1},"2":{"0":5,"10":1,"74":1,"124":1,"138":2,"147":1,"151":3}}],["master",{"2":{"36":2,"2614":1}}],["mass",{"2":{"0":2,"1473":1,"2118":1}}],["mask",{"2":{"0":3}}],["managua50",{"2":{"2656":1}}],["managua25",{"2":{"2656":1}}],["managua100",{"2":{"2656":1}}],["managua10",{"2":{"2656":1}}],["managua",{"2":{"2656":1}}],["manages",{"2":{"2639":1}}],["manager",{"2":{"197":1,"2617":1}}],["manifest",{"2":{"2617":1}}],["manipulate",{"2":{"140":1,"753":1,"2623":1,"2626":1,"2644":1}}],["manipulation",{"2":{"0":1,"102":1}}],["manual",{"0":{"186":1},"2":{"164":1,"167":1,"1290":2,"2304":2}}],["manually",{"0":{"627":1},"2":{"0":2,"10":1,"30":1,"31":4,"39":2,"96":1,"136":1,"139":1,"152":1,"186":1,"200":1,"205":1,"234":1,"382":1,"515":1,"585":1,"594":1,"844":1,"861":1,"863":1,"1236":1,"1408":1,"2189":1,"2305":1,"2640":1,"2644":1,"2649":1}}],["mandelbrot",{"2":{"12":5,"1405":2}}],["many",{"2":{"0":2,"3":1,"8":1,"31":1,"98":1,"121":1,"155":1,"162":1,"577":1,"578":1,"1295":1,"1771":1,"2195":1,"2620":1,"2623":1,"2631":1,"2649":1}}],["maxl",{"2":{"2660":1}}],["max=automatic",{"2":{"75":1}}],["maxi",{"2":{"33":2,"2398":2}}],["maximumintensityprojection",{"2":{"0":1,"2397":1}}],["maximum",{"2":{"0":10,"22":2,"82":1,"92":2,"97":1,"191":1,"207":3,"577":1,"627":1,"863":1,"1058":1,"1236":1,"1249":1,"1870":1,"2305":1,"2311":1,"2319":1,"2398":1}}],["maxsteps",{"0":{"2145":1},"2":{"0":1}}],["max",{"0":{"2348":1},"2":{"0":8,"22":2,"76":2,"92":1,"152":2,"167":2,"1856":2,"2274":1,"2459":2,"2605":2,"2643":1}}],["mainly",{"2":{"162":1,"765":1}}],["maintain",{"2":{"23":1}}],["maintained",{"2":{"1":1,"396":3}}],["main",{"2":{"0":5,"31":1,"48":1,"82":1,"98":1,"126":1,"128":1,"131":1,"153":1,"155":1,"159":1,"165":1,"580":1,"624":2,"691":1,"1867":1,"1916":1,"2604":1,"2624":1}}],["may",{"2":{"0":12,"22":2,"23":1,"24":4,"27":2,"28":2,"30":1,"31":3,"45":1,"48":2,"78":1,"82":1,"83":1,"88":2,"91":1,"121":1,"149":1,"159":1,"165":3,"177":1,"191":2,"287":3,"334":3,"752":1,"757":1,"1010":1,"1045":1,"1323":1,"1402":1,"1649":1,"1682":1,"1922":1,"2157":1,"2176":1,"2420":1,"2478":1,"2507":1,"2601":1,"2605":1,"2613":1,"2644":1}}],["made",{"2":{"0":44,"105":1,"121":1,"152":1,"155":1,"579":1,"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1323":1,"1364":1,"1393":1,"1424":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1916":1,"1946":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2252":1,"2320":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1,"2618":1}}],["march",{"2":{"1323":1}}],["marble",{"2":{"36":1}}],["margin=",{"2":{"57":1}}],["margins",{"2":{"0":4,"260":1,"307":1,"398":1,"431":1,"462":1,"580":1,"776":1,"812":1,"1248":1}}],["marginally",{"2":{"0":2}}],["margin",{"0":{"655":1},"2":{"0":1,"56":2,"103":1,"626":2}}],["mark",{"2":{"121":2,"165":1,"166":1}}],["markdown",{"2":{"51":1,"56":2}}],["marked",{"2":{"10":1}}],["marker=box",{"2":{"2602":1}}],["marker=polygon",{"2":{"1918":1}}],["markerelements",{"2":{"624":1,"627":1,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1}}],["markerelement",{"2":{"623":1,"627":3,"628":1}}],["markerpoints",{"0":{"660":1},"2":{"0":1,"627":1}}],["markercolorrange",{"0":{"659":1,"1983":1},"2":{"0":2}}],["markercolormap",{"0":{"658":1,"1982":1},"2":{"0":2}}],["markercolor",{"0":{"657":1,"1820":1,"1845":1,"1981":1,"2009":1,"2291":1,"2470":1},"2":{"0":15,"184":1,"657":1,"1666":1,"1809":1,"1834":1,"1925":1,"1960":1,"1996":1,"2077":1,"2291":1,"2470":1}}],["markerspace",{"0":{"1009":1,"1945":1,"2220":1},"2":{"0":9,"1914":2,"1920":6,"1943":1,"2189":2,"2190":2,"2208":1,"2223":1}}],["markerstrokewidth",{"0":{"663":1},"2":{"0":7,"663":1,"1127":1,"1827":1,"1852":1,"1953":1,"1992":1,"2101":1}}],["markerstrokecolor",{"0":{"662":1},"2":{"0":7,"662":1,"1126":1,"1826":1,"1851":1,"1952":1,"1991":1,"2100":1}}],["markersizes",{"2":{"628":3}}],["markersize=1",{"2":{"2602":1}}],["markersize=100",{"2":{"54":1,"1918":1}}],["markersize=5",{"2":{"1999":1}}],["markersize=200",{"2":{"190":3}}],["markersize=0",{"2":{"36":1}}],["markersize",{"0":{"661":1,"1119":1,"1681":1,"1821":1,"1846":1,"1869":1,"1914":1,"1919":1,"1944":1,"1984":1,"2010":1,"2034":1,"2089":1,"2292":1,"2471":1},"2":{"0":30,"10":1,"19":2,"53":5,"119":1,"167":1,"189":10,"627":3,"628":1,"661":1,"704":1,"844":1,"1119":1,"1374":3,"1434":2,"1435":2,"1661":1,"1662":1,"1821":1,"1846":1,"1911":2,"1913":1,"1914":9,"1915":1,"1916":1,"1917":1,"1919":1,"1920":2,"1921":1,"1922":6,"1925":1,"1926":1,"1943":1,"1944":7,"1945":1,"1949":1,"1952":1,"1953":1,"1960":2,"1984":1,"1996":1,"2017":1,"2075":1,"2089":1,"2192":1,"2239":1,"2292":1,"2459":2,"2471":1,"2609":2,"2610":1,"2651":1,"2653":2}}],["markers",{"0":{"1912":1,"1913":1,"1915":1,"1918":1},"1":{"1913":1,"1914":1,"1916":1,"1917":1},"2":{"0":8,"82":3,"111":1,"184":1,"187":1,"624":1,"627":1,"667":1,"669":1,"670":1,"671":1,"1809":1,"1834":1,"1912":3,"1913":2,"1914":7,"1915":2,"1919":1,"1922":8,"1931":1,"1959":1,"1963":1,"2074":1,"2555":1,"2611":1,"2649":1}}],["marker",{"0":{"656":1,"1118":1,"1680":1,"1819":1,"1844":1,"1920":1,"1942":1,"1943":1,"1954":1,"1980":1,"2008":1,"2033":1,"2088":1,"2189":1,"2190":1,"2232":1,"2290":1,"2469":1,"2566":1,"2567":1},"2":{"0":67,"66":1,"82":10,"105":1,"184":5,"185":3,"187":1,"190":2,"624":2,"627":9,"628":2,"656":2,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"988":1,"1118":1,"1536":1,"1661":1,"1666":1,"1800":1,"1819":1,"1844":1,"1869":1,"1908":1,"1912":1,"1913":3,"1914":9,"1915":3,"1916":1,"1917":1,"1918":1,"1919":1,"1920":4,"1921":1,"1925":1,"1934":1,"1935":1,"1942":2,"1943":1,"1944":6,"1949":2,"1952":1,"1953":1,"1954":2,"1960":1,"1980":2,"1984":1,"1991":1,"1992":1,"1996":1,"2017":1,"2075":1,"2192":1,"2229":1,"2230":1,"2239":1,"2290":1,"2459":1,"2469":1,"2546":1,"2555":2,"2609":3,"2618":1}}],["marking",{"2":{"0":2,"1104":2}}],["marks",{"2":{"0":3,"288":1,"289":1,"300":1,"302":1,"303":1,"304":1,"335":1,"336":1,"347":1,"349":1,"350":1,"351":1,"424":1,"457":1,"488":1,"553":1,"554":1,"559":1,"565":1,"566":1,"567":1}}],["major",{"2":{"0":1,"279":1,"304":1,"326":1,"351":1,"753":1}}],["matplotlib",{"0":{"2657":1},"2":{"2653":1}}],["mattheus",{"2":{"35":1}}],["matters",{"2":{"287":1,"334":1}}],["matter",{"2":{"0":1,"105":2,"106":3,"132":1,"576":1,"578":1,"1289":1,"2304":1,"2623":1,"2655":1}}],["matball",{"2":{"32":3}}],["mat",{"2":{"31":1,"32":3}}],["matsys",{"2":{"31":3,"32":9,"34":1}}],["matx",{"2":{"31":1}}],["materialx",{"0":{"32":1},"2":{"32":2}}],["material=material",{"2":{"33":1,"34":1}}],["material=mat",{"2":{"31":1}}],["materials",{"0":{"32":2},"2":{"0":7,"31":3,"32":8,"1010":1,"1045":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1,"2613":1}}],["material",{"0":{"33":1,"1010":1,"1045":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1,"2604":1},"2":{"0":14,"31":3,"33":3,"34":3,"53":7,"1010":1,"1045":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1,"2604":5,"2613":1}}],["matcap=gold",{"2":{"2614":1}}],["matcaps",{"2":{"2613":1,"2614":1}}],["matcap",{"0":{"1044":1,"1648":1,"2613":1},"1":{"2614":1},"2":{"0":2,"2613":3}}],["matches",{"2":{"0":2,"82":1,"83":4,"94":1,"109":1,"150":1,"190":1,"222":2,"1180":1,"1216":1,"2604":1}}],["matching",{"0":{"107":1},"2":{"0":3,"82":1,"109":1,"125":1,"148":2,"754":1,"1917":1,"2478":1}}],["match",{"2":{"0":7,"97":1,"104":3,"106":2,"107":2,"775":1,"874":1,"905":1,"1137":2,"1914":4,"2231":1,"2480":1,"2604":1}}],["mathtex",{"0":{"2195":1}}],["mathtexengine",{"2":{"0":2,"123":1,"2195":1,"2231":1}}],["mathfrak",{"2":{"124":1}}],["mathscr",{"2":{"124":1}}],["mathbb",{"2":{"124":1}}],["mathcal",{"2":{"124":1}}],["math",{"2":{"54":1,"124":2}}],["mathrm",{"2":{"0":2}}],["mathematical",{"2":{"0":3,"2231":1}}],["matrix",{"0":{"1404":1,"1405":1,"1998":1,"2000":1},"2":{"0":75,"12":2,"31":1,"68":3,"69":1,"70":2,"71":2,"163":2,"167":1,"752":1,"943":1,"973":1,"1011":1,"1029":1,"1046":1,"1090":1,"1163":3,"1191":1,"1199":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1402":6,"1424":1,"1500":1,"1513":1,"1530":1,"1560":1,"1590":1,"1619":1,"1629":2,"1633":1,"1650":1,"1683":1,"1760":1,"1777":1,"1794":1,"1822":1,"1847":1,"1899":1,"1912":1,"1946":1,"1954":1,"1986":1,"2017":2,"2035":1,"2065":1,"2090":1,"2147":1,"2158":5,"2162":1,"2177":1,"2221":1,"2232":1,"2252":1,"2304":1,"2320":1,"2351":1,"2387":1,"2421":1,"2450":1,"2484":2,"2490":1,"2508":1,"2523":1,"2540":1,"2593":1,"2642":5}}],["matrices",{"2":{"0":7,"69":2,"70":1,"163":1,"1513":1,"1777":1,"2016":1,"2157":1,"2523":1,"2639":1}}],["mapped",{"2":{"0":2,"1282":1,"1286":1,"2505":1}}],["mapping",{"2":{"0":4,"24":1,"147":1,"151":1,"2490":1,"2518":1,"2642":1}}],["maps",{"2":{"0":1,"2483":1,"2484":1}}],["map",{"2":{"0":10,"31":1,"33":2,"34":2,"52":1,"63":2,"66":13,"76":1,"80":1,"81":1,"106":1,"121":1,"152":1,"163":1,"168":1,"184":2,"195":1,"204":1,"516":1,"585":1,"838":1,"839":1,"983":2,"1105":1,"1288":1,"1307":1,"1438":1,"1513":1,"1629":2,"1777":1,"2196":1,"2201":1,"2304":2,"2330":4,"2433":1,"2480":1,"2484":11,"2504":1,"2518":1,"2523":1,"2609":2,"2610":2,"2649":2,"2653":1}}],["making",{"2":{"0":1,"7":1,"107":1,"2625":1}}],["makies",{"0":{"2639":1},"1":{"2640":1,"2641":1,"2642":1,"2643":1,"2644":1},"2":{"2603":1}}],["makieextension",{"2":{"153":1}}],["makiepkgexttest",{"2":{"153":1}}],["makiecore",{"2":{"0":66,"76":2,"147":1,"149":2,"153":1,"982":1,"1402":1,"1544":1,"1568":1,"1598":1,"1627":1,"1661":1,"1773":1,"1908":1,"2157":1,"2188":1,"2397":1,"2478":1,"2505":1,"2573":1,"2646":2}}],["makie",{"0":{"3":1,"75":1,"153":1,"196":1,"199":1,"2647":1,"2648":1},"1":{"197":1,"198":1,"199":1,"200":1},"2":{"0":639,"1":1,"7":1,"8":1,"13":2,"16":1,"22":3,"27":1,"31":3,"32":2,"35":3,"36":1,"49":1,"51":1,"54":1,"55":1,"58":1,"62":1,"63":4,"66":5,"67":1,"71":1,"72":1,"73":2,"75":7,"76":15,"78":1,"82":4,"84":1,"88":2,"92":1,"94":1,"105":2,"106":2,"107":1,"108":2,"109":4,"110":6,"111":2,"112":1,"119":3,"121":3,"123":1,"134":2,"135":1,"140":1,"147":2,"148":3,"150":1,"151":1,"152":5,"153":6,"155":1,"158":4,"159":2,"161":1,"162":7,"163":3,"164":2,"165":1,"166":3,"167":2,"168":2,"169":1,"176":1,"177":1,"184":1,"189":1,"192":2,"196":2,"197":1,"198":3,"199":3,"200":5,"214":1,"218":2,"235":1,"270":1,"283":1,"287":8,"290":4,"291":1,"297":1,"299":5,"305":1,"317":1,"330":1,"334":8,"337":4,"338":1,"344":1,"346":5,"352":1,"403":1,"407":1,"417":1,"436":1,"440":1,"450":1,"467":1,"471":1,"481":1,"516":1,"532":1,"555":1,"556":1,"562":1,"564":1,"585":1,"598":1,"691":1,"790":1,"792":1,"823":1,"825":1,"837":1,"924":1,"928":2,"930":2,"940":1,"946":1,"951":1,"956":2,"958":2,"969":1,"972":1,"977":1,"993":2,"995":2,"1018":1,"1024":1,"1030":2,"1032":2,"1051":1,"1057":1,"1058":1,"1065":2,"1067":2,"1095":1,"1104":1,"1139":1,"1163":1,"1168":2,"1170":2,"1194":1,"1199":1,"1204":2,"1206":2,"1230":1,"1235":4,"1236":1,"1253":1,"1258":1,"1282":2,"1284":1,"1285":2,"1292":5,"1296":2,"1298":2,"1312":1,"1316":1,"1321":1,"1330":1,"1342":1,"1347":2,"1349":2,"1360":1,"1363":1,"1367":1,"1373":1,"1378":2,"1380":2,"1396":1,"1412":2,"1414":2,"1427":1,"1432":1,"1438":3,"1439":2,"1444":2,"1446":2,"1454":1,"1481":1,"1485":2,"1487":2,"1497":1,"1503":1,"1510":1,"1513":1,"1514":2,"1516":2,"1527":1,"1534":1,"1548":2,"1550":2,"1563":1,"1573":2,"1575":2,"1586":1,"1589":1,"1593":1,"1604":2,"1606":2,"1616":1,"1622":1,"1629":1,"1634":2,"1636":2,"1655":1,"1667":2,"1669":2,"1689":1,"1749":1,"1765":1,"1774":6,"1777":1,"1778":2,"1780":2,"1791":1,"1798":1,"1806":1,"1824":1,"1831":1,"1849":1,"1856":5,"1879":1,"1884":2,"1886":2,"1902":1,"1912":2,"1914":1,"1926":2,"1928":2,"1945":1,"1950":1,"1959":1,"1964":2,"1966":2,"1989":1,"1996":1,"2016":1,"2020":2,"2022":2,"2038":1,"2043":1,"2048":2,"2050":2,"2061":1,"2064":1,"2068":1,"2074":1,"2093":1,"2110":1,"2121":2,"2128":2,"2130":2,"2151":1,"2158":1,"2163":2,"2165":2,"2182":1,"2190":1,"2195":1,"2202":2,"2204":2,"2220":1,"2227":1,"2231":1,"2237":1,"2259":1,"2273":1,"2302":1,"2304":1,"2323":1,"2329":1,"2330":1,"2359":1,"2368":1,"2372":2,"2374":2,"2384":1,"2390":1,"2398":1,"2404":2,"2406":2,"2426":1,"2432":1,"2438":2,"2440":2,"2453":1,"2458":1,"2464":2,"2466":2,"2484":2,"2485":1,"2491":2,"2493":2,"2505":2,"2513":1,"2520":1,"2523":1,"2524":2,"2526":2,"2537":1,"2544":1,"2554":1,"2555":4,"2578":2,"2580":2,"2590":1,"2596":1,"2602":1,"2603":1,"2604":1,"2605":1,"2611":5,"2615":1,"2616":1,"2617":7,"2618":1,"2619":1,"2622":1,"2623":1,"2624":2,"2639":2,"2640":6,"2641":8,"2642":5,"2643":1,"2644":8,"2646":4,"2647":2,"2648":5,"2649":1,"2650":1,"2651":1,"2652":1,"2653":5,"2654":1}}],["makes",{"2":{"0":44,"19":1,"53":4,"102":1,"107":1,"144":1,"162":1,"383":1,"575":1,"691":1,"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1290":1,"1317":1,"1368":1,"1397":1,"1428":1,"1443":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1914":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2324":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2604":1}}],["make",{"2":{"0":7,"8":1,"10":1,"11":1,"29":1,"31":1,"32":1,"44":1,"46":1,"51":2,"56":1,"57":1,"75":1,"76":1,"80":1,"121":1,"134":1,"139":1,"149":2,"151":1,"152":1,"162":1,"168":1,"184":1,"189":1,"200":1,"214":1,"222":1,"691":1,"751":1,"757":1,"1282":1,"1285":1,"1287":1,"1856":1,"2304":1,"2398":1,"2601":1,"2617":1,"2618":1,"2623":2,"2626":1,"2629":1,"2631":1,"2634":1,"2640":3,"2643":1,"2650":1}}],["moritz",{"2":{"2158":1}}],["more",{"2":{"0":35,"7":1,"15":1,"31":3,"41":2,"51":1,"55":3,"57":1,"62":1,"64":1,"74":1,"76":1,"82":1,"96":1,"97":1,"106":1,"107":2,"115":1,"118":1,"119":1,"121":1,"137":1,"139":2,"140":1,"146":1,"153":1,"155":2,"161":1,"163":1,"164":1,"165":1,"176":1,"190":2,"197":2,"218":2,"219":1,"290":1,"337":1,"383":1,"577":2,"748":1,"757":1,"1290":2,"1404":1,"1806":1,"1856":9,"2111":1,"2304":1,"2601":2,"2603":1,"2604":2,"2625":1,"2630":1,"2636":1,"2638":2,"2639":1,"2640":2,"2644":3}}],["mockup",{"2":{"1856":8}}],["moment",{"2":{"139":1,"216":1}}],["months",{"2":{"1323":2}}],["month",{"2":{"1287":2}}],["monochrome",{"2":{"111":1}}],["monitor",{"2":{"0":1,"22":4,"106":3}}],["mobile",{"2":{"48":1}}],["moving",{"0":{"1457":1},"2":{"41":1,"68":1,"82":1,"121":1}}],["move",{"2":{"191":1,"192":1,"583":1,"585":1,"597":1,"844":1,"1457":1,"2630":1,"2633":1,"2634":1,"2641":2}}],["moved",{"2":{"23":1}}],["moves",{"2":{"0":3,"80":1,"856":1}}],["movements",{"2":{"0":1}}],["movement",{"2":{"0":1,"119":1,"210":1,"211":1}}],["moveto",{"2":{"0":4,"1915":3,"1916":3}}],["mouth",{"2":{"35":2,"2644":2}}],["mousepos",{"2":{"2641":2}}],["mouseposition",{"2":{"0":3,"79":1,"80":7,"81":2,"82":10,"121":1,"2641":2}}],["mouseover",{"2":{"0":1,"82":1}}],["mouseinside",{"2":{"0":2}}],["mouseevents",{"2":{"0":2}}],["mouseeventhandle",{"2":{"0":26}}],["mouseeventtypes",{"2":{"217":1,"218":2}}],["mouseeventtype",{"2":{"0":1}}],["mouseevent",{"2":{"0":27,"217":2,"218":1}}],["mousebuttons",{"2":{"0":1}}],["mousebuttonstate",{"2":{"0":1,"79":1,"80":1,"82":1,"2641":1}}],["mousebuttonevent",{"2":{"0":2,"79":2,"80":1,"2641":1}}],["mousebutton",{"2":{"0":4,"79":1,"80":7,"81":2,"82":3,"2641":1}}],["mousewheel",{"2":{"0":1,"62":1}}],["mouse",{"0":{"80":1},"2":{"0":45,"61":4,"62":15,"79":5,"80":18,"81":7,"82":6,"83":5,"119":1,"235":1,"495":1,"496":1,"506":1,"507":1,"585":2,"588":1,"589":1,"754":5,"761":2,"774":2,"778":1,"811":2,"844":1,"848":1,"849":1,"2641":5}}],["moerman",{"2":{"35":1,"2644":1}}],["mod1",{"2":{"80":1,"81":1,"2609":2}}],["modus",{"2":{"16":1,"30":1}}],["module",{"2":{"0":3,"153":2}}],["modified",{"2":{"753":1,"2555":1}}],["modifies",{"2":{"8":1,"22":1}}],["modifier",{"2":{"0":14,"62":1,"64":1,"940":1,"969":1,"1360":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"2061":1,"2384":1,"2537":1,"2590":1}}],["modifying",{"0":{"158":1},"2":{"64":1}}],["modify",{"2":{"0":2,"110":1,"1473":1,"2118":1}}],["mod",{"2":{"0":1,"62":1}}],["modes",{"0":{"2304":1},"2":{"50":1,"580":1}}],["moderngl",{"2":{"92":1}}],["modern",{"2":{"48":1}}],["mode=input",{"2":{"34":1}}],["models",{"2":{"88":1}}],["model",{"0":{"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1424":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1946":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2252":1,"2320":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1},"2":{"0":93,"35":1,"66":1,"68":1,"69":7,"71":1,"121":2,"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1424":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1946":1,"1954":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2232":1,"2252":1,"2320":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1,"2603":2,"2604":1,"2605":2,"2644":2}}],["mode",{"0":{"29":1,"1236":1,"1249":1,"2305":1,"2319":1},"2":{"0":12,"22":1,"62":4,"106":2,"124":2,"200":1,"218":2,"221":1,"356":1,"396":1,"493":1,"518":1,"580":2,"587":1,"605":1,"630":1,"847":1,"865":1,"911":1,"1236":4,"1241":1,"1242":1,"1249":3,"1856":4,"2305":2,"2327":1,"2644":1}}],["mostly",{"2":{"41":1,"45":1,"51":1,"53":1,"126":1,"148":1,"152":1,"155":1,"580":1}}],["most",{"2":{"0":6,"10":1,"21":1,"27":1,"30":1,"31":2,"76":1,"79":5,"100":1,"108":1,"121":1,"123":1,"140":1,"218":1,"383":1,"578":1,"1258":1,"1290":1,"1912":1,"2304":1,"2617":1,"2622":1,"2649":1,"2650":1}}],["mdash",{"2":{"0":424,"16":1,"22":1,"31":1,"49":1,"62":1,"75":3,"119":1,"158":3,"159":1,"924":1,"951":1,"982":1,"1024":1,"1057":1,"1104":1,"1139":1,"1163":1,"1199":1,"1235":1,"1258":1,"1282":1,"1321":1,"1342":1,"1373":1,"1402":1,"1432":1,"1454":1,"1481":1,"1510":1,"1544":1,"1568":1,"1598":1,"1627":1,"1661":1,"1749":1,"1773":1,"1806":1,"1831":1,"1856":1,"1879":1,"1908":1,"1959":1,"1996":1,"2016":1,"2043":1,"2074":1,"2110":1,"2121":1,"2157":1,"2188":1,"2237":1,"2273":1,"2302":1,"2329":1,"2368":1,"2397":1,"2432":1,"2458":1,"2478":1,"2520":1,"2554":1,"2573":1,"2644":3}}],["aquamarine",{"2":{"2662":1}}],["aquire",{"2":{"0":1}}],["aurora",{"2":{"2662":1}}],["auerbach",{"2":{"2662":1}}],["august",{"2":{"1323":1}}],["autumn",{"2":{"2662":1}}],["autumn1",{"2":{"2657":1}}],["author",{"2":{"199":1}}],["autoadjust",{"2":{"223":1}}],["auto",{"0":{"129":1,"577":1},"2":{"0":4,"56":2,"97":3,"126":1,"129":1,"130":2,"132":8,"163":2,"164":2,"384":1,"503":1,"514":1,"526":1,"572":1,"575":1,"576":1,"577":14,"592":1,"602":1,"603":1,"610":1,"620":1,"641":1,"690":1,"717":1,"852":1,"862":1,"867":1,"872":1,"895":1,"907":1,"1235":2,"1241":1,"1242":1,"2311":1,"2312":1,"2623":2,"2624":4,"2636":3,"2638":5}}],["autolimit",{"2":{"0":3}}],["autolimits",{"2":{"0":3,"12":1,"152":1,"168":1,"212":1,"223":1,"234":1,"260":1,"307":1,"382":1,"398":1,"431":1,"462":1,"704":1,"751":1,"776":1,"812":1,"1439":1,"2189":1}}],["autolimitaspect=1",{"2":{"1289":1}}],["autolimitaspect",{"0":{"223":1},"2":{"0":1,"223":6,"1287":1,"1288":1,"1750":2}}],["automatically",{"2":{"0":16,"22":1,"23":1,"29":1,"75":4,"102":1,"106":2,"121":1,"145":1,"151":1,"152":1,"162":1,"167":1,"181":1,"184":1,"212":1,"234":2,"384":1,"515":1,"579":1,"582":1,"705":1,"863":1,"1326":1,"1327":1,"1409":1,"1457":1,"1911":1,"1917":1,"1932":1,"2459":1,"2462":1,"2640":1}}],["automatic",{"0":{"2623":1},"2":{"0":421,"22":2,"23":1,"62":2,"75":2,"97":1,"202":1,"270":1,"290":1,"291":1,"297":1,"299":1,"317":1,"337":1,"338":1,"344":1,"346":1,"403":1,"407":1,"417":1,"436":1,"440":1,"450":1,"467":1,"471":1,"481":1,"532":1,"555":1,"556":1,"562":1,"564":1,"585":1,"598":1,"646":2,"651":1,"659":1,"674":1,"679":1,"680":1,"712":1,"765":1,"775":2,"789":1,"790":1,"794":2,"796":1,"823":1,"828":1,"871":2,"929":1,"934":1,"936":1,"937":1,"938":1,"942":1,"943":1,"948":1,"957":1,"962":1,"964":1,"965":1,"966":1,"971":1,"973":1,"979":1,"987":2,"988":1,"989":1,"990":1,"994":1,"998":1,"999":1,"1001":1,"1002":1,"1003":1,"1005":2,"1007":1,"1008":1,"1011":1,"1016":1,"1021":1,"1031":1,"1037":1,"1039":1,"1040":1,"1041":1,"1043":1,"1046":1,"1054":1,"1063":1,"1064":1,"1066":1,"1071":1,"1073":3,"1077":1,"1079":1,"1080":1,"1081":1,"1082":1,"1089":1,"1090":1,"1091":1,"1097":1,"1100":1,"1103":2,"1111":1,"1114":1,"1122":1,"1125":1,"1134":1,"1138":1,"1150":1,"1157":1,"1161":1,"1169":1,"1174":1,"1176":1,"1177":1,"1178":1,"1189":1,"1191":1,"1196":1,"1205":1,"1210":1,"1212":1,"1213":1,"1214":1,"1225":1,"1227":1,"1232":1,"1245":1,"1246":1,"1247":1,"1250":1,"1255":1,"1263":1,"1266":1,"1270":1,"1272":1,"1273":1,"1274":1,"1281":1,"1297":1,"1301":1,"1303":1,"1304":1,"1305":1,"1308":1,"1310":1,"1312":1,"1318":1,"1326":2,"1327":2,"1330":1,"1341":1,"1348":1,"1353":1,"1355":1,"1356":1,"1357":1,"1362":1,"1364":1,"1370":1,"1379":1,"1385":1,"1387":1,"1388":1,"1389":1,"1392":1,"1393":1,"1398":1,"1413":1,"1417":1,"1419":1,"1420":1,"1421":1,"1423":1,"1424":1,"1429":1,"1445":1,"1447":1,"1448":1,"1465":1,"1475":1,"1476":1,"1480":1,"1486":1,"1491":1,"1493":1,"1494":1,"1495":1,"1499":1,"1500":1,"1505":1,"1515":1,"1520":1,"1522":1,"1523":1,"1524":1,"1528":1,"1530":1,"1539":1,"1549":1,"1553":1,"1555":1,"1556":1,"1557":1,"1559":1,"1560":1,"1565":1,"1574":1,"1579":1,"1581":1,"1582":1,"1583":1,"1588":1,"1590":1,"1595":1,"1605":1,"1610":1,"1612":1,"1613":1,"1614":1,"1618":1,"1619":1,"1624":1,"1635":1,"1641":1,"1643":1,"1644":1,"1645":1,"1647":1,"1650":1,"1653":1,"1658":1,"1668":1,"1674":1,"1676":1,"1677":1,"1678":1,"1679":1,"1683":1,"1687":1,"1692":1,"1757":1,"1758":1,"1759":1,"1760":1,"1769":1,"1779":1,"1784":1,"1786":1,"1787":1,"1788":1,"1792":1,"1794":1,"1803":1,"1814":1,"1815":1,"1816":1,"1820":1,"1822":1,"1828":1,"1839":1,"1840":1,"1841":1,"1845":1,"1847":1,"1853":1,"1865":1,"1870":1,"1885":1,"1891":1,"1893":1,"1894":1,"1895":1,"1898":1,"1899":1,"1904":1,"1927":1,"1936":1,"1938":1,"1939":1,"1940":1,"1941":1,"1943":1,"1946":1,"1955":1,"1965":1,"1970":1,"1972":1,"1973":1,"1974":1,"1979":1,"1981":1,"1982":1,"1983":1,"1986":1,"1993":1,"2009":1,"2021":1,"2027":1,"2029":1,"2030":1,"2031":1,"2032":1,"2033":1,"2034":1,"2035":1,"2040":1,"2049":1,"2054":1,"2056":1,"2057":1,"2058":1,"2063":1,"2065":1,"2071":1,"2079":1,"2085":1,"2086":1,"2087":1,"2090":1,"2097":1,"2102":1,"2106":1,"2120":1,"2125":1,"2126":1,"2129":1,"2135":1,"2137":1,"2138":1,"2139":1,"2144":1,"2147":1,"2154":1,"2164":1,"2169":1,"2171":1,"2172":1,"2173":1,"2175":1,"2177":1,"2180":1,"2185":1,"2203":1,"2212":1,"2214":1,"2215":1,"2216":1,"2217":1,"2219":1,"2221":1,"2233":1,"2248":1,"2249":1,"2250":1,"2252":1,"2266":1,"2276":1,"2315":1,"2316":1,"2317":1,"2320":1,"2325":1,"2334":1,"2335":1,"2340":1,"2345":1,"2346":1,"2347":1,"2348":1,"2351":1,"2352":1,"2363":1,"2366":1,"2367":1,"2373":1,"2378":1,"2380":1,"2381":1,"2382":1,"2386":1,"2387":1,"2392":1,"2405":1,"2411":1,"2413":1,"2414":1,"2415":1,"2419":1,"2421":1,"2424":1,"2429":1,"2439":1,"2443":1,"2445":1,"2446":1,"2447":1,"2449":1,"2450":1,"2455":1,"2459":1,"2462":1,"2463":2,"2465":1,"2467":1,"2468":1,"2492":1,"2499":1,"2501":1,"2502":1,"2503":1,"2506":1,"2508":1,"2511":1,"2516":1,"2525":1,"2530":1,"2532":1,"2533":1,"2534":1,"2538":1,"2540":1,"2549":1,"2560":1,"2564":1,"2568":1,"2571":1,"2572":1,"2579":1,"2584":1,"2586":1,"2587":1,"2588":1,"2592":1,"2593":1,"2598":1,"2605":1,"2633":1,"2639":1,"2651":4}}],["aesthetics",{"2":{"383":1}}],["awake",{"2":{"2624":1,"2635":1}}],["aware",{"2":{"222":1}}],["away",{"2":{"0":4,"62":2,"71":1,"104":1,"121":1,"167":1,"757":1,"1162":1,"1858":1,"2193":1}}],["a^b",{"2":{"124":1}}],["a34bc90d6fe0",{"2":{"54":1}}],["aa45",{"2":{"53":1}}],["a046",{"2":{"53":1}}],["airplane",{"2":{"1913":1}}],["airport",{"0":{"1921":1}}],["airportlocations",{"2":{"1284":1,"1438":1,"1921":1}}],["airports",{"0":{"1284":1},"2":{"1284":3,"1438":1}}],["air",{"0":{"2505":1},"2":{"0":3,"2478":1,"2480":3,"2482":1,"2484":1,"2505":1}}],["again",{"2":{"22":1,"78":1,"82":1,"106":1,"151":1,"152":1,"216":1,"2623":5,"2634":1}}],["against",{"2":{"0":1,"82":1,"904":1,"1806":1}}],["aggregated",{"2":{"1289":1}}],["aggregate",{"2":{"0":1,"1315":1}}],["aggregating",{"2":{"0":1,"1288":1,"1314":1}}],["aggregation",{"2":{"0":10,"1288":10,"1290":1,"1292":4,"1294":1,"1307":2,"1309":1,"1312":2}}],["aggserial",{"2":{"0":1,"1309":1}}],["aggop",{"2":{"0":1,"1292":1}}],["aggmean",{"2":{"0":1,"1292":1}}],["aggany",{"2":{"0":1,"1292":1}}],["aggcount",{"2":{"0":2,"1292":2}}],["agg",{"0":{"1292":1},"2":{"0":1}}],["aggthreads",{"2":{"0":3,"1282":1,"1309":2}}],["avocado",{"2":{"2662":1}}],["avoided",{"2":{"383":1}}],["avoid",{"2":{"0":7,"69":1,"82":1,"139":1,"705":1,"752":1,"967":1,"1282":1,"1358":1,"1584":1,"1911":1,"2059":1,"2646":1}}],["available",{"2":{"0":378,"98":1,"102":1,"126":1,"127":1,"150":1,"196":1,"218":1,"222":3,"396":3,"576":3,"585":1,"719":1,"844":1,"928":2,"948":1,"956":2,"979":1,"993":2,"1009":1,"1021":1,"1030":2,"1033":1,"1044":1,"1054":1,"1062":1,"1063":1,"1064":1,"1065":2,"1068":1,"1071":1,"1072":1,"1074":1,"1082":1,"1083":1,"1085":1,"1087":1,"1091":1,"1093":1,"1097":1,"1098":1,"1099":1,"1100":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1125":1,"1126":1,"1127":1,"1132":1,"1133":1,"1135":1,"1136":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1168":2,"1172":1,"1179":1,"1186":1,"1187":1,"1188":1,"1190":1,"1196":1,"1204":2,"1208":1,"1215":1,"1222":1,"1223":1,"1224":1,"1226":1,"1232":1,"1238":1,"1239":1,"1251":1,"1255":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1269":1,"1270":1,"1271":1,"1272":1,"1279":1,"1280":1,"1296":2,"1318":1,"1329":1,"1330":1,"1331":1,"1332":1,"1334":1,"1335":1,"1338":1,"1339":1,"1340":1,"1347":2,"1370":1,"1378":2,"1381":1,"1390":1,"1398":1,"1412":2,"1429":1,"1444":2,"1450":1,"1451":1,"1460":1,"1463":1,"1466":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1475":1,"1476":1,"1478":1,"1479":1,"1485":2,"1505":1,"1514":2,"1517":1,"1525":1,"1526":1,"1529":1,"1533":1,"1539":1,"1548":2,"1565":1,"1573":2,"1595":1,"1604":2,"1624":1,"1634":2,"1637":1,"1648":1,"1658":1,"1667":2,"1670":1,"1692":1,"1752":1,"1767":1,"1768":1,"1769":1,"1778":2,"1781":1,"1789":1,"1790":1,"1793":1,"1797":1,"1803":1,"1810":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1826":1,"1827":1,"1828":1,"1835":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1851":1,"1852":1,"1853":1,"1864":1,"1884":2,"1887":1,"1896":1,"1904":1,"1926":2,"1955":1,"1957":1,"1964":2,"1967":1,"1975":1,"1976":1,"1981":1,"1982":1,"1983":1,"1985":1,"1993":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1,"2020":2,"2024":1,"2025":1,"2033":1,"2034":1,"2040":1,"2048":2,"2071":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2088":1,"2089":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2114":1,"2115":1,"2116":1,"2117":1,"2125":1,"2126":1,"2128":2,"2131":1,"2134":1,"2140":1,"2141":1,"2142":1,"2143":1,"2145":1,"2146":1,"2150":1,"2153":1,"2154":1,"2163":2,"2185":1,"2202":2,"2233":1,"2263":1,"2266":1,"2270":1,"2271":1,"2272":1,"2287":1,"2288":1,"2293":1,"2310":1,"2321":1,"2325":1,"2334":1,"2335":1,"2336":1,"2337":1,"2340":1,"2341":1,"2348":1,"2349":1,"2350":1,"2352":1,"2353":1,"2361":1,"2362":1,"2363":1,"2372":2,"2392":1,"2397":1,"2404":2,"2429":1,"2436":1,"2437":1,"2438":2,"2455":1,"2464":2,"2474":1,"2491":2,"2516":1,"2524":2,"2527":1,"2535":1,"2536":1,"2539":1,"2543":1,"2549":1,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1,"2578":2,"2598":1,"2604":1,"2616":1,"2617":1,"2618":1,"2623":2,"2624":1,"2644":1}}],["availability",{"2":{"0":6}}],["afmhot",{"2":{"2659":1}}],["affine",{"2":{"0":1,"1831":1}}],["affects",{"2":{"285":1,"332":1,"396":1,"2485":1}}],["affected",{"2":{"213":1}}],["affect",{"2":{"0":10,"179":1,"287":1,"334":1,"775":1,"1016":1,"1049":1,"1653":1,"1687":1,"1954":1,"2180":1,"2232":1,"2424":1,"2511":1}}],["afterwards",{"2":{"0":1,"515":1,"2626":1}}],["after",{"2":{"0":47,"18":1,"51":1,"53":2,"69":2,"82":1,"102":1,"116":1,"128":1,"136":1,"139":1,"145":1,"180":1,"290":1,"299":1,"337":1,"346":1,"577":1,"753":1,"764":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1307":1,"1351":1,"1382":1,"1415":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2309":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1,"2617":1,"2624":1,"2627":1}}],["a2",{"2":{"0":5}}],["a1",{"2":{"0":5,"35":5,"2644":5}}],["axright",{"2":{"2624":5,"2627":4,"2629":1}}],["axmain",{"2":{"2624":6,"2627":4,"2628":2}}],["axtop",{"2":{"2624":6,"2627":4,"2629":1}}],["ax5",{"2":{"753":2}}],["ax4",{"2":{"222":2,"234":2,"304":2,"351":2,"753":2}}],["axs",{"2":{"204":4,"584":5,"2624":5,"2634":4}}],["axspec",{"2":{"162":2}}],["ax3d",{"2":{"2624":2,"2633":2}}],["ax3",{"2":{"96":1,"205":2,"206":4,"207":3,"222":2,"234":2,"304":2,"351":2,"753":2,"757":2,"2194":2,"2633":1}}],["ax22",{"2":{"2607":2,"2608":2}}],["ax21",{"2":{"2607":2,"2608":2}}],["ax2",{"2":{"96":1,"191":3,"205":4,"206":5,"207":5,"208":4,"222":2,"223":2,"234":2,"287":2,"304":2,"334":2,"351":2,"373":2,"410":2,"443":2,"474":2,"583":2,"753":7,"757":2,"758":2,"1408":1,"2194":2,"2624":2,"2630":2}}],["ax12",{"2":{"2607":2,"2608":2}}],["ax11",{"2":{"2607":2,"2608":2}}],["ax1",{"2":{"96":1,"191":4,"205":4,"206":4,"207":3,"208":2,"222":2,"223":2,"234":2,"287":2,"304":2,"334":2,"351":2,"373":2,"410":2,"443":2,"474":2,"583":1,"753":3,"757":2,"758":2,"1408":1,"2194":2,"2624":4,"2630":4}}],["ax",{"2":{"0":58,"8":1,"11":2,"12":4,"31":7,"32":6,"33":4,"34":5,"36":5,"38":1,"52":2,"53":1,"54":1,"66":1,"73":10,"82":7,"98":3,"101":1,"104":8,"120":1,"141":2,"142":1,"145":1,"146":2,"152":2,"163":12,"167":2,"168":3,"169":5,"189":11,"190":6,"191":8,"196":2,"202":1,"203":2,"204":4,"206":4,"212":3,"215":3,"216":2,"217":1,"218":1,"222":2,"223":2,"234":2,"287":2,"304":6,"334":2,"351":6,"373":2,"383":2,"384":2,"396":2,"410":2,"443":2,"474":2,"491":2,"515":4,"516":1,"625":2,"626":2,"633":6,"639":4,"664":14,"665":6,"668":6,"669":6,"678":6,"685":6,"704":3,"749":1,"750":4,"751":19,"752":10,"753":2,"754":12,"757":11,"758":4,"844":2,"863":3,"908":1,"983":2,"1058":4,"1107":4,"1141":2,"1142":3,"1143":4,"1164":1,"1235":4,"1248":1,"1284":3,"1285":3,"1287":3,"1288":3,"1289":6,"1290":1,"1404":12,"1407":1,"1409":1,"1434":8,"1435":8,"1436":2,"1438":2,"1439":3,"1457":2,"1572":7,"1584":5,"1585":4,"1586":8,"1587":4,"1629":4,"1750":2,"1856":2,"1913":2,"1914":4,"1919":2,"1920":5,"1998":2,"2017":3,"2122":1,"2193":3,"2194":2,"2195":2,"2239":1,"2274":4,"2303":2,"2304":4,"2305":1,"2330":3,"2332":4,"2433":3,"2459":9,"2602":3,"2605":1,"2607":2,"2608":2,"2609":9,"2610":3,"2619":6,"2620":3,"2621":3,"2623":3,"2640":1,"2651":33,"2653":6}}],["axes",{"0":{"206":1,"2636":1},"2":{"0":6,"35":2,"39":1,"62":1,"98":1,"126":1,"145":1,"162":1,"165":1,"166":2,"183":1,"192":1,"206":2,"207":3,"373":3,"580":1,"583":1,"1107":2,"1402":1,"1917":1,"2194":1,"2332":2,"2623":4,"2627":3,"2629":2,"2630":2,"2632":1,"2634":2,"2636":1,"2644":2}}],["axisaspect",{"2":{"222":6,"223":1,"578":3}}],["axis=",{"2":{"75":3,"983":2,"1025":1,"1285":1,"1287":1,"1288":1,"1918":1,"2158":2,"2398":2,"2574":1}}],["axis=false",{"2":{"32":1,"33":1,"34":1,"36":1,"190":2,"191":3,"691":1,"2433":1}}],["axisplot",{"2":{"0":1,"141":2,"142":2}}],["axislegend",{"2":{"0":5,"625":1,"626":4,"1289":1,"1920":1,"1998":1,"2621":2}}],["axislinewidth",{"2":{"0":1}}],["axiscolor",{"2":{"0":1}}],["axisnames",{"2":{"0":1}}],["axis3d",{"2":{"0":3}}],["axis3",{"0":{"370":1,"733":1},"1":{"371":1,"372":1,"373":1,"374":1,"375":1,"376":1,"377":1,"378":1,"379":1,"380":1,"381":1,"382":1,"383":1,"384":1,"385":1,"386":1,"387":1,"388":1,"389":1,"390":1,"391":1,"392":1,"393":1,"394":1,"395":1,"396":1,"397":1,"398":1,"399":1,"400":1,"401":1,"402":1,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"410":1,"411":1,"412":1,"413":1,"414":1,"415":1,"416":1,"417":1,"418":1,"419":1,"420":1,"421":1,"422":1,"423":1,"424":1,"425":1,"426":1,"427":1,"428":1,"429":1,"430":1,"431":1,"432":1,"433":1,"434":1,"435":1,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"443":1,"444":1,"445":1,"446":1,"447":1,"448":1,"449":1,"450":1,"451":1,"452":1,"453":1,"454":1,"455":1,"456":1,"457":1,"458":1,"459":1,"460":1,"461":1,"462":1,"463":1,"464":1,"465":1,"466":1,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"474":1,"475":1,"476":1,"477":1,"478":1,"479":1,"480":1,"481":1,"482":1,"483":1,"484":1,"485":1,"486":1,"487":1,"488":1,"489":1,"490":1},"2":{"0":8,"79":1,"163":2,"169":1,"196":1,"373":6,"374":1,"379":1,"383":1,"384":5,"396":1,"410":2,"443":2,"474":2,"1200":2,"2605":1,"2624":1,"2633":3}}],["axis",{"0":{"201":1,"202":1,"203":1,"205":1,"207":1,"208":1,"209":1,"625":1,"626":1,"699":1,"732":1,"761":1,"777":1,"1107":1,"2332":1,"2619":1,"2643":1},"1":{"202":1,"203":1,"204":1,"205":1,"206":1,"207":1,"208":1,"209":1,"210":2,"211":2,"212":2,"213":2,"214":2,"215":2,"216":2,"217":2,"218":2,"219":2,"220":1,"221":1,"222":1,"223":1,"224":1,"225":1,"226":1,"227":1,"228":1,"229":1,"230":1,"231":1,"232":1,"233":1,"234":1,"235":1,"236":1,"237":1,"238":1,"239":1,"240":1,"241":1,"242":1,"243":1,"244":1,"245":1,"246":1,"247":1,"248":1,"249":1,"250":1,"251":1,"252":1,"253":1,"254":1,"255":1,"256":1,"257":1,"258":1,"259":1,"260":1,"261":1,"262":1,"263":1,"264":1,"265":1,"266":1,"267":1,"268":1,"269":1,"270":1,"271":1,"272":1,"273":1,"274":1,"275":1,"276":1,"277":1,"278":1,"279":1,"280":1,"281":1,"282":1,"283":1,"284":1,"285":1,"286":1,"287":1,"288":1,"289":1,"290":1,"291":1,"292":1,"293":1,"294":1,"295":1,"296":1,"297":1,"298":1,"299":1,"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1,"307":1,"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1,"326":1,"327":1,"328":1,"329":1,"330":1,"331":1,"332":1,"333":1,"334":1,"335":1,"336":1,"337":1,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1,"344":1,"345":1,"346":1,"347":1,"348":1,"349":1,"350":1,"351":1,"352":1,"353":1},"2":{"0":178,"10":1,"31":2,"38":2,"39":4,"61":1,"62":14,"64":1,"67":1,"69":4,"72":1,"73":5,"74":4,"75":6,"76":2,"79":1,"82":9,"96":3,"97":2,"98":3,"99":1,"100":2,"101":1,"102":3,"103":1,"104":3,"110":1,"119":2,"124":2,"125":2,"126":1,"129":1,"131":3,"141":4,"142":6,"143":3,"146":7,"152":1,"155":1,"158":4,"162":11,"163":2,"164":6,"166":1,"167":2,"169":3,"183":2,"186":1,"187":4,"192":7,"194":1,"195":2,"196":1,"202":3,"203":3,"204":1,"205":11,"206":4,"207":6,"208":5,"209":1,"210":2,"211":2,"212":1,"213":1,"217":4,"218":4,"221":1,"222":11,"223":6,"224":1,"225":1,"226":1,"230":1,"231":1,"232":1,"233":1,"234":9,"236":1,"237":1,"238":1,"239":4,"243":1,"248":4,"249":3,"252":1,"253":1,"256":1,"257":1,"258":1,"259":1,"261":3,"266":4,"269":1,"277":1,"279":4,"281":1,"286":1,"287":5,"288":1,"290":5,"299":4,"301":3,"304":5,"308":3,"313":4,"316":1,"324":1,"326":4,"328":1,"333":1,"334":5,"335":1,"337":5,"346":4,"348":3,"351":5,"374":4,"384":3,"385":1,"388":1,"392":1,"396":6,"410":1,"443":1,"474":1,"491":1,"515":3,"523":1,"524":1,"539":1,"548":1,"553":1,"575":2,"576":2,"577":4,"578":6,"579":2,"580":8,"581":5,"582":4,"583":5,"584":1,"585":1,"603":1,"624":1,"625":7,"626":9,"627":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"699":1,"704":1,"748":1,"749":1,"750":1,"751":1,"752":1,"753":1,"754":7,"756":1,"762":1,"777":3,"778":1,"779":1,"780":1,"781":1,"782":1,"784":1,"785":1,"786":1,"787":1,"791":1,"792":1,"795":1,"798":1,"799":1,"809":1,"813":1,"814":1,"815":1,"816":1,"818":1,"819":1,"820":1,"821":1,"824":1,"825":1,"827":1,"830":1,"831":1,"836":1,"837":1,"838":2,"839":1,"840":1,"844":1,"863":1,"908":1,"952":2,"983":2,"1025":2,"1058":10,"1073":1,"1107":2,"1141":1,"1142":1,"1143":1,"1164":2,"1235":3,"1236":2,"1248":2,"1284":2,"1289":1,"1322":4,"1323":2,"1343":3,"1374":3,"1404":4,"1409":1,"1434":2,"1435":3,"1436":1,"1437":2,"1438":1,"1439":1,"1457":1,"1508":1,"1509":1,"1542":1,"1543":1,"1545":5,"1572":1,"1584":1,"1585":1,"1586":2,"1587":1,"1599":1,"1686":2,"1750":2,"1774":6,"1856":16,"1859":1,"1867":1,"1880":2,"1913":1,"1914":1,"1919":1,"1920":1,"1925":2,"1926":1,"1944":1,"1949":2,"1960":1,"2017":1,"2075":3,"2189":2,"2193":1,"2194":6,"2195":1,"2304":4,"2330":1,"2332":2,"2395":1,"2396":1,"2433":3,"2459":2,"2552":1,"2553":1,"2609":1,"2611":1,"2618":1,"2619":11,"2620":1,"2621":1,"2623":24,"2624":4,"2626":1,"2627":3,"2629":2,"2630":1,"2633":2,"2634":1,"2636":1,"2638":1,"2643":4,"2644":5,"2651":1}}],["amazonaws",{"2":{"1287":1}}],["amazing",{"2":{"53":2}}],["ambigious",{"2":{"516":1}}],["ambiguous",{"2":{"74":1}}],["ambient=rgbf",{"2":{"2639":1}}],["ambient=vec3f",{"2":{"34":1}}],["ambient",{"2":{"0":44,"22":1,"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1428":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2324":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2601":1,"2605":1}}],["ambientlight",{"0":{"2607":1},"2":{"0":8,"691":1,"1016":1,"1049":1,"1653":1,"1687":1,"2180":1,"2424":1,"2511":1,"2605":1,"2607":3,"2611":1}}],["amds",{"2":{"30":1,"31":2}}],["amd",{"2":{"27":1,"30":1}}],["amount",{"2":{"0":1,"103":1,"121":1,"1284":1,"1457":1,"1944":1,"2197":1,"2604":1}}],["ampere",{"2":{"0":1}}],["amplitude",{"2":{"0":1,"169":1,"1141":1}}],["amp",{"0":{"2643":1},"2":{"0":14,"22":1,"29":1,"31":2,"48":1,"51":1,"62":2,"75":1,"83":3,"199":1,"754":2,"761":1,"778":1,"1282":1,"2640":1,"2641":1,"2655":1}}],["advantage",{"2":{"110":1,"136":1}}],["advance",{"2":{"106":1,"186":1}}],["advanced",{"0":{"33":1,"164":1,"1290":1},"2":{"3":1,"55":1,"186":1}}],["adhere",{"2":{"107":1,"2623":1}}],["adapter",{"2":{"28":1}}],["adaptive",{"2":{"0":2,"62":2}}],["ad",{"2":{"0":1}}],["adjustable",{"2":{"83":1,"98":1}}],["adjustments",{"2":{"0":43,"751":2,"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1424":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1946":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2252":1,"2320":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1}}],["adjust",{"2":{"0":43,"70":1,"73":1,"121":1,"132":5,"246":1,"247":1,"365":1,"366":1,"386":1,"387":1,"511":1,"512":1,"515":1,"551":1,"552":1,"599":1,"600":1,"615":1,"616":1,"679":1,"680":1,"700":1,"701":1,"725":1,"726":1,"751":2,"752":1,"754":2,"807":1,"808":1,"858":1,"859":1,"868":1,"869":1,"900":1,"901":1,"919":1,"920":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1415":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1856":2,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2309":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1,"2605":1,"2623":2,"2644":1}}],["adjusts",{"2":{"0":172,"22":1,"106":1,"234":1,"932":1,"933":1,"947":1,"949":1,"960":1,"961":1,"978":1,"980":1,"996":1,"998":1,"1020":1,"1022":1,"1034":1,"1036":1,"1053":1,"1055":1,"1069":1,"1075":1,"1096":1,"1101":1,"1171":1,"1173":1,"1195":1,"1197":1,"1207":1,"1209":1,"1231":1,"1233":1,"1240":1,"1243":1,"1254":1,"1256":1,"1299":1,"1300":1,"1317":1,"1319":1,"1351":1,"1352":1,"1368":1,"1371":1,"1382":1,"1384":1,"1397":1,"1399":1,"1415":1,"1416":1,"1428":1,"1430":1,"1489":1,"1490":1,"1504":1,"1506":1,"1518":1,"1519":1,"1535":1,"1540":1,"1551":1,"1552":1,"1564":1,"1566":1,"1577":1,"1578":1,"1594":1,"1596":1,"1608":1,"1609":1,"1623":1,"1625":1,"1638":1,"1640":1,"1657":1,"1659":1,"1671":1,"1673":1,"1691":1,"1693":1,"1753":1,"1754":1,"1766":1,"1770":1,"1782":1,"1783":1,"1799":1,"1804":1,"1811":1,"1812":1,"1825":1,"1829":1,"1836":1,"1837":1,"1850":1,"1854":1,"1888":1,"1890":1,"1903":1,"1905":1,"1930":1,"1933":1,"1951":1,"1956":1,"1968":1,"1969":1,"1990":1,"1994":1,"2023":1,"2026":1,"2039":1,"2041":1,"2052":1,"2053":1,"2069":1,"2072":1,"2082":1,"2083":1,"2094":1,"2103":1,"2132":1,"2133":1,"2152":1,"2155":1,"2166":1,"2168":1,"2184":1,"2186":1,"2205":1,"2209":1,"2228":1,"2234":1,"2243":1,"2246":1,"2260":1,"2267":1,"2309":1,"2313":1,"2324":1,"2326":1,"2339":1,"2342":1,"2360":1,"2364":1,"2376":1,"2377":1,"2391":1,"2393":1,"2407":1,"2410":1,"2428":1,"2430":1,"2441":1,"2442":1,"2454":1,"2456":1,"2494":1,"2497":1,"2515":1,"2517":1,"2528":1,"2529":1,"2545":1,"2550":1,"2582":1,"2583":1,"2597":1,"2599":1}}],["adjusting",{"2":{"0":1,"191":2,"751":1,"801":1,"833":1,"1920":1,"2644":1}}],["adjusted",{"2":{"0":4,"62":2,"119":2,"120":2,"753":1,"2640":1}}],["adjacent",{"2":{"0":4,"279":1,"326":1,"1369":1,"1404":1,"2070":1,"2481":1,"2498":1}}],["adding",{"0":{"38":1,"582":1},"2":{"37":1,"82":4,"147":1,"151":1,"2623":1}}],["additivergba",{"2":{"0":1,"2397":1}}],["additive",{"2":{"0":1,"2397":1}}],["addition",{"2":{"0":4,"141":1}}],["additional",{"2":{"0":5,"44":1,"61":1,"62":1,"83":1,"181":1,"214":1,"655":1,"666":1,"2311":1,"2312":1,"2632":1}}],["additionally",{"2":{"0":1,"142":1,"185":1}}],["add",{"2":{"0":4,"12":1,"26":1,"35":1,"38":1,"45":1,"53":1,"78":2,"81":1,"82":2,"94":1,"110":1,"147":1,"151":1,"153":1,"167":1,"178":1,"181":1,"189":1,"197":1,"208":1,"582":1,"626":2,"1058":2,"1164":1,"1286":1,"1404":1,"1407":1,"1438":1,"1629":1,"2433":1,"2554":1,"2617":1,"2635":1,"2637":1,"2638":1,"2644":2}}],["adds",{"2":{"0":4,"1183":1,"1219":1,"1474":1,"2605":1,"2644":1}}],["addmouseevents",{"2":{"0":2}}],["added",{"2":{"0":5,"37":3,"62":1,"72":1,"76":1,"139":1,"191":1,"234":1,"260":1,"307":1,"398":1,"431":1,"462":1,"508":1,"613":1,"776":1,"812":1,"1061":1,"1996":1,"2311":1,"2312":1,"2644":1}}],["academic",{"2":{"107":1,"2623":1}}],["ac6d",{"2":{"56":1}}],["acurate",{"2":{"31":1}}],["achieve",{"2":{"15":1,"24":1,"223":1}}],["achieved",{"2":{"0":1,"102":1,"2304":1,"2623":1,"2648":1}}],["across",{"2":{"0":6,"23":1,"145":1,"164":1,"1481":1,"1510":1,"2368":1,"2520":1,"2629":1,"2634":1}}],["acton50",{"2":{"2656":1}}],["acton25",{"2":{"2656":1}}],["acton100",{"2":{"2656":1}}],["acton10",{"2":{"2656":1}}],["acton",{"2":{"2656":1}}],["actually",{"2":{"54":1,"69":1,"152":1,"161":1,"585":1,"844":1,"2623":1,"2640":1}}],["actual",{"2":{"0":1,"36":1,"53":1,"76":2,"98":1,"127":1,"151":2,"234":1,"578":1,"1103":1}}],["acts",{"2":{"0":3,"69":1,"2220":1,"2482":1}}],["activation",{"0":{"16":1,"22":1,"31":1,"49":1},"1":{"17":1,"18":1,"19":1,"20":1,"23":1,"24":1,"25":1},"2":{"2624":1,"2633":1}}],["activating",{"0":{"14":1,"216":1},"2":{"180":1}}],["activated",{"2":{"0":1,"180":1}}],["activate",{"2":{"0":5,"14":6,"16":4,"17":3,"22":4,"31":5,"33":1,"34":1,"35":1,"36":1,"49":4,"51":1,"57":1,"66":1,"80":3,"81":1,"178":1,"216":1,"763":1,"2601":1,"2602":2,"2617":2,"2624":1,"2644":1}}],["active=val",{"2":{"34":1}}],["active",{"0":{"495":1,"506":1,"588":1,"589":1,"708":1,"848":1,"849":1,"910":1,"914":1},"2":{"0":17,"16":1,"22":1,"31":1,"34":1,"49":1,"62":1,"161":1,"178":1,"184":1,"215":1,"708":1,"908":7,"910":1,"2433":2,"2617":1}}],["action",{"2":{"0":2,"79":4,"80":9,"81":5,"82":3,"83":1}}],["act",{"2":{"0":2,"69":1,"2603":1}}],["account",{"2":{"2604":1}}],["accommodating",{"2":{"153":1}}],["accordingly",{"2":{"0":2,"73":1,"234":1,"2311":1,"2312":1,"2623":1}}],["according",{"2":{"0":3,"152":1,"234":1,"2463":1}}],["accurately",{"2":{"0":1,"2601":1}}],["accum",{"2":{"0":3,"158":2,"2644":2}}],["accent",{"2":{"495":1,"496":1,"588":1,"589":1,"708":1,"709":1,"848":1,"849":1,"878":1,"880":1,"912":1,"914":1,"2658":6}}],["acceleration",{"2":{"31":1,"1286":1}}],["accelerated",{"2":{"31":1}}],["acceptable",{"2":{"69":1}}],["accepted",{"2":{"0":1,"14":1}}],["accept",{"2":{"0":2,"142":2,"217":1,"982":1,"2121":1}}],["accepts",{"2":{"0":6,"109":1,"164":1,"384":1}}],["accessing",{"2":{"55":1,"61":1,"79":1}}],["accessible",{"2":{"0":1,"68":1,"200":1,"691":1,"1913":1,"2653":1}}],["access",{"2":{"31":2,"73":1,"79":1,"100":2,"136":1,"186":2,"1286":1,"2605":1,"2642":1}}],["accessed",{"2":{"0":1,"155":3,"160":1,"1912":1}}],["atlantic",{"2":{"2662":1}}],["at=",{"2":{"1058":1}}],["at=0",{"2":{"1058":1}}],["atomic",{"2":{"151":1}}],["atomics",{"2":{"53":1}}],["attempted",{"2":{"148":1}}],["attention",{"2":{"0":1,"1282":1}}],["attenuation",{"2":{"0":5,"22":1,"2609":1}}],["attached",{"2":{"105":1}}],["attach",{"2":{"37":1}}],["attractors",{"0":{"1285":1},"2":{"1285":1}}],["attractor",{"2":{"196":2}}],["attr",{"2":{"0":2}}],["attrs",{"2":{"0":7,"924":1,"1481":1,"1510":2,"2368":1,"2520":2}}],["attribute",{"0":{"2481":1},"2":{"0":94,"7":1,"19":1,"31":1,"53":1,"58":1,"97":1,"110":1,"119":1,"120":1,"122":1,"147":1,"157":1,"165":1,"166":1,"184":3,"186":3,"187":2,"234":1,"384":1,"585":4,"624":1,"625":1,"628":1,"752":1,"756":1,"844":3,"863":1,"874":1,"908":1,"926":1,"954":1,"985":1,"986":1,"1010":2,"1013":1,"1027":1,"1045":2,"1060":1,"1076":1,"1105":1,"1155":1,"1166":1,"1202":1,"1236":1,"1249":1,"1293":1,"1323":1,"1345":1,"1376":1,"1411":1,"1441":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1631":1,"1649":2,"1664":1,"1682":2,"1776":1,"1831":1,"1882":1,"1911":1,"1914":1,"1924":1,"1962":1,"2019":1,"2046":1,"2124":1,"2127":1,"2160":1,"2176":2,"2189":1,"2192":1,"2193":1,"2200":1,"2305":1,"2370":1,"2402":1,"2420":2,"2435":1,"2461":1,"2481":2,"2488":1,"2507":2,"2522":1,"2555":1,"2576":1,"2601":1,"2604":1,"2605":1,"2613":1,"2623":1,"2628":1,"2629":1,"2633":1,"2649":2,"2650":1}}],["attributes`",{"2":{"166":1}}],["attributes",{"0":{"132":1,"133":1,"157":1,"188":1,"220":1,"355":1,"371":1,"492":1,"517":1,"586":1,"604":1,"624":1,"629":1,"692":1,"706":1,"759":1,"846":1,"864":1,"875":1,"909":1,"925":1,"953":1,"984":1,"1026":1,"1059":1,"1108":1,"1144":1,"1165":1,"1201":1,"1237":1,"1260":1,"1291":1,"1325":1,"1344":1,"1375":1,"1410":1,"1440":1,"1459":1,"1482":1,"1511":1,"1546":1,"1570":1,"1601":1,"1630":1,"1663":1,"1751":1,"1775":1,"1808":1,"1833":1,"1857":1,"1881":1,"1923":1,"1961":1,"2001":1,"2018":1,"2045":1,"2076":1,"2112":1,"2123":1,"2159":1,"2198":1,"2240":1,"2275":1,"2306":1,"2333":1,"2369":1,"2399":1,"2434":1,"2460":1,"2487":1,"2521":1,"2556":1,"2575":1,"2604":1},"1":{"221":1,"222":1,"223":1,"224":1,"225":1,"226":1,"227":1,"228":1,"229":1,"230":1,"231":1,"232":1,"233":1,"234":1,"235":1,"236":1,"237":1,"238":1,"239":1,"240":1,"241":1,"242":1,"243":1,"244":1,"245":1,"246":1,"247":1,"248":1,"249":1,"250":1,"251":1,"252":1,"253":1,"254":1,"255":1,"256":1,"257":1,"258":1,"259":1,"260":1,"261":1,"262":1,"263":1,"264":1,"265":1,"266":1,"267":1,"268":1,"269":1,"270":1,"271":1,"272":1,"273":1,"274":1,"275":1,"276":1,"277":1,"278":1,"279":1,"280":1,"281":1,"282":1,"283":1,"284":1,"285":1,"286":1,"287":1,"288":1,"289":1,"290":1,"291":1,"292":1,"293":1,"294":1,"295":1,"296":1,"297":1,"298":1,"299":1,"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1,"307":1,"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1,"326":1,"327":1,"328":1,"329":1,"330":1,"331":1,"332":1,"333":1,"334":1,"335":1,"336":1,"337":1,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1,"344":1,"345":1,"346":1,"347":1,"348":1,"349":1,"350":1,"351":1,"352":1,"353":1,"356":1,"357":1,"358":1,"359":1,"360":1,"361":1,"362":1,"363":1,"364":1,"365":1,"366":1,"367":1,"368":1,"369":1,"372":1,"373":1,"374":1,"375":1,"376":1,"377":1,"378":1,"379":1,"380":1,"381":1,"382":1,"383":1,"384":1,"385":1,"386":1,"387":1,"388":1,"389":1,"390":1,"391":1,"392":1,"393":1,"394":1,"395":1,"396":1,"397":1,"398":1,"399":1,"400":1,"401":1,"402":1,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"410":1,"411":1,"412":1,"413":1,"414":1,"415":1,"416":1,"417":1,"418":1,"419":1,"420":1,"421":1,"422":1,"423":1,"424":1,"425":1,"426":1,"427":1,"428":1,"429":1,"430":1,"431":1,"432":1,"433":1,"434":1,"435":1,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"443":1,"444":1,"445":1,"446":1,"447":1,"448":1,"449":1,"450":1,"451":1,"452":1,"453":1,"454":1,"455":1,"456":1,"457":1,"458":1,"459":1,"460":1,"461":1,"462":1,"463":1,"464":1,"465":1,"466":1,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"474":1,"475":1,"476":1,"477":1,"478":1,"479":1,"480":1,"481":1,"482":1,"483":1,"484":1,"485":1,"486":1,"487":1,"488":1,"489":1,"490":1,"493":1,"494":1,"495":1,"496":1,"497":1,"498":1,"499":1,"500":1,"501":1,"502":1,"503":1,"504":1,"505":1,"506":1,"507":1,"508":1,"509":1,"510":1,"511":1,"512":1,"513":1,"514":1,"518":1,"519":1,"520":1,"521":1,"522":1,"523":1,"524":1,"525":1,"526":1,"527":1,"528":1,"529":1,"530":1,"531":1,"532":1,"533":1,"534":1,"535":1,"536":1,"537":1,"538":1,"539":1,"540":1,"541":1,"542":1,"543":1,"544":1,"545":1,"546":1,"547":1,"548":1,"549":1,"550":1,"551":1,"552":1,"553":1,"554":1,"555":1,"556":1,"557":1,"558":1,"559":1,"560":1,"561":1,"562":1,"563":1,"564":1,"565":1,"566":1,"567":1,"568":1,"569":1,"570":1,"571":1,"572":1,"587":1,"588":1,"589":1,"590":1,"591":1,"592":1,"593":1,"594":1,"595":1,"596":1,"597":1,"598":1,"599":1,"600":1,"601":1,"602":1,"605":1,"606":1,"607":1,"608":1,"609":1,"610":1,"611":1,"612":1,"613":1,"614":1,"615":1,"616":1,"617":1,"618":1,"619":1,"620":1,"621":1,"630":1,"631":1,"632":1,"633":1,"634":1,"635":1,"636":1,"637":1,"638":1,"639":1,"640":1,"641":1,"642":1,"643":1,"644":1,"645":1,"646":1,"647":1,"648":1,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1,"655":1,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"664":1,"665":1,"666":1,"667":1,"668":1,"669":1,"670":1,"671":1,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1,"678":1,"679":1,"680":1,"681":1,"682":1,"683":1,"684":1,"685":1,"686":1,"687":1,"688":1,"689":1,"690":1,"693":1,"694":1,"695":1,"696":1,"697":1,"698":1,"699":1,"700":1,"701":1,"702":1,"703":1,"707":1,"708":1,"709":1,"710":1,"711":1,"712":1,"713":1,"714":1,"715":1,"716":1,"717":1,"718":1,"719":1,"720":1,"721":1,"722":1,"723":1,"724":1,"725":1,"726":1,"727":1,"728":1,"729":1,"730":1,"760":1,"761":1,"762":1,"763":1,"764":1,"765":1,"766":1,"767":1,"768":1,"769":1,"770":1,"771":1,"772":1,"773":1,"774":1,"775":1,"776":1,"777":1,"778":1,"779":1,"780":1,"781":1,"782":1,"783":1,"784":1,"785":1,"786":1,"787":1,"788":1,"789":1,"790":1,"791":1,"792":1,"793":1,"794":1,"795":1,"796":1,"797":1,"798":1,"799":1,"800":1,"801":1,"802":1,"803":1,"804":1,"805":1,"806":1,"807":1,"808":1,"809":1,"810":1,"811":1,"812":1,"813":1,"814":1,"815":1,"816":1,"817":1,"818":1,"819":1,"820":1,"821":1,"822":1,"823":1,"824":1,"825":1,"826":1,"827":1,"828":1,"829":1,"830":1,"831":1,"832":1,"833":1,"834":1,"835":1,"836":1,"837":1,"838":1,"839":1,"840":1,"841":1,"842":1,"843":1,"847":1,"848":1,"849":1,"850":1,"851":1,"852":1,"853":1,"854":1,"855":1,"856":1,"857":1,"858":1,"859":1,"860":1,"861":1,"862":1,"865":1,"866":1,"867":1,"868":1,"869":1,"870":1,"871":1,"872":1,"876":1,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"886":1,"887":1,"888":1,"889":1,"890":1,"891":1,"892":1,"893":1,"894":1,"895":1,"896":1,"897":1,"898":1,"899":1,"900":1,"901":1,"902":1,"903":1,"904":1,"905":1,"906":1,"907":1,"910":1,"911":1,"912":1,"913":1,"914":1,"915":1,"916":1,"917":1,"918":1,"919":1,"920":1,"921":1,"922":1,"923":1,"926":1,"927":1,"928":1,"929":1,"930":1,"931":1,"932":1,"933":1,"934":1,"935":1,"936":1,"937":1,"938":1,"939":1,"940":1,"941":1,"942":1,"943":1,"944":1,"945":1,"946":1,"947":1,"948":1,"949":1,"950":1,"954":1,"955":1,"956":1,"957":1,"958":1,"959":1,"960":1,"961":1,"962":1,"963":1,"964":1,"965":1,"966":1,"967":1,"968":1,"969":1,"970":1,"971":1,"972":1,"973":1,"974":1,"975":1,"976":1,"977":1,"978":1,"979":1,"980":1,"981":1,"985":1,"986":1,"987":1,"988":1,"989":1,"990":1,"991":1,"992":1,"993":1,"994":1,"995":1,"996":1,"997":1,"998":1,"999":1,"1000":1,"1001":1,"1002":1,"1003":1,"1004":1,"1005":1,"1006":1,"1007":1,"1008":1,"1009":1,"1010":1,"1011":1,"1012":1,"1013":1,"1014":1,"1015":1,"1016":1,"1017":1,"1018":1,"1019":1,"1020":1,"1021":1,"1022":1,"1023":1,"1027":1,"1028":1,"1029":1,"1030":1,"1031":1,"1032":1,"1033":1,"1034":1,"1035":1,"1036":1,"1037":1,"1038":1,"1039":1,"1040":1,"1041":1,"1042":1,"1043":1,"1044":1,"1045":1,"1046":1,"1047":1,"1048":1,"1049":1,"1050":1,"1051":1,"1052":1,"1053":1,"1054":1,"1055":1,"1056":1,"1060":1,"1061":1,"1062":1,"1063":1,"1064":1,"1065":1,"1066":1,"1067":1,"1068":1,"1069":1,"1070":1,"1071":1,"1072":1,"1073":1,"1074":1,"1075":1,"1076":1,"1077":1,"1078":1,"1079":1,"1080":1,"1081":1,"1082":1,"1083":1,"1084":1,"1085":1,"1086":1,"1087":1,"1088":1,"1089":1,"1090":1,"1091":1,"1092":1,"1093":1,"1094":1,"1095":1,"1096":1,"1097":1,"1098":1,"1099":1,"1100":1,"1101":1,"1102":1,"1103":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1114":1,"1115":1,"1116":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1123":1,"1124":1,"1125":1,"1126":1,"1127":1,"1128":1,"1129":1,"1130":1,"1131":1,"1132":1,"1133":1,"1134":1,"1135":1,"1136":1,"1137":1,"1138":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1155":1,"1156":1,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1162":1,"1166":1,"1167":1,"1168":1,"1169":1,"1170":1,"1171":1,"1172":1,"1173":1,"1174":1,"1175":1,"1176":1,"1177":1,"1178":1,"1179":1,"1180":1,"1181":1,"1182":1,"1183":1,"1184":1,"1185":1,"1186":1,"1187":1,"1188":1,"1189":1,"1190":1,"1191":1,"1192":1,"1193":1,"1194":1,"1195":1,"1196":1,"1197":1,"1198":1,"1202":1,"1203":1,"1204":1,"1205":1,"1206":1,"1207":1,"1208":1,"1209":1,"1210":1,"1211":1,"1212":1,"1213":1,"1214":1,"1215":1,"1216":1,"1217":1,"1218":1,"1219":1,"1220":1,"1221":1,"1222":1,"1223":1,"1224":1,"1225":1,"1226":1,"1227":1,"1228":1,"1229":1,"1230":1,"1231":1,"1232":1,"1233":1,"1234":1,"1238":1,"1239":1,"1240":1,"1241":1,"1242":1,"1243":1,"1244":1,"1245":1,"1246":1,"1247":1,"1248":1,"1249":1,"1250":1,"1251":1,"1252":1,"1253":1,"1254":1,"1255":1,"1256":1,"1257":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1268":1,"1269":1,"1270":1,"1271":1,"1272":1,"1273":1,"1274":1,"1275":1,"1276":1,"1277":1,"1278":1,"1279":1,"1280":1,"1281":1,"1292":1,"1293":1,"1294":1,"1295":1,"1296":1,"1297":1,"1298":1,"1299":1,"1300":1,"1301":1,"1302":1,"1303":1,"1304":1,"1305":1,"1306":1,"1307":1,"1308":1,"1309":1,"1310":1,"1311":1,"1312":1,"1313":1,"1314":1,"1315":1,"1316":1,"1317":1,"1318":1,"1319":1,"1320":1,"1326":1,"1327":1,"1328":1,"1329":1,"1330":1,"1331":1,"1332":1,"1333":1,"1334":1,"1335":1,"1336":1,"1337":1,"1338":1,"1339":1,"1340":1,"1341":1,"1345":1,"1346":1,"1347":1,"1348":1,"1349":1,"1350":1,"1351":1,"1352":1,"1353":1,"1354":1,"1355":1,"1356":1,"1357":1,"1358":1,"1359":1,"1360":1,"1361":1,"1362":1,"1363":1,"1364":1,"1365":1,"1366":1,"1367":1,"1368":1,"1369":1,"1370":1,"1371":1,"1372":1,"1376":1,"1377":1,"1378":1,"1379":1,"1380":1,"1381":1,"1382":1,"1383":1,"1384":1,"1385":1,"1386":1,"1387":1,"1388":1,"1389":1,"1390":1,"1391":1,"1392":1,"1393":1,"1394":1,"1395":1,"1396":1,"1397":1,"1398":1,"1399":1,"1400":1,"1401":1,"1411":1,"1412":1,"1413":1,"1414":1,"1415":1,"1416":1,"1417":1,"1418":1,"1419":1,"1420":1,"1421":1,"1422":1,"1423":1,"1424":1,"1425":1,"1426":1,"1427":1,"1428":1,"1429":1,"1430":1,"1431":1,"1441":1,"1442":1,"1443":1,"1444":1,"1445":1,"1446":1,"1447":1,"1448":1,"1449":1,"1450":1,"1451":1,"1452":1,"1453":1,"1460":1,"1461":1,"1462":1,"1463":1,"1464":1,"1465":1,"1466":1,"1467":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1473":1,"1474":1,"1475":1,"1476":1,"1477":1,"1478":1,"1479":1,"1480":1,"1483":1,"1484":1,"1485":1,"1486":1,"1487":1,"1488":1,"1489":1,"1490":1,"1491":1,"1492":1,"1493":1,"1494":1,"1495":1,"1496":1,"1497":1,"1498":1,"1499":1,"1500":1,"1501":1,"1502":1,"1503":1,"1504":1,"1505":1,"1506":1,"1507":1,"1508":1,"1509":1,"1512":1,"1513":1,"1514":1,"1515":1,"1516":1,"1517":1,"1518":1,"1519":1,"1520":1,"1521":1,"1522":1,"1523":1,"1524":1,"1525":1,"1526":1,"1527":1,"1528":1,"1529":1,"1530":1,"1531":1,"1532":1,"1533":1,"1534":1,"1535":1,"1536":1,"1537":1,"1538":1,"1539":1,"1540":1,"1541":1,"1542":1,"1543":1,"1547":1,"1548":1,"1549":1,"1550":1,"1551":1,"1552":1,"1553":1,"1554":1,"1555":1,"1556":1,"1557":1,"1558":1,"1559":1,"1560":1,"1561":1,"1562":1,"1563":1,"1564":1,"1565":1,"1566":1,"1567":1,"1571":1,"1572":1,"1573":1,"1574":1,"1575":1,"1576":1,"1577":1,"1578":1,"1579":1,"1580":1,"1581":1,"1582":1,"1583":1,"1584":1,"1585":1,"1586":1,"1587":1,"1588":1,"1589":1,"1590":1,"1591":1,"1592":1,"1593":1,"1594":1,"1595":1,"1596":1,"1597":1,"1602":1,"1603":1,"1604":1,"1605":1,"1606":1,"1607":1,"1608":1,"1609":1,"1610":1,"1611":1,"1612":1,"1613":1,"1614":1,"1615":1,"1616":1,"1617":1,"1618":1,"1619":1,"1620":1,"1621":1,"1622":1,"1623":1,"1624":1,"1625":1,"1626":1,"1631":1,"1632":1,"1633":1,"1634":1,"1635":1,"1636":1,"1637":1,"1638":1,"1639":1,"1640":1,"1641":1,"1642":1,"1643":1,"1644":1,"1645":1,"1646":1,"1647":1,"1648":1,"1649":1,"1650":1,"1651":1,"1652":1,"1653":1,"1654":1,"1655":1,"1656":1,"1657":1,"1658":1,"1659":1,"1660":1,"1664":1,"1665":1,"1666":1,"1667":1,"1668":1,"1669":1,"1670":1,"1671":1,"1672":1,"1673":1,"1674":1,"1675":1,"1676":1,"1677":1,"1678":1,"1679":1,"1680":1,"1681":1,"1682":1,"1683":1,"1684":1,"1685":1,"1686":1,"1687":1,"1688":1,"1689":1,"1690":1,"1691":1,"1692":1,"1693":1,"1694":1,"1752":1,"1753":1,"1754":1,"1755":1,"1756":1,"1757":1,"1758":1,"1759":1,"1760":1,"1761":1,"1762":1,"1763":1,"1764":1,"1765":1,"1766":1,"1767":1,"1768":1,"1769":1,"1770":1,"1771":1,"1772":1,"1776":1,"1777":1,"1778":1,"1779":1,"1780":1,"1781":1,"1782":1,"1783":1,"1784":1,"1785":1,"1786":1,"1787":1,"1788":1,"1789":1,"1790":1,"1791":1,"1792":1,"1793":1,"1794":1,"1795":1,"1796":1,"1797":1,"1798":1,"1799":1,"1800":1,"1801":1,"1802":1,"1803":1,"1804":1,"1805":1,"1809":1,"1810":1,"1811":1,"1812":1,"1813":1,"1814":1,"1815":1,"1816":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1822":1,"1823":1,"1824":1,"1825":1,"1826":1,"1827":1,"1828":1,"1829":1,"1830":1,"1834":1,"1835":1,"1836":1,"1837":1,"1838":1,"1839":1,"1840":1,"1841":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1847":1,"1848":1,"1849":1,"1850":1,"1851":1,"1852":1,"1853":1,"1854":1,"1855":1,"1858":1,"1859":1,"1860":1,"1861":1,"1862":1,"1863":1,"1864":1,"1865":1,"1866":1,"1867":1,"1868":1,"1869":1,"1870":1,"1871":1,"1872":1,"1873":1,"1874":1,"1875":1,"1876":1,"1877":1,"1878":1,"1882":1,"1883":1,"1884":1,"1885":1,"1886":1,"1887":1,"1888":1,"1889":1,"1890":1,"1891":1,"1892":1,"1893":1,"1894":1,"1895":1,"1896":1,"1897":1,"1898":1,"1899":1,"1900":1,"1901":1,"1902":1,"1903":1,"1904":1,"1905":1,"1906":1,"1907":1,"1924":1,"1925":1,"1926":1,"1927":1,"1928":1,"1929":1,"1930":1,"1931":1,"1932":1,"1933":1,"1934":1,"1935":1,"1936":1,"1937":1,"1938":1,"1939":1,"1940":1,"1941":1,"1942":1,"1943":1,"1944":1,"1945":1,"1946":1,"1947":1,"1948":1,"1949":1,"1950":1,"1951":1,"1952":1,"1953":1,"1954":1,"1955":1,"1956":1,"1957":1,"1958":1,"1962":1,"1963":1,"1964":1,"1965":1,"1966":1,"1967":1,"1968":1,"1969":1,"1970":1,"1971":1,"1972":1,"1973":1,"1974":1,"1975":1,"1976":1,"1977":1,"1978":1,"1979":1,"1980":1,"1981":1,"1982":1,"1983":1,"1984":1,"1985":1,"1986":1,"1987":1,"1988":1,"1989":1,"1990":1,"1991":1,"1992":1,"1993":1,"1994":1,"1995":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1,"2019":1,"2020":1,"2021":1,"2022":1,"2023":1,"2024":1,"2025":1,"2026":1,"2027":1,"2028":1,"2029":1,"2030":1,"2031":1,"2032":1,"2033":1,"2034":1,"2035":1,"2036":1,"2037":1,"2038":1,"2039":1,"2040":1,"2041":1,"2042":1,"2046":1,"2047":1,"2048":1,"2049":1,"2050":1,"2051":1,"2052":1,"2053":1,"2054":1,"2055":1,"2056":1,"2057":1,"2058":1,"2059":1,"2060":1,"2061":1,"2062":1,"2063":1,"2064":1,"2065":1,"2066":1,"2067":1,"2068":1,"2069":1,"2070":1,"2071":1,"2072":1,"2073":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2082":1,"2083":1,"2084":1,"2085":1,"2086":1,"2087":1,"2088":1,"2089":1,"2090":1,"2091":1,"2092":1,"2093":1,"2094":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2103":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2109":1,"2113":1,"2114":1,"2115":1,"2116":1,"2117":1,"2118":1,"2119":1,"2120":1,"2124":1,"2125":1,"2126":1,"2127":1,"2128":1,"2129":1,"2130":1,"2131":1,"2132":1,"2133":1,"2134":1,"2135":1,"2136":1,"2137":1,"2138":1,"2139":1,"2140":1,"2141":1,"2142":1,"2143":1,"2144":1,"2145":1,"2146":1,"2147":1,"2148":1,"2149":1,"2150":1,"2151":1,"2152":1,"2153":1,"2154":1,"2155":1,"2156":1,"2160":1,"2161":1,"2162":1,"2163":1,"2164":1,"2165":1,"2166":1,"2167":1,"2168":1,"2169":1,"2170":1,"2171":1,"2172":1,"2173":1,"2174":1,"2175":1,"2176":1,"2177":1,"2178":1,"2179":1,"2180":1,"2181":1,"2182":1,"2183":1,"2184":1,"2185":1,"2186":1,"2187":1,"2199":1,"2200":1,"2201":1,"2202":1,"2203":1,"2204":1,"2205":1,"2206":1,"2207":1,"2208":1,"2209":1,"2210":1,"2211":1,"2212":1,"2213":1,"2214":1,"2215":1,"2216":1,"2217":1,"2218":1,"2219":1,"2220":1,"2221":1,"2222":1,"2223":1,"2224":1,"2225":1,"2226":1,"2227":1,"2228":1,"2229":1,"2230":1,"2231":1,"2232":1,"2233":1,"2234":1,"2235":1,"2236":1,"2241":1,"2242":1,"2243":1,"2244":1,"2245":1,"2246":1,"2247":1,"2248":1,"2249":1,"2250":1,"2251":1,"2252":1,"2253":1,"2254":1,"2255":1,"2256":1,"2257":1,"2258":1,"2259":1,"2260":1,"2261":1,"2262":1,"2263":1,"2264":1,"2265":1,"2266":1,"2267":1,"2268":1,"2269":1,"2270":1,"2271":1,"2272":1,"2276":1,"2277":1,"2278":1,"2279":1,"2280":1,"2281":1,"2282":1,"2283":1,"2284":1,"2285":1,"2286":1,"2287":1,"2288":1,"2289":1,"2290":1,"2291":1,"2292":1,"2293":1,"2294":1,"2295":1,"2296":1,"2297":1,"2298":1,"2299":1,"2300":1,"2301":1,"2307":1,"2308":1,"2309":1,"2310":1,"2311":1,"2312":1,"2313":1,"2314":1,"2315":1,"2316":1,"2317":1,"2318":1,"2319":1,"2320":1,"2321":1,"2322":1,"2323":1,"2324":1,"2325":1,"2326":1,"2327":1,"2328":1,"2334":1,"2335":1,"2336":1,"2337":1,"2338":1,"2339":1,"2340":1,"2341":1,"2342":1,"2343":1,"2344":1,"2345":1,"2346":1,"2347":1,"2348":1,"2349":1,"2350":1,"2351":1,"2352":1,"2353":1,"2354":1,"2355":1,"2356":1,"2357":1,"2358":1,"2359":1,"2360":1,"2361":1,"2362":1,"2363":1,"2364":1,"2365":1,"2366":1,"2367":1,"2370":1,"2371":1,"2372":1,"2373":1,"2374":1,"2375":1,"2376":1,"2377":1,"2378":1,"2379":1,"2380":1,"2381":1,"2382":1,"2383":1,"2384":1,"2385":1,"2386":1,"2387":1,"2388":1,"2389":1,"2390":1,"2391":1,"2392":1,"2393":1,"2394":1,"2395":1,"2396":1,"2400":1,"2401":1,"2402":1,"2403":1,"2404":1,"2405":1,"2406":1,"2407":1,"2408":1,"2409":1,"2410":1,"2411":1,"2412":1,"2413":1,"2414":1,"2415":1,"2416":1,"2417":1,"2418":1,"2419":1,"2420":1,"2421":1,"2422":1,"2423":1,"2424":1,"2425":1,"2426":1,"2427":1,"2428":1,"2429":1,"2430":1,"2431":1,"2435":1,"2436":1,"2437":1,"2438":1,"2439":1,"2440":1,"2441":1,"2442":1,"2443":1,"2444":1,"2445":1,"2446":1,"2447":1,"2448":1,"2449":1,"2450":1,"2451":1,"2452":1,"2453":1,"2454":1,"2455":1,"2456":1,"2457":1,"2461":1,"2462":1,"2463":1,"2464":1,"2465":1,"2466":1,"2467":1,"2468":1,"2469":1,"2470":1,"2471":1,"2472":1,"2473":1,"2474":1,"2475":1,"2476":1,"2477":1,"2488":1,"2489":1,"2490":1,"2491":1,"2492":1,"2493":1,"2494":1,"2495":1,"2496":1,"2497":1,"2498":1,"2499":1,"2500":1,"2501":1,"2502":1,"2503":1,"2504":1,"2505":1,"2506":1,"2507":1,"2508":1,"2509":1,"2510":1,"2511":1,"2512":1,"2513":1,"2514":1,"2515":1,"2516":1,"2517":1,"2518":1,"2519":1,"2522":1,"2523":1,"2524":1,"2525":1,"2526":1,"2527":1,"2528":1,"2529":1,"2530":1,"2531":1,"2532":1,"2533":1,"2534":1,"2535":1,"2536":1,"2537":1,"2538":1,"2539":1,"2540":1,"2541":1,"2542":1,"2543":1,"2544":1,"2545":1,"2546":1,"2547":1,"2548":1,"2549":1,"2550":1,"2551":1,"2552":1,"2553":1,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1,"2576":1,"2577":1,"2578":1,"2579":1,"2580":1,"2581":1,"2582":1,"2583":1,"2584":1,"2585":1,"2586":1,"2587":1,"2588":1,"2589":1,"2590":1,"2591":1,"2592":1,"2593":1,"2594":1,"2595":1,"2596":1,"2597":1,"2598":1,"2599":1,"2600":1},"2":{"0":106,"10":1,"22":1,"53":9,"54":1,"61":1,"100":1,"105":1,"110":1,"119":1,"121":3,"126":2,"135":1,"142":1,"152":3,"161":1,"165":2,"166":1,"177":2,"178":1,"179":1,"180":1,"181":1,"184":6,"185":1,"186":2,"187":1,"205":1,"207":1,"210":2,"211":2,"213":1,"515":2,"603":1,"624":1,"627":3,"691":1,"753":2,"931":1,"959":1,"1105":1,"1164":1,"1350":1,"1408":2,"1488":1,"1576":1,"1607":1,"1911":1,"1929":1,"2051":1,"2196":2,"2375":1,"2482":1,"2483":1,"2581":1,"2601":1,"2602":1,"2604":2,"2620":1,"2648":9,"2649":2,"2651":1}}],["at",{"0":{"775":1,"1074":1,"1466":1},"2":{"0":62,"22":1,"23":1,"27":2,"30":1,"31":1,"36":1,"62":1,"75":2,"76":1,"78":1,"82":2,"85":1,"96":1,"98":1,"104":4,"105":3,"106":6,"107":5,"110":2,"121":3,"131":3,"138":2,"141":2,"144":1,"145":1,"146":3,"151":1,"162":1,"164":1,"190":2,"191":1,"192":1,"198":2,"200":1,"299":2,"346":2,"374":3,"577":1,"578":1,"584":1,"691":1,"705":1,"757":10,"758":4,"764":1,"775":2,"794":3,"802":1,"924":1,"940":1,"951":1,"967":1,"969":1,"982":2,"985":1,"988":1,"990":1,"1058":2,"1061":1,"1114":1,"1139":1,"1235":1,"1358":1,"1360":1,"1373":1,"1402":1,"1481":1,"1497":1,"1527":1,"1569":1,"1584":1,"1586":1,"1600":1,"1616":1,"1791":1,"1862":1,"1865":1,"1879":1,"1922":1,"1977":1,"2059":1,"2061":1,"2074":1,"2091":1,"2127":1,"2237":1,"2239":1,"2253":1,"2268":1,"2302":1,"2368":1,"2384":1,"2459":1,"2478":1,"2481":2,"2484":1,"2537":1,"2590":1,"2609":1,"2616":1,"2617":1,"2618":1,"2619":2,"2623":4,"2625":1,"2640":4,"2649":2}}],["apart",{"2":{"2629":1,"2632":1}}],["april",{"2":{"1323":1}}],["apt",{"2":{"28":2}}],["app",{"2":{"52":1,"53":2,"54":1,"56":2,"57":4}}],["apps",{"2":{"50":1,"162":1}}],["appbundle",{"2":{"29":1}}],["apparent",{"2":{"23":1,"106":5,"396":2}}],["appealing",{"2":{"1856":1}}],["appear",{"2":{"0":1,"8":1,"625":1,"794":2}}],["appearance",{"2":{"0":1,"1435":1}}],["append",{"2":{"11":2,"76":1,"139":1,"152":1,"1856":2}}],["appending",{"0":{"11":1}}],["approach",{"2":{"92":1,"1404":1,"2623":1,"2624":1}}],["appropriately",{"2":{"0":1,"982":1,"2627":1}}],["appropriate",{"2":{"0":1,"14":1,"67":1,"98":1,"106":1,"287":1,"334":1,"1856":1,"2304":1,"2623":1}}],["approximate",{"2":{"191":2,"585":1}}],["approximated",{"2":{"18":1}}],["approximately",{"2":{"0":1,"844":1,"1914":1,"2158":1}}],["approximating",{"2":{"0":2,"976":1}}],["apple",{"2":{"106":1}}],["application",{"2":{"69":1,"2618":1}}],["applications",{"2":{"53":1,"383":1}}],["applicable",{"2":{"0":45,"16":2,"70":1,"74":1,"691":1,"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1428":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2324":1,"2360":1,"2391":1,"2428":1,"2454":1,"2483":1,"2515":1,"2545":1,"2597":1}}],["applies",{"2":{"0":53,"62":1,"67":1,"82":1,"149":1,"299":1,"346":1,"578":1,"932":1,"960":1,"996":1,"1015":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1415":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1954":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2232":1,"2243":1,"2309":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1}}],["applied",{"2":{"0":5,"62":1,"68":1,"69":1,"76":1,"128":1,"150":1,"169":1,"190":1,"1288":1,"1314":1,"1437":1,"1661":1,"2601":1,"2613":1,"2639":1,"2649":1}}],["applying",{"0":{"1439":1},"2":{"69":1,"764":1}}],["apply",{"2":{"0":12,"68":2,"70":1,"74":1,"106":1,"119":1,"140":1,"158":3,"190":1,"1006":1,"1681":1,"1686":1,"2118":1,"2484":1,"2613":1,"2640":1,"2644":3}}],["api",{"0":{"0":1,"1290":1},"2":{"0":3,"31":2,"35":1,"36":2,"41":2,"53":1,"76":1,"161":2,"162":4,"167":2,"516":1,"1282":1,"1290":1}}],["analysis",{"2":{"2624":1,"2630":1}}],["annulus",{"2":{"2304":1}}],["annotate",{"2":{"106":1}}],["annotations",{"2":{"0":11}}],["anew",{"2":{"212":1}}],["answers",{"2":{"200":1}}],["anchor",{"2":{"121":1,"2189":1}}],["anisotropy",{"2":{"34":1}}],["anisotropy=input",{"2":{"34":1}}],["animating",{"0":{"12":1}}],["animations",{"0":{"7":1,"10":1,"35":1,"85":1},"1":{"8":1,"9":1,"10":1,"11":1,"12":1},"2":{"7":1,"49":1,"85":1,"134":2,"161":1,"196":1}}],["animation",{"2":{"0":1,"8":7,"10":4,"11":2,"35":4,"152":2,"921":1,"2644":3}}],["animate",{"2":{"0":3,"10":1,"12":1,"2644":1}}],["animated",{"2":{"0":1,"7":1}}],["another",{"0":{"97":1},"2":{"0":1,"12":1,"28":1,"55":1,"136":1,"137":1,"139":1,"148":1,"191":2,"208":1,"234":1,"579":1,"1402":1,"2618":1,"2635":1,"2646":1}}],["angularticks",{"2":{"831":1}}],["angular",{"2":{"0":2,"754":2,"809":1,"831":1,"1762":1}}],["angle",{"2":{"0":30,"33":1,"35":2,"62":1,"66":1,"374":1,"379":1,"748":1,"750":1,"751":2,"789":1,"794":2,"817":1,"951":4,"967":1,"972":2,"1015":1,"1358":1,"1363":2,"1584":1,"1589":2,"2059":1,"2064":2,"2604":3,"2611":4,"2644":2}}],["angles",{"2":{"0":10,"22":1,"35":3,"62":2,"159":1,"751":1,"1584":1,"2274":5,"2304":10,"2459":3,"2644":3}}],["anticlockwise",{"2":{"1916":1}}],["antialias",{"2":{"16":6}}],["anti",{"2":{"0":43,"14":1,"22":1,"933":1,"961":1,"983":2,"998":1,"1036":1,"1075":1,"1173":1,"1209":1,"1243":1,"1300":1,"1352":1,"1384":1,"1416":1,"1490":1,"1519":1,"1552":1,"1569":1,"1578":1,"1600":1,"1609":1,"1640":1,"1673":1,"1754":1,"1783":1,"1812":1,"1837":1,"1890":1,"1916":1,"1922":1,"1933":1,"1969":1,"2026":1,"2053":1,"2083":1,"2133":1,"2168":1,"2209":1,"2246":1,"2313":1,"2342":1,"2377":1,"2410":1,"2442":1,"2497":1,"2529":1,"2583":1}}],["anywhere",{"2":{"585":1}}],["anymore",{"2":{"31":1,"148":1,"2623":1}}],["anything",{"2":{"0":6,"57":1,"62":3,"76":1,"290":1,"337":1,"1773":1,"2462":1,"2626":1}}],["any",{"2":{"0":212,"8":1,"14":1,"17":1,"22":2,"27":1,"37":1,"44":1,"52":1,"56":2,"62":1,"64":1,"73":1,"74":1,"75":1,"76":1,"83":4,"97":2,"98":1,"105":1,"106":1,"107":3,"113":1,"118":1,"119":1,"124":1,"135":1,"137":1,"149":1,"150":2,"151":2,"152":1,"153":1,"155":2,"162":1,"165":2,"167":2,"186":1,"215":1,"239":1,"248":1,"266":1,"287":1,"299":2,"313":1,"334":1,"346":2,"704":1,"720":1,"835":1,"928":2,"930":1,"934":1,"942":1,"956":2,"958":1,"962":1,"971":1,"993":2,"995":1,"999":1,"1008":1,"1030":2,"1032":1,"1037":1,"1043":1,"1065":2,"1067":1,"1077":1,"1089":1,"1168":2,"1170":1,"1174":1,"1189":1,"1204":2,"1206":1,"1210":1,"1225":1,"1282":1,"1294":1,"1296":2,"1298":1,"1301":1,"1308":1,"1347":2,"1349":1,"1353":1,"1362":1,"1378":2,"1380":1,"1385":1,"1392":1,"1408":1,"1412":2,"1414":1,"1417":1,"1423":1,"1444":2,"1446":1,"1447":1,"1448":1,"1453":1,"1485":2,"1487":1,"1491":1,"1499":1,"1514":2,"1516":1,"1520":1,"1528":1,"1548":2,"1550":1,"1553":1,"1559":1,"1573":2,"1575":1,"1579":1,"1588":1,"1604":2,"1606":1,"1610":1,"1618":1,"1629":1,"1634":2,"1636":1,"1641":1,"1647":1,"1667":2,"1669":1,"1674":1,"1679":1,"1778":2,"1780":1,"1784":1,"1792":1,"1884":2,"1886":1,"1891":1,"1898":1,"1926":2,"1928":1,"1936":1,"1941":1,"1964":2,"1966":1,"1970":1,"1979":1,"1996":1,"2020":2,"2022":1,"2027":1,"2032":1,"2048":2,"2050":1,"2054":1,"2063":1,"2091":1,"2127":1,"2128":2,"2130":1,"2135":1,"2144":1,"2163":2,"2165":1,"2169":1,"2175":1,"2202":2,"2204":1,"2212":1,"2219":1,"2311":1,"2312":1,"2372":2,"2374":1,"2378":1,"2386":1,"2404":2,"2406":1,"2411":1,"2419":1,"2438":2,"2440":1,"2443":1,"2449":1,"2464":2,"2466":1,"2467":1,"2468":1,"2491":2,"2493":1,"2499":1,"2506":1,"2524":2,"2526":1,"2530":1,"2538":1,"2578":2,"2580":1,"2584":1,"2592":1,"2601":1,"2602":1,"2613":1,"2623":2,"2637":1,"2644":1}}],["and",{"0":{"16":1,"22":1,"31":1,"32":1,"49":1,"65":1,"102":1,"105":1,"106":1,"107":1,"111":1,"129":1,"130":1,"205":1,"215":1,"216":1,"219":1,"574":1,"582":1,"583":1,"584":1,"753":1,"845":1,"1404":1,"1629":1,"1910":1,"2000":1,"2482":1,"2619":1,"2623":1,"2640":1,"2642":1,"2644":1},"1":{"17":1,"18":1,"19":1,"20":1,"23":1,"24":1,"25":1,"66":1,"67":1,"68":1,"69":1,"70":1,"71":1,"106":1,"107":1,"575":1,"576":1,"577":1,"578":1},"2":{"0":618,"1":1,"4":1,"7":1,"10":2,"11":2,"12":2,"13":3,"14":3,"15":2,"16":1,"18":2,"21":1,"22":4,"23":3,"24":1,"27":2,"29":2,"30":7,"31":11,"34":4,"35":2,"36":2,"37":3,"39":3,"40":1,"41":6,"42":1,"44":2,"46":1,"48":1,"49":1,"50":4,"51":2,"53":8,"54":1,"55":2,"56":4,"58":2,"61":2,"62":17,"64":1,"67":3,"68":6,"69":6,"70":3,"71":9,"72":2,"73":2,"74":5,"75":4,"76":4,"77":1,"78":2,"79":2,"80":7,"81":3,"82":21,"83":7,"84":1,"85":1,"92":1,"94":1,"97":1,"98":4,"99":1,"100":2,"102":1,"104":2,"105":8,"106":16,"107":12,"109":1,"111":1,"115":1,"116":2,"118":1,"119":3,"120":1,"121":8,"124":2,"126":6,"128":1,"130":1,"131":1,"132":3,"133":2,"134":4,"136":1,"137":2,"138":4,"139":5,"140":2,"141":3,"142":1,"144":3,"146":1,"147":3,"149":1,"150":2,"151":5,"152":13,"153":3,"155":6,"157":1,"158":2,"159":2,"161":4,"162":8,"163":2,"164":2,"165":2,"168":2,"176":1,"178":2,"179":1,"180":2,"186":2,"188":1,"190":9,"191":3,"192":1,"195":1,"196":2,"199":1,"200":6,"205":2,"206":1,"207":1,"210":2,"211":2,"212":2,"213":1,"216":1,"217":1,"218":3,"219":2,"222":3,"234":7,"242":1,"252":1,"269":1,"287":5,"290":3,"291":1,"294":1,"299":3,"301":1,"316":1,"334":5,"337":3,"338":1,"341":1,"346":3,"348":1,"373":2,"374":2,"379":1,"382":2,"383":1,"384":3,"392":1,"515":3,"524":1,"531":1,"556":1,"559":1,"574":1,"577":5,"578":2,"579":1,"580":4,"581":2,"582":2,"583":2,"584":1,"585":5,"588":1,"603":4,"623":2,"624":1,"625":3,"626":3,"627":3,"628":3,"633":1,"639":1,"655":1,"666":1,"668":1,"683":1,"720":5,"748":2,"750":1,"751":6,"752":2,"753":4,"754":6,"756":2,"761":1,"769":1,"770":1,"794":2,"838":1,"844":1,"845":1,"848":1,"863":2,"871":1,"874":1,"879":1,"891":1,"905":1,"929":1,"930":1,"932":2,"940":1,"943":1,"947":1,"957":1,"958":1,"960":2,"967":1,"969":1,"973":1,"978":1,"982":6,"985":2,"988":2,"989":3,"990":1,"992":2,"994":1,"995":1,"996":2,"997":1,"1007":1,"1010":1,"1011":1,"1015":1,"1019":1,"1020":1,"1024":1,"1031":1,"1032":1,"1034":2,"1035":1,"1045":1,"1046":1,"1052":1,"1053":1,"1058":3,"1066":1,"1067":1,"1069":2,"1090":1,"1096":1,"1139":1,"1163":1,"1164":2,"1167":1,"1169":1,"1170":1,"1171":2,"1185":1,"1191":1,"1195":1,"1200":1,"1203":1,"1205":1,"1206":1,"1207":2,"1221":1,"1227":1,"1231":1,"1235":1,"1236":2,"1240":2,"1249":1,"1250":1,"1254":1,"1282":6,"1284":1,"1286":1,"1287":1,"1288":2,"1289":1,"1290":1,"1294":1,"1297":1,"1298":1,"1299":2,"1310":1,"1317":1,"1348":1,"1349":1,"1351":2,"1358":1,"1360":1,"1364":1,"1368":1,"1374":4,"1379":1,"1380":1,"1382":2,"1393":1,"1397":1,"1402":9,"1404":2,"1405":1,"1406":1,"1407":2,"1408":3,"1413":1,"1414":1,"1415":2,"1424":1,"1428":1,"1432":1,"1434":2,"1435":2,"1438":1,"1442":2,"1443":1,"1445":1,"1446":1,"1457":1,"1473":4,"1481":1,"1486":1,"1487":1,"1489":2,"1497":1,"1500":1,"1504":1,"1510":1,"1515":1,"1516":1,"1518":2,"1527":1,"1530":1,"1535":1,"1544":1,"1545":1,"1549":1,"1550":1,"1551":2,"1560":1,"1564":1,"1569":3,"1574":1,"1575":1,"1577":2,"1584":1,"1586":1,"1590":1,"1594":1,"1600":3,"1605":1,"1606":1,"1608":2,"1616":1,"1619":1,"1623":1,"1635":1,"1636":1,"1638":2,"1639":1,"1649":1,"1650":1,"1656":1,"1657":1,"1668":1,"1669":1,"1671":2,"1672":1,"1682":1,"1683":1,"1686":1,"1690":1,"1691":1,"1753":2,"1760":1,"1766":1,"1773":2,"1779":1,"1780":1,"1782":2,"1791":1,"1794":1,"1799":1,"1809":1,"1811":2,"1822":1,"1825":1,"1831":3,"1832":1,"1834":1,"1836":2,"1847":1,"1850":1,"1856":13,"1885":1,"1886":1,"1888":2,"1899":1,"1903":1,"1910":1,"1911":2,"1912":2,"1914":5,"1915":5,"1916":1,"1917":4,"1919":1,"1922":3,"1927":1,"1928":1,"1930":2,"1932":1,"1944":2,"1946":1,"1951":1,"1954":1,"1959":1,"1963":1,"1965":1,"1966":1,"1968":2,"1986":1,"1990":1,"1996":1,"2016":1,"2021":1,"2022":1,"2023":2,"2035":1,"2039":1,"2049":1,"2050":1,"2052":2,"2059":1,"2061":1,"2065":1,"2069":1,"2082":2,"2090":1,"2091":1,"2094":1,"2118":4,"2129":1,"2130":1,"2132":2,"2147":1,"2152":1,"2157":1,"2164":1,"2165":1,"2166":2,"2167":1,"2176":1,"2177":1,"2183":1,"2184":1,"2189":1,"2191":1,"2193":1,"2194":2,"2196":3,"2197":1,"2203":1,"2204":1,"2205":2,"2221":1,"2228":1,"2231":1,"2232":1,"2243":2,"2252":1,"2253":1,"2260":1,"2274":1,"2276":2,"2302":3,"2304":2,"2305":2,"2309":2,"2311":1,"2312":1,"2319":1,"2320":1,"2324":1,"2327":1,"2339":2,"2351":1,"2360":1,"2368":1,"2373":1,"2374":1,"2376":2,"2384":1,"2387":1,"2391":1,"2405":1,"2406":1,"2407":2,"2408":1,"2420":1,"2421":1,"2427":1,"2428":1,"2439":1,"2440":1,"2441":2,"2450":1,"2454":1,"2458":1,"2459":2,"2465":1,"2466":1,"2478":3,"2480":1,"2481":1,"2482":1,"2483":3,"2484":2,"2485":5,"2486":2,"2490":1,"2492":1,"2493":1,"2494":2,"2495":1,"2496":1,"2507":1,"2508":1,"2514":1,"2515":1,"2518":1,"2520":1,"2525":1,"2526":1,"2528":2,"2537":1,"2540":1,"2545":1,"2554":1,"2579":1,"2580":1,"2582":2,"2590":1,"2593":1,"2597":1,"2601":3,"2603":4,"2604":8,"2605":5,"2609":1,"2613":2,"2615":1,"2616":2,"2617":6,"2618":1,"2619":6,"2620":2,"2621":2,"2622":1,"2623":16,"2624":1,"2625":9,"2626":4,"2627":3,"2629":2,"2630":1,"2631":1,"2632":1,"2633":1,"2634":1,"2638":1,"2639":2,"2640":8,"2642":2,"2643":1,"2644":11,"2646":2,"2649":3,"2652":1}}],["an",{"0":{"202":1,"203":1,"625":1,"626":1,"750":1},"2":{"0":109,"1":1,"8":2,"10":1,"11":1,"13":1,"19":1,"20":1,"21":1,"26":1,"27":4,"29":1,"30":1,"31":4,"37":2,"38":1,"39":3,"51":2,"52":1,"53":5,"54":1,"61":2,"62":3,"64":1,"73":1,"75":1,"76":1,"77":1,"80":4,"82":6,"91":1,"96":2,"98":2,"100":1,"104":1,"105":6,"106":4,"107":1,"110":2,"115":1,"119":1,"121":3,"124":2,"125":1,"129":2,"131":1,"132":1,"133":1,"134":2,"135":1,"138":2,"139":1,"141":2,"142":1,"146":2,"147":1,"151":3,"152":3,"155":3,"157":1,"158":3,"159":1,"160":1,"162":2,"165":2,"167":2,"168":1,"177":1,"181":1,"187":1,"189":1,"191":4,"195":2,"198":1,"200":1,"203":1,"208":2,"209":1,"210":1,"214":1,"215":1,"216":1,"217":3,"218":2,"222":1,"299":1,"346":1,"373":1,"383":1,"384":1,"516":1,"575":1,"577":1,"578":4,"582":1,"585":1,"623":1,"624":1,"625":1,"626":2,"628":2,"720":2,"748":3,"749":1,"750":2,"751":1,"754":1,"908":2,"982":1,"1010":1,"1045":1,"1073":1,"1104":1,"1185":2,"1221":2,"1248":5,"1377":1,"1404":1,"1434":1,"1442":1,"1461":1,"1474":1,"1510":1,"1544":1,"1629":1,"1649":1,"1682":1,"1831":2,"1856":1,"1883":1,"1913":1,"1915":1,"1917":3,"1918":1,"1944":1,"2017":1,"2091":1,"2113":1,"2157":1,"2162":1,"2176":1,"2194":1,"2197":1,"2262":1,"2274":1,"2302":1,"2311":1,"2312":1,"2318":2,"2327":1,"2420":1,"2478":1,"2482":4,"2483":1,"2484":1,"2485":2,"2486":1,"2490":1,"2507":1,"2520":1,"2601":1,"2604":5,"2605":2,"2616":1,"2617":1,"2618":3,"2619":3,"2623":6,"2629":1,"2630":1,"2632":1,"2633":1,"2640":3,"2642":1,"2644":5,"2649":2}}],["army",{"2":{"2662":1}}],["arm+hand",{"2":{"2644":1}}],["arm",{"2":{"30":2,"35":14,"2644":14}}],["article",{"2":{"27":1,"199":1}}],["artifacts",{"0":{"1569":1,"1600":1,"1922":1},"2":{"0":1,"1569":3,"1600":3,"1922":3,"1931":1}}],["arbitrary",{"2":{"0":1,"56":2,"105":1,"111":1,"579":1,"752":1,"1164":1,"1200":1,"2274":1}}],["arbitrarily",{"2":{"0":1,"102":1}}],["argmax",{"2":{"167":1}}],["arg1",{"2":{"151":1}}],["argtypes",{"2":{"151":2}}],["argtuple",{"2":{"0":1}}],["arg",{"2":{"0":1,"1285":3,"1861":1}}],["args",{"2":{"0":18,"56":3,"66":1,"67":4,"141":5,"143":5,"148":3,"151":4,"168":2,"2201":1,"2485":3,"2486":1}}],["argument",{"0":{"67":1,"149":1,"150":2},"2":{"0":20,"8":2,"20":2,"24":1,"64":1,"74":1,"76":1,"83":1,"101":1,"104":1,"135":1,"137":1,"138":3,"140":1,"142":1,"148":3,"150":5,"151":7,"152":4,"153":1,"155":1,"203":1,"215":1,"217":1,"623":1,"625":1,"810":1,"1288":1,"1402":2,"1405":1,"1407":1,"1879":1,"1917":1,"1996":1,"2225":1,"2304":1,"2628":1}}],["arguments`",{"2":{"167":1}}],["arguments",{"0":{"142":1,"149":1,"165":1,"166":1,"167":1,"1141":1,"1142":1,"2647":1},"2":{"0":80,"14":2,"16":1,"22":3,"31":1,"49":1,"61":1,"62":2,"66":1,"67":4,"74":2,"75":2,"100":1,"119":1,"142":3,"147":1,"148":3,"149":8,"150":2,"151":1,"152":2,"158":1,"164":1,"165":4,"166":2,"167":5,"168":3,"178":1,"205":1,"217":1,"626":1,"691":1,"750":2,"951":1,"1104":1,"1258":1,"1456":1,"1513":1,"1773":1,"1777":1,"1856":1,"2196":2,"2329":1,"2523":1,"2620":1,"2644":1,"2647":2,"2648":2}}],["arrangement",{"2":{"2623":1}}],["arranged",{"2":{"0":1}}],["arrays",{"2":{"0":2,"75":1,"139":1,"150":1,"1282":2,"1286":1,"1629":1}}],["array",{"2":{"0":23,"36":1,"53":3,"54":4,"75":1,"82":2,"138":1,"151":1,"155":1,"165":2,"628":3,"982":1,"1282":2,"1287":2,"1312":1,"1377":1,"1629":1,"1856":31,"1883":1,"1944":1,"2478":2,"2482":2,"2483":1,"2485":1,"2486":1,"2649":2,"2652":1}}],["arrowpos",{"2":{"66":2}}],["arrowtail",{"0":{"990":1},"2":{"0":1}}],["arrowheads",{"2":{"0":1,"992":1}}],["arrowhead",{"0":{"988":1},"2":{"0":1}}],["arrowcolor",{"0":{"987":1},"2":{"0":2,"983":3,"992":1}}],["arrowsize",{"0":{"989":1},"2":{"0":2,"983":4,"989":1}}],["arrows",{"0":{"982":1,"1698":1},"1":{"983":1,"984":1,"985":1,"986":1,"987":1,"988":1,"989":1,"990":1,"991":1,"992":1,"993":1,"994":1,"995":1,"996":1,"997":1,"998":1,"999":1,"1000":1,"1001":1,"1002":1,"1003":1,"1004":1,"1005":1,"1006":1,"1007":1,"1008":1,"1009":1,"1010":1,"1011":1,"1012":1,"1013":1,"1014":1,"1015":1,"1016":1,"1017":1,"1018":1,"1019":1,"1020":1,"1021":1,"1022":1,"1023":1},"2":{"0":21,"66":2,"982":10,"983":5,"985":2,"1013":1,"2603":1}}],["arrow",{"0":{"713":1,"714":1,"2125":1,"2126":1},"2":{"0":15,"713":1,"714":1,"983":4,"985":1,"987":1,"988":1,"989":1,"990":1,"1004":1,"1005":1,"1007":1,"1013":1,"1015":1,"1915":3}}],["around",{"0":{"192":1},"2":{"0":46,"31":1,"53":1,"62":10,"74":1,"103":1,"138":1,"159":1,"211":1,"222":1,"396":1,"585":2,"691":1,"752":1,"1402":1,"1404":2,"1536":1,"1686":1,"1800":1,"1934":1,"1935":1,"1943":1,"1949":1,"1952":1,"1953":1,"1991":1,"1992":1,"2210":1,"2211":1,"2226":1,"2229":1,"2230":1,"2265":1,"2546":1,"2623":1,"2625":1,"2641":1,"2644":1}}],["aren",{"2":{"0":2,"1286":1,"2640":1}}],["area=1e",{"2":{"2274":1}}],["areas",{"2":{"56":3,"2625":1,"2639":1}}],["area",{"2":{"0":15,"37":1,"79":1,"107":1,"128":1,"131":1,"159":2,"213":1,"222":1,"585":1,"753":1,"756":3,"1944":1,"2194":1,"2274":1,"2330":1,"2356":3,"2459":2,"2462":2,"2605":1,"2623":1,"2639":1,"2641":1}}],["are",{"0":{"96":1,"97":1},"2":{"0":143,"1":1,"9":1,"13":1,"14":1,"16":1,"18":1,"22":1,"23":2,"31":7,"32":1,"35":1,"37":1,"39":1,"41":1,"51":1,"53":1,"59":2,"60":2,"62":2,"64":1,"67":2,"68":7,"69":1,"70":1,"71":1,"72":1,"75":2,"77":1,"79":1,"80":2,"81":2,"82":3,"83":6,"87":1,"97":1,"98":3,"102":4,"104":2,"105":2,"106":7,"107":2,"111":1,"121":4,"124":1,"126":3,"131":1,"134":3,"136":3,"137":1,"142":2,"147":1,"148":2,"149":1,"150":2,"151":2,"152":3,"155":2,"157":1,"158":1,"161":1,"162":5,"164":3,"167":1,"177":2,"184":1,"187":1,"190":3,"191":2,"192":2,"198":1,"205":1,"207":1,"212":1,"215":1,"217":1,"219":1,"234":2,"249":1,"264":1,"275":1,"279":1,"281":1,"287":2,"290":2,"298":1,"299":3,"301":1,"302":1,"311":1,"322":1,"326":1,"328":1,"334":2,"337":2,"345":1,"346":3,"348":1,"349":1,"373":1,"379":1,"382":3,"383":1,"411":1,"422":1,"425":1,"444":1,"455":1,"458":1,"475":1,"486":1,"489":1,"543":1,"563":1,"566":1,"574":1,"577":5,"578":2,"579":3,"580":1,"585":3,"598":1,"603":1,"624":1,"625":1,"626":1,"627":2,"628":1,"664":1,"669":1,"688":1,"691":2,"751":2,"752":1,"754":2,"756":2,"758":1,"789":1,"798":1,"802":1,"830":1,"845":1,"863":1,"940":1,"967":1,"968":1,"969":1,"982":6,"985":1,"1013":2,"1016":1,"1049":1,"1105":1,"1286":1,"1287":1,"1289":2,"1333":1,"1342":1,"1358":1,"1359":1,"1360":1,"1383":1,"1402":5,"1404":3,"1408":2,"1438":2,"1473":1,"1481":1,"1497":1,"1510":1,"1527":1,"1568":1,"1569":2,"1584":1,"1585":1,"1586":1,"1600":2,"1616":1,"1629":1,"1653":1,"1687":1,"1771":1,"1773":3,"1791":1,"1831":2,"1856":1,"1889":1,"1911":1,"1912":5,"1913":1,"1914":2,"1915":3,"1920":1,"1922":3,"2059":1,"2060":1,"2061":1,"2118":1,"2157":1,"2180":1,"2190":1,"2196":1,"2197":1,"2201":1,"2276":1,"2284":1,"2307":1,"2311":1,"2312":1,"2327":1,"2368":1,"2384":1,"2397":1,"2424":1,"2459":3,"2478":3,"2482":2,"2483":2,"2484":1,"2495":2,"2505":1,"2511":1,"2518":1,"2520":1,"2537":1,"2555":2,"2590":1,"2601":1,"2602":1,"2603":1,"2604":4,"2605":2,"2617":2,"2618":2,"2622":2,"2623":3,"2625":5,"2626":3,"2627":1,"2629":4,"2631":1,"2632":1,"2633":1,"2635":1,"2638":2,"2639":1,"2640":1,"2642":1,"2643":1,"2644":3,"2646":1,"2648":1,"2649":6,"2652":1,"2653":1,"2654":2}}],["architecture",{"2":{"30":1}}],["arcs",{"2":{"0":1}}],["arc",{"0":{"951":1,"1697":1},"1":{"952":1,"953":1,"954":1,"955":1,"956":1,"957":1,"958":1,"959":1,"960":1,"961":1,"962":1,"963":1,"964":1,"965":1,"966":1,"967":1,"968":1,"969":1,"970":1,"971":1,"972":1,"973":1,"974":1,"975":1,"976":1,"977":1,"978":1,"979":1,"980":1,"981":1},"2":{"0":21,"751":1,"951":6,"952":6,"976":1}}],["azimuth",{"0":{"374":1},"2":{"0":1,"196":1,"374":7,"2158":1}}],["asinh",{"2":{"1409":1}}],["asked",{"0":{"86":1},"1":{"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1,"98":1}}],["asap",{"2":{"53":1}}],["async=false",{"2":{"1285":1}}],["async",{"0":{"1294":1},"2":{"0":3,"1284":2,"1289":1}}],["ascii",{"2":{"0":1}}],["assemble",{"2":{"90":1,"144":1}}],["assets",{"2":{"56":1}}],["asset",{"2":{"56":2}}],["assetpath",{"2":{"31":1,"32":2,"33":1,"34":1,"35":2,"36":1,"57":1,"163":2,"189":1,"222":1,"373":1,"410":1,"443":1,"474":1,"1235":3,"1236":1,"1284":1,"1438":1,"1545":1,"1628":1,"1629":1,"1921":1,"2158":1,"2398":1,"2484":2,"2611":2,"2614":1,"2624":1,"2633":1,"2644":2}}],["assumes",{"2":{"98":1,"122":1}}],["assume",{"2":{"83":1,"87":1,"751":1}}],["assumed",{"2":{"0":3,"1402":1}}],["assuming",{"2":{"19":1}}],["assumption",{"2":{"0":2}}],["assigning",{"2":{"152":1}}],["assignment",{"2":{"141":1}}],["assigned",{"2":{"106":1}}],["assign",{"2":{"0":1,"56":1,"1341":1}}],["associated",{"2":{"0":61,"140":1,"155":2}}],["as",{"0":{"810":1},"2":{"0":160,"1":1,"8":5,"10":1,"12":1,"14":1,"15":1,"16":1,"18":1,"20":1,"22":2,"24":1,"26":1,"27":1,"30":1,"31":2,"37":1,"49":1,"51":3,"53":4,"55":2,"56":1,"57":2,"62":4,"64":1,"67":2,"68":4,"69":1,"73":3,"74":1,"75":3,"77":1,"78":3,"79":2,"80":4,"82":6,"83":2,"88":1,"90":1,"91":1,"97":2,"98":3,"99":2,"101":1,"102":1,"105":6,"106":3,"107":4,"108":1,"109":4,"111":1,"112":1,"121":3,"124":1,"126":2,"138":2,"139":2,"140":1,"141":1,"142":1,"147":2,"149":2,"151":1,"152":3,"153":2,"162":3,"163":1,"164":3,"166":1,"167":3,"168":1,"177":1,"182":1,"183":2,"184":1,"187":2,"190":1,"192":1,"196":1,"200":1,"205":1,"212":2,"217":1,"290":1,"299":2,"337":1,"346":2,"354":1,"577":1,"580":1,"585":1,"623":2,"625":1,"626":4,"628":1,"749":1,"750":5,"752":4,"753":2,"757":1,"758":1,"761":1,"773":2,"810":1,"811":1,"874":1,"905":1,"918":1,"928":1,"956":1,"982":5,"988":1,"993":1,"1024":1,"1030":1,"1065":1,"1076":2,"1103":2,"1105":2,"1129":1,"1131":1,"1163":1,"1164":1,"1168":1,"1204":1,"1241":1,"1242":1,"1248":2,"1258":1,"1296":1,"1347":1,"1378":1,"1402":3,"1404":1,"1405":1,"1412":1,"1435":1,"1444":1,"1456":1,"1485":1,"1510":1,"1513":1,"1514":1,"1548":1,"1568":1,"1573":1,"1604":1,"1629":1,"1634":1,"1661":1,"1667":1,"1681":1,"1686":1,"1777":1,"1778":1,"1862":1,"1873":1,"1878":1,"1884":1,"1911":1,"1912":2,"1913":2,"1915":2,"1918":1,"1926":1,"1944":2,"1964":1,"1996":2,"2020":1,"2048":1,"2091":3,"2128":1,"2163":1,"2195":1,"2196":3,"2202":1,"2207":1,"2265":1,"2304":4,"2319":1,"2327":2,"2357":1,"2372":1,"2404":1,"2438":1,"2458":1,"2462":2,"2464":1,"2478":2,"2480":1,"2482":3,"2483":1,"2485":2,"2491":1,"2520":1,"2523":1,"2524":1,"2554":1,"2573":2,"2578":1,"2603":1,"2604":2,"2605":4,"2617":2,"2618":3,"2619":2,"2620":1,"2623":5,"2624":1,"2626":1,"2628":1,"2629":1,"2632":1,"2638":3,"2640":1,"2644":4,"2646":2,"2647":2,"2648":2,"2649":4}}],["aspect=",{"2":{"1200":2}}],["aspects",{"2":{"14":1,"31":1,"140":1,"159":1}}],["aspect",{"0":{"222":1,"373":1,"578":1,"2623":1},"2":{"0":7,"61":1,"98":1,"177":1,"222":11,"223":2,"373":12,"385":1,"396":5,"577":1,"578":12,"1434":2,"1435":3,"1436":1,"1437":2,"1438":1,"1439":1,"1545":3,"1774":1,"1914":1,"1917":3,"2189":1,"2304":4,"2623":22,"2642":2}}],["alpine",{"2":{"2662":1}}],["alpha+1",{"2":{"124":1}}],["alpha=1",{"2":{"0":1}}],["alpha=0",{"2":{"0":37,"163":1,"926":1,"954":1,"986":1,"1027":1,"1060":1,"1166":1,"1202":1,"1293":1,"1345":1,"1376":1,"1411":1,"1441":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1962":1,"2019":1,"2046":1,"2124":1,"2160":1,"2200":1,"2370":1,"2398":1,"2402":1,"2435":1,"2461":1,"2488":1,"2522":1,"2576":1}}],["alphas",{"2":{"0":37,"195":2,"926":1,"954":1,"986":1,"1027":1,"1060":1,"1166":1,"1202":1,"1293":1,"1345":1,"1376":1,"1411":1,"1441":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1962":1,"2019":1,"2046":1,"2124":1,"2160":1,"2200":1,"2370":1,"2402":1,"2435":1,"2461":1,"2488":1,"2522":1,"2576":1}}],["alpha",{"0":{"926":1,"954":1,"986":1,"1027":1,"1060":1,"1166":1,"1202":1,"1293":1,"1345":1,"1376":1,"1411":1,"1441":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1962":1,"2019":1,"2046":1,"2124":1,"2160":1,"2200":1,"2370":1,"2402":1,"2435":1,"2461":1,"2488":1,"2522":1,"2576":1,"2650":1},"2":{"0":78,"169":1,"189":1,"191":5,"195":16,"926":1,"954":1,"986":1,"1027":1,"1060":1,"1166":1,"1202":1,"1289":1,"1293":1,"1345":1,"1376":1,"1411":1,"1441":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1962":1,"2019":1,"2046":1,"2124":1,"2160":1,"2200":1,"2370":1,"2402":1,"2435":1,"2461":1,"2488":1,"2522":1,"2576":1,"2650":2}}],["al",{"2":{"691":2,"2192":4}}],["almost",{"2":{"124":1,"177":1,"2648":1}}],["alone",{"2":{"76":1}}],["alonso",{"2":{"36":1,"1285":1}}],["alongside",{"2":{"2630":1}}],["along",{"2":{"0":26,"126":1,"145":1,"515":1,"579":1,"789":1,"982":1,"985":1,"1024":1,"1333":1,"1336":1,"1508":1,"1509":1,"1542":1,"1543":1,"2074":1,"2395":1,"2396":1,"2552":1,"2553":1}}],["alright",{"2":{"28":1}}],["already",{"2":{"0":2,"35":1,"51":2,"56":1,"107":1,"121":1,"146":1,"148":1,"180":1,"1473":1,"2118":1,"2626":1,"2637":1,"2638":1,"2642":1,"2648":1}}],["algae",{"2":{"2655":1}}],["algebraofgraphics",{"0":{"2":1}}],["algorithm=",{"2":{"0":1,"2400":1}}],["algorithms",{"2":{"0":1,"4":1,"2397":1}}],["algorithm",{"0":{"2401":1,"2605":1},"2":{"0":12,"98":1,"1016":1,"1049":1,"1653":1,"1687":1,"2180":1,"2398":3,"2401":1,"2417":1,"2418":1,"2424":1,"2511":1,"2601":1}}],["aliasing",{"2":{"0":43,"14":1,"22":1,"933":1,"961":1,"983":2,"998":1,"1036":1,"1075":1,"1173":1,"1209":1,"1243":1,"1300":1,"1352":1,"1384":1,"1416":1,"1490":1,"1519":1,"1552":1,"1569":1,"1578":1,"1600":1,"1609":1,"1640":1,"1673":1,"1754":1,"1783":1,"1812":1,"1837":1,"1890":1,"1922":1,"1933":1,"1969":1,"2026":1,"2053":1,"2083":1,"2133":1,"2168":1,"2209":1,"2246":1,"2313":1,"2342":1,"2377":1,"2410":1,"2442":1,"2497":1,"2529":1,"2583":1}}],["alias",{"2":{"0":56,"924":1,"951":1,"982":1,"1024":1,"1057":1,"1104":1,"1139":1,"1163":1,"1199":1,"1235":1,"1258":1,"1282":1,"1321":1,"1342":1,"1373":1,"1402":1,"1432":1,"1454":1,"1481":1,"1510":1,"1544":1,"1568":1,"1598":1,"1627":1,"1661":1,"1749":1,"1773":1,"1806":1,"1831":1,"1856":1,"1879":1,"1908":1,"1959":1,"1996":1,"2016":1,"2043":1,"2074":1,"2110":1,"2121":1,"2157":1,"2188":1,"2237":1,"2273":1,"2302":1,"2329":1,"2368":1,"2397":1,"2432":1,"2458":1,"2478":1,"2520":1,"2554":1,"2573":1}}],["aligns",{"2":{"580":1,"2191":3}}],["aligning",{"0":{"207":1}}],["align=",{"2":{"34":1}}],["alignments",{"2":{"2191":2,"2637":1}}],["alignment",{"0":{"133":1,"580":1,"2191":1},"2":{"0":9,"121":4,"126":2,"133":3,"230":1,"249":2,"258":1,"277":1,"288":1,"291":1,"324":1,"335":1,"338":1,"359":1,"367":1,"372":1,"380":1,"389":1,"395":1,"502":1,"513":1,"525":1,"539":1,"553":1,"556":1,"570":1,"578":1,"580":1,"591":1,"601":1,"603":1,"609":1,"618":1,"637":1,"638":1,"640":1,"645":1,"648":1,"684":1,"687":1,"689":1,"693":1,"697":1,"702":1,"707":1,"716":1,"729":1,"760":1,"771":1,"835":1,"841":1,"851":1,"860":1,"866":1,"870":1,"876":1,"894":1,"906":1,"916":1,"922":1,"2192":1,"2199":1,"2217":2,"2241":1}}],["alignmode",{"0":{"221":1,"356":1,"372":1,"493":1,"518":1,"587":1,"605":1,"630":1,"693":1,"707":1,"760":1,"847":1,"865":1,"876":1,"911":1,"2632":1},"2":{"0":15,"164":1,"192":3,"579":1,"580":4,"2624":1,"2632":2}}],["align",{"0":{"985":1,"1082":1,"1145":1,"2199":1,"2241":1},"2":{"0":15,"56":7,"66":4,"96":1,"121":1,"127":2,"207":2,"221":1,"356":1,"403":1,"436":1,"467":1,"493":1,"518":1,"580":1,"587":1,"605":1,"626":1,"630":1,"847":1,"865":1,"911":1,"983":2,"1058":1,"1141":1,"1584":2,"1585":1,"1586":1,"1587":1,"1913":1,"1914":1,"2189":2,"2190":1,"2191":1,"2192":4,"2193":1,"2194":1,"2217":1,"2241":1,"2651":1,"2653":2}}],["aligned",{"2":{"0":3,"126":1,"127":1,"133":1,"249":3,"578":2,"579":2,"580":1,"794":2,"2191":1,"2192":1,"2251":1,"2632":1}}],["always",{"2":{"0":9,"51":1,"53":1,"74":2,"75":2,"79":1,"82":3,"106":2,"107":1,"119":1,"121":1,"132":1,"137":1,"143":1,"149":2,"151":1,"161":1,"162":1,"168":1,"191":1,"249":1,"578":2,"603":1,"800":1,"832":1,"1569":1,"1600":1,"1918":1,"1922":1,"1949":1,"2478":2,"2623":1,"2624":1,"2625":1,"2640":1}}],["also",{"2":{"0":74,"8":2,"11":1,"16":2,"20":1,"22":2,"24":1,"27":2,"30":1,"31":4,"32":1,"37":1,"39":1,"49":2,"53":1,"54":1,"55":2,"56":2,"62":1,"67":1,"68":1,"72":1,"74":1,"78":1,"79":1,"80":1,"81":1,"82":3,"85":1,"96":1,"98":1,"100":3,"102":2,"103":1,"104":1,"116":1,"117":1,"118":3,"119":1,"121":3,"122":2,"124":1,"132":1,"134":2,"138":1,"139":1,"141":1,"146":1,"149":1,"152":1,"155":3,"161":3,"162":2,"164":2,"165":1,"166":1,"176":1,"177":1,"178":1,"181":1,"184":1,"185":1,"187":1,"191":1,"204":1,"210":1,"211":1,"213":1,"217":1,"223":1,"234":2,"304":1,"351":1,"384":1,"396":1,"575":1,"577":3,"578":1,"579":1,"581":1,"625":1,"751":1,"753":1,"754":2,"757":1,"940":1,"969":1,"972":1,"982":1,"983":1,"1164":2,"1200":1,"1289":1,"1290":2,"1328":1,"1360":1,"1363":1,"1402":2,"1434":1,"1435":1,"1457":1,"1477":1,"1497":1,"1513":1,"1527":1,"1586":1,"1589":1,"1616":1,"1629":1,"1777":1,"1791":1,"1911":1,"1917":1,"1918":2,"1963":1,"2061":1,"2064":1,"2091":1,"2122":1,"2189":1,"2192":1,"2195":1,"2196":1,"2274":1,"2302":1,"2304":1,"2327":1,"2384":1,"2458":1,"2459":1,"2484":1,"2485":1,"2490":1,"2523":1,"2537":1,"2555":1,"2590":1,"2601":1,"2603":1,"2617":1,"2623":2,"2626":2,"2627":1,"2629":1,"2638":1,"2640":2,"2641":1,"2642":2,"2644":2}}],["alternativly",{"2":{"1408":1}}],["alternatively",{"2":{"0":3,"97":1,"151":1,"212":1,"626":1,"863":1,"1461":1,"2113":1,"2649":1,"2650":1}}],["alternative",{"2":{"0":1,"53":1,"299":1,"346":1}}],["alter",{"2":{"73":1}}],["alt",{"2":{"0":1,"62":1}}],["allured",{"2":{"2647":1}}],["allowing",{"2":{"2304":1}}],["allow",{"2":{"85":1,"126":1,"136":1,"140":1,"147":1,"151":1,"167":1,"218":7,"234":1,"874":1,"1569":1,"1600":1,"1922":1,"2604":1,"2649":1}}],["allowed",{"2":{"0":1,"49":1,"754":1,"898":2,"1402":1,"1406":1,"2623":1}}],["allows",{"2":{"0":10,"16":1,"31":1,"49":1,"52":1,"56":2,"62":1,"75":1,"78":1,"83":1,"135":1,"167":1,"177":1,"185":1,"217":1,"1473":1,"1477":1,"1480":1,"2118":1,"2119":1,"2120":1,"2481":1,"2484":1,"2605":1}}],["allocated",{"2":{"0":4,"207":1}}],["allocations",{"2":{"0":1}}],["all",{"2":{"0":141,"10":1,"12":1,"13":2,"18":1,"22":1,"25":1,"27":1,"31":1,"35":1,"41":2,"44":1,"46":1,"48":1,"51":1,"52":1,"53":2,"56":1,"71":1,"75":1,"76":1,"79":2,"80":1,"81":1,"82":3,"83":3,"97":1,"98":5,"101":1,"102":1,"103":1,"104":2,"105":2,"119":1,"121":1,"125":1,"126":1,"132":1,"136":2,"139":1,"142":1,"145":1,"147":2,"149":1,"152":1,"155":1,"158":1,"162":1,"164":2,"177":1,"185":2,"186":1,"190":1,"192":1,"203":1,"204":1,"205":1,"210":1,"211":1,"212":1,"213":1,"218":2,"234":1,"287":1,"334":1,"358":1,"384":2,"396":1,"577":1,"578":1,"584":1,"625":3,"753":2,"928":1,"932":1,"956":1,"960":1,"993":1,"996":1,"1030":1,"1034":1,"1065":1,"1069":1,"1105":1,"1168":1,"1171":1,"1204":1,"1207":1,"1240":1,"1248":1,"1289":2,"1296":1,"1299":1,"1347":1,"1351":1,"1378":1,"1382":1,"1408":1,"1412":1,"1415":1,"1436":1,"1438":1,"1444":1,"1452":1,"1456":1,"1477":1,"1481":1,"1485":1,"1489":1,"1510":1,"1514":1,"1518":1,"1548":1,"1551":1,"1569":2,"1573":1,"1577":1,"1600":2,"1604":1,"1608":1,"1634":1,"1638":1,"1667":1,"1671":1,"1753":1,"1761":1,"1773":1,"1778":1,"1782":1,"1811":1,"1836":1,"1856":3,"1862":1,"1884":1,"1888":1,"1922":2,"1926":1,"1930":1,"1964":1,"1968":1,"1996":1,"2020":1,"2023":1,"2048":1,"2052":1,"2082":1,"2119":1,"2128":1,"2132":1,"2163":1,"2166":1,"2196":1,"2202":1,"2205":1,"2231":1,"2243":1,"2309":1,"2339":1,"2368":1,"2372":1,"2376":1,"2404":1,"2407":1,"2438":1,"2441":1,"2464":1,"2480":1,"2482":1,"2491":1,"2494":1,"2520":1,"2524":1,"2528":1,"2578":1,"2582":1,"2605":1,"2617":2,"2623":6,"2633":1,"2637":1,"2638":1,"2639":2,"2641":1,"2644":3,"2648":1,"2649":1,"2652":1,"2653":1}}],["a",{"0":{"8":1,"12":1,"13":1,"38":1,"39":1,"52":1,"100":1,"101":1,"104":1,"136":1,"155":1,"158":1,"193":1,"208":1,"623":1,"625":1,"749":1,"756":1,"1404":1,"1405":2,"1409":1,"1437":1,"2622":1,"2627":1,"2639":1},"1":{"14":1,"194":1,"195":1,"624":1,"2628":1,"2629":1,"2640":1,"2641":1,"2642":1,"2643":1,"2644":1},"2":{"0":865,"8":5,"10":7,"11":3,"12":7,"14":1,"16":1,"18":1,"19":6,"22":6,"23":4,"24":2,"25":1,"27":6,"28":2,"29":2,"30":2,"31":12,"32":1,"33":1,"34":3,"37":12,"38":2,"39":4,"41":2,"45":1,"47":2,"49":3,"51":7,"52":3,"53":4,"54":8,"55":2,"56":2,"57":1,"58":2,"60":1,"61":2,"62":12,"64":4,"66":1,"67":4,"68":6,"69":6,"70":1,"71":3,"72":1,"73":2,"74":4,"75":3,"76":6,"78":5,"79":3,"80":7,"81":3,"82":18,"83":20,"84":1,"85":2,"88":1,"90":1,"91":1,"92":2,"94":1,"96":4,"97":1,"99":3,"100":4,"102":8,"103":2,"104":7,"105":14,"106":24,"107":7,"109":5,"110":3,"113":1,"116":1,"117":1,"118":4,"119":13,"120":3,"121":27,"122":3,"123":1,"124":1,"125":4,"126":3,"127":2,"128":1,"130":4,"132":6,"134":2,"135":4,"136":3,"137":2,"138":4,"139":5,"140":5,"141":6,"142":6,"143":1,"144":5,"145":1,"146":1,"147":6,"148":1,"149":9,"150":1,"151":10,"152":22,"153":3,"155":8,"156":3,"157":2,"158":4,"162":13,"164":1,"165":3,"166":4,"167":3,"168":3,"169":1,"177":2,"178":3,"180":1,"182":1,"183":2,"184":5,"185":2,"186":4,"187":1,"189":1,"190":12,"191":6,"192":4,"194":4,"196":1,"197":1,"198":2,"199":1,"200":2,"202":1,"204":1,"205":1,"206":1,"208":1,"209":1,"212":1,"215":1,"216":1,"217":3,"218":2,"222":1,"223":2,"234":4,"279":1,"287":3,"290":7,"299":5,"304":1,"326":1,"334":3,"337":7,"346":5,"351":1,"354":3,"373":5,"374":1,"382":2,"383":2,"384":3,"396":6,"515":6,"516":2,"575":1,"576":4,"577":13,"578":6,"579":1,"581":1,"582":2,"583":1,"584":1,"585":2,"593":1,"603":5,"623":3,"624":2,"625":3,"626":6,"627":1,"628":2,"691":5,"705":2,"720":3,"721":1,"748":1,"749":1,"750":3,"751":3,"752":7,"753":1,"756":1,"757":3,"758":1,"761":2,"770":1,"773":1,"794":2,"799":1,"817":1,"831":1,"844":5,"853":1,"863":3,"871":1,"873":2,"874":6,"889":1,"896":1,"905":5,"908":1,"918":1,"924":2,"932":2,"936":1,"937":1,"938":1,"940":3,"943":1,"951":3,"960":2,"964":1,"965":1,"966":1,"968":1,"969":3,"973":1,"982":4,"983":1,"988":1,"989":1,"990":1,"991":1,"996":2,"1001":1,"1002":1,"1003":1,"1005":1,"1011":1,"1024":3,"1028":1,"1029":4,"1034":2,"1039":1,"1040":1,"1041":1,"1046":1,"1057":1,"1058":1,"1069":2,"1073":3,"1079":1,"1080":1,"1081":1,"1090":1,"1104":3,"1139":2,"1142":1,"1163":1,"1171":2,"1176":1,"1177":1,"1178":1,"1191":1,"1199":1,"1207":2,"1212":1,"1213":1,"1214":1,"1227":1,"1235":1,"1240":2,"1241":2,"1242":2,"1245":1,"1246":1,"1247":1,"1250":1,"1258":4,"1282":2,"1284":2,"1285":4,"1286":1,"1287":1,"1288":4,"1289":5,"1294":1,"1295":1,"1299":2,"1303":1,"1304":1,"1305":1,"1310":1,"1321":1,"1323":1,"1328":2,"1341":1,"1342":1,"1351":2,"1355":1,"1356":1,"1357":1,"1359":1,"1360":3,"1364":1,"1382":2,"1387":1,"1388":1,"1389":1,"1393":1,"1402":5,"1404":1,"1405":1,"1407":2,"1408":2,"1409":1,"1415":2,"1419":1,"1420":1,"1421":1,"1424":1,"1432":1,"1434":1,"1435":2,"1436":1,"1437":1,"1438":3,"1442":1,"1443":2,"1454":1,"1457":1,"1461":1,"1462":2,"1473":2,"1477":2,"1481":1,"1489":2,"1493":1,"1494":1,"1495":1,"1497":3,"1500":1,"1510":1,"1513":5,"1518":2,"1522":1,"1523":1,"1524":1,"1527":3,"1530":1,"1536":1,"1544":1,"1551":2,"1555":1,"1556":1,"1557":1,"1560":1,"1568":1,"1569":3,"1577":2,"1581":1,"1582":1,"1583":1,"1585":1,"1586":3,"1590":1,"1598":1,"1600":3,"1608":2,"1612":1,"1613":1,"1614":1,"1616":3,"1619":1,"1627":1,"1629":8,"1632":1,"1633":4,"1638":2,"1643":1,"1644":1,"1645":1,"1650":1,"1661":2,"1665":1,"1671":2,"1676":1,"1677":1,"1678":1,"1681":1,"1683":1,"1686":5,"1749":1,"1753":2,"1757":1,"1758":1,"1759":1,"1760":1,"1761":1,"1773":2,"1777":5,"1782":2,"1786":1,"1787":1,"1788":1,"1791":3,"1794":1,"1800":1,"1806":1,"1811":2,"1814":1,"1815":1,"1816":1,"1822":1,"1831":6,"1836":2,"1839":1,"1840":1,"1841":1,"1847":1,"1856":5,"1863":2,"1874":1,"1877":2,"1878":1,"1879":2,"1888":2,"1893":1,"1894":1,"1895":1,"1899":1,"1908":1,"1910":1,"1911":2,"1912":1,"1913":3,"1914":12,"1915":8,"1916":4,"1917":4,"1918":5,"1919":1,"1920":1,"1921":2,"1922":4,"1930":2,"1935":1,"1938":1,"1939":1,"1940":1,"1944":4,"1946":1,"1949":1,"1952":1,"1953":1,"1968":2,"1972":1,"1973":1,"1974":1,"1986":1,"1991":1,"1992":1,"1996":5,"2017":3,"2023":2,"2029":1,"2030":1,"2031":1,"2035":1,"2043":1,"2052":2,"2056":1,"2057":1,"2058":1,"2060":1,"2061":3,"2065":1,"2082":2,"2085":1,"2086":1,"2087":1,"2090":1,"2091":3,"2110":1,"2113":1,"2118":3,"2119":1,"2121":1,"2122":2,"2127":1,"2132":2,"2137":1,"2138":1,"2139":1,"2147":1,"2157":3,"2161":1,"2166":2,"2171":1,"2172":1,"2173":1,"2177":1,"2189":6,"2192":1,"2193":1,"2194":4,"2196":3,"2201":2,"2205":2,"2206":4,"2207":1,"2211":1,"2214":1,"2215":1,"2216":1,"2217":1,"2221":1,"2229":1,"2230":1,"2231":1,"2236":3,"2237":1,"2239":1,"2243":2,"2248":1,"2249":1,"2250":1,"2252":1,"2262":1,"2273":1,"2274":3,"2276":5,"2302":2,"2304":1,"2309":2,"2315":1,"2316":1,"2317":1,"2319":2,"2320":1,"2327":3,"2329":1,"2338":2,"2339":2,"2345":1,"2346":1,"2347":1,"2351":1,"2368":1,"2376":2,"2380":1,"2381":1,"2382":1,"2384":3,"2387":1,"2397":1,"2398":1,"2403":1,"2407":2,"2413":1,"2414":1,"2415":1,"2421":1,"2441":2,"2445":1,"2446":1,"2447":1,"2450":1,"2458":2,"2459":6,"2462":3,"2478":3,"2480":1,"2481":1,"2482":1,"2483":2,"2484":7,"2485":7,"2486":3,"2489":1,"2490":2,"2494":2,"2501":1,"2502":1,"2503":1,"2505":1,"2508":1,"2518":2,"2520":1,"2523":5,"2528":2,"2532":1,"2533":1,"2534":1,"2537":3,"2540":1,"2546":1,"2554":3,"2573":3,"2582":2,"2586":1,"2587":1,"2588":1,"2590":3,"2593":1,"2601":4,"2603":1,"2604":9,"2605":5,"2609":1,"2613":7,"2616":1,"2617":8,"2618":7,"2619":3,"2620":1,"2621":1,"2622":1,"2623":17,"2624":3,"2625":7,"2626":2,"2627":3,"2629":5,"2630":1,"2631":2,"2632":4,"2633":3,"2634":3,"2636":1,"2637":1,"2638":4,"2639":3,"2640":18,"2641":1,"2642":3,"2643":3,"2644":13,"2646":5,"2647":1,"2649":2,"2650":1,"2651":1,"2652":2,"2653":4}}],["ability",{"2":{"111":1}}],["able",{"2":{"56":1,"105":1,"119":1,"2486":1,"2617":1}}],["ablines",{"0":{"924":1,"1696":1},"1":{"925":1,"926":1,"927":1,"928":1,"929":1,"930":1,"931":1,"932":1,"933":1,"934":1,"935":1,"936":1,"937":1,"938":1,"939":1,"940":1,"941":1,"942":1,"943":1,"944":1,"945":1,"946":1,"947":1,"948":1,"949":1,"950":1},"2":{"0":11,"924":5}}],["above",{"2":{"0":42,"8":1,"14":1,"22":1,"31":1,"53":1,"56":2,"71":1,"76":1,"83":2,"135":1,"138":1,"139":1,"153":1,"190":2,"770":1,"934":1,"962":1,"999":1,"1037":1,"1077":1,"1105":1,"1174":1,"1210":1,"1301":1,"1353":1,"1385":1,"1417":1,"1447":1,"1491":1,"1520":1,"1553":1,"1579":1,"1610":1,"1641":1,"1674":1,"1784":1,"1891":1,"1936":1,"1970":1,"1996":1,"2027":1,"2054":1,"2135":1,"2169":1,"2212":1,"2241":1,"2258":2,"2304":1,"2378":1,"2411":1,"2443":1,"2467":1,"2499":1,"2530":1,"2584":1,"2605":1,"2623":1,"2646":1}}],["about",{"2":{"0":17,"7":1,"31":1,"55":1,"84":1,"105":1,"115":2,"118":1,"139":1,"155":2,"200":1,"2623":2,"2642":1,"2644":2,"2646":1}}],["abs",{"2":{"12":1,"1405":1}}],["absorbs",{"2":{"0":1,"2400":1}}],["absorption=4f0",{"2":{"2398":1}}],["absorptionrgba",{"2":{"0":2,"2397":2}}],["absorption",{"0":{"2400":1},"2":{"0":5,"34":2,"2397":2,"2398":2,"2400":2}}],["absolute",{"2":{"0":7,"56":3,"158":3,"575":1,"1856":1,"2644":3}}],["abstracted",{"2":{"167":1}}],["abstraction",{"2":{"94":1,"214":1}}],["abstractinterval",{"2":{"0":1}}],["abstractdimconversion",{"2":{"76":1}}],["abstractsparsearray",{"2":{"0":1,"2016":1}}],["abstractstring",{"2":{"0":3}}],["abstractmatrix",{"2":{"0":8,"982":3,"1996":2,"2327":1}}],["abstractfloat",{"2":{"0":1,"151":1,"158":1,"2644":1}}],["abstract",{"2":{"0":1,"13":1,"37":1,"68":1,"105":1,"106":1,"1831":1}}],["abstractweights",{"2":{"0":1,"1453":1}}],["abstractvector",{"2":{"0":28,"76":1,"152":4,"168":1,"982":3,"1185":1,"1221":1,"1248":2,"1282":1,"1453":1,"1831":1,"1996":6,"2318":1}}],["abstractarrays",{"2":{"150":1}}],["abstractarray",{"2":{"0":2,"151":1}}],["abstractplots",{"2":{"0":2}}],["abstractplot",{"2":{"0":7,"149":2,"167":1,"168":1}}],["abstractlight",{"2":{"0":1,"2611":1}}]],"serializationVersion":2}';export{e as default}; diff --git a/previews/PR3974/assets/chunks/@localSearchIndexroot.DSx-jtSD.js b/previews/PR3974/assets/chunks/@localSearchIndexroot.DSx-jtSD.js deleted file mode 100644 index 1dac8b6b371..00000000000 --- a/previews/PR3974/assets/chunks/@localSearchIndexroot.DSx-jtSD.js +++ /dev/null @@ -1 +0,0 @@ -const e='{"documentCount":2663,"nextId":2663,"documentIds":{"0":"/previews/PR3974/api#api","1":"/previews/PR3974/changelog#changelog","2":"/previews/PR3974/ecosystem#ecosystem","3":"/previews/PR3974/ecosystem#algebraofgraphics-jl","4":"/previews/PR3974/ecosystem#Beautiful-Makie","5":"/previews/PR3974/ecosystem#graphmakie-jl","6":"/previews/PR3974/ecosystem#geomakie-jl","7":"/previews/PR3974/explanations/animation#animations","8":"/previews/PR3974/explanations/animation#A-simple-example","9":"/previews/PR3974/explanations/animation#File-formats","10":"/previews/PR3974/explanations/animation#Animations-using-Observables","11":"/previews/PR3974/explanations/animation#Appending-data-with-Observables","12":"/previews/PR3974/explanations/animation#Animating-a-plot-"live"","13":"/previews/PR3974/explanations/backends/backends#What-is-a-backend","14":"/previews/PR3974/explanations/backends/backends#Activating-Backends","15":"/previews/PR3974/explanations/backends/cairomakie#cairomakie","16":"/previews/PR3974/explanations/backends/cairomakie#Activation-and-screen-config","17":"/previews/PR3974/explanations/backends/cairomakie#Inline-Plot-Type","18":"/previews/PR3974/explanations/backends/cairomakie#z-order","19":"/previews/PR3974/explanations/backends/cairomakie#Selective-Rasterization","20":"/previews/PR3974/explanations/backends/cairomakie#PDF-version","21":"/previews/PR3974/explanations/backends/glmakie#glmakie","22":"/previews/PR3974/explanations/backends/glmakie#Activation-and-screen-config","23":"/previews/PR3974/explanations/backends/glmakie#Window-Scaling","24":"/previews/PR3974/explanations/backends/glmakie#Resolution-Scaling","25":"/previews/PR3974/explanations/backends/glmakie#Multiple-Windows","26":"/previews/PR3974/explanations/backends/glmakie#Forcing-Dedicated-GPU-Use-In-Linux","27":"/previews/PR3974/explanations/backends/glmakie#Troubleshooting-OpenGL","28":"/previews/PR3974/explanations/backends/glmakie#WSL-setup-or-X-forwarding","29":"/previews/PR3974/explanations/backends/glmakie#GLMakie-does-not-show-Figure-or-crashes-on-full-screen-mode-on-macOS","30":"/previews/PR3974/explanations/backends/rprmakie#rprmakie","31":"/previews/PR3974/explanations/backends/rprmakie#Activation-and-screen-config","32":"/previews/PR3974/explanations/backends/rprmakie#MaterialX-and-predefined-materials-(materials.jl)","33":"/previews/PR3974/explanations/backends/rprmakie#Advanced-custom-material-(earth_topography.jl)","34":"/previews/PR3974/explanations/backends/rprmakie#RPRMakie-interop-(opengl_interop.jl)","35":"/previews/PR3974/explanations/backends/rprmakie#Animations-(lego.jl)","36":"/previews/PR3974/explanations/backends/rprmakie#Earth-example","37":"/previews/PR3974/explanations/blocks#blocks","38":"/previews/PR3974/explanations/blocks#Adding-to-a-Figure","39":"/previews/PR3974/explanations/blocks#Specifying-a-boundingbox-directly","40":"/previews/PR3974/explanations/blocks#Deleting-blocks","41":"/previews/PR3974/explanations/cameras#cameras","42":"/previews/PR3974/explanations/cameras#Pixel-Camera","43":"/previews/PR3974/explanations/cameras#Relative-Camera","44":"/previews/PR3974/explanations/cameras#2D-Camera","45":"/previews/PR3974/explanations/cameras#3D-Camera","46":"/previews/PR3974/explanations/cameras#Example-Visualizing-the-cameras-view-box","47":"/previews/PR3974/explanations/cameras#General-Remarks","48":"/previews/PR3974/explanations/backends/wglmakie#wglmakie","49":"/previews/PR3974/explanations/backends/wglmakie#Missing-Backend-Features","50":"/previews/PR3974/explanations/backends/wglmakie#Browser-Support","51":"/previews/PR3974/explanations/backends/wglmakie#ijulia","52":"/previews/PR3974/explanations/backends/wglmakie#JupyterHub-/-Jupyterlab-/-Binder","53":"/previews/PR3974/explanations/backends/wglmakie#pluto","54":"/previews/PR3974/explanations/backends/wglmakie#juliahub","55":"/previews/PR3974/explanations/backends/wglmakie#Browser-Support-2","56":"/previews/PR3974/explanations/backends/wglmakie#Activation-and-screen-config","57":"/previews/PR3974/explanations/backends/wglmakie#output","58":"/previews/PR3974/explanations/backends/wglmakie#page","59":"/previews/PR3974/explanations/backends/wglmakie#Record-a-statemap","60":"/previews/PR3974/explanations/backends/wglmakie#Execute-Javascript-directly","61":"/previews/PR3974/explanations/backends/wglmakie#Offline-Tooltip","62":"/previews/PR3974/explanations/backends/wglmakie#pluto-ijulia","63":"/previews/PR3974/explanations/backends/wglmakie#styling","64":"/previews/PR3974/explanations/backends/wglmakie#export","65":"/previews/PR3974/explanations/conversion_pipeline#Conversions-and-spaces","66":"/previews/PR3974/explanations/conversion_pipeline#Conversion-Pipeline","67":"/previews/PR3974/explanations/conversion_pipeline#Argument-Conversions","68":"/previews/PR3974/explanations/conversion_pipeline#Transformation-Objects","69":"/previews/PR3974/explanations/conversion_pipeline#float32convert","70":"/previews/PR3974/explanations/conversion_pipeline#camera","71":"/previews/PR3974/explanations/conversion_pipeline#Coordinate-spaces","72":"/previews/PR3974/explanations/dim-converts#Dimension-conversions","73":"/previews/PR3974/explanations/dim-converts#examples","74":"/previews/PR3974/explanations/dim-converts#limitations","75":"/previews/PR3974/explanations/dim-converts#Current-conversions-in-Makie","76":"/previews/PR3974/explanations/dim-converts#Developer-docs","77":"/previews/PR3974/explanations/events#events","78":"/previews/PR3974/explanations/events#Observables-with-priority","79":"/previews/PR3974/explanations/events#The-Events-struct","80":"/previews/PR3974/explanations/events#Mouse-Interaction","81":"/previews/PR3974/explanations/events#Keyboard-Interaction","82":"/previews/PR3974/explanations/events#Point-Picking","83":"/previews/PR3974/explanations/events#The-ispressed-function","84":"/previews/PR3974/explanations/events#Interactive-Widgets","85":"/previews/PR3974/explanations/events#Recording-Animations-with-Interactions","86":"/previews/PR3974/explanations/faq#Frequently-Asked-Questions","87":"/previews/PR3974/explanations/faq#Installation-Issues","88":"/previews/PR3974/explanations/faq#No-Scene-displayed-or-GLMakie-fails-to-build","89":"/previews/PR3974/explanations/faq#Plotting-issues","90":"/previews/PR3974/explanations/faq#Dimensions-too-large","91":"/previews/PR3974/explanations/faq#2d-plots-(heatmaps,-images,-etc.)","92":"/previews/PR3974/explanations/faq#3d-plots-(volumes)","93":"/previews/PR3974/explanations/faq#General-issues","94":"/previews/PR3974/explanations/faq#My-font-doesn\'t-work!","95":"/previews/PR3974/explanations/faq#Layout-Issues","96":"/previews/PR3974/explanations/faq#Elements-are-squashed-into-the-lower-left-corner","97":"/previews/PR3974/explanations/faq#Columns-or-rows-are-shrunk-to-the-size-of-Text-or-another-element","98":"/previews/PR3974/explanations/faq#The-Figure-content-does-not-fit-the-Figure","99":"/previews/PR3974/explanations/figure#figures","100":"/previews/PR3974/explanations/figure#Creating-a-Figure","101":"/previews/PR3974/explanations/figure#Placing-Blocks-into-a-Figure","102":"/previews/PR3974/explanations/figure#GridPositions-and-GridSubpositions","103":"/previews/PR3974/explanations/figure#Figure-padding","104":"/previews/PR3974/explanations/figure#Retrieving-Objects-From-A-Figure","105":"/previews/PR3974/explanations/figure#Figure-size-and-units","106":"/previews/PR3974/explanations/figure#Defaults-of-px_per_unit-and-pt_per_unit","107":"/previews/PR3974/explanations/figure#Matching-figure-and-font-sizes-to-documents","108":"/previews/PR3974/explanations/fonts#fonts","109":"/previews/PR3974/explanations/fonts#string","110":"/previews/PR3974/explanations/fonts#symbol","111":"/previews/PR3974/explanations/fonts#Emoji-and-color-fonts","112":"/previews/PR3974/explanations/headless#headless","113":"/previews/PR3974/explanations/headless#Using-CairoMakie","114":"/previews/PR3974/explanations/headless#Using-GLMakie","115":"/previews/PR3974/explanations/headless#GLMakie-with-X11-forwarding","116":"/previews/PR3974/explanations/headless#GLMakie-with-VirtualGL","117":"/previews/PR3974/explanations/headless#GLMakie-in-CI","118":"/previews/PR3974/explanations/headless#Using-WGLMakie","119":"/previews/PR3974/explanations/latex#latex","120":"/previews/PR3974/explanations/latex#Using-L-strings","121":"/previews/PR3974/explanations/latex#Uniformizing-the-fonts","122":"/previews/PR3974/explanations/layouting#gridlayouts","123":"/previews/PR3974/explanations/layouting#Suggested-bounding-box","124":"/previews/PR3974/explanations/layouting#Computed-bounding-box","125":"/previews/PR3974/explanations/layouting#Auto-determined-width-and-height","126":"/previews/PR3974/explanations/layouting#Computed-width-and-height","127":"/previews/PR3974/explanations/layouting#protrusions","128":"/previews/PR3974/explanations/layouting#Size-attributes","129":"/previews/PR3974/explanations/layouting#Alignment-attributes","130":"/previews/PR3974/explanations/observables#observables","131":"/previews/PR3974/explanations/observables#The-Observable-structure","132":"/previews/PR3974/explanations/observables#Triggering-A-Change","133":"/previews/PR3974/explanations/observables#Chaining-Observables-With-lift","134":"/previews/PR3974/explanations/observables#Shorthand-Macro-For-lift","135":"/previews/PR3974/explanations/observables#Problems-With-Synchronous-Updates","136":"/previews/PR3974/explanations/plot_method_signatures#Plot-methods","137":"/previews/PR3974/explanations/plot_method_signatures#non-mutating","138":"/previews/PR3974/explanations/plot_method_signatures#Special-Keyword-Arguments","139":"/previews/PR3974/explanations/plot_method_signatures#mutating","140":"/previews/PR3974/explanations/plot_method_signatures#gridpositions","141":"/previews/PR3974/explanations/plot_method_signatures#With-Non-Mutating-Plotting-Functions","142":"/previews/PR3974/explanations/plot_method_signatures#With-Mutating-Plotting-Functions","143":"/previews/PR3974/explanations/recipes#recipes","144":"/previews/PR3974/explanations/recipes#Type-recipes","145":"/previews/PR3974/explanations/recipes#Multiple-Argument-Conversion-with-convert_arguments","146":"/previews/PR3974/explanations/recipes#Single-Argument-Conversion-with-convert_single_argument","147":"/previews/PR3974/explanations/recipes#Full-recipes-with-the-@recipe-macro","148":"/previews/PR3974/explanations/recipes#Example:-Stock-Chart","149":"/previews/PR3974/explanations/recipes#Makie-Package-Extension","150":"/previews/PR3974/explanations/inspector#Inspecting-data","151":"/previews/PR3974/explanations/inspector#Custom-text","152":"/previews/PR3974/explanations/inspector#Extending-DataInspector","153":"/previews/PR3974/explanations/inspector#Per-plot-show_data","154":"/previews/PR3974/explanations/scenes#scenes","155":"/previews/PR3974/explanations/scenes#What-is-a-Scene?","156":"/previews/PR3974/explanations/scenes#subscenes","157":"/previews/PR3974/explanations/scenes#Scene-Attributes","158":"/previews/PR3974/explanations/scenes#Modifying-A-Scene","159":"/previews/PR3974/explanations/scenes#Updating-the-Scene","160":"/previews/PR3974/explanations/scenes#events","161":"/previews/PR3974/explanations/specapi#specapi","162":"/previews/PR3974/explanations/specapi#What-is-the-SpecApi?","163":"/previews/PR3974/explanations/specapi#Building-layouts-for-specs","164":"/previews/PR3974/explanations/specapi#Advanced-spec-layouting","165":"/previews/PR3974/explanations/specapi#Using-specs-in-convert_arguments","166":"/previews/PR3974/explanations/specapi#convert_arguments-for-GridLayoutSpec","167":"/previews/PR3974/explanations/specapi#convert_arguments-for-PlotSpecs","168":"/previews/PR3974/explanations/specapi#Interactive-example","169":"/previews/PR3974/explanations/theming/predefined_themes#Predefined-themes","170":"/previews/PR3974/explanations/theming/predefined_themes#Default-theme","171":"/previews/PR3974/explanations/theming/predefined_themes#theme-ggplot2","172":"/previews/PR3974/explanations/theming/predefined_themes#theme-minimal","173":"/previews/PR3974/explanations/theming/predefined_themes#theme-black","174":"/previews/PR3974/explanations/theming/predefined_themes#theme-light","175":"/previews/PR3974/explanations/theming/predefined_themes#theme-dark","176":"/previews/PR3974/explanations/theming/predefined_themes#theme-latexfonts","177":"/previews/PR3974/explanations/theming/themes#themes","178":"/previews/PR3974/explanations/theming/themes#set-theme","179":"/previews/PR3974/explanations/theming/themes#merge","180":"/previews/PR3974/explanations/theming/themes#update-theme","181":"/previews/PR3974/explanations/theming/themes#with-theme","182":"/previews/PR3974/explanations/theming/themes#Theming-plot-objects","183":"/previews/PR3974/explanations/theming/themes#Theming-block-objects","184":"/previews/PR3974/explanations/theming/themes#cycles","185":"/previews/PR3974/explanations/theming/themes#Covarying-cycles","186":"/previews/PR3974/explanations/theming/themes#Manual-cycling-using-Cycled","187":"/previews/PR3974/explanations/theming/themes#palettes","188":"/previews/PR3974/explanations/theming/themes#Special-attributes","189":"/previews/PR3974/explanations/transparency#transparency","190":"/previews/PR3974/explanations/transparency#Problems-with-transparency","191":"/previews/PR3974/explanations/transparency#Order-independent-transparency","192":"/previews/PR3974/how-to/draw-boxes-around-subfigures#How-to-draw-boxes-around-subfigures","193":"/previews/PR3974/how-to/save-figure-with-transparency#How-to-save-a-figure-with-transparency","194":"/previews/PR3974/how-to/save-figure-with-transparency#Using-CairoMakie","195":"/previews/PR3974/how-to/save-figure-with-transparency#Using-GLMakie","196":"/previews/PR3974/#Welcome-to-Makie!","197":"/previews/PR3974/#installation","198":"/previews/PR3974/#First-Steps","199":"/previews/PR3974/#Citing-Makie","200":"/previews/PR3974/#Getting-Help","201":"/previews/PR3974/reference/blocks/axis#axis","202":"/previews/PR3974/reference/blocks/axis#Creating-an-Axis","203":"/previews/PR3974/reference/blocks/axis#Plotting-into-an-Axis","204":"/previews/PR3974/reference/blocks/axis#Deleting-plots","205":"/previews/PR3974/reference/blocks/axis#Hiding-Axis-spines-and-decorations","206":"/previews/PR3974/reference/blocks/axis#Linking-axes","207":"/previews/PR3974/reference/blocks/axis#Aligning-neighboring-axis-labels","208":"/previews/PR3974/reference/blocks/axis#Creating-a-twin-axis","209":"/previews/PR3974/reference/blocks/axis#Axis-interaction","210":"/previews/PR3974/reference/blocks/axis#Scroll-zoom","211":"/previews/PR3974/reference/blocks/axis#Drag-pan","212":"/previews/PR3974/reference/blocks/axis#Limit-reset","213":"/previews/PR3974/reference/blocks/axis#Rectangle-selection-zoom","214":"/previews/PR3974/reference/blocks/axis#Custom-interactions","215":"/previews/PR3974/reference/blocks/axis#Registering-and-deregistering-interactions","216":"/previews/PR3974/reference/blocks/axis#Activating-and-deactivating-interactions","217":"/previews/PR3974/reference/blocks/axis#Function-interaction","218":"/previews/PR3974/reference/blocks/axis#Custom-object-interaction","219":"/previews/PR3974/reference/blocks/axis#Setup-and-cleanup","220":"/previews/PR3974/reference/blocks/axis#attributes","221":"/previews/PR3974/reference/blocks/axis#alignmode","222":"/previews/PR3974/reference/blocks/axis#aspect","223":"/previews/PR3974/reference/blocks/axis#autolimitaspect","224":"/previews/PR3974/reference/blocks/axis#backgroundcolor","225":"/previews/PR3974/reference/blocks/axis#bottomspinecolor","226":"/previews/PR3974/reference/blocks/axis#bottomspinevisible","227":"/previews/PR3974/reference/blocks/axis#dim1-conversion","228":"/previews/PR3974/reference/blocks/axis#dim2-conversion","229":"/previews/PR3974/reference/blocks/axis#flip-ylabel","230":"/previews/PR3974/reference/blocks/axis#halign","231":"/previews/PR3974/reference/blocks/axis#height","232":"/previews/PR3974/reference/blocks/axis#leftspinecolor","233":"/previews/PR3974/reference/blocks/axis#leftspinevisible","234":"/previews/PR3974/reference/blocks/axis#limits","235":"/previews/PR3974/reference/blocks/axis#panbutton","236":"/previews/PR3974/reference/blocks/axis#rightspinecolor","237":"/previews/PR3974/reference/blocks/axis#rightspinevisible","238":"/previews/PR3974/reference/blocks/axis#spinewidth","239":"/previews/PR3974/reference/blocks/axis#subtitle","240":"/previews/PR3974/reference/blocks/axis#subtitlecolor","241":"/previews/PR3974/reference/blocks/axis#subtitlefont","242":"/previews/PR3974/reference/blocks/axis#subtitlegap","243":"/previews/PR3974/reference/blocks/axis#subtitlelineheight","244":"/previews/PR3974/reference/blocks/axis#subtitlesize","245":"/previews/PR3974/reference/blocks/axis#subtitlevisible","246":"/previews/PR3974/reference/blocks/axis#tellheight","247":"/previews/PR3974/reference/blocks/axis#tellwidth","248":"/previews/PR3974/reference/blocks/axis#title","249":"/previews/PR3974/reference/blocks/axis#titlealign","250":"/previews/PR3974/reference/blocks/axis#titlecolor","251":"/previews/PR3974/reference/blocks/axis#titlefont","252":"/previews/PR3974/reference/blocks/axis#titlegap","253":"/previews/PR3974/reference/blocks/axis#titlelineheight","254":"/previews/PR3974/reference/blocks/axis#titlesize","255":"/previews/PR3974/reference/blocks/axis#titlevisible","256":"/previews/PR3974/reference/blocks/axis#topspinecolor","257":"/previews/PR3974/reference/blocks/axis#topspinevisible","258":"/previews/PR3974/reference/blocks/axis#valign","259":"/previews/PR3974/reference/blocks/axis#width","260":"/previews/PR3974/reference/blocks/axis#xautolimitmargin","261":"/previews/PR3974/reference/blocks/axis#xaxisposition","262":"/previews/PR3974/reference/blocks/axis#xgridcolor","263":"/previews/PR3974/reference/blocks/axis#xgridstyle","264":"/previews/PR3974/reference/blocks/axis#xgridvisible","265":"/previews/PR3974/reference/blocks/axis#xgridwidth","266":"/previews/PR3974/reference/blocks/axis#xlabel","267":"/previews/PR3974/reference/blocks/axis#xlabelcolor","268":"/previews/PR3974/reference/blocks/axis#xlabelfont","269":"/previews/PR3974/reference/blocks/axis#xlabelpadding","270":"/previews/PR3974/reference/blocks/axis#xlabelrotation","271":"/previews/PR3974/reference/blocks/axis#xlabelsize","272":"/previews/PR3974/reference/blocks/axis#xlabelvisible","273":"/previews/PR3974/reference/blocks/axis#xminorgridcolor","274":"/previews/PR3974/reference/blocks/axis#xminorgridstyle","275":"/previews/PR3974/reference/blocks/axis#xminorgridvisible","276":"/previews/PR3974/reference/blocks/axis#xminorgridwidth","277":"/previews/PR3974/reference/blocks/axis#xminortickalign","278":"/previews/PR3974/reference/blocks/axis#xminortickcolor","279":"/previews/PR3974/reference/blocks/axis#xminorticks","280":"/previews/PR3974/reference/blocks/axis#xminorticksize","281":"/previews/PR3974/reference/blocks/axis#xminorticksvisible","282":"/previews/PR3974/reference/blocks/axis#xminortickwidth","283":"/previews/PR3974/reference/blocks/axis#xpankey","284":"/previews/PR3974/reference/blocks/axis#xpanlock","285":"/previews/PR3974/reference/blocks/axis#xrectzoom","286":"/previews/PR3974/reference/blocks/axis#xreversed","287":"/previews/PR3974/reference/blocks/axis#xscale","288":"/previews/PR3974/reference/blocks/axis#xtickalign","289":"/previews/PR3974/reference/blocks/axis#xtickcolor","290":"/previews/PR3974/reference/blocks/axis#xtickformat","291":"/previews/PR3974/reference/blocks/axis#xticklabelalign","292":"/previews/PR3974/reference/blocks/axis#xticklabelcolor","293":"/previews/PR3974/reference/blocks/axis#xticklabelfont","294":"/previews/PR3974/reference/blocks/axis#xticklabelpad","295":"/previews/PR3974/reference/blocks/axis#xticklabelrotation","296":"/previews/PR3974/reference/blocks/axis#xticklabelsize","297":"/previews/PR3974/reference/blocks/axis#xticklabelspace","298":"/previews/PR3974/reference/blocks/axis#xticklabelsvisible","299":"/previews/PR3974/reference/blocks/axis#xticks","300":"/previews/PR3974/reference/blocks/axis#xticksize","301":"/previews/PR3974/reference/blocks/axis#xticksmirrored","302":"/previews/PR3974/reference/blocks/axis#xticksvisible","303":"/previews/PR3974/reference/blocks/axis#xtickwidth","304":"/previews/PR3974/reference/blocks/axis#xtrimspine","305":"/previews/PR3974/reference/blocks/axis#xzoomkey","306":"/previews/PR3974/reference/blocks/axis#xzoomlock","307":"/previews/PR3974/reference/blocks/axis#yautolimitmargin","308":"/previews/PR3974/reference/blocks/axis#yaxisposition","309":"/previews/PR3974/reference/blocks/axis#ygridcolor","310":"/previews/PR3974/reference/blocks/axis#ygridstyle","311":"/previews/PR3974/reference/blocks/axis#ygridvisible","312":"/previews/PR3974/reference/blocks/axis#ygridwidth","313":"/previews/PR3974/reference/blocks/axis#ylabel","314":"/previews/PR3974/reference/blocks/axis#ylabelcolor","315":"/previews/PR3974/reference/blocks/axis#ylabelfont","316":"/previews/PR3974/reference/blocks/axis#ylabelpadding","317":"/previews/PR3974/reference/blocks/axis#ylabelrotation","318":"/previews/PR3974/reference/blocks/axis#ylabelsize","319":"/previews/PR3974/reference/blocks/axis#ylabelvisible","320":"/previews/PR3974/reference/blocks/axis#yminorgridcolor","321":"/previews/PR3974/reference/blocks/axis#yminorgridstyle","322":"/previews/PR3974/reference/blocks/axis#yminorgridvisible","323":"/previews/PR3974/reference/blocks/axis#yminorgridwidth","324":"/previews/PR3974/reference/blocks/axis#yminortickalign","325":"/previews/PR3974/reference/blocks/axis#yminortickcolor","326":"/previews/PR3974/reference/blocks/axis#yminorticks","327":"/previews/PR3974/reference/blocks/axis#yminorticksize","328":"/previews/PR3974/reference/blocks/axis#yminorticksvisible","329":"/previews/PR3974/reference/blocks/axis#yminortickwidth","330":"/previews/PR3974/reference/blocks/axis#ypankey","331":"/previews/PR3974/reference/blocks/axis#ypanlock","332":"/previews/PR3974/reference/blocks/axis#yrectzoom","333":"/previews/PR3974/reference/blocks/axis#yreversed","334":"/previews/PR3974/reference/blocks/axis#yscale","335":"/previews/PR3974/reference/blocks/axis#ytickalign","336":"/previews/PR3974/reference/blocks/axis#ytickcolor","337":"/previews/PR3974/reference/blocks/axis#ytickformat","338":"/previews/PR3974/reference/blocks/axis#yticklabelalign","339":"/previews/PR3974/reference/blocks/axis#yticklabelcolor","340":"/previews/PR3974/reference/blocks/axis#yticklabelfont","341":"/previews/PR3974/reference/blocks/axis#yticklabelpad","342":"/previews/PR3974/reference/blocks/axis#yticklabelrotation","343":"/previews/PR3974/reference/blocks/axis#yticklabelsize","344":"/previews/PR3974/reference/blocks/axis#yticklabelspace","345":"/previews/PR3974/reference/blocks/axis#yticklabelsvisible","346":"/previews/PR3974/reference/blocks/axis#yticks","347":"/previews/PR3974/reference/blocks/axis#yticksize","348":"/previews/PR3974/reference/blocks/axis#yticksmirrored","349":"/previews/PR3974/reference/blocks/axis#yticksvisible","350":"/previews/PR3974/reference/blocks/axis#ytickwidth","351":"/previews/PR3974/reference/blocks/axis#ytrimspine","352":"/previews/PR3974/reference/blocks/axis#yzoomkey","353":"/previews/PR3974/reference/blocks/axis#yzoomlock","354":"/previews/PR3974/reference/blocks/box#box","355":"/previews/PR3974/reference/blocks/box#attributes","356":"/previews/PR3974/reference/blocks/box#alignmode","357":"/previews/PR3974/reference/blocks/box#color","358":"/previews/PR3974/reference/blocks/box#cornerradius","359":"/previews/PR3974/reference/blocks/box#halign","360":"/previews/PR3974/reference/blocks/box#height","361":"/previews/PR3974/reference/blocks/box#linestyle","362":"/previews/PR3974/reference/blocks/box#strokecolor","363":"/previews/PR3974/reference/blocks/box#strokevisible","364":"/previews/PR3974/reference/blocks/box#strokewidth","365":"/previews/PR3974/reference/blocks/box#tellheight","366":"/previews/PR3974/reference/blocks/box#tellwidth","367":"/previews/PR3974/reference/blocks/box#valign","368":"/previews/PR3974/reference/blocks/box#visible","369":"/previews/PR3974/reference/blocks/box#width","370":"/previews/PR3974/reference/blocks/axis3#axis3","371":"/previews/PR3974/reference/blocks/axis3#attributes","372":"/previews/PR3974/reference/blocks/axis3#alignmode","373":"/previews/PR3974/reference/blocks/axis3#aspect","374":"/previews/PR3974/reference/blocks/axis3#azimuth","375":"/previews/PR3974/reference/blocks/axis3#backgroundcolor","376":"/previews/PR3974/reference/blocks/axis3#dim1-conversion","377":"/previews/PR3974/reference/blocks/axis3#dim2-conversion","378":"/previews/PR3974/reference/blocks/axis3#dim3-conversion","379":"/previews/PR3974/reference/blocks/axis3#elevation","380":"/previews/PR3974/reference/blocks/axis3#halign","381":"/previews/PR3974/reference/blocks/axis3#height","382":"/previews/PR3974/reference/blocks/axis3#limits","383":"/previews/PR3974/reference/blocks/axis3#perspectiveness","384":"/previews/PR3974/reference/blocks/axis3#protrusions","385":"/previews/PR3974/reference/blocks/axis3#targetlimits","386":"/previews/PR3974/reference/blocks/axis3#tellheight","387":"/previews/PR3974/reference/blocks/axis3#tellwidth","388":"/previews/PR3974/reference/blocks/axis3#title","389":"/previews/PR3974/reference/blocks/axis3#titlealign","390":"/previews/PR3974/reference/blocks/axis3#titlecolor","391":"/previews/PR3974/reference/blocks/axis3#titlefont","392":"/previews/PR3974/reference/blocks/axis3#titlegap","393":"/previews/PR3974/reference/blocks/axis3#titlesize","394":"/previews/PR3974/reference/blocks/axis3#titlevisible","395":"/previews/PR3974/reference/blocks/axis3#valign","396":"/previews/PR3974/reference/blocks/axis3#viewmode","397":"/previews/PR3974/reference/blocks/axis3#width","398":"/previews/PR3974/reference/blocks/axis3#xautolimitmargin","399":"/previews/PR3974/reference/blocks/axis3#xgridcolor","400":"/previews/PR3974/reference/blocks/axis3#xgridvisible","401":"/previews/PR3974/reference/blocks/axis3#xgridwidth","402":"/previews/PR3974/reference/blocks/axis3#xlabel","403":"/previews/PR3974/reference/blocks/axis3#xlabelalign","404":"/previews/PR3974/reference/blocks/axis3#xlabelcolor","405":"/previews/PR3974/reference/blocks/axis3#xlabelfont","406":"/previews/PR3974/reference/blocks/axis3#xlabeloffset","407":"/previews/PR3974/reference/blocks/axis3#xlabelrotation","408":"/previews/PR3974/reference/blocks/axis3#xlabelsize","409":"/previews/PR3974/reference/blocks/axis3#xlabelvisible","410":"/previews/PR3974/reference/blocks/axis3#xreversed","411":"/previews/PR3974/reference/blocks/axis3#xspinecolor-1","412":"/previews/PR3974/reference/blocks/axis3#xspinecolor-2","413":"/previews/PR3974/reference/blocks/axis3#xspinecolor-3","414":"/previews/PR3974/reference/blocks/axis3#xspinesvisible","415":"/previews/PR3974/reference/blocks/axis3#xspinewidth","416":"/previews/PR3974/reference/blocks/axis3#xtickcolor","417":"/previews/PR3974/reference/blocks/axis3#xtickformat","418":"/previews/PR3974/reference/blocks/axis3#xticklabelcolor","419":"/previews/PR3974/reference/blocks/axis3#xticklabelfont","420":"/previews/PR3974/reference/blocks/axis3#xticklabelpad","421":"/previews/PR3974/reference/blocks/axis3#xticklabelsize","422":"/previews/PR3974/reference/blocks/axis3#xticklabelsvisible","423":"/previews/PR3974/reference/blocks/axis3#xticks","424":"/previews/PR3974/reference/blocks/axis3#xticksize","425":"/previews/PR3974/reference/blocks/axis3#xticksvisible","426":"/previews/PR3974/reference/blocks/axis3#xtickwidth","427":"/previews/PR3974/reference/blocks/axis3#xypanelcolor","428":"/previews/PR3974/reference/blocks/axis3#xypanelvisible","429":"/previews/PR3974/reference/blocks/axis3#xzpanelcolor","430":"/previews/PR3974/reference/blocks/axis3#xzpanelvisible","431":"/previews/PR3974/reference/blocks/axis3#yautolimitmargin","432":"/previews/PR3974/reference/blocks/axis3#ygridcolor","433":"/previews/PR3974/reference/blocks/axis3#ygridvisible","434":"/previews/PR3974/reference/blocks/axis3#ygridwidth","435":"/previews/PR3974/reference/blocks/axis3#ylabel","436":"/previews/PR3974/reference/blocks/axis3#ylabelalign","437":"/previews/PR3974/reference/blocks/axis3#ylabelcolor","438":"/previews/PR3974/reference/blocks/axis3#ylabelfont","439":"/previews/PR3974/reference/blocks/axis3#ylabeloffset","440":"/previews/PR3974/reference/blocks/axis3#ylabelrotation","441":"/previews/PR3974/reference/blocks/axis3#ylabelsize","442":"/previews/PR3974/reference/blocks/axis3#ylabelvisible","443":"/previews/PR3974/reference/blocks/axis3#yreversed","444":"/previews/PR3974/reference/blocks/axis3#yspinecolor-1","445":"/previews/PR3974/reference/blocks/axis3#yspinecolor-2","446":"/previews/PR3974/reference/blocks/axis3#yspinecolor-3","447":"/previews/PR3974/reference/blocks/axis3#yspinesvisible","448":"/previews/PR3974/reference/blocks/axis3#yspinewidth","449":"/previews/PR3974/reference/blocks/axis3#ytickcolor","450":"/previews/PR3974/reference/blocks/axis3#ytickformat","451":"/previews/PR3974/reference/blocks/axis3#yticklabelcolor","452":"/previews/PR3974/reference/blocks/axis3#yticklabelfont","453":"/previews/PR3974/reference/blocks/axis3#yticklabelpad","454":"/previews/PR3974/reference/blocks/axis3#yticklabelsize","455":"/previews/PR3974/reference/blocks/axis3#yticklabelsvisible","456":"/previews/PR3974/reference/blocks/axis3#yticks","457":"/previews/PR3974/reference/blocks/axis3#yticksize","458":"/previews/PR3974/reference/blocks/axis3#yticksvisible","459":"/previews/PR3974/reference/blocks/axis3#ytickwidth","460":"/previews/PR3974/reference/blocks/axis3#yzpanelcolor","461":"/previews/PR3974/reference/blocks/axis3#yzpanelvisible","462":"/previews/PR3974/reference/blocks/axis3#zautolimitmargin","463":"/previews/PR3974/reference/blocks/axis3#zgridcolor","464":"/previews/PR3974/reference/blocks/axis3#zgridvisible","465":"/previews/PR3974/reference/blocks/axis3#zgridwidth","466":"/previews/PR3974/reference/blocks/axis3#zlabel","467":"/previews/PR3974/reference/blocks/axis3#zlabelalign","468":"/previews/PR3974/reference/blocks/axis3#zlabelcolor","469":"/previews/PR3974/reference/blocks/axis3#zlabelfont","470":"/previews/PR3974/reference/blocks/axis3#zlabeloffset","471":"/previews/PR3974/reference/blocks/axis3#zlabelrotation","472":"/previews/PR3974/reference/blocks/axis3#zlabelsize","473":"/previews/PR3974/reference/blocks/axis3#zlabelvisible","474":"/previews/PR3974/reference/blocks/axis3#zreversed","475":"/previews/PR3974/reference/blocks/axis3#zspinecolor-1","476":"/previews/PR3974/reference/blocks/axis3#zspinecolor-2","477":"/previews/PR3974/reference/blocks/axis3#zspinecolor-3","478":"/previews/PR3974/reference/blocks/axis3#zspinesvisible","479":"/previews/PR3974/reference/blocks/axis3#zspinewidth","480":"/previews/PR3974/reference/blocks/axis3#ztickcolor","481":"/previews/PR3974/reference/blocks/axis3#ztickformat","482":"/previews/PR3974/reference/blocks/axis3#zticklabelcolor","483":"/previews/PR3974/reference/blocks/axis3#zticklabelfont","484":"/previews/PR3974/reference/blocks/axis3#zticklabelpad","485":"/previews/PR3974/reference/blocks/axis3#zticklabelsize","486":"/previews/PR3974/reference/blocks/axis3#zticklabelsvisible","487":"/previews/PR3974/reference/blocks/axis3#zticks","488":"/previews/PR3974/reference/blocks/axis3#zticksize","489":"/previews/PR3974/reference/blocks/axis3#zticksvisible","490":"/previews/PR3974/reference/blocks/axis3#ztickwidth","491":"/previews/PR3974/reference/blocks/button#button","492":"/previews/PR3974/reference/blocks/button#attributes","493":"/previews/PR3974/reference/blocks/button#alignmode","494":"/previews/PR3974/reference/blocks/button#buttoncolor","495":"/previews/PR3974/reference/blocks/button#buttoncolor-active","496":"/previews/PR3974/reference/blocks/button#buttoncolor-hover","497":"/previews/PR3974/reference/blocks/button#clicks","498":"/previews/PR3974/reference/blocks/button#cornerradius","499":"/previews/PR3974/reference/blocks/button#cornersegments","500":"/previews/PR3974/reference/blocks/button#font","501":"/previews/PR3974/reference/blocks/button#fontsize","502":"/previews/PR3974/reference/blocks/button#halign","503":"/previews/PR3974/reference/blocks/button#height","504":"/previews/PR3974/reference/blocks/button#label","505":"/previews/PR3974/reference/blocks/button#labelcolor","506":"/previews/PR3974/reference/blocks/button#labelcolor-active","507":"/previews/PR3974/reference/blocks/button#labelcolor-hover","508":"/previews/PR3974/reference/blocks/button#padding","509":"/previews/PR3974/reference/blocks/button#strokecolor","510":"/previews/PR3974/reference/blocks/button#strokewidth","511":"/previews/PR3974/reference/blocks/button#tellheight","512":"/previews/PR3974/reference/blocks/button#tellwidth","513":"/previews/PR3974/reference/blocks/button#valign","514":"/previews/PR3974/reference/blocks/button#width","515":"/previews/PR3974/reference/blocks/colorbar#colorbar","516":"/previews/PR3974/reference/blocks/colorbar#Experimental-Categorical-support","517":"/previews/PR3974/reference/blocks/colorbar#attributes","518":"/previews/PR3974/reference/blocks/colorbar#alignmode","519":"/previews/PR3974/reference/blocks/colorbar#bottomspinecolor","520":"/previews/PR3974/reference/blocks/colorbar#bottomspinevisible","521":"/previews/PR3974/reference/blocks/colorbar#colormap","522":"/previews/PR3974/reference/blocks/colorbar#colorrange","523":"/previews/PR3974/reference/blocks/colorbar#flip-vertical-label","524":"/previews/PR3974/reference/blocks/colorbar#flipaxis","525":"/previews/PR3974/reference/blocks/colorbar#halign","526":"/previews/PR3974/reference/blocks/colorbar#height","527":"/previews/PR3974/reference/blocks/colorbar#highclip","528":"/previews/PR3974/reference/blocks/colorbar#label","529":"/previews/PR3974/reference/blocks/colorbar#labelcolor","530":"/previews/PR3974/reference/blocks/colorbar#labelfont","531":"/previews/PR3974/reference/blocks/colorbar#labelpadding","532":"/previews/PR3974/reference/blocks/colorbar#labelrotation","533":"/previews/PR3974/reference/blocks/colorbar#labelsize","534":"/previews/PR3974/reference/blocks/colorbar#labelvisible","535":"/previews/PR3974/reference/blocks/colorbar#leftspinecolor","536":"/previews/PR3974/reference/blocks/colorbar#leftspinevisible","537":"/previews/PR3974/reference/blocks/colorbar#limits","538":"/previews/PR3974/reference/blocks/colorbar#lowclip","539":"/previews/PR3974/reference/blocks/colorbar#minortickalign","540":"/previews/PR3974/reference/blocks/colorbar#minortickcolor","541":"/previews/PR3974/reference/blocks/colorbar#minorticks","542":"/previews/PR3974/reference/blocks/colorbar#minorticksize","543":"/previews/PR3974/reference/blocks/colorbar#minorticksvisible","544":"/previews/PR3974/reference/blocks/colorbar#minortickwidth","545":"/previews/PR3974/reference/blocks/colorbar#nsteps","546":"/previews/PR3974/reference/blocks/colorbar#rightspinecolor","547":"/previews/PR3974/reference/blocks/colorbar#rightspinevisible","548":"/previews/PR3974/reference/blocks/colorbar#scale","549":"/previews/PR3974/reference/blocks/colorbar#size","550":"/previews/PR3974/reference/blocks/colorbar#spinewidth","551":"/previews/PR3974/reference/blocks/colorbar#tellheight","552":"/previews/PR3974/reference/blocks/colorbar#tellwidth","553":"/previews/PR3974/reference/blocks/colorbar#tickalign","554":"/previews/PR3974/reference/blocks/colorbar#tickcolor","555":"/previews/PR3974/reference/blocks/colorbar#tickformat","556":"/previews/PR3974/reference/blocks/colorbar#ticklabelalign","557":"/previews/PR3974/reference/blocks/colorbar#ticklabelcolor","558":"/previews/PR3974/reference/blocks/colorbar#ticklabelfont","559":"/previews/PR3974/reference/blocks/colorbar#ticklabelpad","560":"/previews/PR3974/reference/blocks/colorbar#ticklabelrotation","561":"/previews/PR3974/reference/blocks/colorbar#ticklabelsize","562":"/previews/PR3974/reference/blocks/colorbar#ticklabelspace","563":"/previews/PR3974/reference/blocks/colorbar#ticklabelsvisible","564":"/previews/PR3974/reference/blocks/colorbar#ticks","565":"/previews/PR3974/reference/blocks/colorbar#ticksize","566":"/previews/PR3974/reference/blocks/colorbar#ticksvisible","567":"/previews/PR3974/reference/blocks/colorbar#tickwidth","568":"/previews/PR3974/reference/blocks/colorbar#topspinecolor","569":"/previews/PR3974/reference/blocks/colorbar#topspinevisible","570":"/previews/PR3974/reference/blocks/colorbar#valign","571":"/previews/PR3974/reference/blocks/colorbar#vertical","572":"/previews/PR3974/reference/blocks/colorbar#width","573":"/previews/PR3974/reference/blocks/gridlayout#gridlayout","574":"/previews/PR3974/reference/blocks/gridlayout#Setting-column-and-row-sizes-correctly","575":"/previews/PR3974/reference/blocks/gridlayout#fixed","576":"/previews/PR3974/reference/blocks/gridlayout#relative","577":"/previews/PR3974/reference/blocks/gridlayout#auto","578":"/previews/PR3974/reference/blocks/gridlayout#aspect","579":"/previews/PR3974/reference/blocks/gridlayout#nesting","580":"/previews/PR3974/reference/blocks/gridlayout#alignment","581":"/previews/PR3974/reference/blocks/gridlayout#Spanned-Placement","582":"/previews/PR3974/reference/blocks/gridlayout#Adding-rows-and-columns-by-indexing","583":"/previews/PR3974/reference/blocks/gridlayout#Trimming-empty-rows-and-columns","584":"/previews/PR3974/reference/blocks/gridlayout#Tweaking-space-between-rows-and-columns","585":"/previews/PR3974/reference/blocks/intervalslider#intervalslider","586":"/previews/PR3974/reference/blocks/intervalslider#attributes","587":"/previews/PR3974/reference/blocks/intervalslider#alignmode","588":"/previews/PR3974/reference/blocks/intervalslider#color-active","589":"/previews/PR3974/reference/blocks/intervalslider#color-active-dimmed","590":"/previews/PR3974/reference/blocks/intervalslider#color-inactive","591":"/previews/PR3974/reference/blocks/intervalslider#halign","592":"/previews/PR3974/reference/blocks/intervalslider#height","593":"/previews/PR3974/reference/blocks/intervalslider#horizontal","594":"/previews/PR3974/reference/blocks/intervalslider#interval","595":"/previews/PR3974/reference/blocks/intervalslider#linewidth","596":"/previews/PR3974/reference/blocks/intervalslider#range","597":"/previews/PR3974/reference/blocks/intervalslider#snap","598":"/previews/PR3974/reference/blocks/intervalslider#startvalues","599":"/previews/PR3974/reference/blocks/intervalslider#tellheight","600":"/previews/PR3974/reference/blocks/intervalslider#tellwidth","601":"/previews/PR3974/reference/blocks/intervalslider#valign","602":"/previews/PR3974/reference/blocks/intervalslider#width","603":"/previews/PR3974/reference/blocks/label#label","604":"/previews/PR3974/reference/blocks/label#attributes","605":"/previews/PR3974/reference/blocks/label#alignmode","606":"/previews/PR3974/reference/blocks/label#color","607":"/previews/PR3974/reference/blocks/label#font","608":"/previews/PR3974/reference/blocks/label#fontsize","609":"/previews/PR3974/reference/blocks/label#halign","610":"/previews/PR3974/reference/blocks/label#height","611":"/previews/PR3974/reference/blocks/label#justification","612":"/previews/PR3974/reference/blocks/label#lineheight","613":"/previews/PR3974/reference/blocks/label#padding","614":"/previews/PR3974/reference/blocks/label#rotation","615":"/previews/PR3974/reference/blocks/label#tellheight","616":"/previews/PR3974/reference/blocks/label#tellwidth","617":"/previews/PR3974/reference/blocks/label#text","618":"/previews/PR3974/reference/blocks/label#valign","619":"/previews/PR3974/reference/blocks/label#visible","620":"/previews/PR3974/reference/blocks/label#width","621":"/previews/PR3974/reference/blocks/label#word-wrap","622":"/previews/PR3974/reference/blocks/legend#legend","623":"/previews/PR3974/reference/blocks/legend#Creating-A-Legend-From-Elements","624":"/previews/PR3974/reference/blocks/legend#Legend-element-attributes","625":"/previews/PR3974/reference/blocks/legend#Creating-A-Legend-From-An-Axis","626":"/previews/PR3974/reference/blocks/legend#Legend-Inside-An-Axis","627":"/previews/PR3974/reference/blocks/legend#Creating-Legend-Entries-Manually","628":"/previews/PR3974/reference/blocks/legend#Multi-Group-Legends","629":"/previews/PR3974/reference/blocks/legend#attributes","630":"/previews/PR3974/reference/blocks/legend#alignmode","631":"/previews/PR3974/reference/blocks/legend#backgroundcolor","632":"/previews/PR3974/reference/blocks/legend#bgcolor","633":"/previews/PR3974/reference/blocks/legend#colgap","634":"/previews/PR3974/reference/blocks/legend#framecolor","635":"/previews/PR3974/reference/blocks/legend#framevisible","636":"/previews/PR3974/reference/blocks/legend#framewidth","637":"/previews/PR3974/reference/blocks/legend#gridshalign","638":"/previews/PR3974/reference/blocks/legend#gridsvalign","639":"/previews/PR3974/reference/blocks/legend#groupgap","640":"/previews/PR3974/reference/blocks/legend#halign","641":"/previews/PR3974/reference/blocks/legend#height","642":"/previews/PR3974/reference/blocks/legend#label","643":"/previews/PR3974/reference/blocks/legend#labelcolor","644":"/previews/PR3974/reference/blocks/legend#labelfont","645":"/previews/PR3974/reference/blocks/legend#labelhalign","646":"/previews/PR3974/reference/blocks/legend#labeljustification","647":"/previews/PR3974/reference/blocks/legend#labelsize","648":"/previews/PR3974/reference/blocks/legend#labelvalign","649":"/previews/PR3974/reference/blocks/legend#linecolor","650":"/previews/PR3974/reference/blocks/legend#linecolormap","651":"/previews/PR3974/reference/blocks/legend#linecolorrange","652":"/previews/PR3974/reference/blocks/legend#linepoints","653":"/previews/PR3974/reference/blocks/legend#linestyle","654":"/previews/PR3974/reference/blocks/legend#linewidth","655":"/previews/PR3974/reference/blocks/legend#margin","656":"/previews/PR3974/reference/blocks/legend#marker","657":"/previews/PR3974/reference/blocks/legend#markercolor","658":"/previews/PR3974/reference/blocks/legend#markercolormap","659":"/previews/PR3974/reference/blocks/legend#markercolorrange","660":"/previews/PR3974/reference/blocks/legend#markerpoints","661":"/previews/PR3974/reference/blocks/legend#markersize","662":"/previews/PR3974/reference/blocks/legend#markerstrokecolor","663":"/previews/PR3974/reference/blocks/legend#markerstrokewidth","664":"/previews/PR3974/reference/blocks/legend#nbanks","665":"/previews/PR3974/reference/blocks/legend#orientation","666":"/previews/PR3974/reference/blocks/legend#padding","667":"/previews/PR3974/reference/blocks/legend#patchcolor","668":"/previews/PR3974/reference/blocks/legend#patchlabelgap","669":"/previews/PR3974/reference/blocks/legend#patchsize","670":"/previews/PR3974/reference/blocks/legend#patchstrokecolor","671":"/previews/PR3974/reference/blocks/legend#patchstrokewidth","672":"/previews/PR3974/reference/blocks/legend#polycolor","673":"/previews/PR3974/reference/blocks/legend#polycolormap","674":"/previews/PR3974/reference/blocks/legend#polycolorrange","675":"/previews/PR3974/reference/blocks/legend#polypoints","676":"/previews/PR3974/reference/blocks/legend#polystrokecolor","677":"/previews/PR3974/reference/blocks/legend#polystrokewidth","678":"/previews/PR3974/reference/blocks/legend#rowgap","679":"/previews/PR3974/reference/blocks/legend#tellheight","680":"/previews/PR3974/reference/blocks/legend#tellwidth","681":"/previews/PR3974/reference/blocks/legend#titlecolor","682":"/previews/PR3974/reference/blocks/legend#titlefont","683":"/previews/PR3974/reference/blocks/legend#titlegap","684":"/previews/PR3974/reference/blocks/legend#titlehalign","685":"/previews/PR3974/reference/blocks/legend#titleposition","686":"/previews/PR3974/reference/blocks/legend#titlesize","687":"/previews/PR3974/reference/blocks/legend#titlevalign","688":"/previews/PR3974/reference/blocks/legend#titlevisible","689":"/previews/PR3974/reference/blocks/legend#valign","690":"/previews/PR3974/reference/blocks/legend#width","691":"/previews/PR3974/reference/blocks/lscene#lscene","692":"/previews/PR3974/reference/blocks/lscene#attributes","693":"/previews/PR3974/reference/blocks/lscene#alignmode","694":"/previews/PR3974/reference/blocks/lscene#dim1-conversion","695":"/previews/PR3974/reference/blocks/lscene#dim2-conversion","696":"/previews/PR3974/reference/blocks/lscene#dim3-conversion","697":"/previews/PR3974/reference/blocks/lscene#halign","698":"/previews/PR3974/reference/blocks/lscene#height","699":"/previews/PR3974/reference/blocks/lscene#show-axis","700":"/previews/PR3974/reference/blocks/lscene#tellheight","701":"/previews/PR3974/reference/blocks/lscene#tellwidth","702":"/previews/PR3974/reference/blocks/lscene#valign","703":"/previews/PR3974/reference/blocks/lscene#width","704":"/previews/PR3974/reference/blocks/menu#menu","705":"/previews/PR3974/reference/blocks/menu#Menu-direction","706":"/previews/PR3974/reference/blocks/menu#attributes","707":"/previews/PR3974/reference/blocks/menu#alignmode","708":"/previews/PR3974/reference/blocks/menu#cell-color-active","709":"/previews/PR3974/reference/blocks/menu#cell-color-hover","710":"/previews/PR3974/reference/blocks/menu#cell-color-inactive-even","711":"/previews/PR3974/reference/blocks/menu#cell-color-inactive-odd","712":"/previews/PR3974/reference/blocks/menu#direction","713":"/previews/PR3974/reference/blocks/menu#dropdown-arrow-color","714":"/previews/PR3974/reference/blocks/menu#dropdown-arrow-size","715":"/previews/PR3974/reference/blocks/menu#fontsize","716":"/previews/PR3974/reference/blocks/menu#halign","717":"/previews/PR3974/reference/blocks/menu#height","718":"/previews/PR3974/reference/blocks/menu#i-selected","719":"/previews/PR3974/reference/blocks/menu#is-open","720":"/previews/PR3974/reference/blocks/menu#options","721":"/previews/PR3974/reference/blocks/menu#prompt","722":"/previews/PR3974/reference/blocks/menu#scroll-speed","723":"/previews/PR3974/reference/blocks/menu#selection","724":"/previews/PR3974/reference/blocks/menu#selection-cell-color-inactive","725":"/previews/PR3974/reference/blocks/menu#tellheight","726":"/previews/PR3974/reference/blocks/menu#tellwidth","727":"/previews/PR3974/reference/blocks/menu#textcolor","728":"/previews/PR3974/reference/blocks/menu#textpadding","729":"/previews/PR3974/reference/blocks/menu#valign","730":"/previews/PR3974/reference/blocks/menu#width","731":"/previews/PR3974/reference/blocks/overview#overview","732":"/previews/PR3974/reference/blocks/overview#axis","733":"/previews/PR3974/reference/blocks/overview#axis3","734":"/previews/PR3974/reference/blocks/overview#box","735":"/previews/PR3974/reference/blocks/overview#button","736":"/previews/PR3974/reference/blocks/overview#colorbar","737":"/previews/PR3974/reference/blocks/overview#gridlayout","738":"/previews/PR3974/reference/blocks/overview#intervalslider","739":"/previews/PR3974/reference/blocks/overview#label","740":"/previews/PR3974/reference/blocks/overview#legend","741":"/previews/PR3974/reference/blocks/overview#lscene","742":"/previews/PR3974/reference/blocks/overview#menu","743":"/previews/PR3974/reference/blocks/overview#polaraxis","744":"/previews/PR3974/reference/blocks/overview#slider","745":"/previews/PR3974/reference/blocks/overview#slidergrid","746":"/previews/PR3974/reference/blocks/overview#textbox","747":"/previews/PR3974/reference/blocks/overview#toggle","748":"/previews/PR3974/reference/blocks/polaraxis#polaraxis","749":"/previews/PR3974/reference/blocks/polaraxis#Creating-a-PolarAxis","750":"/previews/PR3974/reference/blocks/polaraxis#Plotting-into-an-PolarAxis","751":"/previews/PR3974/reference/blocks/polaraxis#PolarAxis-Limits","752":"/previews/PR3974/reference/blocks/polaraxis#Plot-type-compatability","753":"/previews/PR3974/reference/blocks/polaraxis#Hiding-spines-and-decorations","754":"/previews/PR3974/reference/blocks/polaraxis#interactivity","755":"/previews/PR3974/reference/blocks/polaraxis#Other-Notes","756":"/previews/PR3974/reference/blocks/polaraxis#Plotting-outside-a-PolarAxis","757":"/previews/PR3974/reference/blocks/polaraxis#Radial-Offset","758":"/previews/PR3974/reference/blocks/polaraxis#Radial-clipping","759":"/previews/PR3974/reference/blocks/polaraxis#attributes","760":"/previews/PR3974/reference/blocks/polaraxis#alignmode","761":"/previews/PR3974/reference/blocks/polaraxis#axis-rotation-button","762":"/previews/PR3974/reference/blocks/polaraxis#backgroundcolor","763":"/previews/PR3974/reference/blocks/polaraxis#clip","764":"/previews/PR3974/reference/blocks/polaraxis#clip-r","765":"/previews/PR3974/reference/blocks/polaraxis#clipcolor","766":"/previews/PR3974/reference/blocks/polaraxis#dim1-conversion","767":"/previews/PR3974/reference/blocks/polaraxis#dim2-conversion","768":"/previews/PR3974/reference/blocks/polaraxis#direction","769":"/previews/PR3974/reference/blocks/polaraxis#fixrmin","770":"/previews/PR3974/reference/blocks/polaraxis#gridz","771":"/previews/PR3974/reference/blocks/polaraxis#halign","772":"/previews/PR3974/reference/blocks/polaraxis#height","773":"/previews/PR3974/reference/blocks/polaraxis#normalize-theta-ticks","774":"/previews/PR3974/reference/blocks/polaraxis#r-translation-button","775":"/previews/PR3974/reference/blocks/polaraxis#radius-at-origin","776":"/previews/PR3974/reference/blocks/polaraxis#rautolimitmargin","777":"/previews/PR3974/reference/blocks/polaraxis#reset-axis-orientation","778":"/previews/PR3974/reference/blocks/polaraxis#reset-button","779":"/previews/PR3974/reference/blocks/polaraxis#rgridcolor","780":"/previews/PR3974/reference/blocks/polaraxis#rgridstyle","781":"/previews/PR3974/reference/blocks/polaraxis#rgridvisible","782":"/previews/PR3974/reference/blocks/polaraxis#rgridwidth","783":"/previews/PR3974/reference/blocks/polaraxis#rlimits","784":"/previews/PR3974/reference/blocks/polaraxis#rminorgridcolor","785":"/previews/PR3974/reference/blocks/polaraxis#rminorgridstyle","786":"/previews/PR3974/reference/blocks/polaraxis#rminorgridvisible","787":"/previews/PR3974/reference/blocks/polaraxis#rminorgridwidth","788":"/previews/PR3974/reference/blocks/polaraxis#rminorticks","789":"/previews/PR3974/reference/blocks/polaraxis#rtickangle","790":"/previews/PR3974/reference/blocks/polaraxis#rtickformat","791":"/previews/PR3974/reference/blocks/polaraxis#rticklabelcolor","792":"/previews/PR3974/reference/blocks/polaraxis#rticklabelfont","793":"/previews/PR3974/reference/blocks/polaraxis#rticklabelpad","794":"/previews/PR3974/reference/blocks/polaraxis#rticklabelrotation","795":"/previews/PR3974/reference/blocks/polaraxis#rticklabelsize","796":"/previews/PR3974/reference/blocks/polaraxis#rticklabelstrokecolor","797":"/previews/PR3974/reference/blocks/polaraxis#rticklabelstrokewidth","798":"/previews/PR3974/reference/blocks/polaraxis#rticklabelsvisible","799":"/previews/PR3974/reference/blocks/polaraxis#rticks","800":"/previews/PR3974/reference/blocks/polaraxis#rzoomkey","801":"/previews/PR3974/reference/blocks/polaraxis#rzoomlock","802":"/previews/PR3974/reference/blocks/polaraxis#sample-density","803":"/previews/PR3974/reference/blocks/polaraxis#spinecolor","804":"/previews/PR3974/reference/blocks/polaraxis#spinestyle","805":"/previews/PR3974/reference/blocks/polaraxis#spinevisible","806":"/previews/PR3974/reference/blocks/polaraxis#spinewidth","807":"/previews/PR3974/reference/blocks/polaraxis#tellheight","808":"/previews/PR3974/reference/blocks/polaraxis#tellwidth","809":"/previews/PR3974/reference/blocks/polaraxis#theta-0","810":"/previews/PR3974/reference/blocks/polaraxis#theta-as-x","811":"/previews/PR3974/reference/blocks/polaraxis#theta-translation-button","812":"/previews/PR3974/reference/blocks/polaraxis#thetaautolimitmargin","813":"/previews/PR3974/reference/blocks/polaraxis#thetagridcolor","814":"/previews/PR3974/reference/blocks/polaraxis#thetagridstyle","815":"/previews/PR3974/reference/blocks/polaraxis#thetagridvisible","816":"/previews/PR3974/reference/blocks/polaraxis#thetagridwidth","817":"/previews/PR3974/reference/blocks/polaraxis#thetalimits","818":"/previews/PR3974/reference/blocks/polaraxis#thetaminorgridcolor","819":"/previews/PR3974/reference/blocks/polaraxis#thetaminorgridstyle","820":"/previews/PR3974/reference/blocks/polaraxis#thetaminorgridvisible","821":"/previews/PR3974/reference/blocks/polaraxis#thetaminorgridwidth","822":"/previews/PR3974/reference/blocks/polaraxis#thetaminorticks","823":"/previews/PR3974/reference/blocks/polaraxis#thetatickformat","824":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelcolor","825":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelfont","826":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelpad","827":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelsize","828":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelstrokecolor","829":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelstrokewidth","830":"/previews/PR3974/reference/blocks/polaraxis#thetaticklabelsvisible","831":"/previews/PR3974/reference/blocks/polaraxis#thetaticks","832":"/previews/PR3974/reference/blocks/polaraxis#thetazoomkey","833":"/previews/PR3974/reference/blocks/polaraxis#thetazoomlock","834":"/previews/PR3974/reference/blocks/polaraxis#title","835":"/previews/PR3974/reference/blocks/polaraxis#titlealign","836":"/previews/PR3974/reference/blocks/polaraxis#titlecolor","837":"/previews/PR3974/reference/blocks/polaraxis#titlefont","838":"/previews/PR3974/reference/blocks/polaraxis#titlegap","839":"/previews/PR3974/reference/blocks/polaraxis#titlesize","840":"/previews/PR3974/reference/blocks/polaraxis#titlevisible","841":"/previews/PR3974/reference/blocks/polaraxis#valign","842":"/previews/PR3974/reference/blocks/polaraxis#width","843":"/previews/PR3974/reference/blocks/polaraxis#zoomspeed","844":"/previews/PR3974/reference/blocks/slider#slider","845":"/previews/PR3974/reference/blocks/slider#Labelled-sliders-and-grids","846":"/previews/PR3974/reference/blocks/slider#attributes","847":"/previews/PR3974/reference/blocks/slider#alignmode","848":"/previews/PR3974/reference/blocks/slider#color-active","849":"/previews/PR3974/reference/blocks/slider#color-active-dimmed","850":"/previews/PR3974/reference/blocks/slider#color-inactive","851":"/previews/PR3974/reference/blocks/slider#halign","852":"/previews/PR3974/reference/blocks/slider#height","853":"/previews/PR3974/reference/blocks/slider#horizontal","854":"/previews/PR3974/reference/blocks/slider#linewidth","855":"/previews/PR3974/reference/blocks/slider#range","856":"/previews/PR3974/reference/blocks/slider#snap","857":"/previews/PR3974/reference/blocks/slider#startvalue","858":"/previews/PR3974/reference/blocks/slider#tellheight","859":"/previews/PR3974/reference/blocks/slider#tellwidth","860":"/previews/PR3974/reference/blocks/slider#valign","861":"/previews/PR3974/reference/blocks/slider#value","862":"/previews/PR3974/reference/blocks/slider#width","863":"/previews/PR3974/reference/blocks/slidergrid#slidergrid","864":"/previews/PR3974/reference/blocks/slidergrid#attributes","865":"/previews/PR3974/reference/blocks/slidergrid#alignmode","866":"/previews/PR3974/reference/blocks/slidergrid#halign","867":"/previews/PR3974/reference/blocks/slidergrid#height","868":"/previews/PR3974/reference/blocks/slidergrid#tellheight","869":"/previews/PR3974/reference/blocks/slidergrid#tellwidth","870":"/previews/PR3974/reference/blocks/slidergrid#valign","871":"/previews/PR3974/reference/blocks/slidergrid#value-column-width","872":"/previews/PR3974/reference/blocks/slidergrid#width","873":"/previews/PR3974/reference/blocks/textbox#textbox","874":"/previews/PR3974/reference/blocks/textbox#validation","875":"/previews/PR3974/reference/blocks/textbox#attributes","876":"/previews/PR3974/reference/blocks/textbox#alignmode","877":"/previews/PR3974/reference/blocks/textbox#bordercolor","878":"/previews/PR3974/reference/blocks/textbox#bordercolor-focused","879":"/previews/PR3974/reference/blocks/textbox#bordercolor-focused-invalid","880":"/previews/PR3974/reference/blocks/textbox#bordercolor-hover","881":"/previews/PR3974/reference/blocks/textbox#borderwidth","882":"/previews/PR3974/reference/blocks/textbox#boxcolor","883":"/previews/PR3974/reference/blocks/textbox#boxcolor-focused","884":"/previews/PR3974/reference/blocks/textbox#boxcolor-focused-invalid","885":"/previews/PR3974/reference/blocks/textbox#boxcolor-hover","886":"/previews/PR3974/reference/blocks/textbox#cornerradius","887":"/previews/PR3974/reference/blocks/textbox#cornersegments","888":"/previews/PR3974/reference/blocks/textbox#cursorcolor","889":"/previews/PR3974/reference/blocks/textbox#defocus-on-submit","890":"/previews/PR3974/reference/blocks/textbox#displayed-string","891":"/previews/PR3974/reference/blocks/textbox#focused","892":"/previews/PR3974/reference/blocks/textbox#font","893":"/previews/PR3974/reference/blocks/textbox#fontsize","894":"/previews/PR3974/reference/blocks/textbox#halign","895":"/previews/PR3974/reference/blocks/textbox#height","896":"/previews/PR3974/reference/blocks/textbox#placeholder","897":"/previews/PR3974/reference/blocks/textbox#reset-on-defocus","898":"/previews/PR3974/reference/blocks/textbox#restriction","899":"/previews/PR3974/reference/blocks/textbox#stored-string","900":"/previews/PR3974/reference/blocks/textbox#tellheight","901":"/previews/PR3974/reference/blocks/textbox#tellwidth","902":"/previews/PR3974/reference/blocks/textbox#textcolor","903":"/previews/PR3974/reference/blocks/textbox#textcolor-placeholder","904":"/previews/PR3974/reference/blocks/textbox#textpadding","905":"/previews/PR3974/reference/blocks/textbox#validator","906":"/previews/PR3974/reference/blocks/textbox#valign","907":"/previews/PR3974/reference/blocks/textbox#width","908":"/previews/PR3974/reference/blocks/toggle#toggle","909":"/previews/PR3974/reference/blocks/toggle#attributes","910":"/previews/PR3974/reference/blocks/toggle#active","911":"/previews/PR3974/reference/blocks/toggle#alignmode","912":"/previews/PR3974/reference/blocks/toggle#buttoncolor","913":"/previews/PR3974/reference/blocks/toggle#cornersegments","914":"/previews/PR3974/reference/blocks/toggle#framecolor-active","915":"/previews/PR3974/reference/blocks/toggle#framecolor-inactive","916":"/previews/PR3974/reference/blocks/toggle#halign","917":"/previews/PR3974/reference/blocks/toggle#height","918":"/previews/PR3974/reference/blocks/toggle#rimfraction","919":"/previews/PR3974/reference/blocks/toggle#tellheight","920":"/previews/PR3974/reference/blocks/toggle#tellwidth","921":"/previews/PR3974/reference/blocks/toggle#toggleduration","922":"/previews/PR3974/reference/blocks/toggle#valign","923":"/previews/PR3974/reference/blocks/toggle#width","924":"/previews/PR3974/reference/plots/ablines#ablines","925":"/previews/PR3974/reference/plots/ablines#attributes","926":"/previews/PR3974/reference/plots/ablines#alpha","927":"/previews/PR3974/reference/plots/ablines#color","928":"/previews/PR3974/reference/plots/ablines#colormap","929":"/previews/PR3974/reference/plots/ablines#colorrange","930":"/previews/PR3974/reference/plots/ablines#colorscale","931":"/previews/PR3974/reference/plots/ablines#cycle","932":"/previews/PR3974/reference/plots/ablines#depth-shift","933":"/previews/PR3974/reference/plots/ablines#fxaa","934":"/previews/PR3974/reference/plots/ablines#highclip","935":"/previews/PR3974/reference/plots/ablines#inspectable","936":"/previews/PR3974/reference/plots/ablines#inspector-clear","937":"/previews/PR3974/reference/plots/ablines#inspector-hover","938":"/previews/PR3974/reference/plots/ablines#inspector-label","939":"/previews/PR3974/reference/plots/ablines#linecap","940":"/previews/PR3974/reference/plots/ablines#linestyle","941":"/previews/PR3974/reference/plots/ablines#linewidth","942":"/previews/PR3974/reference/plots/ablines#lowclip","943":"/previews/PR3974/reference/plots/ablines#model","944":"/previews/PR3974/reference/plots/ablines#nan-color","945":"/previews/PR3974/reference/plots/ablines#overdraw","946":"/previews/PR3974/reference/plots/ablines#space","947":"/previews/PR3974/reference/plots/ablines#ssao","948":"/previews/PR3974/reference/plots/ablines#transformation","949":"/previews/PR3974/reference/plots/ablines#transparency","950":"/previews/PR3974/reference/plots/ablines#visible","951":"/previews/PR3974/reference/plots/arc#arc","952":"/previews/PR3974/reference/plots/arc#examples","953":"/previews/PR3974/reference/plots/arc#attributes","954":"/previews/PR3974/reference/plots/arc#alpha","955":"/previews/PR3974/reference/plots/arc#color","956":"/previews/PR3974/reference/plots/arc#colormap","957":"/previews/PR3974/reference/plots/arc#colorrange","958":"/previews/PR3974/reference/plots/arc#colorscale","959":"/previews/PR3974/reference/plots/arc#cycle","960":"/previews/PR3974/reference/plots/arc#depth-shift","961":"/previews/PR3974/reference/plots/arc#fxaa","962":"/previews/PR3974/reference/plots/arc#highclip","963":"/previews/PR3974/reference/plots/arc#inspectable","964":"/previews/PR3974/reference/plots/arc#inspector-clear","965":"/previews/PR3974/reference/plots/arc#inspector-hover","966":"/previews/PR3974/reference/plots/arc#inspector-label","967":"/previews/PR3974/reference/plots/arc#joinstyle","968":"/previews/PR3974/reference/plots/arc#linecap","969":"/previews/PR3974/reference/plots/arc#linestyle","970":"/previews/PR3974/reference/plots/arc#linewidth","971":"/previews/PR3974/reference/plots/arc#lowclip","972":"/previews/PR3974/reference/plots/arc#miter-limit","973":"/previews/PR3974/reference/plots/arc#model","974":"/previews/PR3974/reference/plots/arc#nan-color","975":"/previews/PR3974/reference/plots/arc#overdraw","976":"/previews/PR3974/reference/plots/arc#resolution","977":"/previews/PR3974/reference/plots/arc#space","978":"/previews/PR3974/reference/plots/arc#ssao","979":"/previews/PR3974/reference/plots/arc#transformation","980":"/previews/PR3974/reference/plots/arc#transparency","981":"/previews/PR3974/reference/plots/arc#visible","982":"/previews/PR3974/reference/plots/arrows#arrows","983":"/previews/PR3974/reference/plots/arrows#examples","984":"/previews/PR3974/reference/plots/arrows#attributes","985":"/previews/PR3974/reference/plots/arrows#align","986":"/previews/PR3974/reference/plots/arrows#alpha","987":"/previews/PR3974/reference/plots/arrows#arrowcolor","988":"/previews/PR3974/reference/plots/arrows#arrowhead","989":"/previews/PR3974/reference/plots/arrows#arrowsize","990":"/previews/PR3974/reference/plots/arrows#arrowtail","991":"/previews/PR3974/reference/plots/arrows#backlight","992":"/previews/PR3974/reference/plots/arrows#color","993":"/previews/PR3974/reference/plots/arrows#colormap","994":"/previews/PR3974/reference/plots/arrows#colorrange","995":"/previews/PR3974/reference/plots/arrows#colorscale","996":"/previews/PR3974/reference/plots/arrows#depth-shift","997":"/previews/PR3974/reference/plots/arrows#diffuse","998":"/previews/PR3974/reference/plots/arrows#fxaa","999":"/previews/PR3974/reference/plots/arrows#highclip","1000":"/previews/PR3974/reference/plots/arrows#inspectable","1001":"/previews/PR3974/reference/plots/arrows#inspector-clear","1002":"/previews/PR3974/reference/plots/arrows#inspector-hover","1003":"/previews/PR3974/reference/plots/arrows#inspector-label","1004":"/previews/PR3974/reference/plots/arrows#lengthscale","1005":"/previews/PR3974/reference/plots/arrows#linecolor","1006":"/previews/PR3974/reference/plots/arrows#linestyle","1007":"/previews/PR3974/reference/plots/arrows#linewidth","1008":"/previews/PR3974/reference/plots/arrows#lowclip","1009":"/previews/PR3974/reference/plots/arrows#markerspace","1010":"/previews/PR3974/reference/plots/arrows#material","1011":"/previews/PR3974/reference/plots/arrows#model","1012":"/previews/PR3974/reference/plots/arrows#nan-color","1013":"/previews/PR3974/reference/plots/arrows#normalize","1014":"/previews/PR3974/reference/plots/arrows#overdraw","1015":"/previews/PR3974/reference/plots/arrows#quality","1016":"/previews/PR3974/reference/plots/arrows#shading","1017":"/previews/PR3974/reference/plots/arrows#shininess","1018":"/previews/PR3974/reference/plots/arrows#space","1019":"/previews/PR3974/reference/plots/arrows#specular","1020":"/previews/PR3974/reference/plots/arrows#ssao","1021":"/previews/PR3974/reference/plots/arrows#transformation","1022":"/previews/PR3974/reference/plots/arrows#transparency","1023":"/previews/PR3974/reference/plots/arrows#visible","1024":"/previews/PR3974/reference/plots/band#band","1025":"/previews/PR3974/reference/plots/band#examples","1026":"/previews/PR3974/reference/plots/band#attributes","1027":"/previews/PR3974/reference/plots/band#alpha","1028":"/previews/PR3974/reference/plots/band#backlight","1029":"/previews/PR3974/reference/plots/band#color","1030":"/previews/PR3974/reference/plots/band#colormap","1031":"/previews/PR3974/reference/plots/band#colorrange","1032":"/previews/PR3974/reference/plots/band#colorscale","1033":"/previews/PR3974/reference/plots/band#cycle","1034":"/previews/PR3974/reference/plots/band#depth-shift","1035":"/previews/PR3974/reference/plots/band#diffuse","1036":"/previews/PR3974/reference/plots/band#fxaa","1037":"/previews/PR3974/reference/plots/band#highclip","1038":"/previews/PR3974/reference/plots/band#inspectable","1039":"/previews/PR3974/reference/plots/band#inspector-clear","1040":"/previews/PR3974/reference/plots/band#inspector-hover","1041":"/previews/PR3974/reference/plots/band#inspector-label","1042":"/previews/PR3974/reference/plots/band#interpolate","1043":"/previews/PR3974/reference/plots/band#lowclip","1044":"/previews/PR3974/reference/plots/band#matcap","1045":"/previews/PR3974/reference/plots/band#material","1046":"/previews/PR3974/reference/plots/band#model","1047":"/previews/PR3974/reference/plots/band#nan-color","1048":"/previews/PR3974/reference/plots/band#overdraw","1049":"/previews/PR3974/reference/plots/band#shading","1050":"/previews/PR3974/reference/plots/band#shininess","1051":"/previews/PR3974/reference/plots/band#space","1052":"/previews/PR3974/reference/plots/band#specular","1053":"/previews/PR3974/reference/plots/band#ssao","1054":"/previews/PR3974/reference/plots/band#transformation","1055":"/previews/PR3974/reference/plots/band#transparency","1056":"/previews/PR3974/reference/plots/band#visible","1057":"/previews/PR3974/reference/plots/barplot#barplot","1058":"/previews/PR3974/reference/plots/barplot#examples","1059":"/previews/PR3974/reference/plots/barplot#attributes","1060":"/previews/PR3974/reference/plots/barplot#alpha","1061":"/previews/PR3974/reference/plots/barplot#bar-labels","1062":"/previews/PR3974/reference/plots/barplot#color","1063":"/previews/PR3974/reference/plots/barplot#color-over-background","1064":"/previews/PR3974/reference/plots/barplot#color-over-bar","1065":"/previews/PR3974/reference/plots/barplot#colormap","1066":"/previews/PR3974/reference/plots/barplot#colorrange","1067":"/previews/PR3974/reference/plots/barplot#colorscale","1068":"/previews/PR3974/reference/plots/barplot#cycle","1069":"/previews/PR3974/reference/plots/barplot#depth-shift","1070":"/previews/PR3974/reference/plots/barplot#direction","1071":"/previews/PR3974/reference/plots/barplot#dodge","1072":"/previews/PR3974/reference/plots/barplot#dodge-gap","1073":"/previews/PR3974/reference/plots/barplot#fillto","1074":"/previews/PR3974/reference/plots/barplot#flip-labels-at","1075":"/previews/PR3974/reference/plots/barplot#fxaa","1076":"/previews/PR3974/reference/plots/barplot#gap","1077":"/previews/PR3974/reference/plots/barplot#highclip","1078":"/previews/PR3974/reference/plots/barplot#inspectable","1079":"/previews/PR3974/reference/plots/barplot#inspector-clear","1080":"/previews/PR3974/reference/plots/barplot#inspector-hover","1081":"/previews/PR3974/reference/plots/barplot#inspector-label","1082":"/previews/PR3974/reference/plots/barplot#label-align","1083":"/previews/PR3974/reference/plots/barplot#label-color","1084":"/previews/PR3974/reference/plots/barplot#label-font","1085":"/previews/PR3974/reference/plots/barplot#label-formatter","1086":"/previews/PR3974/reference/plots/barplot#label-offset","1087":"/previews/PR3974/reference/plots/barplot#label-rotation","1088":"/previews/PR3974/reference/plots/barplot#label-size","1089":"/previews/PR3974/reference/plots/barplot#lowclip","1090":"/previews/PR3974/reference/plots/barplot#model","1091":"/previews/PR3974/reference/plots/barplot#n-dodge","1092":"/previews/PR3974/reference/plots/barplot#nan-color","1093":"/previews/PR3974/reference/plots/barplot#offset","1094":"/previews/PR3974/reference/plots/barplot#overdraw","1095":"/previews/PR3974/reference/plots/barplot#space","1096":"/previews/PR3974/reference/plots/barplot#ssao","1097":"/previews/PR3974/reference/plots/barplot#stack","1098":"/previews/PR3974/reference/plots/barplot#strokecolor","1099":"/previews/PR3974/reference/plots/barplot#strokewidth","1100":"/previews/PR3974/reference/plots/barplot#transformation","1101":"/previews/PR3974/reference/plots/barplot#transparency","1102":"/previews/PR3974/reference/plots/barplot#visible","1103":"/previews/PR3974/reference/plots/barplot#width","1104":"/previews/PR3974/reference/plots/boxplot#boxplot","1105":"/previews/PR3974/reference/plots/boxplot#examples","1106":"/previews/PR3974/reference/plots/boxplot#Using-statistical-weights","1107":"/previews/PR3974/reference/plots/boxplot#Horizontal-axis","1108":"/previews/PR3974/reference/plots/boxplot#attributes","1109":"/previews/PR3974/reference/plots/boxplot#color","1110":"/previews/PR3974/reference/plots/boxplot#colormap","1111":"/previews/PR3974/reference/plots/boxplot#colorrange","1112":"/previews/PR3974/reference/plots/boxplot#colorscale","1113":"/previews/PR3974/reference/plots/boxplot#cycle","1114":"/previews/PR3974/reference/plots/boxplot#dodge","1115":"/previews/PR3974/reference/plots/boxplot#dodge-gap","1116":"/previews/PR3974/reference/plots/boxplot#gap","1117":"/previews/PR3974/reference/plots/boxplot#inspectable","1118":"/previews/PR3974/reference/plots/boxplot#marker","1119":"/previews/PR3974/reference/plots/boxplot#markersize","1120":"/previews/PR3974/reference/plots/boxplot#mediancolor","1121":"/previews/PR3974/reference/plots/boxplot#medianlinewidth","1122":"/previews/PR3974/reference/plots/boxplot#n-dodge","1123":"/previews/PR3974/reference/plots/boxplot#notchwidth","1124":"/previews/PR3974/reference/plots/boxplot#orientation","1125":"/previews/PR3974/reference/plots/boxplot#outliercolor","1126":"/previews/PR3974/reference/plots/boxplot#outlierstrokecolor","1127":"/previews/PR3974/reference/plots/boxplot#outlierstrokewidth","1128":"/previews/PR3974/reference/plots/boxplot#range","1129":"/previews/PR3974/reference/plots/boxplot#show-median","1130":"/previews/PR3974/reference/plots/boxplot#show-notch","1131":"/previews/PR3974/reference/plots/boxplot#show-outliers","1132":"/previews/PR3974/reference/plots/boxplot#strokecolor","1133":"/previews/PR3974/reference/plots/boxplot#strokewidth","1134":"/previews/PR3974/reference/plots/boxplot#weights","1135":"/previews/PR3974/reference/plots/boxplot#whiskercolor","1136":"/previews/PR3974/reference/plots/boxplot#whiskerlinewidth","1137":"/previews/PR3974/reference/plots/boxplot#whiskerwidth","1138":"/previews/PR3974/reference/plots/boxplot#width","1139":"/previews/PR3974/reference/plots/bracket#bracket","1140":"/previews/PR3974/reference/plots/bracket#examples","1141":"/previews/PR3974/reference/plots/bracket#Scalar-arguments","1142":"/previews/PR3974/reference/plots/bracket#Vector-arguments","1143":"/previews/PR3974/reference/plots/bracket#styles","1144":"/previews/PR3974/reference/plots/bracket#attributes","1145":"/previews/PR3974/reference/plots/bracket#align","1146":"/previews/PR3974/reference/plots/bracket#color","1147":"/previews/PR3974/reference/plots/bracket#font","1148":"/previews/PR3974/reference/plots/bracket#fontsize","1149":"/previews/PR3974/reference/plots/bracket#joinstyle","1150":"/previews/PR3974/reference/plots/bracket#justification","1151":"/previews/PR3974/reference/plots/bracket#linecap","1152":"/previews/PR3974/reference/plots/bracket#linestyle","1153":"/previews/PR3974/reference/plots/bracket#linewidth","1154":"/previews/PR3974/reference/plots/bracket#miter-limit","1155":"/previews/PR3974/reference/plots/bracket#offset","1156":"/previews/PR3974/reference/plots/bracket#orientation","1157":"/previews/PR3974/reference/plots/bracket#rotation","1158":"/previews/PR3974/reference/plots/bracket#style","1159":"/previews/PR3974/reference/plots/bracket#text","1160":"/previews/PR3974/reference/plots/bracket#textcolor","1161":"/previews/PR3974/reference/plots/bracket#textoffset","1162":"/previews/PR3974/reference/plots/bracket#width","1163":"/previews/PR3974/reference/plots/contour#contour","1164":"/previews/PR3974/reference/plots/contour#examples","1165":"/previews/PR3974/reference/plots/contour#attributes","1166":"/previews/PR3974/reference/plots/contour#alpha","1167":"/previews/PR3974/reference/plots/contour#color","1168":"/previews/PR3974/reference/plots/contour#colormap","1169":"/previews/PR3974/reference/plots/contour#colorrange","1170":"/previews/PR3974/reference/plots/contour#colorscale","1171":"/previews/PR3974/reference/plots/contour#depth-shift","1172":"/previews/PR3974/reference/plots/contour#enable-depth","1173":"/previews/PR3974/reference/plots/contour#fxaa","1174":"/previews/PR3974/reference/plots/contour#highclip","1175":"/previews/PR3974/reference/plots/contour#inspectable","1176":"/previews/PR3974/reference/plots/contour#inspector-clear","1177":"/previews/PR3974/reference/plots/contour#inspector-hover","1178":"/previews/PR3974/reference/plots/contour#inspector-label","1179":"/previews/PR3974/reference/plots/contour#joinstyle","1180":"/previews/PR3974/reference/plots/contour#labelcolor","1181":"/previews/PR3974/reference/plots/contour#labelfont","1182":"/previews/PR3974/reference/plots/contour#labelformatter","1183":"/previews/PR3974/reference/plots/contour#labels","1184":"/previews/PR3974/reference/plots/contour#labelsize","1185":"/previews/PR3974/reference/plots/contour#levels","1186":"/previews/PR3974/reference/plots/contour#linecap","1187":"/previews/PR3974/reference/plots/contour#linestyle","1188":"/previews/PR3974/reference/plots/contour#linewidth","1189":"/previews/PR3974/reference/plots/contour#lowclip","1190":"/previews/PR3974/reference/plots/contour#miter-limit","1191":"/previews/PR3974/reference/plots/contour#model","1192":"/previews/PR3974/reference/plots/contour#nan-color","1193":"/previews/PR3974/reference/plots/contour#overdraw","1194":"/previews/PR3974/reference/plots/contour#space","1195":"/previews/PR3974/reference/plots/contour#ssao","1196":"/previews/PR3974/reference/plots/contour#transformation","1197":"/previews/PR3974/reference/plots/contour#transparency","1198":"/previews/PR3974/reference/plots/contour#visible","1199":"/previews/PR3974/reference/plots/contour3d#contour3d","1200":"/previews/PR3974/reference/plots/contour3d#examples","1201":"/previews/PR3974/reference/plots/contour3d#attributes","1202":"/previews/PR3974/reference/plots/contour3d#alpha","1203":"/previews/PR3974/reference/plots/contour3d#color","1204":"/previews/PR3974/reference/plots/contour3d#colormap","1205":"/previews/PR3974/reference/plots/contour3d#colorrange","1206":"/previews/PR3974/reference/plots/contour3d#colorscale","1207":"/previews/PR3974/reference/plots/contour3d#depth-shift","1208":"/previews/PR3974/reference/plots/contour3d#enable-depth","1209":"/previews/PR3974/reference/plots/contour3d#fxaa","1210":"/previews/PR3974/reference/plots/contour3d#highclip","1211":"/previews/PR3974/reference/plots/contour3d#inspectable","1212":"/previews/PR3974/reference/plots/contour3d#inspector-clear","1213":"/previews/PR3974/reference/plots/contour3d#inspector-hover","1214":"/previews/PR3974/reference/plots/contour3d#inspector-label","1215":"/previews/PR3974/reference/plots/contour3d#joinstyle","1216":"/previews/PR3974/reference/plots/contour3d#labelcolor","1217":"/previews/PR3974/reference/plots/contour3d#labelfont","1218":"/previews/PR3974/reference/plots/contour3d#labelformatter","1219":"/previews/PR3974/reference/plots/contour3d#labels","1220":"/previews/PR3974/reference/plots/contour3d#labelsize","1221":"/previews/PR3974/reference/plots/contour3d#levels","1222":"/previews/PR3974/reference/plots/contour3d#linecap","1223":"/previews/PR3974/reference/plots/contour3d#linestyle","1224":"/previews/PR3974/reference/plots/contour3d#linewidth","1225":"/previews/PR3974/reference/plots/contour3d#lowclip","1226":"/previews/PR3974/reference/plots/contour3d#miter-limit","1227":"/previews/PR3974/reference/plots/contour3d#model","1228":"/previews/PR3974/reference/plots/contour3d#nan-color","1229":"/previews/PR3974/reference/plots/contour3d#overdraw","1230":"/previews/PR3974/reference/plots/contour3d#space","1231":"/previews/PR3974/reference/plots/contour3d#ssao","1232":"/previews/PR3974/reference/plots/contour3d#transformation","1233":"/previews/PR3974/reference/plots/contour3d#transparency","1234":"/previews/PR3974/reference/plots/contour3d#visible","1235":"/previews/PR3974/reference/plots/contourf#contourf","1236":"/previews/PR3974/reference/plots/contourf#Relative-mode","1237":"/previews/PR3974/reference/plots/contourf#attributes","1238":"/previews/PR3974/reference/plots/contourf#colormap","1239":"/previews/PR3974/reference/plots/contourf#colorscale","1240":"/previews/PR3974/reference/plots/contourf#depth-shift","1241":"/previews/PR3974/reference/plots/contourf#extendhigh","1242":"/previews/PR3974/reference/plots/contourf#extendlow","1243":"/previews/PR3974/reference/plots/contourf#fxaa","1244":"/previews/PR3974/reference/plots/contourf#inspectable","1245":"/previews/PR3974/reference/plots/contourf#inspector-clear","1246":"/previews/PR3974/reference/plots/contourf#inspector-hover","1247":"/previews/PR3974/reference/plots/contourf#inspector-label","1248":"/previews/PR3974/reference/plots/contourf#levels","1249":"/previews/PR3974/reference/plots/contourf#mode","1250":"/previews/PR3974/reference/plots/contourf#model","1251":"/previews/PR3974/reference/plots/contourf#nan-color","1252":"/previews/PR3974/reference/plots/contourf#overdraw","1253":"/previews/PR3974/reference/plots/contourf#space","1254":"/previews/PR3974/reference/plots/contourf#ssao","1255":"/previews/PR3974/reference/plots/contourf#transformation","1256":"/previews/PR3974/reference/plots/contourf#transparency","1257":"/previews/PR3974/reference/plots/contourf#visible","1258":"/previews/PR3974/reference/plots/crossbar#crossbar","1259":"/previews/PR3974/reference/plots/crossbar#examples","1260":"/previews/PR3974/reference/plots/crossbar#attributes","1261":"/previews/PR3974/reference/plots/crossbar#color","1262":"/previews/PR3974/reference/plots/crossbar#colormap","1263":"/previews/PR3974/reference/plots/crossbar#colorrange","1264":"/previews/PR3974/reference/plots/crossbar#colorscale","1265":"/previews/PR3974/reference/plots/crossbar#cycle","1266":"/previews/PR3974/reference/plots/crossbar#dodge","1267":"/previews/PR3974/reference/plots/crossbar#dodge-gap","1268":"/previews/PR3974/reference/plots/crossbar#gap","1269":"/previews/PR3974/reference/plots/crossbar#inspectable","1270":"/previews/PR3974/reference/plots/crossbar#midlinecolor","1271":"/previews/PR3974/reference/plots/crossbar#midlinewidth","1272":"/previews/PR3974/reference/plots/crossbar#n-dodge","1273":"/previews/PR3974/reference/plots/crossbar#notchmax","1274":"/previews/PR3974/reference/plots/crossbar#notchmin","1275":"/previews/PR3974/reference/plots/crossbar#notchwidth","1276":"/previews/PR3974/reference/plots/crossbar#orientation","1277":"/previews/PR3974/reference/plots/crossbar#show-midline","1278":"/previews/PR3974/reference/plots/crossbar#show-notch","1279":"/previews/PR3974/reference/plots/crossbar#strokecolor","1280":"/previews/PR3974/reference/plots/crossbar#strokewidth","1281":"/previews/PR3974/reference/plots/crossbar#width","1282":"/previews/PR3974/reference/plots/datashader#datashader","1283":"/previews/PR3974/reference/plots/datashader#examples","1284":"/previews/PR3974/reference/plots/datashader#airports","1285":"/previews/PR3974/reference/plots/datashader#Strange-Attractors","1286":"/previews/PR3974/reference/plots/datashader#Bigger-examples","1287":"/previews/PR3974/reference/plots/datashader#14-million-point-NYC-taxi-dataset","1288":"/previews/PR3974/reference/plots/datashader#2.7-billion-OSM-GPS-points","1289":"/previews/PR3974/reference/plots/datashader#Categorical-Data","1290":"/previews/PR3974/reference/plots/datashader#Advanced-API","1291":"/previews/PR3974/reference/plots/datashader#attributes","1292":"/previews/PR3974/reference/plots/datashader#agg","1293":"/previews/PR3974/reference/plots/datashader#alpha","1294":"/previews/PR3974/reference/plots/datashader#async","1295":"/previews/PR3974/reference/plots/datashader#binsize","1296":"/previews/PR3974/reference/plots/datashader#colormap","1297":"/previews/PR3974/reference/plots/datashader#colorrange","1298":"/previews/PR3974/reference/plots/datashader#colorscale","1299":"/previews/PR3974/reference/plots/datashader#depth-shift","1300":"/previews/PR3974/reference/plots/datashader#fxaa","1301":"/previews/PR3974/reference/plots/datashader#highclip","1302":"/previews/PR3974/reference/plots/datashader#inspectable","1303":"/previews/PR3974/reference/plots/datashader#inspector-clear","1304":"/previews/PR3974/reference/plots/datashader#inspector-hover","1305":"/previews/PR3974/reference/plots/datashader#inspector-label","1306":"/previews/PR3974/reference/plots/datashader#interpolate","1307":"/previews/PR3974/reference/plots/datashader#local-operation","1308":"/previews/PR3974/reference/plots/datashader#lowclip","1309":"/previews/PR3974/reference/plots/datashader#method","1310":"/previews/PR3974/reference/plots/datashader#model","1311":"/previews/PR3974/reference/plots/datashader#nan-color","1312":"/previews/PR3974/reference/plots/datashader#operation","1313":"/previews/PR3974/reference/plots/datashader#overdraw","1314":"/previews/PR3974/reference/plots/datashader#point-transform","1315":"/previews/PR3974/reference/plots/datashader#show-timings","1316":"/previews/PR3974/reference/plots/datashader#space","1317":"/previews/PR3974/reference/plots/datashader#ssao","1318":"/previews/PR3974/reference/plots/datashader#transformation","1319":"/previews/PR3974/reference/plots/datashader#transparency","1320":"/previews/PR3974/reference/plots/datashader#visible","1321":"/previews/PR3974/reference/plots/density#density","1322":"/previews/PR3974/reference/plots/density#examples","1323":"/previews/PR3974/reference/plots/density#gradients","1324":"/previews/PR3974/reference/plots/density#Using-statistical-weights","1325":"/previews/PR3974/reference/plots/density#attributes","1326":"/previews/PR3974/reference/plots/density#bandwidth","1327":"/previews/PR3974/reference/plots/density#boundary","1328":"/previews/PR3974/reference/plots/density#color","1329":"/previews/PR3974/reference/plots/density#colormap","1330":"/previews/PR3974/reference/plots/density#colorrange","1331":"/previews/PR3974/reference/plots/density#colorscale","1332":"/previews/PR3974/reference/plots/density#cycle","1333":"/previews/PR3974/reference/plots/density#direction","1334":"/previews/PR3974/reference/plots/density#inspectable","1335":"/previews/PR3974/reference/plots/density#linestyle","1336":"/previews/PR3974/reference/plots/density#npoints","1337":"/previews/PR3974/reference/plots/density#offset","1338":"/previews/PR3974/reference/plots/density#strokearound","1339":"/previews/PR3974/reference/plots/density#strokecolor","1340":"/previews/PR3974/reference/plots/density#strokewidth","1341":"/previews/PR3974/reference/plots/density#weights","1342":"/previews/PR3974/reference/plots/ecdf#ecdfplot","1343":"/previews/PR3974/reference/plots/ecdf#examples","1344":"/previews/PR3974/reference/plots/ecdf#attributes","1345":"/previews/PR3974/reference/plots/ecdf#alpha","1346":"/previews/PR3974/reference/plots/ecdf#color","1347":"/previews/PR3974/reference/plots/ecdf#colormap","1348":"/previews/PR3974/reference/plots/ecdf#colorrange","1349":"/previews/PR3974/reference/plots/ecdf#colorscale","1350":"/previews/PR3974/reference/plots/ecdf#cycle","1351":"/previews/PR3974/reference/plots/ecdf#depth-shift","1352":"/previews/PR3974/reference/plots/ecdf#fxaa","1353":"/previews/PR3974/reference/plots/ecdf#highclip","1354":"/previews/PR3974/reference/plots/ecdf#inspectable","1355":"/previews/PR3974/reference/plots/ecdf#inspector-clear","1356":"/previews/PR3974/reference/plots/ecdf#inspector-hover","1357":"/previews/PR3974/reference/plots/ecdf#inspector-label","1358":"/previews/PR3974/reference/plots/ecdf#joinstyle","1359":"/previews/PR3974/reference/plots/ecdf#linecap","1360":"/previews/PR3974/reference/plots/ecdf#linestyle","1361":"/previews/PR3974/reference/plots/ecdf#linewidth","1362":"/previews/PR3974/reference/plots/ecdf#lowclip","1363":"/previews/PR3974/reference/plots/ecdf#miter-limit","1364":"/previews/PR3974/reference/plots/ecdf#model","1365":"/previews/PR3974/reference/plots/ecdf#nan-color","1366":"/previews/PR3974/reference/plots/ecdf#overdraw","1367":"/previews/PR3974/reference/plots/ecdf#space","1368":"/previews/PR3974/reference/plots/ecdf#ssao","1369":"/previews/PR3974/reference/plots/ecdf#step","1370":"/previews/PR3974/reference/plots/ecdf#transformation","1371":"/previews/PR3974/reference/plots/ecdf#transparency","1372":"/previews/PR3974/reference/plots/ecdf#visible","1373":"/previews/PR3974/reference/plots/errorbars#errorbars","1374":"/previews/PR3974/reference/plots/errorbars#examples","1375":"/previews/PR3974/reference/plots/errorbars#attributes","1376":"/previews/PR3974/reference/plots/errorbars#alpha","1377":"/previews/PR3974/reference/plots/errorbars#color","1378":"/previews/PR3974/reference/plots/errorbars#colormap","1379":"/previews/PR3974/reference/plots/errorbars#colorrange","1380":"/previews/PR3974/reference/plots/errorbars#colorscale","1381":"/previews/PR3974/reference/plots/errorbars#cycle","1382":"/previews/PR3974/reference/plots/errorbars#depth-shift","1383":"/previews/PR3974/reference/plots/errorbars#direction","1384":"/previews/PR3974/reference/plots/errorbars#fxaa","1385":"/previews/PR3974/reference/plots/errorbars#highclip","1386":"/previews/PR3974/reference/plots/errorbars#inspectable","1387":"/previews/PR3974/reference/plots/errorbars#inspector-clear","1388":"/previews/PR3974/reference/plots/errorbars#inspector-hover","1389":"/previews/PR3974/reference/plots/errorbars#inspector-label","1390":"/previews/PR3974/reference/plots/errorbars#linecap","1391":"/previews/PR3974/reference/plots/errorbars#linewidth","1392":"/previews/PR3974/reference/plots/errorbars#lowclip","1393":"/previews/PR3974/reference/plots/errorbars#model","1394":"/previews/PR3974/reference/plots/errorbars#nan-color","1395":"/previews/PR3974/reference/plots/errorbars#overdraw","1396":"/previews/PR3974/reference/plots/errorbars#space","1397":"/previews/PR3974/reference/plots/errorbars#ssao","1398":"/previews/PR3974/reference/plots/errorbars#transformation","1399":"/previews/PR3974/reference/plots/errorbars#transparency","1400":"/previews/PR3974/reference/plots/errorbars#visible","1401":"/previews/PR3974/reference/plots/errorbars#whiskerwidth","1402":"/previews/PR3974/reference/plots/hexbin#hexbin","1403":"/previews/PR3974/reference/plots/hexbin#examples","1404":"/previews/PR3974/reference/plots/hexbin#Setting-the-number-of-bins","1405":"/previews/PR3974/reference/plots/hexbin#Setting-the-size-of-cells","1406":"/previews/PR3974/reference/plots/hexbin#Hiding-hexagons-with-low-counts","1407":"/previews/PR3974/reference/plots/hexbin#Changing-the-scale-of-the-number-of-observations-in-a-bin","1408":"/previews/PR3974/reference/plots/hexbin#Showing-zero-count-hexagons","1409":"/previews/PR3974/reference/plots/hexbin#Applying-weights-to-observations","1410":"/previews/PR3974/reference/plots/hexbin#attributes","1411":"/previews/PR3974/reference/plots/hexbin#alpha","1412":"/previews/PR3974/reference/plots/hexbin#bins","1413":"/previews/PR3974/reference/plots/hexbin#cellsize","1414":"/previews/PR3974/reference/plots/hexbin#colormap","1415":"/previews/PR3974/reference/plots/hexbin#colorrange","1416":"/previews/PR3974/reference/plots/hexbin#colorscale","1417":"/previews/PR3974/reference/plots/hexbin#highclip","1418":"/previews/PR3974/reference/plots/hexbin#lowclip","1419":"/previews/PR3974/reference/plots/hexbin#nan-color","1420":"/previews/PR3974/reference/plots/hexbin#strokecolor","1421":"/previews/PR3974/reference/plots/hexbin#strokewidth","1422":"/previews/PR3974/reference/plots/hexbin#threshold","1423":"/previews/PR3974/reference/plots/hexbin#weights","1424":"/previews/PR3974/reference/plots/heatmap#heatmap","1425":"/previews/PR3974/reference/plots/heatmap#examples","1426":"/previews/PR3974/reference/plots/heatmap#Two-vectors-and-a-matrix","1427":"/previews/PR3974/reference/plots/heatmap#Using-a-Function-instead-of-a-Matrix","1428":"/previews/PR3974/reference/plots/heatmap#Three-vectors","1429":"/previews/PR3974/reference/plots/heatmap#Colorbar-for-single-heatmap","1430":"/previews/PR3974/reference/plots/heatmap#Colorbar-for-multiple-heatmaps","1431":"/previews/PR3974/reference/plots/heatmap#Using-a-custom-colorscale","1432":"/previews/PR3974/reference/plots/heatmap#attributes","1433":"/previews/PR3974/reference/plots/heatmap#alpha","1434":"/previews/PR3974/reference/plots/heatmap#colormap","1435":"/previews/PR3974/reference/plots/heatmap#colorrange","1436":"/previews/PR3974/reference/plots/heatmap#colorscale","1437":"/previews/PR3974/reference/plots/heatmap#depth-shift","1438":"/previews/PR3974/reference/plots/heatmap#fxaa","1439":"/previews/PR3974/reference/plots/heatmap#highclip","1440":"/previews/PR3974/reference/plots/heatmap#inspectable","1441":"/previews/PR3974/reference/plots/heatmap#inspector-clear","1442":"/previews/PR3974/reference/plots/heatmap#inspector-hover","1443":"/previews/PR3974/reference/plots/heatmap#inspector-label","1444":"/previews/PR3974/reference/plots/heatmap#interpolate","1445":"/previews/PR3974/reference/plots/heatmap#lowclip","1446":"/previews/PR3974/reference/plots/heatmap#model","1447":"/previews/PR3974/reference/plots/heatmap#nan-color","1448":"/previews/PR3974/reference/plots/heatmap#overdraw","1449":"/previews/PR3974/reference/plots/heatmap#space","1450":"/previews/PR3974/reference/plots/heatmap#ssao","1451":"/previews/PR3974/reference/plots/heatmap#transformation","1452":"/previews/PR3974/reference/plots/heatmap#transparency","1453":"/previews/PR3974/reference/plots/heatmap#visible","1454":"/previews/PR3974/reference/plots/hist#hist","1455":"/previews/PR3974/reference/plots/hist#examples","1456":"/previews/PR3974/reference/plots/hist#Histogram-with-labels","1457":"/previews/PR3974/reference/plots/hist#Moving-histograms","1458":"/previews/PR3974/reference/plots/hist#Using-statistical-weights","1459":"/previews/PR3974/reference/plots/hist#attributes","1460":"/previews/PR3974/reference/plots/hist#bar-labels","1461":"/previews/PR3974/reference/plots/hist#bins","1462":"/previews/PR3974/reference/plots/hist#color","1463":"/previews/PR3974/reference/plots/hist#cycle","1464":"/previews/PR3974/reference/plots/hist#direction","1465":"/previews/PR3974/reference/plots/hist#fillto","1466":"/previews/PR3974/reference/plots/hist#flip-labels-at","1467":"/previews/PR3974/reference/plots/hist#gap","1468":"/previews/PR3974/reference/plots/hist#label-color","1469":"/previews/PR3974/reference/plots/hist#label-font","1470":"/previews/PR3974/reference/plots/hist#label-formatter","1471":"/previews/PR3974/reference/plots/hist#label-offset","1472":"/previews/PR3974/reference/plots/hist#label-size","1473":"/previews/PR3974/reference/plots/hist#normalization","1474":"/previews/PR3974/reference/plots/hist#offset","1475":"/previews/PR3974/reference/plots/hist#over-background-color","1476":"/previews/PR3974/reference/plots/hist#over-bar-color","1477":"/previews/PR3974/reference/plots/hist#scale-to","1478":"/previews/PR3974/reference/plots/hist#strokecolor","1479":"/previews/PR3974/reference/plots/hist#strokewidth","1480":"/previews/PR3974/reference/plots/hist#weights","1481":"/previews/PR3974/reference/plots/hlines#hlines","1482":"/previews/PR3974/reference/plots/hlines#attributes","1483":"/previews/PR3974/reference/plots/hlines#alpha","1484":"/previews/PR3974/reference/plots/hlines#color","1485":"/previews/PR3974/reference/plots/hlines#colormap","1486":"/previews/PR3974/reference/plots/hlines#colorrange","1487":"/previews/PR3974/reference/plots/hlines#colorscale","1488":"/previews/PR3974/reference/plots/hlines#cycle","1489":"/previews/PR3974/reference/plots/hlines#depth-shift","1490":"/previews/PR3974/reference/plots/hlines#fxaa","1491":"/previews/PR3974/reference/plots/hlines#highclip","1492":"/previews/PR3974/reference/plots/hlines#inspectable","1493":"/previews/PR3974/reference/plots/hlines#inspector-clear","1494":"/previews/PR3974/reference/plots/hlines#inspector-hover","1495":"/previews/PR3974/reference/plots/hlines#inspector-label","1496":"/previews/PR3974/reference/plots/hlines#linecap","1497":"/previews/PR3974/reference/plots/hlines#linestyle","1498":"/previews/PR3974/reference/plots/hlines#linewidth","1499":"/previews/PR3974/reference/plots/hlines#lowclip","1500":"/previews/PR3974/reference/plots/hlines#model","1501":"/previews/PR3974/reference/plots/hlines#nan-color","1502":"/previews/PR3974/reference/plots/hlines#overdraw","1503":"/previews/PR3974/reference/plots/hlines#space","1504":"/previews/PR3974/reference/plots/hlines#ssao","1505":"/previews/PR3974/reference/plots/hlines#transformation","1506":"/previews/PR3974/reference/plots/hlines#transparency","1507":"/previews/PR3974/reference/plots/hlines#visible","1508":"/previews/PR3974/reference/plots/hlines#xmax","1509":"/previews/PR3974/reference/plots/hlines#xmin","1510":"/previews/PR3974/reference/plots/hspan#hspan","1511":"/previews/PR3974/reference/plots/hspan#attributes","1512":"/previews/PR3974/reference/plots/hspan#alpha","1513":"/previews/PR3974/reference/plots/hspan#color","1514":"/previews/PR3974/reference/plots/hspan#colormap","1515":"/previews/PR3974/reference/plots/hspan#colorrange","1516":"/previews/PR3974/reference/plots/hspan#colorscale","1517":"/previews/PR3974/reference/plots/hspan#cycle","1518":"/previews/PR3974/reference/plots/hspan#depth-shift","1519":"/previews/PR3974/reference/plots/hspan#fxaa","1520":"/previews/PR3974/reference/plots/hspan#highclip","1521":"/previews/PR3974/reference/plots/hspan#inspectable","1522":"/previews/PR3974/reference/plots/hspan#inspector-clear","1523":"/previews/PR3974/reference/plots/hspan#inspector-hover","1524":"/previews/PR3974/reference/plots/hspan#inspector-label","1525":"/previews/PR3974/reference/plots/hspan#joinstyle","1526":"/previews/PR3974/reference/plots/hspan#linecap","1527":"/previews/PR3974/reference/plots/hspan#linestyle","1528":"/previews/PR3974/reference/plots/hspan#lowclip","1529":"/previews/PR3974/reference/plots/hspan#miter-limit","1530":"/previews/PR3974/reference/plots/hspan#model","1531":"/previews/PR3974/reference/plots/hspan#nan-color","1532":"/previews/PR3974/reference/plots/hspan#overdraw","1533":"/previews/PR3974/reference/plots/hspan#shading","1534":"/previews/PR3974/reference/plots/hspan#space","1535":"/previews/PR3974/reference/plots/hspan#ssao","1536":"/previews/PR3974/reference/plots/hspan#strokecolor","1537":"/previews/PR3974/reference/plots/hspan#strokecolormap","1538":"/previews/PR3974/reference/plots/hspan#strokewidth","1539":"/previews/PR3974/reference/plots/hspan#transformation","1540":"/previews/PR3974/reference/plots/hspan#transparency","1541":"/previews/PR3974/reference/plots/hspan#visible","1542":"/previews/PR3974/reference/plots/hspan#xmax","1543":"/previews/PR3974/reference/plots/hspan#xmin","1544":"/previews/PR3974/reference/plots/image#image","1545":"/previews/PR3974/reference/plots/image#examples","1546":"/previews/PR3974/reference/plots/image#attributes","1547":"/previews/PR3974/reference/plots/image#alpha","1548":"/previews/PR3974/reference/plots/image#colormap","1549":"/previews/PR3974/reference/plots/image#colorrange","1550":"/previews/PR3974/reference/plots/image#colorscale","1551":"/previews/PR3974/reference/plots/image#depth-shift","1552":"/previews/PR3974/reference/plots/image#fxaa","1553":"/previews/PR3974/reference/plots/image#highclip","1554":"/previews/PR3974/reference/plots/image#inspectable","1555":"/previews/PR3974/reference/plots/image#inspector-clear","1556":"/previews/PR3974/reference/plots/image#inspector-hover","1557":"/previews/PR3974/reference/plots/image#inspector-label","1558":"/previews/PR3974/reference/plots/image#interpolate","1559":"/previews/PR3974/reference/plots/image#lowclip","1560":"/previews/PR3974/reference/plots/image#model","1561":"/previews/PR3974/reference/plots/image#nan-color","1562":"/previews/PR3974/reference/plots/image#overdraw","1563":"/previews/PR3974/reference/plots/image#space","1564":"/previews/PR3974/reference/plots/image#ssao","1565":"/previews/PR3974/reference/plots/image#transformation","1566":"/previews/PR3974/reference/plots/image#transparency","1567":"/previews/PR3974/reference/plots/image#visible","1568":"/previews/PR3974/reference/plots/lines#lines","1569":"/previews/PR3974/reference/plots/lines#Dealing-with-outline-artifacts-in-GLMakie","1570":"/previews/PR3974/reference/plots/lines#attributes","1571":"/previews/PR3974/reference/plots/lines#alpha","1572":"/previews/PR3974/reference/plots/lines#color","1573":"/previews/PR3974/reference/plots/lines#colormap","1574":"/previews/PR3974/reference/plots/lines#colorrange","1575":"/previews/PR3974/reference/plots/lines#colorscale","1576":"/previews/PR3974/reference/plots/lines#cycle","1577":"/previews/PR3974/reference/plots/lines#depth-shift","1578":"/previews/PR3974/reference/plots/lines#fxaa","1579":"/previews/PR3974/reference/plots/lines#highclip","1580":"/previews/PR3974/reference/plots/lines#inspectable","1581":"/previews/PR3974/reference/plots/lines#inspector-clear","1582":"/previews/PR3974/reference/plots/lines#inspector-hover","1583":"/previews/PR3974/reference/plots/lines#inspector-label","1584":"/previews/PR3974/reference/plots/lines#joinstyle","1585":"/previews/PR3974/reference/plots/lines#linecap","1586":"/previews/PR3974/reference/plots/lines#linestyle","1587":"/previews/PR3974/reference/plots/lines#linewidth","1588":"/previews/PR3974/reference/plots/lines#lowclip","1589":"/previews/PR3974/reference/plots/lines#miter-limit","1590":"/previews/PR3974/reference/plots/lines#model","1591":"/previews/PR3974/reference/plots/lines#nan-color","1592":"/previews/PR3974/reference/plots/lines#overdraw","1593":"/previews/PR3974/reference/plots/lines#space","1594":"/previews/PR3974/reference/plots/lines#ssao","1595":"/previews/PR3974/reference/plots/lines#transformation","1596":"/previews/PR3974/reference/plots/lines#transparency","1597":"/previews/PR3974/reference/plots/lines#visible","1598":"/previews/PR3974/reference/plots/linesegments#linesegments","1599":"/previews/PR3974/reference/plots/linesegments#examples","1600":"/previews/PR3974/reference/plots/linesegments#Dealing-with-outline-artifacts-in-GLMakie","1601":"/previews/PR3974/reference/plots/linesegments#attributes","1602":"/previews/PR3974/reference/plots/linesegments#alpha","1603":"/previews/PR3974/reference/plots/linesegments#color","1604":"/previews/PR3974/reference/plots/linesegments#colormap","1605":"/previews/PR3974/reference/plots/linesegments#colorrange","1606":"/previews/PR3974/reference/plots/linesegments#colorscale","1607":"/previews/PR3974/reference/plots/linesegments#cycle","1608":"/previews/PR3974/reference/plots/linesegments#depth-shift","1609":"/previews/PR3974/reference/plots/linesegments#fxaa","1610":"/previews/PR3974/reference/plots/linesegments#highclip","1611":"/previews/PR3974/reference/plots/linesegments#inspectable","1612":"/previews/PR3974/reference/plots/linesegments#inspector-clear","1613":"/previews/PR3974/reference/plots/linesegments#inspector-hover","1614":"/previews/PR3974/reference/plots/linesegments#inspector-label","1615":"/previews/PR3974/reference/plots/linesegments#linecap","1616":"/previews/PR3974/reference/plots/linesegments#linestyle","1617":"/previews/PR3974/reference/plots/linesegments#linewidth","1618":"/previews/PR3974/reference/plots/linesegments#lowclip","1619":"/previews/PR3974/reference/plots/linesegments#model","1620":"/previews/PR3974/reference/plots/linesegments#nan-color","1621":"/previews/PR3974/reference/plots/linesegments#overdraw","1622":"/previews/PR3974/reference/plots/linesegments#space","1623":"/previews/PR3974/reference/plots/linesegments#ssao","1624":"/previews/PR3974/reference/plots/linesegments#transformation","1625":"/previews/PR3974/reference/plots/linesegments#transparency","1626":"/previews/PR3974/reference/plots/linesegments#visible","1627":"/previews/PR3974/reference/plots/mesh#mesh","1628":"/previews/PR3974/reference/plots/mesh#examples","1629":"/previews/PR3974/reference/plots/mesh#Using-GeometryBasics.Mesh-and-Buffer/Sampler-type","1630":"/previews/PR3974/reference/plots/mesh#attributes","1631":"/previews/PR3974/reference/plots/mesh#alpha","1632":"/previews/PR3974/reference/plots/mesh#backlight","1633":"/previews/PR3974/reference/plots/mesh#color","1634":"/previews/PR3974/reference/plots/mesh#colormap","1635":"/previews/PR3974/reference/plots/mesh#colorrange","1636":"/previews/PR3974/reference/plots/mesh#colorscale","1637":"/previews/PR3974/reference/plots/mesh#cycle","1638":"/previews/PR3974/reference/plots/mesh#depth-shift","1639":"/previews/PR3974/reference/plots/mesh#diffuse","1640":"/previews/PR3974/reference/plots/mesh#fxaa","1641":"/previews/PR3974/reference/plots/mesh#highclip","1642":"/previews/PR3974/reference/plots/mesh#inspectable","1643":"/previews/PR3974/reference/plots/mesh#inspector-clear","1644":"/previews/PR3974/reference/plots/mesh#inspector-hover","1645":"/previews/PR3974/reference/plots/mesh#inspector-label","1646":"/previews/PR3974/reference/plots/mesh#interpolate","1647":"/previews/PR3974/reference/plots/mesh#lowclip","1648":"/previews/PR3974/reference/plots/mesh#matcap","1649":"/previews/PR3974/reference/plots/mesh#material","1650":"/previews/PR3974/reference/plots/mesh#model","1651":"/previews/PR3974/reference/plots/mesh#nan-color","1652":"/previews/PR3974/reference/plots/mesh#overdraw","1653":"/previews/PR3974/reference/plots/mesh#shading","1654":"/previews/PR3974/reference/plots/mesh#shininess","1655":"/previews/PR3974/reference/plots/mesh#space","1656":"/previews/PR3974/reference/plots/mesh#specular","1657":"/previews/PR3974/reference/plots/mesh#ssao","1658":"/previews/PR3974/reference/plots/mesh#transformation","1659":"/previews/PR3974/reference/plots/mesh#transparency","1660":"/previews/PR3974/reference/plots/mesh#visible","1661":"/previews/PR3974/reference/plots/meshscatter#meshscatter","1662":"/previews/PR3974/reference/plots/meshscatter#examples","1663":"/previews/PR3974/reference/plots/meshscatter#attributes","1664":"/previews/PR3974/reference/plots/meshscatter#alpha","1665":"/previews/PR3974/reference/plots/meshscatter#backlight","1666":"/previews/PR3974/reference/plots/meshscatter#color","1667":"/previews/PR3974/reference/plots/meshscatter#colormap","1668":"/previews/PR3974/reference/plots/meshscatter#colorrange","1669":"/previews/PR3974/reference/plots/meshscatter#colorscale","1670":"/previews/PR3974/reference/plots/meshscatter#cycle","1671":"/previews/PR3974/reference/plots/meshscatter#depth-shift","1672":"/previews/PR3974/reference/plots/meshscatter#diffuse","1673":"/previews/PR3974/reference/plots/meshscatter#fxaa","1674":"/previews/PR3974/reference/plots/meshscatter#highclip","1675":"/previews/PR3974/reference/plots/meshscatter#inspectable","1676":"/previews/PR3974/reference/plots/meshscatter#inspector-clear","1677":"/previews/PR3974/reference/plots/meshscatter#inspector-hover","1678":"/previews/PR3974/reference/plots/meshscatter#inspector-label","1679":"/previews/PR3974/reference/plots/meshscatter#lowclip","1680":"/previews/PR3974/reference/plots/meshscatter#marker","1681":"/previews/PR3974/reference/plots/meshscatter#markersize","1682":"/previews/PR3974/reference/plots/meshscatter#material","1683":"/previews/PR3974/reference/plots/meshscatter#model","1684":"/previews/PR3974/reference/plots/meshscatter#nan-color","1685":"/previews/PR3974/reference/plots/meshscatter#overdraw","1686":"/previews/PR3974/reference/plots/meshscatter#rotation","1687":"/previews/PR3974/reference/plots/meshscatter#shading","1688":"/previews/PR3974/reference/plots/meshscatter#shininess","1689":"/previews/PR3974/reference/plots/meshscatter#space","1690":"/previews/PR3974/reference/plots/meshscatter#specular","1691":"/previews/PR3974/reference/plots/meshscatter#ssao","1692":"/previews/PR3974/reference/plots/meshscatter#transformation","1693":"/previews/PR3974/reference/plots/meshscatter#transparency","1694":"/previews/PR3974/reference/plots/meshscatter#visible","1695":"/previews/PR3974/reference/plots/overview#overview","1696":"/previews/PR3974/reference/plots/overview#ablines","1697":"/previews/PR3974/reference/plots/overview#arc","1698":"/previews/PR3974/reference/plots/overview#arrows","1699":"/previews/PR3974/reference/plots/overview#band","1700":"/previews/PR3974/reference/plots/overview#barplot","1701":"/previews/PR3974/reference/plots/overview#boxplot","1702":"/previews/PR3974/reference/plots/overview#bracket","1703":"/previews/PR3974/reference/plots/overview#contour","1704":"/previews/PR3974/reference/plots/overview#contour3d","1705":"/previews/PR3974/reference/plots/overview#contourf","1706":"/previews/PR3974/reference/plots/overview#crossbar","1707":"/previews/PR3974/reference/plots/overview#datashader","1708":"/previews/PR3974/reference/plots/overview#density","1709":"/previews/PR3974/reference/plots/overview#ecdfplot","1710":"/previews/PR3974/reference/plots/overview#errorbars","1711":"/previews/PR3974/reference/plots/overview#heatmap","1712":"/previews/PR3974/reference/plots/overview#hexbin","1713":"/previews/PR3974/reference/plots/overview#hist","1714":"/previews/PR3974/reference/plots/overview#hlines","1715":"/previews/PR3974/reference/plots/overview#hspan","1716":"/previews/PR3974/reference/plots/overview#image","1717":"/previews/PR3974/reference/plots/overview#lines","1718":"/previews/PR3974/reference/plots/overview#linesegments","1719":"/previews/PR3974/reference/plots/overview#mesh","1720":"/previews/PR3974/reference/plots/overview#meshscatter","1721":"/previews/PR3974/reference/plots/overview#pie","1722":"/previews/PR3974/reference/plots/overview#poly","1723":"/previews/PR3974/reference/plots/overview#qqnorm","1724":"/previews/PR3974/reference/plots/overview#qqplot","1725":"/previews/PR3974/reference/plots/overview#rainclouds","1726":"/previews/PR3974/reference/plots/overview#rangebars","1727":"/previews/PR3974/reference/plots/overview#scatter","1728":"/previews/PR3974/reference/plots/overview#scatterlines","1729":"/previews/PR3974/reference/plots/overview#series","1730":"/previews/PR3974/reference/plots/overview#spy","1731":"/previews/PR3974/reference/plots/overview#stairs","1732":"/previews/PR3974/reference/plots/overview#stem","1733":"/previews/PR3974/reference/plots/overview#stephist","1734":"/previews/PR3974/reference/plots/overview#streamplot","1735":"/previews/PR3974/reference/plots/overview#surface","1736":"/previews/PR3974/reference/plots/overview#text","1737":"/previews/PR3974/reference/plots/overview#tooltip","1738":"/previews/PR3974/reference/plots/overview#tricontourf","1739":"/previews/PR3974/reference/plots/overview#triplot","1740":"/previews/PR3974/reference/plots/overview#violin","1741":"/previews/PR3974/reference/plots/overview#vlines","1742":"/previews/PR3974/reference/plots/overview#volume","1743":"/previews/PR3974/reference/plots/overview#volumeslices","1744":"/previews/PR3974/reference/plots/overview#voronoiplot","1745":"/previews/PR3974/reference/plots/overview#voxels","1746":"/previews/PR3974/reference/plots/overview#vspan","1747":"/previews/PR3974/reference/plots/overview#waterfall","1748":"/previews/PR3974/reference/plots/overview#wireframe","1749":"/previews/PR3974/reference/plots/pie#pie","1750":"/previews/PR3974/reference/plots/pie#examples","1751":"/previews/PR3974/reference/plots/pie#attributes","1752":"/previews/PR3974/reference/plots/pie#color","1753":"/previews/PR3974/reference/plots/pie#depth-shift","1754":"/previews/PR3974/reference/plots/pie#fxaa","1755":"/previews/PR3974/reference/plots/pie#inner-radius","1756":"/previews/PR3974/reference/plots/pie#inspectable","1757":"/previews/PR3974/reference/plots/pie#inspector-clear","1758":"/previews/PR3974/reference/plots/pie#inspector-hover","1759":"/previews/PR3974/reference/plots/pie#inspector-label","1760":"/previews/PR3974/reference/plots/pie#model","1761":"/previews/PR3974/reference/plots/pie#normalize","1762":"/previews/PR3974/reference/plots/pie#offset","1763":"/previews/PR3974/reference/plots/pie#overdraw","1764":"/previews/PR3974/reference/plots/pie#radius","1765":"/previews/PR3974/reference/plots/pie#space","1766":"/previews/PR3974/reference/plots/pie#ssao","1767":"/previews/PR3974/reference/plots/pie#strokecolor","1768":"/previews/PR3974/reference/plots/pie#strokewidth","1769":"/previews/PR3974/reference/plots/pie#transformation","1770":"/previews/PR3974/reference/plots/pie#transparency","1771":"/previews/PR3974/reference/plots/pie#vertex-per-deg","1772":"/previews/PR3974/reference/plots/pie#visible","1773":"/previews/PR3974/reference/plots/poly#poly","1774":"/previews/PR3974/reference/plots/poly#examples","1775":"/previews/PR3974/reference/plots/poly#attributes","1776":"/previews/PR3974/reference/plots/poly#alpha","1777":"/previews/PR3974/reference/plots/poly#color","1778":"/previews/PR3974/reference/plots/poly#colormap","1779":"/previews/PR3974/reference/plots/poly#colorrange","1780":"/previews/PR3974/reference/plots/poly#colorscale","1781":"/previews/PR3974/reference/plots/poly#cycle","1782":"/previews/PR3974/reference/plots/poly#depth-shift","1783":"/previews/PR3974/reference/plots/poly#fxaa","1784":"/previews/PR3974/reference/plots/poly#highclip","1785":"/previews/PR3974/reference/plots/poly#inspectable","1786":"/previews/PR3974/reference/plots/poly#inspector-clear","1787":"/previews/PR3974/reference/plots/poly#inspector-hover","1788":"/previews/PR3974/reference/plots/poly#inspector-label","1789":"/previews/PR3974/reference/plots/poly#joinstyle","1790":"/previews/PR3974/reference/plots/poly#linecap","1791":"/previews/PR3974/reference/plots/poly#linestyle","1792":"/previews/PR3974/reference/plots/poly#lowclip","1793":"/previews/PR3974/reference/plots/poly#miter-limit","1794":"/previews/PR3974/reference/plots/poly#model","1795":"/previews/PR3974/reference/plots/poly#nan-color","1796":"/previews/PR3974/reference/plots/poly#overdraw","1797":"/previews/PR3974/reference/plots/poly#shading","1798":"/previews/PR3974/reference/plots/poly#space","1799":"/previews/PR3974/reference/plots/poly#ssao","1800":"/previews/PR3974/reference/plots/poly#strokecolor","1801":"/previews/PR3974/reference/plots/poly#strokecolormap","1802":"/previews/PR3974/reference/plots/poly#strokewidth","1803":"/previews/PR3974/reference/plots/poly#transformation","1804":"/previews/PR3974/reference/plots/poly#transparency","1805":"/previews/PR3974/reference/plots/poly#visible","1806":"/previews/PR3974/reference/plots/qqnorm#qqnorm","1807":"/previews/PR3974/reference/plots/qqnorm#examples","1808":"/previews/PR3974/reference/plots/qqnorm#attributes","1809":"/previews/PR3974/reference/plots/qqnorm#color","1810":"/previews/PR3974/reference/plots/qqnorm#cycle","1811":"/previews/PR3974/reference/plots/qqnorm#depth-shift","1812":"/previews/PR3974/reference/plots/qqnorm#fxaa","1813":"/previews/PR3974/reference/plots/qqnorm#inspectable","1814":"/previews/PR3974/reference/plots/qqnorm#inspector-clear","1815":"/previews/PR3974/reference/plots/qqnorm#inspector-hover","1816":"/previews/PR3974/reference/plots/qqnorm#inspector-label","1817":"/previews/PR3974/reference/plots/qqnorm#linestyle","1818":"/previews/PR3974/reference/plots/qqnorm#linewidth","1819":"/previews/PR3974/reference/plots/qqnorm#marker","1820":"/previews/PR3974/reference/plots/qqnorm#markercolor","1821":"/previews/PR3974/reference/plots/qqnorm#markersize","1822":"/previews/PR3974/reference/plots/qqnorm#model","1823":"/previews/PR3974/reference/plots/qqnorm#overdraw","1824":"/previews/PR3974/reference/plots/qqnorm#space","1825":"/previews/PR3974/reference/plots/qqnorm#ssao","1826":"/previews/PR3974/reference/plots/qqnorm#strokecolor","1827":"/previews/PR3974/reference/plots/qqnorm#strokewidth","1828":"/previews/PR3974/reference/plots/qqnorm#transformation","1829":"/previews/PR3974/reference/plots/qqnorm#transparency","1830":"/previews/PR3974/reference/plots/qqnorm#visible","1831":"/previews/PR3974/reference/plots/qqplot#qqplot","1832":"/previews/PR3974/reference/plots/qqplot#examples","1833":"/previews/PR3974/reference/plots/qqplot#attributes","1834":"/previews/PR3974/reference/plots/qqplot#color","1835":"/previews/PR3974/reference/plots/qqplot#cycle","1836":"/previews/PR3974/reference/plots/qqplot#depth-shift","1837":"/previews/PR3974/reference/plots/qqplot#fxaa","1838":"/previews/PR3974/reference/plots/qqplot#inspectable","1839":"/previews/PR3974/reference/plots/qqplot#inspector-clear","1840":"/previews/PR3974/reference/plots/qqplot#inspector-hover","1841":"/previews/PR3974/reference/plots/qqplot#inspector-label","1842":"/previews/PR3974/reference/plots/qqplot#linestyle","1843":"/previews/PR3974/reference/plots/qqplot#linewidth","1844":"/previews/PR3974/reference/plots/qqplot#marker","1845":"/previews/PR3974/reference/plots/qqplot#markercolor","1846":"/previews/PR3974/reference/plots/qqplot#markersize","1847":"/previews/PR3974/reference/plots/qqplot#model","1848":"/previews/PR3974/reference/plots/qqplot#overdraw","1849":"/previews/PR3974/reference/plots/qqplot#space","1850":"/previews/PR3974/reference/plots/qqplot#ssao","1851":"/previews/PR3974/reference/plots/qqplot#strokecolor","1852":"/previews/PR3974/reference/plots/qqplot#strokewidth","1853":"/previews/PR3974/reference/plots/qqplot#transformation","1854":"/previews/PR3974/reference/plots/qqplot#transparency","1855":"/previews/PR3974/reference/plots/qqplot#visible","1856":"/previews/PR3974/reference/plots/rainclouds#rainclouds","1857":"/previews/PR3974/reference/plots/rainclouds#attributes","1858":"/previews/PR3974/reference/plots/rainclouds#boxplot-nudge","1859":"/previews/PR3974/reference/plots/rainclouds#boxplot-width","1860":"/previews/PR3974/reference/plots/rainclouds#center-boxplot","1861":"/previews/PR3974/reference/plots/rainclouds#cloud-width","1862":"/previews/PR3974/reference/plots/rainclouds#clouds","1863":"/previews/PR3974/reference/plots/rainclouds#color","1864":"/previews/PR3974/reference/plots/rainclouds#cycle","1865":"/previews/PR3974/reference/plots/rainclouds#dodge","1866":"/previews/PR3974/reference/plots/rainclouds#dodge-gap","1867":"/previews/PR3974/reference/plots/rainclouds#gap","1868":"/previews/PR3974/reference/plots/rainclouds#hist-bins","1869":"/previews/PR3974/reference/plots/rainclouds#markersize","1870":"/previews/PR3974/reference/plots/rainclouds#n-dodge","1871":"/previews/PR3974/reference/plots/rainclouds#orientation","1872":"/previews/PR3974/reference/plots/rainclouds#plot-boxplots","1873":"/previews/PR3974/reference/plots/rainclouds#show-boxplot-outliers","1874":"/previews/PR3974/reference/plots/rainclouds#show-median","1875":"/previews/PR3974/reference/plots/rainclouds#side","1876":"/previews/PR3974/reference/plots/rainclouds#strokewidth","1877":"/previews/PR3974/reference/plots/rainclouds#violin-limits","1878":"/previews/PR3974/reference/plots/rainclouds#whiskerwidth","1879":"/previews/PR3974/reference/plots/rangebars#rangebars","1880":"/previews/PR3974/reference/plots/rangebars#examples","1881":"/previews/PR3974/reference/plots/rangebars#attributes","1882":"/previews/PR3974/reference/plots/rangebars#alpha","1883":"/previews/PR3974/reference/plots/rangebars#color","1884":"/previews/PR3974/reference/plots/rangebars#colormap","1885":"/previews/PR3974/reference/plots/rangebars#colorrange","1886":"/previews/PR3974/reference/plots/rangebars#colorscale","1887":"/previews/PR3974/reference/plots/rangebars#cycle","1888":"/previews/PR3974/reference/plots/rangebars#depth-shift","1889":"/previews/PR3974/reference/plots/rangebars#direction","1890":"/previews/PR3974/reference/plots/rangebars#fxaa","1891":"/previews/PR3974/reference/plots/rangebars#highclip","1892":"/previews/PR3974/reference/plots/rangebars#inspectable","1893":"/previews/PR3974/reference/plots/rangebars#inspector-clear","1894":"/previews/PR3974/reference/plots/rangebars#inspector-hover","1895":"/previews/PR3974/reference/plots/rangebars#inspector-label","1896":"/previews/PR3974/reference/plots/rangebars#linecap","1897":"/previews/PR3974/reference/plots/rangebars#linewidth","1898":"/previews/PR3974/reference/plots/rangebars#lowclip","1899":"/previews/PR3974/reference/plots/rangebars#model","1900":"/previews/PR3974/reference/plots/rangebars#nan-color","1901":"/previews/PR3974/reference/plots/rangebars#overdraw","1902":"/previews/PR3974/reference/plots/rangebars#space","1903":"/previews/PR3974/reference/plots/rangebars#ssao","1904":"/previews/PR3974/reference/plots/rangebars#transformation","1905":"/previews/PR3974/reference/plots/rangebars#transparency","1906":"/previews/PR3974/reference/plots/rangebars#visible","1907":"/previews/PR3974/reference/plots/rangebars#whiskerwidth","1908":"/previews/PR3974/reference/plots/scatter#scatter","1909":"/previews/PR3974/reference/plots/scatter#examples","1910":"/previews/PR3974/reference/plots/scatter#Using-x-and-y-vectors","1911":"/previews/PR3974/reference/plots/scatter#Using-points","1912":"/previews/PR3974/reference/plots/scatter#markers","1913":"/previews/PR3974/reference/plots/scatter#Default-markers","1914":"/previews/PR3974/reference/plots/scatter#markersize","1915":"/previews/PR3974/reference/plots/scatter#Bezier-path-markers","1916":"/previews/PR3974/reference/plots/scatter#holes","1917":"/previews/PR3974/reference/plots/scatter#Construction-from-svg-path-strings","1918":"/previews/PR3974/reference/plots/scatter#Polygon-markers","1919":"/previews/PR3974/reference/plots/scatter#Vec-markersize","1920":"/previews/PR3974/reference/plots/scatter#Marker-space","1921":"/previews/PR3974/reference/plots/scatter#Airport-locations-example","1922":"/previews/PR3974/reference/plots/scatter#Dealing-with-outline-artifacts-in-GLMakie","1923":"/previews/PR3974/reference/plots/scatter#attributes","1924":"/previews/PR3974/reference/plots/scatter#alpha","1925":"/previews/PR3974/reference/plots/scatter#color","1926":"/previews/PR3974/reference/plots/scatter#colormap","1927":"/previews/PR3974/reference/plots/scatter#colorrange","1928":"/previews/PR3974/reference/plots/scatter#colorscale","1929":"/previews/PR3974/reference/plots/scatter#cycle","1930":"/previews/PR3974/reference/plots/scatter#depth-shift","1931":"/previews/PR3974/reference/plots/scatter#depthsorting","1932":"/previews/PR3974/reference/plots/scatter#distancefield","1933":"/previews/PR3974/reference/plots/scatter#fxaa","1934":"/previews/PR3974/reference/plots/scatter#glowcolor","1935":"/previews/PR3974/reference/plots/scatter#glowwidth","1936":"/previews/PR3974/reference/plots/scatter#highclip","1937":"/previews/PR3974/reference/plots/scatter#inspectable","1938":"/previews/PR3974/reference/plots/scatter#inspector-clear","1939":"/previews/PR3974/reference/plots/scatter#inspector-hover","1940":"/previews/PR3974/reference/plots/scatter#inspector-label","1941":"/previews/PR3974/reference/plots/scatter#lowclip","1942":"/previews/PR3974/reference/plots/scatter#marker","1943":"/previews/PR3974/reference/plots/scatter#marker-offset","1944":"/previews/PR3974/reference/plots/scatter#markersize-1","1945":"/previews/PR3974/reference/plots/scatter#markerspace","1946":"/previews/PR3974/reference/plots/scatter#model","1947":"/previews/PR3974/reference/plots/scatter#nan-color","1948":"/previews/PR3974/reference/plots/scatter#overdraw","1949":"/previews/PR3974/reference/plots/scatter#rotation","1950":"/previews/PR3974/reference/plots/scatter#space","1951":"/previews/PR3974/reference/plots/scatter#ssao","1952":"/previews/PR3974/reference/plots/scatter#strokecolor","1953":"/previews/PR3974/reference/plots/scatter#strokewidth","1954":"/previews/PR3974/reference/plots/scatter#transform-marker","1955":"/previews/PR3974/reference/plots/scatter#transformation","1956":"/previews/PR3974/reference/plots/scatter#transparency","1957":"/previews/PR3974/reference/plots/scatter#uv-offset-width","1958":"/previews/PR3974/reference/plots/scatter#visible","1959":"/previews/PR3974/reference/plots/scatterlines#scatterlines","1960":"/previews/PR3974/reference/plots/scatterlines#examples","1961":"/previews/PR3974/reference/plots/scatterlines#attributes","1962":"/previews/PR3974/reference/plots/scatterlines#alpha","1963":"/previews/PR3974/reference/plots/scatterlines#color","1964":"/previews/PR3974/reference/plots/scatterlines#colormap","1965":"/previews/PR3974/reference/plots/scatterlines#colorrange","1966":"/previews/PR3974/reference/plots/scatterlines#colorscale","1967":"/previews/PR3974/reference/plots/scatterlines#cycle","1968":"/previews/PR3974/reference/plots/scatterlines#depth-shift","1969":"/previews/PR3974/reference/plots/scatterlines#fxaa","1970":"/previews/PR3974/reference/plots/scatterlines#highclip","1971":"/previews/PR3974/reference/plots/scatterlines#inspectable","1972":"/previews/PR3974/reference/plots/scatterlines#inspector-clear","1973":"/previews/PR3974/reference/plots/scatterlines#inspector-hover","1974":"/previews/PR3974/reference/plots/scatterlines#inspector-label","1975":"/previews/PR3974/reference/plots/scatterlines#joinstyle","1976":"/previews/PR3974/reference/plots/scatterlines#linecap","1977":"/previews/PR3974/reference/plots/scatterlines#linestyle","1978":"/previews/PR3974/reference/plots/scatterlines#linewidth","1979":"/previews/PR3974/reference/plots/scatterlines#lowclip","1980":"/previews/PR3974/reference/plots/scatterlines#marker","1981":"/previews/PR3974/reference/plots/scatterlines#markercolor","1982":"/previews/PR3974/reference/plots/scatterlines#markercolormap","1983":"/previews/PR3974/reference/plots/scatterlines#markercolorrange","1984":"/previews/PR3974/reference/plots/scatterlines#markersize","1985":"/previews/PR3974/reference/plots/scatterlines#miter-limit","1986":"/previews/PR3974/reference/plots/scatterlines#model","1987":"/previews/PR3974/reference/plots/scatterlines#nan-color","1988":"/previews/PR3974/reference/plots/scatterlines#overdraw","1989":"/previews/PR3974/reference/plots/scatterlines#space","1990":"/previews/PR3974/reference/plots/scatterlines#ssao","1991":"/previews/PR3974/reference/plots/scatterlines#strokecolor","1992":"/previews/PR3974/reference/plots/scatterlines#strokewidth","1993":"/previews/PR3974/reference/plots/scatterlines#transformation","1994":"/previews/PR3974/reference/plots/scatterlines#transparency","1995":"/previews/PR3974/reference/plots/scatterlines#visible","1996":"/previews/PR3974/reference/plots/series#series","1997":"/previews/PR3974/reference/plots/series#examples","1998":"/previews/PR3974/reference/plots/series#matrix","1999":"/previews/PR3974/reference/plots/series#Vector-of-vectors","2000":"/previews/PR3974/reference/plots/series#Vector-and-matrix","2001":"/previews/PR3974/reference/plots/series#attributes","2002":"/previews/PR3974/reference/plots/series#color","2003":"/previews/PR3974/reference/plots/series#joinstyle","2004":"/previews/PR3974/reference/plots/series#labels","2005":"/previews/PR3974/reference/plots/series#linecap","2006":"/previews/PR3974/reference/plots/series#linestyle","2007":"/previews/PR3974/reference/plots/series#linewidth","2008":"/previews/PR3974/reference/plots/series#marker","2009":"/previews/PR3974/reference/plots/series#markercolor","2010":"/previews/PR3974/reference/plots/series#markersize","2011":"/previews/PR3974/reference/plots/series#miter-limit","2012":"/previews/PR3974/reference/plots/series#solid-color","2013":"/previews/PR3974/reference/plots/series#space","2014":"/previews/PR3974/reference/plots/series#strokecolor","2015":"/previews/PR3974/reference/plots/series#strokewidth","2016":"/previews/PR3974/reference/plots/spy#spy","2017":"/previews/PR3974/reference/plots/spy#examples","2018":"/previews/PR3974/reference/plots/spy#attributes","2019":"/previews/PR3974/reference/plots/spy#alpha","2020":"/previews/PR3974/reference/plots/spy#colormap","2021":"/previews/PR3974/reference/plots/spy#colorrange","2022":"/previews/PR3974/reference/plots/spy#colorscale","2023":"/previews/PR3974/reference/plots/spy#depth-shift","2024":"/previews/PR3974/reference/plots/spy#framecolor","2025":"/previews/PR3974/reference/plots/spy#framesize","2026":"/previews/PR3974/reference/plots/spy#fxaa","2027":"/previews/PR3974/reference/plots/spy#highclip","2028":"/previews/PR3974/reference/plots/spy#inspectable","2029":"/previews/PR3974/reference/plots/spy#inspector-clear","2030":"/previews/PR3974/reference/plots/spy#inspector-hover","2031":"/previews/PR3974/reference/plots/spy#inspector-label","2032":"/previews/PR3974/reference/plots/spy#lowclip","2033":"/previews/PR3974/reference/plots/spy#marker","2034":"/previews/PR3974/reference/plots/spy#markersize","2035":"/previews/PR3974/reference/plots/spy#model","2036":"/previews/PR3974/reference/plots/spy#nan-color","2037":"/previews/PR3974/reference/plots/spy#overdraw","2038":"/previews/PR3974/reference/plots/spy#space","2039":"/previews/PR3974/reference/plots/spy#ssao","2040":"/previews/PR3974/reference/plots/spy#transformation","2041":"/previews/PR3974/reference/plots/spy#transparency","2042":"/previews/PR3974/reference/plots/spy#visible","2043":"/previews/PR3974/reference/plots/stairs#stairs","2044":"/previews/PR3974/reference/plots/stairs#examples","2045":"/previews/PR3974/reference/plots/stairs#attributes","2046":"/previews/PR3974/reference/plots/stairs#alpha","2047":"/previews/PR3974/reference/plots/stairs#color","2048":"/previews/PR3974/reference/plots/stairs#colormap","2049":"/previews/PR3974/reference/plots/stairs#colorrange","2050":"/previews/PR3974/reference/plots/stairs#colorscale","2051":"/previews/PR3974/reference/plots/stairs#cycle","2052":"/previews/PR3974/reference/plots/stairs#depth-shift","2053":"/previews/PR3974/reference/plots/stairs#fxaa","2054":"/previews/PR3974/reference/plots/stairs#highclip","2055":"/previews/PR3974/reference/plots/stairs#inspectable","2056":"/previews/PR3974/reference/plots/stairs#inspector-clear","2057":"/previews/PR3974/reference/plots/stairs#inspector-hover","2058":"/previews/PR3974/reference/plots/stairs#inspector-label","2059":"/previews/PR3974/reference/plots/stairs#joinstyle","2060":"/previews/PR3974/reference/plots/stairs#linecap","2061":"/previews/PR3974/reference/plots/stairs#linestyle","2062":"/previews/PR3974/reference/plots/stairs#linewidth","2063":"/previews/PR3974/reference/plots/stairs#lowclip","2064":"/previews/PR3974/reference/plots/stairs#miter-limit","2065":"/previews/PR3974/reference/plots/stairs#model","2066":"/previews/PR3974/reference/plots/stairs#nan-color","2067":"/previews/PR3974/reference/plots/stairs#overdraw","2068":"/previews/PR3974/reference/plots/stairs#space","2069":"/previews/PR3974/reference/plots/stairs#ssao","2070":"/previews/PR3974/reference/plots/stairs#step","2071":"/previews/PR3974/reference/plots/stairs#transformation","2072":"/previews/PR3974/reference/plots/stairs#transparency","2073":"/previews/PR3974/reference/plots/stairs#visible","2074":"/previews/PR3974/reference/plots/stem#stem","2075":"/previews/PR3974/reference/plots/stem#examples","2076":"/previews/PR3974/reference/plots/stem#attributes","2077":"/previews/PR3974/reference/plots/stem#color","2078":"/previews/PR3974/reference/plots/stem#colormap","2079":"/previews/PR3974/reference/plots/stem#colorrange","2080":"/previews/PR3974/reference/plots/stem#colorscale","2081":"/previews/PR3974/reference/plots/stem#cycle","2082":"/previews/PR3974/reference/plots/stem#depth-shift","2083":"/previews/PR3974/reference/plots/stem#fxaa","2084":"/previews/PR3974/reference/plots/stem#inspectable","2085":"/previews/PR3974/reference/plots/stem#inspector-clear","2086":"/previews/PR3974/reference/plots/stem#inspector-hover","2087":"/previews/PR3974/reference/plots/stem#inspector-label","2088":"/previews/PR3974/reference/plots/stem#marker","2089":"/previews/PR3974/reference/plots/stem#markersize","2090":"/previews/PR3974/reference/plots/stem#model","2091":"/previews/PR3974/reference/plots/stem#offset","2092":"/previews/PR3974/reference/plots/stem#overdraw","2093":"/previews/PR3974/reference/plots/stem#space","2094":"/previews/PR3974/reference/plots/stem#ssao","2095":"/previews/PR3974/reference/plots/stem#stemcolor","2096":"/previews/PR3974/reference/plots/stem#stemcolormap","2097":"/previews/PR3974/reference/plots/stem#stemcolorrange","2098":"/previews/PR3974/reference/plots/stem#stemlinestyle","2099":"/previews/PR3974/reference/plots/stem#stemwidth","2100":"/previews/PR3974/reference/plots/stem#strokecolor","2101":"/previews/PR3974/reference/plots/stem#strokewidth","2102":"/previews/PR3974/reference/plots/stem#transformation","2103":"/previews/PR3974/reference/plots/stem#transparency","2104":"/previews/PR3974/reference/plots/stem#trunkcolor","2105":"/previews/PR3974/reference/plots/stem#trunkcolormap","2106":"/previews/PR3974/reference/plots/stem#trunkcolorrange","2107":"/previews/PR3974/reference/plots/stem#trunklinestyle","2108":"/previews/PR3974/reference/plots/stem#trunkwidth","2109":"/previews/PR3974/reference/plots/stem#visible","2110":"/previews/PR3974/reference/plots/stephist#stephist","2111":"/previews/PR3974/reference/plots/stephist#examples","2112":"/previews/PR3974/reference/plots/stephist#attributes","2113":"/previews/PR3974/reference/plots/stephist#bins","2114":"/previews/PR3974/reference/plots/stephist#color","2115":"/previews/PR3974/reference/plots/stephist#cycle","2116":"/previews/PR3974/reference/plots/stephist#linestyle","2117":"/previews/PR3974/reference/plots/stephist#linewidth","2118":"/previews/PR3974/reference/plots/stephist#normalization","2119":"/previews/PR3974/reference/plots/stephist#scale-to","2120":"/previews/PR3974/reference/plots/stephist#weights","2121":"/previews/PR3974/reference/plots/streamplot#streamplot","2122":"/previews/PR3974/reference/plots/streamplot#examples","2123":"/previews/PR3974/reference/plots/streamplot#attributes","2124":"/previews/PR3974/reference/plots/streamplot#alpha","2125":"/previews/PR3974/reference/plots/streamplot#arrow-head","2126":"/previews/PR3974/reference/plots/streamplot#arrow-size","2127":"/previews/PR3974/reference/plots/streamplot#color","2128":"/previews/PR3974/reference/plots/streamplot#colormap","2129":"/previews/PR3974/reference/plots/streamplot#colorrange","2130":"/previews/PR3974/reference/plots/streamplot#colorscale","2131":"/previews/PR3974/reference/plots/streamplot#density","2132":"/previews/PR3974/reference/plots/streamplot#depth-shift","2133":"/previews/PR3974/reference/plots/streamplot#fxaa","2134":"/previews/PR3974/reference/plots/streamplot#gridsize","2135":"/previews/PR3974/reference/plots/streamplot#highclip","2136":"/previews/PR3974/reference/plots/streamplot#inspectable","2137":"/previews/PR3974/reference/plots/streamplot#inspector-clear","2138":"/previews/PR3974/reference/plots/streamplot#inspector-hover","2139":"/previews/PR3974/reference/plots/streamplot#inspector-label","2140":"/previews/PR3974/reference/plots/streamplot#joinstyle","2141":"/previews/PR3974/reference/plots/streamplot#linecap","2142":"/previews/PR3974/reference/plots/streamplot#linestyle","2143":"/previews/PR3974/reference/plots/streamplot#linewidth","2144":"/previews/PR3974/reference/plots/streamplot#lowclip","2145":"/previews/PR3974/reference/plots/streamplot#maxsteps","2146":"/previews/PR3974/reference/plots/streamplot#miter-limit","2147":"/previews/PR3974/reference/plots/streamplot#model","2148":"/previews/PR3974/reference/plots/streamplot#nan-color","2149":"/previews/PR3974/reference/plots/streamplot#overdraw","2150":"/previews/PR3974/reference/plots/streamplot#quality","2151":"/previews/PR3974/reference/plots/streamplot#space","2152":"/previews/PR3974/reference/plots/streamplot#ssao","2153":"/previews/PR3974/reference/plots/streamplot#stepsize","2154":"/previews/PR3974/reference/plots/streamplot#transformation","2155":"/previews/PR3974/reference/plots/streamplot#transparency","2156":"/previews/PR3974/reference/plots/streamplot#visible","2157":"/previews/PR3974/reference/plots/surface#surface","2158":"/previews/PR3974/reference/plots/surface#examples","2159":"/previews/PR3974/reference/plots/surface#attributes","2160":"/previews/PR3974/reference/plots/surface#alpha","2161":"/previews/PR3974/reference/plots/surface#backlight","2162":"/previews/PR3974/reference/plots/surface#color","2163":"/previews/PR3974/reference/plots/surface#colormap","2164":"/previews/PR3974/reference/plots/surface#colorrange","2165":"/previews/PR3974/reference/plots/surface#colorscale","2166":"/previews/PR3974/reference/plots/surface#depth-shift","2167":"/previews/PR3974/reference/plots/surface#diffuse","2168":"/previews/PR3974/reference/plots/surface#fxaa","2169":"/previews/PR3974/reference/plots/surface#highclip","2170":"/previews/PR3974/reference/plots/surface#inspectable","2171":"/previews/PR3974/reference/plots/surface#inspector-clear","2172":"/previews/PR3974/reference/plots/surface#inspector-hover","2173":"/previews/PR3974/reference/plots/surface#inspector-label","2174":"/previews/PR3974/reference/plots/surface#invert-normals","2175":"/previews/PR3974/reference/plots/surface#lowclip","2176":"/previews/PR3974/reference/plots/surface#material","2177":"/previews/PR3974/reference/plots/surface#model","2178":"/previews/PR3974/reference/plots/surface#nan-color","2179":"/previews/PR3974/reference/plots/surface#overdraw","2180":"/previews/PR3974/reference/plots/surface#shading","2181":"/previews/PR3974/reference/plots/surface#shininess","2182":"/previews/PR3974/reference/plots/surface#space","2183":"/previews/PR3974/reference/plots/surface#specular","2184":"/previews/PR3974/reference/plots/surface#ssao","2185":"/previews/PR3974/reference/plots/surface#transformation","2186":"/previews/PR3974/reference/plots/surface#transparency","2187":"/previews/PR3974/reference/plots/surface#visible","2188":"/previews/PR3974/reference/plots/text#text","2189":"/previews/PR3974/reference/plots/text#Marker-space-pixel","2190":"/previews/PR3974/reference/plots/text#Marker-space-data","2191":"/previews/PR3974/reference/plots/text#alignment","2192":"/previews/PR3974/reference/plots/text#justification","2193":"/previews/PR3974/reference/plots/text#offset","2194":"/previews/PR3974/reference/plots/text#Relative-space","2195":"/previews/PR3974/reference/plots/text#mathtex","2196":"/previews/PR3974/reference/plots/text#Rich-text","2197":"/previews/PR3974/reference/plots/text#Tweaking-offsets","2198":"/previews/PR3974/reference/plots/text#attributes","2199":"/previews/PR3974/reference/plots/text#align","2200":"/previews/PR3974/reference/plots/text#alpha","2201":"/previews/PR3974/reference/plots/text#color","2202":"/previews/PR3974/reference/plots/text#colormap","2203":"/previews/PR3974/reference/plots/text#colorrange","2204":"/previews/PR3974/reference/plots/text#colorscale","2205":"/previews/PR3974/reference/plots/text#depth-shift","2206":"/previews/PR3974/reference/plots/text#font","2207":"/previews/PR3974/reference/plots/text#fonts","2208":"/previews/PR3974/reference/plots/text#fontsize","2209":"/previews/PR3974/reference/plots/text#fxaa","2210":"/previews/PR3974/reference/plots/text#glowcolor","2211":"/previews/PR3974/reference/plots/text#glowwidth","2212":"/previews/PR3974/reference/plots/text#highclip","2213":"/previews/PR3974/reference/plots/text#inspectable","2214":"/previews/PR3974/reference/plots/text#inspector-clear","2215":"/previews/PR3974/reference/plots/text#inspector-hover","2216":"/previews/PR3974/reference/plots/text#inspector-label","2217":"/previews/PR3974/reference/plots/text#justification-1","2218":"/previews/PR3974/reference/plots/text#lineheight","2219":"/previews/PR3974/reference/plots/text#lowclip","2220":"/previews/PR3974/reference/plots/text#markerspace","2221":"/previews/PR3974/reference/plots/text#model","2222":"/previews/PR3974/reference/plots/text#nan-color","2223":"/previews/PR3974/reference/plots/text#offset-1","2224":"/previews/PR3974/reference/plots/text#overdraw","2225":"/previews/PR3974/reference/plots/text#position","2226":"/previews/PR3974/reference/plots/text#rotation","2227":"/previews/PR3974/reference/plots/text#space","2228":"/previews/PR3974/reference/plots/text#ssao","2229":"/previews/PR3974/reference/plots/text#strokecolor","2230":"/previews/PR3974/reference/plots/text#strokewidth","2231":"/previews/PR3974/reference/plots/text#text-2","2232":"/previews/PR3974/reference/plots/text#transform-marker","2233":"/previews/PR3974/reference/plots/text#transformation","2234":"/previews/PR3974/reference/plots/text#transparency","2235":"/previews/PR3974/reference/plots/text#visible","2236":"/previews/PR3974/reference/plots/text#word-wrap-width","2237":"/previews/PR3974/reference/plots/tooltip#tooltip","2238":"/previews/PR3974/reference/plots/tooltip#examples","2239":"/previews/PR3974/reference/plots/tooltip#Basic-tooltip","2240":"/previews/PR3974/reference/plots/tooltip#attributes","2241":"/previews/PR3974/reference/plots/tooltip#align","2242":"/previews/PR3974/reference/plots/tooltip#backgroundcolor","2243":"/previews/PR3974/reference/plots/tooltip#depth-shift","2244":"/previews/PR3974/reference/plots/tooltip#font","2245":"/previews/PR3974/reference/plots/tooltip#fontsize","2246":"/previews/PR3974/reference/plots/tooltip#fxaa","2247":"/previews/PR3974/reference/plots/tooltip#inspectable","2248":"/previews/PR3974/reference/plots/tooltip#inspector-clear","2249":"/previews/PR3974/reference/plots/tooltip#inspector-hover","2250":"/previews/PR3974/reference/plots/tooltip#inspector-label","2251":"/previews/PR3974/reference/plots/tooltip#justification","2252":"/previews/PR3974/reference/plots/tooltip#model","2253":"/previews/PR3974/reference/plots/tooltip#offset","2254":"/previews/PR3974/reference/plots/tooltip#outline-color","2255":"/previews/PR3974/reference/plots/tooltip#outline-linestyle","2256":"/previews/PR3974/reference/plots/tooltip#outline-linewidth","2257":"/previews/PR3974/reference/plots/tooltip#overdraw","2258":"/previews/PR3974/reference/plots/tooltip#placement","2259":"/previews/PR3974/reference/plots/tooltip#space","2260":"/previews/PR3974/reference/plots/tooltip#ssao","2261":"/previews/PR3974/reference/plots/tooltip#strokecolor","2262":"/previews/PR3974/reference/plots/tooltip#strokewidth","2263":"/previews/PR3974/reference/plots/tooltip#text","2264":"/previews/PR3974/reference/plots/tooltip#textcolor","2265":"/previews/PR3974/reference/plots/tooltip#textpadding","2266":"/previews/PR3974/reference/plots/tooltip#transformation","2267":"/previews/PR3974/reference/plots/tooltip#transparency","2268":"/previews/PR3974/reference/plots/tooltip#triangle-size","2269":"/previews/PR3974/reference/plots/tooltip#visible","2270":"/previews/PR3974/reference/plots/tooltip#xautolimits","2271":"/previews/PR3974/reference/plots/tooltip#yautolimits","2272":"/previews/PR3974/reference/plots/tooltip#zautolimits","2273":"/previews/PR3974/reference/plots/tricontourf#tricontourf","2274":"/previews/PR3974/reference/plots/tricontourf#examples","2275":"/previews/PR3974/reference/plots/tricontourf#Triangulation-modes","2276":"/previews/PR3974/reference/plots/tricontourf#Relative-mode","2277":"/previews/PR3974/reference/plots/tricontourf#attributes","2278":"/previews/PR3974/reference/plots/tricontourf#colormap","2279":"/previews/PR3974/reference/plots/tricontourf#colorscale","2280":"/previews/PR3974/reference/plots/tricontourf#depth-shift","2281":"/previews/PR3974/reference/plots/tricontourf#edges","2282":"/previews/PR3974/reference/plots/tricontourf#extendhigh","2283":"/previews/PR3974/reference/plots/tricontourf#extendlow","2284":"/previews/PR3974/reference/plots/tricontourf#fxaa","2285":"/previews/PR3974/reference/plots/tricontourf#inspectable","2286":"/previews/PR3974/reference/plots/tricontourf#inspector-clear","2287":"/previews/PR3974/reference/plots/tricontourf#inspector-hover","2288":"/previews/PR3974/reference/plots/tricontourf#inspector-label","2289":"/previews/PR3974/reference/plots/tricontourf#levels","2290":"/previews/PR3974/reference/plots/tricontourf#mode","2291":"/previews/PR3974/reference/plots/tricontourf#model","2292":"/previews/PR3974/reference/plots/tricontourf#nan-color","2293":"/previews/PR3974/reference/plots/tricontourf#overdraw","2294":"/previews/PR3974/reference/plots/tricontourf#space","2295":"/previews/PR3974/reference/plots/tricontourf#ssao","2296":"/previews/PR3974/reference/plots/tricontourf#transformation","2297":"/previews/PR3974/reference/plots/tricontourf#transparency","2298":"/previews/PR3974/reference/plots/tricontourf#triangulation","2299":"/previews/PR3974/reference/plots/tricontourf#visible","2300":"/previews/PR3974/reference/plots/triplot#triplot","2301":"/previews/PR3974/reference/plots/triplot#examples","2302":"/previews/PR3974/reference/plots/triplot#attributes","2303":"/previews/PR3974/reference/plots/triplot#bounding-box","2304":"/previews/PR3974/reference/plots/triplot#constrained-edge-color","2305":"/previews/PR3974/reference/plots/triplot#constrained-edge-linestyle","2306":"/previews/PR3974/reference/plots/triplot#constrained-edge-linewidth","2307":"/previews/PR3974/reference/plots/triplot#convex-hull-color","2308":"/previews/PR3974/reference/plots/triplot#convex-hull-linestyle","2309":"/previews/PR3974/reference/plots/triplot#convex-hull-linewidth","2310":"/previews/PR3974/reference/plots/triplot#ghost-edge-color","2311":"/previews/PR3974/reference/plots/triplot#ghost-edge-extension-factor","2312":"/previews/PR3974/reference/plots/triplot#ghost-edge-linestyle","2313":"/previews/PR3974/reference/plots/triplot#ghost-edge-linewidth","2314":"/previews/PR3974/reference/plots/triplot#joinstyle","2315":"/previews/PR3974/reference/plots/triplot#linecap","2316":"/previews/PR3974/reference/plots/triplot#linestyle","2317":"/previews/PR3974/reference/plots/triplot#marker","2318":"/previews/PR3974/reference/plots/triplot#markercolor","2319":"/previews/PR3974/reference/plots/triplot#markersize","2320":"/previews/PR3974/reference/plots/triplot#miter-limit","2321":"/previews/PR3974/reference/plots/triplot#recompute-centers","2322":"/previews/PR3974/reference/plots/triplot#show-constrained-edges","2323":"/previews/PR3974/reference/plots/triplot#show-convex-hull","2324":"/previews/PR3974/reference/plots/triplot#show-ghost-edges","2325":"/previews/PR3974/reference/plots/triplot#show-points","2326":"/previews/PR3974/reference/plots/triplot#strokecolor","2327":"/previews/PR3974/reference/plots/triplot#strokewidth","2328":"/previews/PR3974/reference/plots/triplot#triangle-color","2329":"/previews/PR3974/reference/plots/violin#violin","2330":"/previews/PR3974/reference/plots/violin#examples","2331":"/previews/PR3974/reference/plots/violin#Using-statistical-weights","2332":"/previews/PR3974/reference/plots/violin#Horizontal-axis","2333":"/previews/PR3974/reference/plots/violin#attributes","2334":"/previews/PR3974/reference/plots/violin#bandwidth","2335":"/previews/PR3974/reference/plots/violin#boundary","2336":"/previews/PR3974/reference/plots/violin#color","2337":"/previews/PR3974/reference/plots/violin#cycle","2338":"/previews/PR3974/reference/plots/violin#datalimits","2339":"/previews/PR3974/reference/plots/violin#depth-shift","2340":"/previews/PR3974/reference/plots/violin#dodge","2341":"/previews/PR3974/reference/plots/violin#dodge-gap","2342":"/previews/PR3974/reference/plots/violin#fxaa","2343":"/previews/PR3974/reference/plots/violin#gap","2344":"/previews/PR3974/reference/plots/violin#inspectable","2345":"/previews/PR3974/reference/plots/violin#inspector-clear","2346":"/previews/PR3974/reference/plots/violin#inspector-hover","2347":"/previews/PR3974/reference/plots/violin#inspector-label","2348":"/previews/PR3974/reference/plots/violin#max-density","2349":"/previews/PR3974/reference/plots/violin#mediancolor","2350":"/previews/PR3974/reference/plots/violin#medianlinewidth","2351":"/previews/PR3974/reference/plots/violin#model","2352":"/previews/PR3974/reference/plots/violin#n-dodge","2353":"/previews/PR3974/reference/plots/violin#npoints","2354":"/previews/PR3974/reference/plots/violin#orientation","2355":"/previews/PR3974/reference/plots/violin#overdraw","2356":"/previews/PR3974/reference/plots/violin#scale","2357":"/previews/PR3974/reference/plots/violin#show-median","2358":"/previews/PR3974/reference/plots/violin#side","2359":"/previews/PR3974/reference/plots/violin#space","2360":"/previews/PR3974/reference/plots/violin#ssao","2361":"/previews/PR3974/reference/plots/violin#strokecolor","2362":"/previews/PR3974/reference/plots/violin#strokewidth","2363":"/previews/PR3974/reference/plots/violin#transformation","2364":"/previews/PR3974/reference/plots/violin#transparency","2365":"/previews/PR3974/reference/plots/violin#visible","2366":"/previews/PR3974/reference/plots/violin#weights","2367":"/previews/PR3974/reference/plots/violin#width","2368":"/previews/PR3974/reference/plots/vlines#vlines","2369":"/previews/PR3974/reference/plots/vlines#attributes","2370":"/previews/PR3974/reference/plots/vlines#alpha","2371":"/previews/PR3974/reference/plots/vlines#color","2372":"/previews/PR3974/reference/plots/vlines#colormap","2373":"/previews/PR3974/reference/plots/vlines#colorrange","2374":"/previews/PR3974/reference/plots/vlines#colorscale","2375":"/previews/PR3974/reference/plots/vlines#cycle","2376":"/previews/PR3974/reference/plots/vlines#depth-shift","2377":"/previews/PR3974/reference/plots/vlines#fxaa","2378":"/previews/PR3974/reference/plots/vlines#highclip","2379":"/previews/PR3974/reference/plots/vlines#inspectable","2380":"/previews/PR3974/reference/plots/vlines#inspector-clear","2381":"/previews/PR3974/reference/plots/vlines#inspector-hover","2382":"/previews/PR3974/reference/plots/vlines#inspector-label","2383":"/previews/PR3974/reference/plots/vlines#linecap","2384":"/previews/PR3974/reference/plots/vlines#linestyle","2385":"/previews/PR3974/reference/plots/vlines#linewidth","2386":"/previews/PR3974/reference/plots/vlines#lowclip","2387":"/previews/PR3974/reference/plots/vlines#model","2388":"/previews/PR3974/reference/plots/vlines#nan-color","2389":"/previews/PR3974/reference/plots/vlines#overdraw","2390":"/previews/PR3974/reference/plots/vlines#space","2391":"/previews/PR3974/reference/plots/vlines#ssao","2392":"/previews/PR3974/reference/plots/vlines#transformation","2393":"/previews/PR3974/reference/plots/vlines#transparency","2394":"/previews/PR3974/reference/plots/vlines#visible","2395":"/previews/PR3974/reference/plots/vlines#ymax","2396":"/previews/PR3974/reference/plots/vlines#ymin","2397":"/previews/PR3974/reference/plots/volume#volume","2398":"/previews/PR3974/reference/plots/volume#examples","2399":"/previews/PR3974/reference/plots/volume#attributes","2400":"/previews/PR3974/reference/plots/volume#absorption","2401":"/previews/PR3974/reference/plots/volume#algorithm","2402":"/previews/PR3974/reference/plots/volume#alpha","2403":"/previews/PR3974/reference/plots/volume#backlight","2404":"/previews/PR3974/reference/plots/volume#colormap","2405":"/previews/PR3974/reference/plots/volume#colorrange","2406":"/previews/PR3974/reference/plots/volume#colorscale","2407":"/previews/PR3974/reference/plots/volume#depth-shift","2408":"/previews/PR3974/reference/plots/volume#diffuse","2409":"/previews/PR3974/reference/plots/volume#enable-depth","2410":"/previews/PR3974/reference/plots/volume#fxaa","2411":"/previews/PR3974/reference/plots/volume#highclip","2412":"/previews/PR3974/reference/plots/volume#inspectable","2413":"/previews/PR3974/reference/plots/volume#inspector-clear","2414":"/previews/PR3974/reference/plots/volume#inspector-hover","2415":"/previews/PR3974/reference/plots/volume#inspector-label","2416":"/previews/PR3974/reference/plots/volume#interpolate","2417":"/previews/PR3974/reference/plots/volume#isorange","2418":"/previews/PR3974/reference/plots/volume#isovalue","2419":"/previews/PR3974/reference/plots/volume#lowclip","2420":"/previews/PR3974/reference/plots/volume#material","2421":"/previews/PR3974/reference/plots/volume#model","2422":"/previews/PR3974/reference/plots/volume#nan-color","2423":"/previews/PR3974/reference/plots/volume#overdraw","2424":"/previews/PR3974/reference/plots/volume#shading","2425":"/previews/PR3974/reference/plots/volume#shininess","2426":"/previews/PR3974/reference/plots/volume#space","2427":"/previews/PR3974/reference/plots/volume#specular","2428":"/previews/PR3974/reference/plots/volume#ssao","2429":"/previews/PR3974/reference/plots/volume#transformation","2430":"/previews/PR3974/reference/plots/volume#transparency","2431":"/previews/PR3974/reference/plots/volume#visible","2432":"/previews/PR3974/reference/plots/volumeslices#volumeslices","2433":"/previews/PR3974/reference/plots/volumeslices#examples","2434":"/previews/PR3974/reference/plots/volumeslices#attributes","2435":"/previews/PR3974/reference/plots/volumeslices#alpha","2436":"/previews/PR3974/reference/plots/volumeslices#bbox-color","2437":"/previews/PR3974/reference/plots/volumeslices#bbox-visible","2438":"/previews/PR3974/reference/plots/volumeslices#colormap","2439":"/previews/PR3974/reference/plots/volumeslices#colorrange","2440":"/previews/PR3974/reference/plots/volumeslices#colorscale","2441":"/previews/PR3974/reference/plots/volumeslices#depth-shift","2442":"/previews/PR3974/reference/plots/volumeslices#fxaa","2443":"/previews/PR3974/reference/plots/volumeslices#highclip","2444":"/previews/PR3974/reference/plots/volumeslices#inspectable","2445":"/previews/PR3974/reference/plots/volumeslices#inspector-clear","2446":"/previews/PR3974/reference/plots/volumeslices#inspector-hover","2447":"/previews/PR3974/reference/plots/volumeslices#inspector-label","2448":"/previews/PR3974/reference/plots/volumeslices#interpolate","2449":"/previews/PR3974/reference/plots/volumeslices#lowclip","2450":"/previews/PR3974/reference/plots/volumeslices#model","2451":"/previews/PR3974/reference/plots/volumeslices#nan-color","2452":"/previews/PR3974/reference/plots/volumeslices#overdraw","2453":"/previews/PR3974/reference/plots/volumeslices#space","2454":"/previews/PR3974/reference/plots/volumeslices#ssao","2455":"/previews/PR3974/reference/plots/volumeslices#transformation","2456":"/previews/PR3974/reference/plots/volumeslices#transparency","2457":"/previews/PR3974/reference/plots/volumeslices#visible","2458":"/previews/PR3974/reference/plots/voronoiplot#voronoiplot","2459":"/previews/PR3974/reference/plots/voronoiplot#examples","2460":"/previews/PR3974/reference/plots/voronoiplot#attributes","2461":"/previews/PR3974/reference/plots/voronoiplot#alpha","2462":"/previews/PR3974/reference/plots/voronoiplot#clip","2463":"/previews/PR3974/reference/plots/voronoiplot#color","2464":"/previews/PR3974/reference/plots/voronoiplot#colormap","2465":"/previews/PR3974/reference/plots/voronoiplot#colorrange","2466":"/previews/PR3974/reference/plots/voronoiplot#colorscale","2467":"/previews/PR3974/reference/plots/voronoiplot#highclip","2468":"/previews/PR3974/reference/plots/voronoiplot#lowclip","2469":"/previews/PR3974/reference/plots/voronoiplot#marker","2470":"/previews/PR3974/reference/plots/voronoiplot#markercolor","2471":"/previews/PR3974/reference/plots/voronoiplot#markersize","2472":"/previews/PR3974/reference/plots/voronoiplot#nan-color","2473":"/previews/PR3974/reference/plots/voronoiplot#show-generators","2474":"/previews/PR3974/reference/plots/voronoiplot#smooth","2475":"/previews/PR3974/reference/plots/voronoiplot#strokecolor","2476":"/previews/PR3974/reference/plots/voronoiplot#strokewidth","2477":"/previews/PR3974/reference/plots/voronoiplot#unbounded-edge-extension-factor","2478":"/previews/PR3974/reference/plots/voxels#voxels","2479":"/previews/PR3974/reference/plots/voxels#examples","2480":"/previews/PR3974/reference/plots/voxels#Basic-Example","2481":"/previews/PR3974/reference/plots/voxels#Gap-Attribute","2482":"/previews/PR3974/reference/plots/voxels#Color-and-the-internal-representation","2483":"/previews/PR3974/reference/plots/voxels#colormaps","2484":"/previews/PR3974/reference/plots/voxels#texturemaps","2485":"/previews/PR3974/reference/plots/voxels#Updating-Voxels","2486":"/previews/PR3974/reference/plots/voxels#Picking-Voxels","2487":"/previews/PR3974/reference/plots/voxels#attributes","2488":"/previews/PR3974/reference/plots/voxels#alpha","2489":"/previews/PR3974/reference/plots/voxels#backlight","2490":"/previews/PR3974/reference/plots/voxels#color","2491":"/previews/PR3974/reference/plots/voxels#colormap","2492":"/previews/PR3974/reference/plots/voxels#colorrange","2493":"/previews/PR3974/reference/plots/voxels#colorscale","2494":"/previews/PR3974/reference/plots/voxels#depth-shift","2495":"/previews/PR3974/reference/plots/voxels#depthsorting","2496":"/previews/PR3974/reference/plots/voxels#diffuse","2497":"/previews/PR3974/reference/plots/voxels#fxaa","2498":"/previews/PR3974/reference/plots/voxels#gap","2499":"/previews/PR3974/reference/plots/voxels#highclip","2500":"/previews/PR3974/reference/plots/voxels#inspectable","2501":"/previews/PR3974/reference/plots/voxels#inspector-clear","2502":"/previews/PR3974/reference/plots/voxels#inspector-hover","2503":"/previews/PR3974/reference/plots/voxels#inspector-label","2504":"/previews/PR3974/reference/plots/voxels#interpolate","2505":"/previews/PR3974/reference/plots/voxels#is-air","2506":"/previews/PR3974/reference/plots/voxels#lowclip","2507":"/previews/PR3974/reference/plots/voxels#material","2508":"/previews/PR3974/reference/plots/voxels#model","2509":"/previews/PR3974/reference/plots/voxels#nan-color","2510":"/previews/PR3974/reference/plots/voxels#overdraw","2511":"/previews/PR3974/reference/plots/voxels#shading","2512":"/previews/PR3974/reference/plots/voxels#shininess","2513":"/previews/PR3974/reference/plots/voxels#space","2514":"/previews/PR3974/reference/plots/voxels#specular","2515":"/previews/PR3974/reference/plots/voxels#ssao","2516":"/previews/PR3974/reference/plots/voxels#transformation","2517":"/previews/PR3974/reference/plots/voxels#transparency","2518":"/previews/PR3974/reference/plots/voxels#uvmap","2519":"/previews/PR3974/reference/plots/voxels#visible","2520":"/previews/PR3974/reference/plots/vspan#vspan","2521":"/previews/PR3974/reference/plots/vspan#attributes","2522":"/previews/PR3974/reference/plots/vspan#alpha","2523":"/previews/PR3974/reference/plots/vspan#color","2524":"/previews/PR3974/reference/plots/vspan#colormap","2525":"/previews/PR3974/reference/plots/vspan#colorrange","2526":"/previews/PR3974/reference/plots/vspan#colorscale","2527":"/previews/PR3974/reference/plots/vspan#cycle","2528":"/previews/PR3974/reference/plots/vspan#depth-shift","2529":"/previews/PR3974/reference/plots/vspan#fxaa","2530":"/previews/PR3974/reference/plots/vspan#highclip","2531":"/previews/PR3974/reference/plots/vspan#inspectable","2532":"/previews/PR3974/reference/plots/vspan#inspector-clear","2533":"/previews/PR3974/reference/plots/vspan#inspector-hover","2534":"/previews/PR3974/reference/plots/vspan#inspector-label","2535":"/previews/PR3974/reference/plots/vspan#joinstyle","2536":"/previews/PR3974/reference/plots/vspan#linecap","2537":"/previews/PR3974/reference/plots/vspan#linestyle","2538":"/previews/PR3974/reference/plots/vspan#lowclip","2539":"/previews/PR3974/reference/plots/vspan#miter-limit","2540":"/previews/PR3974/reference/plots/vspan#model","2541":"/previews/PR3974/reference/plots/vspan#nan-color","2542":"/previews/PR3974/reference/plots/vspan#overdraw","2543":"/previews/PR3974/reference/plots/vspan#shading","2544":"/previews/PR3974/reference/plots/vspan#space","2545":"/previews/PR3974/reference/plots/vspan#ssao","2546":"/previews/PR3974/reference/plots/vspan#strokecolor","2547":"/previews/PR3974/reference/plots/vspan#strokecolormap","2548":"/previews/PR3974/reference/plots/vspan#strokewidth","2549":"/previews/PR3974/reference/plots/vspan#transformation","2550":"/previews/PR3974/reference/plots/vspan#transparency","2551":"/previews/PR3974/reference/plots/vspan#visible","2552":"/previews/PR3974/reference/plots/vspan#ymax","2553":"/previews/PR3974/reference/plots/vspan#ymin","2554":"/previews/PR3974/reference/plots/waterfall#waterfall","2555":"/previews/PR3974/reference/plots/waterfall#examples","2556":"/previews/PR3974/reference/plots/waterfall#attributes","2557":"/previews/PR3974/reference/plots/waterfall#color","2558":"/previews/PR3974/reference/plots/waterfall#cycle","2559":"/previews/PR3974/reference/plots/waterfall#direction-color","2560":"/previews/PR3974/reference/plots/waterfall#dodge","2561":"/previews/PR3974/reference/plots/waterfall#dodge-gap","2562":"/previews/PR3974/reference/plots/waterfall#final-color","2563":"/previews/PR3974/reference/plots/waterfall#final-dodge-gap","2564":"/previews/PR3974/reference/plots/waterfall#final-gap","2565":"/previews/PR3974/reference/plots/waterfall#gap","2566":"/previews/PR3974/reference/plots/waterfall#marker-neg","2567":"/previews/PR3974/reference/plots/waterfall#marker-pos","2568":"/previews/PR3974/reference/plots/waterfall#n-dodge","2569":"/previews/PR3974/reference/plots/waterfall#show-direction","2570":"/previews/PR3974/reference/plots/waterfall#show-final","2571":"/previews/PR3974/reference/plots/waterfall#stack","2572":"/previews/PR3974/reference/plots/waterfall#width","2573":"/previews/PR3974/reference/plots/wireframe#wireframe","2574":"/previews/PR3974/reference/plots/wireframe#examples","2575":"/previews/PR3974/reference/plots/wireframe#attributes","2576":"/previews/PR3974/reference/plots/wireframe#alpha","2577":"/previews/PR3974/reference/plots/wireframe#color","2578":"/previews/PR3974/reference/plots/wireframe#colormap","2579":"/previews/PR3974/reference/plots/wireframe#colorrange","2580":"/previews/PR3974/reference/plots/wireframe#colorscale","2581":"/previews/PR3974/reference/plots/wireframe#cycle","2582":"/previews/PR3974/reference/plots/wireframe#depth-shift","2583":"/previews/PR3974/reference/plots/wireframe#fxaa","2584":"/previews/PR3974/reference/plots/wireframe#highclip","2585":"/previews/PR3974/reference/plots/wireframe#inspectable","2586":"/previews/PR3974/reference/plots/wireframe#inspector-clear","2587":"/previews/PR3974/reference/plots/wireframe#inspector-hover","2588":"/previews/PR3974/reference/plots/wireframe#inspector-label","2589":"/previews/PR3974/reference/plots/wireframe#linecap","2590":"/previews/PR3974/reference/plots/wireframe#linestyle","2591":"/previews/PR3974/reference/plots/wireframe#linewidth","2592":"/previews/PR3974/reference/plots/wireframe#lowclip","2593":"/previews/PR3974/reference/plots/wireframe#model","2594":"/previews/PR3974/reference/plots/wireframe#nan-color","2595":"/previews/PR3974/reference/plots/wireframe#overdraw","2596":"/previews/PR3974/reference/plots/wireframe#space","2597":"/previews/PR3974/reference/plots/wireframe#ssao","2598":"/previews/PR3974/reference/plots/wireframe#transformation","2599":"/previews/PR3974/reference/plots/wireframe#transparency","2600":"/previews/PR3974/reference/plots/wireframe#visible","2601":"/previews/PR3974/reference/scene/SSAO#ssao","2602":"/previews/PR3974/reference/scene/SSAO#example","2603":"/previews/PR3974/reference/scene/lighting#lighting","2604":"/previews/PR3974/reference/scene/lighting#Material-Attributes","2605":"/previews/PR3974/reference/scene/lighting#Lighting-algorithm","2606":"/previews/PR3974/reference/scene/lighting#Types-of-Light","2607":"/previews/PR3974/reference/scene/lighting#ambientlight","2608":"/previews/PR3974/reference/scene/lighting#directionallight","2609":"/previews/PR3974/reference/scene/lighting#pointlight","2610":"/previews/PR3974/reference/scene/lighting#spotlight","2611":"/previews/PR3974/reference/scene/lighting#rectlight","2612":"/previews/PR3974/reference/scene/lighting#environmentlight","2613":"/previews/PR3974/reference/scene/matcap#matcap","2614":"/previews/PR3974/reference/scene/matcap#example","2615":"/previews/PR3974/tutorials/aspect-tutorial#Aspect-ratios-and-automatic-figure-sizes","2616":"/previews/PR3974/tutorials/getting-started#Getting-started","2617":"/previews/PR3974/tutorials/getting-started#requirements","2618":"/previews/PR3974/tutorials/getting-started#installation","2619":"/previews/PR3974/tutorials/getting-started#plotting","2620":"/previews/PR3974/tutorials/getting-started#Figure-and-Axis","2621":"/previews/PR3974/tutorials/getting-started#Plot-styling","2622":"/previews/PR3974/tutorials/getting-started#legend","2623":"/previews/PR3974/tutorials/getting-started#Saving-a-Figure","2624":"/previews/PR3974/tutorials/layout-tutorial#Creating-complex-layouts","2625":"/previews/PR3974/tutorials/layout-tutorial#Basic-layout-plan","2626":"/previews/PR3974/tutorials/layout-tutorial#Setting-up-GridLayouts","2627":"/previews/PR3974/tutorials/layout-tutorial#Panel-A","2628":"/previews/PR3974/tutorials/layout-tutorial#legend","2629":"/previews/PR3974/tutorials/layout-tutorial#Legend-Tweaks","2630":"/previews/PR3974/tutorials/layout-tutorial#Panel-B","2631":"/previews/PR3974/tutorials/layout-tutorial#colorbar","2632":"/previews/PR3974/tutorials/layout-tutorial#Mixed-alignmode","2633":"/previews/PR3974/tutorials/layout-tutorial#Panel-C","2634":"/previews/PR3974/tutorials/layout-tutorial#Panel-D","2635":"/previews/PR3974/tutorials/layout-tutorial#EEG-labels","2636":"/previews/PR3974/tutorials/layout-tutorial#Scaling-axes-relatively","2637":"/previews/PR3974/tutorials/layout-tutorial#Subplot-labels","2638":"/previews/PR3974/tutorials/layout-tutorial#Final-tweaks","2639":"/previews/PR3974/tutorials/scenes#A-primer-on-Makies-scene-graph","2640":"/previews/PR3974/tutorials/scenes#Scenes-and-subwindows","2641":"/previews/PR3974/tutorials/scenes#Window-Events","2642":"/previews/PR3974/tutorials/scenes#Projections-and-Camera","2643":"/previews/PR3974/tutorials/scenes#Interaction-with-Axis-and-Layouts","2644":"/previews/PR3974/tutorials/scenes#Transformations-and-Scene-graph","2645":"/previews/PR3974/tutorials/wrap-existing-recipe#Wrapping-existing-recipes-for-new-types","2646":"/previews/PR3974/tutorials/wrap-existing-recipe#introduction","2647":"/previews/PR3974/tutorials/wrap-existing-recipe#BarPlot-recipe-–-extend-Makie.convert_arguments","2648":"/previews/PR3974/tutorials/wrap-existing-recipe#Hist-recipe-–-override-Makie.plot!","2649":"/previews/PR3974/explanations/colors#colors","2650":"/previews/PR3974/explanations/colors#Alpha-or-Opacity","2651":"/previews/PR3974/explanations/colors#Cheat-Sheet","2652":"/previews/PR3974/explanations/colors#Named-colors","2653":"/previews/PR3974/explanations/colors#colormaps","2654":"/previews/PR3974/explanations/colors#misc","2655":"/previews/PR3974/explanations/colors#cmocean","2656":"/previews/PR3974/explanations/colors#scientific","2657":"/previews/PR3974/explanations/colors#matplotlib","2658":"/previews/PR3974/explanations/colors#colorbrewer","2659":"/previews/PR3974/explanations/colors#gnuplot","2660":"/previews/PR3974/explanations/colors#colorcet","2661":"/previews/PR3974/explanations/colors#seaborn","2662":"/previews/PR3974/explanations/colors#general"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[1,1,3424],"1":[1,1,1],"2":[1,1,32],"3":[2,1,9],"4":[2,1,9],"5":[2,1,9],"6":[2,1,6],"7":[1,1,35],"8":[3,1,112],"9":[2,1,38],"10":[3,1,144],"11":[4,1,60],"12":[6,1,129],"13":[4,1,73],"14":[2,4,66],"15":[1,1,43],"16":[4,1,98],"17":[3,5,33],"18":[2,5,77],"19":[2,5,105],"20":[2,5,32],"21":[1,1,24],"22":[4,1,223],"23":[2,5,88],"24":[2,5,86],"25":[2,5,26],"26":[6,1,42],"27":[2,1,142],"28":[5,1,102],"29":[12,1,54],"30":[1,1,95],"31":[4,1,361],"32":[6,1,126],"33":[7,1,116],"34":[5,1,204],"35":[4,1,201],"36":[2,1,195],"37":[1,1,74],"38":[4,1,22],"39":[4,1,87],"40":[2,1,15],"41":[1,1,53],"42":[2,1,32],"43":[2,1,26],"44":[2,1,81],"45":[2,1,309],"46":[6,1,67],"47":[2,1,84],"48":[1,1,73],"49":[3,1,12],"50":[2,1,1],"51":[1,3,42],"52":[3,1,40],"53":[1,1,45],"54":[1,1,29],"55":[2,1,44],"56":[4,1,80],"57":[1,1,39],"58":[1,2,218],"59":[3,1,114],"60":[3,1,258],"61":[2,1,143],"62":[2,1,89],"63":[1,2,259],"64":[1,1,100],"65":[3,1,1],"66":[2,3,204],"67":[2,5,76],"68":[2,5,119],"69":[1,5,118],"70":[1,5,55],"71":[2,3,88],"72":[2,1,50],"73":[1,2,115],"74":[1,3,138],"75":[4,3,215],"76":[2,2,223],"77":[1,1,34],"78":[3,1,111],"79":[3,1,129],"80":[2,1,193],"81":[2,1,128],"82":[2,1,316],"83":[3,1,153],"84":[2,1,23],"85":[4,1,58],"86":[3,1,1],"87":[2,3,14],"88":[8,5,54],"89":[2,3,1],"90":[3,5,41],"91":[6,8,50],"92":[4,8,73],"93":[2,3,1],"94":[7,5,55],"95":[2,3,1],"96":[8,5,71],"97":[12,5,100],"98":[7,5,152],"99":[1,1,28],"100":[3,1,89],"101":[5,1,31],"102":[3,1,127],"103":[2,1,49],"104":[5,1,129],"105":[4,1,158],"106":[7,5,301],"107":[7,5,220],"108":[1,1,29],"109":[1,1,57],"110":[1,1,96],"111":[4,1,71],"112":[1,1,25],"113":[2,1,18],"114":[2,1,19],"115":[4,3,28],"116":[3,3,56],"117":[3,3,26],"118":[2,1,79],"119":[1,1,34],"120":[3,1,86],"121":[3,1,45],"122":[1,1,100],"123":[3,1,43],"124":[3,1,28],"125":[5,1,37],"126":[4,1,42],"127":[1,1,39],"128":[2,1,75],"129":[2,1,49],"130":[1,1,68],"131":[3,1,88],"132":[3,1,116],"133":[4,1,98],"134":[4,1,101],"135":[4,1,169],"136":[2,1,72],"137":[2,2,70],"138":[3,4,79],"139":[1,2,30],"140":[1,2,67],"141":[5,3,71],"142":[4,3,82],"143":[1,1,73],"144":[2,1,65],"145":[6,3,121],"146":[7,3,52],"147":[6,1,190],"148":[3,1,312],"149":[3,1,99],"150":[2,1,156],"151":[2,2,64],"152":[2,2,286],"153":[4,2,43],"154":[1,1,1],"155":[5,1,130],"156":[1,1,28],"157":[2,1,68],"158":[3,1,71],"159":[3,1,75],"160":[1,1,25],"161":[1,1,99],"162":[5,1,244],"163":[4,1,110],"164":[3,1,110],"165":[5,1,84],"166":[4,1,113],"167":[4,1,152],"168":[2,1,113],"169":[2,1,106],"170":[2,2,2],"171":[2,2,5],"172":[2,2,5],"173":[2,2,5],"174":[2,2,5],"175":[2,2,5],"176":[2,2,14],"177":[1,1,57],"178":[3,1,79],"179":[1,1,42],"180":[3,1,38],"181":[2,1,54],"182":[3,1,28],"183":[3,1,50],"184":[1,1,101],"185":[2,2,72],"186":[4,2,94],"187":[1,2,83],"188":[2,1,15],"189":[1,1,60],"190":[3,1,204],"191":[3,1,189],"192":[6,1,96],"193":[7,1,1],"194":[2,7,39],"195":[2,7,85],"196":[4,1,109],"197":[1,4,58],"198":[2,4,34],"199":[2,4,61],"200":[2,4,72],"201":[1,1,1],"202":[3,1,34],"203":[4,1,46],"204":[2,1,41],"205":[5,1,88],"206":[2,1,60],"207":[4,1,88],"208":[4,1,59],"209":[2,1,10],"210":[2,2,42],"211":[2,2,43],"212":[2,2,60],"213":[3,2,41],"214":[2,2,24],"215":[4,4,31],"216":[4,4,34],"217":[2,4,86],"218":[3,4,101],"219":[3,4,37],"220":[1,1,1],"221":[1,2,14],"222":[1,2,101],"223":[1,2,60],"224":[1,2,10],"225":[1,2,11],"226":[1,2,12],"227":[2,2,11],"228":[2,2,11],"229":[2,2,13],"230":[1,2,15],"231":[1,2,9],"232":[1,2,11],"233":[1,2,12],"234":[1,2,112],"235":[1,2,10],"236":[1,2,11],"237":[1,2,12],"238":[1,2,11],"239":[1,2,46],"240":[1,2,11],"241":[1,2,10],"242":[1,2,10],"243":[1,2,10],"244":[1,2,13],"245":[1,2,10],"246":[1,2,16],"247":[1,2,16],"248":[1,2,44],"249":[1,2,34],"250":[1,2,11],"251":[1,2,10],"252":[1,2,11],"253":[1,2,10],"254":[1,2,13],"255":[1,2,10],"256":[1,2,11],"257":[1,2,12],"258":[1,2,15],"259":[1,2,9],"260":[1,2,14],"261":[1,2,21],"262":[1,2,13],"263":[1,2,11],"264":[1,2,12],"265":[1,2,12],"266":[1,2,45],"267":[1,2,11],"268":[1,2,10],"269":[1,2,14],"270":[1,2,10],"271":[1,2,13],"272":[1,2,10],"273":[1,2,14],"274":[1,2,12],"275":[1,2,13],"276":[1,2,13],"277":[1,2,14],"278":[1,2,11],"279":[1,2,49],"280":[1,2,12],"281":[1,2,14],"282":[1,2,12],"283":[1,2,13],"284":[1,2,11],"285":[1,2,12],"286":[1,2,14],"287":[1,2,132],"288":[1,2,17],"289":[1,2,11],"290":[1,2,108],"291":[1,2,13],"292":[1,2,10],"293":[1,2,10],"294":[1,2,11],"295":[1,2,12],"296":[1,2,13],"297":[1,2,11],"298":[1,2,10],"299":[1,2,111],"300":[1,2,11],"301":[1,2,28],"302":[1,2,11],"303":[1,2,11],"304":[1,2,55],"305":[1,2,13],"306":[1,2,11],"307":[1,2,14],"308":[1,2,21],"309":[1,2,13],"310":[1,2,11],"311":[1,2,12],"312":[1,2,12],"313":[1,2,45],"314":[1,2,11],"315":[1,2,10],"316":[1,2,14],"317":[1,2,10],"318":[1,2,13],"319":[1,2,10],"320":[1,2,14],"321":[1,2,12],"322":[1,2,13],"323":[1,2,13],"324":[1,2,14],"325":[1,2,11],"326":[1,2,49],"327":[1,2,12],"328":[1,2,14],"329":[1,2,12],"330":[1,2,13],"331":[1,2,11],"332":[1,2,12],"333":[1,2,14],"334":[1,2,133],"335":[1,2,17],"336":[1,2,11],"337":[1,2,105],"338":[1,2,13],"339":[1,2,10],"340":[1,2,10],"341":[1,2,11],"342":[1,2,12],"343":[1,2,13],"344":[1,2,11],"345":[1,2,10],"346":[1,2,111],"347":[1,2,11],"348":[1,2,28],"349":[1,2,11],"350":[1,2,11],"351":[1,2,55],"352":[1,2,13],"353":[1,2,11],"354":[1,1,22],"355":[1,1,1],"356":[1,2,14],"357":[1,2,23],"358":[1,2,36],"359":[1,2,14],"360":[1,2,10],"361":[1,2,22],"362":[1,2,23],"363":[1,2,12],"364":[1,2,24],"365":[1,2,16],"366":[1,2,16],"367":[1,2,14],"368":[1,2,10],"369":[1,2,10],"370":[1,1,1],"371":[1,1,1],"372":[1,2,14],"373":[1,2,72],"374":[1,2,57],"375":[1,2,7],"376":[2,2,11],"377":[2,2,11],"378":[2,2,11],"379":[1,2,47],"380":[1,2,15],"381":[1,2,10],"382":[1,2,37],"383":[1,2,75],"384":[1,2,111],"385":[1,2,29],"386":[1,2,16],"387":[1,2,16],"388":[1,2,8],"389":[1,2,10],"390":[1,2,11],"391":[1,2,10],"392":[1,2,11],"393":[1,2,13],"394":[1,2,10],"395":[1,2,15],"396":[1,2,120],"397":[1,2,10],"398":[1,2,14],"399":[1,2,10],"400":[1,2,11],"401":[1,2,8],"402":[1,2,7],"403":[1,2,9],"404":[1,2,10],"405":[1,2,8],"406":[1,2,8],"407":[1,2,11],"408":[1,2,11],"409":[1,2,11],"410":[1,2,43],"411":[2,2,15],"412":[2,2,13],"413":[2,2,13],"414":[1,2,11],"415":[1,2,8],"416":[1,2,8],"417":[1,2,9],"418":[1,2,10],"419":[1,2,8],"420":[1,2,8],"421":[1,2,11],"422":[1,2,11],"423":[1,2,12],"424":[1,2,10],"425":[1,2,11],"426":[1,2,8],"427":[1,2,10],"428":[1,2,11],"429":[1,2,10],"430":[1,2,11],"431":[1,2,14],"432":[1,2,10],"433":[1,2,11],"434":[1,2,8],"435":[1,2,7],"436":[1,2,9],"437":[1,2,10],"438":[1,2,8],"439":[1,2,8],"440":[1,2,11],"441":[1,2,11],"442":[1,2,11],"443":[1,2,43],"444":[2,2,15],"445":[2,2,13],"446":[2,2,13],"447":[1,2,11],"448":[1,2,8],"449":[1,2,8],"450":[1,2,9],"451":[1,2,10],"452":[1,2,8],"453":[1,2,8],"454":[1,2,11],"455":[1,2,11],"456":[1,2,12],"457":[1,2,10],"458":[1,2,11],"459":[1,2,8],"460":[1,2,10],"461":[1,2,11],"462":[1,2,14],"463":[1,2,10],"464":[1,2,11],"465":[1,2,8],"466":[1,2,7],"467":[1,2,9],"468":[1,2,10],"469":[1,2,8],"470":[1,2,8],"471":[1,2,11],"472":[1,2,11],"473":[1,2,11],"474":[1,2,44],"475":[2,2,15],"476":[2,2,13],"477":[2,2,13],"478":[1,2,11],"479":[1,2,8],"480":[1,2,8],"481":[1,2,9],"482":[1,2,10],"483":[1,2,8],"484":[1,2,8],"485":[1,2,11],"486":[1,2,11],"487":[1,2,12],"488":[1,2,10],"489":[1,2,11],"490":[1,2,8],"491":[1,1,48],"492":[1,1,1],"493":[1,2,14],"494":[1,2,11],"495":[2,2,13],"496":[2,2,15],"497":[1,2,15],"498":[1,2,11],"499":[1,2,14],"500":[1,2,11],"501":[1,2,14],"502":[1,2,14],"503":[1,2,10],"504":[1,2,11],"505":[1,2,11],"506":[2,2,13],"507":[2,2,14],"508":[1,2,17],"509":[1,2,10],"510":[1,2,12],"511":[1,2,16],"512":[1,2,16],"513":[1,2,14],"514":[1,2,10],"515":[1,1,118],"516":[3,1,62],"517":[1,1,1],"518":[1,2,14],"519":[1,2,11],"520":[1,2,11],"521":[1,2,11],"522":[1,2,12],"523":[3,2,12],"524":[1,2,13],"525":[1,2,15],"526":[1,2,10],"527":[1,2,11],"528":[1,2,9],"529":[1,2,9],"530":[1,2,8],"531":[1,2,12],"532":[1,2,10],"533":[1,2,11],"534":[1,2,10],"535":[1,2,11],"536":[1,2,11],"537":[1,2,12],"538":[1,2,11],"539":[1,2,13],"540":[1,2,10],"541":[1,2,12],"542":[1,2,11],"543":[1,2,10],"544":[1,2,11],"545":[1,2,14],"546":[1,2,11],"547":[1,2,11],"548":[1,2,7],"549":[1,2,22],"550":[1,2,11],"551":[1,2,16],"552":[1,2,16],"553":[1,2,17],"554":[1,2,11],"555":[1,2,8],"556":[1,2,14],"557":[1,2,12],"558":[1,2,11],"559":[1,2,12],"560":[1,2,9],"561":[1,2,14],"562":[1,2,12],"563":[1,2,11],"564":[1,2,7],"565":[1,2,11],"566":[1,2,11],"567":[1,2,12],"568":[1,2,11],"569":[1,2,11],"570":[1,2,15],"571":[1,2,11],"572":[1,2,18],"573":[1,1,1],"574":[6,1,14],"575":[1,7,62],"576":[1,7,64],"577":[1,7,176],"578":[1,7,142],"579":[1,1,76],"580":[1,1,80],"581":[2,1,43],"582":[6,1,92],"583":[5,1,68],"584":[6,1,54],"585":[1,1,158],"586":[1,1,1],"587":[1,2,14],"588":[2,2,15],"589":[3,2,16],"590":[2,2,17],"591":[1,2,15],"592":[1,2,10],"593":[1,2,14],"594":[1,2,19],"595":[1,2,11],"596":[1,2,16],"597":[1,2,14],"598":[1,2,17],"599":[1,2,16],"600":[1,2,16],"601":[1,2,15],"602":[1,2,10],"603":[1,1,96],"604":[1,1,1],"605":[1,2,14],"606":[1,2,11],"607":[1,2,10],"608":[1,2,13],"609":[1,2,14],"610":[1,2,10],"611":[1,2,11],"612":[1,2,11],"613":[1,2,14],"614":[1,2,12],"615":[1,2,16],"616":[1,2,16],"617":[1,2,9],"618":[1,2,14],"619":[1,2,10],"620":[1,2,10],"621":[2,2,12],"622":[1,1,1],"623":[5,1,45],"624":[3,5,91],"625":[6,1,120],"626":[4,1,143],"627":[4,1,122],"628":[3,1,112],"629":[1,1,1],"630":[1,2,14],"631":[1,2,10],"632":[1,2,14],"633":[1,2,45],"634":[1,2,10],"635":[1,2,11],"636":[1,2,12],"637":[1,2,14],"638":[1,2,14],"639":[1,2,44],"640":[1,2,15],"641":[1,2,10],"642":[1,2,9],"643":[1,2,12],"644":[1,2,11],"645":[1,2,11],"646":[1,2,16],"647":[1,2,14],"648":[1,2,11],"649":[1,2,13],"650":[1,2,10],"651":[1,2,9],"652":[1,2,20],"653":[1,2,11],"654":[1,2,13],"655":[1,2,15],"656":[1,2,10],"657":[1,2,12],"658":[1,2,11],"659":[1,2,10],"660":[1,2,20],"661":[1,2,13],"662":[1,2,14],"663":[1,2,14],"664":[1,2,56],"665":[1,2,36],"666":[1,2,14],"667":[1,2,12],"668":[1,2,42],"669":[1,2,56],"670":[1,2,13],"671":[1,2,15],"672":[1,2,13],"673":[1,2,10],"674":[1,2,9],"675":[1,2,20],"676":[1,2,14],"677":[1,2,14],"678":[1,2,37],"679":[1,2,16],"680":[1,2,16],"681":[1,2,12],"682":[1,2,12],"683":[1,2,12],"684":[1,2,12],"685":[1,2,42],"686":[1,2,15],"687":[1,2,12],"688":[1,2,11],"689":[1,2,15],"690":[1,2,10],"691":[1,1,104],"692":[1,1,1],"693":[1,2,14],"694":[2,2,11],"695":[2,2,11],"696":[2,2,11],"697":[1,2,15],"698":[1,2,10],"699":[2,2,12],"700":[1,2,16],"701":[1,2,16],"702":[1,2,15],"703":[1,2,10],"704":[1,1,65],"705":[2,1,38],"706":[1,1,1],"707":[1,2,14],"708":[3,2,9],"709":[3,2,10],"710":[4,2,11],"711":[4,2,11],"712":[1,2,13],"713":[3,2,11],"714":[3,2,9],"715":[1,2,13],"716":[1,2,15],"717":[1,2,10],"718":[2,2,15],"719":[2,2,10],"720":[1,2,38],"721":[1,2,15],"722":[2,2,12],"723":[1,2,25],"724":[4,2,11],"725":[1,2,16],"726":[1,2,16],"727":[1,2,8],"728":[1,2,9],"729":[1,2,15],"730":[1,2,10],"731":[1,1,1],"732":[1,1,1],"733":[1,1,1],"734":[1,1,1],"735":[1,1,1],"736":[1,1,1],"737":[1,1,1],"738":[1,1,1],"739":[1,1,1],"740":[1,1,1],"741":[1,1,1],"742":[1,1,1],"743":[1,1,1],"744":[1,1,1],"745":[1,1,1],"746":[1,1,1],"747":[1,1,1],"748":[1,1,37],"749":[3,1,21],"750":[4,1,68],"751":[2,1,111],"752":[3,1,155],"753":[4,1,122],"754":[1,1,102],"755":[2,1,1],"756":[4,3,65],"757":[2,3,106],"758":[2,3,69],"759":[1,1,1],"760":[1,2,14],"761":[3,2,28],"762":[1,2,13],"763":[1,2,23],"764":[2,2,19],"765":[1,2,14],"766":[2,2,11],"767":[2,2,11],"768":[1,2,13],"769":[1,2,22],"770":[1,2,22],"771":[1,2,15],"772":[1,2,10],"773":[3,2,24],"774":[3,2,15],"775":[3,2,29],"776":[1,2,14],"777":[3,2,22],"778":[2,2,23],"779":[1,2,16],"780":[1,2,14],"781":[1,2,15],"782":[1,2,14],"783":[1,2,11],"784":[1,2,17],"785":[1,2,15],"786":[1,2,16],"787":[1,2,15],"788":[1,2,12],"789":[1,2,15],"790":[1,2,11],"791":[1,2,16],"792":[1,2,16],"793":[1,2,11],"794":[1,2,45],"795":[1,2,15],"796":[1,2,16],"797":[1,2,15],"798":[1,2,15],"799":[1,2,17],"800":[1,2,21],"801":[1,2,14],"802":[2,2,15],"803":[1,2,9],"804":[1,2,9],"805":[1,2,10],"806":[1,2,9],"807":[1,2,16],"808":[1,2,16],"809":[2,2,15],"810":[3,2,21],"811":[3,2,24],"812":[1,2,14],"813":[1,2,16],"814":[1,2,14],"815":[1,2,15],"816":[1,2,14],"817":[1,2,21],"818":[1,2,17],"819":[1,2,15],"820":[1,2,16],"821":[1,2,15],"822":[1,2,12],"823":[1,2,11],"824":[1,2,16],"825":[1,2,16],"826":[1,2,11],"827":[1,2,15],"828":[1,2,16],"829":[1,2,15],"830":[1,2,15],"831":[1,2,20],"832":[1,2,22],"833":[1,2,14],"834":[1,2,9],"835":[1,2,15],"836":[1,2,14],"837":[1,2,14],"838":[1,2,24],"839":[1,2,20],"840":[1,2,14],"841":[1,2,15],"842":[1,2,10],"843":[1,2,16],"844":[1,1,101],"845":[4,1,11],"846":[1,1,1],"847":[1,2,14],"848":[2,2,15],"849":[3,2,16],"850":[2,2,17],"851":[1,2,15],"852":[1,2,10],"853":[1,2,14],"854":[1,2,10],"855":[1,2,16],"856":[1,2,14],"857":[1,2,16],"858":[1,2,16],"859":[1,2,16],"860":[1,2,15],"861":[1,2,19],"862":[1,2,10],"863":[1,1,92],"864":[1,1,1],"865":[1,2,14],"866":[1,2,15],"867":[1,2,10],"868":[1,2,16],"869":[1,2,16],"870":[1,2,15],"871":[3,2,27],"872":[1,2,10],"873":[1,1,26],"874":[1,1,83],"875":[1,1,1],"876":[1,2,14],"877":[1,2,11],"878":[2,2,12],"879":[3,2,15],"880":[2,2,13],"881":[1,2,10],"882":[1,2,8],"883":[2,2,10],"884":[3,2,13],"885":[2,2,10],"886":[1,2,9],"887":[1,2,10],"888":[1,2,9],"889":[3,2,14],"890":[2,2,11],"891":[1,2,13],"892":[1,2,6],"893":[1,2,9],"894":[1,2,15],"895":[1,2,10],"896":[1,2,17],"897":[3,2,17],"898":[1,2,13],"899":[2,2,8],"900":[1,2,16],"901":[1,2,16],"902":[1,2,8],"903":[2,2,11],"904":[1,2,10],"905":[1,2,48],"906":[1,2,15],"907":[1,2,10],"908":[1,1,61],"909":[1,1,1],"910":[1,2,12],"911":[1,2,14],"912":[1,2,11],"913":[1,2,13],"914":[2,2,15],"915":[2,2,15],"916":[1,2,15],"917":[1,2,9],"918":[1,2,15],"919":[1,2,16],"920":[1,2,16],"921":[1,2,11],"922":[1,2,15],"923":[1,2,9],"924":[1,1,63],"925":[1,1,1],"926":[1,2,27],"927":[1,2,10],"928":[1,2,36],"929":[1,2,14],"930":[1,2,28],"931":[1,2,12],"932":[2,2,39],"933":[1,2,16],"934":[1,2,12],"935":[1,2,13],"936":[2,2,18],"937":[2,2,19],"938":[2,2,21],"939":[1,2,22],"940":[1,2,44],"941":[1,2,13],"942":[1,2,12],"943":[1,2,20],"944":[2,2,9],"945":[1,2,22],"946":[1,2,17],"947":[1,2,30],"948":[1,2,7],"949":[1,2,21],"950":[1,2,13],"951":[1,1,53],"952":[1,1,24],"953":[1,1,1],"954":[1,2,27],"955":[1,2,10],"956":[1,2,36],"957":[1,2,14],"958":[1,2,28],"959":[1,2,12],"960":[2,2,39],"961":[1,2,16],"962":[1,2,12],"963":[1,2,13],"964":[2,2,18],"965":[2,2,19],"966":[2,2,21],"967":[1,2,32],"968":[1,2,25],"969":[1,2,44],"970":[1,2,13],"971":[1,2,12],"972":[2,2,20],"973":[1,2,20],"974":[2,2,9],"975":[1,2,22],"976":[1,2,12],"977":[1,2,17],"978":[1,2,30],"979":[1,2,7],"980":[1,2,21],"981":[1,2,13],"982":[1,1,79],"983":[1,1,90],"984":[1,1,1],"985":[1,2,39],"986":[1,2,27],"987":[1,2,14],"988":[1,2,36],"989":[1,2,44],"990":[1,2,36],"991":[1,2,14],"992":[1,2,18],"993":[1,2,36],"994":[1,2,14],"995":[1,2,28],"996":[2,2,39],"997":[1,2,18],"998":[1,2,16],"999":[1,2,12],"1000":[1,2,13],"1001":[2,2,18],"1002":[2,2,19],"1003":[2,2,21],"1004":[1,2,11],"1005":[1,2,23],"1006":[1,2,15],"1007":[1,2,19],"1008":[1,2,12],"1009":[1,2,7],"1010":[1,2,24],"1011":[1,2,20],"1012":[2,2,9],"1013":[1,2,27],"1014":[1,2,22],"1015":[1,2,30],"1016":[1,2,30],"1017":[1,2,11],"1018":[1,2,17],"1019":[1,2,18],"1020":[1,2,30],"1021":[1,2,7],"1022":[1,2,21],"1023":[1,2,13],"1024":[1,1,48],"1025":[1,1,62],"1026":[1,1,1],"1027":[1,2,27],"1028":[1,2,14],"1029":[1,2,32],"1030":[1,2,36],"1031":[1,2,14],"1032":[1,2,28],"1033":[1,2,10],"1034":[2,2,39],"1035":[1,2,18],"1036":[1,2,16],"1037":[1,2,12],"1038":[1,2,13],"1039":[2,2,18],"1040":[2,2,19],"1041":[2,2,21],"1042":[1,2,10],"1043":[1,2,12],"1044":[1,2,7],"1045":[1,2,24],"1046":[1,2,20],"1047":[2,2,9],"1048":[1,2,22],"1049":[1,2,29],"1050":[1,2,11],"1051":[1,2,17],"1052":[1,2,18],"1053":[1,2,30],"1054":[1,2,7],"1055":[1,2,21],"1056":[1,2,13],"1057":[1,1,23],"1058":[1,1,133],"1059":[1,1,1],"1060":[1,2,27],"1061":[2,2,12],"1062":[1,2,8],"1063":[3,2,7],"1064":[3,2,7],"1065":[1,2,36],"1066":[1,2,14],"1067":[1,2,28],"1068":[1,2,10],"1069":[2,2,39],"1070":[1,2,15],"1071":[1,2,7],"1072":[2,2,8],"1073":[1,2,30],"1074":[3,2,7],"1075":[1,2,16],"1076":[1,2,23],"1077":[1,2,12],"1078":[1,2,13],"1079":[2,2,18],"1080":[2,2,19],"1081":[2,2,21],"1082":[2,2,7],"1083":[2,2,8],"1084":[2,2,10],"1085":[2,2,9],"1086":[2,2,15],"1087":[2,2,7],"1088":[2,2,12],"1089":[1,2,12],"1090":[1,2,20],"1091":[2,2,7],"1092":[2,2,9],"1093":[1,2,7],"1094":[1,2,22],"1095":[1,2,17],"1096":[1,2,30],"1097":[1,2,7],"1098":[1,2,8],"1099":[1,2,8],"1100":[1,2,7],"1101":[1,2,21],"1102":[1,2,13],"1103":[1,2,23],"1104":[1,1,55],"1105":[1,1,68],"1106":[3,2,24],"1107":[2,2,52],"1108":[1,1,1],"1109":[1,2,8],"1110":[1,2,8],"1111":[1,2,7],"1112":[1,2,7],"1113":[1,2,10],"1114":[1,2,21],"1115":[2,2,9],"1116":[1,2,11],"1117":[1,2,8],"1118":[1,2,8],"1119":[1,2,8],"1120":[1,2,8],"1121":[1,2,8],"1122":[2,2,7],"1123":[1,2,11],"1124":[1,2,9],"1125":[1,2,7],"1126":[1,2,8],"1127":[1,2,8],"1128":[1,2,11],"1129":[2,2,8],"1130":[2,2,7],"1131":[2,2,8],"1132":[1,2,8],"1133":[1,2,8],"1134":[1,2,17],"1135":[1,2,8],"1136":[1,2,8],"1137":[1,2,15],"1138":[1,2,10],"1139":[1,1,51],"1140":[1,1,1],"1141":[2,2,56],"1142":[2,2,50],"1143":[1,2,24],"1144":[1,1,1],"1145":[1,2,7],"1146":[1,2,8],"1147":[1,2,8],"1148":[1,2,8],"1149":[1,2,8],"1150":[1,2,7],"1151":[1,2,8],"1152":[1,2,7],"1153":[1,2,8],"1154":[2,2,9],"1155":[1,2,23],"1156":[1,2,19],"1157":[1,2,7],"1158":[1,2,7],"1159":[1,2,7],"1160":[1,2,8],"1161":[1,2,7],"1162":[1,2,19],"1163":[1,1,42],"1164":[1,1,76],"1165":[1,1,1],"1166":[1,2,27],"1167":[1,2,23],"1168":[1,2,36],"1169":[1,2,14],"1170":[1,2,28],"1171":[2,2,39],"1172":[2,2,7],"1173":[1,2,16],"1174":[1,2,12],"1175":[1,2,13],"1176":[2,2,18],"1177":[2,2,19],"1178":[2,2,21],"1179":[1,2,8],"1180":[1,2,15],"1181":[1,2,10],"1182":[1,2,13],"1183":[1,2,12],"1184":[1,2,10],"1185":[1,2,38],"1186":[1,2,8],"1187":[1,2,7],"1188":[1,2,8],"1189":[1,2,12],"1190":[2,2,9],"1191":[1,2,20],"1192":[2,2,9],"1193":[1,2,22],"1194":[1,2,17],"1195":[1,2,30],"1196":[1,2,7],"1197":[1,2,21],"1198":[1,2,13],"1199":[1,1,34],"1200":[1,1,51],"1201":[1,1,1],"1202":[1,2,27],"1203":[1,2,23],"1204":[1,2,36],"1205":[1,2,14],"1206":[1,2,28],"1207":[2,2,39],"1208":[2,2,7],"1209":[1,2,16],"1210":[1,2,12],"1211":[1,2,13],"1212":[2,2,18],"1213":[2,2,19],"1214":[2,2,21],"1215":[1,2,8],"1216":[1,2,15],"1217":[1,2,10],"1218":[1,2,13],"1219":[1,2,12],"1220":[1,2,10],"1221":[1,2,38],"1222":[1,2,8],"1223":[1,2,7],"1224":[1,2,8],"1225":[1,2,12],"1226":[2,2,9],"1227":[1,2,20],"1228":[2,2,9],"1229":[1,2,22],"1230":[1,2,17],"1231":[1,2,30],"1232":[1,2,7],"1233":[1,2,21],"1234":[1,2,13],"1235":[1,1,66],"1236":[2,1,65],"1237":[1,1,1],"1238":[1,2,8],"1239":[1,2,7],"1240":[2,2,39],"1241":[1,2,35],"1242":[1,2,35],"1243":[1,2,16],"1244":[1,2,13],"1245":[2,2,18],"1246":[2,2,19],"1247":[2,2,21],"1248":[1,2,72],"1249":[1,2,50],"1250":[1,2,20],"1251":[2,2,7],"1252":[1,2,22],"1253":[1,2,17],"1254":[1,2,30],"1255":[1,2,7],"1256":[1,2,21],"1257":[1,2,13],"1258":[1,1,47],"1259":[1,1,19],"1260":[1,1,1],"1261":[1,2,8],"1262":[1,2,8],"1263":[1,2,7],"1264":[1,2,7],"1265":[1,2,10],"1266":[1,2,7],"1267":[2,2,8],"1268":[1,2,11],"1269":[1,2,8],"1270":[1,2,7],"1271":[1,2,8],"1272":[2,2,7],"1273":[1,2,9],"1274":[1,2,9],"1275":[1,2,11],"1276":[1,2,9],"1277":[2,2,6],"1278":[2,2,8],"1279":[1,2,8],"1280":[1,2,8],"1281":[1,2,10],"1282":[1,1,120],"1283":[1,1,1],"1284":[1,2,72],"1285":[2,2,132],"1286":[2,2,45],"1287":[6,4,100],"1288":[6,4,123],"1289":[2,2,119],"1290":[2,2,50],"1291":[1,1,1],"1292":[1,2,33],"1293":[1,2,27],"1294":[1,2,34],"1295":[1,2,23],"1296":[1,2,36],"1297":[1,2,14],"1298":[1,2,28],"1299":[2,2,39],"1300":[1,2,16],"1301":[1,2,12],"1302":[1,2,13],"1303":[2,2,18],"1304":[2,2,19],"1305":[2,2,21],"1306":[1,2,12],"1307":[2,2,21],"1308":[1,2,12],"1309":[1,2,13],"1310":[1,2,20],"1311":[2,2,9],"1312":[1,2,22],"1313":[1,2,22],"1314":[2,2,13],"1315":[2,2,14],"1316":[1,2,17],"1317":[1,2,30],"1318":[1,2,7],"1319":[1,2,21],"1320":[1,2,13],"1321":[1,1,23],"1322":[1,1,38],"1323":[1,2,92],"1324":[3,2,21],"1325":[1,1,1],"1326":[1,2,10],"1327":[1,2,12],"1328":[1,2,35],"1329":[1,2,8],"1330":[1,2,8],"1331":[1,2,7],"1332":[1,2,10],"1333":[1,2,16],"1334":[1,2,8],"1335":[1,2,7],"1336":[1,2,15],"1337":[1,2,17],"1338":[1,2,7],"1339":[1,2,8],"1340":[1,2,8],"1341":[1,2,11],"1342":[1,1,36],"1343":[1,1,25],"1344":[1,1,1],"1345":[1,2,27],"1346":[1,2,10],"1347":[1,2,36],"1348":[1,2,14],"1349":[1,2,28],"1350":[1,2,12],"1351":[2,2,39],"1352":[1,2,16],"1353":[1,2,12],"1354":[1,2,13],"1355":[2,2,18],"1356":[2,2,19],"1357":[2,2,21],"1358":[1,2,32],"1359":[1,2,25],"1360":[1,2,44],"1361":[1,2,13],"1362":[1,2,12],"1363":[2,2,20],"1364":[1,2,20],"1365":[2,2,9],"1366":[1,2,22],"1367":[1,2,17],"1368":[1,2,30],"1369":[1,2,28],"1370":[1,2,7],"1371":[1,2,21],"1372":[1,2,13],"1373":[1,1,47],"1374":[1,1,44],"1375":[1,1,1],"1376":[1,2,27],"1377":[1,2,17],"1378":[1,2,36],"1379":[1,2,14],"1380":[1,2,28],"1381":[1,2,7],"1382":[2,2,39],"1383":[1,2,16],"1384":[1,2,16],"1385":[1,2,12],"1386":[1,2,13],"1387":[2,2,18],"1388":[2,2,19],"1389":[2,2,21],"1390":[1,2,8],"1391":[1,2,13],"1392":[1,2,12],"1393":[1,2,20],"1394":[2,2,9],"1395":[1,2,22],"1396":[1,2,17],"1397":[1,2,30],"1398":[1,2,7],"1399":[1,2,21],"1400":[1,2,13],"1401":[1,2,15],"1402":[1,1,29],"1403":[1,1,1],"1404":[5,2,66],"1405":[5,2,106],"1406":[5,2,48],"1407":[9,2,45],"1408":[4,2,77],"1409":[4,2,52],"1410":[1,1,1],"1411":[1,2,27],"1412":[1,2,21],"1413":[1,2,20],"1414":[1,2,36],"1415":[1,2,14],"1416":[1,2,28],"1417":[1,2,12],"1418":[1,2,12],"1419":[2,2,9],"1420":[1,2,7],"1421":[1,2,7],"1422":[1,2,25],"1423":[1,2,20],"1424":[1,1,123],"1425":[1,1,1],"1426":[5,2,91],"1427":[6,2,51],"1428":[2,2,35],"1429":[4,2,50],"1430":[4,2,92],"1431":[4,2,48],"1432":[1,1,1],"1433":[1,2,27],"1434":[1,2,36],"1435":[1,2,14],"1436":[1,2,28],"1437":[2,2,39],"1438":[1,2,16],"1439":[1,2,12],"1440":[1,2,13],"1441":[2,2,18],"1442":[2,2,19],"1443":[2,2,21],"1444":[1,2,10],"1445":[1,2,12],"1446":[1,2,20],"1447":[2,2,9],"1448":[1,2,22],"1449":[1,2,17],"1450":[1,2,30],"1451":[1,2,7],"1452":[1,2,21],"1453":[1,2,13],"1454":[1,1,22],"1455":[1,1,25],"1456":[3,2,36],"1457":[2,2,60],"1458":[3,2,22],"1459":[1,1,1],"1460":[2,2,7],"1461":[1,2,27],"1462":[1,2,22],"1463":[1,2,10],"1464":[1,2,9],"1465":[1,2,9],"1466":[3,2,7],"1467":[1,2,10],"1468":[2,2,8],"1469":[2,2,8],"1470":[2,2,9],"1471":[2,2,7],"1472":[2,2,7],"1473":[1,2,48],"1474":[1,2,9],"1475":[3,2,7],"1476":[3,2,7],"1477":[2,2,26],"1478":[1,2,8],"1479":[1,2,8],"1480":[1,2,9],"1481":[1,1,66],"1482":[1,1,1],"1483":[1,2,27],"1484":[1,2,10],"1485":[1,2,36],"1486":[1,2,14],"1487":[1,2,28],"1488":[1,2,12],"1489":[2,2,39],"1490":[1,2,16],"1491":[1,2,12],"1492":[1,2,13],"1493":[2,2,18],"1494":[2,2,19],"1495":[2,2,21],"1496":[1,2,22],"1497":[1,2,44],"1498":[1,2,13],"1499":[1,2,12],"1500":[1,2,20],"1501":[2,2,9],"1502":[1,2,22],"1503":[1,2,17],"1504":[1,2,30],"1505":[1,2,7],"1506":[1,2,21],"1507":[1,2,13],"1508":[1,2,17],"1509":[1,2,17],"1510":[1,1,76],"1511":[1,1,1],"1512":[1,2,27],"1513":[1,2,50],"1514":[1,2,36],"1515":[1,2,14],"1516":[1,2,28],"1517":[1,2,10],"1518":[2,2,39],"1519":[1,2,16],"1520":[1,2,12],"1521":[1,2,13],"1522":[2,2,18],"1523":[2,2,19],"1524":[2,2,21],"1525":[1,2,8],"1526":[1,2,8],"1527":[1,2,44],"1528":[1,2,12],"1529":[2,2,9],"1530":[1,2,20],"1531":[2,2,9],"1532":[1,2,22],"1533":[1,2,7],"1534":[1,2,17],"1535":[1,2,30],"1536":[1,2,13],"1537":[1,2,13],"1538":[1,2,10],"1539":[1,2,7],"1540":[1,2,21],"1541":[1,2,13],"1542":[1,2,17],"1543":[1,2,17],"1544":[1,1,32],"1545":[1,1,27],"1546":[1,1,1],"1547":[1,2,27],"1548":[1,2,36],"1549":[1,2,14],"1550":[1,2,28],"1551":[2,2,39],"1552":[1,2,16],"1553":[1,2,12],"1554":[1,2,13],"1555":[2,2,18],"1556":[2,2,19],"1557":[2,2,21],"1558":[1,2,12],"1559":[1,2,12],"1560":[1,2,20],"1561":[2,2,9],"1562":[1,2,22],"1563":[1,2,17],"1564":[1,2,30],"1565":[1,2,7],"1566":[1,2,21],"1567":[1,2,13],"1568":[1,1,36],"1569":[6,1,98],"1570":[1,1,1],"1571":[1,2,27],"1572":[1,2,34],"1573":[1,2,36],"1574":[1,2,14],"1575":[1,2,28],"1576":[1,2,12],"1577":[2,2,39],"1578":[1,2,16],"1579":[1,2,12],"1580":[1,2,13],"1581":[2,2,18],"1582":[2,2,19],"1583":[2,2,21],"1584":[1,2,74],"1585":[1,2,58],"1586":[1,2,95],"1587":[1,2,45],"1588":[1,2,12],"1589":[2,2,20],"1590":[1,2,20],"1591":[2,2,9],"1592":[1,2,22],"1593":[1,2,17],"1594":[1,2,30],"1595":[1,2,7],"1596":[1,2,21],"1597":[1,2,13],"1598":[1,1,33],"1599":[1,1,20],"1600":[6,2,99],"1601":[1,1,1],"1602":[1,2,27],"1603":[1,2,10],"1604":[1,2,36],"1605":[1,2,14],"1606":[1,2,28],"1607":[1,2,12],"1608":[2,2,39],"1609":[1,2,16],"1610":[1,2,12],"1611":[1,2,13],"1612":[2,2,18],"1613":[2,2,19],"1614":[2,2,21],"1615":[1,2,22],"1616":[1,2,44],"1617":[1,2,13],"1618":[1,2,12],"1619":[1,2,20],"1620":[2,2,9],"1621":[1,2,22],"1622":[1,2,17],"1623":[1,2,30],"1624":[1,2,7],"1625":[1,2,21],"1626":[1,2,13],"1627":[1,1,36],"1628":[1,1,34],"1629":[7,1,185],"1630":[1,1,1],"1631":[1,2,27],"1632":[1,2,14],"1633":[1,2,32],"1634":[1,2,36],"1635":[1,2,14],"1636":[1,2,28],"1637":[1,2,10],"1638":[2,2,39],"1639":[1,2,18],"1640":[1,2,16],"1641":[1,2,12],"1642":[1,2,13],"1643":[2,2,18],"1644":[2,2,19],"1645":[2,2,21],"1646":[1,2,10],"1647":[1,2,12],"1648":[1,2,7],"1649":[1,2,24],"1650":[1,2,20],"1651":[2,2,9],"1652":[1,2,22],"1653":[1,2,30],"1654":[1,2,11],"1655":[1,2,17],"1656":[1,2,18],"1657":[1,2,30],"1658":[1,2,7],"1659":[1,2,21],"1660":[1,2,13],"1661":[1,1,39],"1662":[1,1,19],"1663":[1,1,1],"1664":[1,2,27],"1665":[1,2,14],"1666":[1,2,10],"1667":[1,2,36],"1668":[1,2,14],"1669":[1,2,28],"1670":[1,2,7],"1671":[2,2,39],"1672":[1,2,18],"1673":[1,2,16],"1674":[1,2,12],"1675":[1,2,13],"1676":[2,2,18],"1677":[2,2,19],"1678":[2,2,21],"1679":[1,2,12],"1680":[1,2,8],"1681":[1,2,21],"1682":[1,2,24],"1683":[1,2,20],"1684":[2,2,9],"1685":[1,2,22],"1686":[1,2,37],"1687":[1,2,30],"1688":[1,2,11],"1689":[1,2,17],"1690":[1,2,18],"1691":[1,2,30],"1692":[1,2,7],"1693":[1,2,21],"1694":[1,2,13],"1695":[1,1,1],"1696":[1,1,1],"1697":[1,1,1],"1698":[1,1,1],"1699":[1,1,1],"1700":[1,1,1],"1701":[1,1,1],"1702":[1,1,1],"1703":[1,1,1],"1704":[1,1,1],"1705":[1,1,1],"1706":[1,1,1],"1707":[1,1,1],"1708":[1,1,1],"1709":[1,1,1],"1710":[1,1,1],"1711":[1,1,1],"1712":[1,1,1],"1713":[1,1,1],"1714":[1,1,1],"1715":[1,1,1],"1716":[1,1,1],"1717":[1,1,1],"1718":[1,1,1],"1719":[1,1,1],"1720":[1,1,1],"1721":[1,1,1],"1722":[1,1,1],"1723":[1,1,1],"1724":[1,1,1],"1725":[1,1,1],"1726":[1,1,1],"1727":[1,1,1],"1728":[1,1,1],"1729":[1,1,1],"1730":[1,1,1],"1731":[1,1,1],"1732":[1,1,1],"1733":[1,1,1],"1734":[1,1,1],"1735":[1,1,1],"1736":[1,1,1],"1737":[1,1,1],"1738":[1,1,1],"1739":[1,1,1],"1740":[1,1,1],"1741":[1,1,1],"1742":[1,1,1],"1743":[1,1,1],"1744":[1,1,1],"1745":[1,1,1],"1746":[1,1,1],"1747":[1,1,1],"1748":[1,1,1],"1749":[1,1,25],"1750":[1,1,38],"1751":[1,1,1],"1752":[1,2,7],"1753":[2,2,39],"1754":[1,2,16],"1755":[2,2,21],"1756":[1,2,13],"1757":[2,2,18],"1758":[2,2,19],"1759":[2,2,21],"1760":[1,2,20],"1761":[1,2,16],"1762":[1,2,17],"1763":[1,2,22],"1764":[1,2,11],"1765":[1,2,17],"1766":[1,2,30],"1767":[1,2,7],"1768":[1,2,7],"1769":[1,2,7],"1770":[1,2,21],"1771":[3,2,16],"1772":[1,2,13],"1773":[1,1,60],"1774":[1,1,60],"1775":[1,1,1],"1776":[1,2,27],"1777":[1,2,50],"1778":[1,2,36],"1779":[1,2,14],"1780":[1,2,28],"1781":[1,2,10],"1782":[2,2,39],"1783":[1,2,16],"1784":[1,2,12],"1785":[1,2,13],"1786":[2,2,18],"1787":[2,2,19],"1788":[2,2,21],"1789":[1,2,8],"1790":[1,2,8],"1791":[1,2,44],"1792":[1,2,12],"1793":[2,2,9],"1794":[1,2,20],"1795":[2,2,9],"1796":[1,2,22],"1797":[1,2,7],"1798":[1,2,17],"1799":[1,2,30],"1800":[1,2,13],"1801":[1,2,13],"1802":[1,2,10],"1803":[1,2,7],"1804":[1,2,21],"1805":[1,2,13],"1806":[1,1,38],"1807":[1,1,18],"1808":[1,1,1],"1809":[1,2,17],"1810":[1,2,7],"1811":[2,2,39],"1812":[1,2,16],"1813":[1,2,13],"1814":[2,2,18],"1815":[2,2,19],"1816":[2,2,21],"1817":[1,2,7],"1818":[1,2,8],"1819":[1,2,8],"1820":[1,2,7],"1821":[1,2,8],"1822":[1,2,20],"1823":[1,2,22],"1824":[1,2,17],"1825":[1,2,30],"1826":[1,2,8],"1827":[1,2,8],"1828":[1,2,7],"1829":[1,2,21],"1830":[1,2,13],"1831":[1,1,96],"1832":[1,1,18],"1833":[1,1,1],"1834":[1,2,17],"1835":[1,2,7],"1836":[2,2,39],"1837":[1,2,16],"1838":[1,2,13],"1839":[2,2,18],"1840":[2,2,19],"1841":[2,2,21],"1842":[1,2,7],"1843":[1,2,8],"1844":[1,2,8],"1845":[1,2,7],"1846":[1,2,8],"1847":[1,2,20],"1848":[1,2,22],"1849":[1,2,17],"1850":[1,2,30],"1851":[1,2,8],"1852":[1,2,8],"1853":[1,2,7],"1854":[1,2,21],"1855":[1,2,13],"1856":[1,1,218],"1857":[1,1,1],"1858":[2,2,23],"1859":[2,2,12],"1860":[2,2,12],"1861":[2,2,15],"1862":[1,2,17],"1863":[1,2,17],"1864":[1,2,10],"1865":[1,2,21],"1866":[2,2,9],"1867":[1,2,14],"1868":[2,2,15],"1869":[1,2,13],"1870":[2,2,11],"1871":[1,2,9],"1872":[2,2,11],"1873":[3,2,24],"1874":[2,2,17],"1875":[1,2,19],"1876":[1,2,13],"1877":[2,2,18],"1878":[1,2,18],"1879":[1,1,52],"1880":[1,1,23],"1881":[1,1,1],"1882":[1,2,27],"1883":[1,2,17],"1884":[1,2,36],"1885":[1,2,14],"1886":[1,2,28],"1887":[1,2,7],"1888":[2,2,39],"1889":[1,2,16],"1890":[1,2,16],"1891":[1,2,12],"1892":[1,2,13],"1893":[2,2,18],"1894":[2,2,19],"1895":[2,2,21],"1896":[1,2,8],"1897":[1,2,13],"1898":[1,2,12],"1899":[1,2,20],"1900":[2,2,9],"1901":[1,2,22],"1902":[1,2,17],"1903":[1,2,30],"1904":[1,2,7],"1905":[1,2,21],"1906":[1,2,13],"1907":[1,2,15],"1908":[1,1,29],"1909":[1,1,1],"1910":[5,2,28],"1911":[2,2,72],"1912":[1,2,76],"1913":[2,3,82],"1914":[1,3,181],"1915":[3,2,109],"1916":[1,5,60],"1917":[5,5,209],"1918":[2,2,61],"1919":[2,2,46],"1920":[2,2,43],"1921":[3,2,21],"1922":[6,2,126],"1923":[1,1,1],"1924":[1,2,27],"1925":[1,2,42],"1926":[1,2,55],"1927":[1,2,14],"1928":[1,2,28],"1929":[1,2,12],"1930":[2,2,39],"1931":[1,2,19],"1932":[1,2,19],"1933":[1,2,16],"1934":[1,2,13],"1935":[1,2,13],"1936":[1,2,12],"1937":[1,2,13],"1938":[2,2,18],"1939":[2,2,19],"1940":[2,2,21],"1941":[1,2,12],"1942":[1,2,8],"1943":[2,2,22],"1944":[1,2,75],"1945":[1,2,18],"1946":[1,2,20],"1947":[2,2,9],"1948":[1,2,22],"1949":[1,2,34],"1950":[1,2,17],"1951":[1,2,30],"1952":[1,2,30],"1953":[1,2,30],"1954":[2,2,27],"1955":[1,2,7],"1956":[1,2,21],"1957":[3,2,7],"1958":[1,2,13],"1959":[1,1,29],"1960":[1,1,30],"1961":[1,1,1],"1962":[1,2,27],"1963":[1,2,16],"1964":[1,2,36],"1965":[1,2,14],"1966":[1,2,28],"1967":[1,2,7],"1968":[2,2,39],"1969":[1,2,16],"1970":[1,2,12],"1971":[1,2,13],"1972":[2,2,18],"1973":[2,2,19],"1974":[2,2,21],"1975":[1,2,8],"1976":[1,2,8],"1977":[1,2,21],"1978":[1,2,13],"1979":[1,2,12],"1980":[1,2,8],"1981":[1,2,7],"1982":[1,2,7],"1983":[1,2,7],"1984":[1,2,10],"1985":[2,2,9],"1986":[1,2,20],"1987":[2,2,9],"1988":[1,2,22],"1989":[1,2,17],"1990":[1,2,30],"1991":[1,2,13],"1992":[1,2,13],"1993":[1,2,7],"1994":[1,2,21],"1995":[1,2,13],"1996":[1,1,75],"1997":[1,1,1],"1998":[1,2,23],"1999":[3,2,18],"2000":[3,2,18],"2001":[1,1,1],"2002":[1,2,7],"2003":[1,2,8],"2004":[1,2,7],"2005":[1,2,8],"2006":[1,2,7],"2007":[1,2,7],"2008":[1,2,7],"2009":[1,2,7],"2010":[1,2,7],"2011":[2,2,9],"2012":[2,2,7],"2013":[1,2,7],"2014":[1,2,7],"2015":[1,2,7],"2016":[1,1,47],"2017":[1,1,43],"2018":[1,1,1],"2019":[1,2,27],"2020":[1,2,36],"2021":[1,2,14],"2022":[1,2,28],"2023":[2,2,39],"2024":[1,2,7],"2025":[1,2,7],"2026":[1,2,16],"2027":[1,2,12],"2028":[1,2,13],"2029":[2,2,18],"2030":[2,2,19],"2031":[2,2,21],"2032":[1,2,12],"2033":[1,2,7],"2034":[1,2,7],"2035":[1,2,20],"2036":[2,2,9],"2037":[1,2,22],"2038":[1,2,17],"2039":[1,2,30],"2040":[1,2,7],"2041":[1,2,21],"2042":[1,2,13],"2043":[1,1,27],"2044":[1,1,26],"2045":[1,1,1],"2046":[1,2,27],"2047":[1,2,10],"2048":[1,2,36],"2049":[1,2,14],"2050":[1,2,28],"2051":[1,2,12],"2052":[2,2,39],"2053":[1,2,16],"2054":[1,2,12],"2055":[1,2,13],"2056":[2,2,18],"2057":[2,2,19],"2058":[2,2,21],"2059":[1,2,32],"2060":[1,2,25],"2061":[1,2,44],"2062":[1,2,13],"2063":[1,2,12],"2064":[2,2,20],"2065":[1,2,20],"2066":[2,2,9],"2067":[1,2,22],"2068":[1,2,17],"2069":[1,2,30],"2070":[1,2,28],"2071":[1,2,7],"2072":[1,2,21],"2073":[1,2,13],"2074":[1,1,36],"2075":[1,1,44],"2076":[1,1,1],"2077":[1,2,8],"2078":[1,2,8],"2079":[1,2,7],"2080":[1,2,7],"2081":[1,2,11],"2082":[2,2,39],"2083":[1,2,16],"2084":[1,2,13],"2085":[2,2,18],"2086":[2,2,19],"2087":[2,2,21],"2088":[1,2,7],"2089":[1,2,8],"2090":[1,2,20],"2091":[1,2,40],"2092":[1,2,22],"2093":[1,2,17],"2094":[1,2,30],"2095":[1,2,8],"2096":[1,2,8],"2097":[1,2,7],"2098":[1,2,7],"2099":[1,2,8],"2100":[1,2,8],"2101":[1,2,8],"2102":[1,2,7],"2103":[1,2,21],"2104":[1,2,8],"2105":[1,2,8],"2106":[1,2,7],"2107":[1,2,7],"2108":[1,2,8],"2109":[1,2,13],"2110":[1,1,23],"2111":[1,1,29],"2112":[1,1,1],"2113":[1,2,27],"2114":[1,2,8],"2115":[1,2,10],"2116":[1,2,7],"2117":[1,2,8],"2118":[1,2,50],"2119":[2,2,11],"2120":[1,2,8],"2121":[1,1,50],"2122":[1,1,47],"2123":[1,1,1],"2124":[1,2,27],"2125":[2,2,7],"2126":[2,2,7],"2127":[1,2,36],"2128":[1,2,36],"2129":[1,2,14],"2130":[1,2,28],"2131":[1,2,8],"2132":[2,2,39],"2133":[1,2,16],"2134":[1,2,7],"2135":[1,2,12],"2136":[1,2,13],"2137":[2,2,18],"2138":[2,2,19],"2139":[2,2,21],"2140":[1,2,8],"2141":[1,2,8],"2142":[1,2,7],"2143":[1,2,8],"2144":[1,2,12],"2145":[1,2,7],"2146":[2,2,9],"2147":[1,2,20],"2148":[2,2,9],"2149":[1,2,22],"2150":[1,2,7],"2151":[1,2,17],"2152":[1,2,30],"2153":[1,2,8],"2154":[1,2,7],"2155":[1,2,21],"2156":[1,2,13],"2157":[1,1,41],"2158":[1,1,121],"2159":[1,1,1],"2160":[1,2,27],"2161":[1,2,14],"2162":[1,2,25],"2163":[1,2,36],"2164":[1,2,14],"2165":[1,2,28],"2166":[2,2,39],"2167":[1,2,18],"2168":[1,2,16],"2169":[1,2,12],"2170":[1,2,13],"2171":[2,2,18],"2172":[2,2,19],"2173":[2,2,21],"2174":[2,2,18],"2175":[1,2,12],"2176":[1,2,24],"2177":[1,2,20],"2178":[2,2,9],"2179":[1,2,22],"2180":[1,2,30],"2181":[1,2,11],"2182":[1,2,17],"2183":[1,2,18],"2184":[1,2,30],"2185":[1,2,7],"2186":[1,2,21],"2187":[1,2,13],"2188":[1,1,35],"2189":[3,1,116],"2190":[3,1,49],"2191":[1,1,38],"2192":[1,1,82],"2193":[1,1,78],"2194":[2,1,93],"2195":[1,1,60],"2196":[2,1,106],"2197":[2,2,53],"2198":[1,1,1],"2199":[1,2,21],"2200":[1,2,27],"2201":[1,2,36],"2202":[1,2,36],"2203":[1,2,14],"2204":[1,2,28],"2205":[2,2,39],"2206":[1,2,26],"2207":[1,2,20],"2208":[1,2,11],"2209":[1,2,16],"2210":[1,2,13],"2211":[1,2,13],"2212":[1,2,12],"2213":[1,2,13],"2214":[2,2,18],"2215":[2,2,19],"2216":[2,2,21],"2217":[1,2,28],"2218":[1,2,8],"2219":[1,2,12],"2220":[1,2,17],"2221":[1,2,20],"2222":[2,2,9],"2223":[1,2,15],"2224":[1,2,22],"2225":[1,2,14],"2226":[1,2,10],"2227":[1,2,17],"2228":[1,2,30],"2229":[1,2,13],"2230":[1,2,12],"2231":[1,2,38],"2232":[2,2,29],"2233":[1,2,7],"2234":[1,2,21],"2235":[1,2,13],"2236":[3,2,23],"2237":[1,1,29],"2238":[1,1,1],"2239":[2,2,20],"2240":[1,1,1],"2241":[1,2,21],"2242":[1,2,10],"2243":[2,2,39],"2244":[1,2,7],"2245":[1,2,11],"2246":[1,2,16],"2247":[1,2,13],"2248":[2,2,18],"2249":[2,2,19],"2250":[2,2,21],"2251":[1,2,17],"2252":[1,2,20],"2253":[1,2,17],"2254":[2,2,10],"2255":[2,2,10],"2256":[2,2,11],"2257":[1,2,22],"2258":[1,2,17],"2259":[1,2,17],"2260":[1,2,30],"2261":[1,2,9],"2262":[1,2,13],"2263":[1,2,7],"2264":[1,2,9],"2265":[1,2,20],"2266":[1,2,7],"2267":[1,2,21],"2268":[2,2,12],"2269":[1,2,13],"2270":[1,2,7],"2271":[1,2,7],"2272":[1,2,7],"2273":[1,1,52],"2274":[1,1,32],"2275":[2,2,201],"2276":[2,2,65],"2277":[1,1,1],"2278":[1,2,13],"2279":[1,2,7],"2280":[2,2,39],"2281":[1,2,7],"2282":[1,2,41],"2283":[1,2,42],"2284":[1,2,16],"2285":[1,2,13],"2286":[2,2,18],"2287":[2,2,19],"2288":[2,2,21],"2289":[1,2,35],"2290":[1,2,41],"2291":[1,2,20],"2292":[2,2,7],"2293":[1,2,22],"2294":[1,2,17],"2295":[1,2,30],"2296":[1,2,7],"2297":[1,2,21],"2298":[1,2,47],"2299":[1,2,13],"2300":[1,1,35],"2301":[1,1,110],"2302":[1,1,1],"2303":[2,2,55],"2304":[3,2,10],"2305":[3,2,10],"2306":[3,2,11],"2307":[3,2,10],"2308":[3,2,10],"2309":[3,2,11],"2310":[3,2,10],"2311":[4,2,18],"2312":[3,2,10],"2313":[3,2,11],"2314":[1,2,8],"2315":[1,2,8],"2316":[1,2,10],"2317":[1,2,10],"2318":[1,2,10],"2319":[1,2,10],"2320":[2,2,9],"2321":[2,2,23],"2322":[3,2,10],"2323":[3,2,10],"2324":[3,2,10],"2325":[2,2,18],"2326":[1,2,11],"2327":[1,2,10],"2328":[2,2,9],"2329":[1,1,30],"2330":[1,1,66],"2331":[3,2,24],"2332":[2,2,52],"2333":[1,1,1],"2334":[1,2,7],"2335":[1,2,7],"2336":[1,2,8],"2337":[1,2,10],"2338":[1,2,18],"2339":[2,2,39],"2340":[1,2,7],"2341":[2,2,8],"2342":[1,2,16],"2343":[1,2,11],"2344":[1,2,13],"2345":[2,2,18],"2346":[2,2,19],"2347":[2,2,21],"2348":[2,2,7],"2349":[1,2,8],"2350":[1,2,8],"2351":[1,2,20],"2352":[2,2,7],"2353":[1,2,7],"2354":[1,2,10],"2355":[1,2,22],"2356":[1,2,10],"2357":[2,2,8],"2358":[1,2,15],"2359":[1,2,17],"2360":[1,2,30],"2361":[1,2,8],"2362":[1,2,8],"2363":[1,2,7],"2364":[1,2,21],"2365":[1,2,13],"2366":[1,2,17],"2367":[1,2,10],"2368":[1,1,66],"2369":[1,1,1],"2370":[1,2,27],"2371":[1,2,10],"2372":[1,2,36],"2373":[1,2,14],"2374":[1,2,28],"2375":[1,2,12],"2376":[2,2,39],"2377":[1,2,16],"2378":[1,2,12],"2379":[1,2,13],"2380":[2,2,18],"2381":[2,2,19],"2382":[2,2,21],"2383":[1,2,22],"2384":[1,2,44],"2385":[1,2,13],"2386":[1,2,12],"2387":[1,2,20],"2388":[2,2,9],"2389":[1,2,22],"2390":[1,2,17],"2391":[1,2,30],"2392":[1,2,7],"2393":[1,2,21],"2394":[1,2,13],"2395":[1,2,17],"2396":[1,2,17],"2397":[1,1,45],"2398":[1,1,74],"2399":[1,1,1],"2400":[1,2,18],"2401":[1,2,11],"2402":[1,2,27],"2403":[1,2,14],"2404":[1,2,36],"2405":[1,2,14],"2406":[1,2,28],"2407":[2,2,39],"2408":[1,2,18],"2409":[2,2,16],"2410":[1,2,16],"2411":[1,2,12],"2412":[1,2,13],"2413":[2,2,18],"2414":[2,2,19],"2415":[2,2,21],"2416":[1,2,14],"2417":[1,2,15],"2418":[1,2,12],"2419":[1,2,12],"2420":[1,2,24],"2421":[1,2,20],"2422":[2,2,9],"2423":[1,2,22],"2424":[1,2,30],"2425":[1,2,11],"2426":[1,2,17],"2427":[1,2,18],"2428":[1,2,30],"2429":[1,2,7],"2430":[1,2,21],"2431":[1,2,13],"2432":[1,1,26],"2433":[1,1,84],"2434":[1,1,1],"2435":[1,2,27],"2436":[2,2,9],"2437":[2,2,7],"2438":[1,2,36],"2439":[1,2,14],"2440":[1,2,28],"2441":[2,2,39],"2442":[1,2,16],"2443":[1,2,12],"2444":[1,2,13],"2445":[2,2,18],"2446":[2,2,19],"2447":[2,2,21],"2448":[1,2,10],"2449":[1,2,12],"2450":[1,2,20],"2451":[2,2,9],"2452":[1,2,22],"2453":[1,2,17],"2454":[1,2,30],"2455":[1,2,7],"2456":[1,2,21],"2457":[1,2,13],"2458":[1,1,46],"2459":[1,1,163],"2460":[1,1,1],"2461":[1,2,27],"2462":[1,2,46],"2463":[1,2,16],"2464":[1,2,36],"2465":[1,2,14],"2466":[1,2,28],"2467":[1,2,12],"2468":[1,2,12],"2469":[1,2,10],"2470":[1,2,10],"2471":[1,2,10],"2472":[2,2,9],"2473":[2,2,10],"2474":[1,2,7],"2475":[1,2,10],"2476":[1,2,11],"2477":[4,2,17],"2478":[1,1,83],"2479":[1,1,1],"2480":[2,2,49],"2481":[2,2,48],"2482":[5,2,70],"2483":[1,2,74],"2484":[1,2,140],"2485":[2,2,114],"2486":[2,2,61],"2487":[1,1,1],"2488":[1,2,27],"2489":[1,2,14],"2490":[1,2,38],"2491":[1,2,36],"2492":[1,2,14],"2493":[1,2,28],"2494":[2,2,39],"2495":[1,2,32],"2496":[1,2,18],"2497":[1,2,16],"2498":[1,2,23],"2499":[1,2,12],"2500":[1,2,13],"2501":[2,2,18],"2502":[2,2,19],"2503":[2,2,21],"2504":[1,2,19],"2505":[2,2,37],"2506":[1,2,12],"2507":[1,2,24],"2508":[1,2,20],"2509":[2,2,9],"2510":[1,2,22],"2511":[1,2,30],"2512":[1,2,11],"2513":[1,2,17],"2514":[1,2,18],"2515":[1,2,30],"2516":[1,2,7],"2517":[1,2,21],"2518":[1,2,27],"2519":[1,2,13],"2520":[1,1,76],"2521":[1,1,1],"2522":[1,2,27],"2523":[1,2,50],"2524":[1,2,36],"2525":[1,2,14],"2526":[1,2,28],"2527":[1,2,10],"2528":[2,2,39],"2529":[1,2,16],"2530":[1,2,12],"2531":[1,2,13],"2532":[2,2,18],"2533":[2,2,19],"2534":[2,2,21],"2535":[1,2,8],"2536":[1,2,8],"2537":[1,2,44],"2538":[1,2,12],"2539":[2,2,9],"2540":[1,2,20],"2541":[2,2,9],"2542":[1,2,22],"2543":[1,2,7],"2544":[1,2,17],"2545":[1,2,30],"2546":[1,2,13],"2547":[1,2,13],"2548":[1,2,10],"2549":[1,2,7],"2550":[1,2,21],"2551":[1,2,13],"2552":[1,2,17],"2553":[1,2,17],"2554":[1,1,44],"2555":[1,1,83],"2556":[1,1,1],"2557":[1,2,8],"2558":[1,2,10],"2559":[2,2,8],"2560":[1,2,7],"2561":[2,2,8],"2562":[2,2,11],"2563":[3,2,7],"2564":[2,2,7],"2565":[1,2,8],"2566":[2,2,7],"2567":[2,2,7],"2568":[2,2,7],"2569":[2,2,7],"2570":[2,2,7],"2571":[1,2,7],"2572":[1,2,7],"2573":[1,1,30],"2574":[1,1,26],"2575":[1,1,1],"2576":[1,2,27],"2577":[1,2,10],"2578":[1,2,36],"2579":[1,2,14],"2580":[1,2,28],"2581":[1,2,12],"2582":[2,2,41],"2583":[1,2,16],"2584":[1,2,12],"2585":[1,2,13],"2586":[2,2,18],"2587":[2,2,19],"2588":[2,2,21],"2589":[1,2,22],"2590":[1,2,44],"2591":[1,2,13],"2592":[1,2,12],"2593":[1,2,20],"2594":[2,2,9],"2595":[1,2,22],"2596":[1,2,17],"2597":[1,2,30],"2598":[1,2,7],"2599":[1,2,21],"2600":[1,2,13],"2601":[1,1,107],"2602":[1,1,54],"2603":[1,1,70],"2604":[2,1,161],"2605":[2,1,133],"2606":[3,1,1],"2607":[1,4,33],"2608":[1,4,33],"2609":[1,4,100],"2610":[1,4,42],"2611":[1,4,100],"2612":[1,4,1],"2613":[1,1,50],"2614":[1,1,30],"2615":[6,1,333],"2616":[2,1,25],"2617":[1,2,35],"2618":[1,2,155],"2619":[1,2,141],"2620":[3,2,88],"2621":[2,2,52],"2622":[1,2,57],"2623":[3,2,45],"2624":[3,1,237],"2625":[3,3,115],"2626":[3,3,107],"2627":[2,3,93],"2628":[1,5,32],"2629":[2,5,103],"2630":[2,3,84],"2631":[1,5,62],"2632":[2,6,66],"2633":[2,3,102],"2634":[2,3,87],"2635":[2,5,54],"2636":[3,5,61],"2637":[2,3,84],"2638":[2,3,90],"2639":[6,1,87],"2640":[3,6,223],"2641":[2,6,87],"2642":[3,6,130],"2643":[5,6,78],"2644":[4,6,397],"2645":[6,1,1],"2646":[1,6,106],"2647":[6,6,52],"2648":[6,6,98],"2649":[1,1,112],"2650":[3,1,27],"2651":[2,1,83],"2652":[2,1,34],"2653":[1,1,72],"2654":[1,2,43],"2655":[1,2,23],"2656":[1,2,200],"2657":[1,2,46],"2658":[1,2,51],"2659":[1,2,10],"2660":[1,2,139],"2661":[1,2,21],"2662":[1,2,85]},"averageFieldLength":[1.4153210664663918,1.916635373638753,28.016147202403314],"storedFields":{"0":{"title":"API","titles":[]},"1":{"title":"Changelog","titles":[]},"2":{"title":"Ecosystem","titles":[]},"3":{"title":"AlgebraOfGraphics.jl","titles":["Ecosystem"]},"4":{"title":"Beautiful Makie","titles":["Ecosystem"]},"5":{"title":"GraphMakie.jl","titles":["Ecosystem"]},"6":{"title":"GeoMakie.jl","titles":["Ecosystem"]},"7":{"title":"Animations","titles":[]},"8":{"title":"A simple example","titles":["Animations"]},"9":{"title":"File formats","titles":["Animations"]},"10":{"title":"Animations using Observables","titles":["Animations"]},"11":{"title":"Appending data with Observables","titles":["Animations"]},"12":{"title":"Animating a plot "live"","titles":["Animations"]},"13":{"title":"What is a backend","titles":[]},"14":{"title":"Activating Backends","titles":["What is a backend"]},"15":{"title":"CairoMakie","titles":[]},"16":{"title":"Activation and screen config","titles":["CairoMakie"]},"17":{"title":"Inline Plot Type","titles":["CairoMakie","Activation and screen config"]},"18":{"title":"Z-Order","titles":["CairoMakie","Activation and screen config"]},"19":{"title":"Selective Rasterization","titles":["CairoMakie","Activation and screen config"]},"20":{"title":"PDF version","titles":["CairoMakie","Activation and screen config"]},"21":{"title":"GLMakie","titles":[]},"22":{"title":"Activation and screen config","titles":["GLMakie"]},"23":{"title":"Window Scaling","titles":["GLMakie","Activation and screen config"]},"24":{"title":"Resolution Scaling","titles":["GLMakie","Activation and screen config"]},"25":{"title":"Multiple Windows","titles":["GLMakie","Activation and screen config"]},"26":{"title":"Forcing Dedicated GPU Use In Linux","titles":["GLMakie"]},"27":{"title":"Troubleshooting OpenGL","titles":["GLMakie"]},"28":{"title":"WSL setup or X-forwarding","titles":["GLMakie"]},"29":{"title":"GLMakie does not show Figure or crashes on full screen mode on macOS","titles":["GLMakie"]},"30":{"title":"RPRMakie","titles":[]},"31":{"title":"Activation and screen config","titles":["RPRMakie"]},"32":{"title":"MaterialX and predefined materials (materials.jl)","titles":["RPRMakie"]},"33":{"title":"Advanced custom material (earth_topography.jl)","titles":["RPRMakie"]},"34":{"title":"RPRMakie interop (opengl_interop.jl)","titles":["RPRMakie"]},"35":{"title":"Animations (lego.jl)","titles":["RPRMakie"]},"36":{"title":"Earth example","titles":["RPRMakie"]},"37":{"title":"Blocks","titles":[]},"38":{"title":"Adding to a Figure","titles":["Blocks"]},"39":{"title":"Specifying a boundingbox directly","titles":["Blocks"]},"40":{"title":"Deleting blocks","titles":["Blocks"]},"41":{"title":"Cameras","titles":[]},"42":{"title":"Pixel Camera","titles":["Cameras"]},"43":{"title":"Relative Camera","titles":["Cameras"]},"44":{"title":"2D Camera","titles":["Cameras"]},"45":{"title":"3D Camera","titles":["Cameras"]},"46":{"title":"Example - Visualizing the cameras view box","titles":["Cameras"]},"47":{"title":"General Remarks","titles":["Cameras"]},"48":{"title":"WGLMakie","titles":[]},"49":{"title":"Missing Backend Features","titles":["WGLMakie"]},"50":{"title":"Browser Support","titles":["WGLMakie"]},"51":{"title":"IJulia","titles":["WGLMakie","Browser Support"]},"52":{"title":"JupyterHub / Jupyterlab / Binder","titles":["WGLMakie"]},"53":{"title":"Pluto","titles":["WGLMakie"]},"54":{"title":"JuliaHub","titles":["WGLMakie"]},"55":{"title":"Browser Support","titles":["WGLMakie"]},"56":{"title":"Activation and screen config","titles":["WGLMakie"]},"57":{"title":"Output","titles":["WGLMakie"]},"58":{"title":"Page","titles":["WGLMakie","Output"]},"59":{"title":"Record a statemap","titles":["WGLMakie"]},"60":{"title":"Execute Javascript directly","titles":["WGLMakie"]},"61":{"title":"Offline Tooltip","titles":["WGLMakie"]},"62":{"title":"Pluto/IJulia","titles":[]},"63":{"title":"Styling","titles":["Pluto/IJulia"]},"64":{"title":"Export","titles":[]},"65":{"title":"Conversions and spaces","titles":[]},"66":{"title":"Conversion Pipeline","titles":["Conversions and spaces"]},"67":{"title":"Argument Conversions","titles":["Conversions and spaces","Conversion Pipeline"]},"68":{"title":"Transformation Objects","titles":["Conversions and spaces","Conversion Pipeline"]},"69":{"title":"Float32Convert","titles":["Conversions and spaces","Conversion Pipeline"]},"70":{"title":"Camera","titles":["Conversions and spaces","Conversion Pipeline"]},"71":{"title":"Coordinate spaces","titles":["Conversions and spaces"]},"72":{"title":"Dimension conversions","titles":[]},"73":{"title":"Examples","titles":["Dimension conversions"]},"74":{"title":"Limitations","titles":["Dimension conversions","Examples"]},"75":{"title":"Current conversions in Makie","titles":["Dimension conversions","Examples"]},"76":{"title":"Developer docs","titles":["Dimension conversions"]},"77":{"title":"Events","titles":[]},"78":{"title":"Observables with priority","titles":["Events"]},"79":{"title":"The Events struct","titles":["Events"]},"80":{"title":"Mouse Interaction","titles":["Events"]},"81":{"title":"Keyboard Interaction","titles":["Events"]},"82":{"title":"Point Picking","titles":["Events"]},"83":{"title":"The ispressed function","titles":["Events"]},"84":{"title":"Interactive Widgets","titles":["Events"]},"85":{"title":"Recording Animations with Interactions","titles":["Events"]},"86":{"title":"Frequently Asked Questions","titles":[]},"87":{"title":"Installation Issues","titles":["Frequently Asked Questions"]},"88":{"title":"No Scene displayed or GLMakie fails to build","titles":["Frequently Asked Questions","Installation Issues"]},"89":{"title":"Plotting issues","titles":["Frequently Asked Questions"]},"90":{"title":"Dimensions too large","titles":["Frequently Asked Questions","Plotting issues"]},"91":{"title":"2d plots (heatmaps, images, etc.)","titles":["Frequently Asked Questions","Plotting issues","Dimensions too large"]},"92":{"title":"3d plots (volumes)","titles":["Frequently Asked Questions","Plotting issues","Dimensions too large"]},"93":{"title":"General issues","titles":["Frequently Asked Questions"]},"94":{"title":"My font doesn't work!","titles":["Frequently Asked Questions","General issues"]},"95":{"title":"Layout Issues","titles":["Frequently Asked Questions"]},"96":{"title":"Elements are squashed into the lower left corner","titles":["Frequently Asked Questions","Layout Issues"]},"97":{"title":"Columns or rows are shrunk to the size of Text or another element","titles":["Frequently Asked Questions","Layout Issues"]},"98":{"title":"The Figure content does not fit the Figure","titles":["Frequently Asked Questions","Layout Issues"]},"99":{"title":"Figures","titles":[]},"100":{"title":"Creating a Figure","titles":["Figures"]},"101":{"title":"Placing Blocks into a Figure","titles":["Figures"]},"102":{"title":"GridPositions and GridSubpositions","titles":["Figures"]},"103":{"title":"Figure padding","titles":["Figures"]},"104":{"title":"Retrieving Objects From A Figure","titles":["Figures"]},"105":{"title":"Figure size and units","titles":["Figures"]},"106":{"title":"Defaults of px_per_unit and pt_per_unit","titles":["Figures","Figure size and units"]},"107":{"title":"Matching figure and font sizes to documents","titles":["Figures","Figure size and units"]},"108":{"title":"Fonts","titles":[]},"109":{"title":"String","titles":["Fonts"]},"110":{"title":"Symbol","titles":["Fonts"]},"111":{"title":"Emoji and color fonts","titles":["Fonts"]},"112":{"title":"Headless","titles":[]},"113":{"title":"Using CairoMakie","titles":["Headless"]},"114":{"title":"Using GLMakie","titles":["Headless"]},"115":{"title":"GLMakie with X11 forwarding","titles":["Headless","Using GLMakie"]},"116":{"title":"GLMakie with VirtualGL","titles":["Headless","Using GLMakie"]},"117":{"title":"GLMakie in CI","titles":["Headless","Using GLMakie"]},"118":{"title":"Using WGLMakie","titles":["Headless"]},"119":{"title":"LaTeX","titles":[]},"120":{"title":"Using L-strings","titles":["LaTeX"]},"121":{"title":"Uniformizing the fonts","titles":["LaTeX"]},"122":{"title":"GridLayouts","titles":[]},"123":{"title":"Suggested bounding box","titles":["GridLayouts"]},"124":{"title":"Computed bounding box","titles":["GridLayouts"]},"125":{"title":"Auto-determined width and height","titles":["GridLayouts"]},"126":{"title":"Computed width and height","titles":["GridLayouts"]},"127":{"title":"Protrusions","titles":["GridLayouts"]},"128":{"title":"Size attributes","titles":["GridLayouts"]},"129":{"title":"Alignment attributes","titles":["GridLayouts"]},"130":{"title":"Observables","titles":[]},"131":{"title":"The Observable structure","titles":["Observables"]},"132":{"title":"Triggering A Change","titles":["Observables"]},"133":{"title":"Chaining Observables With lift","titles":["Observables"]},"134":{"title":"Shorthand Macro For lift","titles":["Observables"]},"135":{"title":"Problems With Synchronous Updates","titles":["Observables"]},"136":{"title":"Plot methods","titles":[]},"137":{"title":"Non-Mutating","titles":["Plot methods"]},"138":{"title":"Special Keyword Arguments","titles":["Plot methods","Non-Mutating"]},"139":{"title":"Mutating","titles":["Plot methods"]},"140":{"title":"GridPositions","titles":["Plot methods"]},"141":{"title":"With Non-Mutating Plotting Functions","titles":["Plot methods","GridPositions"]},"142":{"title":"With Mutating Plotting Functions","titles":["Plot methods","GridPositions"]},"143":{"title":"Recipes","titles":[]},"144":{"title":"Type recipes","titles":["Recipes"]},"145":{"title":"Multiple Argument Conversion with convert_arguments","titles":["Recipes","Type recipes"]},"146":{"title":"Single Argument Conversion with convert_single_argument","titles":["Recipes","Type recipes"]},"147":{"title":"Full recipes with the @recipe macro","titles":["Recipes"]},"148":{"title":"Example: Stock Chart","titles":["Recipes"]},"149":{"title":"Makie Package Extension","titles":["Recipes"]},"150":{"title":"Inspecting data","titles":[]},"151":{"title":"Custom text","titles":["Inspecting data"]},"152":{"title":"Extending DataInspector","titles":["Inspecting data"]},"153":{"title":"Per-plot show_data","titles":["Inspecting data"]},"154":{"title":"Scenes","titles":[]},"155":{"title":"What is a Scene?","titles":["Scenes"]},"156":{"title":"Subscenes","titles":["Scenes"]},"157":{"title":"Scene Attributes","titles":["Scenes"]},"158":{"title":"Modifying A Scene","titles":["Scenes"]},"159":{"title":"Updating the Scene","titles":["Scenes"]},"160":{"title":"Events","titles":["Scenes"]},"161":{"title":"SpecApi","titles":[]},"162":{"title":"What is the SpecApi?","titles":["SpecApi"]},"163":{"title":"Building layouts for specs","titles":["SpecApi"]},"164":{"title":"Advanced spec layouting","titles":["SpecApi"]},"165":{"title":"Using specs in convert_arguments","titles":["SpecApi"]},"166":{"title":"convert_arguments for GridLayoutSpec","titles":["SpecApi"]},"167":{"title":"convert_arguments for PlotSpecs","titles":["SpecApi"]},"168":{"title":"Interactive example","titles":["SpecApi"]},"169":{"title":"Predefined themes","titles":[]},"170":{"title":"Default theme","titles":["Predefined themes"]},"171":{"title":"theme_ggplot2","titles":["Predefined themes"]},"172":{"title":"theme_minimal","titles":["Predefined themes"]},"173":{"title":"theme_black","titles":["Predefined themes"]},"174":{"title":"theme_light","titles":["Predefined themes"]},"175":{"title":"theme_dark","titles":["Predefined themes"]},"176":{"title":"theme_latexfonts","titles":["Predefined themes"]},"177":{"title":"Themes","titles":[]},"178":{"title":"set_theme!","titles":["Themes"]},"179":{"title":"merge","titles":["Themes"]},"180":{"title":"update_theme!","titles":["Themes"]},"181":{"title":"with_theme","titles":["Themes"]},"182":{"title":"Theming plot objects","titles":["Themes"]},"183":{"title":"Theming block objects","titles":["Themes"]},"184":{"title":"Cycles","titles":["Themes"]},"185":{"title":"Covarying cycles","titles":["Themes","Cycles"]},"186":{"title":"Manual cycling using Cycled","titles":["Themes","Cycles"]},"187":{"title":"Palettes","titles":["Themes","Cycles"]},"188":{"title":"Special attributes","titles":["Themes"]},"189":{"title":"Transparency","titles":[]},"190":{"title":"Problems with transparency","titles":["Transparency"]},"191":{"title":"Order independent transparency","titles":["Transparency"]},"192":{"title":"How to draw boxes around subfigures","titles":[]},"193":{"title":"How to save a figure with transparency","titles":[]},"194":{"title":"Using CairoMakie","titles":["How to save a figure with transparency"]},"195":{"title":"Using GLMakie","titles":["How to save a figure with transparency"]},"196":{"title":"Welcome to Makie!","titles":[]},"197":{"title":"Installation","titles":["Welcome to Makie!"]},"198":{"title":"First Steps","titles":["Welcome to Makie!"]},"199":{"title":"Citing Makie","titles":["Welcome to Makie!"]},"200":{"title":"Getting Help","titles":["Welcome to Makie!"]},"201":{"title":"Axis","titles":[]},"202":{"title":"Creating an Axis","titles":["Axis"]},"203":{"title":"Plotting into an Axis","titles":["Axis"]},"204":{"title":"Deleting plots","titles":["Axis"]},"205":{"title":"Hiding Axis spines and decorations","titles":["Axis"]},"206":{"title":"Linking axes","titles":["Axis"]},"207":{"title":"Aligning neighboring axis labels","titles":["Axis"]},"208":{"title":"Creating a twin axis","titles":["Axis"]},"209":{"title":"Axis interaction","titles":["Axis"]},"210":{"title":"Scroll zoom","titles":["Axis","Axis interaction"]},"211":{"title":"Drag pan","titles":["Axis","Axis interaction"]},"212":{"title":"Limit reset","titles":["Axis","Axis interaction"]},"213":{"title":"Rectangle selection zoom","titles":["Axis","Axis interaction"]},"214":{"title":"Custom interactions","titles":["Axis","Axis interaction"]},"215":{"title":"Registering and deregistering interactions","titles":["Axis","Axis interaction","Custom interactions"]},"216":{"title":"Activating and deactivating interactions","titles":["Axis","Axis interaction","Custom interactions"]},"217":{"title":"Function interaction","titles":["Axis","Axis interaction","Custom interactions"]},"218":{"title":"Custom object interaction","titles":["Axis","Axis interaction","Custom interactions"]},"219":{"title":"Setup and cleanup","titles":["Axis","Axis interaction","Custom interactions"]},"220":{"title":"Attributes","titles":["Axis"]},"221":{"title":"alignmode","titles":["Axis","Attributes"]},"222":{"title":"aspect","titles":["Axis","Attributes"]},"223":{"title":"autolimitaspect","titles":["Axis","Attributes"]},"224":{"title":"backgroundcolor","titles":["Axis","Attributes"]},"225":{"title":"bottomspinecolor","titles":["Axis","Attributes"]},"226":{"title":"bottomspinevisible","titles":["Axis","Attributes"]},"227":{"title":"dim1_conversion","titles":["Axis","Attributes"]},"228":{"title":"dim2_conversion","titles":["Axis","Attributes"]},"229":{"title":"flip_ylabel","titles":["Axis","Attributes"]},"230":{"title":"halign","titles":["Axis","Attributes"]},"231":{"title":"height","titles":["Axis","Attributes"]},"232":{"title":"leftspinecolor","titles":["Axis","Attributes"]},"233":{"title":"leftspinevisible","titles":["Axis","Attributes"]},"234":{"title":"limits","titles":["Axis","Attributes"]},"235":{"title":"panbutton","titles":["Axis","Attributes"]},"236":{"title":"rightspinecolor","titles":["Axis","Attributes"]},"237":{"title":"rightspinevisible","titles":["Axis","Attributes"]},"238":{"title":"spinewidth","titles":["Axis","Attributes"]},"239":{"title":"subtitle","titles":["Axis","Attributes"]},"240":{"title":"subtitlecolor","titles":["Axis","Attributes"]},"241":{"title":"subtitlefont","titles":["Axis","Attributes"]},"242":{"title":"subtitlegap","titles":["Axis","Attributes"]},"243":{"title":"subtitlelineheight","titles":["Axis","Attributes"]},"244":{"title":"subtitlesize","titles":["Axis","Attributes"]},"245":{"title":"subtitlevisible","titles":["Axis","Attributes"]},"246":{"title":"tellheight","titles":["Axis","Attributes"]},"247":{"title":"tellwidth","titles":["Axis","Attributes"]},"248":{"title":"title","titles":["Axis","Attributes"]},"249":{"title":"titlealign","titles":["Axis","Attributes"]},"250":{"title":"titlecolor","titles":["Axis","Attributes"]},"251":{"title":"titlefont","titles":["Axis","Attributes"]},"252":{"title":"titlegap","titles":["Axis","Attributes"]},"253":{"title":"titlelineheight","titles":["Axis","Attributes"]},"254":{"title":"titlesize","titles":["Axis","Attributes"]},"255":{"title":"titlevisible","titles":["Axis","Attributes"]},"256":{"title":"topspinecolor","titles":["Axis","Attributes"]},"257":{"title":"topspinevisible","titles":["Axis","Attributes"]},"258":{"title":"valign","titles":["Axis","Attributes"]},"259":{"title":"width","titles":["Axis","Attributes"]},"260":{"title":"xautolimitmargin","titles":["Axis","Attributes"]},"261":{"title":"xaxisposition","titles":["Axis","Attributes"]},"262":{"title":"xgridcolor","titles":["Axis","Attributes"]},"263":{"title":"xgridstyle","titles":["Axis","Attributes"]},"264":{"title":"xgridvisible","titles":["Axis","Attributes"]},"265":{"title":"xgridwidth","titles":["Axis","Attributes"]},"266":{"title":"xlabel","titles":["Axis","Attributes"]},"267":{"title":"xlabelcolor","titles":["Axis","Attributes"]},"268":{"title":"xlabelfont","titles":["Axis","Attributes"]},"269":{"title":"xlabelpadding","titles":["Axis","Attributes"]},"270":{"title":"xlabelrotation","titles":["Axis","Attributes"]},"271":{"title":"xlabelsize","titles":["Axis","Attributes"]},"272":{"title":"xlabelvisible","titles":["Axis","Attributes"]},"273":{"title":"xminorgridcolor","titles":["Axis","Attributes"]},"274":{"title":"xminorgridstyle","titles":["Axis","Attributes"]},"275":{"title":"xminorgridvisible","titles":["Axis","Attributes"]},"276":{"title":"xminorgridwidth","titles":["Axis","Attributes"]},"277":{"title":"xminortickalign","titles":["Axis","Attributes"]},"278":{"title":"xminortickcolor","titles":["Axis","Attributes"]},"279":{"title":"xminorticks","titles":["Axis","Attributes"]},"280":{"title":"xminorticksize","titles":["Axis","Attributes"]},"281":{"title":"xminorticksvisible","titles":["Axis","Attributes"]},"282":{"title":"xminortickwidth","titles":["Axis","Attributes"]},"283":{"title":"xpankey","titles":["Axis","Attributes"]},"284":{"title":"xpanlock","titles":["Axis","Attributes"]},"285":{"title":"xrectzoom","titles":["Axis","Attributes"]},"286":{"title":"xreversed","titles":["Axis","Attributes"]},"287":{"title":"xscale","titles":["Axis","Attributes"]},"288":{"title":"xtickalign","titles":["Axis","Attributes"]},"289":{"title":"xtickcolor","titles":["Axis","Attributes"]},"290":{"title":"xtickformat","titles":["Axis","Attributes"]},"291":{"title":"xticklabelalign","titles":["Axis","Attributes"]},"292":{"title":"xticklabelcolor","titles":["Axis","Attributes"]},"293":{"title":"xticklabelfont","titles":["Axis","Attributes"]},"294":{"title":"xticklabelpad","titles":["Axis","Attributes"]},"295":{"title":"xticklabelrotation","titles":["Axis","Attributes"]},"296":{"title":"xticklabelsize","titles":["Axis","Attributes"]},"297":{"title":"xticklabelspace","titles":["Axis","Attributes"]},"298":{"title":"xticklabelsvisible","titles":["Axis","Attributes"]},"299":{"title":"xticks","titles":["Axis","Attributes"]},"300":{"title":"xticksize","titles":["Axis","Attributes"]},"301":{"title":"xticksmirrored","titles":["Axis","Attributes"]},"302":{"title":"xticksvisible","titles":["Axis","Attributes"]},"303":{"title":"xtickwidth","titles":["Axis","Attributes"]},"304":{"title":"xtrimspine","titles":["Axis","Attributes"]},"305":{"title":"xzoomkey","titles":["Axis","Attributes"]},"306":{"title":"xzoomlock","titles":["Axis","Attributes"]},"307":{"title":"yautolimitmargin","titles":["Axis","Attributes"]},"308":{"title":"yaxisposition","titles":["Axis","Attributes"]},"309":{"title":"ygridcolor","titles":["Axis","Attributes"]},"310":{"title":"ygridstyle","titles":["Axis","Attributes"]},"311":{"title":"ygridvisible","titles":["Axis","Attributes"]},"312":{"title":"ygridwidth","titles":["Axis","Attributes"]},"313":{"title":"ylabel","titles":["Axis","Attributes"]},"314":{"title":"ylabelcolor","titles":["Axis","Attributes"]},"315":{"title":"ylabelfont","titles":["Axis","Attributes"]},"316":{"title":"ylabelpadding","titles":["Axis","Attributes"]},"317":{"title":"ylabelrotation","titles":["Axis","Attributes"]},"318":{"title":"ylabelsize","titles":["Axis","Attributes"]},"319":{"title":"ylabelvisible","titles":["Axis","Attributes"]},"320":{"title":"yminorgridcolor","titles":["Axis","Attributes"]},"321":{"title":"yminorgridstyle","titles":["Axis","Attributes"]},"322":{"title":"yminorgridvisible","titles":["Axis","Attributes"]},"323":{"title":"yminorgridwidth","titles":["Axis","Attributes"]},"324":{"title":"yminortickalign","titles":["Axis","Attributes"]},"325":{"title":"yminortickcolor","titles":["Axis","Attributes"]},"326":{"title":"yminorticks","titles":["Axis","Attributes"]},"327":{"title":"yminorticksize","titles":["Axis","Attributes"]},"328":{"title":"yminorticksvisible","titles":["Axis","Attributes"]},"329":{"title":"yminortickwidth","titles":["Axis","Attributes"]},"330":{"title":"ypankey","titles":["Axis","Attributes"]},"331":{"title":"ypanlock","titles":["Axis","Attributes"]},"332":{"title":"yrectzoom","titles":["Axis","Attributes"]},"333":{"title":"yreversed","titles":["Axis","Attributes"]},"334":{"title":"yscale","titles":["Axis","Attributes"]},"335":{"title":"ytickalign","titles":["Axis","Attributes"]},"336":{"title":"ytickcolor","titles":["Axis","Attributes"]},"337":{"title":"ytickformat","titles":["Axis","Attributes"]},"338":{"title":"yticklabelalign","titles":["Axis","Attributes"]},"339":{"title":"yticklabelcolor","titles":["Axis","Attributes"]},"340":{"title":"yticklabelfont","titles":["Axis","Attributes"]},"341":{"title":"yticklabelpad","titles":["Axis","Attributes"]},"342":{"title":"yticklabelrotation","titles":["Axis","Attributes"]},"343":{"title":"yticklabelsize","titles":["Axis","Attributes"]},"344":{"title":"yticklabelspace","titles":["Axis","Attributes"]},"345":{"title":"yticklabelsvisible","titles":["Axis","Attributes"]},"346":{"title":"yticks","titles":["Axis","Attributes"]},"347":{"title":"yticksize","titles":["Axis","Attributes"]},"348":{"title":"yticksmirrored","titles":["Axis","Attributes"]},"349":{"title":"yticksvisible","titles":["Axis","Attributes"]},"350":{"title":"ytickwidth","titles":["Axis","Attributes"]},"351":{"title":"ytrimspine","titles":["Axis","Attributes"]},"352":{"title":"yzoomkey","titles":["Axis","Attributes"]},"353":{"title":"yzoomlock","titles":["Axis","Attributes"]},"354":{"title":"Box","titles":[]},"355":{"title":"Attributes","titles":["Box"]},"356":{"title":"alignmode","titles":["Box","Attributes"]},"357":{"title":"color","titles":["Box","Attributes"]},"358":{"title":"cornerradius","titles":["Box","Attributes"]},"359":{"title":"halign","titles":["Box","Attributes"]},"360":{"title":"height","titles":["Box","Attributes"]},"361":{"title":"linestyle","titles":["Box","Attributes"]},"362":{"title":"strokecolor","titles":["Box","Attributes"]},"363":{"title":"strokevisible","titles":["Box","Attributes"]},"364":{"title":"strokewidth","titles":["Box","Attributes"]},"365":{"title":"tellheight","titles":["Box","Attributes"]},"366":{"title":"tellwidth","titles":["Box","Attributes"]},"367":{"title":"valign","titles":["Box","Attributes"]},"368":{"title":"visible","titles":["Box","Attributes"]},"369":{"title":"width","titles":["Box","Attributes"]},"370":{"title":"Axis3","titles":[]},"371":{"title":"Attributes","titles":["Axis3"]},"372":{"title":"alignmode","titles":["Axis3","Attributes"]},"373":{"title":"aspect","titles":["Axis3","Attributes"]},"374":{"title":"azimuth","titles":["Axis3","Attributes"]},"375":{"title":"backgroundcolor","titles":["Axis3","Attributes"]},"376":{"title":"dim1_conversion","titles":["Axis3","Attributes"]},"377":{"title":"dim2_conversion","titles":["Axis3","Attributes"]},"378":{"title":"dim3_conversion","titles":["Axis3","Attributes"]},"379":{"title":"elevation","titles":["Axis3","Attributes"]},"380":{"title":"halign","titles":["Axis3","Attributes"]},"381":{"title":"height","titles":["Axis3","Attributes"]},"382":{"title":"limits","titles":["Axis3","Attributes"]},"383":{"title":"perspectiveness","titles":["Axis3","Attributes"]},"384":{"title":"protrusions","titles":["Axis3","Attributes"]},"385":{"title":"targetlimits","titles":["Axis3","Attributes"]},"386":{"title":"tellheight","titles":["Axis3","Attributes"]},"387":{"title":"tellwidth","titles":["Axis3","Attributes"]},"388":{"title":"title","titles":["Axis3","Attributes"]},"389":{"title":"titlealign","titles":["Axis3","Attributes"]},"390":{"title":"titlecolor","titles":["Axis3","Attributes"]},"391":{"title":"titlefont","titles":["Axis3","Attributes"]},"392":{"title":"titlegap","titles":["Axis3","Attributes"]},"393":{"title":"titlesize","titles":["Axis3","Attributes"]},"394":{"title":"titlevisible","titles":["Axis3","Attributes"]},"395":{"title":"valign","titles":["Axis3","Attributes"]},"396":{"title":"viewmode","titles":["Axis3","Attributes"]},"397":{"title":"width","titles":["Axis3","Attributes"]},"398":{"title":"xautolimitmargin","titles":["Axis3","Attributes"]},"399":{"title":"xgridcolor","titles":["Axis3","Attributes"]},"400":{"title":"xgridvisible","titles":["Axis3","Attributes"]},"401":{"title":"xgridwidth","titles":["Axis3","Attributes"]},"402":{"title":"xlabel","titles":["Axis3","Attributes"]},"403":{"title":"xlabelalign","titles":["Axis3","Attributes"]},"404":{"title":"xlabelcolor","titles":["Axis3","Attributes"]},"405":{"title":"xlabelfont","titles":["Axis3","Attributes"]},"406":{"title":"xlabeloffset","titles":["Axis3","Attributes"]},"407":{"title":"xlabelrotation","titles":["Axis3","Attributes"]},"408":{"title":"xlabelsize","titles":["Axis3","Attributes"]},"409":{"title":"xlabelvisible","titles":["Axis3","Attributes"]},"410":{"title":"xreversed","titles":["Axis3","Attributes"]},"411":{"title":"xspinecolor_1","titles":["Axis3","Attributes"]},"412":{"title":"xspinecolor_2","titles":["Axis3","Attributes"]},"413":{"title":"xspinecolor_3","titles":["Axis3","Attributes"]},"414":{"title":"xspinesvisible","titles":["Axis3","Attributes"]},"415":{"title":"xspinewidth","titles":["Axis3","Attributes"]},"416":{"title":"xtickcolor","titles":["Axis3","Attributes"]},"417":{"title":"xtickformat","titles":["Axis3","Attributes"]},"418":{"title":"xticklabelcolor","titles":["Axis3","Attributes"]},"419":{"title":"xticklabelfont","titles":["Axis3","Attributes"]},"420":{"title":"xticklabelpad","titles":["Axis3","Attributes"]},"421":{"title":"xticklabelsize","titles":["Axis3","Attributes"]},"422":{"title":"xticklabelsvisible","titles":["Axis3","Attributes"]},"423":{"title":"xticks","titles":["Axis3","Attributes"]},"424":{"title":"xticksize","titles":["Axis3","Attributes"]},"425":{"title":"xticksvisible","titles":["Axis3","Attributes"]},"426":{"title":"xtickwidth","titles":["Axis3","Attributes"]},"427":{"title":"xypanelcolor","titles":["Axis3","Attributes"]},"428":{"title":"xypanelvisible","titles":["Axis3","Attributes"]},"429":{"title":"xzpanelcolor","titles":["Axis3","Attributes"]},"430":{"title":"xzpanelvisible","titles":["Axis3","Attributes"]},"431":{"title":"yautolimitmargin","titles":["Axis3","Attributes"]},"432":{"title":"ygridcolor","titles":["Axis3","Attributes"]},"433":{"title":"ygridvisible","titles":["Axis3","Attributes"]},"434":{"title":"ygridwidth","titles":["Axis3","Attributes"]},"435":{"title":"ylabel","titles":["Axis3","Attributes"]},"436":{"title":"ylabelalign","titles":["Axis3","Attributes"]},"437":{"title":"ylabelcolor","titles":["Axis3","Attributes"]},"438":{"title":"ylabelfont","titles":["Axis3","Attributes"]},"439":{"title":"ylabeloffset","titles":["Axis3","Attributes"]},"440":{"title":"ylabelrotation","titles":["Axis3","Attributes"]},"441":{"title":"ylabelsize","titles":["Axis3","Attributes"]},"442":{"title":"ylabelvisible","titles":["Axis3","Attributes"]},"443":{"title":"yreversed","titles":["Axis3","Attributes"]},"444":{"title":"yspinecolor_1","titles":["Axis3","Attributes"]},"445":{"title":"yspinecolor_2","titles":["Axis3","Attributes"]},"446":{"title":"yspinecolor_3","titles":["Axis3","Attributes"]},"447":{"title":"yspinesvisible","titles":["Axis3","Attributes"]},"448":{"title":"yspinewidth","titles":["Axis3","Attributes"]},"449":{"title":"ytickcolor","titles":["Axis3","Attributes"]},"450":{"title":"ytickformat","titles":["Axis3","Attributes"]},"451":{"title":"yticklabelcolor","titles":["Axis3","Attributes"]},"452":{"title":"yticklabelfont","titles":["Axis3","Attributes"]},"453":{"title":"yticklabelpad","titles":["Axis3","Attributes"]},"454":{"title":"yticklabelsize","titles":["Axis3","Attributes"]},"455":{"title":"yticklabelsvisible","titles":["Axis3","Attributes"]},"456":{"title":"yticks","titles":["Axis3","Attributes"]},"457":{"title":"yticksize","titles":["Axis3","Attributes"]},"458":{"title":"yticksvisible","titles":["Axis3","Attributes"]},"459":{"title":"ytickwidth","titles":["Axis3","Attributes"]},"460":{"title":"yzpanelcolor","titles":["Axis3","Attributes"]},"461":{"title":"yzpanelvisible","titles":["Axis3","Attributes"]},"462":{"title":"zautolimitmargin","titles":["Axis3","Attributes"]},"463":{"title":"zgridcolor","titles":["Axis3","Attributes"]},"464":{"title":"zgridvisible","titles":["Axis3","Attributes"]},"465":{"title":"zgridwidth","titles":["Axis3","Attributes"]},"466":{"title":"zlabel","titles":["Axis3","Attributes"]},"467":{"title":"zlabelalign","titles":["Axis3","Attributes"]},"468":{"title":"zlabelcolor","titles":["Axis3","Attributes"]},"469":{"title":"zlabelfont","titles":["Axis3","Attributes"]},"470":{"title":"zlabeloffset","titles":["Axis3","Attributes"]},"471":{"title":"zlabelrotation","titles":["Axis3","Attributes"]},"472":{"title":"zlabelsize","titles":["Axis3","Attributes"]},"473":{"title":"zlabelvisible","titles":["Axis3","Attributes"]},"474":{"title":"zreversed","titles":["Axis3","Attributes"]},"475":{"title":"zspinecolor_1","titles":["Axis3","Attributes"]},"476":{"title":"zspinecolor_2","titles":["Axis3","Attributes"]},"477":{"title":"zspinecolor_3","titles":["Axis3","Attributes"]},"478":{"title":"zspinesvisible","titles":["Axis3","Attributes"]},"479":{"title":"zspinewidth","titles":["Axis3","Attributes"]},"480":{"title":"ztickcolor","titles":["Axis3","Attributes"]},"481":{"title":"ztickformat","titles":["Axis3","Attributes"]},"482":{"title":"zticklabelcolor","titles":["Axis3","Attributes"]},"483":{"title":"zticklabelfont","titles":["Axis3","Attributes"]},"484":{"title":"zticklabelpad","titles":["Axis3","Attributes"]},"485":{"title":"zticklabelsize","titles":["Axis3","Attributes"]},"486":{"title":"zticklabelsvisible","titles":["Axis3","Attributes"]},"487":{"title":"zticks","titles":["Axis3","Attributes"]},"488":{"title":"zticksize","titles":["Axis3","Attributes"]},"489":{"title":"zticksvisible","titles":["Axis3","Attributes"]},"490":{"title":"ztickwidth","titles":["Axis3","Attributes"]},"491":{"title":"Button","titles":[]},"492":{"title":"Attributes","titles":["Button"]},"493":{"title":"alignmode","titles":["Button","Attributes"]},"494":{"title":"buttoncolor","titles":["Button","Attributes"]},"495":{"title":"buttoncolor_active","titles":["Button","Attributes"]},"496":{"title":"buttoncolor_hover","titles":["Button","Attributes"]},"497":{"title":"clicks","titles":["Button","Attributes"]},"498":{"title":"cornerradius","titles":["Button","Attributes"]},"499":{"title":"cornersegments","titles":["Button","Attributes"]},"500":{"title":"font","titles":["Button","Attributes"]},"501":{"title":"fontsize","titles":["Button","Attributes"]},"502":{"title":"halign","titles":["Button","Attributes"]},"503":{"title":"height","titles":["Button","Attributes"]},"504":{"title":"label","titles":["Button","Attributes"]},"505":{"title":"labelcolor","titles":["Button","Attributes"]},"506":{"title":"labelcolor_active","titles":["Button","Attributes"]},"507":{"title":"labelcolor_hover","titles":["Button","Attributes"]},"508":{"title":"padding","titles":["Button","Attributes"]},"509":{"title":"strokecolor","titles":["Button","Attributes"]},"510":{"title":"strokewidth","titles":["Button","Attributes"]},"511":{"title":"tellheight","titles":["Button","Attributes"]},"512":{"title":"tellwidth","titles":["Button","Attributes"]},"513":{"title":"valign","titles":["Button","Attributes"]},"514":{"title":"width","titles":["Button","Attributes"]},"515":{"title":"Colorbar","titles":[]},"516":{"title":"Experimental Categorical support","titles":["Colorbar"]},"517":{"title":"Attributes","titles":["Colorbar"]},"518":{"title":"alignmode","titles":["Colorbar","Attributes"]},"519":{"title":"bottomspinecolor","titles":["Colorbar","Attributes"]},"520":{"title":"bottomspinevisible","titles":["Colorbar","Attributes"]},"521":{"title":"colormap","titles":["Colorbar","Attributes"]},"522":{"title":"colorrange","titles":["Colorbar","Attributes"]},"523":{"title":"flip_vertical_label","titles":["Colorbar","Attributes"]},"524":{"title":"flipaxis","titles":["Colorbar","Attributes"]},"525":{"title":"halign","titles":["Colorbar","Attributes"]},"526":{"title":"height","titles":["Colorbar","Attributes"]},"527":{"title":"highclip","titles":["Colorbar","Attributes"]},"528":{"title":"label","titles":["Colorbar","Attributes"]},"529":{"title":"labelcolor","titles":["Colorbar","Attributes"]},"530":{"title":"labelfont","titles":["Colorbar","Attributes"]},"531":{"title":"labelpadding","titles":["Colorbar","Attributes"]},"532":{"title":"labelrotation","titles":["Colorbar","Attributes"]},"533":{"title":"labelsize","titles":["Colorbar","Attributes"]},"534":{"title":"labelvisible","titles":["Colorbar","Attributes"]},"535":{"title":"leftspinecolor","titles":["Colorbar","Attributes"]},"536":{"title":"leftspinevisible","titles":["Colorbar","Attributes"]},"537":{"title":"limits","titles":["Colorbar","Attributes"]},"538":{"title":"lowclip","titles":["Colorbar","Attributes"]},"539":{"title":"minortickalign","titles":["Colorbar","Attributes"]},"540":{"title":"minortickcolor","titles":["Colorbar","Attributes"]},"541":{"title":"minorticks","titles":["Colorbar","Attributes"]},"542":{"title":"minorticksize","titles":["Colorbar","Attributes"]},"543":{"title":"minorticksvisible","titles":["Colorbar","Attributes"]},"544":{"title":"minortickwidth","titles":["Colorbar","Attributes"]},"545":{"title":"nsteps","titles":["Colorbar","Attributes"]},"546":{"title":"rightspinecolor","titles":["Colorbar","Attributes"]},"547":{"title":"rightspinevisible","titles":["Colorbar","Attributes"]},"548":{"title":"scale","titles":["Colorbar","Attributes"]},"549":{"title":"size","titles":["Colorbar","Attributes"]},"550":{"title":"spinewidth","titles":["Colorbar","Attributes"]},"551":{"title":"tellheight","titles":["Colorbar","Attributes"]},"552":{"title":"tellwidth","titles":["Colorbar","Attributes"]},"553":{"title":"tickalign","titles":["Colorbar","Attributes"]},"554":{"title":"tickcolor","titles":["Colorbar","Attributes"]},"555":{"title":"tickformat","titles":["Colorbar","Attributes"]},"556":{"title":"ticklabelalign","titles":["Colorbar","Attributes"]},"557":{"title":"ticklabelcolor","titles":["Colorbar","Attributes"]},"558":{"title":"ticklabelfont","titles":["Colorbar","Attributes"]},"559":{"title":"ticklabelpad","titles":["Colorbar","Attributes"]},"560":{"title":"ticklabelrotation","titles":["Colorbar","Attributes"]},"561":{"title":"ticklabelsize","titles":["Colorbar","Attributes"]},"562":{"title":"ticklabelspace","titles":["Colorbar","Attributes"]},"563":{"title":"ticklabelsvisible","titles":["Colorbar","Attributes"]},"564":{"title":"ticks","titles":["Colorbar","Attributes"]},"565":{"title":"ticksize","titles":["Colorbar","Attributes"]},"566":{"title":"ticksvisible","titles":["Colorbar","Attributes"]},"567":{"title":"tickwidth","titles":["Colorbar","Attributes"]},"568":{"title":"topspinecolor","titles":["Colorbar","Attributes"]},"569":{"title":"topspinevisible","titles":["Colorbar","Attributes"]},"570":{"title":"valign","titles":["Colorbar","Attributes"]},"571":{"title":"vertical","titles":["Colorbar","Attributes"]},"572":{"title":"width","titles":["Colorbar","Attributes"]},"573":{"title":"GridLayout","titles":[]},"574":{"title":"Setting column and row sizes correctly","titles":["GridLayout"]},"575":{"title":"Fixed","titles":["GridLayout","Setting column and row sizes correctly"]},"576":{"title":"Relative","titles":["GridLayout","Setting column and row sizes correctly"]},"577":{"title":"Auto","titles":["GridLayout","Setting column and row sizes correctly"]},"578":{"title":"Aspect","titles":["GridLayout","Setting column and row sizes correctly"]},"579":{"title":"Nesting","titles":["GridLayout"]},"580":{"title":"Alignment","titles":["GridLayout"]},"581":{"title":"Spanned Placement","titles":["GridLayout"]},"582":{"title":"Adding rows and columns by indexing","titles":["GridLayout"]},"583":{"title":"Trimming empty rows and columns","titles":["GridLayout"]},"584":{"title":"Tweaking space between rows and columns","titles":["GridLayout"]},"585":{"title":"IntervalSlider","titles":[]},"586":{"title":"Attributes","titles":["IntervalSlider"]},"587":{"title":"alignmode","titles":["IntervalSlider","Attributes"]},"588":{"title":"color_active","titles":["IntervalSlider","Attributes"]},"589":{"title":"color_active_dimmed","titles":["IntervalSlider","Attributes"]},"590":{"title":"color_inactive","titles":["IntervalSlider","Attributes"]},"591":{"title":"halign","titles":["IntervalSlider","Attributes"]},"592":{"title":"height","titles":["IntervalSlider","Attributes"]},"593":{"title":"horizontal","titles":["IntervalSlider","Attributes"]},"594":{"title":"interval","titles":["IntervalSlider","Attributes"]},"595":{"title":"linewidth","titles":["IntervalSlider","Attributes"]},"596":{"title":"range","titles":["IntervalSlider","Attributes"]},"597":{"title":"snap","titles":["IntervalSlider","Attributes"]},"598":{"title":"startvalues","titles":["IntervalSlider","Attributes"]},"599":{"title":"tellheight","titles":["IntervalSlider","Attributes"]},"600":{"title":"tellwidth","titles":["IntervalSlider","Attributes"]},"601":{"title":"valign","titles":["IntervalSlider","Attributes"]},"602":{"title":"width","titles":["IntervalSlider","Attributes"]},"603":{"title":"Label","titles":[]},"604":{"title":"Attributes","titles":["Label"]},"605":{"title":"alignmode","titles":["Label","Attributes"]},"606":{"title":"color","titles":["Label","Attributes"]},"607":{"title":"font","titles":["Label","Attributes"]},"608":{"title":"fontsize","titles":["Label","Attributes"]},"609":{"title":"halign","titles":["Label","Attributes"]},"610":{"title":"height","titles":["Label","Attributes"]},"611":{"title":"justification","titles":["Label","Attributes"]},"612":{"title":"lineheight","titles":["Label","Attributes"]},"613":{"title":"padding","titles":["Label","Attributes"]},"614":{"title":"rotation","titles":["Label","Attributes"]},"615":{"title":"tellheight","titles":["Label","Attributes"]},"616":{"title":"tellwidth","titles":["Label","Attributes"]},"617":{"title":"text","titles":["Label","Attributes"]},"618":{"title":"valign","titles":["Label","Attributes"]},"619":{"title":"visible","titles":["Label","Attributes"]},"620":{"title":"width","titles":["Label","Attributes"]},"621":{"title":"word_wrap","titles":["Label","Attributes"]},"622":{"title":"Legend","titles":[]},"623":{"title":"Creating A Legend From Elements","titles":["Legend"]},"624":{"title":"Legend element attributes","titles":["Legend","Creating A Legend From Elements"]},"625":{"title":"Creating A Legend From An Axis","titles":["Legend"]},"626":{"title":"Legend Inside An Axis","titles":["Legend"]},"627":{"title":"Creating Legend Entries Manually","titles":["Legend"]},"628":{"title":"Multi-Group Legends","titles":["Legend"]},"629":{"title":"Attributes","titles":["Legend"]},"630":{"title":"alignmode","titles":["Legend","Attributes"]},"631":{"title":"backgroundcolor","titles":["Legend","Attributes"]},"632":{"title":"bgcolor","titles":["Legend","Attributes"]},"633":{"title":"colgap","titles":["Legend","Attributes"]},"634":{"title":"framecolor","titles":["Legend","Attributes"]},"635":{"title":"framevisible","titles":["Legend","Attributes"]},"636":{"title":"framewidth","titles":["Legend","Attributes"]},"637":{"title":"gridshalign","titles":["Legend","Attributes"]},"638":{"title":"gridsvalign","titles":["Legend","Attributes"]},"639":{"title":"groupgap","titles":["Legend","Attributes"]},"640":{"title":"halign","titles":["Legend","Attributes"]},"641":{"title":"height","titles":["Legend","Attributes"]},"642":{"title":"label","titles":["Legend","Attributes"]},"643":{"title":"labelcolor","titles":["Legend","Attributes"]},"644":{"title":"labelfont","titles":["Legend","Attributes"]},"645":{"title":"labelhalign","titles":["Legend","Attributes"]},"646":{"title":"labeljustification","titles":["Legend","Attributes"]},"647":{"title":"labelsize","titles":["Legend","Attributes"]},"648":{"title":"labelvalign","titles":["Legend","Attributes"]},"649":{"title":"linecolor","titles":["Legend","Attributes"]},"650":{"title":"linecolormap","titles":["Legend","Attributes"]},"651":{"title":"linecolorrange","titles":["Legend","Attributes"]},"652":{"title":"linepoints","titles":["Legend","Attributes"]},"653":{"title":"linestyle","titles":["Legend","Attributes"]},"654":{"title":"linewidth","titles":["Legend","Attributes"]},"655":{"title":"margin","titles":["Legend","Attributes"]},"656":{"title":"marker","titles":["Legend","Attributes"]},"657":{"title":"markercolor","titles":["Legend","Attributes"]},"658":{"title":"markercolormap","titles":["Legend","Attributes"]},"659":{"title":"markercolorrange","titles":["Legend","Attributes"]},"660":{"title":"markerpoints","titles":["Legend","Attributes"]},"661":{"title":"markersize","titles":["Legend","Attributes"]},"662":{"title":"markerstrokecolor","titles":["Legend","Attributes"]},"663":{"title":"markerstrokewidth","titles":["Legend","Attributes"]},"664":{"title":"nbanks","titles":["Legend","Attributes"]},"665":{"title":"orientation","titles":["Legend","Attributes"]},"666":{"title":"padding","titles":["Legend","Attributes"]},"667":{"title":"patchcolor","titles":["Legend","Attributes"]},"668":{"title":"patchlabelgap","titles":["Legend","Attributes"]},"669":{"title":"patchsize","titles":["Legend","Attributes"]},"670":{"title":"patchstrokecolor","titles":["Legend","Attributes"]},"671":{"title":"patchstrokewidth","titles":["Legend","Attributes"]},"672":{"title":"polycolor","titles":["Legend","Attributes"]},"673":{"title":"polycolormap","titles":["Legend","Attributes"]},"674":{"title":"polycolorrange","titles":["Legend","Attributes"]},"675":{"title":"polypoints","titles":["Legend","Attributes"]},"676":{"title":"polystrokecolor","titles":["Legend","Attributes"]},"677":{"title":"polystrokewidth","titles":["Legend","Attributes"]},"678":{"title":"rowgap","titles":["Legend","Attributes"]},"679":{"title":"tellheight","titles":["Legend","Attributes"]},"680":{"title":"tellwidth","titles":["Legend","Attributes"]},"681":{"title":"titlecolor","titles":["Legend","Attributes"]},"682":{"title":"titlefont","titles":["Legend","Attributes"]},"683":{"title":"titlegap","titles":["Legend","Attributes"]},"684":{"title":"titlehalign","titles":["Legend","Attributes"]},"685":{"title":"titleposition","titles":["Legend","Attributes"]},"686":{"title":"titlesize","titles":["Legend","Attributes"]},"687":{"title":"titlevalign","titles":["Legend","Attributes"]},"688":{"title":"titlevisible","titles":["Legend","Attributes"]},"689":{"title":"valign","titles":["Legend","Attributes"]},"690":{"title":"width","titles":["Legend","Attributes"]},"691":{"title":"LScene","titles":[]},"692":{"title":"Attributes","titles":["LScene"]},"693":{"title":"alignmode","titles":["LScene","Attributes"]},"694":{"title":"dim1_conversion","titles":["LScene","Attributes"]},"695":{"title":"dim2_conversion","titles":["LScene","Attributes"]},"696":{"title":"dim3_conversion","titles":["LScene","Attributes"]},"697":{"title":"halign","titles":["LScene","Attributes"]},"698":{"title":"height","titles":["LScene","Attributes"]},"699":{"title":"show_axis","titles":["LScene","Attributes"]},"700":{"title":"tellheight","titles":["LScene","Attributes"]},"701":{"title":"tellwidth","titles":["LScene","Attributes"]},"702":{"title":"valign","titles":["LScene","Attributes"]},"703":{"title":"width","titles":["LScene","Attributes"]},"704":{"title":"Menu","titles":[]},"705":{"title":"Menu direction","titles":["Menu"]},"706":{"title":"Attributes","titles":["Menu"]},"707":{"title":"alignmode","titles":["Menu","Attributes"]},"708":{"title":"cell_color_active","titles":["Menu","Attributes"]},"709":{"title":"cell_color_hover","titles":["Menu","Attributes"]},"710":{"title":"cell_color_inactive_even","titles":["Menu","Attributes"]},"711":{"title":"cell_color_inactive_odd","titles":["Menu","Attributes"]},"712":{"title":"direction","titles":["Menu","Attributes"]},"713":{"title":"dropdown_arrow_color","titles":["Menu","Attributes"]},"714":{"title":"dropdown_arrow_size","titles":["Menu","Attributes"]},"715":{"title":"fontsize","titles":["Menu","Attributes"]},"716":{"title":"halign","titles":["Menu","Attributes"]},"717":{"title":"height","titles":["Menu","Attributes"]},"718":{"title":"i_selected","titles":["Menu","Attributes"]},"719":{"title":"is_open","titles":["Menu","Attributes"]},"720":{"title":"options","titles":["Menu","Attributes"]},"721":{"title":"prompt","titles":["Menu","Attributes"]},"722":{"title":"scroll_speed","titles":["Menu","Attributes"]},"723":{"title":"selection","titles":["Menu","Attributes"]},"724":{"title":"selection_cell_color_inactive","titles":["Menu","Attributes"]},"725":{"title":"tellheight","titles":["Menu","Attributes"]},"726":{"title":"tellwidth","titles":["Menu","Attributes"]},"727":{"title":"textcolor","titles":["Menu","Attributes"]},"728":{"title":"textpadding","titles":["Menu","Attributes"]},"729":{"title":"valign","titles":["Menu","Attributes"]},"730":{"title":"width","titles":["Menu","Attributes"]},"731":{"title":"Overview","titles":[]},"732":{"title":"Axis","titles":["Overview"]},"733":{"title":"Axis3","titles":["Overview"]},"734":{"title":"Box","titles":["Overview"]},"735":{"title":"Button","titles":["Overview"]},"736":{"title":"Colorbar","titles":["Overview"]},"737":{"title":"GridLayout","titles":["Overview"]},"738":{"title":"IntervalSlider","titles":["Overview"]},"739":{"title":"Label","titles":["Overview"]},"740":{"title":"Legend","titles":["Overview"]},"741":{"title":"LScene","titles":["Overview"]},"742":{"title":"Menu","titles":["Overview"]},"743":{"title":"PolarAxis","titles":["Overview"]},"744":{"title":"Slider","titles":["Overview"]},"745":{"title":"SliderGrid","titles":["Overview"]},"746":{"title":"Textbox","titles":["Overview"]},"747":{"title":"Toggle","titles":["Overview"]},"748":{"title":"PolarAxis","titles":[]},"749":{"title":"Creating a PolarAxis","titles":["PolarAxis"]},"750":{"title":"Plotting into an PolarAxis","titles":["PolarAxis"]},"751":{"title":"PolarAxis Limits","titles":["PolarAxis"]},"752":{"title":"Plot type compatability","titles":["PolarAxis"]},"753":{"title":"Hiding spines and decorations","titles":["PolarAxis"]},"754":{"title":"Interactivity","titles":["PolarAxis"]},"755":{"title":"Other Notes","titles":["PolarAxis"]},"756":{"title":"Plotting outside a PolarAxis","titles":["PolarAxis","Other Notes"]},"757":{"title":"Radial Offset","titles":["PolarAxis","Other Notes"]},"758":{"title":"Radial clipping","titles":["PolarAxis","Other Notes"]},"759":{"title":"Attributes","titles":["PolarAxis"]},"760":{"title":"alignmode","titles":["PolarAxis","Attributes"]},"761":{"title":"axis_rotation_button","titles":["PolarAxis","Attributes"]},"762":{"title":"backgroundcolor","titles":["PolarAxis","Attributes"]},"763":{"title":"clip","titles":["PolarAxis","Attributes"]},"764":{"title":"clip_r","titles":["PolarAxis","Attributes"]},"765":{"title":"clipcolor","titles":["PolarAxis","Attributes"]},"766":{"title":"dim1_conversion","titles":["PolarAxis","Attributes"]},"767":{"title":"dim2_conversion","titles":["PolarAxis","Attributes"]},"768":{"title":"direction","titles":["PolarAxis","Attributes"]},"769":{"title":"fixrmin","titles":["PolarAxis","Attributes"]},"770":{"title":"gridz","titles":["PolarAxis","Attributes"]},"771":{"title":"halign","titles":["PolarAxis","Attributes"]},"772":{"title":"height","titles":["PolarAxis","Attributes"]},"773":{"title":"normalize_theta_ticks","titles":["PolarAxis","Attributes"]},"774":{"title":"r_translation_button","titles":["PolarAxis","Attributes"]},"775":{"title":"radius_at_origin","titles":["PolarAxis","Attributes"]},"776":{"title":"rautolimitmargin","titles":["PolarAxis","Attributes"]},"777":{"title":"reset_axis_orientation","titles":["PolarAxis","Attributes"]},"778":{"title":"reset_button","titles":["PolarAxis","Attributes"]},"779":{"title":"rgridcolor","titles":["PolarAxis","Attributes"]},"780":{"title":"rgridstyle","titles":["PolarAxis","Attributes"]},"781":{"title":"rgridvisible","titles":["PolarAxis","Attributes"]},"782":{"title":"rgridwidth","titles":["PolarAxis","Attributes"]},"783":{"title":"rlimits","titles":["PolarAxis","Attributes"]},"784":{"title":"rminorgridcolor","titles":["PolarAxis","Attributes"]},"785":{"title":"rminorgridstyle","titles":["PolarAxis","Attributes"]},"786":{"title":"rminorgridvisible","titles":["PolarAxis","Attributes"]},"787":{"title":"rminorgridwidth","titles":["PolarAxis","Attributes"]},"788":{"title":"rminorticks","titles":["PolarAxis","Attributes"]},"789":{"title":"rtickangle","titles":["PolarAxis","Attributes"]},"790":{"title":"rtickformat","titles":["PolarAxis","Attributes"]},"791":{"title":"rticklabelcolor","titles":["PolarAxis","Attributes"]},"792":{"title":"rticklabelfont","titles":["PolarAxis","Attributes"]},"793":{"title":"rticklabelpad","titles":["PolarAxis","Attributes"]},"794":{"title":"rticklabelrotation","titles":["PolarAxis","Attributes"]},"795":{"title":"rticklabelsize","titles":["PolarAxis","Attributes"]},"796":{"title":"rticklabelstrokecolor","titles":["PolarAxis","Attributes"]},"797":{"title":"rticklabelstrokewidth","titles":["PolarAxis","Attributes"]},"798":{"title":"rticklabelsvisible","titles":["PolarAxis","Attributes"]},"799":{"title":"rticks","titles":["PolarAxis","Attributes"]},"800":{"title":"rzoomkey","titles":["PolarAxis","Attributes"]},"801":{"title":"rzoomlock","titles":["PolarAxis","Attributes"]},"802":{"title":"sample_density","titles":["PolarAxis","Attributes"]},"803":{"title":"spinecolor","titles":["PolarAxis","Attributes"]},"804":{"title":"spinestyle","titles":["PolarAxis","Attributes"]},"805":{"title":"spinevisible","titles":["PolarAxis","Attributes"]},"806":{"title":"spinewidth","titles":["PolarAxis","Attributes"]},"807":{"title":"tellheight","titles":["PolarAxis","Attributes"]},"808":{"title":"tellwidth","titles":["PolarAxis","Attributes"]},"809":{"title":"theta_0","titles":["PolarAxis","Attributes"]},"810":{"title":"theta_as_x","titles":["PolarAxis","Attributes"]},"811":{"title":"theta_translation_button","titles":["PolarAxis","Attributes"]},"812":{"title":"thetaautolimitmargin","titles":["PolarAxis","Attributes"]},"813":{"title":"thetagridcolor","titles":["PolarAxis","Attributes"]},"814":{"title":"thetagridstyle","titles":["PolarAxis","Attributes"]},"815":{"title":"thetagridvisible","titles":["PolarAxis","Attributes"]},"816":{"title":"thetagridwidth","titles":["PolarAxis","Attributes"]},"817":{"title":"thetalimits","titles":["PolarAxis","Attributes"]},"818":{"title":"thetaminorgridcolor","titles":["PolarAxis","Attributes"]},"819":{"title":"thetaminorgridstyle","titles":["PolarAxis","Attributes"]},"820":{"title":"thetaminorgridvisible","titles":["PolarAxis","Attributes"]},"821":{"title":"thetaminorgridwidth","titles":["PolarAxis","Attributes"]},"822":{"title":"thetaminorticks","titles":["PolarAxis","Attributes"]},"823":{"title":"thetatickformat","titles":["PolarAxis","Attributes"]},"824":{"title":"thetaticklabelcolor","titles":["PolarAxis","Attributes"]},"825":{"title":"thetaticklabelfont","titles":["PolarAxis","Attributes"]},"826":{"title":"thetaticklabelpad","titles":["PolarAxis","Attributes"]},"827":{"title":"thetaticklabelsize","titles":["PolarAxis","Attributes"]},"828":{"title":"thetaticklabelstrokecolor","titles":["PolarAxis","Attributes"]},"829":{"title":"thetaticklabelstrokewidth","titles":["PolarAxis","Attributes"]},"830":{"title":"thetaticklabelsvisible","titles":["PolarAxis","Attributes"]},"831":{"title":"thetaticks","titles":["PolarAxis","Attributes"]},"832":{"title":"thetazoomkey","titles":["PolarAxis","Attributes"]},"833":{"title":"thetazoomlock","titles":["PolarAxis","Attributes"]},"834":{"title":"title","titles":["PolarAxis","Attributes"]},"835":{"title":"titlealign","titles":["PolarAxis","Attributes"]},"836":{"title":"titlecolor","titles":["PolarAxis","Attributes"]},"837":{"title":"titlefont","titles":["PolarAxis","Attributes"]},"838":{"title":"titlegap","titles":["PolarAxis","Attributes"]},"839":{"title":"titlesize","titles":["PolarAxis","Attributes"]},"840":{"title":"titlevisible","titles":["PolarAxis","Attributes"]},"841":{"title":"valign","titles":["PolarAxis","Attributes"]},"842":{"title":"width","titles":["PolarAxis","Attributes"]},"843":{"title":"zoomspeed","titles":["PolarAxis","Attributes"]},"844":{"title":"Slider","titles":[]},"845":{"title":"Labelled sliders and grids","titles":["Slider"]},"846":{"title":"Attributes","titles":["Slider"]},"847":{"title":"alignmode","titles":["Slider","Attributes"]},"848":{"title":"color_active","titles":["Slider","Attributes"]},"849":{"title":"color_active_dimmed","titles":["Slider","Attributes"]},"850":{"title":"color_inactive","titles":["Slider","Attributes"]},"851":{"title":"halign","titles":["Slider","Attributes"]},"852":{"title":"height","titles":["Slider","Attributes"]},"853":{"title":"horizontal","titles":["Slider","Attributes"]},"854":{"title":"linewidth","titles":["Slider","Attributes"]},"855":{"title":"range","titles":["Slider","Attributes"]},"856":{"title":"snap","titles":["Slider","Attributes"]},"857":{"title":"startvalue","titles":["Slider","Attributes"]},"858":{"title":"tellheight","titles":["Slider","Attributes"]},"859":{"title":"tellwidth","titles":["Slider","Attributes"]},"860":{"title":"valign","titles":["Slider","Attributes"]},"861":{"title":"value","titles":["Slider","Attributes"]},"862":{"title":"width","titles":["Slider","Attributes"]},"863":{"title":"SliderGrid","titles":[]},"864":{"title":"Attributes","titles":["SliderGrid"]},"865":{"title":"alignmode","titles":["SliderGrid","Attributes"]},"866":{"title":"halign","titles":["SliderGrid","Attributes"]},"867":{"title":"height","titles":["SliderGrid","Attributes"]},"868":{"title":"tellheight","titles":["SliderGrid","Attributes"]},"869":{"title":"tellwidth","titles":["SliderGrid","Attributes"]},"870":{"title":"valign","titles":["SliderGrid","Attributes"]},"871":{"title":"value_column_width","titles":["SliderGrid","Attributes"]},"872":{"title":"width","titles":["SliderGrid","Attributes"]},"873":{"title":"Textbox","titles":[]},"874":{"title":"Validation","titles":["Textbox"]},"875":{"title":"Attributes","titles":["Textbox"]},"876":{"title":"alignmode","titles":["Textbox","Attributes"]},"877":{"title":"bordercolor","titles":["Textbox","Attributes"]},"878":{"title":"bordercolor_focused","titles":["Textbox","Attributes"]},"879":{"title":"bordercolor_focused_invalid","titles":["Textbox","Attributes"]},"880":{"title":"bordercolor_hover","titles":["Textbox","Attributes"]},"881":{"title":"borderwidth","titles":["Textbox","Attributes"]},"882":{"title":"boxcolor","titles":["Textbox","Attributes"]},"883":{"title":"boxcolor_focused","titles":["Textbox","Attributes"]},"884":{"title":"boxcolor_focused_invalid","titles":["Textbox","Attributes"]},"885":{"title":"boxcolor_hover","titles":["Textbox","Attributes"]},"886":{"title":"cornerradius","titles":["Textbox","Attributes"]},"887":{"title":"cornersegments","titles":["Textbox","Attributes"]},"888":{"title":"cursorcolor","titles":["Textbox","Attributes"]},"889":{"title":"defocus_on_submit","titles":["Textbox","Attributes"]},"890":{"title":"displayed_string","titles":["Textbox","Attributes"]},"891":{"title":"focused","titles":["Textbox","Attributes"]},"892":{"title":"font","titles":["Textbox","Attributes"]},"893":{"title":"fontsize","titles":["Textbox","Attributes"]},"894":{"title":"halign","titles":["Textbox","Attributes"]},"895":{"title":"height","titles":["Textbox","Attributes"]},"896":{"title":"placeholder","titles":["Textbox","Attributes"]},"897":{"title":"reset_on_defocus","titles":["Textbox","Attributes"]},"898":{"title":"restriction","titles":["Textbox","Attributes"]},"899":{"title":"stored_string","titles":["Textbox","Attributes"]},"900":{"title":"tellheight","titles":["Textbox","Attributes"]},"901":{"title":"tellwidth","titles":["Textbox","Attributes"]},"902":{"title":"textcolor","titles":["Textbox","Attributes"]},"903":{"title":"textcolor_placeholder","titles":["Textbox","Attributes"]},"904":{"title":"textpadding","titles":["Textbox","Attributes"]},"905":{"title":"validator","titles":["Textbox","Attributes"]},"906":{"title":"valign","titles":["Textbox","Attributes"]},"907":{"title":"width","titles":["Textbox","Attributes"]},"908":{"title":"Toggle","titles":[]},"909":{"title":"Attributes","titles":["Toggle"]},"910":{"title":"active","titles":["Toggle","Attributes"]},"911":{"title":"alignmode","titles":["Toggle","Attributes"]},"912":{"title":"buttoncolor","titles":["Toggle","Attributes"]},"913":{"title":"cornersegments","titles":["Toggle","Attributes"]},"914":{"title":"framecolor_active","titles":["Toggle","Attributes"]},"915":{"title":"framecolor_inactive","titles":["Toggle","Attributes"]},"916":{"title":"halign","titles":["Toggle","Attributes"]},"917":{"title":"height","titles":["Toggle","Attributes"]},"918":{"title":"rimfraction","titles":["Toggle","Attributes"]},"919":{"title":"tellheight","titles":["Toggle","Attributes"]},"920":{"title":"tellwidth","titles":["Toggle","Attributes"]},"921":{"title":"toggleduration","titles":["Toggle","Attributes"]},"922":{"title":"valign","titles":["Toggle","Attributes"]},"923":{"title":"width","titles":["Toggle","Attributes"]},"924":{"title":"ablines","titles":[]},"925":{"title":"Attributes","titles":["ablines"]},"926":{"title":"alpha","titles":["ablines","Attributes"]},"927":{"title":"color","titles":["ablines","Attributes"]},"928":{"title":"colormap","titles":["ablines","Attributes"]},"929":{"title":"colorrange","titles":["ablines","Attributes"]},"930":{"title":"colorscale","titles":["ablines","Attributes"]},"931":{"title":"cycle","titles":["ablines","Attributes"]},"932":{"title":"depth_shift","titles":["ablines","Attributes"]},"933":{"title":"fxaa","titles":["ablines","Attributes"]},"934":{"title":"highclip","titles":["ablines","Attributes"]},"935":{"title":"inspectable","titles":["ablines","Attributes"]},"936":{"title":"inspector_clear","titles":["ablines","Attributes"]},"937":{"title":"inspector_hover","titles":["ablines","Attributes"]},"938":{"title":"inspector_label","titles":["ablines","Attributes"]},"939":{"title":"linecap","titles":["ablines","Attributes"]},"940":{"title":"linestyle","titles":["ablines","Attributes"]},"941":{"title":"linewidth","titles":["ablines","Attributes"]},"942":{"title":"lowclip","titles":["ablines","Attributes"]},"943":{"title":"model","titles":["ablines","Attributes"]},"944":{"title":"nan_color","titles":["ablines","Attributes"]},"945":{"title":"overdraw","titles":["ablines","Attributes"]},"946":{"title":"space","titles":["ablines","Attributes"]},"947":{"title":"ssao","titles":["ablines","Attributes"]},"948":{"title":"transformation","titles":["ablines","Attributes"]},"949":{"title":"transparency","titles":["ablines","Attributes"]},"950":{"title":"visible","titles":["ablines","Attributes"]},"951":{"title":"arc","titles":[]},"952":{"title":"Examples","titles":["arc"]},"953":{"title":"Attributes","titles":["arc"]},"954":{"title":"alpha","titles":["arc","Attributes"]},"955":{"title":"color","titles":["arc","Attributes"]},"956":{"title":"colormap","titles":["arc","Attributes"]},"957":{"title":"colorrange","titles":["arc","Attributes"]},"958":{"title":"colorscale","titles":["arc","Attributes"]},"959":{"title":"cycle","titles":["arc","Attributes"]},"960":{"title":"depth_shift","titles":["arc","Attributes"]},"961":{"title":"fxaa","titles":["arc","Attributes"]},"962":{"title":"highclip","titles":["arc","Attributes"]},"963":{"title":"inspectable","titles":["arc","Attributes"]},"964":{"title":"inspector_clear","titles":["arc","Attributes"]},"965":{"title":"inspector_hover","titles":["arc","Attributes"]},"966":{"title":"inspector_label","titles":["arc","Attributes"]},"967":{"title":"joinstyle","titles":["arc","Attributes"]},"968":{"title":"linecap","titles":["arc","Attributes"]},"969":{"title":"linestyle","titles":["arc","Attributes"]},"970":{"title":"linewidth","titles":["arc","Attributes"]},"971":{"title":"lowclip","titles":["arc","Attributes"]},"972":{"title":"miter_limit","titles":["arc","Attributes"]},"973":{"title":"model","titles":["arc","Attributes"]},"974":{"title":"nan_color","titles":["arc","Attributes"]},"975":{"title":"overdraw","titles":["arc","Attributes"]},"976":{"title":"resolution","titles":["arc","Attributes"]},"977":{"title":"space","titles":["arc","Attributes"]},"978":{"title":"ssao","titles":["arc","Attributes"]},"979":{"title":"transformation","titles":["arc","Attributes"]},"980":{"title":"transparency","titles":["arc","Attributes"]},"981":{"title":"visible","titles":["arc","Attributes"]},"982":{"title":"arrows","titles":[]},"983":{"title":"Examples","titles":["arrows"]},"984":{"title":"Attributes","titles":["arrows"]},"985":{"title":"align","titles":["arrows","Attributes"]},"986":{"title":"alpha","titles":["arrows","Attributes"]},"987":{"title":"arrowcolor","titles":["arrows","Attributes"]},"988":{"title":"arrowhead","titles":["arrows","Attributes"]},"989":{"title":"arrowsize","titles":["arrows","Attributes"]},"990":{"title":"arrowtail","titles":["arrows","Attributes"]},"991":{"title":"backlight","titles":["arrows","Attributes"]},"992":{"title":"color","titles":["arrows","Attributes"]},"993":{"title":"colormap","titles":["arrows","Attributes"]},"994":{"title":"colorrange","titles":["arrows","Attributes"]},"995":{"title":"colorscale","titles":["arrows","Attributes"]},"996":{"title":"depth_shift","titles":["arrows","Attributes"]},"997":{"title":"diffuse","titles":["arrows","Attributes"]},"998":{"title":"fxaa","titles":["arrows","Attributes"]},"999":{"title":"highclip","titles":["arrows","Attributes"]},"1000":{"title":"inspectable","titles":["arrows","Attributes"]},"1001":{"title":"inspector_clear","titles":["arrows","Attributes"]},"1002":{"title":"inspector_hover","titles":["arrows","Attributes"]},"1003":{"title":"inspector_label","titles":["arrows","Attributes"]},"1004":{"title":"lengthscale","titles":["arrows","Attributes"]},"1005":{"title":"linecolor","titles":["arrows","Attributes"]},"1006":{"title":"linestyle","titles":["arrows","Attributes"]},"1007":{"title":"linewidth","titles":["arrows","Attributes"]},"1008":{"title":"lowclip","titles":["arrows","Attributes"]},"1009":{"title":"markerspace","titles":["arrows","Attributes"]},"1010":{"title":"material","titles":["arrows","Attributes"]},"1011":{"title":"model","titles":["arrows","Attributes"]},"1012":{"title":"nan_color","titles":["arrows","Attributes"]},"1013":{"title":"normalize","titles":["arrows","Attributes"]},"1014":{"title":"overdraw","titles":["arrows","Attributes"]},"1015":{"title":"quality","titles":["arrows","Attributes"]},"1016":{"title":"shading","titles":["arrows","Attributes"]},"1017":{"title":"shininess","titles":["arrows","Attributes"]},"1018":{"title":"space","titles":["arrows","Attributes"]},"1019":{"title":"specular","titles":["arrows","Attributes"]},"1020":{"title":"ssao","titles":["arrows","Attributes"]},"1021":{"title":"transformation","titles":["arrows","Attributes"]},"1022":{"title":"transparency","titles":["arrows","Attributes"]},"1023":{"title":"visible","titles":["arrows","Attributes"]},"1024":{"title":"band","titles":[]},"1025":{"title":"Examples","titles":["band"]},"1026":{"title":"Attributes","titles":["band"]},"1027":{"title":"alpha","titles":["band","Attributes"]},"1028":{"title":"backlight","titles":["band","Attributes"]},"1029":{"title":"color","titles":["band","Attributes"]},"1030":{"title":"colormap","titles":["band","Attributes"]},"1031":{"title":"colorrange","titles":["band","Attributes"]},"1032":{"title":"colorscale","titles":["band","Attributes"]},"1033":{"title":"cycle","titles":["band","Attributes"]},"1034":{"title":"depth_shift","titles":["band","Attributes"]},"1035":{"title":"diffuse","titles":["band","Attributes"]},"1036":{"title":"fxaa","titles":["band","Attributes"]},"1037":{"title":"highclip","titles":["band","Attributes"]},"1038":{"title":"inspectable","titles":["band","Attributes"]},"1039":{"title":"inspector_clear","titles":["band","Attributes"]},"1040":{"title":"inspector_hover","titles":["band","Attributes"]},"1041":{"title":"inspector_label","titles":["band","Attributes"]},"1042":{"title":"interpolate","titles":["band","Attributes"]},"1043":{"title":"lowclip","titles":["band","Attributes"]},"1044":{"title":"matcap","titles":["band","Attributes"]},"1045":{"title":"material","titles":["band","Attributes"]},"1046":{"title":"model","titles":["band","Attributes"]},"1047":{"title":"nan_color","titles":["band","Attributes"]},"1048":{"title":"overdraw","titles":["band","Attributes"]},"1049":{"title":"shading","titles":["band","Attributes"]},"1050":{"title":"shininess","titles":["band","Attributes"]},"1051":{"title":"space","titles":["band","Attributes"]},"1052":{"title":"specular","titles":["band","Attributes"]},"1053":{"title":"ssao","titles":["band","Attributes"]},"1054":{"title":"transformation","titles":["band","Attributes"]},"1055":{"title":"transparency","titles":["band","Attributes"]},"1056":{"title":"visible","titles":["band","Attributes"]},"1057":{"title":"barplot","titles":[]},"1058":{"title":"Examples","titles":["barplot"]},"1059":{"title":"Attributes","titles":["barplot"]},"1060":{"title":"alpha","titles":["barplot","Attributes"]},"1061":{"title":"bar_labels","titles":["barplot","Attributes"]},"1062":{"title":"color","titles":["barplot","Attributes"]},"1063":{"title":"color_over_background","titles":["barplot","Attributes"]},"1064":{"title":"color_over_bar","titles":["barplot","Attributes"]},"1065":{"title":"colormap","titles":["barplot","Attributes"]},"1066":{"title":"colorrange","titles":["barplot","Attributes"]},"1067":{"title":"colorscale","titles":["barplot","Attributes"]},"1068":{"title":"cycle","titles":["barplot","Attributes"]},"1069":{"title":"depth_shift","titles":["barplot","Attributes"]},"1070":{"title":"direction","titles":["barplot","Attributes"]},"1071":{"title":"dodge","titles":["barplot","Attributes"]},"1072":{"title":"dodge_gap","titles":["barplot","Attributes"]},"1073":{"title":"fillto","titles":["barplot","Attributes"]},"1074":{"title":"flip_labels_at","titles":["barplot","Attributes"]},"1075":{"title":"fxaa","titles":["barplot","Attributes"]},"1076":{"title":"gap","titles":["barplot","Attributes"]},"1077":{"title":"highclip","titles":["barplot","Attributes"]},"1078":{"title":"inspectable","titles":["barplot","Attributes"]},"1079":{"title":"inspector_clear","titles":["barplot","Attributes"]},"1080":{"title":"inspector_hover","titles":["barplot","Attributes"]},"1081":{"title":"inspector_label","titles":["barplot","Attributes"]},"1082":{"title":"label_align","titles":["barplot","Attributes"]},"1083":{"title":"label_color","titles":["barplot","Attributes"]},"1084":{"title":"label_font","titles":["barplot","Attributes"]},"1085":{"title":"label_formatter","titles":["barplot","Attributes"]},"1086":{"title":"label_offset","titles":["barplot","Attributes"]},"1087":{"title":"label_rotation","titles":["barplot","Attributes"]},"1088":{"title":"label_size","titles":["barplot","Attributes"]},"1089":{"title":"lowclip","titles":["barplot","Attributes"]},"1090":{"title":"model","titles":["barplot","Attributes"]},"1091":{"title":"n_dodge","titles":["barplot","Attributes"]},"1092":{"title":"nan_color","titles":["barplot","Attributes"]},"1093":{"title":"offset","titles":["barplot","Attributes"]},"1094":{"title":"overdraw","titles":["barplot","Attributes"]},"1095":{"title":"space","titles":["barplot","Attributes"]},"1096":{"title":"ssao","titles":["barplot","Attributes"]},"1097":{"title":"stack","titles":["barplot","Attributes"]},"1098":{"title":"strokecolor","titles":["barplot","Attributes"]},"1099":{"title":"strokewidth","titles":["barplot","Attributes"]},"1100":{"title":"transformation","titles":["barplot","Attributes"]},"1101":{"title":"transparency","titles":["barplot","Attributes"]},"1102":{"title":"visible","titles":["barplot","Attributes"]},"1103":{"title":"width","titles":["barplot","Attributes"]},"1104":{"title":"boxplot","titles":[]},"1105":{"title":"Examples","titles":["boxplot"]},"1106":{"title":"Using statistical weights","titles":["boxplot","Examples"]},"1107":{"title":"Horizontal axis","titles":["boxplot","Examples"]},"1108":{"title":"Attributes","titles":["boxplot"]},"1109":{"title":"color","titles":["boxplot","Attributes"]},"1110":{"title":"colormap","titles":["boxplot","Attributes"]},"1111":{"title":"colorrange","titles":["boxplot","Attributes"]},"1112":{"title":"colorscale","titles":["boxplot","Attributes"]},"1113":{"title":"cycle","titles":["boxplot","Attributes"]},"1114":{"title":"dodge","titles":["boxplot","Attributes"]},"1115":{"title":"dodge_gap","titles":["boxplot","Attributes"]},"1116":{"title":"gap","titles":["boxplot","Attributes"]},"1117":{"title":"inspectable","titles":["boxplot","Attributes"]},"1118":{"title":"marker","titles":["boxplot","Attributes"]},"1119":{"title":"markersize","titles":["boxplot","Attributes"]},"1120":{"title":"mediancolor","titles":["boxplot","Attributes"]},"1121":{"title":"medianlinewidth","titles":["boxplot","Attributes"]},"1122":{"title":"n_dodge","titles":["boxplot","Attributes"]},"1123":{"title":"notchwidth","titles":["boxplot","Attributes"]},"1124":{"title":"orientation","titles":["boxplot","Attributes"]},"1125":{"title":"outliercolor","titles":["boxplot","Attributes"]},"1126":{"title":"outlierstrokecolor","titles":["boxplot","Attributes"]},"1127":{"title":"outlierstrokewidth","titles":["boxplot","Attributes"]},"1128":{"title":"range","titles":["boxplot","Attributes"]},"1129":{"title":"show_median","titles":["boxplot","Attributes"]},"1130":{"title":"show_notch","titles":["boxplot","Attributes"]},"1131":{"title":"show_outliers","titles":["boxplot","Attributes"]},"1132":{"title":"strokecolor","titles":["boxplot","Attributes"]},"1133":{"title":"strokewidth","titles":["boxplot","Attributes"]},"1134":{"title":"weights","titles":["boxplot","Attributes"]},"1135":{"title":"whiskercolor","titles":["boxplot","Attributes"]},"1136":{"title":"whiskerlinewidth","titles":["boxplot","Attributes"]},"1137":{"title":"whiskerwidth","titles":["boxplot","Attributes"]},"1138":{"title":"width","titles":["boxplot","Attributes"]},"1139":{"title":"bracket","titles":[]},"1140":{"title":"Examples","titles":["bracket"]},"1141":{"title":"Scalar arguments","titles":["bracket","Examples"]},"1142":{"title":"Vector arguments","titles":["bracket","Examples"]},"1143":{"title":"Styles","titles":["bracket","Examples"]},"1144":{"title":"Attributes","titles":["bracket"]},"1145":{"title":"align","titles":["bracket","Attributes"]},"1146":{"title":"color","titles":["bracket","Attributes"]},"1147":{"title":"font","titles":["bracket","Attributes"]},"1148":{"title":"fontsize","titles":["bracket","Attributes"]},"1149":{"title":"joinstyle","titles":["bracket","Attributes"]},"1150":{"title":"justification","titles":["bracket","Attributes"]},"1151":{"title":"linecap","titles":["bracket","Attributes"]},"1152":{"title":"linestyle","titles":["bracket","Attributes"]},"1153":{"title":"linewidth","titles":["bracket","Attributes"]},"1154":{"title":"miter_limit","titles":["bracket","Attributes"]},"1155":{"title":"offset","titles":["bracket","Attributes"]},"1156":{"title":"orientation","titles":["bracket","Attributes"]},"1157":{"title":"rotation","titles":["bracket","Attributes"]},"1158":{"title":"style","titles":["bracket","Attributes"]},"1159":{"title":"text","titles":["bracket","Attributes"]},"1160":{"title":"textcolor","titles":["bracket","Attributes"]},"1161":{"title":"textoffset","titles":["bracket","Attributes"]},"1162":{"title":"width","titles":["bracket","Attributes"]},"1163":{"title":"contour","titles":[]},"1164":{"title":"Examples","titles":["contour"]},"1165":{"title":"Attributes","titles":["contour"]},"1166":{"title":"alpha","titles":["contour","Attributes"]},"1167":{"title":"color","titles":["contour","Attributes"]},"1168":{"title":"colormap","titles":["contour","Attributes"]},"1169":{"title":"colorrange","titles":["contour","Attributes"]},"1170":{"title":"colorscale","titles":["contour","Attributes"]},"1171":{"title":"depth_shift","titles":["contour","Attributes"]},"1172":{"title":"enable_depth","titles":["contour","Attributes"]},"1173":{"title":"fxaa","titles":["contour","Attributes"]},"1174":{"title":"highclip","titles":["contour","Attributes"]},"1175":{"title":"inspectable","titles":["contour","Attributes"]},"1176":{"title":"inspector_clear","titles":["contour","Attributes"]},"1177":{"title":"inspector_hover","titles":["contour","Attributes"]},"1178":{"title":"inspector_label","titles":["contour","Attributes"]},"1179":{"title":"joinstyle","titles":["contour","Attributes"]},"1180":{"title":"labelcolor","titles":["contour","Attributes"]},"1181":{"title":"labelfont","titles":["contour","Attributes"]},"1182":{"title":"labelformatter","titles":["contour","Attributes"]},"1183":{"title":"labels","titles":["contour","Attributes"]},"1184":{"title":"labelsize","titles":["contour","Attributes"]},"1185":{"title":"levels","titles":["contour","Attributes"]},"1186":{"title":"linecap","titles":["contour","Attributes"]},"1187":{"title":"linestyle","titles":["contour","Attributes"]},"1188":{"title":"linewidth","titles":["contour","Attributes"]},"1189":{"title":"lowclip","titles":["contour","Attributes"]},"1190":{"title":"miter_limit","titles":["contour","Attributes"]},"1191":{"title":"model","titles":["contour","Attributes"]},"1192":{"title":"nan_color","titles":["contour","Attributes"]},"1193":{"title":"overdraw","titles":["contour","Attributes"]},"1194":{"title":"space","titles":["contour","Attributes"]},"1195":{"title":"ssao","titles":["contour","Attributes"]},"1196":{"title":"transformation","titles":["contour","Attributes"]},"1197":{"title":"transparency","titles":["contour","Attributes"]},"1198":{"title":"visible","titles":["contour","Attributes"]},"1199":{"title":"contour3d","titles":[]},"1200":{"title":"Examples","titles":["contour3d"]},"1201":{"title":"Attributes","titles":["contour3d"]},"1202":{"title":"alpha","titles":["contour3d","Attributes"]},"1203":{"title":"color","titles":["contour3d","Attributes"]},"1204":{"title":"colormap","titles":["contour3d","Attributes"]},"1205":{"title":"colorrange","titles":["contour3d","Attributes"]},"1206":{"title":"colorscale","titles":["contour3d","Attributes"]},"1207":{"title":"depth_shift","titles":["contour3d","Attributes"]},"1208":{"title":"enable_depth","titles":["contour3d","Attributes"]},"1209":{"title":"fxaa","titles":["contour3d","Attributes"]},"1210":{"title":"highclip","titles":["contour3d","Attributes"]},"1211":{"title":"inspectable","titles":["contour3d","Attributes"]},"1212":{"title":"inspector_clear","titles":["contour3d","Attributes"]},"1213":{"title":"inspector_hover","titles":["contour3d","Attributes"]},"1214":{"title":"inspector_label","titles":["contour3d","Attributes"]},"1215":{"title":"joinstyle","titles":["contour3d","Attributes"]},"1216":{"title":"labelcolor","titles":["contour3d","Attributes"]},"1217":{"title":"labelfont","titles":["contour3d","Attributes"]},"1218":{"title":"labelformatter","titles":["contour3d","Attributes"]},"1219":{"title":"labels","titles":["contour3d","Attributes"]},"1220":{"title":"labelsize","titles":["contour3d","Attributes"]},"1221":{"title":"levels","titles":["contour3d","Attributes"]},"1222":{"title":"linecap","titles":["contour3d","Attributes"]},"1223":{"title":"linestyle","titles":["contour3d","Attributes"]},"1224":{"title":"linewidth","titles":["contour3d","Attributes"]},"1225":{"title":"lowclip","titles":["contour3d","Attributes"]},"1226":{"title":"miter_limit","titles":["contour3d","Attributes"]},"1227":{"title":"model","titles":["contour3d","Attributes"]},"1228":{"title":"nan_color","titles":["contour3d","Attributes"]},"1229":{"title":"overdraw","titles":["contour3d","Attributes"]},"1230":{"title":"space","titles":["contour3d","Attributes"]},"1231":{"title":"ssao","titles":["contour3d","Attributes"]},"1232":{"title":"transformation","titles":["contour3d","Attributes"]},"1233":{"title":"transparency","titles":["contour3d","Attributes"]},"1234":{"title":"visible","titles":["contour3d","Attributes"]},"1235":{"title":"contourf","titles":[]},"1236":{"title":"Relative mode","titles":["contourf"]},"1237":{"title":"Attributes","titles":["contourf"]},"1238":{"title":"colormap","titles":["contourf","Attributes"]},"1239":{"title":"colorscale","titles":["contourf","Attributes"]},"1240":{"title":"depth_shift","titles":["contourf","Attributes"]},"1241":{"title":"extendhigh","titles":["contourf","Attributes"]},"1242":{"title":"extendlow","titles":["contourf","Attributes"]},"1243":{"title":"fxaa","titles":["contourf","Attributes"]},"1244":{"title":"inspectable","titles":["contourf","Attributes"]},"1245":{"title":"inspector_clear","titles":["contourf","Attributes"]},"1246":{"title":"inspector_hover","titles":["contourf","Attributes"]},"1247":{"title":"inspector_label","titles":["contourf","Attributes"]},"1248":{"title":"levels","titles":["contourf","Attributes"]},"1249":{"title":"mode","titles":["contourf","Attributes"]},"1250":{"title":"model","titles":["contourf","Attributes"]},"1251":{"title":"nan_color","titles":["contourf","Attributes"]},"1252":{"title":"overdraw","titles":["contourf","Attributes"]},"1253":{"title":"space","titles":["contourf","Attributes"]},"1254":{"title":"ssao","titles":["contourf","Attributes"]},"1255":{"title":"transformation","titles":["contourf","Attributes"]},"1256":{"title":"transparency","titles":["contourf","Attributes"]},"1257":{"title":"visible","titles":["contourf","Attributes"]},"1258":{"title":"crossbar","titles":[]},"1259":{"title":"Examples","titles":["crossbar"]},"1260":{"title":"Attributes","titles":["crossbar"]},"1261":{"title":"color","titles":["crossbar","Attributes"]},"1262":{"title":"colormap","titles":["crossbar","Attributes"]},"1263":{"title":"colorrange","titles":["crossbar","Attributes"]},"1264":{"title":"colorscale","titles":["crossbar","Attributes"]},"1265":{"title":"cycle","titles":["crossbar","Attributes"]},"1266":{"title":"dodge","titles":["crossbar","Attributes"]},"1267":{"title":"dodge_gap","titles":["crossbar","Attributes"]},"1268":{"title":"gap","titles":["crossbar","Attributes"]},"1269":{"title":"inspectable","titles":["crossbar","Attributes"]},"1270":{"title":"midlinecolor","titles":["crossbar","Attributes"]},"1271":{"title":"midlinewidth","titles":["crossbar","Attributes"]},"1272":{"title":"n_dodge","titles":["crossbar","Attributes"]},"1273":{"title":"notchmax","titles":["crossbar","Attributes"]},"1274":{"title":"notchmin","titles":["crossbar","Attributes"]},"1275":{"title":"notchwidth","titles":["crossbar","Attributes"]},"1276":{"title":"orientation","titles":["crossbar","Attributes"]},"1277":{"title":"show_midline","titles":["crossbar","Attributes"]},"1278":{"title":"show_notch","titles":["crossbar","Attributes"]},"1279":{"title":"strokecolor","titles":["crossbar","Attributes"]},"1280":{"title":"strokewidth","titles":["crossbar","Attributes"]},"1281":{"title":"width","titles":["crossbar","Attributes"]},"1282":{"title":"datashader","titles":[]},"1283":{"title":"Examples","titles":["datashader"]},"1284":{"title":"Airports","titles":["datashader","Examples"]},"1285":{"title":"Strange Attractors","titles":["datashader","Examples"]},"1286":{"title":"Bigger examples","titles":["datashader","Examples"]},"1287":{"title":"14 million point NYC taxi dataset","titles":["datashader","Examples","Bigger examples"]},"1288":{"title":"2.7 billion OSM GPS points","titles":["datashader","Examples","Bigger examples"]},"1289":{"title":"Categorical Data","titles":["datashader","Examples"]},"1290":{"title":"Advanced API","titles":["datashader","Examples"]},"1291":{"title":"Attributes","titles":["datashader"]},"1292":{"title":"agg","titles":["datashader","Attributes"]},"1293":{"title":"alpha","titles":["datashader","Attributes"]},"1294":{"title":"async","titles":["datashader","Attributes"]},"1295":{"title":"binsize","titles":["datashader","Attributes"]},"1296":{"title":"colormap","titles":["datashader","Attributes"]},"1297":{"title":"colorrange","titles":["datashader","Attributes"]},"1298":{"title":"colorscale","titles":["datashader","Attributes"]},"1299":{"title":"depth_shift","titles":["datashader","Attributes"]},"1300":{"title":"fxaa","titles":["datashader","Attributes"]},"1301":{"title":"highclip","titles":["datashader","Attributes"]},"1302":{"title":"inspectable","titles":["datashader","Attributes"]},"1303":{"title":"inspector_clear","titles":["datashader","Attributes"]},"1304":{"title":"inspector_hover","titles":["datashader","Attributes"]},"1305":{"title":"inspector_label","titles":["datashader","Attributes"]},"1306":{"title":"interpolate","titles":["datashader","Attributes"]},"1307":{"title":"local_operation","titles":["datashader","Attributes"]},"1308":{"title":"lowclip","titles":["datashader","Attributes"]},"1309":{"title":"method","titles":["datashader","Attributes"]},"1310":{"title":"model","titles":["datashader","Attributes"]},"1311":{"title":"nan_color","titles":["datashader","Attributes"]},"1312":{"title":"operation","titles":["datashader","Attributes"]},"1313":{"title":"overdraw","titles":["datashader","Attributes"]},"1314":{"title":"point_transform","titles":["datashader","Attributes"]},"1315":{"title":"show_timings","titles":["datashader","Attributes"]},"1316":{"title":"space","titles":["datashader","Attributes"]},"1317":{"title":"ssao","titles":["datashader","Attributes"]},"1318":{"title":"transformation","titles":["datashader","Attributes"]},"1319":{"title":"transparency","titles":["datashader","Attributes"]},"1320":{"title":"visible","titles":["datashader","Attributes"]},"1321":{"title":"density","titles":[]},"1322":{"title":"Examples","titles":["density"]},"1323":{"title":"Gradients","titles":["density","Examples"]},"1324":{"title":"Using statistical weights","titles":["density","Examples"]},"1325":{"title":"Attributes","titles":["density"]},"1326":{"title":"bandwidth","titles":["density","Attributes"]},"1327":{"title":"boundary","titles":["density","Attributes"]},"1328":{"title":"color","titles":["density","Attributes"]},"1329":{"title":"colormap","titles":["density","Attributes"]},"1330":{"title":"colorrange","titles":["density","Attributes"]},"1331":{"title":"colorscale","titles":["density","Attributes"]},"1332":{"title":"cycle","titles":["density","Attributes"]},"1333":{"title":"direction","titles":["density","Attributes"]},"1334":{"title":"inspectable","titles":["density","Attributes"]},"1335":{"title":"linestyle","titles":["density","Attributes"]},"1336":{"title":"npoints","titles":["density","Attributes"]},"1337":{"title":"offset","titles":["density","Attributes"]},"1338":{"title":"strokearound","titles":["density","Attributes"]},"1339":{"title":"strokecolor","titles":["density","Attributes"]},"1340":{"title":"strokewidth","titles":["density","Attributes"]},"1341":{"title":"weights","titles":["density","Attributes"]},"1342":{"title":"ecdfplot","titles":[]},"1343":{"title":"Examples","titles":["ecdfplot"]},"1344":{"title":"Attributes","titles":["ecdfplot"]},"1345":{"title":"alpha","titles":["ecdfplot","Attributes"]},"1346":{"title":"color","titles":["ecdfplot","Attributes"]},"1347":{"title":"colormap","titles":["ecdfplot","Attributes"]},"1348":{"title":"colorrange","titles":["ecdfplot","Attributes"]},"1349":{"title":"colorscale","titles":["ecdfplot","Attributes"]},"1350":{"title":"cycle","titles":["ecdfplot","Attributes"]},"1351":{"title":"depth_shift","titles":["ecdfplot","Attributes"]},"1352":{"title":"fxaa","titles":["ecdfplot","Attributes"]},"1353":{"title":"highclip","titles":["ecdfplot","Attributes"]},"1354":{"title":"inspectable","titles":["ecdfplot","Attributes"]},"1355":{"title":"inspector_clear","titles":["ecdfplot","Attributes"]},"1356":{"title":"inspector_hover","titles":["ecdfplot","Attributes"]},"1357":{"title":"inspector_label","titles":["ecdfplot","Attributes"]},"1358":{"title":"joinstyle","titles":["ecdfplot","Attributes"]},"1359":{"title":"linecap","titles":["ecdfplot","Attributes"]},"1360":{"title":"linestyle","titles":["ecdfplot","Attributes"]},"1361":{"title":"linewidth","titles":["ecdfplot","Attributes"]},"1362":{"title":"lowclip","titles":["ecdfplot","Attributes"]},"1363":{"title":"miter_limit","titles":["ecdfplot","Attributes"]},"1364":{"title":"model","titles":["ecdfplot","Attributes"]},"1365":{"title":"nan_color","titles":["ecdfplot","Attributes"]},"1366":{"title":"overdraw","titles":["ecdfplot","Attributes"]},"1367":{"title":"space","titles":["ecdfplot","Attributes"]},"1368":{"title":"ssao","titles":["ecdfplot","Attributes"]},"1369":{"title":"step","titles":["ecdfplot","Attributes"]},"1370":{"title":"transformation","titles":["ecdfplot","Attributes"]},"1371":{"title":"transparency","titles":["ecdfplot","Attributes"]},"1372":{"title":"visible","titles":["ecdfplot","Attributes"]},"1373":{"title":"errorbars","titles":[]},"1374":{"title":"Examples","titles":["errorbars"]},"1375":{"title":"Attributes","titles":["errorbars"]},"1376":{"title":"alpha","titles":["errorbars","Attributes"]},"1377":{"title":"color","titles":["errorbars","Attributes"]},"1378":{"title":"colormap","titles":["errorbars","Attributes"]},"1379":{"title":"colorrange","titles":["errorbars","Attributes"]},"1380":{"title":"colorscale","titles":["errorbars","Attributes"]},"1381":{"title":"cycle","titles":["errorbars","Attributes"]},"1382":{"title":"depth_shift","titles":["errorbars","Attributes"]},"1383":{"title":"direction","titles":["errorbars","Attributes"]},"1384":{"title":"fxaa","titles":["errorbars","Attributes"]},"1385":{"title":"highclip","titles":["errorbars","Attributes"]},"1386":{"title":"inspectable","titles":["errorbars","Attributes"]},"1387":{"title":"inspector_clear","titles":["errorbars","Attributes"]},"1388":{"title":"inspector_hover","titles":["errorbars","Attributes"]},"1389":{"title":"inspector_label","titles":["errorbars","Attributes"]},"1390":{"title":"linecap","titles":["errorbars","Attributes"]},"1391":{"title":"linewidth","titles":["errorbars","Attributes"]},"1392":{"title":"lowclip","titles":["errorbars","Attributes"]},"1393":{"title":"model","titles":["errorbars","Attributes"]},"1394":{"title":"nan_color","titles":["errorbars","Attributes"]},"1395":{"title":"overdraw","titles":["errorbars","Attributes"]},"1396":{"title":"space","titles":["errorbars","Attributes"]},"1397":{"title":"ssao","titles":["errorbars","Attributes"]},"1398":{"title":"transformation","titles":["errorbars","Attributes"]},"1399":{"title":"transparency","titles":["errorbars","Attributes"]},"1400":{"title":"visible","titles":["errorbars","Attributes"]},"1401":{"title":"whiskerwidth","titles":["errorbars","Attributes"]},"1402":{"title":"hexbin","titles":[]},"1403":{"title":"Examples","titles":["hexbin"]},"1404":{"title":"Setting the number of bins","titles":["hexbin","Examples"]},"1405":{"title":"Setting the size of cells","titles":["hexbin","Examples"]},"1406":{"title":"Hiding hexagons with low counts","titles":["hexbin","Examples"]},"1407":{"title":"Changing the scale of the number of observations in a bin","titles":["hexbin","Examples"]},"1408":{"title":"Showing zero count hexagons","titles":["hexbin","Examples"]},"1409":{"title":"Applying weights to observations","titles":["hexbin","Examples"]},"1410":{"title":"Attributes","titles":["hexbin"]},"1411":{"title":"alpha","titles":["hexbin","Attributes"]},"1412":{"title":"bins","titles":["hexbin","Attributes"]},"1413":{"title":"cellsize","titles":["hexbin","Attributes"]},"1414":{"title":"colormap","titles":["hexbin","Attributes"]},"1415":{"title":"colorrange","titles":["hexbin","Attributes"]},"1416":{"title":"colorscale","titles":["hexbin","Attributes"]},"1417":{"title":"highclip","titles":["hexbin","Attributes"]},"1418":{"title":"lowclip","titles":["hexbin","Attributes"]},"1419":{"title":"nan_color","titles":["hexbin","Attributes"]},"1420":{"title":"strokecolor","titles":["hexbin","Attributes"]},"1421":{"title":"strokewidth","titles":["hexbin","Attributes"]},"1422":{"title":"threshold","titles":["hexbin","Attributes"]},"1423":{"title":"weights","titles":["hexbin","Attributes"]},"1424":{"title":"heatmap","titles":[]},"1425":{"title":"Examples","titles":["heatmap"]},"1426":{"title":"Two vectors and a matrix","titles":["heatmap","Examples"]},"1427":{"title":"Using a Function instead of a Matrix","titles":["heatmap","Examples"]},"1428":{"title":"Three vectors","titles":["heatmap","Examples"]},"1429":{"title":"Colorbar for single heatmap","titles":["heatmap","Examples"]},"1430":{"title":"Colorbar for multiple heatmaps","titles":["heatmap","Examples"]},"1431":{"title":"Using a custom colorscale","titles":["heatmap","Examples"]},"1432":{"title":"Attributes","titles":["heatmap"]},"1433":{"title":"alpha","titles":["heatmap","Attributes"]},"1434":{"title":"colormap","titles":["heatmap","Attributes"]},"1435":{"title":"colorrange","titles":["heatmap","Attributes"]},"1436":{"title":"colorscale","titles":["heatmap","Attributes"]},"1437":{"title":"depth_shift","titles":["heatmap","Attributes"]},"1438":{"title":"fxaa","titles":["heatmap","Attributes"]},"1439":{"title":"highclip","titles":["heatmap","Attributes"]},"1440":{"title":"inspectable","titles":["heatmap","Attributes"]},"1441":{"title":"inspector_clear","titles":["heatmap","Attributes"]},"1442":{"title":"inspector_hover","titles":["heatmap","Attributes"]},"1443":{"title":"inspector_label","titles":["heatmap","Attributes"]},"1444":{"title":"interpolate","titles":["heatmap","Attributes"]},"1445":{"title":"lowclip","titles":["heatmap","Attributes"]},"1446":{"title":"model","titles":["heatmap","Attributes"]},"1447":{"title":"nan_color","titles":["heatmap","Attributes"]},"1448":{"title":"overdraw","titles":["heatmap","Attributes"]},"1449":{"title":"space","titles":["heatmap","Attributes"]},"1450":{"title":"ssao","titles":["heatmap","Attributes"]},"1451":{"title":"transformation","titles":["heatmap","Attributes"]},"1452":{"title":"transparency","titles":["heatmap","Attributes"]},"1453":{"title":"visible","titles":["heatmap","Attributes"]},"1454":{"title":"hist","titles":[]},"1455":{"title":"Examples","titles":["hist"]},"1456":{"title":"Histogram with labels","titles":["hist","Examples"]},"1457":{"title":"Moving histograms","titles":["hist","Examples"]},"1458":{"title":"Using statistical weights","titles":["hist","Examples"]},"1459":{"title":"Attributes","titles":["hist"]},"1460":{"title":"bar_labels","titles":["hist","Attributes"]},"1461":{"title":"bins","titles":["hist","Attributes"]},"1462":{"title":"color","titles":["hist","Attributes"]},"1463":{"title":"cycle","titles":["hist","Attributes"]},"1464":{"title":"direction","titles":["hist","Attributes"]},"1465":{"title":"fillto","titles":["hist","Attributes"]},"1466":{"title":"flip_labels_at","titles":["hist","Attributes"]},"1467":{"title":"gap","titles":["hist","Attributes"]},"1468":{"title":"label_color","titles":["hist","Attributes"]},"1469":{"title":"label_font","titles":["hist","Attributes"]},"1470":{"title":"label_formatter","titles":["hist","Attributes"]},"1471":{"title":"label_offset","titles":["hist","Attributes"]},"1472":{"title":"label_size","titles":["hist","Attributes"]},"1473":{"title":"normalization","titles":["hist","Attributes"]},"1474":{"title":"offset","titles":["hist","Attributes"]},"1475":{"title":"over_background_color","titles":["hist","Attributes"]},"1476":{"title":"over_bar_color","titles":["hist","Attributes"]},"1477":{"title":"scale_to","titles":["hist","Attributes"]},"1478":{"title":"strokecolor","titles":["hist","Attributes"]},"1479":{"title":"strokewidth","titles":["hist","Attributes"]},"1480":{"title":"weights","titles":["hist","Attributes"]},"1481":{"title":"hlines","titles":[]},"1482":{"title":"Attributes","titles":["hlines"]},"1483":{"title":"alpha","titles":["hlines","Attributes"]},"1484":{"title":"color","titles":["hlines","Attributes"]},"1485":{"title":"colormap","titles":["hlines","Attributes"]},"1486":{"title":"colorrange","titles":["hlines","Attributes"]},"1487":{"title":"colorscale","titles":["hlines","Attributes"]},"1488":{"title":"cycle","titles":["hlines","Attributes"]},"1489":{"title":"depth_shift","titles":["hlines","Attributes"]},"1490":{"title":"fxaa","titles":["hlines","Attributes"]},"1491":{"title":"highclip","titles":["hlines","Attributes"]},"1492":{"title":"inspectable","titles":["hlines","Attributes"]},"1493":{"title":"inspector_clear","titles":["hlines","Attributes"]},"1494":{"title":"inspector_hover","titles":["hlines","Attributes"]},"1495":{"title":"inspector_label","titles":["hlines","Attributes"]},"1496":{"title":"linecap","titles":["hlines","Attributes"]},"1497":{"title":"linestyle","titles":["hlines","Attributes"]},"1498":{"title":"linewidth","titles":["hlines","Attributes"]},"1499":{"title":"lowclip","titles":["hlines","Attributes"]},"1500":{"title":"model","titles":["hlines","Attributes"]},"1501":{"title":"nan_color","titles":["hlines","Attributes"]},"1502":{"title":"overdraw","titles":["hlines","Attributes"]},"1503":{"title":"space","titles":["hlines","Attributes"]},"1504":{"title":"ssao","titles":["hlines","Attributes"]},"1505":{"title":"transformation","titles":["hlines","Attributes"]},"1506":{"title":"transparency","titles":["hlines","Attributes"]},"1507":{"title":"visible","titles":["hlines","Attributes"]},"1508":{"title":"xmax","titles":["hlines","Attributes"]},"1509":{"title":"xmin","titles":["hlines","Attributes"]},"1510":{"title":"hspan","titles":[]},"1511":{"title":"Attributes","titles":["hspan"]},"1512":{"title":"alpha","titles":["hspan","Attributes"]},"1513":{"title":"color","titles":["hspan","Attributes"]},"1514":{"title":"colormap","titles":["hspan","Attributes"]},"1515":{"title":"colorrange","titles":["hspan","Attributes"]},"1516":{"title":"colorscale","titles":["hspan","Attributes"]},"1517":{"title":"cycle","titles":["hspan","Attributes"]},"1518":{"title":"depth_shift","titles":["hspan","Attributes"]},"1519":{"title":"fxaa","titles":["hspan","Attributes"]},"1520":{"title":"highclip","titles":["hspan","Attributes"]},"1521":{"title":"inspectable","titles":["hspan","Attributes"]},"1522":{"title":"inspector_clear","titles":["hspan","Attributes"]},"1523":{"title":"inspector_hover","titles":["hspan","Attributes"]},"1524":{"title":"inspector_label","titles":["hspan","Attributes"]},"1525":{"title":"joinstyle","titles":["hspan","Attributes"]},"1526":{"title":"linecap","titles":["hspan","Attributes"]},"1527":{"title":"linestyle","titles":["hspan","Attributes"]},"1528":{"title":"lowclip","titles":["hspan","Attributes"]},"1529":{"title":"miter_limit","titles":["hspan","Attributes"]},"1530":{"title":"model","titles":["hspan","Attributes"]},"1531":{"title":"nan_color","titles":["hspan","Attributes"]},"1532":{"title":"overdraw","titles":["hspan","Attributes"]},"1533":{"title":"shading","titles":["hspan","Attributes"]},"1534":{"title":"space","titles":["hspan","Attributes"]},"1535":{"title":"ssao","titles":["hspan","Attributes"]},"1536":{"title":"strokecolor","titles":["hspan","Attributes"]},"1537":{"title":"strokecolormap","titles":["hspan","Attributes"]},"1538":{"title":"strokewidth","titles":["hspan","Attributes"]},"1539":{"title":"transformation","titles":["hspan","Attributes"]},"1540":{"title":"transparency","titles":["hspan","Attributes"]},"1541":{"title":"visible","titles":["hspan","Attributes"]},"1542":{"title":"xmax","titles":["hspan","Attributes"]},"1543":{"title":"xmin","titles":["hspan","Attributes"]},"1544":{"title":"image","titles":[]},"1545":{"title":"Examples","titles":["image"]},"1546":{"title":"Attributes","titles":["image"]},"1547":{"title":"alpha","titles":["image","Attributes"]},"1548":{"title":"colormap","titles":["image","Attributes"]},"1549":{"title":"colorrange","titles":["image","Attributes"]},"1550":{"title":"colorscale","titles":["image","Attributes"]},"1551":{"title":"depth_shift","titles":["image","Attributes"]},"1552":{"title":"fxaa","titles":["image","Attributes"]},"1553":{"title":"highclip","titles":["image","Attributes"]},"1554":{"title":"inspectable","titles":["image","Attributes"]},"1555":{"title":"inspector_clear","titles":["image","Attributes"]},"1556":{"title":"inspector_hover","titles":["image","Attributes"]},"1557":{"title":"inspector_label","titles":["image","Attributes"]},"1558":{"title":"interpolate","titles":["image","Attributes"]},"1559":{"title":"lowclip","titles":["image","Attributes"]},"1560":{"title":"model","titles":["image","Attributes"]},"1561":{"title":"nan_color","titles":["image","Attributes"]},"1562":{"title":"overdraw","titles":["image","Attributes"]},"1563":{"title":"space","titles":["image","Attributes"]},"1564":{"title":"ssao","titles":["image","Attributes"]},"1565":{"title":"transformation","titles":["image","Attributes"]},"1566":{"title":"transparency","titles":["image","Attributes"]},"1567":{"title":"visible","titles":["image","Attributes"]},"1568":{"title":"lines","titles":[]},"1569":{"title":"Dealing with outline artifacts in GLMakie","titles":["lines"]},"1570":{"title":"Attributes","titles":["lines"]},"1571":{"title":"alpha","titles":["lines","Attributes"]},"1572":{"title":"color","titles":["lines","Attributes"]},"1573":{"title":"colormap","titles":["lines","Attributes"]},"1574":{"title":"colorrange","titles":["lines","Attributes"]},"1575":{"title":"colorscale","titles":["lines","Attributes"]},"1576":{"title":"cycle","titles":["lines","Attributes"]},"1577":{"title":"depth_shift","titles":["lines","Attributes"]},"1578":{"title":"fxaa","titles":["lines","Attributes"]},"1579":{"title":"highclip","titles":["lines","Attributes"]},"1580":{"title":"inspectable","titles":["lines","Attributes"]},"1581":{"title":"inspector_clear","titles":["lines","Attributes"]},"1582":{"title":"inspector_hover","titles":["lines","Attributes"]},"1583":{"title":"inspector_label","titles":["lines","Attributes"]},"1584":{"title":"joinstyle","titles":["lines","Attributes"]},"1585":{"title":"linecap","titles":["lines","Attributes"]},"1586":{"title":"linestyle","titles":["lines","Attributes"]},"1587":{"title":"linewidth","titles":["lines","Attributes"]},"1588":{"title":"lowclip","titles":["lines","Attributes"]},"1589":{"title":"miter_limit","titles":["lines","Attributes"]},"1590":{"title":"model","titles":["lines","Attributes"]},"1591":{"title":"nan_color","titles":["lines","Attributes"]},"1592":{"title":"overdraw","titles":["lines","Attributes"]},"1593":{"title":"space","titles":["lines","Attributes"]},"1594":{"title":"ssao","titles":["lines","Attributes"]},"1595":{"title":"transformation","titles":["lines","Attributes"]},"1596":{"title":"transparency","titles":["lines","Attributes"]},"1597":{"title":"visible","titles":["lines","Attributes"]},"1598":{"title":"linesegments","titles":[]},"1599":{"title":"Examples","titles":["linesegments"]},"1600":{"title":"Dealing with outline artifacts in GLMakie","titles":["linesegments","Examples"]},"1601":{"title":"Attributes","titles":["linesegments"]},"1602":{"title":"alpha","titles":["linesegments","Attributes"]},"1603":{"title":"color","titles":["linesegments","Attributes"]},"1604":{"title":"colormap","titles":["linesegments","Attributes"]},"1605":{"title":"colorrange","titles":["linesegments","Attributes"]},"1606":{"title":"colorscale","titles":["linesegments","Attributes"]},"1607":{"title":"cycle","titles":["linesegments","Attributes"]},"1608":{"title":"depth_shift","titles":["linesegments","Attributes"]},"1609":{"title":"fxaa","titles":["linesegments","Attributes"]},"1610":{"title":"highclip","titles":["linesegments","Attributes"]},"1611":{"title":"inspectable","titles":["linesegments","Attributes"]},"1612":{"title":"inspector_clear","titles":["linesegments","Attributes"]},"1613":{"title":"inspector_hover","titles":["linesegments","Attributes"]},"1614":{"title":"inspector_label","titles":["linesegments","Attributes"]},"1615":{"title":"linecap","titles":["linesegments","Attributes"]},"1616":{"title":"linestyle","titles":["linesegments","Attributes"]},"1617":{"title":"linewidth","titles":["linesegments","Attributes"]},"1618":{"title":"lowclip","titles":["linesegments","Attributes"]},"1619":{"title":"model","titles":["linesegments","Attributes"]},"1620":{"title":"nan_color","titles":["linesegments","Attributes"]},"1621":{"title":"overdraw","titles":["linesegments","Attributes"]},"1622":{"title":"space","titles":["linesegments","Attributes"]},"1623":{"title":"ssao","titles":["linesegments","Attributes"]},"1624":{"title":"transformation","titles":["linesegments","Attributes"]},"1625":{"title":"transparency","titles":["linesegments","Attributes"]},"1626":{"title":"visible","titles":["linesegments","Attributes"]},"1627":{"title":"mesh","titles":[]},"1628":{"title":"Examples","titles":["mesh"]},"1629":{"title":"Using GeometryBasics.Mesh and Buffer/Sampler type","titles":["mesh"]},"1630":{"title":"Attributes","titles":["mesh"]},"1631":{"title":"alpha","titles":["mesh","Attributes"]},"1632":{"title":"backlight","titles":["mesh","Attributes"]},"1633":{"title":"color","titles":["mesh","Attributes"]},"1634":{"title":"colormap","titles":["mesh","Attributes"]},"1635":{"title":"colorrange","titles":["mesh","Attributes"]},"1636":{"title":"colorscale","titles":["mesh","Attributes"]},"1637":{"title":"cycle","titles":["mesh","Attributes"]},"1638":{"title":"depth_shift","titles":["mesh","Attributes"]},"1639":{"title":"diffuse","titles":["mesh","Attributes"]},"1640":{"title":"fxaa","titles":["mesh","Attributes"]},"1641":{"title":"highclip","titles":["mesh","Attributes"]},"1642":{"title":"inspectable","titles":["mesh","Attributes"]},"1643":{"title":"inspector_clear","titles":["mesh","Attributes"]},"1644":{"title":"inspector_hover","titles":["mesh","Attributes"]},"1645":{"title":"inspector_label","titles":["mesh","Attributes"]},"1646":{"title":"interpolate","titles":["mesh","Attributes"]},"1647":{"title":"lowclip","titles":["mesh","Attributes"]},"1648":{"title":"matcap","titles":["mesh","Attributes"]},"1649":{"title":"material","titles":["mesh","Attributes"]},"1650":{"title":"model","titles":["mesh","Attributes"]},"1651":{"title":"nan_color","titles":["mesh","Attributes"]},"1652":{"title":"overdraw","titles":["mesh","Attributes"]},"1653":{"title":"shading","titles":["mesh","Attributes"]},"1654":{"title":"shininess","titles":["mesh","Attributes"]},"1655":{"title":"space","titles":["mesh","Attributes"]},"1656":{"title":"specular","titles":["mesh","Attributes"]},"1657":{"title":"ssao","titles":["mesh","Attributes"]},"1658":{"title":"transformation","titles":["mesh","Attributes"]},"1659":{"title":"transparency","titles":["mesh","Attributes"]},"1660":{"title":"visible","titles":["mesh","Attributes"]},"1661":{"title":"meshscatter","titles":[]},"1662":{"title":"Examples","titles":["meshscatter"]},"1663":{"title":"Attributes","titles":["meshscatter"]},"1664":{"title":"alpha","titles":["meshscatter","Attributes"]},"1665":{"title":"backlight","titles":["meshscatter","Attributes"]},"1666":{"title":"color","titles":["meshscatter","Attributes"]},"1667":{"title":"colormap","titles":["meshscatter","Attributes"]},"1668":{"title":"colorrange","titles":["meshscatter","Attributes"]},"1669":{"title":"colorscale","titles":["meshscatter","Attributes"]},"1670":{"title":"cycle","titles":["meshscatter","Attributes"]},"1671":{"title":"depth_shift","titles":["meshscatter","Attributes"]},"1672":{"title":"diffuse","titles":["meshscatter","Attributes"]},"1673":{"title":"fxaa","titles":["meshscatter","Attributes"]},"1674":{"title":"highclip","titles":["meshscatter","Attributes"]},"1675":{"title":"inspectable","titles":["meshscatter","Attributes"]},"1676":{"title":"inspector_clear","titles":["meshscatter","Attributes"]},"1677":{"title":"inspector_hover","titles":["meshscatter","Attributes"]},"1678":{"title":"inspector_label","titles":["meshscatter","Attributes"]},"1679":{"title":"lowclip","titles":["meshscatter","Attributes"]},"1680":{"title":"marker","titles":["meshscatter","Attributes"]},"1681":{"title":"markersize","titles":["meshscatter","Attributes"]},"1682":{"title":"material","titles":["meshscatter","Attributes"]},"1683":{"title":"model","titles":["meshscatter","Attributes"]},"1684":{"title":"nan_color","titles":["meshscatter","Attributes"]},"1685":{"title":"overdraw","titles":["meshscatter","Attributes"]},"1686":{"title":"rotation","titles":["meshscatter","Attributes"]},"1687":{"title":"shading","titles":["meshscatter","Attributes"]},"1688":{"title":"shininess","titles":["meshscatter","Attributes"]},"1689":{"title":"space","titles":["meshscatter","Attributes"]},"1690":{"title":"specular","titles":["meshscatter","Attributes"]},"1691":{"title":"ssao","titles":["meshscatter","Attributes"]},"1692":{"title":"transformation","titles":["meshscatter","Attributes"]},"1693":{"title":"transparency","titles":["meshscatter","Attributes"]},"1694":{"title":"visible","titles":["meshscatter","Attributes"]},"1695":{"title":"Overview","titles":[]},"1696":{"title":"ablines","titles":["Overview"]},"1697":{"title":"arc","titles":["Overview"]},"1698":{"title":"arrows","titles":["Overview"]},"1699":{"title":"band","titles":["Overview"]},"1700":{"title":"barplot","titles":["Overview"]},"1701":{"title":"boxplot","titles":["Overview"]},"1702":{"title":"bracket","titles":["Overview"]},"1703":{"title":"contour","titles":["Overview"]},"1704":{"title":"contour3d","titles":["Overview"]},"1705":{"title":"contourf","titles":["Overview"]},"1706":{"title":"crossbar","titles":["Overview"]},"1707":{"title":"datashader","titles":["Overview"]},"1708":{"title":"density","titles":["Overview"]},"1709":{"title":"ecdfplot","titles":["Overview"]},"1710":{"title":"errorbars","titles":["Overview"]},"1711":{"title":"heatmap","titles":["Overview"]},"1712":{"title":"hexbin","titles":["Overview"]},"1713":{"title":"hist","titles":["Overview"]},"1714":{"title":"hlines","titles":["Overview"]},"1715":{"title":"hspan","titles":["Overview"]},"1716":{"title":"image","titles":["Overview"]},"1717":{"title":"lines","titles":["Overview"]},"1718":{"title":"linesegments","titles":["Overview"]},"1719":{"title":"mesh","titles":["Overview"]},"1720":{"title":"meshscatter","titles":["Overview"]},"1721":{"title":"pie","titles":["Overview"]},"1722":{"title":"poly","titles":["Overview"]},"1723":{"title":"qqnorm","titles":["Overview"]},"1724":{"title":"qqplot","titles":["Overview"]},"1725":{"title":"rainclouds","titles":["Overview"]},"1726":{"title":"rangebars","titles":["Overview"]},"1727":{"title":"scatter","titles":["Overview"]},"1728":{"title":"scatterlines","titles":["Overview"]},"1729":{"title":"series","titles":["Overview"]},"1730":{"title":"spy","titles":["Overview"]},"1731":{"title":"stairs","titles":["Overview"]},"1732":{"title":"stem","titles":["Overview"]},"1733":{"title":"stephist","titles":["Overview"]},"1734":{"title":"streamplot","titles":["Overview"]},"1735":{"title":"surface","titles":["Overview"]},"1736":{"title":"text","titles":["Overview"]},"1737":{"title":"tooltip","titles":["Overview"]},"1738":{"title":"tricontourf","titles":["Overview"]},"1739":{"title":"triplot","titles":["Overview"]},"1740":{"title":"violin","titles":["Overview"]},"1741":{"title":"vlines","titles":["Overview"]},"1742":{"title":"volume","titles":["Overview"]},"1743":{"title":"volumeslices","titles":["Overview"]},"1744":{"title":"voronoiplot","titles":["Overview"]},"1745":{"title":"voxels","titles":["Overview"]},"1746":{"title":"vspan","titles":["Overview"]},"1747":{"title":"waterfall","titles":["Overview"]},"1748":{"title":"wireframe","titles":["Overview"]},"1749":{"title":"pie","titles":[]},"1750":{"title":"Examples","titles":["pie"]},"1751":{"title":"Attributes","titles":["pie"]},"1752":{"title":"color","titles":["pie","Attributes"]},"1753":{"title":"depth_shift","titles":["pie","Attributes"]},"1754":{"title":"fxaa","titles":["pie","Attributes"]},"1755":{"title":"inner_radius","titles":["pie","Attributes"]},"1756":{"title":"inspectable","titles":["pie","Attributes"]},"1757":{"title":"inspector_clear","titles":["pie","Attributes"]},"1758":{"title":"inspector_hover","titles":["pie","Attributes"]},"1759":{"title":"inspector_label","titles":["pie","Attributes"]},"1760":{"title":"model","titles":["pie","Attributes"]},"1761":{"title":"normalize","titles":["pie","Attributes"]},"1762":{"title":"offset","titles":["pie","Attributes"]},"1763":{"title":"overdraw","titles":["pie","Attributes"]},"1764":{"title":"radius","titles":["pie","Attributes"]},"1765":{"title":"space","titles":["pie","Attributes"]},"1766":{"title":"ssao","titles":["pie","Attributes"]},"1767":{"title":"strokecolor","titles":["pie","Attributes"]},"1768":{"title":"strokewidth","titles":["pie","Attributes"]},"1769":{"title":"transformation","titles":["pie","Attributes"]},"1770":{"title":"transparency","titles":["pie","Attributes"]},"1771":{"title":"vertex_per_deg","titles":["pie","Attributes"]},"1772":{"title":"visible","titles":["pie","Attributes"]},"1773":{"title":"poly","titles":[]},"1774":{"title":"Examples","titles":["poly"]},"1775":{"title":"Attributes","titles":["poly"]},"1776":{"title":"alpha","titles":["poly","Attributes"]},"1777":{"title":"color","titles":["poly","Attributes"]},"1778":{"title":"colormap","titles":["poly","Attributes"]},"1779":{"title":"colorrange","titles":["poly","Attributes"]},"1780":{"title":"colorscale","titles":["poly","Attributes"]},"1781":{"title":"cycle","titles":["poly","Attributes"]},"1782":{"title":"depth_shift","titles":["poly","Attributes"]},"1783":{"title":"fxaa","titles":["poly","Attributes"]},"1784":{"title":"highclip","titles":["poly","Attributes"]},"1785":{"title":"inspectable","titles":["poly","Attributes"]},"1786":{"title":"inspector_clear","titles":["poly","Attributes"]},"1787":{"title":"inspector_hover","titles":["poly","Attributes"]},"1788":{"title":"inspector_label","titles":["poly","Attributes"]},"1789":{"title":"joinstyle","titles":["poly","Attributes"]},"1790":{"title":"linecap","titles":["poly","Attributes"]},"1791":{"title":"linestyle","titles":["poly","Attributes"]},"1792":{"title":"lowclip","titles":["poly","Attributes"]},"1793":{"title":"miter_limit","titles":["poly","Attributes"]},"1794":{"title":"model","titles":["poly","Attributes"]},"1795":{"title":"nan_color","titles":["poly","Attributes"]},"1796":{"title":"overdraw","titles":["poly","Attributes"]},"1797":{"title":"shading","titles":["poly","Attributes"]},"1798":{"title":"space","titles":["poly","Attributes"]},"1799":{"title":"ssao","titles":["poly","Attributes"]},"1800":{"title":"strokecolor","titles":["poly","Attributes"]},"1801":{"title":"strokecolormap","titles":["poly","Attributes"]},"1802":{"title":"strokewidth","titles":["poly","Attributes"]},"1803":{"title":"transformation","titles":["poly","Attributes"]},"1804":{"title":"transparency","titles":["poly","Attributes"]},"1805":{"title":"visible","titles":["poly","Attributes"]},"1806":{"title":"qqnorm","titles":[]},"1807":{"title":"Examples","titles":["qqnorm"]},"1808":{"title":"Attributes","titles":["qqnorm"]},"1809":{"title":"color","titles":["qqnorm","Attributes"]},"1810":{"title":"cycle","titles":["qqnorm","Attributes"]},"1811":{"title":"depth_shift","titles":["qqnorm","Attributes"]},"1812":{"title":"fxaa","titles":["qqnorm","Attributes"]},"1813":{"title":"inspectable","titles":["qqnorm","Attributes"]},"1814":{"title":"inspector_clear","titles":["qqnorm","Attributes"]},"1815":{"title":"inspector_hover","titles":["qqnorm","Attributes"]},"1816":{"title":"inspector_label","titles":["qqnorm","Attributes"]},"1817":{"title":"linestyle","titles":["qqnorm","Attributes"]},"1818":{"title":"linewidth","titles":["qqnorm","Attributes"]},"1819":{"title":"marker","titles":["qqnorm","Attributes"]},"1820":{"title":"markercolor","titles":["qqnorm","Attributes"]},"1821":{"title":"markersize","titles":["qqnorm","Attributes"]},"1822":{"title":"model","titles":["qqnorm","Attributes"]},"1823":{"title":"overdraw","titles":["qqnorm","Attributes"]},"1824":{"title":"space","titles":["qqnorm","Attributes"]},"1825":{"title":"ssao","titles":["qqnorm","Attributes"]},"1826":{"title":"strokecolor","titles":["qqnorm","Attributes"]},"1827":{"title":"strokewidth","titles":["qqnorm","Attributes"]},"1828":{"title":"transformation","titles":["qqnorm","Attributes"]},"1829":{"title":"transparency","titles":["qqnorm","Attributes"]},"1830":{"title":"visible","titles":["qqnorm","Attributes"]},"1831":{"title":"qqplot","titles":[]},"1832":{"title":"Examples","titles":["qqplot"]},"1833":{"title":"Attributes","titles":["qqplot"]},"1834":{"title":"color","titles":["qqplot","Attributes"]},"1835":{"title":"cycle","titles":["qqplot","Attributes"]},"1836":{"title":"depth_shift","titles":["qqplot","Attributes"]},"1837":{"title":"fxaa","titles":["qqplot","Attributes"]},"1838":{"title":"inspectable","titles":["qqplot","Attributes"]},"1839":{"title":"inspector_clear","titles":["qqplot","Attributes"]},"1840":{"title":"inspector_hover","titles":["qqplot","Attributes"]},"1841":{"title":"inspector_label","titles":["qqplot","Attributes"]},"1842":{"title":"linestyle","titles":["qqplot","Attributes"]},"1843":{"title":"linewidth","titles":["qqplot","Attributes"]},"1844":{"title":"marker","titles":["qqplot","Attributes"]},"1845":{"title":"markercolor","titles":["qqplot","Attributes"]},"1846":{"title":"markersize","titles":["qqplot","Attributes"]},"1847":{"title":"model","titles":["qqplot","Attributes"]},"1848":{"title":"overdraw","titles":["qqplot","Attributes"]},"1849":{"title":"space","titles":["qqplot","Attributes"]},"1850":{"title":"ssao","titles":["qqplot","Attributes"]},"1851":{"title":"strokecolor","titles":["qqplot","Attributes"]},"1852":{"title":"strokewidth","titles":["qqplot","Attributes"]},"1853":{"title":"transformation","titles":["qqplot","Attributes"]},"1854":{"title":"transparency","titles":["qqplot","Attributes"]},"1855":{"title":"visible","titles":["qqplot","Attributes"]},"1856":{"title":"rainclouds","titles":[]},"1857":{"title":"Attributes","titles":["rainclouds"]},"1858":{"title":"boxplot_nudge","titles":["rainclouds","Attributes"]},"1859":{"title":"boxplot_width","titles":["rainclouds","Attributes"]},"1860":{"title":"center_boxplot","titles":["rainclouds","Attributes"]},"1861":{"title":"cloud_width","titles":["rainclouds","Attributes"]},"1862":{"title":"clouds","titles":["rainclouds","Attributes"]},"1863":{"title":"color","titles":["rainclouds","Attributes"]},"1864":{"title":"cycle","titles":["rainclouds","Attributes"]},"1865":{"title":"dodge","titles":["rainclouds","Attributes"]},"1866":{"title":"dodge_gap","titles":["rainclouds","Attributes"]},"1867":{"title":"gap","titles":["rainclouds","Attributes"]},"1868":{"title":"hist_bins","titles":["rainclouds","Attributes"]},"1869":{"title":"markersize","titles":["rainclouds","Attributes"]},"1870":{"title":"n_dodge","titles":["rainclouds","Attributes"]},"1871":{"title":"orientation","titles":["rainclouds","Attributes"]},"1872":{"title":"plot_boxplots","titles":["rainclouds","Attributes"]},"1873":{"title":"show_boxplot_outliers","titles":["rainclouds","Attributes"]},"1874":{"title":"show_median","titles":["rainclouds","Attributes"]},"1875":{"title":"side","titles":["rainclouds","Attributes"]},"1876":{"title":"strokewidth","titles":["rainclouds","Attributes"]},"1877":{"title":"violin_limits","titles":["rainclouds","Attributes"]},"1878":{"title":"whiskerwidth","titles":["rainclouds","Attributes"]},"1879":{"title":"rangebars","titles":[]},"1880":{"title":"Examples","titles":["rangebars"]},"1881":{"title":"Attributes","titles":["rangebars"]},"1882":{"title":"alpha","titles":["rangebars","Attributes"]},"1883":{"title":"color","titles":["rangebars","Attributes"]},"1884":{"title":"colormap","titles":["rangebars","Attributes"]},"1885":{"title":"colorrange","titles":["rangebars","Attributes"]},"1886":{"title":"colorscale","titles":["rangebars","Attributes"]},"1887":{"title":"cycle","titles":["rangebars","Attributes"]},"1888":{"title":"depth_shift","titles":["rangebars","Attributes"]},"1889":{"title":"direction","titles":["rangebars","Attributes"]},"1890":{"title":"fxaa","titles":["rangebars","Attributes"]},"1891":{"title":"highclip","titles":["rangebars","Attributes"]},"1892":{"title":"inspectable","titles":["rangebars","Attributes"]},"1893":{"title":"inspector_clear","titles":["rangebars","Attributes"]},"1894":{"title":"inspector_hover","titles":["rangebars","Attributes"]},"1895":{"title":"inspector_label","titles":["rangebars","Attributes"]},"1896":{"title":"linecap","titles":["rangebars","Attributes"]},"1897":{"title":"linewidth","titles":["rangebars","Attributes"]},"1898":{"title":"lowclip","titles":["rangebars","Attributes"]},"1899":{"title":"model","titles":["rangebars","Attributes"]},"1900":{"title":"nan_color","titles":["rangebars","Attributes"]},"1901":{"title":"overdraw","titles":["rangebars","Attributes"]},"1902":{"title":"space","titles":["rangebars","Attributes"]},"1903":{"title":"ssao","titles":["rangebars","Attributes"]},"1904":{"title":"transformation","titles":["rangebars","Attributes"]},"1905":{"title":"transparency","titles":["rangebars","Attributes"]},"1906":{"title":"visible","titles":["rangebars","Attributes"]},"1907":{"title":"whiskerwidth","titles":["rangebars","Attributes"]},"1908":{"title":"scatter","titles":[]},"1909":{"title":"Examples","titles":["scatter"]},"1910":{"title":"Using x and y vectors","titles":["scatter","Examples"]},"1911":{"title":"Using points","titles":["scatter","Examples"]},"1912":{"title":"Markers","titles":["scatter","Examples"]},"1913":{"title":"Default markers","titles":["scatter","Examples","Markers"]},"1914":{"title":"Markersize","titles":["scatter","Examples","Markers"]},"1915":{"title":"Bezier path markers","titles":["scatter","Examples"]},"1916":{"title":"Holes","titles":["scatter","Examples","Bezier path markers"]},"1917":{"title":"Construction from svg path strings","titles":["scatter","Examples","Bezier path markers"]},"1918":{"title":"Polygon markers","titles":["scatter","Examples"]},"1919":{"title":"Vec markersize","titles":["scatter","Examples"]},"1920":{"title":"Marker space","titles":["scatter","Examples"]},"1921":{"title":"Airport locations example","titles":["scatter","Examples"]},"1922":{"title":"Dealing with outline artifacts in GLMakie","titles":["scatter","Examples"]},"1923":{"title":"Attributes","titles":["scatter"]},"1924":{"title":"alpha","titles":["scatter","Attributes"]},"1925":{"title":"color","titles":["scatter","Attributes"]},"1926":{"title":"colormap","titles":["scatter","Attributes"]},"1927":{"title":"colorrange","titles":["scatter","Attributes"]},"1928":{"title":"colorscale","titles":["scatter","Attributes"]},"1929":{"title":"cycle","titles":["scatter","Attributes"]},"1930":{"title":"depth_shift","titles":["scatter","Attributes"]},"1931":{"title":"depthsorting","titles":["scatter","Attributes"]},"1932":{"title":"distancefield","titles":["scatter","Attributes"]},"1933":{"title":"fxaa","titles":["scatter","Attributes"]},"1934":{"title":"glowcolor","titles":["scatter","Attributes"]},"1935":{"title":"glowwidth","titles":["scatter","Attributes"]},"1936":{"title":"highclip","titles":["scatter","Attributes"]},"1937":{"title":"inspectable","titles":["scatter","Attributes"]},"1938":{"title":"inspector_clear","titles":["scatter","Attributes"]},"1939":{"title":"inspector_hover","titles":["scatter","Attributes"]},"1940":{"title":"inspector_label","titles":["scatter","Attributes"]},"1941":{"title":"lowclip","titles":["scatter","Attributes"]},"1942":{"title":"marker","titles":["scatter","Attributes"]},"1943":{"title":"marker_offset","titles":["scatter","Attributes"]},"1944":{"title":"markersize","titles":["scatter","Attributes"]},"1945":{"title":"markerspace","titles":["scatter","Attributes"]},"1946":{"title":"model","titles":["scatter","Attributes"]},"1947":{"title":"nan_color","titles":["scatter","Attributes"]},"1948":{"title":"overdraw","titles":["scatter","Attributes"]},"1949":{"title":"rotation","titles":["scatter","Attributes"]},"1950":{"title":"space","titles":["scatter","Attributes"]},"1951":{"title":"ssao","titles":["scatter","Attributes"]},"1952":{"title":"strokecolor","titles":["scatter","Attributes"]},"1953":{"title":"strokewidth","titles":["scatter","Attributes"]},"1954":{"title":"transform_marker","titles":["scatter","Attributes"]},"1955":{"title":"transformation","titles":["scatter","Attributes"]},"1956":{"title":"transparency","titles":["scatter","Attributes"]},"1957":{"title":"uv_offset_width","titles":["scatter","Attributes"]},"1958":{"title":"visible","titles":["scatter","Attributes"]},"1959":{"title":"scatterlines","titles":[]},"1960":{"title":"Examples","titles":["scatterlines"]},"1961":{"title":"Attributes","titles":["scatterlines"]},"1962":{"title":"alpha","titles":["scatterlines","Attributes"]},"1963":{"title":"color","titles":["scatterlines","Attributes"]},"1964":{"title":"colormap","titles":["scatterlines","Attributes"]},"1965":{"title":"colorrange","titles":["scatterlines","Attributes"]},"1966":{"title":"colorscale","titles":["scatterlines","Attributes"]},"1967":{"title":"cycle","titles":["scatterlines","Attributes"]},"1968":{"title":"depth_shift","titles":["scatterlines","Attributes"]},"1969":{"title":"fxaa","titles":["scatterlines","Attributes"]},"1970":{"title":"highclip","titles":["scatterlines","Attributes"]},"1971":{"title":"inspectable","titles":["scatterlines","Attributes"]},"1972":{"title":"inspector_clear","titles":["scatterlines","Attributes"]},"1973":{"title":"inspector_hover","titles":["scatterlines","Attributes"]},"1974":{"title":"inspector_label","titles":["scatterlines","Attributes"]},"1975":{"title":"joinstyle","titles":["scatterlines","Attributes"]},"1976":{"title":"linecap","titles":["scatterlines","Attributes"]},"1977":{"title":"linestyle","titles":["scatterlines","Attributes"]},"1978":{"title":"linewidth","titles":["scatterlines","Attributes"]},"1979":{"title":"lowclip","titles":["scatterlines","Attributes"]},"1980":{"title":"marker","titles":["scatterlines","Attributes"]},"1981":{"title":"markercolor","titles":["scatterlines","Attributes"]},"1982":{"title":"markercolormap","titles":["scatterlines","Attributes"]},"1983":{"title":"markercolorrange","titles":["scatterlines","Attributes"]},"1984":{"title":"markersize","titles":["scatterlines","Attributes"]},"1985":{"title":"miter_limit","titles":["scatterlines","Attributes"]},"1986":{"title":"model","titles":["scatterlines","Attributes"]},"1987":{"title":"nan_color","titles":["scatterlines","Attributes"]},"1988":{"title":"overdraw","titles":["scatterlines","Attributes"]},"1989":{"title":"space","titles":["scatterlines","Attributes"]},"1990":{"title":"ssao","titles":["scatterlines","Attributes"]},"1991":{"title":"strokecolor","titles":["scatterlines","Attributes"]},"1992":{"title":"strokewidth","titles":["scatterlines","Attributes"]},"1993":{"title":"transformation","titles":["scatterlines","Attributes"]},"1994":{"title":"transparency","titles":["scatterlines","Attributes"]},"1995":{"title":"visible","titles":["scatterlines","Attributes"]},"1996":{"title":"series","titles":[]},"1997":{"title":"Examples","titles":["series"]},"1998":{"title":"Matrix","titles":["series","Examples"]},"1999":{"title":"Vector of vectors","titles":["series","Examples"]},"2000":{"title":"Vector and matrix","titles":["series","Examples"]},"2001":{"title":"Attributes","titles":["series"]},"2002":{"title":"color","titles":["series","Attributes"]},"2003":{"title":"joinstyle","titles":["series","Attributes"]},"2004":{"title":"labels","titles":["series","Attributes"]},"2005":{"title":"linecap","titles":["series","Attributes"]},"2006":{"title":"linestyle","titles":["series","Attributes"]},"2007":{"title":"linewidth","titles":["series","Attributes"]},"2008":{"title":"marker","titles":["series","Attributes"]},"2009":{"title":"markercolor","titles":["series","Attributes"]},"2010":{"title":"markersize","titles":["series","Attributes"]},"2011":{"title":"miter_limit","titles":["series","Attributes"]},"2012":{"title":"solid_color","titles":["series","Attributes"]},"2013":{"title":"space","titles":["series","Attributes"]},"2014":{"title":"strokecolor","titles":["series","Attributes"]},"2015":{"title":"strokewidth","titles":["series","Attributes"]},"2016":{"title":"spy","titles":[]},"2017":{"title":"Examples","titles":["spy"]},"2018":{"title":"Attributes","titles":["spy"]},"2019":{"title":"alpha","titles":["spy","Attributes"]},"2020":{"title":"colormap","titles":["spy","Attributes"]},"2021":{"title":"colorrange","titles":["spy","Attributes"]},"2022":{"title":"colorscale","titles":["spy","Attributes"]},"2023":{"title":"depth_shift","titles":["spy","Attributes"]},"2024":{"title":"framecolor","titles":["spy","Attributes"]},"2025":{"title":"framesize","titles":["spy","Attributes"]},"2026":{"title":"fxaa","titles":["spy","Attributes"]},"2027":{"title":"highclip","titles":["spy","Attributes"]},"2028":{"title":"inspectable","titles":["spy","Attributes"]},"2029":{"title":"inspector_clear","titles":["spy","Attributes"]},"2030":{"title":"inspector_hover","titles":["spy","Attributes"]},"2031":{"title":"inspector_label","titles":["spy","Attributes"]},"2032":{"title":"lowclip","titles":["spy","Attributes"]},"2033":{"title":"marker","titles":["spy","Attributes"]},"2034":{"title":"markersize","titles":["spy","Attributes"]},"2035":{"title":"model","titles":["spy","Attributes"]},"2036":{"title":"nan_color","titles":["spy","Attributes"]},"2037":{"title":"overdraw","titles":["spy","Attributes"]},"2038":{"title":"space","titles":["spy","Attributes"]},"2039":{"title":"ssao","titles":["spy","Attributes"]},"2040":{"title":"transformation","titles":["spy","Attributes"]},"2041":{"title":"transparency","titles":["spy","Attributes"]},"2042":{"title":"visible","titles":["spy","Attributes"]},"2043":{"title":"stairs","titles":[]},"2044":{"title":"Examples","titles":["stairs"]},"2045":{"title":"Attributes","titles":["stairs"]},"2046":{"title":"alpha","titles":["stairs","Attributes"]},"2047":{"title":"color","titles":["stairs","Attributes"]},"2048":{"title":"colormap","titles":["stairs","Attributes"]},"2049":{"title":"colorrange","titles":["stairs","Attributes"]},"2050":{"title":"colorscale","titles":["stairs","Attributes"]},"2051":{"title":"cycle","titles":["stairs","Attributes"]},"2052":{"title":"depth_shift","titles":["stairs","Attributes"]},"2053":{"title":"fxaa","titles":["stairs","Attributes"]},"2054":{"title":"highclip","titles":["stairs","Attributes"]},"2055":{"title":"inspectable","titles":["stairs","Attributes"]},"2056":{"title":"inspector_clear","titles":["stairs","Attributes"]},"2057":{"title":"inspector_hover","titles":["stairs","Attributes"]},"2058":{"title":"inspector_label","titles":["stairs","Attributes"]},"2059":{"title":"joinstyle","titles":["stairs","Attributes"]},"2060":{"title":"linecap","titles":["stairs","Attributes"]},"2061":{"title":"linestyle","titles":["stairs","Attributes"]},"2062":{"title":"linewidth","titles":["stairs","Attributes"]},"2063":{"title":"lowclip","titles":["stairs","Attributes"]},"2064":{"title":"miter_limit","titles":["stairs","Attributes"]},"2065":{"title":"model","titles":["stairs","Attributes"]},"2066":{"title":"nan_color","titles":["stairs","Attributes"]},"2067":{"title":"overdraw","titles":["stairs","Attributes"]},"2068":{"title":"space","titles":["stairs","Attributes"]},"2069":{"title":"ssao","titles":["stairs","Attributes"]},"2070":{"title":"step","titles":["stairs","Attributes"]},"2071":{"title":"transformation","titles":["stairs","Attributes"]},"2072":{"title":"transparency","titles":["stairs","Attributes"]},"2073":{"title":"visible","titles":["stairs","Attributes"]},"2074":{"title":"stem","titles":[]},"2075":{"title":"Examples","titles":["stem"]},"2076":{"title":"Attributes","titles":["stem"]},"2077":{"title":"color","titles":["stem","Attributes"]},"2078":{"title":"colormap","titles":["stem","Attributes"]},"2079":{"title":"colorrange","titles":["stem","Attributes"]},"2080":{"title":"colorscale","titles":["stem","Attributes"]},"2081":{"title":"cycle","titles":["stem","Attributes"]},"2082":{"title":"depth_shift","titles":["stem","Attributes"]},"2083":{"title":"fxaa","titles":["stem","Attributes"]},"2084":{"title":"inspectable","titles":["stem","Attributes"]},"2085":{"title":"inspector_clear","titles":["stem","Attributes"]},"2086":{"title":"inspector_hover","titles":["stem","Attributes"]},"2087":{"title":"inspector_label","titles":["stem","Attributes"]},"2088":{"title":"marker","titles":["stem","Attributes"]},"2089":{"title":"markersize","titles":["stem","Attributes"]},"2090":{"title":"model","titles":["stem","Attributes"]},"2091":{"title":"offset","titles":["stem","Attributes"]},"2092":{"title":"overdraw","titles":["stem","Attributes"]},"2093":{"title":"space","titles":["stem","Attributes"]},"2094":{"title":"ssao","titles":["stem","Attributes"]},"2095":{"title":"stemcolor","titles":["stem","Attributes"]},"2096":{"title":"stemcolormap","titles":["stem","Attributes"]},"2097":{"title":"stemcolorrange","titles":["stem","Attributes"]},"2098":{"title":"stemlinestyle","titles":["stem","Attributes"]},"2099":{"title":"stemwidth","titles":["stem","Attributes"]},"2100":{"title":"strokecolor","titles":["stem","Attributes"]},"2101":{"title":"strokewidth","titles":["stem","Attributes"]},"2102":{"title":"transformation","titles":["stem","Attributes"]},"2103":{"title":"transparency","titles":["stem","Attributes"]},"2104":{"title":"trunkcolor","titles":["stem","Attributes"]},"2105":{"title":"trunkcolormap","titles":["stem","Attributes"]},"2106":{"title":"trunkcolorrange","titles":["stem","Attributes"]},"2107":{"title":"trunklinestyle","titles":["stem","Attributes"]},"2108":{"title":"trunkwidth","titles":["stem","Attributes"]},"2109":{"title":"visible","titles":["stem","Attributes"]},"2110":{"title":"stephist","titles":[]},"2111":{"title":"Examples","titles":["stephist"]},"2112":{"title":"Attributes","titles":["stephist"]},"2113":{"title":"bins","titles":["stephist","Attributes"]},"2114":{"title":"color","titles":["stephist","Attributes"]},"2115":{"title":"cycle","titles":["stephist","Attributes"]},"2116":{"title":"linestyle","titles":["stephist","Attributes"]},"2117":{"title":"linewidth","titles":["stephist","Attributes"]},"2118":{"title":"normalization","titles":["stephist","Attributes"]},"2119":{"title":"scale_to","titles":["stephist","Attributes"]},"2120":{"title":"weights","titles":["stephist","Attributes"]},"2121":{"title":"streamplot","titles":[]},"2122":{"title":"Examples","titles":["streamplot"]},"2123":{"title":"Attributes","titles":["streamplot"]},"2124":{"title":"alpha","titles":["streamplot","Attributes"]},"2125":{"title":"arrow_head","titles":["streamplot","Attributes"]},"2126":{"title":"arrow_size","titles":["streamplot","Attributes"]},"2127":{"title":"color","titles":["streamplot","Attributes"]},"2128":{"title":"colormap","titles":["streamplot","Attributes"]},"2129":{"title":"colorrange","titles":["streamplot","Attributes"]},"2130":{"title":"colorscale","titles":["streamplot","Attributes"]},"2131":{"title":"density","titles":["streamplot","Attributes"]},"2132":{"title":"depth_shift","titles":["streamplot","Attributes"]},"2133":{"title":"fxaa","titles":["streamplot","Attributes"]},"2134":{"title":"gridsize","titles":["streamplot","Attributes"]},"2135":{"title":"highclip","titles":["streamplot","Attributes"]},"2136":{"title":"inspectable","titles":["streamplot","Attributes"]},"2137":{"title":"inspector_clear","titles":["streamplot","Attributes"]},"2138":{"title":"inspector_hover","titles":["streamplot","Attributes"]},"2139":{"title":"inspector_label","titles":["streamplot","Attributes"]},"2140":{"title":"joinstyle","titles":["streamplot","Attributes"]},"2141":{"title":"linecap","titles":["streamplot","Attributes"]},"2142":{"title":"linestyle","titles":["streamplot","Attributes"]},"2143":{"title":"linewidth","titles":["streamplot","Attributes"]},"2144":{"title":"lowclip","titles":["streamplot","Attributes"]},"2145":{"title":"maxsteps","titles":["streamplot","Attributes"]},"2146":{"title":"miter_limit","titles":["streamplot","Attributes"]},"2147":{"title":"model","titles":["streamplot","Attributes"]},"2148":{"title":"nan_color","titles":["streamplot","Attributes"]},"2149":{"title":"overdraw","titles":["streamplot","Attributes"]},"2150":{"title":"quality","titles":["streamplot","Attributes"]},"2151":{"title":"space","titles":["streamplot","Attributes"]},"2152":{"title":"ssao","titles":["streamplot","Attributes"]},"2153":{"title":"stepsize","titles":["streamplot","Attributes"]},"2154":{"title":"transformation","titles":["streamplot","Attributes"]},"2155":{"title":"transparency","titles":["streamplot","Attributes"]},"2156":{"title":"visible","titles":["streamplot","Attributes"]},"2157":{"title":"surface","titles":[]},"2158":{"title":"Examples","titles":["surface"]},"2159":{"title":"Attributes","titles":["surface"]},"2160":{"title":"alpha","titles":["surface","Attributes"]},"2161":{"title":"backlight","titles":["surface","Attributes"]},"2162":{"title":"color","titles":["surface","Attributes"]},"2163":{"title":"colormap","titles":["surface","Attributes"]},"2164":{"title":"colorrange","titles":["surface","Attributes"]},"2165":{"title":"colorscale","titles":["surface","Attributes"]},"2166":{"title":"depth_shift","titles":["surface","Attributes"]},"2167":{"title":"diffuse","titles":["surface","Attributes"]},"2168":{"title":"fxaa","titles":["surface","Attributes"]},"2169":{"title":"highclip","titles":["surface","Attributes"]},"2170":{"title":"inspectable","titles":["surface","Attributes"]},"2171":{"title":"inspector_clear","titles":["surface","Attributes"]},"2172":{"title":"inspector_hover","titles":["surface","Attributes"]},"2173":{"title":"inspector_label","titles":["surface","Attributes"]},"2174":{"title":"invert_normals","titles":["surface","Attributes"]},"2175":{"title":"lowclip","titles":["surface","Attributes"]},"2176":{"title":"material","titles":["surface","Attributes"]},"2177":{"title":"model","titles":["surface","Attributes"]},"2178":{"title":"nan_color","titles":["surface","Attributes"]},"2179":{"title":"overdraw","titles":["surface","Attributes"]},"2180":{"title":"shading","titles":["surface","Attributes"]},"2181":{"title":"shininess","titles":["surface","Attributes"]},"2182":{"title":"space","titles":["surface","Attributes"]},"2183":{"title":"specular","titles":["surface","Attributes"]},"2184":{"title":"ssao","titles":["surface","Attributes"]},"2185":{"title":"transformation","titles":["surface","Attributes"]},"2186":{"title":"transparency","titles":["surface","Attributes"]},"2187":{"title":"visible","titles":["surface","Attributes"]},"2188":{"title":"text","titles":[]},"2189":{"title":"Marker space pixel","titles":["text"]},"2190":{"title":"Marker space data","titles":["text"]},"2191":{"title":"Alignment","titles":["text"]},"2192":{"title":"Justification","titles":["text"]},"2193":{"title":"Offset","titles":["text"]},"2194":{"title":"Relative space","titles":["text"]},"2195":{"title":"MathTeX","titles":["text"]},"2196":{"title":"Rich text","titles":["text"]},"2197":{"title":"Tweaking offsets","titles":["text","Rich text"]},"2198":{"title":"Attributes","titles":["text"]},"2199":{"title":"align","titles":["text","Attributes"]},"2200":{"title":"alpha","titles":["text","Attributes"]},"2201":{"title":"color","titles":["text","Attributes"]},"2202":{"title":"colormap","titles":["text","Attributes"]},"2203":{"title":"colorrange","titles":["text","Attributes"]},"2204":{"title":"colorscale","titles":["text","Attributes"]},"2205":{"title":"depth_shift","titles":["text","Attributes"]},"2206":{"title":"font","titles":["text","Attributes"]},"2207":{"title":"fonts","titles":["text","Attributes"]},"2208":{"title":"fontsize","titles":["text","Attributes"]},"2209":{"title":"fxaa","titles":["text","Attributes"]},"2210":{"title":"glowcolor","titles":["text","Attributes"]},"2211":{"title":"glowwidth","titles":["text","Attributes"]},"2212":{"title":"highclip","titles":["text","Attributes"]},"2213":{"title":"inspectable","titles":["text","Attributes"]},"2214":{"title":"inspector_clear","titles":["text","Attributes"]},"2215":{"title":"inspector_hover","titles":["text","Attributes"]},"2216":{"title":"inspector_label","titles":["text","Attributes"]},"2217":{"title":"justification","titles":["text","Attributes"]},"2218":{"title":"lineheight","titles":["text","Attributes"]},"2219":{"title":"lowclip","titles":["text","Attributes"]},"2220":{"title":"markerspace","titles":["text","Attributes"]},"2221":{"title":"model","titles":["text","Attributes"]},"2222":{"title":"nan_color","titles":["text","Attributes"]},"2223":{"title":"offset","titles":["text","Attributes"]},"2224":{"title":"overdraw","titles":["text","Attributes"]},"2225":{"title":"position","titles":["text","Attributes"]},"2226":{"title":"rotation","titles":["text","Attributes"]},"2227":{"title":"space","titles":["text","Attributes"]},"2228":{"title":"ssao","titles":["text","Attributes"]},"2229":{"title":"strokecolor","titles":["text","Attributes"]},"2230":{"title":"strokewidth","titles":["text","Attributes"]},"2231":{"title":"text","titles":["text","Attributes"]},"2232":{"title":"transform_marker","titles":["text","Attributes"]},"2233":{"title":"transformation","titles":["text","Attributes"]},"2234":{"title":"transparency","titles":["text","Attributes"]},"2235":{"title":"visible","titles":["text","Attributes"]},"2236":{"title":"word_wrap_width","titles":["text","Attributes"]},"2237":{"title":"tooltip","titles":[]},"2238":{"title":"Examples","titles":["tooltip"]},"2239":{"title":"Basic tooltip","titles":["tooltip","Examples"]},"2240":{"title":"Attributes","titles":["tooltip"]},"2241":{"title":"align","titles":["tooltip","Attributes"]},"2242":{"title":"backgroundcolor","titles":["tooltip","Attributes"]},"2243":{"title":"depth_shift","titles":["tooltip","Attributes"]},"2244":{"title":"font","titles":["tooltip","Attributes"]},"2245":{"title":"fontsize","titles":["tooltip","Attributes"]},"2246":{"title":"fxaa","titles":["tooltip","Attributes"]},"2247":{"title":"inspectable","titles":["tooltip","Attributes"]},"2248":{"title":"inspector_clear","titles":["tooltip","Attributes"]},"2249":{"title":"inspector_hover","titles":["tooltip","Attributes"]},"2250":{"title":"inspector_label","titles":["tooltip","Attributes"]},"2251":{"title":"justification","titles":["tooltip","Attributes"]},"2252":{"title":"model","titles":["tooltip","Attributes"]},"2253":{"title":"offset","titles":["tooltip","Attributes"]},"2254":{"title":"outline_color","titles":["tooltip","Attributes"]},"2255":{"title":"outline_linestyle","titles":["tooltip","Attributes"]},"2256":{"title":"outline_linewidth","titles":["tooltip","Attributes"]},"2257":{"title":"overdraw","titles":["tooltip","Attributes"]},"2258":{"title":"placement","titles":["tooltip","Attributes"]},"2259":{"title":"space","titles":["tooltip","Attributes"]},"2260":{"title":"ssao","titles":["tooltip","Attributes"]},"2261":{"title":"strokecolor","titles":["tooltip","Attributes"]},"2262":{"title":"strokewidth","titles":["tooltip","Attributes"]},"2263":{"title":"text","titles":["tooltip","Attributes"]},"2264":{"title":"textcolor","titles":["tooltip","Attributes"]},"2265":{"title":"textpadding","titles":["tooltip","Attributes"]},"2266":{"title":"transformation","titles":["tooltip","Attributes"]},"2267":{"title":"transparency","titles":["tooltip","Attributes"]},"2268":{"title":"triangle_size","titles":["tooltip","Attributes"]},"2269":{"title":"visible","titles":["tooltip","Attributes"]},"2270":{"title":"xautolimits","titles":["tooltip","Attributes"]},"2271":{"title":"yautolimits","titles":["tooltip","Attributes"]},"2272":{"title":"zautolimits","titles":["tooltip","Attributes"]},"2273":{"title":"tricontourf","titles":[]},"2274":{"title":"Examples","titles":["tricontourf"]},"2275":{"title":"Triangulation modes","titles":["tricontourf","Examples"]},"2276":{"title":"Relative mode","titles":["tricontourf","Examples"]},"2277":{"title":"Attributes","titles":["tricontourf"]},"2278":{"title":"colormap","titles":["tricontourf","Attributes"]},"2279":{"title":"colorscale","titles":["tricontourf","Attributes"]},"2280":{"title":"depth_shift","titles":["tricontourf","Attributes"]},"2281":{"title":"edges","titles":["tricontourf","Attributes"]},"2282":{"title":"extendhigh","titles":["tricontourf","Attributes"]},"2283":{"title":"extendlow","titles":["tricontourf","Attributes"]},"2284":{"title":"fxaa","titles":["tricontourf","Attributes"]},"2285":{"title":"inspectable","titles":["tricontourf","Attributes"]},"2286":{"title":"inspector_clear","titles":["tricontourf","Attributes"]},"2287":{"title":"inspector_hover","titles":["tricontourf","Attributes"]},"2288":{"title":"inspector_label","titles":["tricontourf","Attributes"]},"2289":{"title":"levels","titles":["tricontourf","Attributes"]},"2290":{"title":"mode","titles":["tricontourf","Attributes"]},"2291":{"title":"model","titles":["tricontourf","Attributes"]},"2292":{"title":"nan_color","titles":["tricontourf","Attributes"]},"2293":{"title":"overdraw","titles":["tricontourf","Attributes"]},"2294":{"title":"space","titles":["tricontourf","Attributes"]},"2295":{"title":"ssao","titles":["tricontourf","Attributes"]},"2296":{"title":"transformation","titles":["tricontourf","Attributes"]},"2297":{"title":"transparency","titles":["tricontourf","Attributes"]},"2298":{"title":"triangulation","titles":["tricontourf","Attributes"]},"2299":{"title":"visible","titles":["tricontourf","Attributes"]},"2300":{"title":"triplot","titles":[]},"2301":{"title":"Examples","titles":["triplot"]},"2302":{"title":"Attributes","titles":["triplot"]},"2303":{"title":"bounding_box","titles":["triplot","Attributes"]},"2304":{"title":"constrained_edge_color","titles":["triplot","Attributes"]},"2305":{"title":"constrained_edge_linestyle","titles":["triplot","Attributes"]},"2306":{"title":"constrained_edge_linewidth","titles":["triplot","Attributes"]},"2307":{"title":"convex_hull_color","titles":["triplot","Attributes"]},"2308":{"title":"convex_hull_linestyle","titles":["triplot","Attributes"]},"2309":{"title":"convex_hull_linewidth","titles":["triplot","Attributes"]},"2310":{"title":"ghost_edge_color","titles":["triplot","Attributes"]},"2311":{"title":"ghost_edge_extension_factor","titles":["triplot","Attributes"]},"2312":{"title":"ghost_edge_linestyle","titles":["triplot","Attributes"]},"2313":{"title":"ghost_edge_linewidth","titles":["triplot","Attributes"]},"2314":{"title":"joinstyle","titles":["triplot","Attributes"]},"2315":{"title":"linecap","titles":["triplot","Attributes"]},"2316":{"title":"linestyle","titles":["triplot","Attributes"]},"2317":{"title":"marker","titles":["triplot","Attributes"]},"2318":{"title":"markercolor","titles":["triplot","Attributes"]},"2319":{"title":"markersize","titles":["triplot","Attributes"]},"2320":{"title":"miter_limit","titles":["triplot","Attributes"]},"2321":{"title":"recompute_centers","titles":["triplot","Attributes"]},"2322":{"title":"show_constrained_edges","titles":["triplot","Attributes"]},"2323":{"title":"show_convex_hull","titles":["triplot","Attributes"]},"2324":{"title":"show_ghost_edges","titles":["triplot","Attributes"]},"2325":{"title":"show_points","titles":["triplot","Attributes"]},"2326":{"title":"strokecolor","titles":["triplot","Attributes"]},"2327":{"title":"strokewidth","titles":["triplot","Attributes"]},"2328":{"title":"triangle_color","titles":["triplot","Attributes"]},"2329":{"title":"violin","titles":[]},"2330":{"title":"Examples","titles":["violin"]},"2331":{"title":"Using statistical weights","titles":["violin","Examples"]},"2332":{"title":"Horizontal axis","titles":["violin","Examples"]},"2333":{"title":"Attributes","titles":["violin"]},"2334":{"title":"bandwidth","titles":["violin","Attributes"]},"2335":{"title":"boundary","titles":["violin","Attributes"]},"2336":{"title":"color","titles":["violin","Attributes"]},"2337":{"title":"cycle","titles":["violin","Attributes"]},"2338":{"title":"datalimits","titles":["violin","Attributes"]},"2339":{"title":"depth_shift","titles":["violin","Attributes"]},"2340":{"title":"dodge","titles":["violin","Attributes"]},"2341":{"title":"dodge_gap","titles":["violin","Attributes"]},"2342":{"title":"fxaa","titles":["violin","Attributes"]},"2343":{"title":"gap","titles":["violin","Attributes"]},"2344":{"title":"inspectable","titles":["violin","Attributes"]},"2345":{"title":"inspector_clear","titles":["violin","Attributes"]},"2346":{"title":"inspector_hover","titles":["violin","Attributes"]},"2347":{"title":"inspector_label","titles":["violin","Attributes"]},"2348":{"title":"max_density","titles":["violin","Attributes"]},"2349":{"title":"mediancolor","titles":["violin","Attributes"]},"2350":{"title":"medianlinewidth","titles":["violin","Attributes"]},"2351":{"title":"model","titles":["violin","Attributes"]},"2352":{"title":"n_dodge","titles":["violin","Attributes"]},"2353":{"title":"npoints","titles":["violin","Attributes"]},"2354":{"title":"orientation","titles":["violin","Attributes"]},"2355":{"title":"overdraw","titles":["violin","Attributes"]},"2356":{"title":"scale","titles":["violin","Attributes"]},"2357":{"title":"show_median","titles":["violin","Attributes"]},"2358":{"title":"side","titles":["violin","Attributes"]},"2359":{"title":"space","titles":["violin","Attributes"]},"2360":{"title":"ssao","titles":["violin","Attributes"]},"2361":{"title":"strokecolor","titles":["violin","Attributes"]},"2362":{"title":"strokewidth","titles":["violin","Attributes"]},"2363":{"title":"transformation","titles":["violin","Attributes"]},"2364":{"title":"transparency","titles":["violin","Attributes"]},"2365":{"title":"visible","titles":["violin","Attributes"]},"2366":{"title":"weights","titles":["violin","Attributes"]},"2367":{"title":"width","titles":["violin","Attributes"]},"2368":{"title":"vlines","titles":[]},"2369":{"title":"Attributes","titles":["vlines"]},"2370":{"title":"alpha","titles":["vlines","Attributes"]},"2371":{"title":"color","titles":["vlines","Attributes"]},"2372":{"title":"colormap","titles":["vlines","Attributes"]},"2373":{"title":"colorrange","titles":["vlines","Attributes"]},"2374":{"title":"colorscale","titles":["vlines","Attributes"]},"2375":{"title":"cycle","titles":["vlines","Attributes"]},"2376":{"title":"depth_shift","titles":["vlines","Attributes"]},"2377":{"title":"fxaa","titles":["vlines","Attributes"]},"2378":{"title":"highclip","titles":["vlines","Attributes"]},"2379":{"title":"inspectable","titles":["vlines","Attributes"]},"2380":{"title":"inspector_clear","titles":["vlines","Attributes"]},"2381":{"title":"inspector_hover","titles":["vlines","Attributes"]},"2382":{"title":"inspector_label","titles":["vlines","Attributes"]},"2383":{"title":"linecap","titles":["vlines","Attributes"]},"2384":{"title":"linestyle","titles":["vlines","Attributes"]},"2385":{"title":"linewidth","titles":["vlines","Attributes"]},"2386":{"title":"lowclip","titles":["vlines","Attributes"]},"2387":{"title":"model","titles":["vlines","Attributes"]},"2388":{"title":"nan_color","titles":["vlines","Attributes"]},"2389":{"title":"overdraw","titles":["vlines","Attributes"]},"2390":{"title":"space","titles":["vlines","Attributes"]},"2391":{"title":"ssao","titles":["vlines","Attributes"]},"2392":{"title":"transformation","titles":["vlines","Attributes"]},"2393":{"title":"transparency","titles":["vlines","Attributes"]},"2394":{"title":"visible","titles":["vlines","Attributes"]},"2395":{"title":"ymax","titles":["vlines","Attributes"]},"2396":{"title":"ymin","titles":["vlines","Attributes"]},"2397":{"title":"volume","titles":[]},"2398":{"title":"Examples","titles":["volume"]},"2399":{"title":"Attributes","titles":["volume"]},"2400":{"title":"absorption","titles":["volume","Attributes"]},"2401":{"title":"algorithm","titles":["volume","Attributes"]},"2402":{"title":"alpha","titles":["volume","Attributes"]},"2403":{"title":"backlight","titles":["volume","Attributes"]},"2404":{"title":"colormap","titles":["volume","Attributes"]},"2405":{"title":"colorrange","titles":["volume","Attributes"]},"2406":{"title":"colorscale","titles":["volume","Attributes"]},"2407":{"title":"depth_shift","titles":["volume","Attributes"]},"2408":{"title":"diffuse","titles":["volume","Attributes"]},"2409":{"title":"enable_depth","titles":["volume","Attributes"]},"2410":{"title":"fxaa","titles":["volume","Attributes"]},"2411":{"title":"highclip","titles":["volume","Attributes"]},"2412":{"title":"inspectable","titles":["volume","Attributes"]},"2413":{"title":"inspector_clear","titles":["volume","Attributes"]},"2414":{"title":"inspector_hover","titles":["volume","Attributes"]},"2415":{"title":"inspector_label","titles":["volume","Attributes"]},"2416":{"title":"interpolate","titles":["volume","Attributes"]},"2417":{"title":"isorange","titles":["volume","Attributes"]},"2418":{"title":"isovalue","titles":["volume","Attributes"]},"2419":{"title":"lowclip","titles":["volume","Attributes"]},"2420":{"title":"material","titles":["volume","Attributes"]},"2421":{"title":"model","titles":["volume","Attributes"]},"2422":{"title":"nan_color","titles":["volume","Attributes"]},"2423":{"title":"overdraw","titles":["volume","Attributes"]},"2424":{"title":"shading","titles":["volume","Attributes"]},"2425":{"title":"shininess","titles":["volume","Attributes"]},"2426":{"title":"space","titles":["volume","Attributes"]},"2427":{"title":"specular","titles":["volume","Attributes"]},"2428":{"title":"ssao","titles":["volume","Attributes"]},"2429":{"title":"transformation","titles":["volume","Attributes"]},"2430":{"title":"transparency","titles":["volume","Attributes"]},"2431":{"title":"visible","titles":["volume","Attributes"]},"2432":{"title":"volumeslices","titles":[]},"2433":{"title":"Examples","titles":["volumeslices"]},"2434":{"title":"Attributes","titles":["volumeslices"]},"2435":{"title":"alpha","titles":["volumeslices","Attributes"]},"2436":{"title":"bbox_color","titles":["volumeslices","Attributes"]},"2437":{"title":"bbox_visible","titles":["volumeslices","Attributes"]},"2438":{"title":"colormap","titles":["volumeslices","Attributes"]},"2439":{"title":"colorrange","titles":["volumeslices","Attributes"]},"2440":{"title":"colorscale","titles":["volumeslices","Attributes"]},"2441":{"title":"depth_shift","titles":["volumeslices","Attributes"]},"2442":{"title":"fxaa","titles":["volumeslices","Attributes"]},"2443":{"title":"highclip","titles":["volumeslices","Attributes"]},"2444":{"title":"inspectable","titles":["volumeslices","Attributes"]},"2445":{"title":"inspector_clear","titles":["volumeslices","Attributes"]},"2446":{"title":"inspector_hover","titles":["volumeslices","Attributes"]},"2447":{"title":"inspector_label","titles":["volumeslices","Attributes"]},"2448":{"title":"interpolate","titles":["volumeslices","Attributes"]},"2449":{"title":"lowclip","titles":["volumeslices","Attributes"]},"2450":{"title":"model","titles":["volumeslices","Attributes"]},"2451":{"title":"nan_color","titles":["volumeslices","Attributes"]},"2452":{"title":"overdraw","titles":["volumeslices","Attributes"]},"2453":{"title":"space","titles":["volumeslices","Attributes"]},"2454":{"title":"ssao","titles":["volumeslices","Attributes"]},"2455":{"title":"transformation","titles":["volumeslices","Attributes"]},"2456":{"title":"transparency","titles":["volumeslices","Attributes"]},"2457":{"title":"visible","titles":["volumeslices","Attributes"]},"2458":{"title":"voronoiplot","titles":[]},"2459":{"title":"Examples","titles":["voronoiplot"]},"2460":{"title":"Attributes","titles":["voronoiplot"]},"2461":{"title":"alpha","titles":["voronoiplot","Attributes"]},"2462":{"title":"clip","titles":["voronoiplot","Attributes"]},"2463":{"title":"color","titles":["voronoiplot","Attributes"]},"2464":{"title":"colormap","titles":["voronoiplot","Attributes"]},"2465":{"title":"colorrange","titles":["voronoiplot","Attributes"]},"2466":{"title":"colorscale","titles":["voronoiplot","Attributes"]},"2467":{"title":"highclip","titles":["voronoiplot","Attributes"]},"2468":{"title":"lowclip","titles":["voronoiplot","Attributes"]},"2469":{"title":"marker","titles":["voronoiplot","Attributes"]},"2470":{"title":"markercolor","titles":["voronoiplot","Attributes"]},"2471":{"title":"markersize","titles":["voronoiplot","Attributes"]},"2472":{"title":"nan_color","titles":["voronoiplot","Attributes"]},"2473":{"title":"show_generators","titles":["voronoiplot","Attributes"]},"2474":{"title":"smooth","titles":["voronoiplot","Attributes"]},"2475":{"title":"strokecolor","titles":["voronoiplot","Attributes"]},"2476":{"title":"strokewidth","titles":["voronoiplot","Attributes"]},"2477":{"title":"unbounded_edge_extension_factor","titles":["voronoiplot","Attributes"]},"2478":{"title":"voxels","titles":[]},"2479":{"title":"Examples","titles":["voxels"]},"2480":{"title":"Basic Example","titles":["voxels","Examples"]},"2481":{"title":"Gap Attribute","titles":["voxels","Examples"]},"2482":{"title":"Color and the internal representation","titles":["voxels","Examples"]},"2483":{"title":"Colormaps","titles":["voxels","Examples"]},"2484":{"title":"Texturemaps","titles":["voxels","Examples"]},"2485":{"title":"Updating Voxels","titles":["voxels","Examples"]},"2486":{"title":"Picking Voxels","titles":["voxels","Examples"]},"2487":{"title":"Attributes","titles":["voxels"]},"2488":{"title":"alpha","titles":["voxels","Attributes"]},"2489":{"title":"backlight","titles":["voxels","Attributes"]},"2490":{"title":"color","titles":["voxels","Attributes"]},"2491":{"title":"colormap","titles":["voxels","Attributes"]},"2492":{"title":"colorrange","titles":["voxels","Attributes"]},"2493":{"title":"colorscale","titles":["voxels","Attributes"]},"2494":{"title":"depth_shift","titles":["voxels","Attributes"]},"2495":{"title":"depthsorting","titles":["voxels","Attributes"]},"2496":{"title":"diffuse","titles":["voxels","Attributes"]},"2497":{"title":"fxaa","titles":["voxels","Attributes"]},"2498":{"title":"gap","titles":["voxels","Attributes"]},"2499":{"title":"highclip","titles":["voxels","Attributes"]},"2500":{"title":"inspectable","titles":["voxels","Attributes"]},"2501":{"title":"inspector_clear","titles":["voxels","Attributes"]},"2502":{"title":"inspector_hover","titles":["voxels","Attributes"]},"2503":{"title":"inspector_label","titles":["voxels","Attributes"]},"2504":{"title":"interpolate","titles":["voxels","Attributes"]},"2505":{"title":"is_air","titles":["voxels","Attributes"]},"2506":{"title":"lowclip","titles":["voxels","Attributes"]},"2507":{"title":"material","titles":["voxels","Attributes"]},"2508":{"title":"model","titles":["voxels","Attributes"]},"2509":{"title":"nan_color","titles":["voxels","Attributes"]},"2510":{"title":"overdraw","titles":["voxels","Attributes"]},"2511":{"title":"shading","titles":["voxels","Attributes"]},"2512":{"title":"shininess","titles":["voxels","Attributes"]},"2513":{"title":"space","titles":["voxels","Attributes"]},"2514":{"title":"specular","titles":["voxels","Attributes"]},"2515":{"title":"ssao","titles":["voxels","Attributes"]},"2516":{"title":"transformation","titles":["voxels","Attributes"]},"2517":{"title":"transparency","titles":["voxels","Attributes"]},"2518":{"title":"uvmap","titles":["voxels","Attributes"]},"2519":{"title":"visible","titles":["voxels","Attributes"]},"2520":{"title":"vspan","titles":[]},"2521":{"title":"Attributes","titles":["vspan"]},"2522":{"title":"alpha","titles":["vspan","Attributes"]},"2523":{"title":"color","titles":["vspan","Attributes"]},"2524":{"title":"colormap","titles":["vspan","Attributes"]},"2525":{"title":"colorrange","titles":["vspan","Attributes"]},"2526":{"title":"colorscale","titles":["vspan","Attributes"]},"2527":{"title":"cycle","titles":["vspan","Attributes"]},"2528":{"title":"depth_shift","titles":["vspan","Attributes"]},"2529":{"title":"fxaa","titles":["vspan","Attributes"]},"2530":{"title":"highclip","titles":["vspan","Attributes"]},"2531":{"title":"inspectable","titles":["vspan","Attributes"]},"2532":{"title":"inspector_clear","titles":["vspan","Attributes"]},"2533":{"title":"inspector_hover","titles":["vspan","Attributes"]},"2534":{"title":"inspector_label","titles":["vspan","Attributes"]},"2535":{"title":"joinstyle","titles":["vspan","Attributes"]},"2536":{"title":"linecap","titles":["vspan","Attributes"]},"2537":{"title":"linestyle","titles":["vspan","Attributes"]},"2538":{"title":"lowclip","titles":["vspan","Attributes"]},"2539":{"title":"miter_limit","titles":["vspan","Attributes"]},"2540":{"title":"model","titles":["vspan","Attributes"]},"2541":{"title":"nan_color","titles":["vspan","Attributes"]},"2542":{"title":"overdraw","titles":["vspan","Attributes"]},"2543":{"title":"shading","titles":["vspan","Attributes"]},"2544":{"title":"space","titles":["vspan","Attributes"]},"2545":{"title":"ssao","titles":["vspan","Attributes"]},"2546":{"title":"strokecolor","titles":["vspan","Attributes"]},"2547":{"title":"strokecolormap","titles":["vspan","Attributes"]},"2548":{"title":"strokewidth","titles":["vspan","Attributes"]},"2549":{"title":"transformation","titles":["vspan","Attributes"]},"2550":{"title":"transparency","titles":["vspan","Attributes"]},"2551":{"title":"visible","titles":["vspan","Attributes"]},"2552":{"title":"ymax","titles":["vspan","Attributes"]},"2553":{"title":"ymin","titles":["vspan","Attributes"]},"2554":{"title":"waterfall","titles":[]},"2555":{"title":"Examples","titles":["waterfall"]},"2556":{"title":"Attributes","titles":["waterfall"]},"2557":{"title":"color","titles":["waterfall","Attributes"]},"2558":{"title":"cycle","titles":["waterfall","Attributes"]},"2559":{"title":"direction_color","titles":["waterfall","Attributes"]},"2560":{"title":"dodge","titles":["waterfall","Attributes"]},"2561":{"title":"dodge_gap","titles":["waterfall","Attributes"]},"2562":{"title":"final_color","titles":["waterfall","Attributes"]},"2563":{"title":"final_dodge_gap","titles":["waterfall","Attributes"]},"2564":{"title":"final_gap","titles":["waterfall","Attributes"]},"2565":{"title":"gap","titles":["waterfall","Attributes"]},"2566":{"title":"marker_neg","titles":["waterfall","Attributes"]},"2567":{"title":"marker_pos","titles":["waterfall","Attributes"]},"2568":{"title":"n_dodge","titles":["waterfall","Attributes"]},"2569":{"title":"show_direction","titles":["waterfall","Attributes"]},"2570":{"title":"show_final","titles":["waterfall","Attributes"]},"2571":{"title":"stack","titles":["waterfall","Attributes"]},"2572":{"title":"width","titles":["waterfall","Attributes"]},"2573":{"title":"wireframe","titles":[]},"2574":{"title":"Examples","titles":["wireframe"]},"2575":{"title":"Attributes","titles":["wireframe"]},"2576":{"title":"alpha","titles":["wireframe","Attributes"]},"2577":{"title":"color","titles":["wireframe","Attributes"]},"2578":{"title":"colormap","titles":["wireframe","Attributes"]},"2579":{"title":"colorrange","titles":["wireframe","Attributes"]},"2580":{"title":"colorscale","titles":["wireframe","Attributes"]},"2581":{"title":"cycle","titles":["wireframe","Attributes"]},"2582":{"title":"depth_shift","titles":["wireframe","Attributes"]},"2583":{"title":"fxaa","titles":["wireframe","Attributes"]},"2584":{"title":"highclip","titles":["wireframe","Attributes"]},"2585":{"title":"inspectable","titles":["wireframe","Attributes"]},"2586":{"title":"inspector_clear","titles":["wireframe","Attributes"]},"2587":{"title":"inspector_hover","titles":["wireframe","Attributes"]},"2588":{"title":"inspector_label","titles":["wireframe","Attributes"]},"2589":{"title":"linecap","titles":["wireframe","Attributes"]},"2590":{"title":"linestyle","titles":["wireframe","Attributes"]},"2591":{"title":"linewidth","titles":["wireframe","Attributes"]},"2592":{"title":"lowclip","titles":["wireframe","Attributes"]},"2593":{"title":"model","titles":["wireframe","Attributes"]},"2594":{"title":"nan_color","titles":["wireframe","Attributes"]},"2595":{"title":"overdraw","titles":["wireframe","Attributes"]},"2596":{"title":"space","titles":["wireframe","Attributes"]},"2597":{"title":"ssao","titles":["wireframe","Attributes"]},"2598":{"title":"transformation","titles":["wireframe","Attributes"]},"2599":{"title":"transparency","titles":["wireframe","Attributes"]},"2600":{"title":"visible","titles":["wireframe","Attributes"]},"2601":{"title":"SSAO","titles":[]},"2602":{"title":"Example","titles":["SSAO"]},"2603":{"title":"Lighting","titles":[]},"2604":{"title":"Material Attributes","titles":["Lighting"]},"2605":{"title":"Lighting algorithm","titles":["Lighting"]},"2606":{"title":"Types of Light","titles":["Lighting"]},"2607":{"title":"AmbientLight","titles":["Lighting","Types of Light"]},"2608":{"title":"DirectionalLight","titles":["Lighting","Types of Light"]},"2609":{"title":"PointLight","titles":["Lighting","Types of Light"]},"2610":{"title":"SpotLight","titles":["Lighting","Types of Light"]},"2611":{"title":"RectLight","titles":["Lighting","Types of Light"]},"2612":{"title":"EnvironmentLight","titles":["Lighting","Types of Light"]},"2613":{"title":"Matcap","titles":[]},"2614":{"title":"Example","titles":["Matcap"]},"2615":{"title":"Aspect ratios and automatic figure sizes","titles":[]},"2616":{"title":"Getting started","titles":[]},"2617":{"title":"Requirements","titles":["Getting started"]},"2618":{"title":"Installation","titles":["Getting started"]},"2619":{"title":"Plotting","titles":["Getting started"]},"2620":{"title":"Figure and Axis","titles":["Getting started"]},"2621":{"title":"Plot styling","titles":["Getting started"]},"2622":{"title":"Legend","titles":["Getting started"]},"2623":{"title":"Saving a Figure","titles":["Getting started"]},"2624":{"title":"Creating complex layouts","titles":[]},"2625":{"title":"Basic layout plan","titles":["Creating complex layouts"]},"2626":{"title":"Setting up GridLayouts","titles":["Creating complex layouts"]},"2627":{"title":"Panel A","titles":["Creating complex layouts"]},"2628":{"title":"Legend","titles":["Creating complex layouts","Panel A"]},"2629":{"title":"Legend Tweaks","titles":["Creating complex layouts","Panel A"]},"2630":{"title":"Panel B","titles":["Creating complex layouts"]},"2631":{"title":"Colorbar","titles":["Creating complex layouts","Panel B"]},"2632":{"title":"Mixed alignmode","titles":["Creating complex layouts","Panel B","Colorbar"]},"2633":{"title":"Panel C","titles":["Creating complex layouts"]},"2634":{"title":"Panel D","titles":["Creating complex layouts"]},"2635":{"title":"EEG labels","titles":["Creating complex layouts","Panel D"]},"2636":{"title":"Scaling axes relatively","titles":["Creating complex layouts","Panel D"]},"2637":{"title":"Subplot labels","titles":["Creating complex layouts"]},"2638":{"title":"Final tweaks","titles":["Creating complex layouts"]},"2639":{"title":"A primer on Makies scene graph","titles":[]},"2640":{"title":"Scenes and subwindows","titles":["A primer on Makies scene graph"]},"2641":{"title":"Window Events","titles":["A primer on Makies scene graph"]},"2642":{"title":"Projections and Camera","titles":["A primer on Makies scene graph"]},"2643":{"title":"Interaction with Axis & Layouts","titles":["A primer on Makies scene graph"]},"2644":{"title":"Transformations and Scene graph","titles":["A primer on Makies scene graph"]},"2645":{"title":"Wrapping existing recipes for new types","titles":[]},"2646":{"title":"Introduction","titles":["Wrapping existing recipes for new types"]},"2647":{"title":"BarPlot recipe – extend Makie.convert_arguments","titles":["Wrapping existing recipes for new types"]},"2648":{"title":"Hist recipe – override Makie.plot!","titles":["Wrapping existing recipes for new types"]},"2649":{"title":"Colors","titles":[]},"2650":{"title":"Alpha or Opacity","titles":["Colors"]},"2651":{"title":"Cheat Sheet","titles":["Colors"]},"2652":{"title":"Named colors","titles":["Colors"]},"2653":{"title":"Colormaps","titles":["Colors"]},"2654":{"title":"misc","titles":["Colors","Colormaps"]},"2655":{"title":"cmocean","titles":["Colors","Colormaps"]},"2656":{"title":"scientific","titles":["Colors","Colormaps"]},"2657":{"title":"matplotlib","titles":["Colors","Colormaps"]},"2658":{"title":"colorbrewer","titles":["Colors","Colormaps"]},"2659":{"title":"gnuplot","titles":["Colors","Colormaps"]},"2660":{"title":"colorcet","titles":["Colors","Colormaps"]},"2661":{"title":"seaborn","titles":["Colors","Colormaps"]},"2662":{"title":"general","titles":["Colors","Colormaps"]}},"dirtCount":0,"index":[["😃",{"2":{"2644":1}}],["😄",{"2":{"1913":1}}],["�",{"2":{"2641":1}}],["└",{"2":{"2640":1}}],["│",{"2":{"2640":3}}],["┌",{"2":{"2640":1}}],["√",{"2":{"2574":1}}],["ϵ",{"2":{"2122":2}}],["✈",{"2":{"1913":1,"1919":1,"1920":2,"1921":1}}],["↑",{"2":{"1913":1}}],["~4",{"2":{"2486":1}}],["~",{"2":{"1288":1,"2640":1}}],["~0",{"2":{"1287":1}}],["~1",{"2":{"1287":1}}],["~30s",{"2":{"31":1}}],["μ",{"2":{"1025":4}}],["ω",{"2":{"863":1}}],["°",{"2":{"831":1}}],["ρ",{"2":{"196":2}}],["σ",{"2":{"196":2,"1025":3}}],["^shininess",{"2":{"2605":1}}],["^3+p",{"2":{"2122":1}}],["^range",{"2":{"1164":1}}],["^2",{"2":{"1164":2,"1343":1,"2275":5,"2398":3,"2480":3}}],["^",{"2":{"163":3,"983":4,"1431":1,"2274":2,"2276":2}}],["φv",{"2":{"1629":5}}],["φ2",{"2":{"1629":3}}],["φ",{"2":{"36":9}}],["÷2",{"2":{"91":8}}],["÷",{"2":{"36":1}}],["▲",{"2":{"0":1,"988":1}}],["≤",{"2":{"0":4,"159":4}}],["θv",{"2":{"1629":6}}],["θ−pi",{"2":{"758":1}}],["θ",{"2":{"0":2,"36":10,"159":2,"810":2,"1629":4,"2275":9}}],["δy",{"2":{"0":1,"2303":1}}],["δx",{"2":{"0":1,"2303":1}}],["×",{"2":{"0":2,"23":1,"24":2,"2303":2}}],["γ",{"2":{"0":2,"2122":2}}],["β",{"2":{"0":2,"196":2,"2122":2}}],["α",{"2":{"0":2,"1912":1}}],["886z",{"2":{"1917":1}}],["887",{"2":{"1917":1}}],["891",{"2":{"1917":2}}],["8999",{"2":{"756":1,"770":1}}],["822",{"2":{"1917":2}}],["827",{"2":{"1289":1}}],["86",{"2":{"2275":1}}],["867",{"2":{"1917":1}}],["861",{"2":{"1917":1}}],["862",{"2":{"1917":1}}],["866s",{"2":{"1288":1}}],["81s",{"2":{"1288":1}}],["81",{"2":{"1285":1}}],["85",{"2":{"1058":1,"2660":8}}],["8pi",{"2":{"751":5}}],["8px",{"2":{"63":1}}],["872",{"2":{"1917":1}}],["8799",{"2":{"63":1}}],["8744903616064370393",{"2":{"60":1}}],["835e9aa015a97fbc00dbd5e6be6c407c390e47c5",{"2":{"59":1}}],["8c22",{"2":{"58":1}}],["8a8c",{"2":{"58":1}}],["8081",{"2":{"118":2}}],["8080",{"2":{"62":1,"118":1}}],["80",{"2":{"35":1,"66":2,"2158":1,"2192":2,"2193":1,"2644":1,"2660":2}}],["800",{"2":{"0":1,"19":1,"23":2,"24":1,"33":1,"35":2,"98":1,"157":1,"187":2,"191":1,"580":2,"582":4,"750":1,"752":1,"753":1,"983":4,"1236":1,"1404":4,"1405":4,"1406":2,"1409":2,"1856":1,"2192":2,"2615":3,"2644":2,"2651":1}}],["842",{"2":{"1917":2}}],["84",{"2":{"0":1,"1917":1}}],["8im",{"2":{"0":2}}],["8",{"2":{"0":5,"27":1,"33":1,"35":2,"63":1,"66":3,"107":2,"189":3,"196":1,"379":1,"508":4,"585":1,"627":2,"683":1,"728":3,"757":1,"877":3,"904":4,"1058":2,"1285":2,"1428":1,"1572":2,"1586":1,"1856":3,"1917":2,"2122":1,"2194":1,"2275":13,"2330":1,"2478":1,"2482":1,"2483":3,"2484":2,"2485":12,"2555":7,"2574":4,"2607":1,"2611":12,"2619":8,"2624":1,"2630":1,"2644":3,"2651":8,"2658":35}}],["∈",{"2":{"0":1,"2433":5,"2574":2}}],["$c",{"2":{"2196":1}}],["$cellsize",{"2":{"1405":3}}],["$pattern",{"2":{"1586":1}}],["$threshold",{"2":{"1406":1}}],["$time",{"2":{"10":4}}],["$month",{"2":{"1287":1}}],["$merge",{"2":{"625":1}}],["$linewidth",{"2":{"1587":1}}],["$linecap",{"2":{"1585":1}}],["$l",{"2":{"908":2}}],["$frequency",{"2":{"874":1}}],["$va",{"2":{"626":1}}],["$value",{"2":{"290":1,"337":1}}],["$ha",{"2":{"626":1}}],["$unique",{"2":{"625":1}}],["$z",{"2":{"134":1}}],["$joinstyle",{"2":{"1584":1}}],["$j",{"2":{"98":1}}],["$instead",{"2":{"120":1}}],["$i",{"2":{"98":1,"626":1,"1058":3,"1404":2,"1998":1}}],["$year",{"2":{"1287":1}}],["$ys",{"2":{"135":1}}],["$y",{"2":{"0":1,"134":2}}],["$xs",{"2":{"135":1}}],["$x^2$",{"2":{"121":1}}],["$x",{"2":{"0":1,"78":3,"132":1,"134":2,"178":1}}],["$",{"2":{"0":7,"10":2,"26":1,"60":5,"61":1,"63":2,"75":1,"120":5,"134":4,"169":1,"178":1,"290":2,"337":2,"374":1,"379":1,"383":1,"396":1,"491":1,"1058":1,"1586":1,"2330":1}}],["78",{"2":{"2193":1}}],["793",{"2":{"1289":1}}],["791s",{"2":{"1288":1}}],["73",{"2":{"1289":1}}],["7342",{"2":{"35":2,"2644":2}}],["746",{"2":{"1917":1}}],["74",{"2":{"1285":1,"1289":1}}],["777",{"2":{"1917":1}}],["774",{"2":{"1917":2}}],["77",{"2":{"1285":1}}],["776d",{"2":{"63":1}}],["7pi",{"2":{"196":1}}],["7fe524afaed8915c253092bdd107f929b4643a0e",{"2":{"63":1}}],["7ddfe189fe09",{"2":{"58":1}}],["70",{"2":{"2660":5}}],["709",{"2":{"1917":1}}],["700",{"2":{"32":1,"2624":1,"2625":1}}],["7071067811865476km",{"2":{"0":4}}],["7071067811865475jm",{"2":{"0":2}}],["7071067811865475",{"2":{"0":2}}],["724s",{"2":{"1288":1}}],["729s",{"2":{"1288":1}}],["720",{"2":{"92":1}}],["72",{"2":{"12":1,"105":1,"107":2}}],["758",{"2":{"1917":1}}],["75f897e0",{"2":{"61":1}}],["7579554918079245777",{"2":{"60":1}}],["75",{"2":{"0":2,"8":2,"16":1,"80":1,"81":1,"106":5,"515":2,"1200":2,"1285":1,"1774":6,"1861":1,"2480":2,"2609":1,"2610":1,"2660":5}}],["7",{"0":{"1288":1},"2":{"0":3,"10":1,"12":1,"16":1,"33":1,"63":3,"66":2,"168":2,"186":1,"189":1,"357":2,"362":2,"491":1,"582":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"1141":2,"1142":3,"1164":1,"1285":9,"1288":1,"1426":5,"1428":1,"1584":1,"1914":2,"2190":5,"2192":1,"2194":1,"2195":1,"2275":1,"2398":1,"2459":1,"2480":1,"2482":1,"2484":1,"2555":7,"2607":3,"2608":5,"2619":6,"2620":2,"2621":1,"2622":2,"2624":2,"2631":2,"2651":6,"2653":3,"2658":35}}],["92",{"2":{"2275":1}}],["92297a42adde987adbce1878b32ec935de43c74a",{"2":{"58":1}}],["912",{"2":{"2275":2}}],["914",{"2":{"75":1}}],["95",{"2":{"2660":22}}],["951",{"2":{"1917":1}}],["954232744176130810",{"2":{"58":1}}],["98",{"2":{"2624":3,"2625":3,"2660":7}}],["985",{"2":{"1917":1}}],["9828",{"2":{"35":2,"2644":2}}],["96",{"2":{"2641":1,"2660":2}}],["961",{"2":{"1917":1}}],["963",{"2":{"1917":1}}],["936",{"2":{"1917":1}}],["93",{"2":{"1285":1}}],["9384",{"2":{"118":1}}],["9pi",{"2":{"757":1,"794":1}}],["977726",{"2":{"2614":1}}],["97",{"2":{"710":3,"711":3,"2660":1}}],["947",{"2":{"1917":1}}],["94",{"2":{"494":3,"590":3,"724":3,"850":3,"915":3}}],["994",{"2":{"1917":2}}],["998c",{"2":{"1917":1}}],["99",{"2":{"287":1,"334":1,"1285":1,"2301":1}}],["999e",{"2":{"59":1}}],["9a90",{"2":{"61":1}}],["9ac3",{"2":{"58":1}}],["9f48",{"2":{"60":1}}],["906",{"2":{"2275":2}}],["909",{"2":{"1917":1}}],["9002",{"2":{"756":1}}],["9001",{"2":{"756":1}}],["9000",{"2":{"752":1,"756":2}}],["900",{"2":{"105":2,"106":2,"757":1,"1922":1}}],["90",{"2":{"0":1,"753":1,"1249":1,"1949":1,"2660":4}}],["9",{"2":{"0":2,"32":2,"34":1,"63":4,"189":1,"299":1,"346":1,"357":3,"585":1,"603":2,"863":1,"1058":1,"1141":1,"1285":6,"1426":2,"1572":12,"1586":2,"1587":3,"1914":1,"1915":1,"1917":2,"1922":3,"2192":1,"2194":1,"2275":4,"2484":8,"2611":8,"2619":3,"2624":2,"2627":2,"2651":8,"2658":31}}],["9e3",{"2":{"0":1,"150":1}}],["`lines`",{"2":{"166":1}}],["`used",{"2":{"166":1}}],["`upcolor`",{"2":{"148":1}}],["`update",{"2":{"148":1,"2644":1}}],["`axis`",{"2":{"166":1}}],["`any`",{"2":{"148":1}}],["`append",{"2":{"76":1}}],["`times`",{"2":{"148":3}}],["`time`",{"2":{"75":1}}],["`myplot`",{"2":{"147":1}}],["`myunit`",{"2":{"76":1}}],["`map`",{"2":{"76":1}}],["`makie",{"2":{"76":2,"2640":1}}],["`result",{"2":{"76":1}}],["`record`",{"2":{"12":1}}],["`documetation",{"2":{"2639":1}}],["`downcolor`",{"2":{"148":1}}],["`datainspector`",{"2":{"152":1}}],["`deregister`",{"2":{"76":1}}],["`display",{"2":{"12":1,"31":1}}],["`color`",{"2":{"166":1,"2122":1}}],["`convert",{"2":{"76":2,"167":1}}],["`compression`",{"2":{"0":2}}],["`hasmethod",{"2":{"76":1}}],["`volumeslices`",{"2":{"2433":1}}],["`vector",{"2":{"76":1}}],["`val`",{"2":{"0":1}}],["`environmentlight`",{"2":{"2644":1}}],["`expand",{"2":{"76":1}}],["`evaljs`",{"2":{"60":1}}],["`orientation=",{"2":{"1107":1,"2332":1}}],["`offset`",{"2":{"60":1}}],["`on`",{"2":{"76":1}}],["`on",{"2":{"60":1}}],["`image",{"2":{"31":1}}],["`scatter",{"2":{"166":1}}],["`sc`",{"2":{"148":1}}],["`stockvalues`",{"2":{"148":3}}],["`string`",{"2":{"76":1}}],["`string",{"2":{"0":1,"2237":1}}],["`show`",{"2":{"31":1}}],["`nothing`",{"2":{"0":2}}],["`",{"2":{"0":16,"12":1,"31":1,"76":8,"166":2,"2639":2,"2640":1,"2644":1}}],["`format`",{"2":{"0":6}}],["`point",{"2":{"1288":1}}],["`position`",{"2":{"60":1}}],["`pl`",{"2":{"162":2}}],["`plotgrid`",{"2":{"166":1}}],["`plot`",{"2":{"162":1}}],["`plot",{"2":{"76":2,"166":1}}],["`pixel",{"2":{"0":2}}],["`profile`",{"2":{"0":2}}],[">d==1",{"2":{"1105":1}}],[">x^2",{"2":{"704":1}}],[">x",{"2":{"75":1}}],[">",{"2":{"0":10,"12":2,"34":5,"36":1,"46":1,"61":1,"66":4,"80":1,"81":2,"98":1,"134":1,"137":2,"139":5,"148":1,"151":1,"163":1,"169":1,"186":6,"204":1,"208":1,"290":3,"337":3,"491":1,"625":1,"758":2,"908":1,"983":2,"1058":1,"1164":2,"1288":1,"1427":1,"1431":3,"1456":1,"2122":1,"2195":3,"2275":2,"2398":1,"2480":2,"2484":6,"2609":2,"2610":2}}],["≡",{"2":{"0":1}}],["∘",{"2":{"0":1}}],["π",{"2":{"0":5,"299":1,"346":1,"374":1,"379":1,"627":1,"951":3,"952":8,"1750":3,"2433":1,"2574":1}}],["6pi",{"2":{"2624":2,"2634":1,"2636":1}}],["694",{"2":{"1917":1}}],["696",{"2":{"1289":1}}],["682",{"2":{"1917":1}}],["68",{"2":{"1750":1}}],["651",{"2":{"1917":1}}],["657",{"2":{"1917":1}}],["650",{"2":{"1569":1,"1600":1,"1922":1}}],["65",{"2":{"199":2,"1285":1,"2480":2,"2483":1,"2660":1}}],["6711938774083180791",{"2":{"61":1}}],["645l2",{"2":{"1917":1}}],["646",{"2":{"1917":1}}],["64",{"2":{"22":1,"2485":3,"2605":1}}],["609",{"2":{"1917":1}}],["60th",{"2":{"105":1}}],["6000",{"2":{"2330":1}}],["600",{"2":{"19":1,"23":2,"24":1,"96":2,"98":1,"100":2,"105":6,"106":9,"107":4,"138":1,"157":1,"751":2,"753":2,"758":1,"1287":1,"1288":1,"1289":1,"1569":1,"1600":1,"1856":1,"2607":2,"2608":2,"2609":6,"2610":2,"2641":1,"2642":1}}],["60",{"2":{"12":1,"58":1,"63":1,"73":2,"2609":1,"2651":2,"2660":4}}],["6f0",{"2":{"0":3}}],["63eabd7e5cdba117e0f108deda267cfe9022d5ee",{"2":{"63":1}}],["63",{"2":{"0":2}}],["6x",{"2":{"0":2}}],["6",{"2":{"0":8,"12":1,"16":1,"28":1,"32":1,"34":2,"35":2,"61":1,"63":3,"66":2,"152":2,"164":1,"169":5,"186":1,"187":3,"189":2,"199":2,"383":1,"424":1,"457":1,"488":1,"603":1,"666":4,"751":6,"844":1,"1058":1,"1142":2,"1164":2,"1259":1,"1285":4,"1323":1,"1408":1,"1426":4,"1428":1,"1457":1,"1584":3,"1586":3,"1856":3,"1913":1,"1914":2,"1915":1,"1917":4,"1926":2,"1953":1,"2194":1,"2275":11,"2301":4,"2482":1,"2484":2,"2555":8,"2619":3,"2624":6,"2626":1,"2630":4,"2631":2,"2644":2,"2651":6,"2658":35}}],["|rout|",{"2":{"758":1}}],["|>",{"2":{"46":1}}],["||",{"2":{"0":2,"80":3,"81":3,"2505":2}}],["|q|",{"2":{"0":2}}],["|",{"2":{"0":5,"27":1,"83":2,"2654":26,"2655":36,"2656":390,"2657":78,"2658":584,"2659":10,"2660":158,"2661":28,"2662":156}}],["ϕ",{"2":{"0":4,"159":2}}],["+z",{"2":{"2484":1}}],["+zs",{"2":{"1200":2}}],["+y",{"2":{"2484":1}}],["+x",{"2":{"2484":1}}],["+pi",{"2":{"379":1}}],["+=",{"2":{"196":3,"491":1,"2158":2}}],["+1",{"2":{"80":1,"152":2}}],["+",{"2":{"0":37,"10":1,"12":2,"34":3,"35":1,"36":3,"45":1,"58":1,"60":2,"61":7,"63":3,"64":1,"66":17,"75":1,"80":1,"81":1,"82":2,"83":1,"91":8,"120":2,"134":3,"135":1,"148":6,"163":3,"169":3,"187":3,"191":1,"195":3,"196":1,"204":1,"212":3,"577":2,"624":1,"751":1,"757":3,"924":1,"952":1,"983":2,"1016":1,"1025":2,"1049":1,"1058":2,"1164":3,"1259":1,"1285":3,"1288":1,"1289":2,"1292":1,"1322":1,"1323":1,"1427":2,"1584":1,"1587":2,"1653":1,"1687":1,"1774":1,"1807":1,"1856":4,"2122":1,"2158":4,"2180":1,"2192":2,"2195":4,"2196":1,"2274":2,"2275":14,"2276":2,"2301":2,"2303":2,"2398":2,"2424":1,"2433":1,"2459":1,"2480":2,"2511":1,"2574":1,"2605":2,"2609":4,"2611":6,"2619":3,"2620":2,"2621":1,"2622":2,"2624":6,"2627":1,"2630":2,"2631":1,"2634":2,"2640":2}}],["q3",{"2":{"0":1,"1878":1}}],["q1",{"2":{"0":1,"1878":1}}],["questions",{"0":{"86":1},"1":{"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1,"98":1},"2":{"200":3}}],["quick",{"2":{"626":1}}],["quickly",{"2":{"2":1,"16":1,"31":1,"56":1,"74":1,"140":1,"161":1,"163":1,"214":1}}],["quite",{"2":{"18":1,"31":1,"190":1,"2485":1,"2615":1,"2644":1}}],["quiet",{"2":{"0":1}}],["quadface",{"2":{"1629":1,"2609":1}}],["quad",{"2":{"120":1}}],["quadratically",{"2":{"0":1,"1944":1}}],["quaternions",{"2":{"0":1,"158":1,"2644":1}}],["quaternion",{"2":{"0":3,"66":1,"158":1,"1686":1,"2644":1}}],["quaternionf",{"2":{"0":1,"66":1}}],["quartiles",{"2":{"0":1,"1831":1}}],["quantile",{"2":{"0":1,"1831":1}}],["quantiles",{"2":{"0":1,"1831":1}}],["quality",{"0":{"1015":1,"2150":1},"2":{"0":10,"9":1,"13":1,"15":1,"31":1,"107":1}}],["quot",{"0":{"12":2},"2":{"0":92,"16":8,"22":4,"23":2,"27":2,"45":2,"47":2,"70":2,"83":6,"94":8,"97":2,"106":4,"132":2,"150":2,"151":2,"156":2,"160":2,"162":2,"239":2,"248":2,"266":2,"290":2,"313":2,"337":2,"373":2,"388":2,"396":2,"402":2,"435":2,"466":2,"504":2,"528":2,"617":2,"642":2,"720":2,"721":2,"831":2,"834":2,"896":2,"967":2,"1159":2,"1358":2,"1584":2,"1856":2,"2059":2,"2231":2,"2263":2,"2478":2,"2615":2,"2618":2,"2619":4,"2644":4,"2646":2}}],["qqline",{"2":{"0":4,"1807":1,"1831":4,"1832":1}}],["qqplot",{"0":{"1724":1,"1831":1},"1":{"1832":1,"1833":1,"1834":1,"1835":1,"1836":1,"1837":1,"1838":1,"1839":1,"1840":1,"1841":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1847":1,"1848":1,"1849":1,"1850":1,"1851":1,"1852":1,"1853":1,"1854":1,"1855":1},"2":{"0":13,"1806":2,"1831":3,"1832":1}}],["qqnorm",{"0":{"1723":1,"1806":1},"1":{"1807":1,"1808":1,"1809":1,"1810":1,"1811":1,"1812":1,"1813":1,"1814":1,"1815":1,"1816":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1822":1,"1823":1,"1824":1,"1825":1,"1826":1,"1827":1,"1828":1,"1829":1,"1830":1},"2":{"0":11,"1806":3,"1807":1}}],["q",{"2":{"0":15,"45":1,"1806":2,"1831":4}}],["jet",{"2":{"2662":1}}],["jet1",{"2":{"2657":1}}],["j2",{"2":{"2158":6}}],["january",{"2":{"1323":1}}],["javascript",{"0":{"60":1},"2":{"48":5,"60":2,"61":1}}],["jkrumbiegel",{"2":{"149":1}}],["joss",{"2":{"199":4}}],["journal",{"2":{"107":1,"199":4,"2615":1}}],["journals",{"2":{"107":2}}],["jobs",{"2":{"1058":1}}],["job",{"2":{"69":1,"70":1,"1058":5,"2642":1}}],["joint",{"2":{"1430":4}}],["joints",{"2":{"35":2,"2644":3}}],["joindir",{"2":{"94":1}}],["joinpath",{"2":{"33":1,"1287":1}}],["joins",{"2":{"0":5,"972":1,"1363":1,"1589":1,"2064":1}}],["joinstyles",{"2":{"1584":2}}],["joinstyle",{"0":{"967":1,"1149":1,"1179":1,"1215":1,"1358":1,"1525":1,"1584":1,"1789":1,"1975":1,"2003":1,"2059":1,"2140":1,"2314":1,"2535":1},"2":{"0":30,"967":1,"1149":1,"1179":1,"1215":1,"1358":1,"1525":1,"1584":3,"1789":1,"1975":1,"2003":1,"2059":1,"2140":1,"2314":1,"2535":1}}],["join",{"2":{"0":5,"972":1,"1287":1,"1363":1,"1589":1,"2064":1}}],["jsrender",{"2":{"63":1}}],["js",{"2":{"58":2,"60":12,"61":4,"63":1,"2485":1}}],["json",{"2":{"36":2}}],["jpg",{"2":{"36":1}}],["jiggly",{"2":{"31":1}}],["jitter",{"2":{"0":1,"863":1,"1856":1}}],["j+1",{"2":{"0":1,"1424":1,"2609":2}}],["jll",{"2":{"9":1}}],["jl",{"0":{"3":1,"5":1,"6":1,"32":1,"33":1,"34":1,"35":1},"2":{"0":13,"9":1,"13":2,"15":1,"17":1,"27":1,"74":1,"76":1,"108":1,"119":2,"130":2,"140":1,"143":1,"149":1,"161":1,"197":1,"199":2,"200":1,"290":1,"337":1,"582":1,"1627":1,"2195":2,"2231":1,"2273":1,"2275":2,"2298":1,"2300":1,"2301":1,"2458":1,"2459":1,"2505":3,"2640":3,"2646":3,"2652":2,"2653":1,"2654":1}}],["j",{"2":{"0":5,"36":2,"45":1,"92":6,"98":3,"166":1,"178":2,"396":3,"579":1,"582":2,"584":2,"626":1,"1142":1,"1424":4,"1427":1,"1586":2,"1774":6,"1919":2,"2158":7,"2609":1,"2615":2,"2640":2}}],["july",{"2":{"1323":1}}],["julius",{"2":{"199":1}}],["juliaga",{"2":{"2626":1}}],["juliaggplot",{"2":{"183":1}}],["juliaglmakie",{"2":{"22":1}}],["juliaz",{"2":{"0":2,"133":1,"134":1}}],["juliazticks",{"2":{"0":1}}],["juliaztickrotation",{"2":{"0":2}}],["juliaztickrange",{"2":{"0":1}}],["juliazticklabels",{"2":{"0":1}}],["juliazoom",{"2":{"0":2}}],["juliazlims",{"2":{"0":3}}],["juliazlabel",{"2":{"0":1}}],["juliayspace",{"2":{"207":1}}],["juliay",{"2":{"133":1}}],["juliayticks",{"2":{"0":1}}],["juliaytickrotation",{"2":{"0":2}}],["juliaytickrange",{"2":{"0":1}}],["juliayticklabels",{"2":{"0":1}}],["juliaylims",{"2":{"0":3,"2627":1}}],["juliaylabel",{"2":{"0":1}}],["juliaxs",{"2":{"135":3,"2630":1}}],["juliax2",{"2":{"131":1}}],["juliax",{"2":{"0":1,"132":1,"134":1}}],["juliaxticks",{"2":{"0":1}}],["juliaxtickrotation",{"2":{"0":2}}],["juliaxtickrange",{"2":{"0":1}}],["juliaxticklabels",{"2":{"0":1}}],["juliaxlims",{"2":{"0":3}}],["juliaxlabel",{"2":{"0":1}}],["juliaw",{"2":{"2642":1}}],["juliawglmakie",{"2":{"56":1}}],["juliawireframe",{"2":{"0":1,"2573":1}}],["juliawith",{"2":{"0":1,"171":1,"172":1,"173":1,"174":1,"175":1,"176":1,"181":2,"184":1,"185":1}}],["juliawilkinsonticks",{"2":{"0":1}}],["juliawaterfall",{"2":{"0":1,"2554":1}}],["juliauc",{"2":{"75":1}}],["juliaunitfulconversion",{"2":{"75":1}}],["juliaused",{"2":{"0":1}}],["juliausing",{"2":{"0":2,"8":1,"10":2,"11":1,"12":1,"14":2,"19":2,"20":1,"30":1,"32":1,"33":1,"34":1,"38":1,"39":1,"46":1,"58":1,"59":1,"60":2,"63":2,"64":1,"73":1,"75":1,"78":1,"80":3,"81":1,"82":2,"92":1,"96":1,"97":1,"98":1,"102":2,"103":1,"109":1,"110":2,"118":2,"120":2,"121":1,"131":1,"138":1,"141":1,"142":1,"148":1,"152":2,"163":1,"164":2,"166":1,"167":1,"168":1,"169":1,"178":1,"186":1,"187":1,"189":1,"190":3,"191":2,"192":1,"194":1,"195":2,"196":1,"197":1,"202":1,"204":1,"205":2,"206":1,"207":1,"208":1,"222":1,"223":1,"234":1,"239":1,"248":1,"249":1,"261":1,"266":1,"279":1,"287":2,"290":1,"299":1,"301":1,"304":1,"308":1,"313":1,"326":1,"334":2,"337":1,"346":1,"348":1,"351":1,"357":1,"358":1,"361":1,"362":1,"364":1,"373":2,"374":1,"379":1,"383":1,"384":2,"396":1,"410":1,"443":1,"474":1,"491":1,"515":2,"516":1,"575":1,"576":1,"577":1,"578":1,"579":1,"580":1,"581":1,"582":2,"583":1,"584":1,"585":1,"603":2,"624":1,"625":2,"626":2,"627":1,"628":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"691":1,"704":1,"705":1,"749":1,"750":1,"751":2,"752":1,"753":3,"757":4,"758":1,"844":1,"863":1,"873":1,"874":1,"908":1,"924":1,"952":3,"983":4,"1025":3,"1058":5,"1105":3,"1106":1,"1107":1,"1141":1,"1142":1,"1143":1,"1164":3,"1200":2,"1235":3,"1236":1,"1259":1,"1282":1,"1284":1,"1285":1,"1287":1,"1288":1,"1289":1,"1322":4,"1323":2,"1324":1,"1343":3,"1374":3,"1404":2,"1405":2,"1406":1,"1407":1,"1408":1,"1409":1,"1426":4,"1427":1,"1428":1,"1429":1,"1430":1,"1431":1,"1455":1,"1456":1,"1457":1,"1458":1,"1481":1,"1510":1,"1545":1,"1569":1,"1572":1,"1584":1,"1585":1,"1586":2,"1587":1,"1599":1,"1600":1,"1628":2,"1629":1,"1662":1,"1750":2,"1774":6,"1807":1,"1832":1,"1856":1,"1880":2,"1910":1,"1911":1,"1913":1,"1914":3,"1915":1,"1916":1,"1917":1,"1918":1,"1919":1,"1920":1,"1921":1,"1922":1,"1925":1,"1926":1,"1944":1,"1949":1,"1952":1,"1953":1,"1960":1,"1998":1,"1999":1,"2000":1,"2017":1,"2044":1,"2075":4,"2111":1,"2122":1,"2158":3,"2189":1,"2190":1,"2191":1,"2192":1,"2193":1,"2194":1,"2195":2,"2196":1,"2197":1,"2239":1,"2274":2,"2275":4,"2276":1,"2301":3,"2330":5,"2331":1,"2332":1,"2368":1,"2398":2,"2433":1,"2459":6,"2480":1,"2481":1,"2482":1,"2483":1,"2484":2,"2485":3,"2520":1,"2555":7,"2574":1,"2602":1,"2607":1,"2608":1,"2609":3,"2610":1,"2611":1,"2614":1,"2615":1,"2618":2,"2624":1,"2625":1,"2640":1,"2644":1,"2646":1,"2651":1,"2653":1}}],["juliaupdate",{"2":{"0":5,"159":4,"180":1}}],["juliatailwindcss",{"2":{"63":1}}],["juliatext",{"2":{"0":1,"2188":1}}],["juliatry",{"2":{"73":2}}],["juliatrim",{"2":{"583":1}}],["juliatriplot",{"2":{"0":1,"2300":1}}],["juliatricontourf",{"2":{"0":1,"2273":1}}],["juliatranslate",{"2":{"0":4,"158":2,"2640":1,"2644":3}}],["juliatooltip",{"2":{"0":1,"2237":1}}],["juliato",{"2":{"0":4}}],["juliatimestamps",{"2":{"148":2}}],["juliatimeseries",{"2":{"0":1}}],["juliatightlimits",{"2":{"0":2}}],["juliatight",{"2":{"0":1}}],["juliathetalims",{"2":{"0":1}}],["juliavalue",{"2":{"132":1}}],["juliavol",{"2":{"92":1}}],["juliavolume",{"2":{"0":1,"2397":1}}],["juliavoxels",{"2":{"0":1,"2478":1}}],["juliavoronoiplot",{"2":{"0":1,"2458":1}}],["juliavspan",{"2":{"0":1,"2520":1}}],["juliavlines",{"2":{"0":1,"2368":1}}],["juliaviolin",{"2":{"0":1,"2329":1}}],["juliaviewport",{"2":{"0":1}}],["juliavideostream",{"2":{"0":1}}],["juliav",{"2":{"0":1,"2121":1}}],["julianot",{"2":{"0":1}}],["juliant",{"2":{"0":1}}],["julian",{"2":{"0":1,"58":1,"2016":1,"2636":1}}],["julianative",{"2":{"0":3}}],["juliarowgap",{"2":{"584":1,"2634":1}}],["juliarowsize",{"2":{"2638":1}}],["juliarows",{"2":{"63":1}}],["juliarotation",{"2":{"0":1}}],["juliarotate",{"2":{"0":4,"158":2,"2644":2}}],["juliarprmakie",{"2":{"31":1}}],["juliarlims",{"2":{"0":1}}],["juliarangebars",{"2":{"0":1,"1879":1}}],["juliarainclouds",{"2":{"0":1,"1856":5}}],["juliaresize",{"2":{"0":1,"98":1,"2615":2}}],["juliareset",{"2":{"0":1}}],["juliaresample",{"2":{"0":1}}],["juliaregister",{"2":{"0":2,"217":1}}],["juliarecordframe",{"2":{"0":1}}],["juliarecord",{"2":{"0":4}}],["juliarectlight",{"2":{"0":1}}],["juliareversiblescale",{"2":{"0":1}}],["juliaqqplot",{"2":{"0":1,"1831":1}}],["juliaqqnorm",{"2":{"0":1,"1806":1}}],["juliaor",{"2":{"0":1}}],["juliaold",{"2":{"0":3}}],["juliaonpick",{"2":{"0":2}}],["juliaon",{"2":{"0":3,"132":1,"2641":1}}],["juliaimport",{"2":{"152":1,"162":1}}],["juliaimage",{"2":{"0":1,"1544":1}}],["juliais",{"2":{"0":1}}],["juliaintervalsbetween",{"2":{"0":1}}],["juliah",{"2":{"2647":1}}],["juliahotkey",{"2":{"83":2}}],["juliahovered",{"2":{"0":1}}],["juliahub",{"0":{"54":1},"2":{"54":1}}],["juliahspan",{"2":{"0":1,"1510":1}}],["juliahlines",{"2":{"0":1,"1481":1}}],["juliahist",{"2":{"0":1,"1454":1}}],["juliahidezdecorations",{"2":{"0":1}}],["juliahideydecorations",{"2":{"0":1}}],["juliahidexdecorations",{"2":{"0":1}}],["juliahidethetadecorations",{"2":{"0":1}}],["juliahidespines",{"2":{"0":1}}],["juliahiderdecorations",{"2":{"0":1}}],["juliahidedecorations",{"2":{"0":2,"2629":1}}],["juliaheatmap",{"2":{"0":1,"91":1,"1424":1}}],["juliahexbin",{"2":{"0":1,"1402":1}}],["juliahelp",{"2":{"0":3}}],["julia>help",{"2":{"0":1}}],["julia",{"2":{"0":7,"8":1,"26":3,"28":4,"29":1,"30":1,"35":1,"36":1,"48":2,"52":1,"58":3,"59":1,"60":2,"61":1,"62":1,"66":1,"73":1,"75":2,"87":1,"91":1,"116":2,"147":1,"148":1,"184":1,"185":1,"196":1,"197":1,"199":2,"200":1,"627":1,"1282":3,"1289":1,"1629":1,"2602":1,"2616":1,"2617":2,"2618":4,"2619":3,"2644":1,"2662":1}}],["juliabegin",{"2":{"0":3,"62":1}}],["juliabezierpath",{"2":{"0":2}}],["juliabrain",{"2":{"2633":1}}],["juliabracket",{"2":{"0":1,"1139":1}}],["juliabroadcast",{"2":{"0":1}}],["juliabox",{"2":{"2615":2}}],["juliaboxplot",{"2":{"0":1,"1104":1}}],["juliaboundingbox",{"2":{"0":2}}],["juliabarplot",{"2":{"0":1,"1057":1,"1058":3}}],["juliaband",{"2":{"0":1,"1024":1}}],["juliasubwindow",{"2":{"2640":1}}],["juliasurface",{"2":{"0":1,"2157":1}}],["julias",{"2":{"162":1,"164":1}}],["juliasignal",{"2":{"0":1}}],["juliaspace",{"2":{"0":3}}],["juliaspotlight",{"2":{"0":1}}],["juliastephist",{"2":{"0":1,"2110":1}}],["juliastem",{"2":{"0":1,"2074":1}}],["juliastairs",{"2":{"0":1,"2043":1}}],["juliastreamplot",{"2":{"0":1,"2121":1}}],["juliastruct",{"2":{"0":1,"76":1,"1292":1}}],["juliastr",{"2":{"0":1}}],["juliashowgradients",{"2":{"0":1}}],["juliaseconds",{"2":{"2619":1}}],["juliaset",{"2":{"0":2,"177":1,"178":1}}],["juliaseries",{"2":{"0":1,"1996":1}}],["juliaselect",{"2":{"0":3}}],["juliascreen",{"2":{"2640":1}}],["juliasc",{"2":{"91":1}}],["juliascatter",{"2":{"0":1,"73":1,"100":1,"137":1,"139":1,"1908":1,"2619":2}}],["juliascatterlines",{"2":{"0":1,"1959":1}}],["juliascale",{"2":{"0":1,"158":1,"2644":1}}],["juliascene",{"2":{"0":1,"2639":1,"2641":1,"2642":1,"2644":1}}],["juliasave",{"2":{"0":1,"24":1,"2623":1}}],["juliasg",{"2":{"0":1}}],["juliaslidergrid",{"2":{"0":1}}],["juliaparent",{"2":{"2644":1}}],["juliapattern",{"2":{"0":2}}],["juliapkg",{"2":{"2618":2}}],["juliapoints",{"2":{"12":1}}],["juliapointlight",{"2":{"0":1}}],["juliapoly",{"2":{"0":1,"1773":1}}],["juliaplottype",{"2":{"145":1}}],["juliaplotlist",{"2":{"0":1}}],["juliaplotspec",{"2":{"0":1}}],["juliapie",{"2":{"0":1,"1749":1}}],["juliapick",{"2":{"0":4}}],["juliamutable",{"2":{"218":1}}],["juliamultiline",{"2":{"134":1}}],["juliamakie",{"2":{"145":4,"2647":1}}],["juliameshscatter",{"2":{"0":1,"1661":1}}],["juliamesh",{"2":{"0":1,"1627":1}}],["juliamenu1",{"2":{"0":1}}],["juliamenu",{"2":{"0":1}}],["juliamyplot",{"2":{"147":1}}],["juliamy",{"2":{"0":1}}],["juliamore",{"2":{"1856":1}}],["juliamodule",{"2":{"149":2}}],["juliamouseposition",{"2":{"0":1}}],["juliamouseover",{"2":{"0":1}}],["juliamouseevent",{"2":{"0":1}}],["juliamoveto",{"2":{"0":1}}],["juliafor",{"2":{"2635":1,"2637":1}}],["juliafontsize",{"2":{"178":1}}],["juliafont",{"2":{"109":1}}],["juliafps",{"2":{"85":1}}],["juliaf",{"2":{"73":1,"100":1,"101":1,"104":3,"133":1,"166":1,"583":1,"2615":3,"2620":2,"2621":1,"2622":1}}],["juliafunction",{"2":{"8":1,"147":2,"148":1,"152":1,"2605":1,"2648":2}}],["juliafuncs",{"2":{"0":1}}],["juliafill",{"2":{"0":1}}],["juliafileio",{"2":{"0":1}}],["juliafigureaxisplot",{"2":{"100":1}}],["juliafigure",{"2":{"0":1,"2643":1}}],["juliafig",{"2":{"0":3,"23":1,"24":1,"31":1,"1856":1}}],["julialeg",{"2":{"2628":1}}],["julialegend",{"2":{"0":3}}],["julialbls",{"2":{"151":1}}],["julialabel",{"2":{"2629":1,"2634":1}}],["julialabelslidergrid",{"2":{"0":1}}],["julialabelslider",{"2":{"0":1}}],["julialang",{"2":{"63":1,"2617":1}}],["julialinkyaxes",{"2":{"0":1}}],["julialinkxaxes",{"2":{"0":1}}],["julialinkaxes",{"2":{"0":1}}],["julialineobject",{"2":{"203":1}}],["julialinesegments",{"2":{"0":1,"1598":1}}],["julialines",{"2":{"0":1,"182":1,"1568":1,"2619":2}}],["julialinestyle",{"2":{"0":1}}],["julialineto",{"2":{"0":1}}],["julialimits",{"2":{"0":6}}],["julialogticks",{"2":{"0":1}}],["juliaerrorbars",{"2":{"0":1,"1373":1}}],["juliaecdfplot",{"2":{"0":1,"1342":1}}],["juliaexclusively",{"2":{"0":1}}],["juliaenvironmentlight",{"2":{"0":1}}],["juliaellipticalarc",{"2":{"0":2}}],["juliadark",{"2":{"179":1}}],["juliadate",{"2":{"75":1}}],["juliadatetimeconversion",{"2":{"75":1}}],["juliadatashader",{"2":{"0":1,"1282":1,"1289":1}}],["juliadata",{"2":{"0":2}}],["juliadatainspector",{"2":{"0":1,"150":1}}],["juliademofigure",{"2":{"170":1}}],["juliaderegister",{"2":{"0":1}}],["juliadensity",{"2":{"0":1,"1321":1}}],["juliadeactivate",{"2":{"0":1}}],["juliadirectionallight",{"2":{"0":1}}],["juliacb",{"2":{"2631":1,"2632":1}}],["juliacd",{"2":{"2618":1}}],["juliacube",{"2":{"2398":1}}],["juliacurrent",{"2":{"0":5}}],["juliacurveto",{"2":{"0":1}}],["juliacrossbar",{"2":{"0":1,"1258":1}}],["juliacolgap",{"2":{"2629":1,"2632":1,"2635":1}}],["juliacolsize",{"2":{"2615":1,"2638":1}}],["juliacolors",{"2":{"1058":1}}],["juliacolorbuffer",{"2":{"0":2}}],["juliacolorbar",{"2":{"0":1}}],["juliaconst",{"2":{"147":2}}],["juliacontainer",{"2":{"134":1}}],["juliacontourf",{"2":{"0":1,"1235":1}}],["juliacontour3d",{"2":{"0":1,"1199":1}}],["juliacontour",{"2":{"0":1,"1163":1}}],["juliaconvert",{"2":{"0":17}}],["juliacycled",{"2":{"0":1}}],["juliaclosepath",{"2":{"0":1}}],["juliacategory",{"2":{"1856":1}}],["juliacategoricalconversion",{"2":{"75":1}}],["juliacategorical",{"2":{"0":2}}],["juliacairomakie",{"2":{"16":1,"17":1}}],["juliacampixel",{"2":{"0":1,"2640":1}}],["juliacam",{"2":{"0":1,"2642":2}}],["juliacam3d",{"2":{"0":2,"2640":1}}],["juliacam2d",{"2":{"0":1}}],["juliacamera3d",{"2":{"0":1,"45":1}}],["juliacamera",{"2":{"0":1}}],["juliaaxs",{"2":{"2634":1}}],["juliaaxmain",{"2":{"2627":1}}],["juliaaxtop",{"2":{"2627":1}}],["juliaax",{"2":{"2615":1}}],["juliaaxislegend",{"2":{"0":1}}],["juliaaxis3d",{"2":{"0":1}}],["juliaaxis",{"2":{"0":1}}],["juliaapp",{"2":{"61":1}}],["juliaand",{"2":{"0":1}}],["juliaannotations",{"2":{"0":1}}],["juliaargument",{"2":{"147":1}}],["juliaarrows",{"2":{"0":1,"982":1}}],["juliaarc",{"2":{"0":1,"951":1}}],["juliaavailable",{"2":{"0":3}}],["juliaautolimits",{"2":{"0":2}}],["juliaaddmouseevents",{"2":{"0":1}}],["juliaactivate",{"2":{"0":1}}],["juliaaccum",{"2":{"0":1}}],["juliaablines",{"2":{"0":1,"924":1}}],["juliaabsolute",{"2":{"0":1}}],["juliaambientlight",{"2":{"0":1}}],["june",{"2":{"1323":1}}],["jump",{"2":{"585":2,"844":1}}],["jupyterlab",{"0":{"52":1},"2":{"52":1}}],["jupyterhub",{"0":{"52":1}}],["jupyter",{"2":{"31":1,"52":1,"106":1}}],["justified",{"2":{"2192":1}}],["justification",{"0":{"611":1,"1150":1,"2192":1,"2217":1,"2251":1},"2":{"0":5,"603":4,"611":1,"646":2,"2192":6}}],["justify",{"2":{"63":7}}],["just",{"2":{"0":7,"12":1,"30":1,"31":3,"39":1,"49":1,"56":1,"60":1,"61":2,"62":1,"63":1,"64":3,"73":1,"76":1,"81":1,"82":2,"83":1,"85":1,"92":1,"100":1,"105":1,"106":2,"107":3,"118":1,"129":1,"132":1,"134":1,"135":1,"137":1,"139":1,"144":1,"148":3,"152":1,"157":1,"162":3,"190":1,"384":1,"603":1,"691":1,"720":1,"754":1,"1282":1,"1286":1,"1323":1,"1629":3,"1914":1,"1916":1,"1954":1,"2232":1,"2615":5,"2628":1,"2630":1,"2631":1,"2633":2,"2635":1,"2644":1}}],["44",{"2":{"2660":1}}],["448",{"2":{"2483":1}}],["446",{"2":{"1917":1}}],["46",{"2":{"2275":2,"2660":1}}],["469a",{"2":{"63":1}}],["414",{"2":{"1917":1}}],["43",{"2":{"1917":2}}],["475",{"2":{"1200":2}}],["4710959324824575752",{"2":{"58":1}}],["4phi",{"2":{"752":2}}],["4pi",{"2":{"234":7,"773":1,"2044":1,"2075":4}}],["4px",{"2":{"63":1}}],["4u",{"2":{"75":1}}],["4a61",{"2":{"61":1}}],["4a43",{"2":{"60":1}}],["4947535fbfaa1c66a46d3fa9c430635b66cc2305",{"2":{"60":1}}],["4f2d",{"2":{"59":1}}],["4f0",{"2":{"0":3}}],["406",{"2":{"1917":1}}],["40",{"2":{"169":1,"189":10,"406":1,"439":1,"582":1,"633":2,"669":2,"1289":2,"1407":2,"1944":1,"2651":3,"2660":4}}],["4048",{"2":{"58":1}}],["4000",{"2":{"2330":1}}],["400",{"2":{"24":1,"35":2,"100":2,"190":1,"191":1,"575":3,"750":1,"753":1,"1236":1,"2644":2}}],["4df4",{"2":{"58":1}}],["4k",{"2":{"36":1}}],["429",{"2":{"1917":1}}],["425b",{"2":{"60":1}}],["42",{"2":{"12":1,"1750":1}}],["45f0",{"2":{"2642":1}}],["457",{"2":{"1917":1}}],["457f",{"2":{"63":1}}],["450",{"2":{"105":5,"106":11,"2398":1,"2459":1,"2641":1,"2642":1}}],["450c",{"2":{"58":1}}],["45",{"2":{"0":3,"45":1,"1285":1,"1949":2,"2275":1,"2660":3}}],["4",{"2":{"0":24,"10":1,"12":4,"16":1,"20":1,"32":1,"33":2,"34":3,"36":1,"46":1,"58":2,"60":3,"61":2,"63":3,"64":1,"66":5,"71":1,"73":1,"75":5,"98":1,"107":4,"110":1,"152":1,"162":3,"163":1,"164":1,"166":1,"167":1,"168":1,"169":2,"182":1,"184":1,"185":3,"189":1,"191":12,"194":1,"195":2,"207":1,"252":1,"279":1,"290":1,"304":1,"326":1,"337":1,"341":1,"351":1,"374":1,"392":1,"491":1,"498":1,"515":2,"581":4,"585":1,"627":2,"628":5,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"757":7,"758":2,"793":1,"799":1,"826":1,"952":2,"983":2,"1058":1,"1141":3,"1143":1,"1285":5,"1322":2,"1323":2,"1374":3,"1406":1,"1426":2,"1428":1,"1431":1,"1569":2,"1572":1,"1584":2,"1586":5,"1600":2,"1628":1,"1750":2,"1856":4,"1880":2,"1914":3,"1917":4,"1918":3,"1922":3,"1925":2,"1944":3,"1949":2,"1998":2,"1999":1,"2000":1,"2017":1,"2121":1,"2158":1,"2191":2,"2194":2,"2265":4,"2275":13,"2301":4,"2330":2,"2398":1,"2459":1,"2480":1,"2482":1,"2484":5,"2485":1,"2555":7,"2604":1,"2608":1,"2609":2,"2611":3,"2619":1,"2626":1,"2643":1,"2644":2,"2651":17,"2653":2,"2658":35}}],["5a4719",{"2":{"2614":1}}],["5length",{"2":{"2433":3}}],["5cos",{"2":{"2275":1}}],["52",{"2":{"1917":1,"2193":1}}],["52h103",{"2":{"1917":1}}],["528",{"2":{"1917":1}}],["586",{"2":{"1917":1}}],["5800h",{"2":{"1286":1}}],["538",{"2":{"1917":1}}],["5sin",{"2":{"2275":1}}],["5s",{"2":{"1287":1}}],["5spacing",{"2":{"66":1}}],["549",{"2":{"1917":2}}],["543",{"2":{"1917":1}}],["541",{"2":{"1917":1}}],["54",{"2":{"1285":1}}],["5pi",{"2":{"1141":1,"2190":1}}],["5px",{"2":{"63":6}}],["5xs",{"2":{"2075":2}}],["5x",{"2":{"169":1}}],["55",{"2":{"75":1,"2660":6}}],["550",{"2":{"39":1}}],["555",{"2":{"0":1,"2505":1}}],["567312df405a",{"2":{"60":1}}],["56",{"2":{"36":1}}],["512",{"2":{"2483":1}}],["51",{"2":{"0":2,"12":1,"63":1,"134":1}}],["502",{"2":{"1917":2}}],["506",{"2":{"92":1}}],["50329d62761c",{"2":{"60":1}}],["50000",{"2":{"35":1,"2644":1}}],["500",{"2":{"0":3,"31":1,"32":1,"34":1,"35":2,"96":2,"155":2,"752":1,"1406":1,"1569":2,"1600":2,"1856":1,"1922":2,"2145":1,"2615":3,"2639":2,"2644":2}}],["50",{"2":{"0":1,"12":1,"35":2,"39":2,"63":2,"66":1,"134":1,"163":2,"178":1,"187":3,"196":2,"290":1,"470":1,"515":2,"576":1,"580":2,"582":4,"584":1,"627":1,"1025":2,"1141":1,"1914":5,"1915":1,"1917":5,"1921":1,"2274":2,"2276":2,"2301":1,"2433":1,"2459":3,"2609":1,"2624":2,"2630":2,"2644":2,"2651":4,"2653":2,"2660":2}}],["5f0",{"2":{"0":20,"45":2,"1629":1,"2642":2}}],["5",{"2":{"0":73,"16":1,"22":1,"23":1,"24":1,"28":2,"31":1,"32":6,"33":2,"34":6,"35":4,"36":3,"60":1,"61":1,"63":1,"66":8,"73":1,"75":1,"105":6,"106":2,"107":5,"132":2,"152":1,"157":1,"163":2,"168":1,"169":2,"184":1,"185":1,"186":1,"189":7,"190":13,"191":7,"192":2,"194":1,"195":2,"203":1,"279":1,"287":1,"299":1,"300":1,"304":3,"316":1,"326":1,"334":1,"346":1,"347":1,"351":3,"357":4,"362":4,"374":1,"420":1,"423":1,"453":1,"456":1,"487":1,"491":4,"515":6,"531":1,"541":1,"565":1,"624":2,"625":2,"627":3,"628":1,"633":3,"639":3,"652":2,"660":2,"664":6,"665":3,"668":4,"669":3,"678":3,"685":3,"751":3,"752":1,"753":1,"757":3,"758":1,"779":1,"813":1,"863":1,"886":1,"903":3,"924":1,"926":1,"954":1,"983":12,"986":1,"1027":1,"1058":8,"1060":1,"1086":1,"1106":1,"1123":1,"1128":1,"1141":7,"1142":3,"1164":1,"1166":1,"1185":1,"1200":8,"1202":1,"1221":1,"1275":1,"1285":3,"1289":1,"1293":1,"1322":1,"1323":3,"1345":1,"1374":6,"1376":1,"1404":4,"1405":2,"1408":2,"1411":1,"1426":9,"1428":1,"1431":1,"1433":1,"1455":2,"1456":2,"1457":1,"1458":2,"1471":1,"1483":1,"1510":1,"1512":1,"1547":1,"1571":1,"1572":1,"1584":11,"1585":1,"1586":2,"1587":1,"1599":3,"1602":1,"1631":1,"1662":2,"1664":1,"1750":2,"1774":5,"1776":1,"1856":12,"1878":1,"1882":1,"1910":1,"1911":2,"1914":1,"1915":2,"1916":9,"1917":7,"1918":2,"1919":2,"1924":1,"1926":8,"1943":1,"1960":2,"1962":1,"2019":1,"2046":1,"2075":6,"2111":2,"2122":9,"2124":1,"2160":1,"2192":1,"2193":1,"2194":1,"2195":1,"2200":1,"2241":2,"2275":14,"2301":2,"2330":2,"2331":1,"2370":1,"2398":1,"2402":1,"2418":1,"2435":1,"2436":4,"2461":1,"2482":1,"2484":1,"2488":1,"2520":1,"2522":1,"2555":11,"2562":1,"2574":2,"2576":1,"2582":1,"2602":6,"2609":6,"2610":5,"2611":5,"2615":4,"2619":5,"2624":16,"2626":1,"2627":1,"2629":1,"2630":7,"2631":1,"2634":2,"2637":2,"2638":2,"2639":3,"2642":1,"2643":3,"2644":16,"2651":19,"2658":35,"2660":15}}],["09458128078816",{"2":{"2641":1}}],["090861907263061e",{"2":{"0":2}}],["090861907263062e",{"2":{"0":2}}],["0xff",{"2":{"2482":1}}],["0x01",{"2":{"2482":1}}],["0x00",{"2":{"0":2,"2478":1,"2482":1,"2490":1}}],["0i",{"2":{"2158":1}}],["0im",{"2":{"0":4}}],["086",{"2":{"1917":1}}],["078",{"2":{"1917":1}}],["07",{"2":{"1917":2}}],["075",{"2":{"0":2,"1856":1,"1858":1}}],["041",{"2":{"1917":1}}],["04u",{"2":{"75":1}}],["06",{"2":{"2275":1}}],["06s",{"2":{"1287":1}}],["06461384438e",{"2":{"59":1}}],["0f0",{"2":{"244":1,"254":1,"271":1,"296":1,"318":1,"343":1,"393":1,"408":1,"421":1,"441":1,"454":1,"472":1,"485":1,"501":1,"508":4,"533":1,"561":1,"608":1,"613":4,"647":1,"655":4,"666":4,"669":2,"686":1,"715":1,"893":1}}],["0s",{"2":{"148":1}}],["0u",{"2":{"73":2}}],["0px",{"2":{"63":1}}],["0d2c",{"2":{"60":1}}],["0044444446",{"2":{"2642":1}}],["0033333334",{"2":{"2642":1}}],["003i",{"2":{"2158":1}}],["001",{"2":{"1427":2,"2459":2}}],["005",{"2":{"36":1,"1409":1,"1917":1}}],["009925",{"2":{"35":1,"2644":1}}],["0001",{"2":{"2642":1}}],["0000",{"2":{"35":2,"2644":2}}],["000059",{"2":{"35":1,"2644":1}}],["000",{"2":{"0":2,"35":1,"42":2,"43":2,"71":2,"752":2,"756":1,"1106":1,"1289":2,"1324":1,"1342":1,"1458":1,"2016":1,"2331":1,"2644":1}}],["0e",{"2":{"0":1,"2582":1}}],["05f0",{"2":{"260":2,"307":2}}],["05",{"2":{"0":3,"273":1,"320":1,"379":1,"398":2,"431":2,"462":2,"776":2,"812":2,"1007":1,"1200":2,"1584":1,"1856":1,"2398":1,"2417":1,"2480":1}}],["022",{"2":{"1289":1}}],["025",{"2":{"157":1,"1200":2,"2602":1}}],["02u",{"2":{"75":1}}],["02",{"2":{"0":1,"36":1,"1856":1,"2611":1}}],["0π",{"2":{"0":1,"1087":1}}],["039",{"2":{"1917":1}}],["03349",{"2":{"199":3}}],["03u",{"2":{"75":1}}],["03",{"2":{"0":5,"1072":1,"1115":1,"1267":1,"1285":1,"2341":1,"2561":1}}],["0km",{"2":{"0":2}}],["0jm",{"2":{"0":4}}],["01u",{"2":{"75":1}}],["01",{"2":{"0":7,"196":1,"287":1,"334":1,"596":1,"844":2,"855":1,"874":1,"1287":1,"1866":1,"2153":1,"2301":3,"2481":1,"2498":1,"2611":1}}],["0",{"0":{"809":1},"2":{"0":560,"8":4,"10":10,"11":4,"12":7,"16":2,"18":2,"19":2,"22":2,"24":1,"28":3,"31":4,"32":14,"33":17,"34":42,"35":23,"36":5,"43":2,"44":1,"45":11,"46":6,"47":3,"55":3,"58":2,"59":2,"60":8,"61":4,"62":4,"63":12,"66":12,"71":1,"73":2,"75":4,"78":2,"82":1,"96":2,"105":5,"106":5,"131":10,"132":2,"133":10,"141":2,"142":7,"148":12,"152":4,"157":1,"159":3,"162":1,"163":4,"164":2,"168":1,"169":6,"178":1,"186":6,"189":18,"190":29,"191":18,"192":7,"194":6,"195":10,"196":8,"203":3,"204":2,"208":2,"222":2,"223":1,"234":5,"238":1,"242":1,"252":1,"260":2,"262":4,"265":1,"269":1,"273":4,"276":1,"277":2,"280":1,"282":1,"287":8,"288":3,"289":3,"294":1,"295":2,"300":1,"303":1,"304":1,"307":2,"309":4,"312":1,"316":1,"320":4,"323":1,"324":2,"327":1,"329":1,"334":7,"335":3,"336":3,"341":1,"342":2,"347":1,"350":1,"351":1,"357":11,"358":4,"362":11,"364":2,"373":2,"374":7,"379":6,"383":8,"384":8,"385":3,"392":1,"396":5,"398":2,"399":4,"431":2,"432":4,"462":2,"463":4,"491":2,"494":3,"497":1,"510":1,"515":16,"519":3,"531":1,"535":3,"539":2,"542":1,"544":1,"546":3,"550":1,"553":3,"554":3,"559":1,"560":2,"565":1,"567":1,"568":3,"578":3,"582":6,"584":1,"585":9,"590":3,"594":2,"595":1,"596":2,"603":4,"612":1,"613":4,"614":2,"624":3,"625":4,"626":2,"627":14,"628":6,"633":2,"636":1,"639":2,"652":3,"655":4,"660":2,"664":4,"665":2,"668":2,"669":2,"671":1,"675":4,"678":2,"685":2,"691":4,"704":2,"710":3,"711":3,"713":1,"718":1,"721":1,"722":1,"724":3,"750":2,"751":17,"752":8,"753":7,"754":1,"757":16,"758":9,"764":1,"776":2,"779":1,"784":1,"793":1,"797":3,"809":3,"812":2,"813":1,"817":4,"818":1,"826":1,"829":3,"843":2,"844":6,"850":3,"855":2,"857":1,"861":1,"863":7,"874":3,"877":3,"879":2,"881":1,"884":3,"903":3,"908":2,"915":3,"918":1,"921":1,"924":1,"926":2,"932":3,"951":4,"952":10,"954":2,"960":3,"983":16,"986":2,"988":1,"989":4,"990":1,"991":2,"996":3,"997":1,"1004":1,"1007":1,"1017":1,"1019":1,"1025":11,"1027":2,"1028":2,"1034":3,"1035":1,"1050":1,"1052":1,"1058":14,"1060":2,"1069":3,"1072":1,"1076":1,"1093":2,"1115":1,"1116":1,"1123":1,"1137":2,"1141":6,"1142":2,"1143":2,"1155":1,"1164":7,"1166":2,"1171":3,"1188":1,"1200":10,"1202":2,"1207":3,"1224":1,"1236":3,"1240":3,"1249":3,"1267":1,"1268":1,"1275":1,"1285":39,"1288":5,"1289":3,"1293":2,"1299":3,"1322":4,"1323":3,"1337":2,"1343":1,"1345":2,"1351":3,"1374":19,"1376":2,"1382":3,"1401":1,"1405":8,"1406":1,"1408":4,"1409":1,"1411":2,"1421":1,"1422":1,"1427":4,"1429":2,"1430":2,"1431":5,"1433":2,"1437":3,"1455":1,"1456":2,"1457":1,"1467":1,"1474":2,"1481":4,"1483":2,"1489":3,"1508":1,"1509":2,"1510":9,"1512":2,"1518":3,"1542":1,"1543":2,"1547":2,"1551":3,"1571":2,"1572":9,"1577":3,"1584":5,"1585":5,"1586":14,"1587":6,"1599":1,"1602":2,"1608":3,"1628":12,"1629":13,"1631":2,"1632":2,"1638":3,"1639":1,"1654":1,"1656":1,"1662":4,"1664":2,"1665":2,"1671":3,"1672":1,"1681":1,"1686":2,"1688":1,"1690":1,"1753":3,"1755":1,"1762":2,"1774":17,"1776":2,"1782":3,"1806":1,"1811":3,"1831":1,"1836":3,"1856":19,"1858":1,"1859":1,"1861":1,"1866":1,"1867":1,"1869":1,"1876":1,"1878":1,"1880":7,"1882":2,"1888":3,"1907":1,"1910":2,"1911":2,"1913":5,"1914":6,"1915":15,"1916":13,"1917":2,"1918":5,"1919":1,"1920":4,"1922":4,"1924":2,"1925":8,"1926":2,"1930":3,"1934":2,"1935":2,"1943":1,"1944":2,"1949":3,"1952":6,"1953":1,"1957":8,"1960":2,"1962":2,"1968":3,"2000":2,"2016":2,"2017":1,"2019":2,"2023":3,"2044":1,"2046":2,"2052":3,"2075":16,"2082":3,"2091":1,"2111":1,"2122":6,"2124":2,"2131":1,"2132":3,"2153":1,"2158":5,"2160":2,"2161":2,"2166":3,"2167":1,"2181":1,"2183":1,"2189":7,"2190":3,"2192":4,"2193":1,"2194":3,"2195":4,"2196":1,"2197":2,"2200":2,"2205":3,"2210":2,"2211":2,"2218":1,"2223":4,"2225":4,"2226":2,"2229":2,"2230":1,"2239":2,"2241":2,"2243":3,"2256":1,"2262":1,"2274":1,"2275":170,"2276":4,"2280":3,"2290":3,"2301":34,"2311":1,"2330":2,"2339":3,"2341":1,"2343":1,"2368":4,"2370":2,"2376":3,"2395":1,"2396":2,"2398":5,"2400":1,"2402":2,"2403":2,"2407":3,"2408":1,"2417":1,"2418":1,"2425":1,"2427":1,"2433":3,"2435":2,"2436":4,"2441":3,"2459":20,"2461":2,"2476":1,"2477":1,"2478":1,"2481":5,"2482":19,"2484":52,"2485":3,"2488":2,"2489":2,"2494":3,"2496":1,"2498":3,"2512":1,"2514":1,"2520":9,"2522":2,"2528":3,"2552":1,"2553":2,"2561":1,"2562":1,"2563":1,"2565":1,"2574":2,"2576":2,"2582":1,"2602":3,"2604":4,"2605":4,"2607":10,"2608":20,"2609":25,"2610":24,"2611":29,"2615":9,"2619":2,"2624":33,"2625":3,"2627":4,"2629":3,"2630":4,"2631":1,"2632":3,"2634":9,"2635":1,"2636":4,"2637":2,"2638":1,"2639":3,"2640":7,"2641":10,"2642":125,"2643":4,"2644":61,"2648":1,"2651":33,"2653":4,"2660":6}}],["gwv",{"2":{"2660":1}}],["gwr",{"2":{"2660":1}}],["gkr",{"2":{"2660":1}}],["gnuplot2",{"2":{"2659":1}}],["gnuplot",{"0":{"2659":1},"2":{"2659":1}}],["gnbu",{"2":{"2658":8}}],["gd",{"2":{"2624":11,"2626":1,"2634":4,"2635":3,"2636":2,"2637":1}}],["gz",{"2":{"2398":1}}],["gb",{"2":{"1629":5,"2624":7,"2626":1,"2630":2,"2631":1,"2632":2,"2637":1}}],["gs",{"2":{"1586":4}}],["gpspoints",{"2":{"1288":1}}],["gps",{"0":{"1288":1},"2":{"1288":1}}],["gpu0",{"2":{"31":2}}],["gpus",{"2":{"27":1,"30":3,"31":2}}],["gpu",{"0":{"26":1},"2":{"13":1,"26":3,"27":4,"31":1,"66":5,"68":1,"69":2,"117":1,"1629":2,"2485":1,"2618":1}}],["g2",{"2":{"192":4}}],["g1",{"2":{"192":3}}],["ggplot",{"2":{"183":2}}],["ggplot2",{"0":{"171":1},"2":{"3":1,"171":1}}],["gcd",{"2":{"2624":4,"2626":3,"2638":1}}],["gc",{"2":{"66":2,"2624":4,"2626":1,"2633":2,"2637":1}}],["gcs",{"2":{"66":2}}],["guarantee",{"2":{"133":1}}],["guy",{"2":{"35":1,"2644":1}}],["gui",{"2":{"29":2}}],["garden",{"2":{"2662":1}}],["ga",{"2":{"2624":9,"2627":3,"2628":1,"2629":3,"2637":1}}],["game",{"2":{"2615":1}}],["gamma",{"2":{"169":1}}],["gaussian",{"2":{"2158":2}}],["gauge",{"2":{"82":1}}],["gantt",{"2":{"1058":14}}],["gain",{"2":{"169":1}}],["gallery",{"2":{"4":1}}],["gapstyles",{"2":{"1586":2}}],["gaps",{"2":{"0":1,"105":1,"122":1,"163":1,"188":1,"576":1,"1568":1,"2197":1,"2481":1,"2615":1,"2626":1,"2629":1,"2637":1}}],["gapless",{"2":{"0":1,"1103":1}}],["gap",{"0":{"1072":1,"1076":1,"1115":1,"1116":1,"1267":1,"1268":1,"1467":1,"1866":1,"1867":1,"2341":1,"2343":1,"2481":1,"2498":1,"2561":1,"2563":1,"2564":1,"2565":1},"2":{"0":40,"63":3,"105":2,"127":1,"242":1,"252":1,"384":1,"392":1,"531":1,"559":1,"584":1,"633":1,"639":1,"668":1,"678":1,"683":1,"838":1,"940":1,"969":1,"1058":2,"1076":1,"1103":1,"1116":1,"1268":1,"1360":1,"1467":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"1856":3,"2061":1,"2343":1,"2384":1,"2481":7,"2498":1,"2537":1,"2590":1,"2615":2,"2627":1,"2632":1,"2634":1,"2635":1}}],["ghost",{"0":{"2310":1,"2311":1,"2312":1,"2313":1,"2324":1},"2":{"0":13,"2301":2,"2303":2,"2310":1,"2311":1,"2312":1,"2313":1,"2321":1,"2324":1}}],["gyre",{"2":{"0":4,"109":1,"110":4,"1912":1}}],["glasbey",{"2":{"2660":8}}],["glasgow50",{"2":{"2656":1}}],["glasgow25",{"2":{"2656":1}}],["glasgow100",{"2":{"2656":1}}],["glasgow10",{"2":{"2656":1}}],["glasgow",{"2":{"2656":1}}],["glass",{"2":{"32":3}}],["gltriangleface",{"2":{"2609":1,"2611":1}}],["glteximage",{"2":{"91":1}}],["glindex",{"2":{"1629":1}}],["glue",{"2":{"162":1}}],["glgetintegerv",{"2":{"92":1}}],["glxgears",{"2":{"28":1}}],["glxinfo",{"2":{"27":1}}],["glfw",{"2":{"13":1,"22":4,"23":1,"27":4,"28":1}}],["glnormalmesh",{"2":{"0":4}}],["glnative",{"2":{"0":1}}],["global",{"2":{"0":1,"60":1,"82":1,"92":1,"187":1,"227":1,"228":1,"376":1,"377":1,"378":1,"694":1,"695":1,"696":1,"766":1,"767":1,"2639":1,"2641":1}}],["glowwidth",{"0":{"1935":1,"2211":1},"2":{"0":4}}],["glow",{"2":{"0":6,"33":2,"1934":1,"1935":1,"2210":1,"2211":1}}],["glowcolor",{"0":{"1934":1,"2210":1},"2":{"0":4}}],["glyphs",{"2":{"0":2,"111":1,"1912":1,"2189":1,"2197":2,"2232":1}}],["glyph",{"2":{"0":4,"2190":1,"2201":1,"2232":1}}],["gl",{"2":{"0":43,"15":1,"66":1,"90":1,"92":1,"945":1,"975":1,"1014":1,"1048":1,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1448":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2224":1,"2257":1,"2293":1,"2355":1,"2389":1,"2423":1,"2452":1,"2510":1,"2542":1,"2595":1}}],["glmakie=",{"2":{"22":1}}],["glmakie",{"0":{"21":1,"29":1,"88":1,"114":1,"115":1,"116":1,"117":1,"195":1,"1569":1,"1600":1,"1922":1},"1":{"22":1,"23":1,"24":1,"25":1,"26":1,"27":1,"28":1,"29":1,"115":1,"116":1,"117":1},"2":{"0":145,"8":1,"10":2,"11":1,"12":1,"13":1,"14":3,"21":1,"22":8,"23":1,"25":3,"27":6,"29":1,"66":2,"77":1,"80":6,"81":2,"82":2,"88":1,"92":1,"106":2,"111":1,"114":1,"117":2,"119":1,"131":1,"163":1,"168":1,"190":3,"191":4,"195":3,"196":1,"197":2,"491":1,"691":1,"704":1,"705":1,"752":1,"844":1,"863":1,"908":1,"932":1,"933":1,"949":1,"960":1,"961":1,"980":1,"983":2,"996":1,"998":1,"1016":1,"1022":1,"1025":1,"1034":1,"1036":1,"1049":1,"1055":1,"1069":1,"1075":1,"1101":1,"1171":1,"1173":1,"1197":1,"1200":1,"1207":1,"1209":1,"1233":1,"1240":1,"1243":1,"1256":1,"1284":1,"1285":1,"1287":1,"1288":1,"1289":1,"1299":1,"1300":1,"1319":1,"1323":1,"1351":1,"1352":1,"1371":1,"1382":1,"1384":1,"1399":1,"1437":1,"1438":1,"1452":1,"1455":1,"1489":1,"1490":1,"1506":1,"1518":1,"1519":1,"1540":1,"1551":1,"1552":1,"1566":1,"1569":2,"1577":1,"1578":1,"1596":1,"1600":2,"1608":1,"1609":1,"1625":1,"1628":2,"1629":2,"1638":1,"1640":1,"1653":1,"1659":1,"1662":1,"1671":1,"1673":1,"1687":1,"1693":1,"1753":1,"1754":1,"1770":1,"1782":1,"1783":1,"1804":1,"1811":1,"1812":1,"1829":1,"1836":1,"1837":1,"1854":1,"1888":1,"1890":1,"1905":1,"1915":1,"1922":2,"1930":1,"1931":1,"1933":1,"1956":1,"1968":1,"1969":1,"1994":1,"2023":1,"2026":1,"2041":1,"2052":1,"2053":1,"2072":1,"2075":1,"2082":1,"2083":1,"2103":1,"2111":1,"2132":1,"2133":1,"2155":1,"2158":3,"2166":1,"2168":1,"2180":1,"2186":1,"2205":1,"2209":1,"2234":1,"2243":1,"2246":1,"2267":1,"2280":1,"2284":1,"2297":1,"2339":1,"2342":1,"2364":1,"2376":1,"2377":1,"2393":1,"2398":2,"2407":1,"2410":1,"2424":1,"2430":1,"2433":1,"2441":1,"2442":1,"2456":1,"2480":1,"2481":1,"2482":1,"2483":1,"2484":2,"2485":3,"2494":1,"2497":1,"2511":1,"2517":1,"2528":1,"2529":1,"2550":1,"2574":1,"2582":1,"2583":1,"2599":1,"2601":3,"2602":5,"2603":2,"2605":2,"2608":1,"2609":3,"2610":1,"2611":1,"2614":1,"2640":3,"2641":1}}],["gist",{"2":{"2657":7}}],["githubusercontent",{"2":{"36":2,"2614":1}}],["github",{"2":{"27":1,"33":1,"35":1,"36":2,"149":1}}],["gives",{"2":{"0":1,"29":1,"92":1,"2262":1,"2638":1}}],["give",{"2":{"0":2,"48":1,"63":1,"80":1,"97":1,"106":1,"148":1,"186":1,"574":1,"1241":1,"1242":1,"1430":1,"2615":1,"2620":1,"2640":3}}],["given",{"2":{"0":91,"23":1,"45":1,"66":1,"67":1,"73":1,"82":1,"90":1,"98":3,"104":3,"105":2,"107":1,"122":1,"133":1,"137":1,"139":1,"141":1,"142":1,"147":1,"148":1,"155":1,"158":4,"159":3,"162":1,"167":1,"178":1,"184":1,"191":2,"212":1,"299":1,"346":1,"385":1,"628":1,"748":1,"752":1,"940":1,"969":1,"983":1,"985":3,"1013":1,"1360":1,"1373":1,"1497":1,"1527":1,"1586":1,"1616":1,"1681":1,"1686":1,"1749":1,"1773":4,"1791":1,"1879":1,"1920":1,"1943":1,"1945":1,"2061":1,"2074":1,"2196":1,"2223":1,"2226":1,"2231":1,"2237":1,"2253":1,"2265":1,"2303":1,"2384":1,"2478":1,"2481":1,"2537":1,"2590":1,"2613":1,"2640":1,"2644":4}}],["giving",{"2":{"0":5}}],["gifs",{"2":{"0":2}}],["gif",{"2":{"0":9,"9":1}}],["gow",{"2":{"2660":2}}],["got",{"2":{"60":2}}],["gotchas",{"2":{"31":1}}],["goal",{"2":{"48":1,"122":1,"2619":1,"2624":1}}],["gold",{"2":{"32":2,"2555":1,"2614":1,"2662":1}}],["google",{"2":{"27":1}}],["good",{"2":{"0":3,"9":1,"16":2,"30":1,"31":1,"60":1,"74":1,"106":1,"516":1,"578":1,"1288":2,"2601":1,"2618":1,"2638":1}}],["go",{"2":{"11":1,"60":1,"155":1,"161":1,"515":1,"1285":1,"1629":1,"2624":1,"2642":1,"2643":1,"2646":1}}],["goes",{"2":{"0":2,"68":1,"74":1,"286":1,"333":1,"374":1,"410":1,"443":1,"474":1,"1916":2,"1996":1,"2640":3}}],["going",{"2":{"0":1,"60":1,"73":1,"106":1,"147":1,"148":2,"358":1,"2618":1,"2624":1,"2626":2,"2629":1,"2644":2}}],["gt",{"2":{"0":169,"16":4,"28":3,"29":3,"150":1,"151":1,"153":2,"187":1,"794":1,"838":1,"839":1,"905":1,"936":1,"937":1,"938":1,"964":1,"965":1,"966":1,"1001":1,"1002":1,"1003":1,"1033":1,"1039":1,"1040":1,"1041":1,"1068":1,"1079":1,"1080":1,"1081":1,"1113":1,"1116":1,"1176":1,"1177":1,"1178":1,"1212":1,"1213":1,"1214":1,"1245":1,"1246":1,"1247":1,"1265":1,"1268":1,"1295":1,"1303":1,"1304":1,"1305":1,"1307":1,"1332":1,"1355":1,"1356":1,"1357":1,"1387":1,"1388":1,"1389":1,"1424":1,"1427":1,"1441":1,"1442":1,"1443":1,"1463":1,"1493":1,"1494":1,"1495":1,"1517":1,"1522":1,"1523":1,"1524":1,"1555":1,"1556":1,"1557":1,"1581":1,"1582":1,"1583":1,"1612":1,"1613":1,"1614":1,"1637":1,"1643":1,"1644":1,"1645":1,"1676":1,"1677":1,"1678":1,"1757":1,"1758":1,"1759":1,"1781":1,"1786":1,"1787":1,"1788":1,"1814":1,"1815":1,"1816":1,"1839":1,"1840":1,"1841":1,"1864":1,"1893":1,"1894":1,"1895":1,"1938":1,"1939":1,"1940":1,"1972":1,"1973":1,"1974":1,"2029":1,"2030":1,"2031":1,"2056":1,"2057":1,"2058":1,"2081":1,"2085":1,"2086":1,"2087":1,"2115":1,"2137":1,"2138":1,"2139":1,"2171":1,"2172":1,"2173":1,"2214":1,"2215":1,"2216":1,"2248":1,"2249":1,"2250":1,"2286":1,"2287":1,"2288":1,"2337":1,"2343":1,"2345":1,"2346":1,"2347":1,"2380":1,"2381":1,"2382":1,"2397":6,"2413":1,"2414":1,"2415":1,"2445":1,"2446":1,"2447":1,"2481":1,"2501":1,"2502":1,"2503":1,"2505":1,"2527":1,"2532":1,"2533":1,"2534":1,"2558":1,"2586":1,"2587":1,"2588":1,"2604":1}}],["grp2",{"2":{"1058":2}}],["grp1",{"2":{"1058":2}}],["grp",{"2":{"1058":10}}],["grow",{"2":{"98":1,"106":1,"148":1}}],["grows",{"2":{"0":1,"1944":1}}],["ground",{"2":{"0":1,"31":1}}],["grouped",{"2":{"664":1,"2555":1}}],["groups",{"2":{"192":1,"628":1,"637":1,"638":1,"685":1,"1058":1,"1287":1,"1289":1,"2555":1,"2625":2}}],["grouping",{"2":{"0":2,"1114":1,"1865":1}}],["groupgap",{"0":{"639":1},"2":{"0":1,"639":2}}],["group",{"0":{"628":1},"2":{"0":4,"145":1,"192":1,"354":1,"584":3,"628":6,"639":5,"682":1,"683":2,"684":1,"685":1,"686":1,"687":1,"1058":3,"2555":8,"2624":1,"2631":1}}],["grep",{"2":{"27":1}}],["grey",{"2":{"1289":1,"2660":4}}],["grey90",{"2":{"0":1,"2562":1}}],["greys",{"2":{"0":4,"2658":8}}],["great",{"2":{"0":1,"1294":1}}],["greater",{"2":{"0":2,"45":1,"2275":1}}],["greenpink",{"2":{"2662":1}}],["greenbrownterrain",{"2":{"2662":1}}],["greens",{"2":{"2654":1,"2658":8}}],["green",{"2":{"0":14,"46":4,"66":5,"142":2,"148":2,"185":3,"187":1,"190":4,"206":1,"625":1,"626":1,"627":2,"628":1,"997":1,"1019":1,"1035":1,"1052":1,"1058":2,"1105":1,"1142":2,"1628":1,"1639":1,"1656":1,"1672":1,"1690":1,"1750":2,"2167":1,"2183":1,"2408":1,"2427":1,"2482":1,"2483":1,"2496":1,"2514":1,"2604":2,"2660":2}}],["graph",{"0":{"2639":1,"2644":1},"1":{"2640":1,"2641":1,"2642":1,"2643":1,"2644":1},"2":{"2158":1,"2644":4}}],["graphical",{"2":{"29":1}}],["graphic",{"2":{"19":1,"66":1,"105":2,"106":2,"190":1,"1915":1}}],["graphics",{"2":{"0":1,"3":1,"13":1,"15":1,"21":1,"27":2,"34":1,"88":2,"105":2,"106":1,"107":2,"197":1,"2618":1,"2623":1}}],["graphs",{"2":{"5":1}}],["graphmakie",{"0":{"5":1}}],["grammar",{"2":{"3":1}}],["grab",{"2":{"0":1,"2490":1}}],["grayyellow",{"2":{"2662":1}}],["gray1",{"2":{"2657":1}}],["gray15",{"2":{"1774":1}}],["grayc50",{"2":{"2656":1}}],["grayc25",{"2":{"2656":1}}],["grayc100",{"2":{"2656":1}}],["grayc10",{"2":{"2656":1}}],["grayc",{"2":{"2656":1}}],["gray70",{"2":{"1913":1}}],["gray50",{"2":{"1408":1,"2189":1}}],["gray85",{"2":{"1058":1}}],["gray80",{"2":{"103":1,"373":1,"1914":1}}],["grays1",{"2":{"2662":1}}],["grays",{"2":{"515":1,"2654":1,"2655":1}}],["gray95",{"2":{"396":1,"1323":1}}],["gray97",{"2":{"384":2}}],["gray90",{"2":{"98":1,"183":1,"585":1,"2615":1,"2624":1,"2635":1}}],["grayed",{"2":{"68":1}}],["gray",{"2":{"0":1,"66":11,"80":3,"81":1,"691":1,"983":1,"1455":1,"1752":1,"2111":1,"2625":1,"2639":1,"2640":2,"2642":1,"2657":1}}],["gradient",{"2":{"0":3,"545":1,"1328":1,"2661":2}}],["gradients",{"0":{"1323":1},"2":{"0":79,"928":2,"956":2,"993":2,"1030":2,"1065":2,"1168":2,"1204":2,"1296":2,"1323":1,"1347":2,"1378":2,"1414":2,"1434":2,"1485":2,"1514":2,"1548":2,"1573":2,"1604":2,"1634":2,"1667":2,"1778":2,"1884":2,"1926":2,"1964":2,"2020":2,"2048":2,"2128":2,"2163":2,"2202":2,"2372":2,"2404":2,"2438":2,"2464":2,"2491":2,"2524":2,"2578":2}}],["granularity",{"2":{"0":5}}],["gridlaplacian",{"2":{"2158":2}}],["gridlayoutbase",{"2":{"140":1,"582":1}}],["gridlayoutspec",{"0":{"166":1},"2":{"165":2}}],["gridlayouts",{"0":{"122":1,"2626":1},"1":{"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1},"2":{"98":1,"102":2,"164":1,"2626":2}}],["gridlayout",{"0":{"573":1,"737":1},"1":{"574":1,"575":1,"576":1,"577":1,"578":1,"579":1,"580":1,"581":1,"582":1,"583":1,"584":1},"2":{"0":7,"37":5,"98":1,"99":1,"104":1,"122":1,"126":1,"127":1,"128":5,"140":2,"141":1,"162":2,"163":5,"164":6,"166":1,"192":4,"221":1,"222":1,"356":1,"491":1,"493":1,"518":1,"576":1,"577":2,"578":1,"579":2,"580":1,"587":1,"603":1,"605":1,"630":1,"637":1,"638":1,"664":2,"847":1,"865":1,"911":1,"2615":1,"2624":5,"2625":3,"2626":5,"2630":1,"2637":1}}],["griddepth",{"2":{"756":1}}],["grid=false",{"2":{"584":1}}],["gridposition",{"2":{"102":2,"104":2,"137":3,"139":1,"140":1}}],["gridpositions",{"0":{"102":1,"140":1},"1":{"141":1,"142":1},"2":{"141":1,"142":1,"2626":1}}],["gridbased",{"2":{"0":1,"145":2}}],["grid",{"2":{"0":27,"19":1,"34":2,"63":26,"98":2,"102":1,"104":1,"122":1,"140":1,"166":1,"188":1,"205":3,"262":1,"263":1,"264":1,"265":1,"273":1,"274":1,"275":1,"276":1,"309":1,"310":1,"311":1,"312":1,"320":1,"321":1,"322":1,"323":1,"399":1,"400":1,"401":1,"432":1,"433":1,"434":1,"463":1,"464":1,"465":1,"578":4,"579":5,"580":4,"581":1,"582":1,"664":8,"752":1,"753":5,"756":1,"770":2,"779":1,"780":1,"781":1,"782":1,"784":1,"785":1,"786":1,"787":1,"802":1,"813":1,"814":1,"815":1,"816":1,"818":1,"819":1,"820":1,"821":1,"908":1,"982":2,"1235":2,"1285":2,"1424":3,"1426":2,"1427":1,"2157":3,"2158":1,"2624":3,"2629":2,"2634":2}}],["gridz",{"0":{"770":1},"2":{"0":1,"752":3}}],["gridsubposition",{"2":{"102":1,"104":1,"137":1,"140":1}}],["gridsubpositions",{"0":{"102":1},"2":{"102":2,"2626":1}}],["grids",{"0":{"845":1},"2":{"0":1,"142":1,"166":1,"579":4,"1424":1,"2626":2}}],["gridsize",{"0":{"2134":1},"2":{"0":1}}],["gridsvalign",{"0":{"638":1},"2":{"0":1}}],["gridshalign",{"0":{"637":1},"2":{"0":1}}],["gen",{"2":{"1629":4}}],["generic",{"2":{"169":1}}],["generalize",{"2":{"67":1,"74":1}}],["general",{"0":{"47":1,"93":1,"2662":1},"1":{"94":1},"2":{"0":1,"55":1,"90":1,"152":1,"162":1,"176":1,"177":1,"1686":1}}],["generally",{"2":{"0":1,"45":1,"67":1,"68":1,"752":1,"2604":1,"2605":1}}],["generation",{"2":{"36":1}}],["generating",{"2":{"0":1,"1015":1}}],["generators=false",{"2":{"2459":2}}],["generators",{"0":{"2473":1},"2":{"0":2,"752":1,"2459":2,"2473":1}}],["generates",{"2":{"0":1,"217":1,"218":1,"752":2,"2458":1,"2459":1}}],["generated",{"2":{"0":45,"190":1,"938":1,"966":1,"1003":1,"1041":1,"1081":1,"1178":1,"1214":1,"1247":1,"1285":1,"1305":1,"1357":1,"1389":1,"1443":1,"1495":1,"1524":1,"1557":1,"1583":1,"1614":1,"1645":1,"1678":1,"1759":1,"1788":1,"1816":1,"1841":1,"1895":1,"1940":1,"1974":1,"2031":1,"2058":1,"2087":1,"2139":1,"2173":1,"2174":1,"2216":1,"2250":1,"2288":1,"2301":1,"2347":1,"2382":1,"2415":1,"2447":1,"2462":1,"2503":1,"2534":1,"2588":1}}],["generate",{"2":{"0":1,"48":1,"69":2,"74":2,"152":1,"190":1,"751":1,"1569":1,"1600":1,"1629":1,"1922":1,"2459":1}}],["geared",{"2":{"15":1,"168":1}}],["geo2basic",{"2":{"36":1}}],["geocables",{"2":{"36":2}}],["geopoints",{"2":{"36":2}}],["geoplots",{"2":{"33":1,"36":1}}],["geo",{"2":{"36":2}}],["geointerface",{"2":{"36":4}}],["geojson",{"2":{"36":3}}],["geographic",{"2":{"6":1}}],["geomakie",{"0":{"6":1},"2":{"36":2}}],["geometry",{"2":{"36":1,"60":6,"61":1}}],["geometryprimitive",{"2":{"0":1}}],["geometrybasics",{"0":{"1629":1},"2":{"0":4,"32":1,"34":1,"35":2,"46":1,"1627":1,"1629":2,"1773":1,"1774":6,"1918":2,"2609":2,"2611":2,"2641":1,"2644":2}}],["getting",{"0":{"200":1,"2616":1},"1":{"2617":1,"2618":1,"2619":1,"2620":1,"2621":1,"2622":1,"2623":1},"2":{"75":1,"151":1,"198":1,"2644":1}}],["getindex",{"2":{"0":3,"410":1,"443":1,"474":1,"1282":2}}],["gets",{"2":{"0":6,"31":1,"45":1,"60":1,"69":1,"75":1,"76":2,"78":1,"80":2,"577":4,"764":1,"777":1,"1288":1,"1307":1,"1312":1,"1314":1,"2639":2}}],["get",{"2":{"0":53,"27":2,"28":1,"31":1,"35":1,"45":1,"47":1,"60":2,"75":2,"76":6,"78":2,"79":1,"82":3,"107":1,"112":1,"148":1,"150":1,"152":6,"166":1,"179":1,"194":1,"290":3,"299":3,"337":3,"346":3,"577":1,"582":1,"583":1,"773":1,"926":1,"954":1,"986":1,"1027":1,"1060":1,"1166":1,"1202":1,"1289":1,"1290":1,"1293":1,"1294":1,"1312":1,"1345":1,"1376":1,"1405":1,"1411":1,"1429":1,"1433":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1629":1,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1932":1,"1962":1,"2019":1,"2046":1,"2124":1,"2160":1,"2200":1,"2301":1,"2370":1,"2402":1,"2435":1,"2461":1,"2488":1,"2522":1,"2576":1,"2616":1,"2624":1,"2640":3,"2644":5}}],["g",{"2":{"0":16,"17":1,"31":3,"34":2,"58":4,"60":1,"61":1,"62":1,"63":1,"67":1,"73":2,"74":1,"75":2,"76":4,"132":1,"145":1,"147":1,"166":1,"184":1,"190":1,"195":4,"205":1,"576":1,"1105":1,"1142":1,"1285":1,"1294":1,"1831":2,"1877":1,"1914":1,"1932":1,"1977":1,"2338":1,"2603":1,"2641":1,"2642":1,"2643":1,"2652":1}}],["klimt",{"2":{"2662":1}}],["krjcw",{"2":{"2660":2}}],["kryw",{"2":{"2660":3}}],["kry",{"2":{"2660":3}}],["krumbiegel",{"2":{"199":2}}],["kbw",{"2":{"2660":1}}],["kbjyw",{"2":{"2660":1}}],["kbgyw",{"2":{"2660":1}}],["kbc",{"2":{"2660":1}}],["ks",{"2":{"2485":1}}],["kia",{"2":{"2193":1}}],["kinds",{"2":{"2615":1}}],["kind",{"2":{"0":1,"45":1,"57":1,"131":1}}],["kargs",{"2":{"1285":3}}],["kgy",{"2":{"2660":1}}],["kg",{"2":{"290":3,"337":3}}],["k^2",{"2":{"120":1}}],["known",{"2":{"97":1,"190":1,"603":1,"1914":1,"2629":1}}],["know",{"2":{"82":1,"106":1,"126":1,"148":1,"2615":1}}],["km",{"2":{"75":6}}],["kmmoerman",{"2":{"35":1}}],["kwdef",{"2":{"196":1}}],["kws",{"2":{"0":1}}],["kw",{"2":{"0":6,"64":2,"147":2,"165":1,"167":5,"2639":1}}],["kwargs",{"2":{"0":94,"45":2,"66":3,"137":2,"139":5,"150":1,"178":2,"279":4,"326":4,"951":1,"982":1,"1024":3,"1057":1,"1104":1,"1139":4,"1235":1,"1258":1,"1373":8,"1402":1,"1749":1,"1773":5,"1806":1,"1831":1,"1856":1,"1879":3,"1925":5,"1926":5,"1944":5,"1949":4,"1952":3,"1953":3,"1959":1,"2043":1,"2074":1,"2121":1,"2188":3,"2273":2,"2300":3,"2458":5,"2554":1}}],["k",{"2":{"0":11,"36":2,"45":1,"75":3,"423":1,"456":1,"487":1,"2624":3,"2634":3}}],["kept",{"2":{"2654":1}}],["kenney",{"2":{"2484":1}}],["kevin",{"2":{"35":1,"2644":1}}],["kernel",{"2":{"0":2,"1321":1,"1326":1}}],["keysevent",{"2":{"217":1,"218":1}}],["keys",{"2":{"0":3,"76":1,"79":1,"81":1,"83":3,"110":1,"188":1,"210":1,"211":1,"218":2}}],["keyevent",{"2":{"0":2,"79":2,"81":1,"2641":1}}],["key",{"2":{"0":48,"34":3,"44":2,"45":40,"79":1,"81":2,"83":9,"182":1,"183":1,"283":1,"305":1,"330":1,"352":1,"800":1,"832":1}}],["keywords",{"2":{"0":14,"74":1,"138":1,"181":1,"625":1,"1856":3,"1917":1}}],["keyword",{"0":{"138":1},"2":{"0":35,"14":2,"22":2,"44":1,"45":2,"47":1,"100":1,"103":1,"104":2,"138":6,"150":1,"155":1,"164":1,"165":1,"167":1,"185":1,"205":1,"626":1,"691":2,"1405":1,"1407":1,"1861":1,"1917":1,"2188":1,"2196":1,"2615":1,"2621":1,"2622":1,"2632":1,"2648":1,"2650":1}}],["keyboardstate",{"2":{"0":1,"79":1,"81":1,"82":4,"2641":1}}],["keyboardbutton",{"2":{"0":1,"79":1,"81":2,"83":2,"2641":1}}],["keyboard",{"0":{"81":1},"2":{"0":40,"44":1,"45":30,"79":3,"81":5,"82":4,"83":13,"218":2,"283":1,"305":1,"330":1,"352":1,"754":4,"761":1,"778":1,"800":1,"832":1,"2641":4}}],["keeping",{"2":{"152":1}}],["keeps",{"2":{"0":2,"45":1,"58":1,"67":1,"82":1,"107":1,"206":1,"794":2}}],["keep",{"2":{"0":6,"2":1,"58":1,"82":1,"107":1,"131":1,"152":1,"162":1,"205":1,"578":1,"626":1,"1917":1,"2615":1}}],["u2",{"2":{"2611":5}}],["u1",{"2":{"2611":5}}],["ursa",{"2":{"1287":1}}],["url",{"2":{"62":1,"199":1,"1287":2}}],["url=",{"2":{"62":1}}],["urlcables",{"2":{"36":2}}],["urlpoints",{"2":{"36":2}}],["ultimately",{"2":{"763":1}}],["uc",{"2":{"148":2}}],["uint32",{"2":{"2486":1}}],["uint8",{"2":{"2482":2,"2483":2,"2484":2}}],["ui",{"2":{"34":1}}],["ubermaterial",{"2":{"34":1}}],["uber",{"2":{"31":1}}],["ubuntu",{"2":{"28":2}}],["utils",{"2":{"28":2}}],["utilities",{"2":{"6":1}}],["utriangle",{"2":{"0":1,"185":2,"1913":2,"1914":2,"1949":1,"2567":1}}],["uv=uv",{"2":{"1629":1}}],["uvs",{"2":{"1629":1,"2484":26}}],["uvmap",{"0":{"2518":1},"2":{"0":1,"2484":6}}],["uv",{"0":{"1957":1},"2":{"0":4,"1629":14,"2484":10,"2518":2}}],["u",{"2":{"0":10,"34":13,"45":1,"75":2,"982":9}}],["unfilled",{"2":{"1915":1}}],["unblocked",{"2":{"751":1}}],["unbounded",{"0":{"2477":1},"2":{"0":3,"2459":4,"2462":1,"2477":1}}],["unrotated",{"2":{"603":1}}],["unrestricted",{"2":{"16":1}}],["unused",{"2":{"583":3}}],["uneven",{"2":{"1405":1}}],["unexpected",{"2":{"161":1}}],["unescaped",{"2":{"120":1}}],["until",{"2":{"144":1,"165":1,"178":1,"2633":1}}],["unknown",{"2":{"144":1,"146":1,"2641":1}}],["undef",{"2":{"2484":1}}],["undefined",{"2":{"642":1,"2615":1}}],["undetermined",{"2":{"577":2}}],["understood",{"2":{"1914":1}}],["understanding",{"2":{"2624":1}}],["understand",{"2":{"78":1,"107":1,"577":1,"578":1}}],["underlying",{"2":{"23":1,"100":1,"105":1,"135":1,"545":1,"691":2,"1290":1,"2605":1,"2615":1,"2648":1}}],["under",{"2":{"0":12,"45":1,"68":1,"161":1,"197":1,"2652":1}}],["undocumented",{"2":{"74":1}}],["unconnected",{"2":{"49":1}}],["unconstrained",{"2":{"0":1,"2273":1,"2275":1}}],["unsorted",{"2":{"1286":1}}],["unsortable",{"2":{"75":1}}],["unsquished",{"2":{"222":1,"373":1}}],["unsupported",{"2":{"31":1}}],["unsigned",{"2":{"0":1,"2478":1}}],["un",{"2":{"0":6}}],["unlike",{"2":{"384":1}}],["unless",{"2":{"0":1,"22":1,"155":1,"549":1,"1073":1,"2615":1,"2649":1}}],["unlocks",{"2":{"0":1}}],["unlock",{"2":{"0":2}}],["unnecessary",{"2":{"0":1,"2615":2,"2629":1}}],["unidentified",{"2":{"1856":1}}],["uniform",{"2":{"179":1,"1106":1,"1324":1,"1458":1,"1856":2,"2331":1,"2653":1}}],["uniformizing",{"0":{"121":1}}],["uniforms",{"2":{"60":7}}],["uniformly",{"2":{"0":2,"2478":1}}],["unit=automatic",{"2":{"75":2}}],["unitless",{"2":{"73":1}}],["unitfulconversion",{"2":{"75":4}}],["unitful",{"2":{"73":4,"75":4}}],["unit",{"0":{"106":2},"2":{"0":7,"16":2,"22":1,"24":5,"73":1,"75":4,"76":2,"105":17,"106":16,"107":8,"1914":1,"2642":1}}],["units",{"0":{"105":1},"1":{"106":1,"107":1},"2":{"0":38,"72":1,"73":3,"75":4,"79":1,"82":2,"106":1,"155":2,"575":1,"577":5,"941":1,"970":1,"1086":1,"1155":1,"1162":1,"1361":1,"1391":1,"1401":1,"1498":1,"1508":1,"1509":1,"1542":1,"1543":1,"1587":1,"1617":1,"1897":1,"1907":1,"1920":2,"1943":1,"1978":1,"2062":1,"2208":1,"2223":1,"2245":1,"2385":1,"2395":1,"2396":1,"2481":1,"2498":1,"2552":1,"2553":1,"2591":1}}],["unique",{"2":{"0":5,"31":1,"625":6,"1058":2,"1103":1,"1856":14}}],["unicode",{"2":{"0":1,"79":1,"81":1,"898":1,"2641":1}}],["union",{"2":{"0":11,"16":1,"22":1,"2162":1}}],["uparrow",{"2":{"1913":1}}],["upcolor",{"2":{"148":3}}],["upload",{"2":{"36":1}}],["uploaded",{"2":{"22":1}}],["uppercase",{"2":{"182":1}}],["upper",{"2":{"0":6,"104":2,"1024":3,"1025":2,"1249":1,"1258":1,"1273":1,"1629":1,"2194":1,"2632":1}}],["upon",{"2":{"0":1,"214":1}}],["updating",{"0":{"159":1,"2485":1},"2":{"0":3,"35":1,"45":2,"59":2,"159":1,"162":1,"384":1}}],["updateable",{"2":{"148":1}}],["update`",{"2":{"60":1}}],["update=true",{"2":{"0":2,"76":1}}],["updated",{"2":{"0":5,"130":1,"131":1,"132":1,"135":1,"148":1,"152":1,"1288":1,"1911":1}}],["updates",{"0":{"135":1},"2":{"0":7,"12":1,"27":1,"45":1,"69":1,"159":3,"162":1,"167":1,"206":1,"1294":1,"1586":1,"1629":1}}],["update",{"0":{"180":1},"2":{"0":17,"10":1,"12":5,"35":1,"45":4,"47":1,"59":1,"60":6,"61":1,"66":1,"69":1,"76":2,"80":2,"110":1,"130":1,"131":1,"133":2,"135":2,"148":8,"152":8,"159":2,"161":1,"162":1,"177":1,"180":2,"191":1,"384":1,"1629":1,"2433":4,"2485":9,"2609":1,"2611":1,"2644":2}}],["upvector",{"2":{"0":3,"32":1,"33":1,"34":1,"45":3,"2642":2}}],["up",{"0":{"2626":1},"2":{"0":63,"14":1,"18":1,"27":1,"35":1,"45":7,"55":1,"62":2,"71":1,"76":1,"77":1,"80":1,"82":2,"96":1,"107":3,"110":1,"116":1,"145":1,"148":1,"149":2,"153":2,"155":1,"159":1,"162":1,"186":1,"187":1,"379":2,"515":1,"583":1,"705":1,"712":1,"757":1,"794":1,"936":1,"964":1,"1001":1,"1039":1,"1079":1,"1141":1,"1142":3,"1156":2,"1176":1,"1212":1,"1245":1,"1303":1,"1355":1,"1387":1,"1441":1,"1493":1,"1522":1,"1555":1,"1569":1,"1581":1,"1600":1,"1612":1,"1643":1,"1676":1,"1757":1,"1786":1,"1814":1,"1839":1,"1893":1,"1911":1,"1922":1,"1938":1,"1972":1,"2029":1,"2056":1,"2085":1,"2137":1,"2171":1,"2206":1,"2207":1,"2214":1,"2248":1,"2286":1,"2345":1,"2380":1,"2413":1,"2417":1,"2445":1,"2490":1,"2501":1,"2532":1,"2554":1,"2586":1,"2601":1,"2604":1,"2605":2,"2615":1,"2616":1,"2640":2,"2644":2}}],["upwards",{"2":{"0":1,"333":1,"474":1}}],["usable",{"2":{"31":1}}],["usage",{"2":{"0":8,"45":2,"72":1,"73":1,"200":1,"2016":1}}],["us",{"2":{"30":1,"48":1,"62":1,"80":2,"106":2,"167":1,"983":5,"1287":1,"2615":2,"2619":1,"2646":2,"2647":1}}],["usual",{"2":{"0":1,"76":1,"191":1,"194":1,"2196":1,"2478":1,"2483":1,"2485":1}}],["usually",{"2":{"0":6,"8":1,"31":1,"39":1,"58":1,"59":1,"82":1,"105":1,"107":6,"146":1,"186":1,"203":1,"290":1,"337":1,"577":1,"1236":1,"1328":1,"1873":1,"1917":1,"2276":1,"2629":1,"2644":1,"2649":1}}],["useful",{"2":{"0":4,"19":1,"82":2,"84":1,"126":1,"152":1,"159":1,"162":1,"177":1,"222":1,"354":1,"576":1,"578":1,"580":1,"582":1,"1430":1,"1831":2,"2174":1,"2193":1,"2194":1,"2301":1,"2615":1,"2649":1}}],["uses",{"2":{"0":9,"15":1,"16":1,"44":1,"45":2,"48":1,"51":1,"53":1,"63":1,"69":1,"108":1,"152":2,"191":1,"396":2,"521":1,"754":1,"794":1,"796":1,"828":1,"2188":1,"2199":1,"2459":1,"2618":1}}],["use",{"0":{"26":1},"2":{"0":32,"8":1,"10":1,"12":1,"15":1,"22":1,"25":2,"26":1,"28":1,"29":1,"30":3,"31":4,"32":2,"40":1,"41":1,"48":1,"56":1,"57":1,"58":2,"60":1,"61":1,"63":1,"64":1,"74":2,"75":5,"76":2,"79":1,"80":2,"81":1,"82":2,"85":1,"88":1,"97":1,"98":1,"100":1,"104":4,"106":2,"107":4,"110":1,"111":1,"114":2,"117":1,"118":3,"119":1,"120":1,"132":2,"134":2,"135":1,"136":1,"143":1,"147":3,"148":3,"152":1,"162":2,"164":3,"165":1,"166":1,"177":1,"180":1,"184":1,"186":2,"188":1,"192":1,"194":1,"199":1,"200":2,"203":1,"205":2,"216":1,"217":2,"287":1,"334":1,"383":1,"385":1,"516":1,"572":1,"576":1,"578":1,"581":1,"584":1,"585":1,"594":1,"626":1,"627":1,"632":1,"691":1,"750":1,"752":2,"754":2,"844":1,"845":1,"861":1,"890":1,"1248":1,"1282":1,"1284":1,"1286":1,"1287":1,"1288":2,"1289":1,"1290":1,"1328":1,"1373":1,"1405":1,"1456":1,"1457":1,"1513":2,"1569":1,"1600":1,"1629":3,"1777":2,"1879":1,"1912":1,"1914":2,"1918":1,"1922":1,"2195":1,"2197":1,"2225":1,"2301":1,"2523":2,"2603":1,"2604":1,"2618":1,"2624":1,"2625":1,"2626":1,"2638":1,"2640":1,"2641":1,"2643":2,"2644":1,"2646":3,"2648":1,"2650":1}}],["users",{"2":{"55":1,"104":1,"155":1,"165":1,"167":1}}],["user",{"2":{"0":9,"29":1,"74":1,"76":6,"106":1,"115":1,"116":1,"128":1,"129":1,"143":1,"162":1,"287":1,"334":1,"382":1,"577":1,"718":1,"723":1,"1292":1,"2459":1,"2646":2,"2648":1}}],["used",{"2":{"0":167,"26":3,"31":1,"35":1,"44":2,"45":2,"47":1,"51":1,"58":3,"60":1,"61":1,"63":1,"69":3,"71":1,"74":1,"75":2,"76":1,"83":1,"102":1,"106":2,"107":1,"111":1,"112":1,"117":1,"118":1,"119":1,"128":1,"139":2,"152":1,"155":1,"165":1,"166":1,"167":1,"177":1,"186":1,"234":2,"279":1,"290":2,"299":1,"326":1,"337":2,"346":1,"396":2,"499":1,"575":1,"576":1,"577":2,"626":2,"649":1,"652":1,"653":1,"654":1,"660":1,"661":1,"662":1,"663":1,"672":1,"675":1,"676":1,"677":1,"691":1,"752":1,"754":1,"756":1,"757":1,"763":1,"800":1,"832":1,"874":1,"928":1,"932":1,"939":1,"956":1,"960":1,"968":1,"988":1,"990":1,"993":1,"996":1,"1005":1,"1006":1,"1013":1,"1015":1,"1016":1,"1029":1,"1030":1,"1034":1,"1049":1,"1065":1,"1069":1,"1163":1,"1164":1,"1168":1,"1171":1,"1200":1,"1204":1,"1207":1,"1240":1,"1249":1,"1258":1,"1288":1,"1296":1,"1299":1,"1347":1,"1351":1,"1359":1,"1378":1,"1382":1,"1414":1,"1434":1,"1437":1,"1485":1,"1489":1,"1496":1,"1513":2,"1514":1,"1518":1,"1548":1,"1551":1,"1573":1,"1577":1,"1585":1,"1604":1,"1608":1,"1615":1,"1633":1,"1634":1,"1638":1,"1653":1,"1667":1,"1671":1,"1687":1,"1753":1,"1771":1,"1777":2,"1778":1,"1782":1,"1811":1,"1836":1,"1856":3,"1858":1,"1869":1,"1884":1,"1888":1,"1912":1,"1926":1,"1930":1,"1932":1,"1964":1,"1968":1,"2020":1,"2023":1,"2048":1,"2052":1,"2060":1,"2082":1,"2128":1,"2132":1,"2158":1,"2163":1,"2166":1,"2180":1,"2193":1,"2201":1,"2202":1,"2205":1,"2207":1,"2231":1,"2243":1,"2280":1,"2282":1,"2283":1,"2339":1,"2372":1,"2376":1,"2383":1,"2401":1,"2404":1,"2407":1,"2424":1,"2438":1,"2441":1,"2464":1,"2477":1,"2483":1,"2484":1,"2491":1,"2494":1,"2511":1,"2518":1,"2523":2,"2524":1,"2528":1,"2578":1,"2582":1,"2589":1,"2615":1,"2620":1,"2629":1,"2644":1,"2653":1}}],["using",{"0":{"10":1,"113":1,"114":1,"118":1,"120":1,"165":1,"186":1,"194":1,"195":1,"1106":1,"1324":1,"1427":1,"1431":1,"1458":1,"1629":1,"1910":1,"1911":1,"2331":1},"1":{"115":1,"116":1,"117":1},"2":{"0":62,"8":1,"12":1,"14":1,"22":1,"27":1,"30":2,"31":5,"32":2,"33":1,"34":2,"35":1,"36":4,"58":1,"60":2,"62":1,"63":1,"66":1,"68":1,"69":3,"73":1,"75":1,"76":1,"82":1,"94":1,"102":1,"110":1,"111":1,"113":1,"117":1,"119":1,"120":1,"122":1,"130":1,"132":2,"133":1,"134":2,"135":1,"141":1,"147":3,"149":1,"152":1,"159":1,"161":2,"162":1,"163":3,"167":1,"168":2,"169":1,"182":1,"183":1,"186":1,"189":1,"191":1,"197":2,"207":1,"222":1,"234":1,"290":2,"299":2,"337":2,"346":2,"373":1,"396":4,"410":1,"443":1,"474":1,"626":1,"754":1,"844":1,"949":1,"980":1,"983":1,"992":1,"1022":1,"1025":1,"1055":1,"1101":1,"1106":1,"1164":1,"1197":1,"1200":1,"1233":1,"1235":3,"1236":1,"1256":1,"1282":1,"1284":1,"1319":1,"1324":1,"1371":1,"1399":1,"1404":2,"1405":2,"1406":1,"1407":1,"1408":1,"1409":1,"1424":1,"1427":1,"1431":1,"1452":1,"1458":1,"1506":1,"1540":1,"1545":1,"1566":1,"1596":1,"1625":1,"1628":1,"1659":1,"1693":1,"1770":1,"1774":6,"1804":1,"1829":1,"1854":1,"1856":2,"1905":1,"1910":1,"1914":2,"1918":1,"1921":1,"1956":1,"1994":1,"2017":1,"2041":1,"2072":1,"2103":1,"2155":1,"2158":3,"2186":1,"2194":1,"2195":1,"2196":1,"2197":1,"2231":1,"2234":1,"2267":1,"2274":2,"2275":7,"2276":1,"2297":1,"2301":5,"2331":1,"2364":1,"2393":1,"2398":1,"2430":1,"2456":1,"2459":11,"2462":1,"2484":2,"2485":1,"2517":1,"2550":1,"2599":1,"2605":1,"2609":1,"2611":1,"2614":1,"2615":1,"2618":1,"2622":1,"2623":1,"2624":2,"2625":2,"2626":1,"2631":1,"2632":1,"2638":1,"2640":2,"2644":2,"2649":1,"2651":1,"2652":1}}],["zv",{"2":{"1629":2}}],["zvector",{"2":{"0":3,"1424":3}}],["zhigh",{"2":{"382":1}}],["zeta",{"2":{"169":1}}],["ze",{"2":{"36":2}}],["zeros",{"2":{"752":2,"1285":1,"1880":2}}],["zero",{"0":{"1408":1},"2":{"0":8,"162":1,"1073":2,"1292":1,"1422":1,"1755":1,"1917":1,"2017":1,"2642":1}}],["z^2",{"2":{"12":1,"1427":1}}],["zangle",{"2":{"0":1}}],["zautolimits",{"0":{"2272":1},"2":{"0":1}}],["zautolimitmargin",{"0":{"462":1},"2":{"0":1}}],["z2",{"2":{"0":2,"1629":5}}],["z1",{"2":{"0":2}}],["zlow",{"2":{"382":1}}],["zlims",{"2":{"0":10,"382":2}}],["zlabelvisible",{"0":{"473":1},"2":{"0":1}}],["zlabelsize",{"0":{"472":1},"2":{"0":1}}],["zlabelrotation",{"0":{"471":1},"2":{"0":1}}],["zlabeloffset",{"0":{"470":1},"2":{"0":1,"169":1}}],["zlabelfont",{"0":{"469":1},"2":{"0":1}}],["zlabelcolor",{"0":{"468":1},"2":{"0":1}}],["zlabelalign",{"0":{"467":1},"2":{"0":1}}],["zlabel",{"0":{"466":1},"2":{"0":3}}],["zs2",{"2":{"1430":2}}],["zs1",{"2":{"1430":2}}],["zshrc",{"2":{"26":1}}],["zs",{"2":{"0":13,"135":3,"515":5,"1164":5,"1200":5,"1235":2,"1248":1,"1249":1,"1428":2,"1429":2,"1662":3,"1959":1,"2074":1,"2091":1,"2158":2,"2273":3,"2282":1,"2283":1,"2290":1}}],["zspinewidth",{"0":{"479":1},"2":{"0":1}}],["zspinesvisible",{"0":{"478":1},"2":{"0":1}}],["zspinecolor",{"0":{"475":1,"476":1,"477":1},"2":{"0":3}}],["zip",{"2":{"0":1,"35":1,"36":1,"148":1,"191":2,"626":2,"704":1,"908":1,"1409":1,"1629":1,"1914":1,"2192":3,"2194":1,"2433":1,"2624":2,"2627":1,"2637":1,"2644":1}}],["zoombutton",{"2":{"0":1,"44":1}}],["zooms",{"2":{"0":7,"44":2,"45":1,"213":1}}],["zoomspeed",{"0":{"843":1},"2":{"0":4,"44":1,"45":2,"754":1}}],["zooming",{"2":{"0":10,"45":5,"234":1,"285":1,"305":1,"306":1,"332":1,"352":1,"353":1,"754":6,"769":1,"800":2,"801":1,"832":2,"833":1,"843":2}}],["zoom",{"0":{"210":1,"213":1},"2":{"0":26,"19":1,"44":1,"45":9,"106":1,"107":1,"210":3,"213":1,"1294":1,"2189":1,"2636":1}}],["z",{"0":{"18":1},"2":{"0":80,"11":1,"12":3,"18":5,"36":4,"45":5,"47":1,"58":2,"59":2,"60":1,"71":3,"133":5,"134":1,"147":4,"158":3,"163":2,"190":3,"196":5,"373":1,"378":1,"462":1,"463":1,"464":1,"465":1,"466":2,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"474":1,"475":1,"476":1,"477":1,"478":1,"479":1,"480":1,"481":1,"482":1,"483":1,"484":1,"485":1,"486":1,"487":1,"489":1,"490":1,"696":1,"752":3,"756":2,"770":1,"982":2,"983":4,"988":1,"990":1,"1163":5,"1164":2,"1199":3,"1249":1,"1427":3,"1431":2,"1568":2,"1569":1,"1598":2,"1600":1,"1627":2,"1661":2,"1686":2,"1856":1,"1908":2,"1922":1,"2016":1,"2091":1,"2157":3,"2162":1,"2188":1,"2274":6,"2275":12,"2276":3,"2397":2,"2398":2,"2432":1,"2433":8,"2459":3,"2478":2,"2480":2,"2484":3,"2573":1,"2574":2,"2609":2,"2633":1,"2644":3}}],["ztick",{"2":{"488":1}}],["ztickrotation",{"2":{"0":2}}],["ztickranges=ztickrange",{"2":{"0":1}}],["ztickrange",{"2":{"0":1}}],["ztickwidth",{"0":{"490":1},"2":{"0":1}}],["zticksvisible",{"0":{"489":1},"2":{"0":1}}],["zticksize",{"0":{"488":1},"2":{"0":1}}],["zticks",{"0":{"487":1},"2":{"0":2}}],["zticklabels=zticklabel",{"2":{"0":1}}],["zticklabels",{"2":{"0":1}}],["zticklabelsvisible",{"0":{"486":1},"2":{"0":1}}],["zticklabelsize",{"0":{"485":1},"2":{"0":1}}],["zticklabelpad",{"0":{"484":1},"2":{"0":1}}],["zticklabelfont",{"0":{"483":1},"2":{"0":1}}],["zticklabelcolor",{"0":{"482":1},"2":{"0":1}}],["ztickformat",{"0":{"481":1},"2":{"0":1}}],["ztickcolor",{"0":{"480":1},"2":{"0":1}}],["zreversed",{"0":{"474":1},"2":{"0":1,"474":3}}],["zgridwidth",{"0":{"465":1},"2":{"0":1}}],["zgridvisible",{"0":{"464":1},"2":{"0":1}}],["zgridcolor",{"0":{"463":1},"2":{"0":1}}],["3π",{"2":{"2433":1}}],["38",{"2":{"2195":1}}],["386",{"2":{"1917":1}}],["380",{"2":{"34":1}}],["3pi",{"2":{"757":1,"983":2,"2196":1,"2610":1}}],["3px",{"2":{"63":2}}],["372",{"2":{"1917":1}}],["37",{"2":{"752":2,"1917":3}}],["371139e",{"2":{"0":2}}],["3rds",{"2":{"577":1}}],["3rd",{"2":{"577":1}}],["3f0",{"2":{"2642":2}}],["3f",{"2":{"207":2}}],["3x2",{"2":{"2634":1}}],["3xn",{"2":{"2275":1}}],["3x",{"2":{"163":1,"1323":1,"2195":2}}],["340",{"2":{"2609":1}}],["341",{"2":{"1917":1}}],["34",{"2":{"132":1,"1285":1,"2485":2}}],["3465",{"2":{"107":1}}],["3u",{"2":{"75":1}}],["330",{"2":{"2660":1}}],["33",{"2":{"918":1,"2481":1}}],["3349",{"2":{"199":2}}],["3333",{"2":{"107":2}}],["337",{"2":{"106":2}}],["33ac6434b396b1a24745a8f920a4386fb0b27ded",{"2":{"60":1}}],["3369e8",{"2":{"35":1,"2644":1}}],["359",{"2":{"1917":1}}],["353",{"2":{"105":1}}],["350",{"2":{"39":1,"863":1}}],["35",{"2":{"32":1,"80":1,"81":1,"627":2,"2660":6}}],["314",{"2":{"1917":1}}],["318",{"2":{"1917":1}}],["31f22023",{"2":{"63":1}}],["31",{"2":{"28":1,"1285":1,"1917":1}}],["367c5",{"2":{"1917":1}}],["367",{"2":{"1917":1}}],["36",{"2":{"752":1,"1750":1,"1917":1}}],["360",{"2":{"8":1,"63":1,"107":5,"1284":1,"2651":2}}],["361",{"2":{"0":1,"976":1}}],["32f0",{"2":{"2604":1}}],["325",{"2":{"1917":1}}],["32gb",{"2":{"1286":1}}],["32",{"2":{"0":11,"923":1,"1015":1,"1017":1,"1050":1,"1285":2,"1654":1,"1688":1,"1917":1,"2134":3,"2181":1,"2425":1,"2512":1}}],["30j",{"2":{"2609":2}}],["30px",{"2":{"64":1}}],["3000",{"2":{"107":2}}],["30000",{"2":{"33":1}}],["300",{"2":{"24":1,"33":2,"39":1,"63":2,"64":2,"105":2,"164":1,"190":1,"222":2,"577":3,"585":1,"691":1,"757":1,"758":1,"873":1,"1404":4,"1405":4,"2194":1}}],["30",{"2":{"0":3,"8":2,"10":2,"11":4,"12":1,"19":2,"22":1,"34":1,"35":1,"36":1,"45":1,"56":1,"103":1,"105":2,"141":1,"148":1,"167":3,"196":4,"358":1,"384":2,"577":2,"582":1,"603":1,"627":1,"639":2,"863":2,"1141":2,"1236":1,"1427":1,"1629":1,"1868":1,"1910":1,"1911":4,"1916":1,"1917":1,"1919":1,"1925":3,"1926":1,"1944":5,"1949":1,"1952":1,"1953":1,"1960":1,"2075":8,"2196":2,"2197":1,"2275":1,"2459":2,"2485":2,"2609":4,"2644":1,"2651":3,"2653":2,"2660":5}}],["3d",{"0":{"45":1,"92":1},"2":{"0":59,"13":3,"18":2,"31":2,"36":1,"41":2,"45":1,"47":3,"58":1,"92":1,"147":1,"190":3,"691":1,"699":1,"947":1,"978":1,"988":2,"989":1,"990":1,"1006":1,"1007":1,"1015":1,"1020":1,"1053":1,"1096":1,"1195":1,"1199":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1450":1,"1504":1,"1535":1,"1564":1,"1569":1,"1594":1,"1600":1,"1623":1,"1627":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1922":1,"1951":1,"1990":1,"2039":1,"2069":1,"2091":2,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2295":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2603":2,"2604":1,"2640":1,"2642":1}}],["395s",{"2":{"1288":1}}],["39",{"0":{"94":1},"2":{"0":70,"8":1,"9":1,"10":2,"13":1,"14":1,"19":1,"22":1,"27":5,"30":2,"31":5,"34":1,"35":1,"37":1,"38":1,"39":1,"45":1,"48":2,"49":1,"51":1,"53":2,"54":1,"58":3,"60":2,"62":1,"63":1,"73":1,"74":6,"80":3,"81":2,"82":3,"85":1,"90":3,"94":1,"97":1,"98":2,"102":1,"104":2,"105":1,"106":17,"107":4,"110":2,"113":1,"118":1,"119":1,"120":1,"126":2,"128":3,"129":1,"131":1,"132":3,"133":2,"135":3,"136":1,"141":1,"142":2,"143":2,"144":1,"145":1,"147":1,"148":3,"149":2,"152":1,"155":3,"159":1,"161":4,"162":2,"165":1,"167":1,"178":1,"181":1,"186":2,"187":2,"190":3,"191":1,"195":1,"197":2,"198":1,"202":1,"205":1,"208":1,"214":1,"216":1,"217":2,"218":3,"229":1,"244":1,"246":1,"247":1,"254":1,"304":1,"351":1,"364":1,"365":1,"366":1,"384":1,"385":1,"386":1,"387":1,"393":1,"396":1,"508":1,"511":1,"512":1,"515":3,"516":1,"549":1,"551":1,"552":1,"577":2,"578":1,"579":2,"583":1,"585":1,"594":1,"599":1,"600":1,"603":1,"615":1,"616":1,"626":2,"628":1,"679":1,"680":1,"691":1,"700":1,"701":1,"725":1,"726":1,"756":1,"807":1,"808":1,"844":2,"858":1,"859":1,"861":1,"863":1,"868":1,"869":1,"874":1,"900":1,"901":1,"919":1,"920":1,"982":2,"983":1,"1137":1,"1236":1,"1282":1,"1286":2,"1289":1,"1290":1,"1426":1,"1912":1,"1914":2,"1917":2,"2189":1,"2276":1,"2282":3,"2283":3,"2290":1,"2459":1,"2484":1,"2485":1,"2603":1,"2604":1,"2615":12,"2617":1,"2618":1,"2619":4,"2620":2,"2621":1,"2622":1,"2624":5,"2625":2,"2626":4,"2627":1,"2628":1,"2629":1,"2630":1,"2631":1,"2633":1,"2637":2,"2638":1,"2640":1,"2642":3,"2643":2,"2644":4,"2646":2,"2651":1,"2653":2}}],["3",{"0":{"413":1,"446":1,"477":1},"2":{"0":37,"10":1,"12":1,"21":2,"27":4,"28":1,"32":2,"33":2,"34":7,"36":2,"45":1,"46":1,"61":1,"63":5,"66":3,"75":1,"76":2,"78":3,"92":2,"98":4,"102":1,"104":6,"121":1,"132":1,"140":2,"141":3,"142":2,"147":1,"148":2,"163":1,"164":2,"166":2,"168":1,"169":2,"178":1,"184":1,"185":3,"186":3,"187":1,"189":1,"190":8,"191":4,"195":1,"196":2,"204":3,"205":2,"206":1,"207":1,"239":1,"248":1,"249":1,"266":1,"269":1,"279":2,"280":1,"290":1,"299":1,"304":1,"313":1,"326":2,"327":1,"334":1,"337":1,"346":1,"351":1,"358":1,"361":1,"364":1,"373":1,"374":2,"379":1,"383":1,"396":2,"413":1,"423":1,"446":1,"456":1,"474":1,"477":1,"487":1,"491":1,"515":2,"516":2,"542":1,"559":1,"576":3,"577":2,"578":1,"579":2,"580":3,"581":4,"582":6,"584":3,"585":2,"603":4,"626":3,"627":2,"628":4,"633":1,"639":3,"664":4,"668":1,"669":1,"678":2,"685":1,"691":1,"704":2,"705":1,"753":1,"757":4,"844":1,"863":1,"884":1,"924":1,"951":1,"952":1,"983":8,"989":2,"1058":18,"1104":1,"1105":3,"1106":1,"1107":3,"1141":2,"1142":1,"1143":1,"1164":2,"1236":1,"1259":2,"1285":3,"1322":2,"1343":1,"1374":4,"1404":2,"1405":1,"1428":7,"1481":1,"1569":2,"1572":1,"1584":4,"1586":1,"1600":2,"1628":3,"1662":1,"1750":1,"1774":5,"1807":1,"1856":8,"1914":3,"1915":8,"1917":2,"1922":7,"1925":4,"1944":4,"1949":4,"1952":3,"1953":4,"1960":1,"2016":1,"2044":1,"2075":1,"2111":1,"2191":2,"2192":4,"2194":1,"2275":10,"2298":1,"2301":3,"2330":4,"2331":1,"2332":3,"2368":1,"2478":2,"2481":3,"2482":2,"2483":1,"2484":4,"2486":1,"2555":15,"2602":1,"2607":1,"2609":9,"2610":6,"2611":3,"2619":1,"2624":11,"2626":1,"2627":4,"2633":1,"2634":4,"2635":2,"2642":1,"2644":1,"2647":1,"2648":2,"2651":12,"2658":35}}],["2n",{"2":{"2275":1,"2301":1}}],["29",{"2":{"1917":1,"2275":1,"2609":1}}],["295",{"2":{"1917":1}}],["29dcad47ccac",{"2":{"61":1}}],["2φ2",{"2":{"1629":1}}],["2sinh",{"2":{"1431":1}}],["2sin",{"2":{"1323":1,"1430":1}}],["266",{"2":{"1917":1}}],["26620",{"2":{"91":2}}],["267",{"2":{"1917":1}}],["26",{"2":{"1917":2,"2624":1,"2637":1}}],["26s",{"2":{"1288":1}}],["2x",{"2":{"839":1}}],["2x2",{"2":{"106":1,"2625":1}}],["278",{"2":{"1917":1}}],["27",{"2":{"1750":1,"2481":1}}],["272s",{"2":{"1288":1}}],["275π",{"2":{"374":1}}],["275pi",{"2":{"374":1}}],["275",{"2":{"190":1}}],["27t11",{"2":{"75":1}}],["2i",{"2":{"169":1,"187":3}}],["280",{"2":{"2660":1}}],["289",{"2":{"1917":1}}],["288",{"2":{"107":4}}],["28",{"2":{"107":1,"196":1,"1917":2}}],["2855",{"2":{"28":1}}],["2u",{"2":{"75":1}}],["2phi",{"2":{"758":2}}],["2px",{"2":{"63":1}}],["2pi",{"2":{"0":1,"196":1,"750":1,"751":1,"752":3,"758":2,"773":3,"817":2,"983":2,"1025":1,"1629":1,"1915":1,"1916":1,"2189":2,"2275":2,"2301":1,"2459":1,"2610":1}}],["211",{"2":{"1917":1}}],["21105",{"2":{"199":3}}],["21",{"2":{"72":1,"1426":1,"1917":3,"2044":1,"2609":1,"2648":1}}],["21a71e1748fe",{"2":{"63":1}}],["2127",{"2":{"35":2,"2644":2}}],["2+1",{"2":{"61":1}}],["2a9b",{"2":{"58":1}}],["2b",{"2":{"36":2}}],["25pi",{"2":{"2610":3}}],["254",{"2":{"2483":1}}],["251",{"2":{"2459":1}}],["258",{"2":{"1917":1}}],["259",{"2":{"1917":1}}],["256",{"2":{"92":3}}],["250",{"2":{"39":1,"190":1,"222":2,"2459":2}}],["25",{"2":{"35":1,"66":1,"133":1,"181":1,"379":1,"515":7,"1025":2,"1405":2,"1426":4,"1774":4,"1917":1,"2275":16,"2615":1,"2644":1,"2660":1}}],["255",{"2":{"0":9,"63":3,"2482":1,"2483":1,"2490":1}}],["229",{"2":{"1917":1}}],["225",{"2":{"105":2}}],["22",{"2":{"34":1,"1586":1,"1917":4,"2275":6}}],["231",{"2":{"1917":1}}],["237",{"2":{"1917":1}}],["23",{"2":{"33":1,"1917":2,"2275":5}}],["2tuples",{"2":{"0":1,"1598":1}}],["2400",{"2":{"107":2}}],["2405",{"2":{"52":1}}],["24900",{"2":{"91":3}}],["2464",{"2":{"52":1}}],["24",{"2":{"0":2,"110":1,"1142":1,"1917":4,"2194":1,"2275":2}}],["2f",{"2":{"0":1,"290":2,"337":2}}],["2π",{"2":{"0":3,"159":1,"1429":2,"1430":2,"1750":1,"1761":1,"2275":1,"2433":1}}],["2011",{"2":{"2653":1}}],["205l5",{"2":{"1917":1}}],["20th",{"2":{"105":1}}],["2021",{"2":{"75":1,"199":2}}],["2048",{"2":{"36":1,"2486":2}}],["2009",{"2":{"1287":1}}],["2000",{"2":{"33":1}}],["200",{"2":{"0":3,"12":4,"23":1,"31":2,"35":1,"39":1,"66":1,"96":2,"148":1,"163":1,"169":1,"190":1,"223":1,"287":2,"334":1,"577":2,"704":1,"1322":3,"1323":2,"1336":1,"1343":3,"2016":1,"2192":1,"2274":2,"2353":1,"2640":2,"2641":2,"2644":2}}],["20",{"2":{"0":6,"31":1,"33":2,"35":2,"66":2,"73":3,"102":2,"105":2,"133":3,"162":1,"163":2,"206":2,"358":2,"384":2,"491":1,"515":1,"582":1,"628":1,"668":2,"669":4,"691":3,"844":1,"863":1,"887":1,"983":4,"1058":1,"1412":1,"1455":1,"1472":1,"1586":2,"1662":2,"1913":2,"1915":1,"1917":1,"1920":2,"1921":1,"1922":6,"1925":2,"1944":4,"1960":3,"2111":1,"2193":1,"2195":1,"2239":1,"2275":18,"2301":1,"2609":2,"2611":2,"2644":2,"2653":3,"2660":8}}],["2",{"0":{"412":1,"445":1,"476":1,"1288":1},"2":{"0":95,"10":5,"12":6,"16":1,"19":4,"22":1,"24":2,"28":3,"32":2,"33":3,"34":3,"35":5,"36":3,"39":1,"45":1,"46":7,"55":1,"59":1,"61":1,"63":6,"66":8,"76":2,"78":3,"79":2,"80":2,"82":3,"91":6,"97":4,"100":4,"101":1,"102":5,"104":8,"105":4,"106":5,"120":1,"121":1,"134":1,"135":1,"138":1,"140":6,"141":3,"142":11,"148":4,"150":1,"151":1,"159":2,"163":4,"164":10,"166":6,"167":1,"168":3,"169":7,"178":2,"184":1,"185":3,"186":2,"187":1,"189":3,"190":2,"191":14,"192":6,"204":3,"205":4,"206":3,"207":4,"222":7,"223":2,"234":4,"239":1,"248":1,"249":1,"261":1,"266":1,"279":4,"287":2,"290":2,"294":1,"299":2,"301":1,"304":1,"308":1,"313":1,"326":4,"334":1,"337":2,"346":2,"348":1,"351":1,"357":6,"358":1,"361":1,"362":6,"364":1,"373":12,"374":1,"379":3,"396":1,"410":1,"412":1,"443":2,"445":1,"474":1,"476":1,"491":2,"510":1,"515":14,"516":1,"575":1,"576":4,"577":10,"578":10,"579":5,"580":6,"581":6,"582":3,"583":3,"584":2,"585":9,"603":4,"624":1,"625":4,"626":4,"627":7,"628":12,"633":3,"639":3,"664":10,"665":2,"668":1,"669":1,"678":1,"685":1,"691":3,"704":1,"713":1,"750":1,"751":5,"752":4,"753":8,"757":4,"758":1,"784":1,"788":1,"806":1,"818":1,"822":1,"838":1,"844":2,"863":2,"873":1,"874":1,"908":2,"924":2,"926":1,"951":2,"952":7,"954":1,"983":14,"986":1,"989":2,"1019":1,"1025":4,"1027":1,"1052":1,"1058":24,"1060":1,"1076":1,"1105":2,"1106":1,"1107":1,"1116":1,"1141":7,"1142":2,"1143":2,"1166":1,"1202":1,"1235":3,"1236":1,"1259":5,"1268":1,"1284":3,"1285":2,"1287":1,"1288":1,"1293":1,"1322":1,"1324":3,"1328":1,"1345":1,"1376":1,"1404":5,"1405":5,"1406":1,"1407":1,"1408":1,"1409":1,"1411":1,"1426":2,"1427":2,"1428":7,"1430":2,"1431":2,"1433":1,"1455":6,"1458":1,"1481":1,"1483":1,"1510":3,"1512":1,"1545":4,"1547":1,"1569":6,"1571":1,"1572":1,"1584":2,"1585":4,"1586":8,"1587":2,"1599":2,"1600":6,"1602":1,"1628":2,"1629":4,"1631":1,"1656":1,"1664":1,"1690":1,"1750":3,"1774":4,"1776":1,"1807":1,"1856":10,"1867":1,"1869":1,"1882":1,"1914":4,"1917":2,"1922":7,"1924":1,"1925":4,"1926":4,"1944":5,"1949":1,"1952":1,"1953":1,"1960":1,"1962":1,"1998":1,"2000":1,"2007":1,"2019":1,"2044":1,"2046":1,"2075":2,"2111":6,"2121":5,"2122":3,"2124":1,"2160":1,"2183":1,"2190":1,"2192":2,"2194":5,"2195":5,"2196":2,"2197":1,"2200":1,"2256":1,"2274":4,"2275":21,"2276":4,"2301":7,"2330":4,"2331":1,"2332":1,"2343":1,"2368":1,"2370":1,"2398":1,"2402":1,"2427":1,"2433":1,"2435":1,"2459":2,"2461":1,"2482":1,"2483":1,"2484":10,"2488":1,"2514":1,"2520":3,"2522":1,"2555":18,"2565":1,"2576":1,"2601":1,"2607":4,"2608":6,"2609":12,"2611":8,"2615":5,"2619":4,"2624":26,"2625":1,"2626":5,"2627":5,"2628":1,"2629":1,"2630":1,"2631":3,"2633":2,"2634":4,"2635":2,"2636":4,"2640":2,"2641":1,"2642":2,"2644":10,"2649":1,"2651":29,"2653":1}}],["2d",{"0":{"44":1,"91":1},"2":{"0":23,"13":3,"18":1,"34":1,"39":1,"41":2,"44":2,"47":1,"66":1,"74":1,"91":1,"92":1,"159":1,"190":1,"202":1,"203":1,"750":1,"924":1,"988":2,"989":1,"990":1,"1005":1,"1006":1,"1007":1,"1285":1,"1481":1,"1510":1,"1627":1,"2091":2,"2158":1,"2368":1,"2518":1,"2520":1,"2618":1,"2633":1}}],["1+sin",{"2":{"2611":1}}],["1randn",{"2":{"2158":1}}],["1i",{"2":{"1323":1}}],["1s",{"2":{"148":1}}],["1u",{"2":{"73":2,"75":1}}],["1px",{"2":{"63":3}}],["190",{"2":{"2158":1}}],["1905324418285184056",{"2":{"63":1}}],["19",{"2":{"1917":2,"2275":8,"2609":1}}],["191",{"2":{"1917":1}}],["198",{"2":{"27":1,"28":1}}],["125",{"2":{"1917":1}}],["1234",{"2":{"1404":2,"1405":2,"1406":1,"1407":1,"1409":1,"2274":2,"2275":1,"2276":1,"2301":2,"2459":6}}],["123",{"2":{"163":1,"167":1,"168":1,"2275":2}}],["1220",{"2":{"66":1}}],["12px",{"2":{"63":1}}],["12",{"2":{"59":2,"66":1,"107":5,"262":1,"309":1,"399":1,"432":1,"463":1,"549":1,"757":1,"1142":1,"1323":2,"1426":3,"1586":2,"1750":1,"1856":1,"1917":1,"2194":1,"2275":10,"2619":3,"2658":2}}],["1200",{"2":{"19":1,"23":1,"24":1,"105":2,"106":2,"1287":1,"1288":1,"1289":1,"2459":1,"2651":1}}],["120",{"2":{"12":1,"196":2,"802":1}}],["136",{"2":{"1917":1}}],["135",{"2":{"1917":1}}],["13",{"2":{"46":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"1914":1,"1917":2,"2275":5,"2459":1,"2611":1,"2619":1}}],["1k",{"2":{"35":1,"2644":1}}],["18",{"2":{"120":2,"753":2,"917":1,"1917":1,"2275":2,"2484":1}}],["18404213562721885155",{"2":{"59":1}}],["1848",{"2":{"35":2,"2644":2}}],["180",{"2":{"0":1,"36":2,"831":1,"1235":2}}],["140",{"2":{"2193":1}}],["147",{"2":{"1917":1}}],["141",{"2":{"1917":1}}],["1417759722963415041",{"2":{"35":1}}],["14",{"0":{"1287":1},"2":{"1586":1,"1917":1,"2275":5,"2609":1,"2619":1}}],["1440",{"2":{"92":1}}],["1427",{"2":{"35":2,"2644":2}}],["176s",{"2":{"1288":1}}],["175",{"2":{"190":2}}],["17",{"2":{"34":1,"1917":1,"2275":3}}],["178",{"2":{"28":1}}],["157",{"2":{"2640":1}}],["154",{"2":{"1917":1}}],["15f0",{"2":{"1774":1}}],["150",{"2":{"190":1,"2158":1,"2433":1,"2615":4,"2660":1}}],["1500",{"2":{"32":1,"34":1}}],["15246015225989354405",{"2":{"63":1}}],["15px",{"2":{"63":3,"64":1}}],["15",{"2":{"0":3,"10":1,"66":2,"169":1,"192":2,"379":1,"383":1,"515":1,"584":1,"625":3,"627":2,"628":1,"722":1,"863":1,"913":1,"921":1,"1162":1,"1164":2,"1405":2,"1456":1,"1461":1,"1584":3,"1585":3,"1587":1,"1774":2,"1913":4,"1915":2,"1917":4,"2075":1,"2113":1,"2158":1,"2189":2,"2197":1,"2275":5,"2619":1,"2660":4}}],["1fr",{"2":{"63":8}}],["1f",{"2":{"0":1,"863":3}}],["1f0",{"2":{"0":5,"45":4,"58":1,"2607":1,"2608":1,"2642":1}}],["1π",{"2":{"0":1}}],["112",{"2":{"2193":1}}],["115",{"2":{"1917":1}}],["117s",{"2":{"1288":1}}],["11",{"2":{"0":3,"75":1,"135":3,"189":2,"206":2,"1164":1,"1426":2,"1917":2,"2194":1,"2275":3,"2484":6,"2619":1,"2658":11}}],["16pi",{"2":{"2459":3}}],["160",{"2":{"1284":1}}],["1600",{"2":{"19":1,"23":1,"24":1}}],["168",{"2":{"28":1}}],["16",{"2":{"0":10,"244":1,"254":1,"271":1,"296":1,"318":1,"343":1,"393":1,"408":1,"421":1,"441":1,"454":1,"472":1,"485":1,"501":1,"533":1,"561":1,"608":1,"633":1,"639":1,"647":1,"686":1,"715":1,"795":1,"827":1,"838":1,"839":1,"893":1,"1426":3,"1917":2,"2150":1,"2189":2,"2245":1,"2275":11,"2660":1}}],["10s",{"2":{"1288":1}}],["10^7",{"2":{"1285":1}}],["10^6",{"2":{"0":1,"1285":1,"2016":1}}],["10pi",{"2":{"753":2,"2624":2,"2634":1,"2636":1}}],["10px",{"2":{"63":4,"704":1,"2192":1}}],["10e2b2e5",{"2":{"63":1}}],["10f0",{"2":{"44":1}}],["1024",{"2":{"36":1,"2486":1,"2614":1}}],["1060",{"2":{"31":1}}],["101",{"2":{"0":1,"148":1,"1025":1,"1998":1,"2000":1}}],["100f0",{"2":{"2642":3,"2644":1}}],["1000",{"2":{"34":4,"35":1,"36":2,"138":3,"141":2,"166":1,"585":2,"1105":9,"1107":2,"1285":2,"1322":1,"1455":1,"1456":1,"1457":1,"2111":1,"2330":6,"2332":2,"2398":1,"2624":1,"2625":1,"2640":2,"2644":1}}],["100000",{"2":{"1406":2,"1407":2}}],["10000",{"2":{"31":1,"2640":1}}],["1000f0",{"2":{"0":1,"22":1,"191":1}}],["100",{"2":{"0":7,"33":2,"34":2,"35":1,"39":1,"60":6,"63":8,"64":1,"85":1,"96":4,"98":2,"100":4,"102":2,"133":2,"134":3,"148":2,"150":1,"163":1,"168":1,"190":4,"192":2,"208":1,"222":2,"223":1,"287":8,"334":6,"384":2,"545":1,"577":1,"752":2,"753":2,"757":3,"770":1,"1025":2,"1106":1,"1164":4,"1200":2,"1235":2,"1324":1,"1406":1,"1409":2,"1458":1,"1629":4,"1807":1,"1832":2,"1999":2,"2017":1,"2158":2,"2331":1,"2398":1,"2433":1,"2480":1,"2624":1,"2627":1,"2640":2,"2644":1,"2647":1,"2648":2,"2660":13}}],["10",{"2":{"0":19,"8":1,"10":1,"19":3,"32":1,"34":3,"35":2,"42":2,"43":2,"58":2,"59":1,"61":2,"66":5,"71":2,"73":4,"75":2,"76":1,"82":3,"85":3,"92":1,"102":2,"103":1,"105":6,"133":4,"135":4,"141":3,"142":7,"145":1,"147":4,"150":1,"151":2,"163":3,"164":4,"168":2,"169":3,"178":1,"184":5,"185":5,"186":6,"189":27,"192":2,"196":1,"199":3,"203":2,"204":1,"206":4,"208":2,"223":1,"287":7,"299":1,"334":7,"346":1,"358":1,"364":1,"484":1,"499":1,"515":2,"595":1,"596":1,"624":1,"625":1,"626":9,"627":1,"628":3,"633":2,"639":2,"664":4,"665":2,"668":2,"669":2,"678":4,"685":2,"704":1,"714":1,"728":1,"750":1,"751":8,"752":6,"756":1,"757":3,"844":4,"854":1,"855":1,"863":2,"874":1,"908":2,"952":1,"983":2,"1025":1,"1058":3,"1141":2,"1164":4,"1184":1,"1220":1,"1235":3,"1236":1,"1248":1,"1249":1,"1322":1,"1374":4,"1406":1,"1426":1,"1431":4,"1455":1,"1586":5,"1587":1,"1599":1,"1774":1,"1880":1,"1910":1,"1911":1,"1917":3,"1919":1,"1920":4,"1925":2,"1944":2,"1960":1,"2000":1,"2111":1,"2158":1,"2194":1,"2195":2,"2196":1,"2253":1,"2268":1,"2275":8,"2289":1,"2290":1,"2459":6,"2484":7,"2609":5,"2611":2,"2619":3,"2624":7,"2629":2,"2632":2,"2634":3,"2640":1,"2642":1,"2644":2,"2647":1,"2648":2,"2649":2,"2651":34,"2654":1,"2658":11,"2660":7}}],["1",{"0":{"411":1,"444":1,"475":1},"2":{"0":278,"8":2,"10":3,"11":1,"12":14,"16":4,"19":3,"20":1,"23":1,"24":1,"28":3,"31":3,"32":7,"33":8,"34":13,"35":12,"36":11,"38":2,"39":1,"43":2,"45":6,"46":16,"47":3,"55":2,"58":5,"59":7,"60":10,"61":1,"63":7,"64":2,"66":12,"71":3,"73":8,"75":7,"76":3,"78":5,"80":3,"81":3,"82":2,"85":2,"91":22,"92":5,"96":2,"97":4,"98":4,"101":3,"102":11,"103":4,"104":22,"105":7,"106":6,"107":5,"110":2,"120":4,"121":4,"131":1,"134":2,"135":2,"138":1,"140":6,"141":11,"142":24,"148":8,"149":2,"151":1,"152":11,"159":1,"162":6,"163":6,"164":10,"166":7,"167":3,"168":8,"169":16,"178":2,"184":1,"185":3,"186":4,"187":7,"189":24,"190":22,"191":18,"192":13,"194":2,"195":16,"196":6,"202":2,"204":4,"205":9,"206":8,"207":4,"208":4,"222":6,"223":8,"234":10,"238":1,"239":4,"243":1,"248":4,"249":4,"253":1,"261":3,"265":1,"266":4,"276":1,"279":6,"282":1,"287":8,"288":1,"290":5,"299":6,"301":3,"303":1,"304":5,"308":3,"312":1,"313":4,"323":1,"326":6,"329":1,"334":6,"335":1,"337":5,"346":6,"348":3,"350":1,"351":5,"357":4,"358":4,"361":4,"362":4,"364":6,"373":30,"374":3,"379":1,"383":3,"384":8,"385":3,"396":2,"401":1,"410":4,"411":1,"415":1,"426":1,"434":1,"443":3,"444":1,"448":1,"459":1,"465":1,"474":3,"475":1,"479":1,"490":1,"491":10,"515":40,"516":2,"544":1,"550":1,"553":1,"567":1,"575":5,"576":6,"577":13,"578":17,"579":10,"580":6,"581":8,"582":13,"583":5,"584":8,"585":13,"603":14,"612":1,"624":4,"625":4,"626":10,"627":14,"628":12,"633":5,"636":1,"639":5,"652":1,"664":19,"665":5,"668":5,"669":5,"671":1,"675":4,"678":5,"685":5,"691":2,"704":5,"705":3,"749":2,"750":3,"751":7,"752":6,"753":26,"754":1,"757":17,"758":3,"768":3,"770":1,"782":1,"787":1,"794":1,"809":1,"816":1,"821":1,"839":1,"843":1,"844":4,"863":6,"873":3,"874":4,"879":1,"881":1,"884":1,"908":4,"924":4,"926":1,"932":1,"939":1,"951":2,"952":18,"954":1,"960":1,"983":12,"986":1,"989":2,"996":1,"997":1,"1004":1,"1007":1,"1025":13,"1027":1,"1034":1,"1035":1,"1058":50,"1060":1,"1069":1,"1076":1,"1103":1,"1105":5,"1106":5,"1107":6,"1116":1,"1128":1,"1134":1,"1141":6,"1142":4,"1143":6,"1164":8,"1166":1,"1171":1,"1185":1,"1188":1,"1200":6,"1202":1,"1207":1,"1221":1,"1224":1,"1235":9,"1236":6,"1240":1,"1248":1,"1249":3,"1259":7,"1268":1,"1284":1,"1285":47,"1287":1,"1288":6,"1289":5,"1293":1,"1295":2,"1299":1,"1322":9,"1323":9,"1324":3,"1343":7,"1345":1,"1351":1,"1374":13,"1376":1,"1382":1,"1404":2,"1405":2,"1406":1,"1407":3,"1408":1,"1409":2,"1411":1,"1422":1,"1423":1,"1426":16,"1427":6,"1428":7,"1430":1,"1431":5,"1433":1,"1437":1,"1455":7,"1457":3,"1458":3,"1473":4,"1481":3,"1483":1,"1489":1,"1496":1,"1508":2,"1509":1,"1510":6,"1512":1,"1518":1,"1542":2,"1543":1,"1545":4,"1547":1,"1551":1,"1569":6,"1571":1,"1572":19,"1577":1,"1584":4,"1585":3,"1586":7,"1587":7,"1599":5,"1600":6,"1602":1,"1608":1,"1615":1,"1628":8,"1629":11,"1631":1,"1638":1,"1639":1,"1662":3,"1664":1,"1671":1,"1672":1,"1681":1,"1750":2,"1753":1,"1762":1,"1764":1,"1768":1,"1771":1,"1774":29,"1776":1,"1782":1,"1806":1,"1811":1,"1831":1,"1836":1,"1856":14,"1859":1,"1876":1,"1880":13,"1882":1,"1888":1,"1911":1,"1913":2,"1914":19,"1915":5,"1916":4,"1917":4,"1918":4,"1919":3,"1920":2,"1921":1,"1922":7,"1924":1,"1925":11,"1926":12,"1930":1,"1944":8,"1949":7,"1952":8,"1953":5,"1960":4,"1962":1,"1968":1,"1996":2,"1998":1,"1999":2,"2000":1,"2016":2,"2017":1,"2019":1,"2023":1,"2025":1,"2044":4,"2046":1,"2052":1,"2075":11,"2082":1,"2111":6,"2118":4,"2121":1,"2122":15,"2124":1,"2131":1,"2132":1,"2158":10,"2160":1,"2166":1,"2167":1,"2189":8,"2190":7,"2191":2,"2192":2,"2193":3,"2194":8,"2195":3,"2196":3,"2197":3,"2200":1,"2205":1,"2218":1,"2236":1,"2243":1,"2274":5,"2275":28,"2276":6,"2280":1,"2289":1,"2290":3,"2301":13,"2311":1,"2327":1,"2330":8,"2331":5,"2332":6,"2339":1,"2343":1,"2366":1,"2368":3,"2370":1,"2376":1,"2383":1,"2395":2,"2396":1,"2398":8,"2400":1,"2402":1,"2407":1,"2408":1,"2433":8,"2435":1,"2441":1,"2459":13,"2461":1,"2476":1,"2477":1,"2480":13,"2481":2,"2482":2,"2483":2,"2484":27,"2485":3,"2488":1,"2490":2,"2494":1,"2496":1,"2520":6,"2522":1,"2528":1,"2552":2,"2553":1,"2555":16,"2576":1,"2582":2,"2589":1,"2602":3,"2604":1,"2607":4,"2608":19,"2609":23,"2610":9,"2611":33,"2615":26,"2619":6,"2620":8,"2621":2,"2622":2,"2624":51,"2625":1,"2626":8,"2627":6,"2628":1,"2629":2,"2630":5,"2631":3,"2633":5,"2634":13,"2636":6,"2637":2,"2638":4,"2640":9,"2642":24,"2643":3,"2644":20,"2647":2,"2648":6,"2649":2,"2651":45,"2653":6,"2657":1}}],["vline",{"2":{"1913":2}}],["vlines",{"0":{"1741":1,"2368":1},"1":{"2369":1,"2370":1,"2371":1,"2372":1,"2373":1,"2374":1,"2375":1,"2376":1,"2377":1,"2378":1,"2379":1,"2380":1,"2381":1,"2382":1,"2383":1,"2384":1,"2385":1,"2386":1,"2387":1,"2388":1,"2389":1,"2390":1,"2391":1,"2392":1,"2393":1,"2394":1,"2395":1,"2396":1},"2":{"0":11,"2368":4}}],["vcat",{"2":{"757":1,"1856":1,"2330":2}}],["vcxsrv",{"2":{"28":2}}],["vgrid",{"2":{"704":1}}],["vglrun",{"2":{"116":1}}],["vglconnect",{"2":{"116":1}}],["v0",{"2":{"72":1,"582":1,"2654":1}}],["v3",{"2":{"36":2}}],["vulkan",{"2":{"31":1}}],["v2",{"2":{"0":1,"585":1}}],["v1",{"2":{"0":1,"585":1}}],["vanhelsing",{"2":{"2662":1}}],["vangogh",{"2":{"2662":1}}],["vanimo50",{"2":{"2656":1}}],["vanimo25",{"2":{"2656":1}}],["vanimo100",{"2":{"2656":1}}],["vanimo10",{"2":{"2656":1}}],["vanimo",{"2":{"2656":1}}],["va",{"2":{"626":2}}],["varying",{"2":{"190":1}}],["vary",{"2":{"24":1}}],["varied",{"2":{"628":1}}],["variety",{"2":{"184":1}}],["various",{"2":{"14":1,"58":1,"150":1,"2482":1}}],["variable",{"2":{"0":3,"10":1,"60":1,"83":1,"94":1,"102":1,"134":2,"190":1,"396":1,"575":1,"578":1,"1114":1,"1282":1,"1865":1,"2196":1}}],["variables",{"2":{"0":4,"218":1,"626":1,"1104":1,"2329":1,"2626":1}}],["variantcontinuous",{"2":{"2654":1,"2655":1,"2656":1,"2657":1,"2658":1,"2659":1,"2660":1,"2661":1,"2662":1}}],["variant",{"2":{"0":55,"2654":1,"2655":1,"2656":1,"2657":1,"2658":1,"2659":1,"2660":1,"2661":1,"2662":1}}],["valentine",{"2":{"2662":1}}],["vals",{"2":{"1880":9}}],["val",{"2":{"0":5,"34":5,"60":4,"135":1,"1879":4,"2485":3}}],["validate",{"2":{"874":1,"905":1}}],["validation",{"0":{"874":1},"2":{"873":1,"874":1,"905":1}}],["validator",{"0":{"905":1},"2":{"0":1,"874":5,"905":3}}],["valid",{"2":{"0":3,"69":1,"94":1,"597":1,"856":1,"874":1,"905":1,"2648":4}}],["valigns",{"2":{"626":2}}],["valign2num",{"2":{"0":1}}],["valign",{"0":{"258":1,"367":1,"395":1,"513":1,"570":1,"601":1,"618":1,"689":1,"702":1,"729":1,"841":1,"860":1,"870":1,"906":1,"922":1},"2":{"0":16,"164":1,"603":1,"626":2,"2624":2,"2629":1,"2634":1}}],["value^2",{"2":{"290":1,"337":1}}],["valued",{"2":{"239":1,"248":1,"266":1,"313":1,"624":1}}],["value`",{"2":{"76":1}}],["valuelabels",{"2":{"0":2}}],["valuelabel",{"2":{"0":2}}],["valuekw",{"2":{"0":4}}],["value",{"0":{"861":1,"871":1},"2":{"0":237,"18":2,"22":1,"23":1,"34":5,"45":1,"59":5,"60":19,"61":1,"63":1,"75":4,"76":4,"78":1,"91":1,"97":1,"102":1,"106":6,"107":2,"130":1,"131":1,"132":11,"133":3,"138":1,"150":1,"168":1,"186":2,"189":1,"190":1,"191":1,"207":1,"234":4,"239":1,"248":1,"266":1,"287":1,"290":4,"299":1,"313":1,"334":1,"337":4,"346":1,"374":1,"384":2,"577":1,"585":1,"624":1,"720":3,"723":1,"770":2,"794":1,"844":9,"857":2,"861":1,"863":4,"871":1,"874":1,"926":1,"932":1,"934":1,"942":1,"954":1,"960":1,"962":1,"971":1,"986":1,"996":1,"999":1,"1008":1,"1027":1,"1034":1,"1037":1,"1043":1,"1060":1,"1069":1,"1073":2,"1077":1,"1089":1,"1105":1,"1107":1,"1166":1,"1171":1,"1174":1,"1189":1,"1202":1,"1207":1,"1210":1,"1225":1,"1236":1,"1240":1,"1249":1,"1292":1,"1293":1,"1299":1,"1301":1,"1308":1,"1345":1,"1351":1,"1353":1,"1362":1,"1369":2,"1376":1,"1382":1,"1385":1,"1392":1,"1404":1,"1411":1,"1417":1,"1418":1,"1433":1,"1437":1,"1439":1,"1445":1,"1474":1,"1483":1,"1489":1,"1491":1,"1499":1,"1512":1,"1518":1,"1520":1,"1528":1,"1547":1,"1551":1,"1553":1,"1559":1,"1571":1,"1577":1,"1579":1,"1588":1,"1602":1,"1608":1,"1610":1,"1618":1,"1631":1,"1638":1,"1641":1,"1647":1,"1664":1,"1671":1,"1674":1,"1679":1,"1753":1,"1776":1,"1782":1,"1784":1,"1792":1,"1811":1,"1836":1,"1856":1,"1858":1,"1874":1,"1878":1,"1879":1,"1882":1,"1888":1,"1891":1,"1898":1,"1924":1,"1930":1,"1936":1,"1941":1,"1962":1,"1968":1,"1970":1,"1979":1,"2019":1,"2023":1,"2027":1,"2032":1,"2046":1,"2052":1,"2054":1,"2063":1,"2070":2,"2082":1,"2122":1,"2124":1,"2132":1,"2135":1,"2144":1,"2160":1,"2166":1,"2169":1,"2175":1,"2197":1,"2200":1,"2205":1,"2212":1,"2219":1,"2243":1,"2262":1,"2276":1,"2280":1,"2282":1,"2283":1,"2332":1,"2339":1,"2370":1,"2376":1,"2378":1,"2386":1,"2398":1,"2402":1,"2407":1,"2411":1,"2418":1,"2419":1,"2433":3,"2435":1,"2441":1,"2443":1,"2449":1,"2461":1,"2467":1,"2468":1,"2488":1,"2494":1,"2499":1,"2506":1,"2522":1,"2528":1,"2530":1,"2538":1,"2576":1,"2582":1,"2584":1,"2592":1,"2604":2,"2620":1,"2621":1,"2622":1,"2640":1}}],["values",{"2":{"0":139,"10":1,"11":2,"18":1,"56":1,"59":1,"60":2,"72":1,"73":2,"74":1,"75":2,"76":9,"106":2,"127":1,"129":1,"130":1,"132":1,"133":1,"135":1,"148":8,"161":1,"185":1,"186":1,"190":2,"191":1,"212":1,"234":1,"287":1,"290":8,"299":5,"334":1,"337":8,"346":5,"374":1,"379":1,"384":1,"516":1,"522":1,"537":1,"585":4,"596":1,"598":2,"603":1,"627":1,"756":1,"844":1,"855":1,"863":1,"871":1,"929":1,"944":1,"957":1,"974":1,"994":1,"1012":1,"1031":1,"1047":1,"1066":1,"1092":1,"1105":6,"1107":5,"1167":1,"1169":1,"1182":1,"1192":1,"1203":1,"1205":1,"1218":1,"1228":1,"1236":1,"1248":1,"1249":1,"1297":1,"1311":1,"1321":2,"1333":1,"1341":1,"1342":3,"1348":1,"1365":1,"1369":2,"1373":1,"1379":1,"1394":1,"1415":1,"1419":1,"1427":1,"1428":1,"1435":1,"1447":1,"1454":2,"1456":2,"1461":1,"1462":2,"1473":1,"1477":1,"1481":1,"1486":1,"1501":1,"1510":1,"1515":1,"1531":1,"1549":1,"1561":1,"1568":1,"1574":1,"1591":1,"1605":1,"1620":1,"1629":1,"1635":1,"1651":1,"1668":1,"1684":1,"1749":2,"1761":1,"1779":1,"1795":1,"1831":1,"1875":1,"1877":1,"1885":1,"1900":1,"1911":1,"1927":1,"1947":1,"1965":1,"1987":1,"1996":1,"2021":1,"2036":1,"2049":1,"2066":1,"2070":2,"2110":2,"2113":1,"2118":1,"2119":1,"2129":1,"2148":1,"2164":1,"2178":1,"2203":1,"2222":1,"2276":1,"2290":1,"2330":8,"2331":4,"2332":5,"2338":1,"2368":1,"2373":1,"2388":1,"2405":1,"2417":1,"2422":1,"2439":1,"2451":1,"2458":2,"2465":1,"2472":1,"2478":1,"2480":1,"2481":1,"2492":1,"2505":1,"2509":1,"2520":1,"2525":1,"2541":1,"2579":1,"2594":1,"2633":1,"2649":4}}],["voxel",{"2":{"0":6,"2400":1,"2478":1,"2481":2,"2482":3,"2483":1,"2484":4,"2485":2,"2486":2,"2490":2,"2498":1,"2518":1}}],["voxels",{"0":{"1745":1,"2478":1,"2485":1,"2486":1},"1":{"2479":1,"2480":1,"2481":1,"2482":1,"2483":1,"2484":1,"2485":1,"2486":1,"2487":1,"2488":1,"2489":1,"2490":1,"2491":1,"2492":1,"2493":1,"2494":1,"2495":1,"2496":1,"2497":1,"2498":1,"2499":1,"2500":1,"2501":1,"2502":1,"2503":1,"2504":1,"2505":1,"2506":1,"2507":1,"2508":1,"2509":1,"2510":1,"2511":1,"2512":1,"2513":1,"2514":1,"2515":1,"2516":1,"2517":1,"2518":1,"2519":1},"2":{"0":21,"2478":7,"2480":1,"2481":2,"2482":2,"2483":1,"2484":4,"2485":3,"2486":3,"2495":4,"2498":1,"2505":1}}],["voronoi",{"2":{"0":2,"752":1,"1424":1,"1426":1,"2458":1,"2459":4}}],["voronoitessellation",{"2":{"0":2,"2458":2,"2459":1}}],["voronoiplot",{"0":{"1744":1,"2458":1},"1":{"2459":1,"2460":1,"2461":1,"2462":1,"2463":1,"2464":1,"2465":1,"2466":1,"2467":1,"2468":1,"2469":1,"2470":1,"2471":1,"2472":1,"2473":1,"2474":1,"2475":1,"2476":1,"2477":1},"2":{"0":15,"752":2,"2458":7,"2459":9}}],["vorn",{"2":{"0":1,"2458":1,"2459":8}}],["volcano",{"2":{"163":8,"1235":9,"1236":4,"2158":3}}],["vol",{"2":{"92":3,"2433":2}}],["volumelike",{"2":{"145":1}}],["volumes",{"0":{"92":1}}],["volumeslices",{"0":{"1743":1,"2432":1},"1":{"2433":1,"2434":1,"2435":1,"2436":1,"2437":1,"2438":1,"2439":1,"2440":1,"2441":1,"2442":1,"2443":1,"2444":1,"2445":1,"2446":1,"2447":1,"2448":1,"2449":1,"2450":1,"2451":1,"2452":1,"2453":1,"2454":1,"2455":1,"2456":1,"2457":1},"2":{"0":13,"2432":5,"2433":1}}],["volume",{"0":{"1742":1,"2397":1},"1":{"2398":1,"2399":1,"2400":1,"2401":1,"2402":1,"2403":1,"2404":1,"2405":1,"2406":1,"2407":1,"2408":1,"2409":1,"2410":1,"2411":1,"2412":1,"2413":1,"2414":1,"2415":1,"2416":1,"2417":1,"2418":1,"2419":1,"2420":1,"2421":1,"2422":1,"2423":1,"2424":1,"2425":1,"2426":1,"2427":1,"2428":1,"2429":1,"2430":1,"2431":1},"2":{"0":21,"55":2,"59":3,"82":2,"92":3,"147":4,"150":1,"152":1,"199":1,"2397":7,"2398":3,"2401":1,"2409":2,"2416":1,"2432":1,"2480":2,"2603":1}}],["voltage",{"2":{"0":2,"863":1}}],["vsync",{"2":{"22":2}}],["vscode",{"2":{"17":1,"31":1,"54":1,"106":1,"2619":1}}],["vspan",{"0":{"1746":1,"2520":1},"1":{"2521":1,"2522":1,"2523":1,"2524":1,"2525":1,"2526":1,"2527":1,"2528":1,"2529":1,"2530":1,"2531":1,"2532":1,"2533":1,"2534":1,"2535":1,"2536":1,"2537":1,"2538":1,"2539":1,"2540":1,"2541":1,"2542":1,"2543":1,"2544":1,"2545":1,"2546":1,"2547":1,"2548":1,"2549":1,"2550":1,"2551":1,"2552":1,"2553":1},"2":{"0":12,"2520":5}}],["vs",{"2":{"0":2,"118":1,"983":5,"1309":1}}],["v",{"2":{"0":26,"19":6,"32":2,"34":12,"45":2,"76":2,"149":3,"585":6,"863":1,"982":9,"1424":1,"1427":1,"2121":1,"2191":2,"2432":2,"2433":6}}],["viko50",{"2":{"2656":1}}],["viko25",{"2":{"2656":1}}],["viko100",{"2":{"2656":1}}],["viko10",{"2":{"2656":1}}],["viko",{"2":{"2656":1}}],["vik50",{"2":{"2656":1}}],["vik25",{"2":{"2656":1}}],["vik100",{"2":{"2656":1}}],["vik10",{"2":{"2656":1}}],["vik",{"2":{"2656":1}}],["virtualgl",{"0":{"116":1},"2":{"114":1,"116":6}}],["viridis",{"2":{"0":39,"189":2,"515":2,"516":1,"521":1,"704":1,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1204":1,"1296":1,"1347":1,"1378":1,"1408":1,"1414":1,"1434":1,"1485":1,"1514":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1884":1,"1926":3,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2190":1,"2202":1,"2372":1,"2404":1,"2438":1,"2464":1,"2491":1,"2524":1,"2578":1,"2651":10,"2653":2,"2657":1}}],["vice",{"2":{"0":1,"1328":1,"1916":1}}],["violins",{"2":{"0":1,"2354":1}}],["violin",{"0":{"1740":1,"1877":1,"2329":1},"1":{"2330":1,"2331":1,"2332":1,"2333":1,"2334":1,"2335":1,"2336":1,"2337":1,"2338":1,"2339":1,"2340":1,"2341":1,"2342":1,"2343":1,"2344":1,"2345":1,"2346":1,"2347":1,"2348":1,"2349":1,"2350":1,"2351":1,"2352":1,"2353":1,"2354":1,"2355":1,"2356":1,"2357":1,"2358":1,"2359":1,"2360":1,"2361":1,"2362":1,"2363":1,"2364":1,"2365":1,"2366":1,"2367":1},"2":{"0":24,"1856":5,"1861":2,"1862":3,"1875":1,"1877":1,"2329":4,"2330":5,"2331":2,"2332":2,"2338":1,"2358":1}}],["videos",{"2":{"0":2}}],["videostream",{"2":{"0":9}}],["video",{"2":{"0":23,"9":1,"12":2,"130":1,"2644":3}}],["via",{"2":{"0":11,"15":1,"16":2,"17":1,"18":1,"20":1,"22":2,"31":2,"35":1,"44":1,"45":2,"56":2,"60":1,"67":1,"73":1,"76":1,"79":1,"94":1,"101":1,"107":2,"116":3,"144":1,"145":1,"150":1,"153":1,"155":1,"166":1,"177":1,"187":1,"204":1,"626":1,"691":1,"754":1,"756":1,"898":1,"1407":1,"1831":1,"2188":1,"2613":1,"2644":2,"2653":1}}],["viewing",{"2":{"2619":1}}],["viewers",{"2":{"70":1,"106":2}}],["viewer",{"2":{"0":2,"16":1,"70":1,"71":2,"106":1,"2495":1}}],["viewport=rect",{"2":{"2640":1}}],["viewport",{"2":{"0":3,"41":1,"66":1,"2641":1}}],["view",{"0":{"46":1},"2":{"0":9,"44":1,"45":5,"66":1,"69":1,"70":1,"71":1,"396":1,"754":1,"778":1,"2642":5}}],["viewmode",{"0":{"396":1},"2":{"0":1,"169":1,"196":1,"374":1,"379":1,"384":2,"396":4}}],["visibility",{"2":{"200":1,"205":1,"699":1}}],["visible=false",{"2":{"0":2}}],["visible",{"0":{"368":1,"619":1,"950":1,"981":1,"1023":1,"1056":1,"1102":1,"1198":1,"1234":1,"1257":1,"1320":1,"1372":1,"1400":1,"1453":1,"1507":1,"1541":1,"1567":1,"1597":1,"1626":1,"1660":1,"1694":1,"1772":1,"1805":1,"1830":1,"1855":1,"1906":1,"1958":1,"1995":1,"2042":1,"2073":1,"2109":1,"2156":1,"2187":1,"2235":1,"2269":1,"2299":1,"2365":1,"2394":1,"2431":1,"2437":1,"2457":1,"2519":1,"2551":1,"2600":1},"2":{"0":50,"16":1,"22":2,"152":5,"226":1,"233":1,"237":1,"245":1,"255":1,"257":1,"264":1,"272":1,"275":1,"281":1,"298":1,"302":1,"311":1,"319":1,"322":1,"328":1,"345":1,"349":1,"363":1,"368":1,"394":1,"400":1,"409":1,"414":1,"422":1,"425":1,"428":1,"430":1,"433":1,"442":1,"447":1,"455":1,"458":1,"461":1,"464":1,"473":1,"478":1,"486":1,"489":1,"520":1,"534":1,"536":1,"543":1,"547":1,"563":1,"566":1,"569":1,"619":1,"635":1,"669":1,"688":1,"757":1,"781":1,"786":1,"798":1,"805":1,"815":1,"820":1,"830":1,"840":1,"908":4,"1408":1,"2189":1,"2433":1,"2482":1,"2626":1,"2639":1}}],["visit",{"2":{"198":1}}],["visualise",{"2":{"2301":1}}],["visualization",{"2":{"147":1,"196":1,"199":2,"200":1,"383":1,"2017":1,"2616":1}}],["visualizations",{"2":{"130":2}}],["visualizing",{"0":{"46":1},"2":{"2604":1}}],["visualized",{"2":{"41":1,"47":1,"628":1}}],["visualize",{"2":{"0":1,"148":1,"168":1,"1914":1,"2554":1,"2615":2,"2646":1}}],["visualizes",{"2":{"0":1,"384":2,"2016":1}}],["visual",{"2":{"0":1,"37":1,"177":1,"396":1,"515":1,"1405":1,"1856":1,"2555":1,"2615":1,"2649":2}}],["visually",{"2":{"0":3,"207":1,"354":1,"578":1,"1944":1}}],["ve",{"2":{"2642":1,"2644":1}}],["vendor",{"2":{"1287":1,"1289":1}}],["vermeer",{"2":{"2662":1}}],["verbose",{"2":{"218":1}}],["very",{"2":{"19":1,"27":1,"60":1,"106":1,"135":1,"161":1,"190":1,"575":1,"578":1,"582":1,"1290":1,"1914":1,"2486":1,"2615":1,"2644":1}}],["versions",{"2":{"68":1,"162":1,"165":1}}],["version=",{"2":{"20":1}}],["version",{"0":{"20":1},"2":{"2":1,"16":3,"20":2,"21":1,"27":2,"76":2,"136":3,"147":1,"162":1,"2603":1,"2640":1,"2653":1}}],["versa",{"2":{"0":1,"1328":1,"1916":1}}],["verload",{"2":{"0":1}}],["vert",{"2":{"1107":2,"2332":2}}],["vertexgrid",{"2":{"145":1}}],["vertex",{"0":{"1771":1},"2":{"0":7,"82":1,"1029":1,"1513":1,"1633":1,"1777":1,"2298":1,"2523":1}}],["vertical`",{"2":{"1107":1,"2332":1}}],["vertically",{"2":{"571":1,"664":1}}],["vertical",{"0":{"523":1,"571":1},"2":{"0":19,"45":3,"129":1,"258":1,"291":1,"338":1,"367":1,"395":1,"513":1,"515":4,"523":1,"524":1,"549":1,"556":1,"570":1,"601":1,"603":2,"618":1,"628":2,"638":1,"648":1,"665":4,"687":1,"689":1,"702":1,"729":1,"752":2,"841":1,"860":1,"870":1,"906":1,"922":1,"1070":1,"1107":1,"1124":2,"1235":1,"1276":2,"1323":1,"1871":2,"2191":1,"2273":1,"2332":1,"2354":2,"2368":1,"2520":1}}],["vertices",{"2":{"0":10,"152":1,"1628":2,"1629":4,"1771":1,"1773":4}}],["vecormat",{"2":{"0":2}}],["vec4f",{"2":{"34":1,"2484":4}}],["vec4",{"2":{"0":1,"34":16}}],["vec3",{"2":{"0":2}}],["vec3f",{"2":{"0":11,"31":1,"32":7,"33":4,"34":5,"35":9,"36":2,"45":5,"46":3,"135":1,"152":1,"159":1,"190":4,"191":2,"385":2,"983":4,"989":1,"1686":1,"1922":1,"2602":1,"2604":4,"2608":6,"2609":1,"2610":3,"2611":8,"2642":3,"2644":21}}],["veclike",{"2":{"0":2}}],["vec2f",{"2":{"0":2,"66":1,"1629":1,"1919":1,"2610":3}}],["vectypes",{"2":{"0":10,"158":1,"2644":1}}],["vectors",{"0":{"1426":1,"1428":1,"1910":1,"1999":1},"2":{"0":10,"74":1,"135":1,"148":1,"163":2,"299":1,"346":1,"623":1,"982":1,"1322":2,"1424":1,"1918":1,"2157":1}}],["vector",{"0":{"1142":1,"1999":1,"2000":1},"2":{"0":78,"11":1,"13":1,"15":1,"19":2,"45":2,"66":1,"68":1,"79":1,"83":1,"104":2,"105":4,"106":3,"107":2,"145":1,"148":1,"163":2,"167":1,"197":1,"239":1,"248":1,"266":1,"279":1,"290":2,"299":1,"313":1,"326":1,"337":2,"346":1,"623":3,"624":2,"982":2,"983":1,"1024":1,"1029":1,"1114":1,"1134":1,"1163":2,"1199":2,"1288":1,"1322":2,"1341":1,"1409":1,"1462":1,"1513":2,"1598":1,"1633":1,"1681":1,"1686":2,"1762":1,"1774":3,"1777":2,"1856":2,"1863":1,"1865":1,"1879":1,"1911":3,"1915":2,"1918":2,"1996":3,"2189":2,"2201":2,"2231":1,"2275":4,"2290":1,"2366":1,"2483":1,"2484":1,"2523":2,"2605":2,"2623":1}}],["vec",{"0":{"1919":1},"2":{"0":8,"46":1,"625":1,"982":1,"983":2,"1025":2,"1139":1,"1409":1,"1629":2,"1919":1,"1944":1}}],["eeg",{"0":{"2635":1},"2":{"2624":3,"2634":3,"2636":1,"2638":1}}],["eee",{"2":{"63":1}}],["e6bf3c",{"2":{"2614":1}}],["eweights",{"2":{"1409":2}}],["edit",{"2":{"896":1}}],["edge",{"0":{"2304":1,"2305":1,"2306":1,"2310":1,"2311":1,"2312":1,"2313":1,"2477":1},"2":{"0":15,"66":3,"396":2,"585":3,"1241":1,"1242":1,"1248":2,"1629":2,"2301":1,"2303":1,"2321":1,"2459":2,"2462":1,"2632":2}}],["edges",{"0":{"2281":1,"2322":1,"2324":1},"2":{"0":30,"22":1,"396":1,"579":1,"580":1,"1185":1,"1221":1,"1248":1,"1249":1,"1424":1,"1426":7,"1461":1,"1773":1,"2113":1,"2275":2,"2289":1,"2301":4,"2303":1,"2304":1,"2305":1,"2306":1,"2310":1,"2311":1,"2312":1,"2313":1,"2316":1,"2322":1,"2324":1,"2326":1,"2327":1,"2477":1,"2624":3,"2631":4}}],["epsilon",{"2":{"169":1}}],["e91b90cac5d99358d35e38604da844108bbdae73",{"2":{"58":1}}],["ez",{"2":{"46":5}}],["ey",{"2":{"46":5}}],["eyeball",{"2":{"2615":1}}],["eyes",{"2":{"35":3,"2644":3}}],["eye",{"2":{"0":1,"2":1,"66":2}}],["eyeposition",{"2":{"0":10,"32":1,"33":1,"34":1,"36":1,"45":8,"46":3,"159":1,"2639":1,"2642":3,"2644":1}}],["etopo1avg",{"2":{"33":1}}],["etopo1",{"2":{"33":1}}],["etc",{"0":{"91":1},"2":{"0":5,"35":1,"58":1,"99":1,"100":1,"145":1,"147":1,"183":1,"185":1,"384":1,"1914":1,"2196":1,"2649":1}}],["ecosystem",{"0":{"2":1},"1":{"3":1,"4":1,"5":1,"6":1},"2":{"2":1,"196":1,"198":1,"2616":1}}],["ecdf",{"2":{"0":2,"1342":2}}],["ecdfplot",{"0":{"1342":1,"1709":1},"1":{"1343":1,"1344":1,"1345":1,"1346":1,"1347":1,"1348":1,"1349":1,"1350":1,"1351":1,"1352":1,"1353":1,"1354":1,"1355":1,"1356":1,"1357":1,"1358":1,"1359":1,"1360":1,"1361":1,"1362":1,"1363":1,"1364":1,"1365":1,"1366":1,"1367":1,"1368":1,"1369":1,"1370":1,"1371":1,"1372":1},"2":{"0":11,"1342":3,"1343":5}}],["eδy",{"2":{"0":2,"2303":2}}],["eδx",{"2":{"0":2,"2303":2}}],["euler",{"2":{"0":1}}],["establish",{"2":{"116":1}}],["estimation",{"2":{"0":1,"1327":1}}],["estimated",{"2":{"0":1,"1336":1}}],["estimate",{"2":{"0":1,"1321":1}}],["essentially",{"2":{"0":1,"1773":1}}],["especially",{"2":{"0":1,"34":1,"1922":1,"2193":1,"2301":1,"2646":1}}],["emitted",{"2":{"147":1}}],["emission",{"2":{"33":6}}],["emissivematerial",{"2":{"32":1}}],["emissive",{"2":{"32":4}}],["emoji",{"0":{"111":1},"2":{"111":3}}],["empty",{"0":{"583":1},"2":{"98":1,"132":1,"148":4,"204":2,"757":1,"1408":1}}],["empirical",{"2":{"0":1,"1342":1}}],["em",{"2":{"33":4}}],["embedding",{"2":{"106":1}}],["embedded",{"2":{"19":1,"106":2}}],["embed",{"2":{"0":1,"1292":1}}],["errors",{"2":{"0":3,"27":1,"73":2,"90":1,"104":1,"186":1,"1373":2,"1374":3,"1879":1}}],["error",{"2":{"0":17,"27":2,"31":1,"76":1,"91":3,"135":1,"142":1,"148":1,"149":1,"181":1,"582":1,"1373":10,"1374":1,"1856":1}}],["errorbar",{"2":{"0":1,"1104":1}}],["errorbars",{"0":{"1373":1,"1710":1},"1":{"1374":1,"1375":1,"1376":1,"1377":1,"1378":1,"1379":1,"1380":1,"1381":1,"1382":1,"1383":1,"1384":1,"1385":1,"1386":1,"1387":1,"1388":1,"1389":1,"1390":1,"1391":1,"1392":1,"1393":1,"1394":1,"1395":1,"1396":1,"1397":1,"1398":1,"1399":1,"1400":1,"1401":1},"2":{"0":20,"1373":11,"1374":3,"1879":1}}],["earth",{"0":{"33":1,"36":1},"2":{"36":1,"1629":1,"2657":1}}],["earlier",{"2":{"0":1}}],["east",{"2":{"1287":1}}],["easiest",{"2":{"107":1,"2637":1,"2640":1}}],["easier",{"2":{"0":1,"145":1,"162":1,"214":1,"1914":1,"2555":2,"2626":1,"2628":1,"2644":1}}],["easily",{"2":{"12":1,"111":1,"121":1,"130":1,"136":1,"166":1,"167":1,"578":1}}],["easy",{"2":{"7":1,"10":1,"60":4,"73":1,"102":1,"106":1,"140":1,"148":1,"161":1,"162":1,"1629":1,"2644":1}}],["eachslice",{"2":{"2624":1,"2627":1}}],["eachrow",{"2":{"1284":1,"1408":1}}],["eachcol",{"2":{"625":1}}],["eachindex",{"2":{"66":1}}],["each",{"2":{"0":52,"8":1,"10":2,"14":2,"42":1,"71":1,"78":1,"80":1,"83":1,"106":2,"122":2,"131":1,"134":2,"135":1,"136":3,"140":1,"144":2,"148":1,"162":1,"164":1,"190":1,"192":1,"197":1,"206":1,"207":1,"217":1,"234":1,"304":1,"351":1,"373":1,"396":1,"499":1,"577":2,"625":1,"628":3,"639":1,"652":1,"660":1,"668":1,"675":1,"683":1,"863":1,"913":1,"982":1,"985":1,"1061":1,"1076":1,"1134":1,"1139":2,"1199":1,"1288":1,"1307":1,"1315":1,"1337":1,"1369":2,"1377":1,"1408":1,"1423":2,"1473":1,"1568":1,"1598":1,"1661":1,"1681":1,"1686":1,"1856":2,"1863":1,"1883":1,"1908":1,"1918":1,"1944":2,"1996":2,"2070":2,"2118":1,"2196":3,"2197":1,"2275":5,"2290":1,"2298":1,"2366":1,"2400":1,"2459":1,"2554":1,"2615":1,"2618":1,"2619":2,"2625":1,"2630":1,"2637":1,"2640":1,"2644":1,"2646":1}}],["effort",{"2":{"58":1}}],["effects",{"2":{"132":1,"179":1}}],["effectively",{"2":{"580":1,"843":1}}],["effective",{"2":{"22":1,"106":1,"222":2,"384":1}}],["effect",{"2":{"0":10,"18":1,"129":1,"396":1,"990":1,"1934":1,"1935":1,"2210":1,"2211":1,"2481":1,"2498":1,"2601":1,"2604":1,"2615":1}}],["efficiently",{"2":{"0":1,"1290":1}}],["efficient",{"2":{"0":2,"2644":1}}],["either",{"2":{"0":29,"60":1,"61":1,"67":2,"70":1,"82":1,"83":1,"91":1,"100":1,"103":1,"109":1,"114":1,"128":1,"132":1,"137":1,"152":1,"164":1,"167":1,"184":2,"382":1,"623":1,"628":1,"908":1,"940":1,"969":1,"1185":1,"1221":1,"1248":1,"1249":1,"1360":1,"1424":1,"1462":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"1862":1,"1944":1,"2061":1,"2121":1,"2122":1,"2189":1,"2289":1,"2301":1,"2384":1,"2537":1,"2573":1,"2590":1,"2615":1,"2625":1}}],["exemplified",{"2":{"184":1}}],["execution",{"2":{"78":1}}],["executing",{"2":{"0":2,"2618":2}}],["execute",{"0":{"60":1},"2":{"51":1,"53":1,"109":1,"2641":1}}],["executes",{"2":{"0":25}}],["executed",{"2":{"0":1,"51":1,"53":1,"130":1,"132":2}}],["exit",{"2":{"82":2}}],["exist",{"2":{"102":1,"141":1}}],["existing",{"0":{"2645":1},"1":{"2646":1,"2647":1,"2648":1},"2":{"27":1,"63":1,"82":2,"143":1,"145":1,"147":1,"162":2,"166":1,"167":2,"215":1,"2275":1,"2601":1,"2619":1,"2646":1}}],["exists",{"2":{"0":1,"142":2,"1424":1}}],["ex",{"2":{"46":5}}],["exr",{"2":{"31":1,"32":1,"33":1,"34":1}}],["exciting",{"2":{"2640":1}}],["exceed",{"2":{"2649":1}}],["excess",{"2":{"222":1}}],["except",{"2":{"92":1,"156":1,"2605":1}}],["exception",{"2":{"29":1,"2483":1}}],["excluding",{"2":{"0":1,"579":1,"1249":1}}],["excluded",{"2":{"0":1}}],["exclude",{"2":{"0":5,"2290":1}}],["exclusive",{"2":{"0":3,"2605":1}}],["exclusively",{"2":{"0":4,"83":2,"1912":1}}],["exact",{"2":{"104":5,"109":1,"1914":1,"2615":1}}],["exactly",{"2":{"0":1,"82":1,"104":4,"105":1,"106":2,"107":3,"190":1,"580":1,"1914":1,"2615":3}}],["examples",{"0":{"73":1,"952":1,"983":1,"1025":1,"1058":1,"1105":1,"1140":1,"1164":1,"1200":1,"1259":1,"1283":1,"1286":1,"1322":1,"1343":1,"1374":1,"1403":1,"1425":1,"1455":1,"1545":1,"1599":1,"1628":1,"1662":1,"1750":1,"1774":1,"1807":1,"1832":1,"1880":1,"1909":1,"1960":1,"1997":1,"2017":1,"2044":1,"2075":1,"2111":1,"2122":1,"2158":1,"2238":1,"2274":1,"2301":1,"2330":1,"2398":1,"2433":1,"2459":1,"2479":1,"2555":1,"2574":1},"1":{"74":1,"75":1,"1106":1,"1107":1,"1141":1,"1142":1,"1143":1,"1284":1,"1285":1,"1286":1,"1287":2,"1288":2,"1289":1,"1290":1,"1323":1,"1324":1,"1404":1,"1405":1,"1406":1,"1407":1,"1408":1,"1409":1,"1426":1,"1427":1,"1428":1,"1429":1,"1430":1,"1431":1,"1456":1,"1457":1,"1458":1,"1600":1,"1910":1,"1911":1,"1912":1,"1913":1,"1914":1,"1915":1,"1916":1,"1917":1,"1918":1,"1919":1,"1920":1,"1921":1,"1922":1,"1998":1,"1999":1,"2000":1,"2239":1,"2275":1,"2276":1,"2331":1,"2332":1,"2480":1,"2481":1,"2482":1,"2483":1,"2484":1,"2485":1,"2486":1},"2":{"0":4,"4":1,"31":4,"75":3,"76":1,"83":1,"138":1,"194":1,"951":1,"1285":1,"1286":1,"1405":1,"2111":1,"2484":1,"2604":1}}],["example",{"0":{"8":1,"36":1,"46":1,"148":1,"168":1,"1921":1,"2480":1,"2602":1,"2614":1},"2":{"0":39,"10":2,"12":1,"14":2,"19":2,"23":1,"31":1,"35":1,"39":1,"47":1,"58":1,"60":1,"68":1,"71":1,"76":1,"78":1,"80":3,"81":1,"82":3,"85":1,"98":1,"102":2,"103":1,"106":1,"107":2,"110":2,"123":1,"125":1,"126":1,"131":2,"135":3,"136":1,"138":1,"140":1,"145":2,"146":1,"147":4,"148":2,"149":4,"150":1,"152":1,"166":1,"167":1,"168":1,"169":1,"178":4,"179":2,"180":2,"181":2,"182":1,"183":1,"185":1,"186":1,"187":2,"190":2,"208":1,"217":1,"218":1,"222":1,"223":1,"287":1,"290":1,"334":1,"337":1,"577":2,"578":1,"624":2,"627":1,"628":1,"691":1,"751":1,"752":1,"757":1,"844":1,"874":1,"905":1,"940":1,"969":1,"1249":1,"1289":1,"1360":1,"1408":1,"1426":1,"1430":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"1856":1,"1913":1,"1915":1,"1916":1,"1917":1,"1918":1,"1920":1,"2061":1,"2121":1,"2158":1,"2193":1,"2195":1,"2207":1,"2275":1,"2290":1,"2384":1,"2480":2,"2537":1,"2590":1,"2605":1,"2615":5,"2618":1,"2626":2,"2638":1,"2646":1,"2649":2}}],["extra",{"2":{"31":1,"53":1,"55":1,"508":1,"613":1}}],["extracts",{"2":{"2648":1}}],["extracted",{"2":{"76":1}}],["extractvalue",{"2":{"0":2}}],["extract",{"2":{"0":4,"61":1,"111":1,"148":1,"2275":1}}],["extrema",{"2":{"0":1,"33":1,"1856":1,"1911":1,"2330":1,"2398":1,"2478":1,"2624":1,"2631":1}}],["extrusion",{"2":{"0":20,"939":2,"968":2,"1359":2,"1496":2,"1585":2,"1615":2,"2060":2,"2383":2,"2589":2}}],["exterior",{"2":{"0":1,"2311":1}}],["extent",{"2":{"304":1,"351":1,"396":1,"2189":1,"2615":1}}],["extents",{"2":{"105":1,"234":1}}],["extensibility",{"2":{"196":1}}],["extensible",{"2":{"0":1,"1292":1}}],["extensions",{"2":{"149":1}}],["extension",{"0":{"149":1,"2311":1,"2477":1},"2":{"0":14,"149":3,"1241":1,"1242":1,"2303":1,"2311":1,"2459":2,"2462":1,"2477":1,"2619":1}}],["extendlow",{"0":{"1242":1,"2283":1},"2":{"0":3,"1235":2,"1242":1}}],["extended",{"2":{"0":9,"1241":1,"1242":1,"2311":1,"2459":1}}],["extendhigh",{"0":{"1241":1,"2282":1},"2":{"0":3,"1235":2,"1241":1}}],["extends",{"2":{"0":7,"1156":1,"1369":3,"2070":3,"2615":1,"2640":1,"2642":1}}],["extend",{"0":{"2647":1},"2":{"0":7,"72":1,"143":1,"752":1,"985":1,"990":1,"2605":1,"2646":1}}],["extending",{"0":{"152":1},"2":{"0":4,"152":1,"1373":1,"1879":1,"2074":1}}],["exp",{"2":{"1856":2,"2459":1,"2619":3,"2620":2,"2621":1,"2622":2}}],["exposes",{"2":{"2647":1}}],["exponential",{"2":{"1409":1,"2619":1,"2620":1,"2621":1,"2622":1}}],["exported",{"2":{"105":2,"197":1}}],["exportable=true",{"2":{"58":1,"64":1}}],["export",{"0":{"64":1},"2":{"0":1,"26":1,"28":2,"53":1,"57":1,"58":2,"105":2,"149":3}}],["exporting",{"2":{"0":2}}],["expands",{"2":{"147":1,"2615":1}}],["expanded",{"2":{"97":1}}],["expand",{"2":{"76":1,"198":1,"575":1}}],["explanations",{"2":{"2644":1}}],["explains",{"2":{"149":1}}],["explained",{"2":{"102":1,"2626":1,"2639":1}}],["explain",{"2":{"72":1}}],["explicit",{"2":{"105":1,"190":1,"983":1}}],["explicitely",{"2":{"75":2}}],["explicitly",{"2":{"24":1,"100":1,"691":1,"1430":2,"2620":1}}],["expensive",{"2":{"190":1,"1284":1}}],["expects",{"2":{"752":1}}],["expect",{"2":{"31":1,"57":1,"68":1,"104":1,"105":1,"161":2,"190":2}}],["expected",{"2":{"0":1,"27":1,"60":1,"67":1}}],["experimental",{"0":{"516":1},"2":{"13":1,"25":1,"30":1,"31":1,"48":1,"197":1,"748":1,"2620":1,"2621":1,"2622":1,"2644":1}}],["express",{"2":{"10":1}}],["expressions",{"2":{"0":4,"47":1,"2231":1}}],["expression",{"2":{"0":7,"10":1,"83":2,"134":3}}],["exp10",{"2":{"0":1}}],["enforced",{"2":{"2275":1}}],["enforcing",{"2":{"578":1}}],["enlarged",{"2":{"585":1}}],["enclose",{"2":{"2625":1,"2637":1}}],["enclosing",{"2":{"192":1}}],["encode",{"2":{"0":1}}],["encoding",{"2":{"0":3}}],["encounter",{"2":{"0":1,"181":1,"1282":1}}],["encourages",{"2":{"0":4}}],["encompassing",{"2":{"0":43,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1194":1,"1230":1,"1253":1,"1316":1,"1367":1,"1396":1,"1449":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1849":1,"1902":1,"1950":1,"1989":1,"2038":1,"2068":1,"2093":1,"2151":1,"2182":1,"2227":1,"2259":1,"2294":1,"2359":1,"2390":1,"2426":1,"2453":1,"2513":1,"2544":1,"2596":1}}],["enumerate",{"2":{"168":1,"206":1,"287":1,"334":1,"374":1,"379":1,"383":1,"396":2,"625":1,"1285":1,"1322":1,"1405":2,"1406":1,"1409":1,"1584":1,"1585":1,"1586":3,"1913":1,"1919":2,"2196":1,"2330":1,"2624":1,"2635":1}}],["env",{"2":{"94":1}}],["environments",{"2":{"24":1}}],["environment",{"2":{"0":3,"17":1,"31":1,"94":1,"1282":1,"2618":2}}],["environmentlights",{"2":{"31":1}}],["environmentlight",{"0":{"2612":1},"2":{"0":1,"31":1,"32":1,"33":1,"34":1,"35":1,"36":1,"2644":1}}],["ension",{"2":{"72":1}}],["ensures",{"2":{"192":1,"578":1}}],["ensure",{"2":{"24":1,"47":1,"88":1,"585":1,"844":1}}],["engine",{"2":{"18":1,"119":1}}],["enabling",{"2":{"0":1,"2495":1}}],["enable",{"0":{"1172":1,"1208":1,"2409":1},"2":{"0":6,"22":4,"29":1,"31":3,"55":2,"150":2,"152":1,"621":1,"908":1}}],["enabled",{"2":{"0":1,"21":1,"150":1,"152":1,"209":1}}],["enables",{"2":{"0":6,"45":1,"150":2,"1931":1,"2409":1,"2605":2}}],["enough",{"2":{"0":1,"76":1,"98":1,"119":1,"1431":1}}],["entirely",{"2":{"216":1,"1569":1,"1600":1,"1922":1}}],["entire",{"2":{"165":1}}],["enter",{"2":{"0":2,"873":1,"874":1}}],["entered",{"2":{"0":1,"79":1,"874":1,"2641":1}}],["entries",{"0":{"627":1},"2":{"0":4,"110":1,"623":2,"627":1,"664":1,"2157":1,"2462":1}}],["entry",{"2":{"0":2,"625":1,"627":1,"633":1,"637":1,"638":1,"642":1,"643":1,"644":1,"645":1,"647":1,"648":1,"668":1,"678":1,"720":2,"727":1,"728":1,"873":1,"2017":1}}],["en",{"2":{"0":1,"2158":1}}],["endless",{"2":{"384":1}}],["end+1",{"2":{"141":1,"582":4,"1429":1,"1430":4}}],["ended",{"2":{"107":1}}],["end÷2",{"2":{"91":8}}],["ends",{"2":{"0":1,"18":1,"66":4,"96":1,"112":1,"1086":1}}],["end",{"2":{"0":69,"8":2,"10":2,"11":1,"12":4,"32":2,"33":3,"34":6,"35":8,"36":5,"46":2,"55":1,"58":1,"59":5,"60":2,"61":1,"62":1,"63":2,"64":2,"66":14,"73":2,"75":1,"76":7,"78":3,"80":17,"81":10,"82":11,"83":4,"85":2,"91":4,"92":2,"98":1,"106":1,"121":1,"132":1,"133":1,"134":1,"147":4,"148":9,"149":6,"152":10,"166":2,"167":3,"168":9,"169":4,"178":2,"179":1,"181":2,"184":1,"185":1,"187":3,"191":2,"195":3,"196":4,"204":1,"206":3,"217":2,"218":5,"222":1,"223":1,"234":1,"287":2,"304":1,"334":2,"351":1,"373":1,"374":1,"379":1,"383":1,"396":2,"410":1,"443":1,"474":1,"491":2,"581":5,"582":4,"583":1,"585":4,"625":2,"626":1,"628":1,"704":3,"757":3,"758":1,"838":1,"839":1,"844":1,"863":1,"874":1,"905":1,"929":1,"952":3,"957":1,"994":1,"1031":1,"1061":1,"1066":1,"1155":1,"1156":1,"1162":1,"1169":1,"1205":1,"1285":4,"1287":2,"1288":1,"1289":1,"1292":1,"1297":1,"1322":1,"1323":2,"1348":1,"1379":1,"1404":2,"1405":2,"1406":1,"1409":1,"1415":1,"1427":2,"1435":1,"1457":1,"1486":1,"1508":1,"1515":1,"1542":1,"1549":1,"1574":1,"1584":3,"1585":1,"1586":5,"1587":1,"1605":1,"1629":6,"1635":1,"1668":1,"1779":1,"1856":5,"1885":1,"1913":1,"1914":1,"1915":2,"1919":2,"1921":1,"1927":1,"1965":1,"2021":1,"2049":1,"2122":1,"2129":1,"2158":5,"2164":1,"2189":2,"2192":4,"2193":1,"2194":1,"2196":1,"2203":1,"2275":3,"2282":1,"2283":1,"2301":1,"2330":5,"2373":1,"2405":1,"2433":4,"2439":1,"2459":1,"2465":1,"2484":4,"2485":2,"2486":1,"2492":1,"2505":1,"2525":1,"2552":1,"2579":1,"2605":2,"2607":1,"2608":1,"2611":5,"2615":1,"2619":1,"2624":4,"2627":1,"2634":1,"2635":1,"2637":1,"2640":1,"2641":2,"2644":8,"2646":1,"2648":2,"2649":2,"2651":1}}],["endpoints",{"2":{"66":2}}],["endpoint",{"2":{"0":1}}],["equation",{"2":{"120":1}}],["equals",{"2":{"223":1}}],["equalize",{"2":{"0":1,"1312":1}}],["equally",{"2":{"0":5,"1185":1,"1221":1,"1248":1,"1413":1,"2289":1}}],["equal",{"2":{"0":4,"10":1,"128":2,"287":1,"334":1,"373":4,"396":1,"1461":1,"1911":1,"2113":1}}],["equivalently",{"2":{"104":1}}],["equivalent",{"2":{"0":21,"45":1,"83":1,"134":1,"184":1,"577":2,"940":1,"967":1,"969":1,"1358":1,"1360":1,"1430":1,"1497":1,"1527":1,"1584":1,"1586":1,"1616":1,"1791":1,"1912":1,"1914":1,"2059":1,"2061":1,"2194":1,"2384":1,"2537":1,"2590":1}}],["eval",{"2":{"2618":1}}],["evaluation",{"2":{"0":3}}],["evaluating",{"2":{"0":1}}],["evaluates",{"2":{"0":3}}],["evaluated",{"2":{"0":2,"45":1,"1424":1,"1427":1}}],["evident",{"2":{"190":1}}],["evenly",{"2":{"1405":1}}],["even",{"0":{"710":1},"2":{"0":1,"19":2,"27":1,"30":1,"47":1,"51":1,"63":1,"76":1,"133":1,"135":1,"143":1,"164":1,"181":1,"191":1,"710":1,"1405":1,"2644":1}}],["events",{"0":{"77":1,"79":1,"160":1,"2641":1},"1":{"78":1,"79":1,"80":1,"81":1,"82":1,"83":1,"84":1,"85":1},"2":{"0":17,"47":1,"77":2,"79":4,"80":17,"81":10,"82":11,"83":4,"151":1,"160":2,"2639":1,"2641":5}}],["event",{"2":{"0":44,"80":10,"81":8,"82":7,"83":8,"130":1,"150":1,"160":1,"214":1,"217":5,"218":9}}],["everybody",{"2":{"200":1}}],["everything",{"2":{"0":1,"22":1,"58":1,"60":1,"61":1,"98":1,"107":1,"116":1,"205":1,"208":1,"2618":1,"2639":1}}],["every",{"2":{"0":7,"10":1,"13":1,"78":1,"82":1,"110":1,"122":1,"134":1,"136":1,"145":1,"148":1,"155":1,"177":1,"183":1,"206":1,"752":1,"1288":1,"1314":1,"1474":1,"2189":2,"2190":1,"2604":1,"2641":1}}],["e",{"2":{"0":81,"17":1,"22":1,"31":3,"42":1,"45":2,"58":4,"61":1,"62":1,"63":1,"67":2,"73":6,"74":1,"75":2,"76":4,"79":1,"90":1,"92":2,"132":1,"145":1,"147":1,"152":2,"166":1,"184":1,"190":1,"205":1,"299":1,"346":1,"576":1,"748":1,"750":1,"932":1,"939":1,"951":1,"960":1,"996":1,"1034":1,"1069":1,"1105":1,"1142":1,"1171":1,"1207":1,"1240":1,"1285":1,"1294":1,"1299":1,"1351":1,"1382":1,"1437":1,"1489":1,"1496":1,"1518":1,"1551":1,"1577":1,"1608":1,"1615":1,"1638":1,"1671":1,"1753":1,"1782":1,"1806":1,"1811":1,"1831":3,"1836":1,"1877":1,"1888":1,"1914":1,"1930":1,"1932":1,"1968":1,"1977":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2280":1,"2303":1,"2338":1,"2339":1,"2376":1,"2383":1,"2407":1,"2441":1,"2483":1,"2485":1,"2486":1,"2490":1,"2494":1,"2504":2,"2528":1,"2582":1,"2589":1,"2603":1,"2604":1,"2641":1,"2642":1,"2643":1,"2652":1}}],["elseif",{"2":{"81":1,"82":3,"152":1,"167":1,"1856":3}}],["else",{"2":{"18":1,"32":1,"35":1,"64":1,"82":1,"152":2,"1856":1,"2618":1,"2644":1}}],["eltypes",{"2":{"0":1}}],["ellipse",{"2":{"0":5}}],["elliptical",{"2":{"0":1}}],["ellipticalarc",{"2":{"0":6,"1915":1,"1916":2}}],["elem",{"2":{"627":10}}],["elements",{"0":{"96":1,"623":1},"1":{"624":1},"2":{"0":10,"8":1,"34":1,"63":2,"96":1,"97":3,"98":2,"105":1,"122":3,"124":1,"125":1,"140":1,"143":1,"150":1,"164":1,"190":1,"192":1,"205":2,"384":1,"578":1,"581":1,"623":1,"627":2,"628":1,"1058":4,"1163":1,"1424":1,"1629":1,"1867":1,"1915":1,"1944":1,"2629":1,"2649":3}}],["element",{"0":{"97":1,"624":1},"2":{"0":23,"8":1,"56":1,"60":2,"68":2,"76":2,"82":1,"96":2,"97":1,"122":2,"123":2,"124":1,"126":2,"127":2,"128":3,"129":1,"135":1,"148":2,"150":1,"190":1,"234":1,"246":1,"247":1,"365":1,"366":1,"386":1,"387":1,"511":1,"512":1,"551":1,"552":1,"578":1,"599":1,"600":1,"615":1,"616":1,"624":1,"679":1,"680":1,"700":1,"701":1,"725":1,"726":1,"807":1,"808":1,"851":1,"852":1,"858":1,"859":1,"860":1,"862":1,"900":1,"901":1,"919":1,"920":1,"1307":1,"1328":1,"1424":1,"1426":1,"1568":1,"1661":1,"1856":1,"1908":1,"2622":1,"2649":1}}],["elevation",{"0":{"379":1},"2":{"0":2,"379":6,"396":2,"1199":1}}],["y^1",{"2":{"2624":1,"2630":1}}],["y^0",{"2":{"2624":1,"2630":1}}],["y^2",{"2":{"58":1,"1164":1,"2275":1,"2574":1}}],["y+1",{"2":{"2484":2}}],["yv",{"2":{"1629":2}}],["yvector",{"2":{"0":2,"1424":2}}],["yhigh",{"2":{"234":1}}],["yr",{"2":{"73":4}}],["yreversed",{"0":{"333":1,"443":1},"2":{"0":2,"443":3,"1545":1,"1913":1}}],["yrectzoom",{"0":{"332":1},"2":{"0":1,"213":1}}],["y4+25",{"2":{"66":1}}],["y4",{"2":{"66":1}}],["y3+80",{"2":{"66":1}}],["y3+100",{"2":{"66":1}}],["y3",{"2":{"66":1}}],["y5+83",{"2":{"66":1}}],["y5",{"2":{"66":1}}],["y0",{"2":{"66":5,"1285":2}}],["ye",{"2":{"36":2}}],["yellow",{"2":{"35":2,"142":1,"187":1,"863":1,"1105":1,"1750":1,"2330":1,"2644":2}}],["years",{"2":{"75":1}}],["year",{"2":{"27":1,"199":1,"1287":2}}],["yet",{"2":{"0":2,"30":1,"31":5,"34":1,"35":1,"48":2,"53":1,"60":2,"74":2,"78":1,"102":1,"141":1,"142":1,"144":1,"149":1,"152":1,"165":1,"516":1,"1282":1,"1286":1,"2617":1,"2626":1}}],["yields",{"2":{"91":1}}],["yield",{"2":{"0":2,"12":3,"2495":1}}],["yinterval",{"2":{"0":1,"2121":1}}],["ymaxs",{"2":{"1259":2}}],["ymax",{"0":{"2395":1,"2552":1},"2":{"0":11,"12":2,"346":2,"1258":2,"2303":1,"2368":2,"2459":1,"2462":1,"2520":3}}],["ymins",{"2":{"1259":2}}],["ymin",{"0":{"2396":1,"2553":1},"2":{"0":11,"12":2,"346":2,"1258":2,"2303":1,"2368":2,"2459":1,"2462":1,"2520":3}}],["yminortickwidth",{"0":{"329":1},"2":{"0":1}}],["yminorticksvisible",{"0":{"328":1},"2":{"0":1,"326":1,"334":1,"348":2}}],["yminorticksize",{"0":{"327":1},"2":{"0":1}}],["yminorticks",{"0":{"326":1},"2":{"0":1,"326":3,"334":1}}],["yminortickcolor",{"0":{"325":1},"2":{"0":1}}],["yminortickalign",{"0":{"324":1},"2":{"0":1}}],["yminorgridwidth",{"0":{"323":1},"2":{"0":1,"821":1}}],["yminorgridvisible",{"0":{"322":1},"2":{"0":1,"326":1,"334":1,"820":1}}],["yminorgridstyle",{"0":{"321":1},"2":{"0":1,"819":1}}],["yminorgridcolor",{"0":{"320":1},"2":{"0":1,"818":1}}],["yupper",{"2":{"0":2,"1024":2}}],["yuv444p",{"2":{"0":2}}],["yuv420p",{"2":{"0":2}}],["ylorrd",{"2":{"2658":8}}],["ylorbr",{"2":{"2658":8}}],["ylow",{"2":{"234":1,"382":1}}],["ylower",{"2":{"0":2,"1024":2}}],["ylgnbu",{"2":{"2658":8}}],["ylgn",{"2":{"2658":8}}],["ylims",{"2":{"0":12,"212":1,"234":1,"351":1,"382":2,"385":1,"491":1,"863":1,"1141":1,"1143":1,"2624":1,"2653":1}}],["ylabel=",{"2":{"1107":1,"2332":1}}],["ylabeloffset",{"0":{"439":1},"2":{"0":1}}],["ylabelalign",{"0":{"436":1},"2":{"0":1}}],["ylabelvisible",{"0":{"319":1,"442":1},"2":{"0":2}}],["ylabelsize",{"0":{"318":1,"441":1},"2":{"0":2}}],["ylabelrotation",{"0":{"317":1,"440":1},"2":{"0":2}}],["ylabelpadding",{"0":{"316":1},"2":{"0":1}}],["ylabelfont",{"0":{"315":1,"438":1},"2":{"0":2}}],["ylabelcolor",{"0":{"314":1,"437":1},"2":{"0":2}}],["ylabel",{"0":{"229":1,"313":1,"435":1},"2":{"0":5,"120":1,"138":2,"169":3,"202":1,"207":2,"229":1,"313":3,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"1058":1,"1107":1,"1856":7,"2332":1,"2620":1,"2621":1,"2622":1,"2624":1,"2627":1}}],["y2+100",{"2":{"66":1}}],["y2+40",{"2":{"66":1}}],["y2+25",{"2":{"66":5}}],["y2s",{"2":{"0":1,"1139":1}}],["y2",{"2":{"0":9,"66":1,"1139":2,"1629":2}}],["y1+83",{"2":{"66":1}}],["y1+65",{"2":{"66":1}}],["y1+15",{"2":{"66":1}}],["y1s",{"2":{"0":1,"1139":1}}],["y1",{"2":{"0":9,"66":1,"1139":2}}],["y",{"0":{"1910":1},"2":{"0":178,"10":1,"11":2,"12":9,"28":1,"32":2,"36":6,"45":4,"58":3,"60":3,"61":2,"66":7,"71":3,"74":3,"75":1,"76":4,"80":1,"120":2,"127":1,"133":12,"134":6,"145":1,"147":5,"158":5,"163":3,"169":7,"196":6,"202":1,"206":3,"207":3,"208":1,"210":1,"211":1,"213":1,"222":1,"228":1,"234":4,"239":1,"248":1,"266":1,"307":1,"308":1,"309":1,"310":1,"311":1,"312":1,"313":4,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1,"326":1,"327":1,"328":1,"329":1,"330":2,"331":1,"332":1,"333":1,"334":2,"337":1,"346":1,"348":1,"351":1,"352":2,"353":1,"373":1,"374":1,"377":1,"431":1,"432":1,"433":1,"434":1,"435":2,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"443":1,"444":1,"445":1,"446":1,"447":1,"448":1,"449":1,"450":1,"451":1,"452":1,"453":1,"454":1,"455":1,"456":1,"458":1,"459":1,"515":2,"695":1,"767":1,"844":4,"982":8,"983":12,"989":1,"1058":2,"1070":2,"1104":2,"1106":4,"1107":1,"1163":3,"1164":9,"1199":2,"1200":2,"1258":2,"1282":3,"1285":3,"1292":2,"1322":1,"1323":3,"1328":2,"1333":1,"1373":3,"1383":2,"1404":10,"1405":10,"1406":2,"1407":3,"1409":2,"1412":2,"1424":9,"1426":22,"1427":3,"1428":1,"1429":2,"1430":4,"1431":4,"1464":1,"1544":2,"1545":1,"1568":4,"1584":2,"1598":4,"1627":2,"1629":1,"1661":4,"1806":3,"1831":5,"1889":2,"1908":4,"1910":1,"1911":1,"1917":2,"1919":1,"1944":2,"1996":3,"2016":2,"2091":1,"2121":1,"2157":3,"2158":2,"2188":2,"2191":3,"2192":2,"2237":1,"2274":8,"2275":14,"2276":4,"2300":1,"2301":2,"2329":2,"2332":1,"2395":1,"2396":1,"2397":2,"2398":2,"2432":1,"2433":8,"2458":2,"2459":4,"2478":2,"2480":2,"2484":7,"2552":1,"2553":1,"2554":1,"2555":14,"2573":1,"2574":4,"2602":2,"2609":4,"2610":2,"2620":1,"2624":3,"2627":1,"2630":2,"2642":1,"2643":2,"2644":6}}],["y=0",{"2":{"0":2}}],["yourself",{"2":{"37":1,"752":1,"1914":1,"2459":1,"2605":1}}],["your",{"2":{"0":1,"8":1,"10":1,"19":1,"26":1,"27":1,"41":1,"45":1,"64":1,"72":1,"76":2,"83":1,"88":2,"94":2,"105":1,"106":4,"107":2,"109":1,"110":1,"135":1,"143":1,"149":5,"152":1,"158":1,"164":1,"177":1,"178":1,"181":1,"182":1,"183":2,"191":1,"196":1,"200":1,"214":1,"217":1,"757":1,"2189":1,"2485":2,"2601":1,"2618":1,"2619":3,"2623":1,"2626":1}}],["you",{"2":{"0":85,"2":1,"7":1,"8":9,"9":1,"10":4,"11":1,"12":2,"13":1,"14":1,"15":2,"17":1,"18":1,"19":7,"24":1,"27":12,"30":3,"31":3,"34":1,"37":3,"39":4,"41":2,"44":1,"47":4,"51":2,"53":2,"54":1,"55":1,"57":1,"58":4,"60":3,"61":1,"62":4,"63":1,"64":3,"73":1,"74":1,"76":5,"77":2,"78":1,"79":3,"80":3,"81":1,"82":7,"83":12,"84":1,"85":2,"87":1,"88":1,"92":1,"94":3,"96":4,"97":2,"98":2,"100":5,"101":1,"102":5,"103":2,"104":5,"105":2,"106":11,"107":14,"109":3,"110":4,"111":3,"114":1,"115":2,"116":4,"117":1,"118":9,"120":2,"126":1,"128":1,"130":5,"131":4,"132":8,"133":1,"134":4,"135":4,"136":1,"138":2,"140":1,"143":3,"145":2,"147":4,"148":1,"149":1,"150":4,"152":4,"153":1,"155":2,"159":1,"160":1,"161":2,"162":5,"163":3,"164":5,"165":3,"167":1,"169":1,"177":5,"178":2,"179":1,"180":3,"181":4,"182":1,"183":1,"184":2,"185":1,"186":3,"187":1,"188":1,"189":1,"191":4,"192":2,"195":1,"198":1,"199":1,"200":1,"202":1,"203":1,"204":2,"205":5,"206":2,"208":1,"210":3,"211":3,"212":3,"213":2,"215":1,"216":2,"217":3,"218":3,"219":1,"287":1,"334":1,"384":1,"515":4,"516":1,"574":1,"575":1,"576":2,"578":3,"579":1,"580":2,"581":2,"582":5,"583":2,"584":1,"585":4,"623":1,"624":1,"625":3,"626":5,"627":4,"628":1,"691":6,"705":1,"723":1,"750":1,"751":2,"752":2,"753":1,"754":5,"756":2,"757":3,"844":4,"863":1,"924":1,"928":1,"956":1,"993":1,"1015":1,"1030":1,"1065":1,"1168":1,"1204":1,"1236":1,"1241":1,"1242":1,"1248":2,"1249":1,"1282":3,"1290":1,"1295":1,"1296":1,"1323":2,"1328":1,"1347":1,"1373":1,"1378":1,"1404":1,"1405":1,"1407":1,"1414":1,"1434":1,"1456":1,"1485":1,"1514":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1879":1,"1884":1,"1911":1,"1912":1,"1914":5,"1917":3,"1919":1,"1920":2,"1926":1,"1964":1,"2016":1,"2020":1,"2048":1,"2122":1,"2128":1,"2163":1,"2189":2,"2192":1,"2193":1,"2195":1,"2196":3,"2197":1,"2202":1,"2276":1,"2298":1,"2301":2,"2372":1,"2404":1,"2438":1,"2459":1,"2464":1,"2481":1,"2484":2,"2485":7,"2491":1,"2524":1,"2555":2,"2578":1,"2601":1,"2605":2,"2609":1,"2613":2,"2615":8,"2616":1,"2617":2,"2618":4,"2619":4,"2623":1,"2624":1,"2625":1,"2626":3,"2633":1,"2638":2,"2641":2,"2646":2,"2650":1,"2652":1}}],["yz",{"2":{"460":1,"461":1,"2433":6}}],["yzpanelvisible",{"0":{"461":1},"2":{"0":1}}],["yzpanelcolor",{"0":{"460":1},"2":{"0":1}}],["yzoomlock",{"0":{"353":1},"2":{"0":1,"210":1}}],["yzoomkey",{"0":{"352":1},"2":{"0":1,"210":1}}],["yspace",{"2":{"207":2}}],["yspinewidth",{"0":{"448":1},"2":{"0":1}}],["yspinesvisible",{"0":{"447":1},"2":{"0":1}}],["yspinecolor",{"0":{"444":1,"445":1,"446":1},"2":{"0":3}}],["ys",{"2":{"0":21,"10":4,"135":7,"515":6,"624":4,"704":3,"983":8,"1025":6,"1058":5,"1164":6,"1200":7,"1235":2,"1259":4,"1374":9,"1402":2,"1428":2,"1429":3,"1430":5,"1481":2,"1510":6,"1584":3,"1599":4,"1662":2,"1832":3,"1910":2,"1911":2,"1959":1,"1960":5,"2043":1,"2044":4,"2074":1,"2091":1,"2158":3,"2273":4,"2298":1,"2330":2,"2624":7,"2630":7}}],["yscale",{"0":{"334":1},"2":{"0":1,"334":4,"346":2}}],["ytrimspine",{"0":{"351":1},"2":{"0":1,"351":4}}],["ytickvalues",{"2":{"337":1,"346":2}}],["ytick",{"2":{"335":1,"336":1,"347":1,"349":1,"350":1,"457":1}}],["ytickrotation",{"2":{"0":2}}],["ytickrange=ytickrange",{"2":{"0":1}}],["ytickrange",{"2":{"0":1}}],["ytickwidth",{"0":{"350":1,"459":1},"2":{"0":2}}],["yticks=",{"2":{"1107":1,"2332":1}}],["yticksvisible",{"0":{"349":1,"458":1},"2":{"0":2}}],["yticksmirrored",{"0":{"348":1},"2":{"0":1,"348":2}}],["yticksize",{"0":{"347":1,"457":1},"2":{"0":2}}],["yticks",{"0":{"346":1,"456":1},"2":{"0":3,"334":3,"337":1,"341":1,"346":5,"831":1,"1058":1,"1323":1}}],["yticklabel",{"2":{"0":2,"207":2}}],["yticklabels=yticklabel",{"2":{"0":1}}],["yticklabels",{"2":{"0":3,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1,"344":1,"345":1}}],["yticklabelsvisible",{"0":{"345":1,"455":1},"2":{"0":2,"830":1}}],["yticklabelspace",{"0":{"344":1},"2":{"0":1,"207":3}}],["yticklabelsize",{"0":{"343":1,"454":1},"2":{"0":2,"827":1}}],["yticklabelrotation",{"0":{"342":1},"2":{"0":1}}],["yticklabelpad",{"0":{"341":1,"453":1},"2":{"0":2}}],["yticklabelfont",{"0":{"340":1,"452":1},"2":{"0":2,"825":1}}],["yticklabelcolor",{"0":{"339":1,"451":1},"2":{"0":2,"208":2,"824":1}}],["yticklabelalign",{"0":{"338":1},"2":{"0":1}}],["ytickformat",{"0":{"337":1,"450":1},"2":{"0":2,"207":1,"334":1,"337":5,"346":2}}],["ytickcolor",{"0":{"336":1,"449":1},"2":{"0":2}}],["ytickalign",{"0":{"335":1},"2":{"0":1}}],["ypanlock",{"0":{"331":1},"2":{"0":1,"211":1}}],["ypankey",{"0":{"330":1},"2":{"0":1,"211":1}}],["ygridwidth",{"0":{"312":1,"434":1},"2":{"0":2,"816":1}}],["ygridvisible",{"0":{"311":1,"433":1},"2":{"0":2,"304":1,"351":1,"815":1,"1141":1,"1143":1}}],["ygridstyle",{"0":{"310":1},"2":{"0":1,"814":1}}],["ygridcolor",{"0":{"309":1,"432":1},"2":{"0":2,"183":1,"813":1}}],["yarg",{"2":{"2657":1}}],["yaml",{"2":{"27":1}}],["yangle",{"2":{"0":1}}],["yautolimits",{"0":{"2271":1},"2":{"0":1}}],["yautolimitmargin",{"0":{"307":1,"431":1},"2":{"0":2,"163":1,"234":1,"1572":1,"1584":1,"1585":1,"1586":2,"1587":1,"1913":1,"2651":1}}],["yauto",{"2":{"0":2}}],["yaxisposition",{"0":{"308":1},"2":{"0":1,"208":1,"308":2}}],["rdylgn",{"2":{"2658":10}}],["rdylbu",{"2":{"2658":10}}],["rdpu",{"2":{"2658":8}}],["rdgy",{"2":{"2658":10}}],["rdbu",{"2":{"2658":10}}],["r+cos",{"2":{"752":2}}],["rb",{"2":{"626":1,"2622":1}}],["rs",{"2":{"585":6,"752":5,"757":10}}],["rust",{"2":{"2662":1}}],["rule",{"2":{"190":1}}],["rules",{"2":{"190":2,"2615":1}}],["ruled",{"2":{"0":1,"1024":1}}],["running",{"2":{"48":1,"58":2,"61":1,"62":1,"87":1,"181":1,"1286":1,"2618":1,"2619":1}}],["runner",{"2":{"0":1,"2505":1}}],["run",{"2":{"24":1,"27":1,"57":1,"60":3,"67":1,"98":1,"161":1,"191":1,"2618":1,"2619":1}}],["runs",{"2":{"13":1,"28":2,"118":1,"197":1}}],["rmax",{"2":{"0":1,"752":1}}],["rmin",{"2":{"0":2,"751":2,"754":1,"769":1,"775":1}}],["rminorticks",{"0":{"788":1},"2":{"0":1}}],["rminorgridwidth",{"0":{"787":1},"2":{"0":1,"753":1}}],["rminorgridvisible=true",{"2":{"753":1}}],["rminorgridvisible",{"0":{"786":1},"2":{"0":1,"753":1}}],["rminorgridstyle",{"0":{"785":1},"2":{"0":1,"753":1}}],["rminorgridcolor",{"0":{"784":1},"2":{"0":1,"753":1}}],["rlims",{"2":{"0":1,"751":2,"752":2}}],["rlimits",{"0":{"783":1},"2":{"0":1,"751":4,"757":1,"801":1}}],["rprs",{"2":{"31":1}}],["rpr",{"2":{"0":7,"31":24,"32":9,"33":1,"34":4,"36":1,"1010":1,"1045":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1}}],["rprmakie=",{"2":{"31":1}}],["rprmakie",{"0":{"30":1,"34":1},"1":{"31":1,"32":1,"33":1,"34":1,"35":1,"36":1},"2":{"0":18,"13":1,"30":1,"31":17,"32":2,"33":2,"34":6,"35":2,"36":2,"197":1,"1010":1,"1016":1,"1045":1,"1049":1,"1649":1,"1653":1,"1682":1,"1687":1,"2176":1,"2180":1,"2420":1,"2424":1,"2507":1,"2511":1,"2603":1,"2604":2,"2644":4}}],["rtriangle",{"2":{"1913":2}}],["rt",{"2":{"0":1}}],["rticks",{"0":{"799":1},"2":{"0":1}}],["rticklabelsvisible",{"0":{"798":1},"2":{"0":1}}],["rticklabelstrokewidth",{"0":{"797":1},"2":{"0":1,"753":1}}],["rticklabelstrokecolor",{"0":{"796":1},"2":{"0":1,"753":1}}],["rticklabelsize=12",{"2":{"753":1}}],["rticklabelsize",{"0":{"795":1},"2":{"0":1,"753":1}}],["rticklabelrotation=deg2rad",{"2":{"753":1}}],["rticklabelrotation",{"0":{"794":1},"2":{"0":1}}],["rticklabelpad",{"0":{"793":1},"2":{"0":1}}],["rticklabelfont",{"0":{"792":1},"2":{"0":1}}],["rticklabelcolor",{"0":{"791":1},"2":{"0":1,"753":1}}],["rtickformat",{"0":{"790":1},"2":{"0":1}}],["rtickangle",{"0":{"789":1},"2":{"0":1}}],["rgb2",{"2":{"195":5}}],["rgb1",{"2":{"195":8}}],["rgbf",{"2":{"0":2,"10":1,"31":1,"32":1,"33":3,"34":2,"35":1,"36":1,"148":1,"189":2,"289":1,"336":1,"357":2,"362":2,"494":1,"519":1,"535":1,"546":1,"554":1,"568":1,"590":1,"691":2,"710":1,"711":1,"724":1,"850":1,"877":1,"879":1,"903":1,"915":1,"1572":1,"1774":1,"1925":3,"1952":3,"2607":3,"2608":6,"2609":7,"2610":3,"2611":5,"2624":1,"2625":1,"2644":1,"2651":2}}],["rgb",{"2":{"0":1,"31":1,"34":7,"131":1,"195":6}}],["rgbaf",{"2":{"0":2,"189":2,"190":3,"194":1,"195":5,"262":1,"273":1,"309":1,"320":1,"357":1,"362":1,"399":1,"432":1,"463":1,"884":1,"1285":1,"2122":1,"2398":1,"2436":1,"2651":2}}],["rgba",{"2":{"0":7,"63":2,"195":9}}],["rgridwidth",{"0":{"782":1},"2":{"0":1,"753":1}}],["rgridvisible",{"0":{"781":1},"2":{"0":1}}],["rgridstyle",{"0":{"780":1},"2":{"0":1}}],["rgridcolor",{"0":{"779":1},"2":{"0":1,"753":1}}],["rigid",{"2":{"2644":1}}],["rightwards",{"2":{"286":1,"410":1,"443":1}}],["rightup",{"2":{"0":1}}],["rightdragstop",{"2":{"0":1}}],["rightdragstart",{"2":{"0":1}}],["rightdrag",{"2":{"0":1}}],["rightdown",{"2":{"0":1}}],["rightdoubleclick",{"2":{"0":1}}],["rightclick",{"2":{"0":1,"218":1}}],["right|",{"2":{"0":1}}],["right",{"2":{"0":33,"31":2,"35":14,"39":1,"44":1,"45":6,"48":1,"59":1,"60":1,"63":1,"71":1,"75":1,"82":1,"83":2,"103":1,"107":1,"129":1,"135":1,"148":1,"164":2,"190":2,"205":1,"208":2,"211":1,"218":6,"235":1,"236":1,"237":1,"249":3,"308":2,"358":1,"374":3,"384":1,"524":1,"546":1,"547":1,"579":3,"582":1,"603":2,"611":1,"626":1,"628":1,"691":1,"754":3,"761":1,"774":1,"794":1,"811":1,"835":1,"952":4,"1058":5,"1141":1,"1289":1,"1369":1,"1629":1,"1856":7,"1875":1,"2070":1,"2158":1,"2189":1,"2191":2,"2192":3,"2193":1,"2194":1,"2199":1,"2217":1,"2241":1,"2251":1,"2258":1,"2265":1,"2330":2,"2358":1,"2484":1,"2615":1,"2619":1,"2624":2,"2629":1,"2630":1,"2632":6,"2633":1,"2635":1,"2637":1,"2639":1,"2644":14}}],["rightspinevisible",{"0":{"237":1,"547":1},"2":{"0":2,"183":1,"304":1,"351":1}}],["rightspinecolor",{"0":{"236":1,"546":1},"2":{"0":2}}],["rising",{"2":{"1141":1}}],["rid",{"2":{"583":1}}],["richtext",{"2":{"2196":2}}],["rich",{"0":{"2196":1},"1":{"2197":1},"2":{"111":1,"239":2,"248":2,"266":1,"290":1,"313":1,"337":1,"2196":7,"2197":3}}],["ring",{"2":{"0":1,"753":1,"1755":1}}],["rimfraction",{"0":{"918":1},"2":{"0":1}}],["rzoomlock",{"0":{"801":1},"2":{"0":1,"754":1}}],["rzoomkey",{"0":{"800":1},"2":{"0":1,"754":1}}],["ryzen",{"2":{"1286":1}}],["ry",{"2":{"0":2}}],["rx",{"2":{"0":3}}],["r2",{"2":{"0":5}}],["r1",{"2":{"0":5}}],["rose",{"2":{"2662":1}}],["rocket",{"2":{"2661":1}}],["romao50",{"2":{"2656":1}}],["romao25",{"2":{"2656":1}}],["romao100",{"2":{"2656":1}}],["romao10",{"2":{"2656":1}}],["romao",{"2":{"2656":1}}],["roma50",{"2":{"2656":1}}],["roma25",{"2":{"2656":1}}],["roma100",{"2":{"2656":1}}],["roma10",{"2":{"2656":1}}],["roma",{"2":{"2656":1}}],["robots",{"2":{"2644":1}}],["robot",{"2":{"2644":1}}],["root",{"2":{"58":1,"79":1,"152":1,"157":1,"704":1}}],["rotr90",{"2":{"189":1,"222":1,"1545":2}}],["rotl90",{"2":{"35":1,"1629":1,"2644":1}}],["rot",{"2":{"0":4,"35":2,"158":4,"2644":6}}],["rotating",{"2":{"0":1,"45":1,"396":2,"754":1,"761":1}}],["rotation=input",{"2":{"34":1}}],["rotationspeed",{"2":{"0":2,"45":2}}],["rotations",{"2":{"0":16,"45":14,"68":1,"158":1,"2644":1}}],["rotation",{"0":{"614":1,"761":1,"1087":1,"1157":1,"1686":1,"1949":1,"2226":1},"2":{"0":41,"35":2,"44":1,"45":7,"66":2,"155":1,"158":3,"164":1,"229":1,"270":1,"295":1,"317":1,"342":1,"384":1,"407":1,"440":1,"471":1,"532":1,"560":1,"582":2,"585":1,"603":1,"614":1,"754":2,"768":1,"777":1,"794":2,"1141":1,"1686":3,"1771":1,"1915":1,"1949":4,"2189":1,"2190":1,"2192":1,"2624":1,"2635":1,"2644":5}}],["rotated",{"2":{"0":1,"190":1,"1139":1}}],["rotates",{"2":{"0":8,"45":1,"374":1,"794":2,"809":1,"2226":1}}],["rotate",{"2":{"0":62,"35":2,"45":4,"68":1,"158":4,"190":4,"191":2,"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1446":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1686":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1946":1,"1954":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2232":1,"2252":1,"2291":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1,"2611":2,"2644":9}}],["row",{"0":{"574":1},"1":{"575":1,"576":1,"577":1,"578":1},"2":{"0":2,"63":1,"64":1,"97":5,"105":1,"140":3,"141":7,"163":4,"222":1,"287":2,"334":2,"575":2,"576":2,"577":6,"578":2,"581":1,"582":2,"603":1,"982":1,"1996":1,"2615":4,"2620":1,"2624":4,"2625":2,"2626":1,"2629":2,"2634":5,"2638":1}}],["rowsize",{"2":{"578":1,"2624":1}}],["rowsizes",{"2":{"164":1}}],["rows",{"0":{"97":1,"582":1,"583":1,"584":1},"2":{"0":1,"63":6,"97":1,"98":1,"122":1,"141":1,"164":4,"574":1,"577":3,"578":2,"581":1,"582":3,"583":1,"584":1,"664":1,"678":1,"2615":1,"2625":1,"2626":1,"2637":1}}],["rowgap=10",{"2":{"1289":1}}],["rowgaps",{"2":{"164":1}}],["rowgap",{"0":{"678":1},"2":{"0":1,"188":1,"584":1,"627":1,"678":2,"1285":1,"2624":3,"2629":1,"2632":1}}],["rough",{"2":{"2604":1}}],["roughness=input",{"2":{"34":2}}],["roughly",{"2":{"0":1,"2646":1}}],["rounding",{"2":{"61":1}}],["rounded",{"2":{"0":5,"63":1,"290":1,"337":1,"354":1,"358":1,"498":1,"499":1,"887":1,"913":1,"967":1,"1358":1,"1584":1,"2059":1}}],["round",{"2":{"0":16,"10":1,"61":1,"585":2,"939":1,"967":1,"968":1,"1358":1,"1359":1,"1456":1,"1496":1,"1584":2,"1585":2,"1615":1,"1856":2,"2059":1,"2060":1,"2383":1,"2589":1}}],["roll",{"2":{"0":2,"45":2}}],["r",{"0":{"764":1,"774":1},"2":{"0":15,"36":4,"45":1,"46":2,"58":4,"60":1,"120":1,"163":4,"195":4,"205":1,"218":2,"626":1,"750":1,"751":1,"752":2,"753":3,"754":4,"757":3,"758":8,"764":1,"774":1,"775":2,"776":1,"779":1,"780":1,"781":1,"782":1,"784":1,"785":1,"786":1,"787":1,"788":1,"789":1,"790":1,"791":1,"792":1,"793":1,"794":1,"795":1,"796":1,"797":1,"798":1,"799":1,"800":2,"810":2,"1285":2,"1288":1,"1629":4,"2199":1,"2217":1,"2398":4,"2480":4}}],["rainbow1",{"2":{"2659":1}}],["rainbow",{"2":{"2196":6,"2654":1,"2657":1,"2660":5,"2662":1}}],["raincloud",{"2":{"1856":1}}],["rainclouds",{"0":{"1725":1,"1856":1},"1":{"1857":1,"1858":1,"1859":1,"1860":1,"1861":1,"1862":1,"1863":1,"1864":1,"1865":1,"1866":1,"1867":1,"1868":1,"1869":1,"1870":1,"1871":1,"1872":1,"1873":1,"1874":1,"1875":1,"1876":1,"1877":1,"1878":1},"2":{"0":12,"1856":13,"1871":1}}],["rarely",{"2":{"190":1}}],["raw",{"2":{"36":2,"61":1,"1286":1,"2398":1,"2614":1,"2648":1}}],["rasterize=10",{"2":{"19":1}}],["rasterized",{"2":{"19":2}}],["rasterize",{"2":{"19":6}}],["rasterization",{"0":{"19":1},"2":{"19":3}}],["rasterised",{"2":{"0":1}}],["randexp",{"2":{"1856":1}}],["random",{"2":{"163":2,"167":2,"168":2,"169":2,"178":1,"1404":4,"1405":4,"1406":2,"1407":2,"1409":2,"1856":15,"2017":1,"2274":4,"2275":6,"2276":2,"2301":4,"2459":12,"2601":1}}],["randn",{"2":{"0":1,"12":2,"102":3,"138":2,"141":3,"148":4,"163":1,"166":1,"167":1,"168":1,"169":3,"178":1,"187":3,"625":1,"626":4,"691":1,"1025":1,"1105":3,"1107":1,"1289":1,"1322":4,"1323":2,"1343":2,"1406":2,"1407":2,"1409":2,"1455":1,"1456":1,"1457":1,"1807":1,"1832":2,"1856":3,"1998":1,"1999":1,"2000":1,"2111":1,"2158":1,"2274":5,"2275":2,"2276":3,"2301":1,"2330":7,"2332":1,"2624":4,"2627":1,"2630":2,"2634":1}}],["rand",{"2":{"0":5,"19":2,"59":1,"63":1,"73":3,"82":3,"91":2,"92":2,"100":4,"102":1,"134":2,"135":3,"145":1,"147":4,"148":4,"151":2,"585":1,"1105":6,"1106":2,"1107":1,"1259":1,"1324":1,"1343":1,"1404":4,"1405":4,"1409":1,"1458":1,"1569":2,"1600":2,"1629":1,"1774":2,"1856":11,"1922":2,"2330":10,"2331":2,"2332":1,"2459":5,"2485":3,"2602":1,"2624":1,"2634":1,"2640":1}}],["range=linrange",{"2":{"34":2}}],["range=1",{"2":{"34":1,"82":1,"168":1}}],["rangelike",{"2":{"0":2}}],["ranges",{"2":{"0":6,"92":9,"164":1,"871":1}}],["rangebars",{"0":{"1726":1,"1879":1},"1":{"1880":1,"1881":1,"1882":1,"1883":1,"1884":1,"1885":1,"1886":1,"1887":1,"1888":1,"1889":1,"1890":1,"1891":1,"1892":1,"1893":1,"1894":1,"1895":1,"1896":1,"1897":1,"1898":1,"1899":1,"1900":1,"1901":1,"1902":1,"1903":1,"1904":1,"1905":1,"1906":1,"1907":1},"2":{"0":15,"169":1,"1373":1,"1879":6,"1880":2}}],["range",{"0":{"596":1,"855":1,"1128":1},"2":{"0":37,"8":1,"10":3,"32":1,"34":2,"58":1,"59":1,"69":2,"71":4,"73":1,"75":3,"82":4,"150":3,"189":2,"222":1,"287":2,"334":2,"383":1,"522":1,"537":1,"581":1,"582":3,"585":5,"596":1,"598":1,"750":1,"751":11,"752":2,"753":4,"756":1,"757":5,"773":2,"844":4,"855":1,"857":1,"863":3,"1025":2,"1104":2,"1142":1,"1164":1,"1235":2,"1236":1,"1258":1,"1290":1,"1374":1,"1429":2,"1430":2,"1461":1,"1910":1,"1911":2,"1914":2,"1915":2,"1919":1,"2016":3,"2113":1,"2196":1,"2275":2,"2276":1,"2301":1,"2417":1,"2433":3,"2459":1,"2478":1,"2480":1,"2484":5,"2486":1,"2601":2,"2609":2,"2624":1,"2631":1,"2640":1,"2649":1,"2651":9,"2653":1}}],["rad",{"2":{"2644":1}}],["radeon",{"2":{"30":1,"31":1}}],["radeonprorender",{"2":{"0":7,"30":5,"31":1,"32":1,"34":1,"197":1,"1010":1,"1045":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1,"2603":1,"2604":1}}],["radiance",{"2":{"31":4,"32":4,"33":4,"34":5,"35":4,"36":4,"2644":4}}],["radians",{"2":{"0":2,"270":1,"295":1,"317":1,"342":1,"407":1,"440":1,"471":1,"532":1,"614":1,"750":1,"789":1,"1762":1}}],["radial",{"0":{"757":1,"758":1},"2":{"0":1,"754":2,"783":1,"794":1,"799":1,"811":1}}],["radius=0",{"2":{"157":1}}],["radius",{"0":{"775":1,"1755":1,"1764":1},"2":{"0":13,"63":4,"159":2,"358":1,"498":1,"748":1,"750":1,"757":10,"758":3,"764":1,"775":2,"886":1,"951":3,"952":6,"989":1,"1750":2,"1755":1,"1764":1,"1914":1,"2601":1,"2602":1}}],["radii",{"2":{"0":2,"757":3,"758":1}}],["rautolimitmargin",{"0":{"776":1},"2":{"0":1}}],["ratings",{"2":{"2624":1,"2629":1}}],["ratios",{"0":{"2615":1},"2":{"373":2,"2615":1}}],["ratio",{"2":{"0":1,"22":1,"44":1,"222":8,"223":3,"577":4,"578":4,"1917":1,"2615":7}}],["rather",{"2":{"0":4,"68":1,"106":1,"191":1,"1236":1,"1954":1,"2232":1,"2276":1}}],["rate",{"2":{"0":2,"45":2,"85":1}}],["rays",{"2":{"0":1}}],["ray",{"2":{"0":1,"13":1,"30":1,"31":2,"34":1,"197":1,"2644":1}}],["reordered",{"2":{"2653":1}}],["reoriented",{"2":{"751":1}}],["reopen",{"2":{"2601":1}}],["reinstated",{"2":{"382":1}}],["reenable",{"2":{"216":1}}],["reexported",{"2":{"13":1}}],["rebuilds",{"2":{"162":1}}],["reuse",{"2":{"142":1}}],["rewritten",{"2":{"31":1}}],["rewards",{"2":{"0":1}}],["re",{"2":{"27":2,"30":1,"51":1,"53":1,"62":1,"73":1,"74":1,"85":1,"106":1,"143":1,"152":1,"161":1,"197":1,"218":1,"691":1,"1289":1,"1629":1,"2622":1,"2624":1,"2637":1,"2644":2,"2646":2}}],["rembrandt",{"2":{"2662":1}}],["remember",{"2":{"181":1}}],["removing",{"2":{"82":1,"180":1,"1569":1,"1600":1,"1922":1}}],["remove",{"2":{"40":1,"204":1,"215":1,"216":1,"583":1,"797":1,"829":1,"2017":1,"2615":1,"2627":1,"2635":1}}],["removed",{"2":{"0":3,"219":1,"1406":1,"2462":1}}],["remote",{"2":{"53":1,"113":1,"114":1,"115":2,"116":3,"118":3}}],["remain",{"2":{"577":1}}],["remains",{"2":{"577":1,"578":1,"769":1}}],["remaining",{"2":{"0":2,"68":1,"97":1,"577":3,"578":1,"2282":1,"2283":1}}],["remarks",{"0":{"47":1}}],["regex",{"2":{"874":1,"905":1}}],["regions",{"2":{"1286":1,"2275":1}}],["region",{"2":{"157":1}}],["registration",{"2":{"132":1,"219":2}}],["registering",{"0":{"215":1},"2":{"80":1}}],["register",{"2":{"0":4,"60":1,"132":2,"215":2,"218":1}}],["registered",{"2":{"0":3,"82":1,"132":1,"497":1}}],["regardless",{"2":{"0":1,"79":2}}],["regularly",{"2":{"0":1,"1424":1}}],["regular",{"2":{"0":13,"106":1,"109":1,"110":2,"241":1,"268":1,"293":1,"315":1,"340":1,"405":1,"419":1,"438":1,"452":1,"469":1,"483":1,"500":1,"530":1,"558":1,"607":1,"644":1,"892":1,"1426":1,"1513":1,"1777":1,"2157":1,"2197":5,"2207":1,"2523":1}}],["renders",{"2":{"64":1,"106":1}}],["renderloop",{"2":{"22":13}}],["renderings",{"2":{"24":1}}],["rendering",{"2":{"0":6,"13":1,"15":1,"22":3,"26":1,"31":2,"106":1,"107":1,"117":1,"967":1,"1358":1,"1584":1,"1922":1,"1932":1,"2059":1,"2604":1,"2644":2}}],["rendered",{"2":{"0":132,"16":1,"22":3,"31":1,"34":1,"105":2,"106":3,"933":1,"947":1,"950":1,"961":1,"978":1,"981":1,"998":1,"1020":1,"1023":1,"1036":1,"1053":1,"1056":1,"1075":1,"1096":1,"1102":1,"1173":1,"1195":1,"1198":1,"1209":1,"1231":1,"1234":1,"1243":1,"1254":1,"1257":1,"1300":1,"1317":1,"1320":1,"1352":1,"1368":1,"1372":1,"1384":1,"1397":1,"1400":1,"1438":1,"1450":1,"1453":1,"1490":1,"1504":1,"1507":1,"1519":1,"1535":1,"1541":1,"1552":1,"1564":1,"1567":1,"1569":3,"1578":1,"1594":1,"1597":1,"1600":3,"1609":1,"1623":1,"1626":1,"1640":1,"1657":1,"1660":1,"1673":1,"1691":1,"1694":1,"1754":1,"1766":1,"1772":1,"1783":1,"1799":1,"1805":1,"1812":1,"1825":1,"1830":1,"1837":1,"1850":1,"1855":1,"1890":1,"1903":1,"1906":1,"1915":1,"1922":3,"1933":1,"1951":1,"1958":1,"1969":1,"1990":1,"1995":1,"2026":1,"2039":1,"2042":1,"2053":1,"2069":1,"2073":1,"2083":1,"2094":1,"2109":1,"2133":1,"2152":1,"2156":1,"2168":1,"2184":1,"2187":1,"2209":1,"2228":1,"2235":1,"2246":1,"2260":1,"2269":1,"2284":1,"2295":1,"2299":1,"2342":1,"2360":1,"2365":1,"2377":1,"2391":1,"2394":1,"2410":1,"2428":1,"2431":1,"2442":1,"2454":1,"2457":1,"2495":2,"2497":1,"2515":1,"2519":1,"2529":1,"2545":1,"2551":1,"2583":1,"2597":1,"2600":1}}],["render",{"2":{"0":45,"12":1,"22":1,"30":1,"31":1,"48":1,"105":1,"106":3,"107":2,"111":1,"114":2,"119":1,"752":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1284":1,"1299":1,"1351":1,"1382":1,"1424":1,"1437":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1915":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2195":1,"2205":1,"2243":1,"2280":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2495":1,"2528":1,"2582":1}}],["request",{"2":{"0":2}}],["requests",{"2":{"0":1}}],["requested",{"2":{"0":1}}],["requirements",{"0":{"2617":1}}],["requirement",{"2":{"107":1}}],["required",{"2":{"12":1,"31":1,"112":1,"2601":1}}],["require",{"2":{"0":2,"96":1,"165":1,"190":1}}],["requires",{"2":{"0":6,"21":1,"45":1,"61":1,"149":1,"1029":1,"1513":1,"1633":1,"1777":1,"2523":1}}],["reappear",{"2":{"1922":1}}],["reach",{"2":{"107":1,"2486":1}}],["reacts",{"2":{"0":2,"2604":1}}],["reacting",{"2":{"0":1,"77":1}}],["reactivated",{"2":{"0":1}}],["react",{"2":{"0":9,"80":3,"81":2,"83":1,"187":1,"585":1,"723":1,"997":1,"1035":1,"1639":1,"1672":1,"2167":1,"2408":1,"2496":1}}],["reasonably",{"2":{"2617":1}}],["reasonable",{"2":{"0":1}}],["reasons",{"2":{"195":1}}],["reasoning",{"2":{"135":1}}],["reason",{"2":{"88":1,"106":1,"2615":1}}],["readdlm",{"2":{"163":1,"1235":3,"1236":1,"1284":1,"1408":1,"1921":1,"2158":1}}],["reader",{"2":{"106":1,"107":1}}],["readable",{"2":{"74":2,"106":1}}],["read",{"2":{"36":2,"62":1,"77":1,"234":1,"1569":1,"1600":1,"1922":1,"2618":1}}],["realize",{"2":{"2625":1}}],["realized",{"2":{"162":1}}],["reals",{"2":{"146":1}}],["really",{"2":{"10":1,"135":1,"162":1,"191":1,"575":1,"2642":1,"2644":1}}],["real",{"2":{"0":48,"22":2,"31":1,"76":1,"105":1,"106":1,"128":1,"131":1,"148":3,"234":1,"794":1,"1185":1,"1221":1,"1248":2,"1409":1,"1413":3,"1423":1,"1831":1,"1944":1,"2289":1,"2459":1,"2478":2,"2604":1}}],["refine",{"2":{"2301":1,"2459":2}}],["refill",{"2":{"148":1}}],["refraction",{"2":{"34":7}}],["refres",{"2":{"31":1}}],["refresh=refresh",{"2":{"31":1,"34":1}}],["refreshes",{"2":{"12":1}}],["refresh",{"2":{"12":1,"34":3}}],["referring",{"2":{"140":1}}],["referred",{"2":{"0":1,"14":1,"2644":2}}],["refer",{"2":{"140":1,"222":1,"603":1}}],["refers",{"2":{"104":1,"140":1,"1105":2,"2194":1}}],["reference",{"2":{"0":1,"134":2,"578":1,"756":1,"1879":1,"2605":1,"2624":1,"2639":1,"2640":1,"2641":1}}],["ref",{"2":{"0":1}}],["reflects",{"2":{"0":7,"1019":1,"1052":1,"1656":1,"1690":1,"2183":1,"2427":1,"2514":1}}],["reflections",{"2":{"2604":4}}],["reflection",{"2":{"0":8,"33":4,"34":8,"1017":1,"1050":1,"1654":1,"1688":1,"2181":1,"2425":1,"2512":1,"2604":5,"2605":1}}],["refvalue",{"2":{"0":1}}],["reversiblescale",{"2":{"0":1,"1164":1,"1431":2}}],["reversed",{"2":{"0":4}}],["reverses",{"2":{"0":10}}],["reverse",{"2":{"0":38,"35":2,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1204":1,"1296":1,"1323":1,"1347":1,"1378":1,"1414":1,"1427":1,"1434":1,"1485":1,"1514":1,"1545":1,"1548":1,"1573":1,"1604":1,"1628":1,"1629":1,"1634":1,"1667":1,"1778":1,"1884":1,"1926":2,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2202":1,"2275":1,"2372":1,"2404":1,"2438":1,"2464":1,"2491":1,"2524":1,"2578":1,"2624":1,"2633":1,"2644":2,"2651":2}}],["recursively",{"2":{"144":1}}],["receives",{"2":{"891":1}}],["receive",{"2":{"148":1,"184":1}}],["received",{"2":{"124":1}}],["recent",{"2":{"79":4,"2617":1}}],["recentering",{"2":{"0":1,"1858":1}}],["recently",{"2":{"0":2,"79":1}}],["recipe",{"0":{"147":1,"2647":1,"2648":1},"2":{"74":1,"143":2,"145":1,"147":5,"148":5,"149":2,"165":1,"167":1,"1290":1,"2647":1,"2648":3}}],["recipes",{"0":{"143":1,"144":1,"147":1,"2645":1},"1":{"144":1,"145":2,"146":2,"147":1,"148":1,"149":1,"2646":1,"2647":1,"2648":1},"2":{"48":1,"60":1,"74":1,"143":5,"144":1,"147":1,"148":2,"152":1,"161":1,"2646":2}}],["recommended",{"2":{"752":1}}],["recompute",{"0":{"2321":1},"2":{"0":2,"2321":1}}],["recorded",{"2":{"0":1}}],["records",{"2":{"0":1}}],["recording",{"0":{"85":1},"2":{"0":1,"7":1,"863":1}}],["record",{"0":{"59":1},"2":{"0":16,"8":4,"10":2,"11":1,"12":4,"35":1,"59":2,"85":3,"148":1,"168":1,"190":1,"196":1,"1629":2,"2644":2}}],["recordframe",{"2":{"0":6,"85":1,"168":5}}],["rectplot",{"2":{"59":2}}],["rect3f",{"2":{"35":1,"46":3,"385":1,"1922":1,"2609":1,"2611":1,"2644":4}}],["rect3",{"2":{"0":1,"2602":1}}],["rectangular",{"2":{"0":1,"213":1,"603":1,"1248":1,"1426":1,"2459":1,"2615":1,"2625":1}}],["rectangles",{"2":{"0":5,"152":1,"669":1,"1424":5,"1426":1}}],["rectangle",{"0":{"213":1},"2":{"0":17,"44":1,"123":1,"152":6,"285":1,"332":1,"354":1,"356":1,"357":1,"359":1,"360":1,"361":1,"363":1,"364":1,"367":1,"368":1,"369":1,"627":2,"752":1,"1544":1,"1629":1,"2303":2,"2311":1,"2459":1,"2642":2}}],["rectlight",{"0":{"2611":1},"2":{"0":4,"2611":8}}],["rect2f",{"2":{"0":1,"39":1,"190":4,"191":8,"1404":2,"1405":2,"2611":4,"2642":1}}],["rect2i",{"2":{"0":1,"79":1}}],["rect2",{"2":{"0":7,"2303":1,"2462":1}}],["rect",{"2":{"0":13,"39":1,"46":3,"47":1,"59":1,"185":3,"578":1,"624":3,"1629":1,"1774":2,"1912":2,"1913":2,"1914":6,"1917":1,"1944":1,"2075":1,"2462":1,"2640":2,"2641":1,"2643":1}}],["redgreensplit",{"2":{"2662":1}}],["redblue",{"2":{"2662":1}}],["redsblues",{"2":{"2654":1}}],["reds",{"2":{"2654":1,"2658":8}}],["redo",{"2":{"1290":1}}],["red2",{"2":{"1200":2}}],["redraw",{"2":{"165":1}}],["redundant",{"2":{"76":1}}],["reducing",{"2":{"191":1,"2634":1}}],["reduction",{"2":{"0":1}}],["reduces",{"2":{"222":2,"2481":1,"2605":1,"2615":1}}],["reduce",{"2":{"0":2,"2275":2,"2495":1,"2604":1,"2629":1,"2638":1}}],["reduced",{"2":{"0":2,"625":1}}],["red",{"2":{"0":55,"10":1,"46":4,"59":1,"66":5,"131":1,"132":1,"138":1,"141":1,"142":1,"147":2,"148":3,"150":1,"151":1,"162":1,"184":1,"185":6,"187":1,"189":4,"190":9,"191":5,"203":1,"206":1,"208":2,"290":1,"337":1,"357":2,"362":2,"515":3,"580":1,"624":1,"625":1,"626":3,"627":2,"628":1,"750":1,"753":4,"757":1,"758":1,"844":1,"863":1,"908":1,"924":1,"926":1,"954":1,"986":1,"997":1,"1019":1,"1025":1,"1027":1,"1035":1,"1052":1,"1058":3,"1060":1,"1105":3,"1141":2,"1142":2,"1166":1,"1202":1,"1293":1,"1322":2,"1343":1,"1345":1,"1374":1,"1376":1,"1404":4,"1405":4,"1411":1,"1433":1,"1455":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1628":1,"1631":1,"1639":1,"1656":1,"1664":1,"1672":1,"1690":1,"1750":1,"1774":1,"1776":1,"1880":1,"1882":1,"1924":1,"1960":2,"1962":1,"2019":1,"2044":1,"2046":1,"2075":2,"2111":1,"2124":1,"2160":1,"2167":1,"2183":1,"2192":1,"2200":1,"2307":1,"2330":1,"2370":1,"2402":1,"2408":1,"2427":1,"2435":1,"2461":1,"2482":1,"2483":1,"2488":1,"2496":1,"2514":1,"2522":1,"2576":1,"2604":2,"2615":4,"2621":1,"2643":1,"2644":2,"2648":2,"2651":8,"2660":1}}],["retrieving",{"0":{"104":1},"2":{"104":1}}],["retrieve",{"2":{"102":1,"104":2}}],["retina",{"2":{"22":1,"23":1,"24":1,"106":1}}],["returned",{"2":{"0":4,"60":2,"68":1,"82":1,"83":1,"104":3,"151":1,"155":1,"162":1,"2459":1,"2486":2}}],["returns",{"2":{"0":37,"78":1,"82":1,"104":1,"132":1,"148":1,"160":1,"290":1,"299":1,"337":1,"346":1,"983":1}}],["return",{"2":{"0":20,"12":1,"33":3,"34":4,"35":2,"36":2,"46":2,"58":2,"59":3,"60":4,"61":5,"63":4,"66":1,"73":2,"76":7,"78":3,"81":1,"82":13,"100":1,"102":1,"104":1,"137":1,"139":1,"145":1,"148":1,"149":1,"152":5,"155":1,"165":1,"166":1,"167":2,"168":3,"195":4,"203":1,"982":1,"1285":1,"1427":1,"1629":2,"1856":2,"2121":1,"2122":1,"2158":1,"2330":4,"2485":1,"2486":1,"2605":1,"2611":1,"2615":1,"2644":2}}],["returning",{"2":{"0":2,"78":1,"104":1,"150":1,"165":2,"874":1,"905":1,"2619":1}}],["retain",{"2":{"0":1}}],["repository",{"2":{"200":1}}],["reposition",{"2":{"0":1,"45":1}}],["report",{"2":{"577":2}}],["reports",{"2":{"126":1,"200":1,"577":1}}],["reported",{"2":{"97":1}}],["repr",{"2":{"396":1,"1586":1}}],["represented",{"2":{"0":2,"68":1,"1005":1,"2478":1,"2482":1}}],["representative",{"2":{"0":2,"2321":2}}],["representations",{"2":{"68":2}}],["representation",{"0":{"2482":1},"2":{"0":4,"31":1,"72":1,"75":1,"515":1,"1996":1,"2282":1,"2283":1,"2478":1,"2482":1,"2485":1}}],["represent",{"2":{"0":2,"1429":1,"1430":1,"1856":1}}],["represents",{"2":{"0":10,"19":1,"1258":1,"1473":4,"1996":1,"2118":4,"2619":1}}],["representing",{"2":{"0":38,"929":1,"957":1,"994":1,"1031":1,"1066":1,"1169":1,"1205":1,"1297":1,"1348":1,"1379":1,"1415":1,"1435":1,"1486":1,"1515":1,"1549":1,"1574":1,"1605":1,"1635":1,"1668":1,"1779":1,"1885":1,"1927":1,"1965":1,"2021":1,"2049":1,"2129":1,"2158":1,"2164":1,"2203":1,"2373":1,"2405":1,"2439":1,"2465":1,"2492":1,"2525":1,"2579":1,"2619":1}}],["reproduced",{"2":{"0":1}}],["repetitions",{"2":{"0":2}}],["repeat=",{"2":{"1629":2}}],["repeatedly",{"2":{"102":1}}],["repeated",{"2":{"0":2,"1629":1,"2604":1}}],["repeat",{"2":{"0":1,"63":2,"80":2,"81":2,"83":1,"1025":1,"1629":4,"2191":2,"2555":8}}],["replacing",{"2":{"73":1}}],["replacement",{"2":{"752":2,"2485":1}}],["replace",{"2":{"0":1,"31":3,"34":2,"83":2,"153":1,"2618":1}}],["replaces",{"2":{"0":88,"761":1,"937":1,"938":1,"965":1,"966":1,"1002":1,"1003":1,"1040":1,"1041":1,"1080":1,"1081":1,"1177":1,"1178":1,"1213":1,"1214":1,"1246":1,"1247":1,"1304":1,"1305":1,"1356":1,"1357":1,"1388":1,"1389":1,"1442":1,"1443":1,"1494":1,"1495":1,"1523":1,"1524":1,"1556":1,"1557":1,"1582":1,"1583":1,"1613":1,"1614":1,"1644":1,"1645":1,"1677":1,"1678":1,"1758":1,"1759":1,"1787":1,"1788":1,"1815":1,"1816":1,"1840":1,"1841":1,"1894":1,"1895":1,"1939":1,"1940":1,"1973":1,"1974":1,"2030":1,"2031":1,"2057":1,"2058":1,"2086":1,"2087":1,"2138":1,"2139":1,"2172":1,"2173":1,"2215":1,"2216":1,"2249":1,"2250":1,"2287":1,"2288":1,"2346":1,"2347":1,"2381":1,"2382":1,"2414":1,"2415":1,"2446":1,"2447":1,"2502":1,"2503":1,"2533":1,"2534":1,"2587":1,"2588":1}}],["replaced",{"2":{"0":2}}],["replays",{"2":{"0":1}}],["replay",{"2":{"0":3}}],["repl",{"2":{"0":15,"200":1,"2618":1,"2619":2}}],["relies",{"2":{"111":1,"2604":1}}],["reliably",{"2":{"31":1}}],["reload",{"2":{"51":2,"53":2,"58":1}}],["relation",{"2":{"2158":1}}],["relatively",{"0":{"2636":1},"2":{"88":1}}],["relative",{"0":{"43":1,"576":1,"1236":1,"2194":1,"2276":1},"2":{"0":33,"41":1,"43":2,"45":4,"63":1,"71":2,"79":1,"80":1,"82":1,"105":2,"106":1,"107":2,"122":1,"128":1,"129":1,"158":3,"164":2,"260":1,"288":1,"307":1,"335":1,"373":2,"398":1,"431":1,"462":1,"553":1,"572":1,"576":4,"577":1,"578":1,"584":1,"603":1,"628":1,"652":1,"660":1,"675":1,"685":1,"776":1,"812":1,"1156":1,"1236":4,"1249":3,"1373":1,"1408":1,"1508":1,"1509":1,"1542":1,"1543":1,"1875":1,"1879":1,"1914":1,"1944":1,"2194":3,"2241":1,"2258":1,"2276":3,"2290":1,"2395":1,"2396":1,"2552":1,"2553":1,"2615":2,"2636":1,"2638":1,"2640":4,"2643":4,"2644":3}}],["relate",{"2":{"106":1}}],["relates",{"2":{"82":1}}],["related",{"2":{"24":1,"82":1,"2603":1}}],["releasing",{"2":{"585":1,"844":1}}],["released",{"2":{"80":1,"82":1}}],["release",{"2":{"0":3,"80":1,"82":1,"83":1,"2641":2}}],["releases",{"2":{"0":2,"516":1,"1282":1}}],["relevant",{"2":{"0":4,"68":1,"79":2,"80":1,"106":1,"150":2,"152":3,"515":1,"624":1,"756":1,"1429":1,"2486":1}}],["resistance",{"2":{"863":1}}],["resizes",{"2":{"98":1,"582":1}}],["resized",{"2":{"0":1,"23":1}}],["resize",{"2":{"0":2,"56":5,"98":2,"584":1,"1917":1,"2615":2}}],["reserved",{"2":{"297":1,"344":1,"384":1,"562":1}}],["resets",{"2":{"0":3,"234":1,"754":1}}],["resetting",{"2":{"0":1,"45":1,"181":1,"754":2,"777":1,"778":1}}],["reset",{"0":{"212":1,"777":1,"778":1,"897":1},"2":{"0":10,"45":2,"58":3,"178":1,"212":3,"234":2,"382":1,"585":1,"754":2,"777":2,"844":1,"897":1}}],["responsible",{"2":{"2604":1}}],["responsive",{"2":{"119":1}}],["responds",{"2":{"128":1}}],["respect",{"2":{"69":1,"2603":1}}],["respects",{"2":{"0":1,"45":1}}],["respectively",{"2":{"0":3,"128":1,"219":1,"577":1,"584":1,"1107":1,"2332":1,"2604":1}}],["respective",{"2":{"0":2,"82":1,"179":1,"186":1,"213":1,"234":1,"2615":1}}],["rescales",{"2":{"71":1}}],["rescaling",{"2":{"0":1}}],["reshape",{"2":{"32":1,"1426":4,"2158":1,"2481":1,"2483":1}}],["resample",{"2":{"0":2}}],["restore",{"2":{"2640":1}}],["restored",{"2":{"0":1}}],["restring",{"2":{"754":1}}],["restricts",{"2":{"898":1}}],["restricting",{"2":{"754":1}}],["restrictive",{"2":{"82":1}}],["restriction",{"0":{"898":1},"2":{"0":1,"898":1}}],["restrict",{"2":{"0":1,"83":1,"145":1,"166":1,"210":1,"211":1,"213":1,"217":1,"800":2,"832":2}}],["restricted",{"2":{"0":2,"20":1,"83":1,"210":1,"211":1,"2459":1}}],["rest",{"2":{"0":4,"76":1,"951":1}}],["resolved",{"2":{"109":2,"110":1}}],["resolve",{"2":{"68":1}}],["resolutions",{"2":{"155":1}}],["resolution",{"0":{"24":1,"976":1},"2":{"0":8,"19":1,"22":1,"24":3,"105":1,"106":4,"107":1,"1336":1,"1342":1,"2642":1}}],["resources",{"2":{"31":1,"56":1,"2601":1}}],["resource",{"2":{"31":1}}],["resort",{"2":{"0":2}}],["results",{"2":{"0":46,"24":1,"31":1,"152":1,"190":1,"373":1,"757":1,"817":2,"949":1,"980":1,"1022":1,"1055":1,"1101":1,"1164":1,"1197":1,"1200":1,"1233":1,"1256":1,"1319":1,"1371":1,"1399":1,"1452":1,"1506":1,"1540":1,"1566":1,"1569":1,"1596":1,"1600":1,"1625":1,"1659":1,"1693":1,"1770":1,"1804":1,"1829":1,"1854":1,"1905":1,"1922":1,"1944":1,"1956":1,"1994":1,"2041":1,"2072":1,"2103":1,"2155":1,"2186":1,"2234":1,"2267":1,"2289":1,"2297":1,"2364":1,"2393":1,"2430":1,"2456":1,"2517":1,"2550":1,"2555":1,"2599":1}}],["resulting",{"2":{"0":11,"12":1,"758":1,"1306":1,"1424":2,"1473":3,"1569":1,"1600":1,"1922":1,"2118":3,"2275":1,"2605":1}}],["result",{"2":{"0":11,"31":1,"45":1,"67":1,"76":4,"78":1,"83":1,"134":1,"152":1,"191":1,"222":2,"396":1,"1185":1,"1221":1,"1248":1,"1307":1,"1312":1,"1405":1,"2289":1,"2554":1,"2604":1,"2605":1,"2638":1,"2640":1}}],["hv",{"2":{"2660":1}}],["hline",{"2":{"1913":2,"2555":1}}],["hlines",{"0":{"1481":1,"1714":1},"1":{"1482":1,"1483":1,"1484":1,"1485":1,"1486":1,"1487":1,"1488":1,"1489":1,"1490":1,"1491":1,"1492":1,"1493":1,"1494":1,"1495":1,"1496":1,"1497":1,"1498":1,"1499":1,"1500":1,"1501":1,"1502":1,"1503":1,"1504":1,"1505":1,"1506":1,"1507":1,"1508":1,"1509":1},"2":{"0":11,"1481":4}}],["hb",{"2":{"1408":2}}],["h=cliffo",{"2":{"1285":1}}],["h1",{"2":{"63":1}}],["hdr",{"2":{"35":1,"2644":1}}],["hcat",{"2":{"34":2,"908":1,"2275":3}}],["hybridpro",{"2":{"31":1}}],["hybrid",{"2":{"30":1,"31":2}}],["hyperrectangle",{"2":{"0":1,"2641":1}}],["hmaps",{"2":{"2433":3}}],["hm2",{"2":{"1430":2,"2624":1,"2630":1}}],["hm1",{"2":{"1430":2}}],["hm",{"2":{"12":4,"141":2,"515":8,"1429":2,"1431":2,"2624":2,"2630":1,"2631":1}}],["hsl",{"2":{"34":5,"63":1}}],["hsv",{"2":{"8":2,"1164":1,"2651":4,"2657":1}}],["hspan",{"0":{"1510":1,"1715":1},"1":{"1511":1,"1512":1,"1513":1,"1514":1,"1515":1,"1516":1,"1517":1,"1518":1,"1519":1,"1520":1,"1521":1,"1522":1,"1523":1,"1524":1,"1525":1,"1526":1,"1527":1,"1528":1,"1529":1,"1530":1,"1531":1,"1532":1,"1533":1,"1534":1,"1535":1,"1536":1,"1537":1,"1538":1,"1539":1,"1540":1,"1541":1,"1542":1,"1543":1},"2":{"0":12,"1510":5}}],["hub",{"2":{"200":1}}],["hue",{"2":{"8":7,"34":5,"60":2,"63":5,"2660":2}}],["humans",{"2":{"0":1,"1944":1}}],["hull",{"0":{"2307":1,"2308":1,"2309":1,"2323":1},"2":{"0":8,"2301":2,"2307":1,"2308":1,"2309":1,"2323":1}}],["h",{"2":{"0":3,"34":5,"63":1,"585":6,"1142":1,"1473":1,"2118":1,"2191":2,"2196":1,"2433":2,"2605":2,"2640":3,"2642":2,"2647":4,"2648":4}}],["html>",{"2":{"64":2}}],["htmlnode",{"2":{"61":1}}],["html",{"2":{"0":3,"48":1,"53":1,"57":1,"58":1,"60":1,"61":1,"63":1,"64":4,"106":1}}],["https",{"2":{"0":1,"33":1,"35":2,"36":5,"63":1,"149":1,"199":2,"1285":1,"1287":1,"2158":1,"2614":1}}],["hz",{"2":{"0":2}}],["him",{"2":{"2644":1}}],["himmelblau",{"2":{"1164":2}}],["hi",{"2":{"2643":1}}],["hitting",{"2":{"2604":1}}],["hints",{"2":{"149":1}}],["hierarchical",{"2":{"35":2,"2644":1}}],["hires",{"2":{"24":1}}],["hidpi",{"2":{"22":1,"23":2,"24":1}}],["hiding",{"0":{"205":1,"753":1,"1406":1},"2":{"0":7,"205":1}}],["hideall",{"2":{"66":1}}],["hides",{"2":{"0":1}}],["hidespines",{"2":{"0":1,"205":3,"208":1,"753":2,"1284":1,"1285":1,"1287":1,"1288":1,"1289":1,"1586":1,"2651":1,"2653":1}}],["hidethetadecorations",{"2":{"0":2,"753":2}}],["hiderdecorations",{"2":{"0":2,"753":2}}],["hidezdecorations",{"2":{"0":3}}],["hideydecorations",{"2":{"0":2,"98":1,"205":2,"2193":1}}],["hidexdecorations",{"2":{"0":2,"98":1,"205":2,"208":1,"2624":1,"2630":1}}],["hidedecorations",{"2":{"0":2,"205":2,"383":1,"384":1,"396":1,"584":1,"753":2,"1284":1,"1285":1,"1287":1,"1288":1,"1289":2,"1572":1,"1584":1,"1585":1,"1586":2,"1587":1,"1913":1,"2017":1,"2624":3,"2629":1,"2634":1,"2651":1,"2653":1}}],["hide",{"2":{"0":10,"29":1,"80":3,"81":1,"191":1,"205":4,"208":1,"753":6,"2433":1,"2602":2,"2624":1,"2629":1}}],["hidden",{"2":{"0":2,"45":2}}],["histological",{"2":{"2624":1,"2630":1}}],["history",{"2":{"0":1}}],["histograms",{"0":{"1457":1},"2":{"1457":1,"2646":1}}],["histogram",{"0":{"1456":1},"2":{"0":19,"1312":1,"1454":1,"1457":1,"1462":1,"1473":5,"1477":1,"1856":2,"1862":1,"1868":1,"2110":1,"2118":5,"2646":1}}],["hist",{"0":{"1454":1,"1713":1,"1868":1,"2648":1},"1":{"1455":1,"1456":1,"1457":1,"1458":1,"1459":1,"1460":1,"1461":1,"1462":1,"1463":1,"1464":1,"1465":1,"1466":1,"1467":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1473":1,"1474":1,"1475":1,"1476":1,"1477":1,"1478":1,"1479":1,"1480":1},"2":{"0":13,"152":1,"1454":3,"1455":4,"1456":1,"1457":1,"1458":2,"1856":1,"1862":1,"2111":1,"2648":7}}],["highlight",{"2":{"2301":1}}],["highs",{"2":{"1880":4}}],["highest",{"2":{"0":1,"15":1,"31":1,"2282":1}}],["higherrors",{"2":{"1374":6}}],["higher",{"2":{"0":7,"21":1,"31":1,"56":1,"78":2,"82":2,"106":1,"107":1,"190":1,"752":1}}],["high422",{"2":{"0":2}}],["high444",{"2":{"0":4}}],["high",{"2":{"0":63,"78":4,"106":3,"148":7,"150":1,"196":1,"199":2,"234":1,"382":1,"515":2,"527":1,"585":2,"1025":3,"1185":1,"1221":1,"1241":1,"1248":1,"1285":1,"1373":6,"1374":4,"1510":2,"1879":5,"1914":1,"2282":1,"2289":1,"2520":2,"2604":1,"2624":2,"2631":2,"2638":1,"2640":2,"2646":1,"2649":1}}],["highclip",{"0":{"527":1,"934":1,"962":1,"999":1,"1037":1,"1077":1,"1174":1,"1210":1,"1301":1,"1353":1,"1385":1,"1417":1,"1439":1,"1491":1,"1520":1,"1553":1,"1579":1,"1610":1,"1641":1,"1674":1,"1784":1,"1891":1,"1936":1,"1970":1,"2027":1,"2054":1,"2135":1,"2169":1,"2212":1,"2378":1,"2411":1,"2443":1,"2467":1,"2499":1,"2530":1,"2584":1},"2":{"0":38,"515":4,"2483":4,"2649":1,"2651":2}}],["heuristic",{"2":{"384":1}}],["heuristically",{"2":{"0":2}}],["hesitate",{"2":{"161":1}}],["hell",{"2":{"2662":1}}],["hello",{"2":{"63":2}}],["held",{"2":{"80":1}}],["helvetica",{"2":{"0":2}}],["helpful",{"2":{"92":1,"2604":1}}],["helper",{"2":{"63":1,"148":1}}],["helps",{"2":{"0":1,"1323":1}}],["help",{"0":{"200":1},"2":{"0":9,"30":1,"191":1,"200":1,"669":1}}],["heat",{"2":{"515":3,"704":1,"1774":1,"2654":1,"2657":1}}],["heatmaps",{"0":{"91":1,"1430":1},"2":{"19":1,"1430":3,"2433":1}}],["heatmap",{"0":{"1424":1,"1429":1,"1711":1},"1":{"1425":1,"1426":1,"1427":1,"1428":1,"1429":1,"1430":1,"1431":1,"1432":1,"1433":1,"1434":1,"1435":1,"1436":1,"1437":1,"1438":1,"1439":1,"1440":1,"1441":1,"1442":1,"1443":1,"1444":1,"1445":1,"1446":1,"1447":1,"1448":1,"1449":1,"1450":1,"1451":1,"1452":1,"1453":1},"2":{"0":25,"12":4,"59":1,"82":2,"91":4,"102":2,"141":1,"152":1,"162":2,"167":3,"515":3,"545":1,"752":2,"1402":1,"1424":8,"1426":5,"1427":1,"1428":1,"1429":2,"1430":3,"1431":1,"2432":1,"2433":1,"2458":1,"2459":2,"2640":1}}],["head>",{"2":{"64":2}}],["headless",{"0":{"112":1},"1":{"113":1,"114":1,"115":1,"116":1,"117":1,"118":1},"2":{"27":1,"62":1,"112":2}}],["headstart",{"2":{"0":1,"985":1}}],["head",{"0":{"2125":1},"2":{"0":7,"35":4,"985":2,"987":1,"988":1,"989":1,"1015":1,"2644":4}}],["hexagon",{"2":{"0":1,"1405":1,"1408":1,"1413":1,"1913":2,"1914":3}}],["hexagons",{"0":{"1406":1,"1408":1},"2":{"0":2,"1405":3,"1406":1,"1408":2,"1413":1,"1422":1}}],["hexagonal",{"2":{"0":1,"1402":1}}],["hexbin",{"0":{"1402":1,"1712":1},"1":{"1403":1,"1404":1,"1405":1,"1406":1,"1407":1,"1408":1,"1409":1,"1410":1,"1411":1,"1412":1,"1413":1,"1414":1,"1415":1,"1416":1,"1417":1,"1418":1,"1419":1,"1420":1,"1421":1,"1422":1,"1423":1},"2":{"0":11,"1402":3,"1404":2,"1405":2,"1406":1,"1407":2,"1408":1,"1409":1}}],["heros",{"2":{"0":4,"109":1,"110":4,"1912":1}}],["here",{"2":{"0":5,"8":1,"10":1,"38":1,"39":1,"58":1,"60":1,"68":1,"76":1,"79":1,"80":1,"81":1,"83":1,"92":2,"98":1,"110":1,"115":1,"128":1,"135":1,"136":1,"138":1,"147":1,"152":1,"164":1,"168":1,"169":1,"183":1,"187":1,"190":1,"202":1,"208":1,"217":1,"218":1,"515":1,"580":1,"583":1,"752":1,"1287":1,"1426":1,"1430":1,"1913":1,"1914":1,"1915":1,"1917":1,"2478":1,"2484":1,"2486":1,"2602":1,"2613":1,"2624":1,"2644":2,"2651":1}}],["height=$",{"2":{"106":1}}],["height=",{"2":{"64":1}}],["heights",{"2":{"0":2,"98":1,"122":1,"1057":1,"2157":1,"2615":1,"2625":1}}],["height",{"0":{"125":1,"126":1,"231":1,"360":1,"381":1,"503":1,"526":1,"592":1,"610":1,"641":1,"698":1,"717":1,"772":1,"852":1,"867":1,"895":1,"917":1},"2":{"0":24,"45":1,"56":1,"63":7,"97":4,"98":3,"122":2,"125":1,"126":1,"128":2,"169":1,"222":3,"231":1,"243":1,"246":1,"253":1,"360":1,"365":1,"381":1,"386":1,"503":1,"511":1,"526":1,"549":2,"551":1,"572":1,"576":1,"577":5,"578":2,"581":1,"592":1,"599":1,"610":1,"615":1,"641":1,"679":1,"698":1,"700":1,"717":1,"725":1,"772":1,"807":1,"852":1,"858":1,"867":1,"868":1,"895":1,"900":1,"917":1,"918":1,"919":1,"1058":6,"1235":1,"1405":2,"1408":1,"1413":1,"1457":1,"1477":2,"2119":1,"2273":1,"2615":1,"2629":1}}],["hawaii50",{"2":{"2656":1}}],["hawaii25",{"2":{"2656":1}}],["hawaii100",{"2":{"2656":1}}],["hawaii10",{"2":{"2656":1}}],["hawaii",{"2":{"2656":1}}],["ha",{"2":{"626":2}}],["having",{"2":{"162":2,"752":1}}],["haven",{"2":{"152":1,"2631":1}}],["have",{"2":{"0":40,"8":1,"10":2,"13":1,"18":1,"19":2,"26":1,"27":2,"30":1,"31":1,"37":1,"47":1,"55":1,"58":1,"62":1,"82":1,"83":2,"88":1,"96":1,"97":1,"98":1,"99":1,"102":1,"104":2,"105":3,"106":5,"107":8,"111":1,"115":1,"116":1,"118":3,"122":2,"133":1,"135":1,"136":1,"147":1,"149":3,"152":4,"155":2,"160":1,"166":1,"179":1,"180":1,"184":1,"190":2,"195":1,"198":1,"200":1,"212":1,"217":1,"219":1,"223":1,"287":3,"334":3,"497":1,"577":1,"578":2,"582":1,"624":1,"625":1,"627":2,"691":2,"757":1,"940":1,"969":1,"989":1,"1015":1,"1105":3,"1248":1,"1282":4,"1360":1,"1405":1,"1430":3,"1473":2,"1481":1,"1497":1,"1510":1,"1527":1,"1569":1,"1586":1,"1600":1,"1616":1,"1791":1,"1874":1,"1912":1,"1914":1,"1915":1,"1916":2,"1917":1,"1920":1,"1922":1,"2061":1,"2118":2,"2189":2,"2196":1,"2368":1,"2384":1,"2520":1,"2537":1,"2590":1,"2615":9,"2617":1,"2618":1,"2619":5,"2620":1,"2625":2,"2626":2,"2628":1,"2629":1,"2630":1,"2633":2,"2636":3,"2637":1,"2639":1,"2640":2,"2644":2,"2647":1,"2648":1,"2652":1}}],["harder",{"2":{"383":1}}],["hardcoding",{"2":{"110":1}}],["hard",{"2":{"74":1,"752":1}}],["hardware",{"2":{"31":2}}],["hand",{"2":{"35":6,"107":1,"190":1,"577":1,"578":1,"1915":1,"2644":5}}],["handy",{"2":{"34":1,"2646":1}}],["handling",{"2":{"0":1,"31":1,"218":1,"2478":1}}],["handles",{"2":{"181":1}}],["handle",{"2":{"0":1,"83":1,"144":1,"160":1,"190":3,"217":1,"299":1,"346":1,"2648":1}}],["handlers",{"2":{"0":1}}],["handled",{"2":{"0":1,"68":1,"78":1,"130":1}}],["had",{"2":{"0":1,"107":1,"135":1,"167":1,"1288":1,"1424":1}}],["happening",{"2":{"82":1}}],["happens",{"2":{"31":1,"191":1,"2615":1}}],["happen",{"2":{"0":4,"80":1,"132":1,"577":1}}],["haline",{"2":{"2655":1}}],["haligns",{"2":{"626":2}}],["halign=",{"2":{"34":2}}],["halign2num",{"2":{"0":1}}],["halign",{"0":{"230":1,"359":1,"380":1,"502":1,"525":1,"591":1,"609":1,"640":1,"697":1,"716":1,"771":1,"851":1,"866":1,"894":1,"916":1},"2":{"0":16,"164":1,"603":1,"626":2,"2192":2,"2624":1,"2637":1}}],["halfdegree",{"2":{"33":1}}],["halfway",{"2":{"0":2,"1369":1,"2070":1}}],["half",{"2":{"0":6,"66":3,"106":1,"968":1,"1073":1,"1359":1,"1585":1,"1856":1,"2060":1}}],["haskey",{"2":{"152":2}}],["hasn",{"2":{"74":1}}],["hasfocus",{"2":{"0":1,"79":1,"2641":1}}],["has",{"2":{"0":17,"8":1,"18":1,"22":1,"25":1,"27":1,"28":1,"30":1,"31":1,"37":1,"54":1,"72":1,"78":1,"82":1,"84":1,"97":3,"104":2,"106":4,"107":1,"110":1,"122":1,"124":1,"125":1,"129":1,"131":1,"136":1,"137":2,"140":1,"148":1,"152":1,"155":2,"162":1,"169":1,"191":1,"209":1,"382":1,"516":1,"575":2,"576":2,"577":5,"582":1,"593":1,"624":1,"853":1,"990":1,"1104":1,"1134":1,"1473":1,"1914":1,"2118":1,"2231":1,"2366":1,"2486":1,"2615":6,"2618":2,"2634":1,"2636":1,"2638":1,"2643":1,"2646":1}}],["hokusai",{"2":{"2662":1}}],["hot",{"2":{"2657":1}}],["hotkey",{"2":{"0":1,"45":1,"83":12}}],["honda",{"2":{"2193":1}}],["horse",{"2":{"2193":1}}],["horsepower",{"2":{"2193":3}}],["horiz",{"2":{"1107":2,"2332":2}}],["horizontal",{"0":{"593":1,"853":1,"1107":1,"2332":1},"2":{"0":26,"45":3,"129":1,"230":1,"249":1,"291":1,"338":1,"359":1,"380":1,"389":1,"502":1,"515":1,"524":1,"525":1,"549":1,"556":1,"585":1,"591":1,"593":1,"603":1,"609":1,"626":2,"628":3,"637":1,"640":1,"645":1,"664":3,"665":3,"684":1,"697":1,"716":1,"771":1,"794":4,"844":1,"851":1,"853":1,"866":1,"894":1,"916":1,"1058":2,"1070":1,"1107":2,"1124":1,"1235":1,"1276":1,"1323":1,"1369":3,"1481":1,"1510":1,"1856":1,"1871":1,"2070":3,"2191":1,"2217":1,"2273":1,"2332":2,"2354":1}}],["holbein",{"2":{"2662":1}}],["holes",{"0":{"1916":1},"2":{"1916":2,"2275":1,"2398":2,"2480":2}}],["hole",{"2":{"1774":1,"1916":2,"1918":1}}],["holding",{"2":{"81":1}}],["holds",{"2":{"0":1,"68":1,"79":2,"80":5,"105":1,"152":1,"218":1,"627":1,"2626":1,"2639":2,"2641":1}}],["hold",{"2":{"0":1,"104":1,"133":1,"148":2,"151":1,"2626":1}}],["hooks",{"2":{"160":1}}],["hood",{"2":{"0":1}}],["host",{"2":{"114":1,"115":1}}],["hosted",{"2":{"52":1}}],["hour",{"2":{"73":6}}],["hours",{"2":{"73":1}}],["hopefully",{"2":{"63":1}}],["homedir",{"2":{"94":1}}],["home",{"2":{"0":1,"2505":1}}],["hoc",{"2":{"0":1}}],["however",{"2":{"0":1,"69":1,"82":1,"106":2,"107":2,"190":1,"383":1,"757":1,"1248":1,"1569":2,"1600":2,"1914":2,"1922":2,"2194":1,"2459":1,"2604":1}}],["how",{"0":{"192":1,"193":1},"1":{"194":1,"195":1},"2":{"0":83,"8":1,"27":1,"31":2,"45":1,"58":1,"63":1,"72":1,"74":1,"78":1,"80":1,"98":1,"107":1,"122":2,"123":1,"127":1,"128":1,"129":1,"130":2,"147":1,"165":1,"183":1,"187":1,"202":1,"207":1,"208":1,"384":1,"515":1,"577":1,"625":1,"751":1,"949":1,"980":1,"985":1,"997":1,"1010":1,"1017":1,"1019":1,"1022":1,"1035":1,"1045":1,"1050":1,"1052":1,"1055":1,"1101":1,"1197":1,"1233":1,"1249":1,"1256":1,"1288":1,"1295":1,"1315":1,"1319":1,"1371":1,"1399":1,"1426":1,"1452":1,"1506":1,"1540":1,"1566":1,"1596":1,"1625":1,"1629":1,"1639":1,"1649":1,"1654":1,"1656":1,"1659":1,"1672":1,"1682":1,"1688":1,"1690":1,"1693":1,"1770":1,"1771":1,"1804":1,"1829":1,"1831":1,"1854":1,"1862":1,"1905":1,"1911":1,"1956":1,"1994":1,"2041":1,"2072":1,"2103":1,"2155":1,"2167":1,"2176":1,"2181":1,"2183":1,"2186":1,"2234":1,"2267":1,"2297":1,"2364":1,"2393":1,"2400":1,"2408":1,"2420":1,"2425":1,"2427":1,"2430":1,"2456":1,"2485":1,"2496":1,"2507":1,"2512":1,"2514":1,"2517":1,"2550":1,"2599":1,"2604":7,"2615":1,"2616":1,"2624":2,"2631":1,"2640":1,"2642":2,"2646":3,"2647":1}}],["hovers",{"2":{"0":1,"496":1,"507":1,"585":1,"589":1,"849":1}}],["hovering",{"2":{"0":2,"150":1,"152":1,"585":1}}],["hovered",{"2":{"0":3,"79":1,"82":3,"152":2,"153":1,"709":1,"880":1,"885":1,"914":1}}],["hover",{"0":{"496":1,"507":1,"709":1,"880":1,"885":1,"937":1,"965":1,"1002":1,"1040":1,"1080":1,"1177":1,"1213":1,"1246":1,"1304":1,"1356":1,"1388":1,"1442":1,"1494":1,"1523":1,"1556":1,"1582":1,"1613":1,"1644":1,"1677":1,"1758":1,"1787":1,"1815":1,"1840":1,"1894":1,"1939":1,"1973":1,"2030":1,"2057":1,"2086":1,"2138":1,"2172":1,"2215":1,"2249":1,"2287":1,"2346":1,"2381":1,"2414":1,"2446":1,"2502":1,"2533":1,"2587":1},"2":{"0":49,"61":1,"150":1,"153":1}}],["xrange",{"2":{"2624":2,"2634":2}}],["xreversed",{"0":{"286":1,"410":1},"2":{"0":2,"410":3}}],["xrectzoom",{"0":{"285":1},"2":{"0":1,"213":1}}],["x+1",{"2":{"2484":2}}],["x+half",{"2":{"66":4}}],["x0",{"2":{"1285":2}}],["x^0",{"2":{"2624":1,"2630":1}}],["x^1",{"2":{"2624":1,"2630":1}}],["x^10",{"2":{"1164":1}}],["x^",{"2":{"1164":1}}],["x^2+y^2",{"2":{"1200":2}}],["x^2",{"2":{"58":1,"133":1,"189":4,"1164":1,"1343":1,"2195":2,"2574":1}}],["xhigh",{"2":{"234":1,"382":1}}],["xcross",{"2":{"184":1,"1913":2}}],["xcenters",{"2":{"66":3}}],["x4",{"2":{"66":2}}],["x3",{"2":{"66":3,"131":1}}],["x3c",{"2":{"0":10,"33":1,"61":1,"64":6,"76":3,"98":1,"145":4,"147":4,"148":6,"167":1,"168":1,"585":4,"1282":1,"1292":1,"1409":1,"2158":2,"2478":2,"2480":2,"2647":1,"2648":4}}],["x5+45",{"2":{"66":1}}],["x5",{"2":{"66":5}}],["xxx",{"2":{"63":1}}],["xe",{"2":{"36":2}}],["x84",{"2":{"30":1}}],["xv",{"2":{"1629":2}}],["xvals",{"2":{"66":4}}],["xvfb",{"2":{"28":1,"117":1}}],["xvector",{"2":{"0":2,"1424":2}}],["xorg",{"2":{"28":1}}],["xinterval",{"2":{"0":1,"2121":1}}],["xlow",{"2":{"234":1,"382":1}}],["xlims",{"2":{"0":12,"169":1,"212":1,"234":1,"304":1,"382":2,"385":1,"1058":1,"1914":1,"2330":1,"2624":1,"2627":1}}],["xlabel=",{"2":{"75":1,"1107":1,"2332":1}}],["xlabeloffset",{"0":{"406":1},"2":{"0":1}}],["xlabelalign",{"0":{"403":1},"2":{"0":1}}],["xlabelvisible",{"0":{"272":1,"409":1},"2":{"0":2}}],["xlabelsize",{"0":{"271":1,"408":1},"2":{"0":2}}],["xlabelrotation",{"0":{"270":1,"407":1},"2":{"0":2}}],["xlabelpadding",{"0":{"269":1},"2":{"0":1}}],["xlabelfont",{"0":{"268":1,"405":1},"2":{"0":2,"110":1}}],["xlabelcolor",{"0":{"267":1,"404":1},"2":{"0":2}}],["xlabel",{"0":{"266":1,"402":1},"2":{"0":4,"75":1,"110":1,"120":1,"138":1,"169":3,"202":1,"207":2,"266":3,"267":1,"268":1,"269":1,"270":1,"271":1,"272":1,"1058":1,"1107":1,"1856":7,"2193":1,"2332":1,"2620":1,"2621":1,"2622":1,"2624":3,"2627":1,"2634":2}}],["xyz",{"2":{"0":9,"158":5,"1627":1,"2644":5}}],["xy",{"2":{"0":10,"58":2,"120":1,"290":1,"337":1,"427":1,"428":1,"1285":5,"1373":6,"2275":4,"2433":6}}],["xypanelvisible",{"0":{"428":1},"2":{"0":1}}],["xypanelcolor",{"0":{"427":1},"2":{"0":1}}],["xmax",{"0":{"1508":1,"1542":1},"2":{"0":11,"12":2,"299":2,"1481":2,"1510":3,"2303":1,"2459":1,"2462":1}}],["xmin",{"0":{"1509":1,"1543":1},"2":{"0":11,"12":2,"299":2,"1481":2,"1510":3,"2303":1,"2459":1,"2462":1}}],["xminortickwidth",{"0":{"282":1},"2":{"0":1}}],["xminorticksvisible",{"0":{"281":1},"2":{"0":1,"279":1,"287":1,"301":2}}],["xminorticksize",{"0":{"280":1},"2":{"0":1}}],["xminorticks",{"0":{"279":1},"2":{"0":1,"279":3,"287":1}}],["xminortickcolor",{"0":{"278":1},"2":{"0":1}}],["xminortickalign",{"0":{"277":1},"2":{"0":1}}],["xminorgridwidth",{"0":{"276":1},"2":{"0":1,"787":1}}],["xminorgridvisible",{"0":{"275":1},"2":{"0":1,"279":1,"287":1,"786":1}}],["xminorgridstyle",{"0":{"274":1},"2":{"0":1,"785":1}}],["xminorgridcolor",{"0":{"273":1},"2":{"0":1,"784":1}}],["x2+60",{"2":{"66":1}}],["x2+20",{"2":{"66":2}}],["x26",{"2":{"12":2,"35":2,"66":3,"80":8,"81":4,"82":4,"98":4,"195":4,"206":1,"218":4,"585":2,"626":1,"627":2,"1427":2,"2158":2,"2641":1,"2643":1,"2644":3}}],["x2s",{"2":{"0":1,"1139":1}}],["x2",{"2":{"0":8,"66":1,"1139":2,"1629":2}}],["x1+45",{"2":{"66":1}}],["x11",{"0":{"115":1},"2":{"23":1,"114":1,"115":1}}],["x1s",{"2":{"0":1,"1139":1}}],["x1",{"2":{"0":8,"66":3,"1139":2}}],["xz",{"2":{"429":1,"430":1,"2433":6}}],["xzpanelvisible",{"0":{"430":1},"2":{"0":1}}],["xzpanelcolor",{"0":{"429":1},"2":{"0":1}}],["xzoomlock",{"0":{"306":1},"2":{"0":1,"210":1}}],["xzoomkey",{"0":{"305":1},"2":{"0":1,"210":1}}],["xspace",{"2":{"207":3}}],["xspinewidth",{"0":{"415":1},"2":{"0":1}}],["xspinesvisible",{"0":{"414":1},"2":{"0":1}}],["xspinecolor",{"0":{"411":1,"412":1,"413":1},"2":{"0":3}}],["xs",{"2":{"0":27,"10":5,"135":5,"515":6,"624":6,"626":3,"874":3,"983":8,"1025":5,"1058":8,"1164":6,"1200":7,"1235":2,"1259":2,"1369":3,"1374":19,"1402":2,"1428":2,"1429":3,"1430":5,"1599":6,"1662":3,"1807":3,"1832":3,"1910":3,"1911":3,"1959":1,"1960":7,"2043":1,"2044":5,"2070":3,"2074":1,"2075":13,"2091":1,"2158":3,"2273":4,"2298":1,"2330":2,"2368":2,"2520":6,"2624":7,"2630":6}}],["xscale",{"0":{"287":1},"2":{"0":1,"287":4,"299":2,"1431":1}}],["xtrimspine",{"0":{"304":1},"2":{"0":1,"304":4}}],["xtickvalues",{"2":{"290":1,"299":2}}],["xtick",{"2":{"288":1,"289":1,"300":1,"302":1,"303":1,"424":1}}],["xtickrotation",{"2":{"0":2}}],["xtickrange=xtickrange",{"2":{"0":1}}],["xtickrange",{"2":{"0":1}}],["xtickwidth",{"0":{"303":1,"426":1},"2":{"0":2}}],["xticksvisible",{"0":{"302":1,"425":1},"2":{"0":2}}],["xticksmirrored",{"0":{"301":1},"2":{"0":1,"301":2}}],["xticksize",{"0":{"300":1,"424":1},"2":{"0":2}}],["xticks",{"0":{"299":1,"423":1},"2":{"0":3,"75":1,"169":1,"287":3,"290":1,"294":1,"299":5,"799":1,"1058":5,"1107":1,"2332":1,"2624":2,"2627":2}}],["xticklabel",{"2":{"0":2,"207":2}}],["xticklabels=xticklabel",{"2":{"0":1}}],["xticklabels",{"2":{"0":3,"291":1,"292":1,"293":1,"294":1,"295":1,"296":1,"297":1,"298":1}}],["xticklabelsvisible",{"0":{"298":1,"422":1},"2":{"0":2,"205":1,"798":1}}],["xticklabelspace",{"0":{"297":1},"2":{"0":1,"207":3}}],["xticklabelsize",{"0":{"296":1,"421":1},"2":{"0":2,"795":1}}],["xticklabelrotation",{"0":{"295":1},"2":{"0":1,"169":1,"207":1}}],["xticklabelpad",{"0":{"294":1,"420":1},"2":{"0":2}}],["xticklabelfont",{"0":{"293":1,"419":1},"2":{"0":2,"792":1}}],["xticklabelcolor",{"0":{"292":1,"418":1},"2":{"0":2,"791":1}}],["xticklabelalign",{"0":{"291":1},"2":{"0":1}}],["xtickformat",{"0":{"290":1,"417":1},"2":{"0":2,"207":1,"287":1,"290":5,"299":2}}],["xtickcolor",{"0":{"289":1,"416":1},"2":{"0":2}}],["xtickalign",{"0":{"288":1},"2":{"0":1}}],["xpanlock",{"0":{"284":1},"2":{"0":1,"211":1}}],["xpankey",{"0":{"283":1},"2":{"0":1,"211":1}}],["xgridwidth",{"0":{"265":1,"401":1},"2":{"0":2,"782":1}}],["xgridvisible",{"0":{"264":1,"400":1},"2":{"0":2,"304":1,"351":1,"781":1,"1141":1,"1143":1}}],["xgridstyle",{"0":{"263":1},"2":{"0":1,"780":1}}],["xgridcolor",{"0":{"262":1,"399":1},"2":{"0":2,"183":1,"779":1}}],["xangle",{"2":{"0":1}}],["xautolimits",{"0":{"2270":1},"2":{"0":1}}],["xautolimitmargin",{"0":{"260":1,"398":1},"2":{"0":2,"234":1,"1572":1,"1585":1,"1587":1,"1913":1,"2651":1}}],["xauto",{"2":{"0":2}}],["xaxisposition",{"0":{"261":1},"2":{"0":1,"261":2}}],["x",{"0":{"28":1,"810":1,"1910":1},"2":{"0":247,"11":2,"12":9,"27":1,"32":2,"34":2,"36":6,"45":4,"58":3,"59":3,"60":3,"61":2,"64":2,"66":3,"71":3,"74":2,"75":2,"78":3,"79":2,"80":1,"82":3,"105":6,"106":10,"107":5,"110":1,"115":2,"120":2,"127":1,"131":1,"132":9,"133":13,"134":5,"145":6,"147":6,"148":3,"150":2,"158":5,"163":4,"168":1,"169":2,"186":12,"189":2,"196":6,"202":1,"204":2,"206":3,"207":3,"208":2,"210":1,"211":1,"213":1,"222":1,"223":1,"227":1,"234":4,"239":1,"248":1,"260":1,"261":1,"262":1,"263":1,"264":1,"265":1,"266":4,"273":1,"274":1,"275":1,"276":1,"277":1,"278":1,"279":1,"280":1,"281":1,"282":1,"283":2,"284":1,"285":1,"286":1,"287":2,"290":1,"299":1,"301":1,"304":1,"305":2,"306":1,"313":1,"373":1,"374":2,"376":1,"398":1,"399":1,"400":1,"401":1,"402":2,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"410":1,"411":1,"412":1,"413":1,"414":1,"415":1,"416":1,"417":1,"418":1,"419":1,"420":1,"421":1,"422":1,"423":1,"425":1,"426":1,"491":2,"515":2,"625":2,"627":1,"694":1,"704":1,"750":4,"766":1,"810":1,"838":2,"839":1,"844":4,"908":2,"924":2,"982":8,"983":18,"989":1,"1024":3,"1025":9,"1058":4,"1070":1,"1104":2,"1106":4,"1107":1,"1114":1,"1163":3,"1164":11,"1199":2,"1200":2,"1258":2,"1282":3,"1285":3,"1288":1,"1292":6,"1307":2,"1323":4,"1324":4,"1328":2,"1333":2,"1343":7,"1373":3,"1374":1,"1383":1,"1404":10,"1405":11,"1406":2,"1407":3,"1409":2,"1412":2,"1424":9,"1426":22,"1427":3,"1428":1,"1429":2,"1430":4,"1431":9,"1456":1,"1457":1,"1458":4,"1508":1,"1509":1,"1542":1,"1543":1,"1544":2,"1568":4,"1584":3,"1598":4,"1627":2,"1629":1,"1661":4,"1831":4,"1856":1,"1865":1,"1880":1,"1889":1,"1908":4,"1910":1,"1911":1,"1912":1,"1914":6,"1917":1,"1919":1,"1944":2,"1996":4,"2016":5,"2121":4,"2122":8,"2157":3,"2158":2,"2188":2,"2190":2,"2191":3,"2192":2,"2193":1,"2195":11,"2197":2,"2237":1,"2239":2,"2274":8,"2275":15,"2276":4,"2300":1,"2301":2,"2329":2,"2330":5,"2332":1,"2397":2,"2398":2,"2432":1,"2433":8,"2458":2,"2459":6,"2478":2,"2480":4,"2484":8,"2486":2,"2505":4,"2554":1,"2555":10,"2573":1,"2574":4,"2602":2,"2609":4,"2610":2,"2619":2,"2620":1,"2622":2,"2624":4,"2627":1,"2630":2,"2634":2,"2636":2,"2642":1,"2643":2,"2644":5,"2648":2}}],["pkg",{"2":{"197":3,"2618":3}}],["p3",{"2":{"191":4}}],["p2",{"2":{"190":4,"191":6,"2611":4}}],["p1",{"2":{"190":4,"191":6}}],["ppi",{"2":{"107":2}}],["pc",{"2":{"62":1}}],["pcs",{"2":{"28":1}}],["pv",{"2":{"46":3}}],["pseudolog",{"2":{"287":1,"334":1}}],["pseudolog10",{"2":{"0":37,"287":2,"334":2,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1408":1,"1416":1,"1436":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1}}],["ps",{"2":{"46":3,"66":36,"983":6,"1569":5,"1600":5,"1774":3,"1922":7,"2609":7,"2610":2}}],["phong",{"2":{"2605":2}}],["phi",{"2":{"752":2,"758":2,"2609":3}}],["phis",{"2":{"752":5,"757":4}}],["physical",{"2":{"0":1,"31":1,"106":1,"107":3,"2397":1}}],["phase",{"2":{"0":1,"2655":1}}],["puor",{"2":{"2658":10}}],["pubugn",{"2":{"2658":8}}],["pubu",{"2":{"2658":8}}],["publisher",{"2":{"199":1}}],["public",{"2":{"36":2}}],["publications",{"2":{"15":1,"107":1}}],["publication",{"2":{"13":1,"199":1}}],["pull",{"2":{"2632":2}}],["pulls",{"2":{"396":1}}],["pumping",{"2":{"396":1}}],["put",{"2":{"64":1,"96":1,"167":1,"625":1,"1457":1,"2620":2,"2642":1,"2644":1}}],["puts",{"2":{"0":2}}],["purd",{"2":{"2658":8}}],["purples",{"2":{"2658":8}}],["purple",{"2":{"148":1,"1141":2,"1750":2}}],["purposes",{"2":{"219":1,"765":1}}],["purpose",{"2":{"0":1,"177":1,"2615":1,"2640":1,"2646":1}}],["pure",{"2":{"76":1}}],["purely",{"2":{"58":1}}],["pushed",{"2":{"76":1,"152":2}}],["push",{"2":{"11":1,"12":1,"34":2,"36":2,"66":8,"76":1,"80":3,"81":1,"82":2,"148":9,"152":1,"167":3,"196":2,"2275":2}}],["pb",{"2":{"0":4}}],["pdfs",{"2":{"16":1,"20":1}}],["pdf",{"0":{"20":1},"2":{"0":5,"15":1,"16":2,"20":3,"1106":1,"1324":1,"1455":1,"1456":1,"1458":1,"1473":2,"1915":1,"2111":1,"2118":2,"2331":1,"2623":2}}],["png`",{"2":{"31":1}}],["pngs",{"2":{"24":1}}],["png",{"2":{"0":4,"17":1,"24":4,"31":2,"32":1,"33":1,"36":1,"189":1,"195":1,"222":1,"1294":1,"1545":1,"1629":1,"2484":2,"2611":1,"2614":1,"2623":2}}],["ptslines",{"2":{"36":3}}],["ptrans",{"2":{"35":2,"2644":2}}],["pt",{"0":{"106":1},"2":{"0":3,"16":1,"19":1,"105":8,"106":6,"107":11}}],["pearl",{"2":{"2662":1}}],["peaks",{"2":{"0":4}}],["pentagon",{"2":{"1913":2}}],["penalizing",{"2":{"0":1}}],["people",{"2":{"106":1}}],["perceptually",{"2":{"2653":1}}],["perceive",{"2":{"0":1,"1944":1}}],["period",{"2":{"1141":1}}],["periods",{"2":{"75":1}}],["permanently",{"2":{"16":1,"22":1,"26":1,"31":1,"56":1}}],["permuted",{"2":{"0":1}}],["perfectly",{"2":{"123":1}}],["perfect",{"2":{"48":1}}],["perfection",{"2":{"15":1}}],["performant",{"2":{"165":1}}],["performance",{"2":{"0":3,"161":1,"162":1,"169":1,"196":1,"199":2,"1015":1,"1282":1,"2495":1}}],["performs",{"2":{"0":1,"82":1,"2275":1,"2298":1}}],["perform",{"2":{"0":1,"44":1,"158":1,"2644":1}}],["perpendicularly",{"2":{"0":1,"1162":1}}],["perpendicular",{"2":{"0":1,"1155":1}}],["per",{"0":{"106":2,"153":1,"1771":1},"2":{"0":16,"16":2,"19":1,"22":2,"24":5,"56":1,"85":1,"105":14,"106":16,"107":8,"150":1,"151":1,"152":1,"153":1,"190":5,"1029":1,"1289":2,"1295":1,"1513":1,"1629":1,"1633":1,"1777":1,"2201":1,"2490":1,"2523":1,"2602":1}}],["perspectiveprojection",{"2":{"2642":1}}],["perspective",{"2":{"0":4,"45":3,"46":1,"70":1,"383":3,"2642":1}}],["perspectiveness=0",{"2":{"1200":2}}],["perspectiveness",{"0":{"383":1},"2":{"0":1,"383":4}}],["pigeon",{"2":{"2662":1}}],["piyg",{"2":{"2658":10}}],["pink",{"2":{"187":1,"924":1,"1774":1,"2657":1}}],["picasso",{"2":{"2662":1}}],["picture",{"2":{"31":3,"2158":1}}],["picking",{"0":{"82":1,"2486":1},"2":{"152":1,"871":1,"2649":1}}],["picked",{"2":{"0":3,"145":1,"150":1,"817":1,"2282":1,"2283":1,"2417":1,"2649":1}}],["picks",{"2":{"0":1,"82":1}}],["pick",{"2":{"0":5,"82":13,"110":1,"150":1,"151":1,"152":1,"596":1,"855":1,"1430":1,"2486":2,"2615":1,"2649":1}}],["pix",{"2":{"0":2}}],["pixelated",{"2":{"0":1,"19":1,"2504":1}}],["pixelspace",{"2":{"2643":1}}],["pixels",{"2":{"0":2,"22":1,"24":1,"79":1,"105":6,"106":16,"107":2,"155":1,"1558":1,"2158":1,"2640":2}}],["pixel",{"0":{"42":1,"2189":1},"2":{"0":24,"15":1,"37":1,"42":3,"71":3,"79":1,"80":2,"82":2,"106":7,"107":6,"190":5,"941":1,"1009":1,"1295":1,"1498":1,"1617":1,"1920":3,"1945":1,"2189":3,"2192":1,"2193":1,"2220":1,"2385":1,"2591":1,"2601":2,"2642":1}}],["pipeline",{"0":{"66":1},"1":{"67":1,"68":1,"69":1,"70":1},"2":{"0":2,"22":1,"66":1,"67":2,"69":1,"70":1,"71":1,"76":1,"130":1,"135":1,"159":1}}],["pipe",{"2":{"0":1}}],["pieces",{"2":{"0":1,"1755":1}}],["piece",{"2":{"0":2,"90":2,"2231":1}}],["pie",{"0":{"1721":1,"1749":1},"1":{"1750":1,"1751":1,"1752":1,"1753":1,"1754":1,"1755":1,"1756":1,"1757":1,"1758":1,"1759":1,"1760":1,"1761":1,"1762":1,"1763":1,"1764":1,"1765":1,"1766":1,"1767":1,"1768":1,"1769":1,"1770":1,"1771":1,"1772":1},"2":{"0":16,"1749":4,"1750":2,"1755":2,"1762":1,"1764":1}}],["pi",{"2":{"0":6,"35":1,"36":3,"159":2,"164":1,"169":1,"207":1,"374":1,"379":3,"396":1,"582":2,"585":1,"603":1,"751":7,"757":8,"831":1,"1141":3,"1323":1,"1629":1,"1914":2,"2158":1,"2192":1,"2275":4,"2301":2,"2611":2,"2624":2,"2634":1,"2635":1,"2644":1}}],["pysical",{"2":{"31":1}}],["py",{"2":{"0":1}}],["px",{"0":{"106":1},"2":{"0":7,"16":1,"19":1,"22":1,"24":7,"82":1,"105":7,"106":13,"107":5,"1914":1}}],["p",{"2":{"0":24,"46":5,"60":4,"63":1,"66":2,"82":7,"138":1,"145":2,"149":6,"151":2,"152":5,"168":2,"189":1,"190":2,"191":4,"585":3,"691":1,"752":4,"983":8,"1774":2,"1913":3,"1918":4,"2017":2,"2122":8,"2192":4,"2239":1,"2480":1,"2482":1,"2483":1,"2484":2,"2485":7,"2611":10,"2647":2}}],["prgn",{"2":{"2658":10}}],["prs",{"2":{"161":1}}],["prism",{"2":{"2657":1}}],["priori",{"2":{"190":1}}],["priority=",{"2":{"168":1}}],["priorityobserable",{"2":{"78":1}}],["priority",{"0":{"78":1},"2":{"0":4,"78":22,"80":2,"82":10,"150":2,"168":1}}],["principles",{"2":{"136":1}}],["principle",{"2":{"106":1,"2644":1}}],["print",{"2":{"2618":1}}],["println",{"2":{"64":2,"75":1,"78":6,"132":1,"217":1,"218":2}}],["prints",{"2":{"0":1}}],["printed",{"2":{"0":1,"78":1,"789":1}}],["primer",{"0":{"2639":1},"1":{"2640":1,"2641":1,"2642":1,"2643":1,"2644":1}}],["prime=1",{"2":{"26":2}}],["primitives",{"2":{"152":1}}],["primitive",{"2":{"0":1,"68":1,"82":5,"152":7,"239":1,"248":1,"266":1,"290":1,"313":1,"337":1,"1661":1}}],["prerendered",{"2":{"2644":1}}],["precisely",{"2":{"2604":1,"2615":1}}],["precision",{"2":{"2158":2}}],["pretend",{"2":{"148":1,"2619":1}}],["pretty",{"2":{"19":1,"31":2,"60":1,"1285":1,"2638":1,"2644":1}}],["prepare",{"2":{"2611":1}}],["preparing",{"2":{"107":1}}],["prepopulate",{"2":{"148":1}}],["prepend",{"2":{"134":1}}],["predefine",{"2":{"148":1}}],["predefined",{"0":{"32":1,"169":1},"1":{"170":1,"171":1,"172":1,"173":1,"174":1,"175":1,"176":1},"2":{"32":2,"145":1,"169":1,"177":1,"209":1,"287":1,"334":1,"624":1,"2625":1}}],["predict",{"2":{"106":1}}],["preexisting",{"2":{"0":1,"2298":1}}],["prefer",{"2":{"2638":1}}],["preferring",{"2":{"0":1}}],["preferred",{"2":{"0":2,"45":1,"1424":1,"1911":1}}],["prefactor",{"2":{"2604":1}}],["preformatted",{"2":{"200":1}}],["prefix",{"2":{"0":2,"75":1,"120":1,"162":1}}],["pre",{"2":{"0":4,"160":1,"1369":2,"2070":2}}],["previously",{"2":{"58":1,"147":1,"157":1,"212":2}}],["previous",{"2":{"0":4,"73":1,"107":1,"142":1,"180":1,"1289":1,"2615":1,"2620":1}}],["prev",{"2":{"0":3}}],["preset",{"2":{"2629":1}}],["preserves",{"2":{"2275":2}}],["preserve",{"2":{"162":1}}],["preserved",{"2":{"62":1}}],["preserver",{"2":{"0":1}}],["presented",{"2":{"2653":1}}],["presentation",{"2":{"383":1}}],["present",{"2":{"0":2,"68":1,"585":2,"844":2}}],["preselected",{"2":{"0":1}}],["pressing",{"2":{"2641":1}}],["pressed",{"2":{"0":14,"44":3,"79":2,"80":2,"81":1,"83":6,"218":2}}],["press",{"2":{"0":2,"80":6,"81":3,"82":2,"83":1,"210":1,"211":1,"212":1,"213":1}}],["protanopic",{"2":{"2660":5}}],["protrusion",{"2":{"2632":1,"2634":1,"2637":1}}],["protrusions",{"0":{"127":1,"384":1},"2":{"0":1,"122":4,"163":2,"192":1,"196":1,"383":1,"384":8,"396":1,"576":1,"579":1,"2633":2}}],["product",{"2":{"625":1,"2192":1}}],["produces",{"2":{"0":3,"31":1,"1185":1,"1221":1,"1248":1}}],["produce",{"2":{"0":1,"14":1,"31":1,"106":1,"148":1}}],["proj",{"2":{"152":4}}],["project",{"2":{"111":1,"149":1,"152":5,"2618":1}}],["projects",{"2":{"42":1,"43":1}}],["projected",{"2":{"18":1,"41":1,"152":1}}],["projections",{"0":{"2642":1},"2":{"6":1,"31":1,"41":1}}],["projectiontype=makie",{"2":{"2433":1}}],["projectiontype",{"2":{"0":2,"45":1,"46":2}}],["projectionview",{"2":{"0":1,"46":2,"2642":1}}],["projection",{"2":{"0":13,"44":1,"45":4,"66":1,"69":1,"70":2,"71":1,"383":1,"396":1,"924":1,"1481":1,"1510":1,"2189":1,"2368":1,"2398":1,"2520":1,"2633":1,"2639":1,"2640":4,"2642":6,"2643":6}}],["providing",{"2":{"149":1,"2275":1}}],["provided",{"2":{"0":4,"147":1,"982":1,"1105":1,"1342":1,"2158":1,"2273":1,"2300":1,"2459":2,"2555":1}}],["provides",{"2":{"0":4,"82":2,"143":1,"150":1,"159":1}}],["provide",{"2":{"0":2,"121":1,"147":1,"2120":1,"2654":1}}],["prohibit",{"2":{"128":1}}],["procedure",{"2":{"117":1}}],["processing",{"2":{"69":1}}],["processors",{"2":{"30":1}}],["process",{"2":{"0":3,"15":1,"29":1,"52":1,"58":1,"61":1,"218":4,"2485":1,"2618":1,"2624":1}}],["processed",{"2":{"0":1,"45":1,"69":1}}],["prown",{"2":{"76":1}}],["promise",{"2":{"60":1}}],["prompting",{"2":{"721":1}}],["prompt",{"0":{"721":1},"2":{"0":1}}],["proxy",{"2":{"51":1,"52":2,"62":2}}],["probably",{"2":{"575":1,"2618":1}}],["probability",{"2":{"0":4,"1473":2,"2017":1,"2118":2}}],["problem",{"2":{"52":1,"54":1,"60":1,"83":1,"135":3,"190":1,"191":1,"1569":1,"1600":1,"1915":1,"1922":1,"2615":2,"2640":1}}],["problems",{"0":{"135":1,"190":1},"2":{"28":1,"135":1,"191":1}}],["programming",{"2":{"196":1}}],["programmatically",{"2":{"0":1}}],["progresses",{"2":{"10":1}}],["proportional",{"2":{"577":1,"2197":1,"2459":1,"2604":1,"2636":1}}],["propagate",{"2":{"74":1}}],["propagated",{"2":{"0":3,"155":1}}],["properties",{"2":{"384":1,"628":1,"908":1}}],["proper",{"2":{"27":1}}],["properly",{"2":{"0":1,"74":2,"76":1,"2648":1}}],["profile",{"2":{"0":12}}],["profile=nothing",{"2":{"0":1}}],["power",{"2":{"2193":1}}],["powers",{"2":{"152":1}}],["powerful",{"2":{"136":1}}],["powered",{"2":{"13":1}}],["popfirst",{"2":{"81":2}}],["pop",{"2":{"81":2}}],["po",{"2":{"78":7,"751":2,"756":1}}],["port=8080",{"2":{"118":1}}],["port=8081",{"2":{"118":2}}],["port=some",{"2":{"62":1}}],["port",{"2":{"62":3,"118":6}}],["portion",{"2":{"0":1,"1878":1}}],["potentially",{"2":{"0":1,"1258":1}}],["pos=",{"2":{"2555":1}}],["possibilities",{"2":{"2652":1}}],["possibility",{"2":{"104":1}}],["possibly",{"2":{"2275":1}}],["possible",{"2":{"0":51,"98":2,"143":1,"145":1,"147":1,"153":1,"162":2,"179":1,"217":1,"379":1,"844":1,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1194":1,"1230":1,"1253":1,"1316":1,"1367":1,"1396":1,"1449":1,"1473":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1629":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1831":1,"1849":1,"1856":2,"1902":1,"1911":1,"1915":1,"1945":1,"1950":1,"1989":1,"2038":1,"2068":1,"2093":1,"2118":1,"2151":1,"2182":1,"2220":1,"2227":1,"2259":1,"2275":2,"2294":1,"2359":1,"2390":1,"2426":1,"2453":1,"2513":1,"2544":1,"2596":1,"2605":1,"2624":1,"2652":1}}],["pos2",{"2":{"102":2}}],["pos",{"0":{"2567":1},"2":{"0":1,"60":3,"61":4,"66":10,"82":1,"102":2,"104":1,"152":12}}],["post=x",{"2":{"1288":1}}],["postprocessor",{"2":{"22":1,"2601":1}}],["post",{"2":{"0":2,"1369":1,"2044":1,"2070":1}}],["positive",{"2":{"0":5,"18":1,"22":2,"374":1,"988":1,"2262":1,"2554":1,"2604":1}}],["position=point2f",{"2":{"2643":1}}],["position2string",{"2":{"152":4}}],["positioned",{"2":{"0":1,"985":1}}],["positional",{"2":{"0":6,"2225":1}}],["positions",{"2":{"0":32,"24":1,"60":1,"82":14,"102":2,"140":1,"164":2,"597":1,"685":1,"856":1,"985":2,"1057":1,"1103":1,"1104":1,"1235":2,"1373":1,"1568":2,"1598":2,"1661":2,"1908":2,"1954":1,"2074":1,"2188":1,"2189":1,"2231":1,"2232":1,"2273":2,"2300":1,"2329":1,"2458":1,"2573":1,"2602":2,"2611":2,"2633":1,"2635":1}}],["position",{"0":{"2225":1},"2":{"0":98,"22":1,"34":1,"35":1,"37":1,"45":4,"61":1,"63":4,"70":1,"79":1,"80":1,"82":8,"102":2,"104":6,"137":1,"142":1,"150":1,"151":3,"152":5,"158":1,"159":1,"162":1,"164":1,"167":2,"192":1,"261":1,"308":1,"410":1,"443":1,"474":1,"626":4,"628":1,"938":1,"966":1,"1003":1,"1041":1,"1058":1,"1081":1,"1114":1,"1178":1,"1214":1,"1247":1,"1258":2,"1305":1,"1357":1,"1374":3,"1389":1,"1424":1,"1443":1,"1495":1,"1524":1,"1557":1,"1583":1,"1614":1,"1645":1,"1678":1,"1759":1,"1788":1,"1816":1,"1841":1,"1865":1,"1895":1,"1940":1,"1943":2,"1974":1,"2031":1,"2058":1,"2087":1,"2139":1,"2173":1,"2189":2,"2193":1,"2194":2,"2196":1,"2199":1,"2216":1,"2223":1,"2225":1,"2226":1,"2237":2,"2241":2,"2250":1,"2253":2,"2258":1,"2268":1,"2288":1,"2300":1,"2347":1,"2382":1,"2415":1,"2447":1,"2459":1,"2503":1,"2534":1,"2588":1,"2609":1,"2610":1,"2611":2,"2620":1,"2622":1,"2640":1,"2644":2}}],["polgyon",{"2":{"1918":1}}],["pol",{"2":{"639":3}}],["polish",{"2":{"74":1}}],["polar",{"2":{"68":1,"748":1,"750":1,"751":1,"752":1,"756":1,"758":2,"810":1}}],["polaraxis",{"0":{"743":1,"748":1,"749":1,"750":1,"751":1,"756":1},"1":{"749":1,"750":1,"751":1,"752":1,"753":1,"754":1,"755":1,"756":1,"757":1,"758":1,"759":1,"760":1,"761":1,"762":1,"763":1,"764":1,"765":1,"766":1,"767":1,"768":1,"769":1,"770":1,"771":1,"772":1,"773":1,"774":1,"775":1,"776":1,"777":1,"778":1,"779":1,"780":1,"781":1,"782":1,"783":1,"784":1,"785":1,"786":1,"787":1,"788":1,"789":1,"790":1,"791":1,"792":1,"793":1,"794":1,"795":1,"796":1,"797":1,"798":1,"799":1,"800":1,"801":1,"802":1,"803":1,"804":1,"805":1,"806":1,"807":1,"808":1,"809":1,"810":1,"811":1,"812":1,"813":1,"814":1,"815":1,"816":1,"817":1,"818":1,"819":1,"820":1,"821":1,"822":1,"823":1,"824":1,"825":1,"826":1,"827":1,"828":1,"829":1,"830":1,"831":1,"832":1,"833":1,"834":1,"835":1,"836":1,"837":1,"838":1,"839":1,"840":1,"841":1,"842":1,"843":1},"2":{"0":12,"748":2,"749":2,"750":3,"751":9,"752":2,"753":5,"754":2,"756":2,"757":7,"758":2,"761":1,"775":1,"783":1,"809":1,"817":1}}],["poll",{"2":{"0":1}}],["polyelements",{"2":{"627":1,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1}}],["polyelement",{"2":{"623":1,"627":3,"628":1,"1058":2}}],["polys",{"2":{"192":1}}],["polystrokewidth=2",{"2":{"1289":1}}],["polystrokewidth",{"0":{"677":1},"2":{"0":1,"624":1}}],["polystrokecolor=",{"2":{"1289":1}}],["polystrokecolor",{"0":{"676":1},"2":{"0":1}}],["polypoints",{"0":{"675":1},"2":{"0":1,"627":1}}],["polycolorrange",{"0":{"674":1},"2":{"0":1}}],["polycolormap",{"0":{"673":1},"2":{"0":1}}],["polycolor",{"0":{"672":1},"2":{"0":1,"1058":2}}],["poly",{"0":{"1722":1,"1773":1},"1":{"1774":1,"1775":1,"1776":1,"1777":1,"1778":1,"1779":1,"1780":1,"1781":1,"1782":1,"1783":1,"1784":1,"1785":1,"1786":1,"1787":1,"1788":1,"1789":1,"1790":1,"1791":1,"1792":1,"1793":1,"1794":1,"1795":1,"1796":1,"1797":1,"1798":1,"1799":1,"1800":1,"1801":1,"1802":1,"1803":1,"1804":1,"1805":1},"2":{"0":23,"152":3,"499":1,"627":7,"633":2,"639":3,"664":4,"665":2,"668":2,"669":2,"672":1,"675":1,"676":1,"677":1,"678":2,"685":2,"756":1,"913":1,"1513":2,"1773":7,"1774":6,"1777":2,"2523":2}}],["polygons",{"2":{"0":5,"756":1,"1773":1,"1774":1,"1912":1,"2459":2,"2462":1,"2463":2,"2475":1,"2649":1}}],["polygon",{"0":{"1918":1},"2":{"0":10,"765":1,"1771":1,"1773":2,"1774":3,"1914":3,"1918":1,"2476":1,"2477":1}}],["pointvectors",{"2":{"1999":2}}],["pointer",{"2":{"63":1}}],["point4f",{"2":{"46":1}}],["point3",{"2":{"0":1,"2091":1}}],["point3f",{"2":{"0":3,"31":1,"35":4,"36":2,"46":8,"152":2,"196":2,"691":1,"983":2,"988":1,"990":1,"1025":2,"1569":1,"1600":1,"1629":1,"1922":2,"2075":1,"2190":1,"2602":2,"2607":1,"2608":1,"2609":12,"2610":4,"2611":1,"2640":1,"2644":5}}],["pointbased",{"2":{"0":3,"76":1,"145":3,"2043":1,"2074":1,"2188":1}}],["point1",{"2":{"0":1,"1139":1}}],["point2f",{"2":{"0":4,"11":2,"12":2,"66":16,"80":3,"81":1,"82":2,"135":1,"145":2,"148":3,"190":2,"585":1,"627":3,"652":2,"660":1,"675":4,"844":1,"951":2,"952":6,"983":1,"1058":1,"1142":2,"1282":1,"1284":1,"1285":3,"1286":1,"1287":2,"1288":1,"1289":3,"1404":2,"1405":2,"1408":1,"1409":1,"1774":6,"1911":1,"1913":1,"1914":2,"1918":4,"1919":1,"1920":2,"1999":1,"2121":1,"2122":1,"2189":1,"2239":2,"2301":1,"2459":1,"2643":1}}],["point2",{"2":{"0":7,"951":1,"1139":1,"1996":1,"2091":1,"2121":2}}],["pointing",{"2":{"0":4,"27":1,"2237":1,"2239":1,"2253":1,"2268":1}}],["pointlight",{"0":{"2609":1},"2":{"0":9,"31":1,"32":1,"33":1,"34":1,"35":1,"36":1,"691":1,"1016":1,"1049":1,"1653":1,"1687":1,"2180":1,"2424":1,"2511":1,"2605":1,"2609":8,"2644":1}}],["points=points",{"2":{"2275":1}}],["points",{"0":{"1288":1,"1911":1,"2325":1},"2":{"0":84,"11":5,"12":3,"80":20,"81":16,"82":1,"105":4,"107":1,"145":1,"152":1,"196":4,"585":4,"627":6,"652":1,"660":1,"675":1,"752":1,"929":1,"957":1,"976":1,"982":2,"994":1,"1024":1,"1031":1,"1066":1,"1104":1,"1105":1,"1131":1,"1139":2,"1169":1,"1205":1,"1282":4,"1284":1,"1285":5,"1287":3,"1288":5,"1289":4,"1297":1,"1348":1,"1379":1,"1409":5,"1415":1,"1424":2,"1426":3,"1435":1,"1486":1,"1515":1,"1549":1,"1574":1,"1598":2,"1605":1,"1629":3,"1635":1,"1668":1,"1773":3,"1779":1,"1856":10,"1873":1,"1875":1,"1885":1,"1911":3,"1914":2,"1918":2,"1927":1,"1965":1,"2021":1,"2049":1,"2129":1,"2164":1,"2192":5,"2203":1,"2275":11,"2298":1,"2301":14,"2303":1,"2317":1,"2318":1,"2319":1,"2321":1,"2325":2,"2373":1,"2405":1,"2439":1,"2459":7,"2465":1,"2469":1,"2470":1,"2471":1,"2492":1,"2525":1,"2579":1,"2636":1}}],["point",{"0":{"82":1,"1287":1,"1314":1},"2":{"0":46,"11":2,"12":2,"36":5,"45":3,"60":1,"61":1,"68":1,"80":4,"105":1,"147":1,"152":1,"159":1,"177":1,"374":1,"585":1,"844":2,"982":2,"983":2,"988":1,"1139":1,"1141":2,"1155":1,"1156":1,"1162":1,"1282":1,"1288":2,"1289":1,"1314":1,"1863":1,"1915":8,"1916":6,"2121":1,"2127":2,"2189":3,"2192":3,"2193":1,"2275":4,"2301":1,"2321":1,"2458":1,"2459":1,"2619":1}}],["pleasing",{"2":{"148":1}}],["please",{"2":{"0":2,"27":1,"199":1,"200":2,"1282":1,"2615":1}}],["plum",{"2":{"2662":1}}],["plus",{"2":{"104":1,"109":1,"623":1,"626":1}}],["plugin=rpr",{"2":{"31":1,"32":1,"33":1,"34":1,"35":1}}],["plugin",{"2":{"31":1}}],["pluto",{"0":{"53":1,"62":1},"1":{"63":1},"2":{"17":1,"54":1,"57":1,"58":3,"62":3,"106":1}}],["pltobj",{"2":{"33":1}}],["plt",{"2":{"19":4,"82":5,"1750":2,"2017":1,"2433":5,"2486":1}}],["pl",{"2":{"0":2,"61":1,"73":1,"162":2,"163":1,"168":1,"516":2,"691":2,"1288":1,"1289":1,"1290":3,"1629":2,"2122":1,"2640":2}}],["placing",{"0":{"101":1},"2":{"192":1,"207":1,"2625":1,"2627":1,"2629":1,"2634":1}}],["placebo",{"2":{"2624":1,"2627":1}}],["placeholder",{"0":{"896":1,"903":1},"2":{"0":2,"354":1,"873":1,"874":1,"896":1,"903":1}}],["placed",{"2":{"0":8,"39":1,"96":2,"97":1,"99":1,"104":1,"107":1,"122":1,"579":1,"580":1,"627":1,"1424":1,"1426":1,"1429":1,"1481":1,"1510":1,"1858":1,"2258":1,"2368":1,"2520":1,"2620":1}}],["place",{"2":{"0":3,"39":1,"60":1,"82":1,"96":1,"101":1,"106":2,"110":1,"132":1,"192":1,"579":1,"770":1,"982":1,"1856":1,"2189":1,"2193":1,"2194":2,"2611":1,"2625":1,"2626":1,"2627":1,"2635":1,"2642":1}}],["placement",{"0":{"581":1,"2258":1},"2":{"0":3,"45":1,"129":1,"2478":1}}],["places",{"2":{"0":1,"133":1}}],["planks",{"2":{"2484":1}}],["plan",{"0":{"2625":1},"2":{"39":1}}],["planes",{"2":{"190":2}}],["plane",{"2":{"0":6,"45":4,"190":2,"191":1,"1163":1,"1199":1,"2433":3,"2640":2,"2644":1}}],["plasma",{"2":{"36":1,"1572":1,"1774":1,"1925":1,"1926":1,"2398":1,"2657":1}}],["plastic",{"2":{"32":3}}],["plain",{"2":{"0":1,"105":1,"2605":1}}],["play",{"2":{"60":1,"2615":1}}],["played",{"2":{"0":2}}],["playing",{"2":{"0":4}}],["plotgrid",{"2":{"166":8}}],["plot`",{"2":{"148":1}}],["plotobject",{"2":{"515":1}}],["plotobj",{"2":{"137":2,"204":1}}],["plotlist",{"2":{"0":1}}],["plotfunction",{"2":{"0":1}}],["plotutils",{"2":{"0":76,"74":1,"75":1,"928":2,"956":2,"993":2,"1030":2,"1065":2,"1168":2,"1204":2,"1296":2,"1347":2,"1378":2,"1414":2,"1434":2,"1485":2,"1514":2,"1548":2,"1573":2,"1604":2,"1634":2,"1667":2,"1778":2,"1884":2,"1926":2,"1964":2,"2020":2,"2048":2,"2128":2,"2163":2,"2202":2,"2372":2,"2404":2,"2438":2,"2464":2,"2491":2,"2524":2,"2578":2}}],["plots=density",{"2":{"163":1}}],["plots=",{"2":{"162":2,"163":3,"166":1}}],["plots=pl",{"2":{"61":1}}],["plots=plots",{"2":{"61":1}}],["plots=>",{"2":{"60":4}}],["plotspecs",{"0":{"167":1},"2":{"162":1,"165":2,"167":1}}],["plotspec",{"2":{"0":4,"162":2,"167":1,"168":1}}],["plots",{"0":{"91":1,"92":1,"204":1},"2":{"0":172,"7":1,"8":1,"10":2,"15":1,"18":1,"41":1,"48":2,"58":2,"60":8,"64":2,"66":1,"68":1,"74":1,"75":2,"82":14,"90":1,"92":1,"106":1,"107":1,"118":1,"145":1,"147":1,"148":1,"150":3,"152":14,"155":5,"157":1,"161":1,"162":2,"163":2,"165":1,"167":5,"168":3,"177":1,"186":1,"187":1,"190":4,"191":4,"198":1,"203":1,"204":1,"205":1,"234":1,"579":1,"580":1,"603":1,"625":1,"691":1,"752":1,"756":2,"770":1,"931":1,"945":1,"947":1,"951":1,"959":1,"975":1,"978":1,"982":1,"1006":1,"1014":1,"1015":1,"1020":1,"1024":2,"1048":1,"1053":1,"1057":1,"1094":1,"1096":1,"1193":1,"1195":1,"1229":1,"1231":1,"1235":1,"1248":1,"1252":1,"1254":1,"1313":1,"1317":1,"1323":1,"1350":1,"1366":1,"1368":1,"1373":1,"1395":1,"1397":1,"1402":1,"1424":1,"1448":1,"1450":1,"1488":1,"1502":1,"1504":1,"1532":1,"1535":1,"1544":1,"1562":1,"1564":1,"1569":2,"1576":1,"1592":1,"1594":1,"1598":1,"1600":2,"1607":1,"1621":1,"1623":1,"1627":1,"1652":1,"1657":1,"1661":1,"1685":1,"1691":1,"1763":1,"1766":1,"1773":2,"1796":1,"1799":1,"1823":1,"1825":1,"1848":1,"1850":1,"1856":4,"1862":2,"1879":1,"1901":1,"1903":1,"1908":1,"1922":3,"1929":1,"1948":1,"1951":1,"1959":1,"1988":1,"1990":1,"2037":1,"2039":1,"2051":1,"2067":1,"2069":1,"2074":1,"2091":2,"2092":1,"2094":1,"2149":1,"2152":1,"2157":1,"2179":1,"2184":1,"2188":1,"2224":1,"2228":1,"2257":1,"2260":1,"2273":1,"2293":1,"2295":1,"2300":1,"2301":1,"2355":1,"2360":1,"2375":1,"2389":1,"2391":1,"2397":1,"2423":1,"2428":1,"2452":1,"2454":1,"2458":1,"2478":1,"2486":1,"2505":1,"2510":1,"2515":1,"2542":1,"2545":1,"2554":1,"2555":1,"2581":1,"2595":1,"2597":1,"2603":1,"2615":1,"2616":1,"2618":1,"2619":2,"2620":1,"2621":1,"2622":1,"2627":1,"2631":2,"2640":1,"2644":2,"2650":1}}],["plottable",{"2":{"72":1}}],["plottype",{"2":{"0":2,"67":1,"144":3,"168":2}}],["plotted",{"2":{"0":9,"73":1,"75":1,"142":1,"165":1,"290":1,"337":1,"775":1,"982":3,"1342":1,"1912":1,"2275":1,"2620":1,"2652":1}}],["plotting",{"0":{"89":1,"141":1,"142":1,"203":1,"750":1,"756":1,"2619":1},"1":{"90":1,"91":1,"92":1},"2":{"0":116,"3":1,"6":1,"13":3,"74":1,"88":1,"90":1,"100":1,"102":2,"104":1,"118":1,"136":2,"138":1,"141":1,"142":1,"143":2,"145":1,"147":4,"148":2,"149":1,"155":1,"162":1,"186":1,"190":1,"203":1,"222":1,"753":1,"1163":1,"1407":1,"1856":1,"1914":1,"2194":1,"2615":1,"2618":1,"2619":1,"2621":1,"2630":1,"2633":1,"2640":1}}],["plot",{"0":{"12":1,"17":1,"136":1,"153":1,"182":1,"752":1,"1872":1,"2621":1,"2648":1},"1":{"137":1,"138":1,"139":1,"140":1,"141":1,"142":1},"2":{"0":829,"7":1,"8":1,"10":3,"11":1,"12":1,"17":1,"18":1,"19":3,"35":15,"36":1,"45":7,"47":1,"48":1,"54":1,"58":1,"60":19,"61":4,"66":5,"67":7,"68":4,"69":3,"70":1,"71":1,"73":2,"75":3,"76":2,"82":8,"88":1,"90":1,"91":1,"92":1,"100":4,"102":2,"118":1,"136":2,"137":4,"139":1,"140":1,"143":2,"145":8,"147":23,"148":15,"149":1,"150":10,"151":4,"152":37,"153":5,"158":3,"161":1,"162":11,"163":1,"164":2,"166":11,"167":8,"168":1,"178":6,"179":2,"180":1,"181":2,"182":2,"183":1,"184":6,"186":1,"187":2,"189":1,"190":3,"191":2,"203":1,"204":1,"219":1,"287":1,"334":1,"384":1,"515":2,"578":1,"623":1,"624":2,"625":4,"627":1,"628":1,"691":2,"699":1,"750":2,"752":2,"757":2,"774":1,"811":1,"817":1,"834":1,"908":1,"924":2,"926":1,"932":1,"933":1,"935":1,"936":1,"937":1,"938":1,"943":1,"945":1,"946":1,"947":1,"949":1,"950":1,"951":2,"954":1,"960":1,"961":1,"963":1,"964":1,"965":1,"966":1,"973":1,"975":1,"977":1,"978":1,"980":1,"981":1,"982":2,"986":1,"990":1,"996":1,"998":1,"1000":1,"1001":1,"1002":1,"1003":1,"1011":1,"1014":1,"1018":1,"1020":1,"1022":1,"1023":1,"1024":2,"1025":2,"1027":1,"1034":1,"1036":1,"1038":1,"1039":1,"1040":1,"1041":1,"1046":1,"1048":1,"1051":1,"1053":1,"1055":1,"1056":1,"1057":2,"1058":2,"1060":1,"1069":1,"1075":1,"1078":1,"1079":1,"1080":1,"1081":1,"1090":1,"1094":1,"1095":1,"1096":1,"1101":1,"1102":1,"1104":2,"1139":2,"1163":3,"1166":1,"1171":1,"1173":1,"1175":1,"1176":1,"1177":1,"1178":1,"1191":1,"1193":1,"1194":1,"1195":1,"1197":1,"1198":1,"1199":3,"1202":1,"1207":1,"1209":1,"1211":1,"1212":1,"1213":1,"1214":1,"1227":1,"1229":1,"1230":1,"1231":1,"1233":1,"1234":1,"1235":2,"1240":1,"1243":1,"1244":1,"1245":1,"1246":1,"1247":1,"1248":2,"1250":1,"1252":1,"1253":1,"1254":1,"1256":1,"1257":1,"1258":2,"1282":2,"1285":1,"1289":2,"1293":1,"1299":1,"1300":1,"1302":1,"1303":1,"1304":1,"1305":1,"1310":1,"1313":1,"1316":1,"1317":1,"1319":1,"1320":1,"1321":3,"1342":4,"1345":1,"1351":1,"1352":1,"1354":1,"1355":1,"1356":1,"1357":1,"1364":1,"1366":1,"1367":1,"1368":1,"1371":1,"1372":1,"1373":3,"1374":3,"1376":1,"1382":1,"1384":1,"1386":1,"1387":1,"1388":1,"1389":1,"1393":1,"1395":1,"1396":1,"1397":1,"1399":1,"1400":1,"1402":2,"1411":1,"1424":2,"1433":1,"1437":1,"1438":1,"1440":1,"1441":1,"1442":1,"1443":1,"1446":1,"1448":1,"1449":1,"1450":1,"1452":1,"1453":1,"1454":3,"1457":1,"1481":2,"1483":1,"1489":1,"1490":1,"1492":1,"1493":1,"1494":1,"1495":1,"1500":1,"1502":1,"1503":1,"1504":1,"1506":1,"1507":1,"1510":2,"1512":1,"1518":1,"1519":1,"1521":1,"1522":1,"1523":1,"1524":1,"1530":1,"1532":1,"1534":1,"1535":1,"1540":1,"1541":1,"1544":2,"1547":1,"1551":1,"1552":1,"1554":1,"1555":1,"1556":1,"1557":1,"1560":1,"1562":1,"1563":1,"1564":1,"1566":1,"1567":1,"1568":3,"1569":2,"1571":1,"1577":1,"1578":1,"1580":1,"1581":1,"1582":1,"1583":1,"1590":1,"1592":1,"1593":1,"1594":1,"1596":1,"1597":1,"1598":2,"1600":2,"1602":1,"1608":1,"1609":1,"1611":1,"1612":1,"1613":1,"1614":1,"1619":1,"1621":1,"1622":1,"1623":1,"1625":1,"1626":1,"1627":2,"1631":1,"1638":1,"1640":1,"1642":1,"1643":1,"1644":1,"1645":1,"1650":1,"1652":1,"1655":1,"1657":1,"1659":1,"1660":1,"1661":2,"1664":1,"1671":1,"1673":1,"1675":1,"1676":1,"1677":1,"1678":1,"1683":1,"1685":1,"1689":1,"1691":1,"1693":1,"1694":1,"1749":2,"1753":1,"1754":1,"1756":1,"1757":1,"1758":1,"1759":1,"1760":1,"1763":1,"1765":1,"1766":1,"1770":1,"1772":1,"1773":3,"1776":1,"1782":1,"1783":1,"1785":1,"1786":1,"1787":1,"1788":1,"1794":1,"1796":1,"1798":1,"1799":1,"1804":1,"1805":1,"1806":3,"1811":1,"1812":1,"1813":1,"1814":1,"1815":1,"1816":1,"1822":1,"1823":1,"1824":1,"1825":1,"1829":1,"1830":1,"1831":4,"1836":1,"1837":1,"1838":1,"1839":1,"1840":1,"1841":1,"1847":1,"1848":1,"1849":1,"1850":1,"1854":1,"1855":1,"1856":32,"1861":1,"1869":1,"1873":1,"1875":1,"1879":3,"1882":1,"1888":1,"1890":1,"1892":1,"1893":1,"1894":1,"1895":1,"1899":1,"1901":1,"1902":1,"1903":1,"1905":1,"1906":1,"1908":2,"1913":1,"1914":1,"1922":3,"1924":1,"1930":1,"1933":1,"1937":1,"1938":1,"1939":1,"1940":1,"1946":1,"1948":1,"1950":1,"1951":1,"1956":1,"1958":1,"1959":2,"1962":1,"1968":1,"1969":1,"1971":1,"1972":1,"1973":1,"1974":1,"1986":1,"1988":1,"1989":1,"1990":1,"1994":1,"1995":1,"1996":2,"2016":2,"2019":1,"2023":1,"2026":1,"2028":1,"2029":1,"2030":1,"2031":1,"2035":1,"2037":1,"2038":1,"2039":1,"2041":1,"2042":1,"2043":3,"2046":1,"2052":1,"2053":1,"2055":1,"2056":1,"2057":1,"2058":1,"2065":1,"2067":1,"2068":1,"2069":1,"2072":1,"2073":1,"2074":2,"2082":1,"2083":1,"2084":1,"2085":1,"2086":1,"2087":1,"2090":1,"2092":1,"2093":1,"2094":1,"2103":1,"2109":1,"2110":3,"2121":2,"2124":1,"2132":1,"2133":1,"2136":1,"2137":1,"2138":1,"2139":1,"2147":1,"2149":1,"2151":1,"2152":1,"2155":1,"2156":1,"2157":2,"2160":1,"2166":1,"2168":1,"2170":1,"2171":1,"2172":1,"2173":1,"2177":1,"2179":1,"2182":1,"2184":1,"2186":1,"2187":1,"2188":2,"2189":1,"2194":1,"2196":1,"2200":1,"2205":1,"2209":1,"2213":1,"2214":1,"2215":1,"2216":1,"2221":1,"2224":1,"2227":1,"2228":1,"2234":1,"2235":1,"2237":2,"2243":1,"2246":1,"2247":1,"2248":1,"2249":1,"2250":1,"2252":1,"2257":1,"2259":1,"2260":1,"2267":1,"2269":1,"2273":2,"2280":1,"2284":1,"2285":1,"2286":1,"2287":1,"2288":1,"2291":1,"2293":1,"2294":1,"2295":1,"2297":1,"2299":1,"2300":2,"2322":1,"2323":1,"2324":1,"2325":2,"2329":3,"2339":1,"2342":1,"2344":1,"2345":1,"2346":1,"2347":1,"2351":1,"2355":1,"2358":1,"2359":1,"2360":1,"2364":1,"2365":1,"2368":2,"2370":1,"2376":1,"2377":1,"2379":1,"2380":1,"2381":1,"2382":1,"2387":1,"2389":1,"2390":1,"2391":1,"2393":1,"2394":1,"2397":2,"2402":1,"2407":1,"2410":1,"2412":1,"2413":1,"2414":1,"2415":1,"2421":1,"2423":1,"2426":1,"2428":1,"2430":1,"2431":1,"2432":2,"2435":1,"2441":1,"2442":1,"2444":1,"2445":1,"2446":1,"2447":1,"2450":1,"2452":1,"2453":1,"2454":1,"2456":1,"2457":1,"2458":2,"2459":1,"2461":1,"2473":1,"2478":2,"2482":1,"2484":2,"2485":6,"2486":1,"2488":1,"2490":1,"2494":1,"2497":1,"2500":1,"2501":1,"2502":1,"2503":1,"2508":1,"2510":1,"2513":1,"2515":1,"2517":1,"2519":1,"2520":2,"2522":1,"2528":1,"2529":1,"2531":1,"2532":1,"2533":1,"2534":1,"2540":1,"2542":1,"2544":1,"2545":1,"2550":1,"2551":1,"2554":2,"2562":1,"2573":2,"2576":1,"2582":1,"2583":1,"2585":1,"2586":1,"2587":1,"2588":1,"2593":1,"2595":1,"2596":1,"2597":1,"2599":1,"2600":1,"2603":2,"2605":1,"2613":1,"2615":2,"2619":7,"2620":2,"2623":1,"2627":1,"2632":2,"2633":1,"2639":1,"2640":3,"2643":3,"2644":22,"2646":4,"2648":13,"2649":1}}],["pastel6",{"2":{"2661":1}}],["pastel",{"2":{"2661":1,"2662":1}}],["pastel2",{"2":{"2658":6}}],["pastel1",{"2":{"2658":7}}],["passing",{"2":{"0":10,"8":1,"11":1,"28":1,"39":1,"110":1,"623":1,"625":1,"1429":1,"1910":1,"1919":1,"2127":1,"2201":1,"2275":1,"2298":1,"2478":1,"2483":1,"2649":2,"2650":1}}],["pass",{"2":{"0":12,"8":3,"16":1,"22":1,"31":1,"39":1,"47":2,"56":1,"74":1,"77":1,"83":1,"100":1,"109":1,"120":1,"138":2,"163":1,"164":1,"181":1,"515":1,"625":1,"626":2,"691":2,"752":1,"758":1,"874":1,"924":1,"1404":1,"1407":1,"1911":2,"1917":1,"2122":1,"2195":1,"2298":1,"2485":1,"2613":1,"2628":1,"2649":1}}],["passes",{"2":{"0":4,"45":2,"152":1,"1831":1,"1868":1}}],["passed",{"2":{"0":18,"20":1,"45":1,"47":1,"138":3,"139":1,"186":1,"1024":1,"1430":1,"1510":1,"1661":1,"2127":1,"2188":1,"2275":1,"2458":1,"2459":1,"2486":1,"2518":1,"2520":1,"2604":1,"2648":2}}],["pack",{"2":{"2484":1}}],["packagecompiler",{"2":{"87":1}}],["package",{"0":{"149":1},"2":{"13":2,"14":1,"108":2,"119":1,"143":3,"149":4,"197":2,"2195":1,"2618":2,"2646":1}}],["packages",{"2":{"2":2,"148":1,"197":1,"198":1,"2618":2}}],["pad",{"2":{"420":1,"453":1,"484":1}}],["padding=0",{"2":{"1287":1,"1288":1,"1289":1}}],["padding=",{"2":{"64":1}}],["paddings",{"2":{"0":1}}],["padding",{"0":{"103":1,"508":1,"613":1,"666":1},"2":{"0":9,"63":3,"103":3,"164":1,"192":1,"269":1,"290":1,"316":1,"628":2,"728":1,"752":1,"793":1,"826":1,"904":1,"2265":1,"2624":3,"2629":1,"2632":1,"2634":1,"2637":1}}],["paper",{"2":{"199":1}}],["paused",{"2":{"22":2}}],["pause",{"2":{"22":2,"168":6}}],["pages",{"2":{"14":1,"58":1,"60":1,"199":1}}],["page",{"0":{"58":1},"2":{"7":1,"51":2,"53":2,"58":7,"62":2,"64":3,"85":1,"112":1,"130":1,"194":1,"200":1,"2603":1,"2604":1,"2652":1}}],["pay",{"2":{"0":1,"1282":1}}],["patterned",{"2":{"2601":1}}],["patterns",{"2":{"0":15,"214":1,"218":1,"669":1,"940":1,"969":1,"1360":1,"1497":1,"1527":1,"1586":3,"1616":1,"1791":1,"1977":1,"2061":1,"2384":1,"2537":1,"2590":1}}],["pattern",{"2":{"0":25,"578":1,"940":1,"969":1,"1360":1,"1497":1,"1513":1,"1527":1,"1586":3,"1616":1,"1777":1,"1791":1,"1977":1,"2061":1,"2384":1,"2523":1,"2537":1,"2590":1,"2601":1}}],["patches",{"2":{"667":1,"670":1,"671":1}}],["patch",{"2":{"69":1,"627":1,"633":1,"652":1,"660":1,"668":1,"675":1}}],["patchstrokewidth",{"0":{"671":1},"2":{"0":10,"624":1,"677":1,"1099":1,"1133":1,"1280":1,"1340":1,"1479":1,"1538":1,"1802":1,"2362":1,"2548":1}}],["patchstrokecolor",{"0":{"670":1},"2":{"0":12,"676":1,"1098":1,"1132":1,"1279":1,"1339":1,"1478":1,"1536":1,"1800":1,"2326":1,"2361":1,"2475":1,"2546":1}}],["patchsize",{"0":{"669":1},"2":{"0":1,"627":3,"669":1}}],["patchlabelgap",{"0":{"668":1},"2":{"0":1,"668":2}}],["patchcolor",{"0":{"667":1},"2":{"0":29,"187":3,"672":1,"1029":1,"1033":1,"1062":1,"1068":1,"1109":1,"1113":1,"1261":1,"1265":1,"1328":1,"1332":1,"1462":1,"1463":1,"1513":1,"1517":1,"1633":1,"1637":1,"1777":1,"1781":1,"1863":1,"1864":1,"2114":1,"2115":1,"2336":1,"2337":1,"2523":1,"2527":1,"2557":1,"2558":1}}],["paths",{"2":{"0":1,"1915":1,"1916":1}}],["path",{"0":{"1915":1,"1917":1},"1":{"1916":1,"1917":1},"2":{"0":40,"63":1,"94":4,"109":2,"1288":2,"1915":4,"1916":1,"1917":7,"1932":1,"2206":1,"2618":2}}],["paired",{"2":{"0":1,"1873":1,"2658":10}}],["pairs",{"2":{"0":3,"34":1,"1424":1,"1831":1}}],["pair",{"2":{"0":5,"1139":1,"1424":1,"1598":1}}],["panel",{"0":{"2627":1,"2630":1,"2633":1,"2634":1},"1":{"2628":1,"2629":1,"2631":1,"2632":1,"2635":1,"2636":1},"2":{"427":1,"428":1,"429":1,"430":1,"460":1,"461":1,"2633":1,"2634":1,"2637":1,"2638":1}}],["pane",{"2":{"118":1,"2619":1}}],["pan",{"0":{"211":1},"2":{"0":4,"45":3,"211":3,"1294":1}}],["panning",{"2":{"0":1,"45":1,"211":1,"213":1,"234":1,"235":1,"283":1,"284":1,"330":1,"331":1}}],["panbutton",{"0":{"235":1},"2":{"0":2,"44":1}}],["parquet",{"2":{"1287":2}}],["parquet2",{"2":{"1287":6}}],["parse",{"2":{"874":1,"2555":1}}],["parsed",{"2":{"0":1,"2652":1}}],["parts",{"2":{"58":1,"100":2,"147":1,"354":1,"627":1,"2196":1,"2603":1,"2644":1}}],["party",{"2":{"4":1,"198":1}}],["particular",{"2":{"396":1,"1430":1}}],["particularly",{"2":{"132":1,"1856":1}}],["participating",{"2":{"134":1}}],["parties",{"2":{"2":1}}],["partially",{"2":{"68":1,"104":1,"180":1,"194":1,"2650":1}}],["partial",{"2":{"0":3,"109":2,"2206":1}}],["part",{"2":{"0":8,"35":11,"83":1,"122":1,"135":1,"147":1,"179":1,"191":1,"234":1,"1236":1,"1258":1,"1369":3,"2070":3,"2196":1,"2276":1,"2644":12}}],["parents",{"2":{"2644":1}}],["parentscene",{"2":{"155":1}}],["parentheses",{"2":{"0":1,"134":1}}],["parent",{"2":{"0":26,"18":1,"35":3,"56":2,"70":1,"101":1,"126":1,"140":1,"152":4,"156":2,"157":1,"162":1,"219":2,"221":1,"246":1,"247":1,"356":1,"365":1,"366":1,"386":1,"387":1,"493":1,"511":1,"512":1,"518":1,"551":1,"552":1,"579":2,"587":1,"599":1,"600":1,"605":1,"615":1,"616":1,"630":1,"637":1,"638":1,"679":1,"680":1,"700":1,"701":1,"725":1,"726":1,"807":1,"808":1,"847":1,"858":1,"859":1,"865":1,"868":1,"869":1,"900":1,"901":1,"911":1,"919":1,"920":1,"2639":1,"2640":2,"2644":11}}],["parametric",{"2":{"131":1,"148":2}}],["parameter",{"2":{"0":3,"39":1,"131":2,"147":1,"148":1,"217":1,"577":1,"1369":1,"2070":1}}],["parameterization",{"2":{"0":1}}],["parameters",{"2":{"0":3,"22":2,"34":2,"577":1,"691":1,"2611":1,"2640":1}}],["parallelogram",{"2":{"0":1}}],["parallel",{"2":{"0":2,"1139":1}}],["palettes",{"0":{"187":1},"2":{"32":1,"36":1,"185":1,"187":1}}],["palette",{"2":{"0":4,"32":1,"155":1,"184":2,"185":1,"187":8,"1925":1,"2653":1}}],["wyor",{"2":{"2660":1}}],["wywb",{"2":{"2660":1}}],["wcmr",{"2":{"2660":1}}],["www",{"2":{"36":3}}],["wsl",{"0":{"28":1},"2":{"28":3}}],["wglmakie=",{"2":{"56":1}}],["wglmakie",{"0":{"48":1,"118":1},"1":{"49":1,"50":1,"51":1,"52":1,"53":1,"54":1,"55":1,"56":1,"57":1,"58":1,"59":1,"60":1,"61":1},"2":{"0":45,"13":1,"14":3,"48":3,"52":1,"56":3,"57":1,"58":3,"60":3,"61":2,"62":2,"63":1,"64":3,"77":1,"111":1,"118":6,"197":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1437":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1915":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2280":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1,"2603":1,"2605":1}}],["wrwbw",{"2":{"2660":2}}],["wrwc",{"2":{"2660":1}}],["wrong",{"2":{"190":2,"1288":1}}],["written",{"2":{"8":1,"627":1,"1629":1}}],["write",{"2":{"0":3,"10":1,"58":1,"94":1,"131":1,"134":1,"166":1,"1569":1,"1600":1,"1922":1,"2409":1}}],["writes",{"2":{"0":1}}],["wrapped",{"2":{"74":1,"299":1,"346":1}}],["wrapper",{"2":{"0":1,"299":1,"346":1,"691":1}}],["wrapping",{"0":{"2645":1},"1":{"2646":1,"2647":1,"2648":1},"2":{"0":3,"516":1,"621":1,"2236":1}}],["wraps",{"2":{"0":1,"63":1}}],["wrap",{"0":{"621":1,"2236":1},"2":{"0":4,"83":1,"134":1}}],["wong",{"2":{"1058":1,"1856":3,"2555":4,"2653":3}}],["won",{"2":{"60":1,"145":1,"1284":1,"1290":1}}],["worb",{"2":{"2660":1}}],["workaround",{"2":{"135":1}}],["worked",{"2":{"31":1,"2618":1}}],["workflows",{"2":{"27":1}}],["workflow",{"2":{"7":1,"155":1}}],["work",{"0":{"94":1},"2":{"0":4,"7":1,"10":1,"27":3,"31":3,"37":1,"48":1,"52":2,"54":2,"60":1,"62":1,"73":1,"74":2,"75":2,"76":1,"98":1,"102":1,"104":1,"118":1,"130":1,"137":1,"142":2,"148":1,"167":1,"575":1,"982":1,"1323":1,"1328":1,"1629":2,"2483":1,"2505":1,"2640":1}}],["works",{"2":{"0":39,"12":1,"15":1,"30":3,"31":2,"61":1,"73":1,"74":1,"78":1,"98":1,"102":1,"104":1,"105":1,"118":1,"122":1,"134":1,"135":1,"142":3,"147":1,"166":1,"195":1,"202":1,"749":1,"752":1,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1416":1,"1426":1,"1436":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1922":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1,"2642":1,"2648":1}}],["working",{"2":{"0":1,"27":1,"31":1,"53":1,"58":1,"112":1,"2602":1,"2618":1}}],["worse",{"2":{"0":2}}],["word",{"0":{"621":1,"2236":1},"2":{"0":7,"621":1,"2236":2}}],["worth",{"2":{"0":1}}],["world",{"2":{"0":8,"45":6,"66":2,"106":1,"2642":1,"2644":2}}],["wouldn",{"2":{"0":1,"135":1,"142":1,"2640":1}}],["would",{"2":{"0":3,"31":2,"58":1,"64":1,"73":1,"76":1,"82":1,"83":2,"104":1,"107":3,"127":1,"135":1,"190":2,"575":1,"576":1,"2290":1,"2615":1}}],["watermelon",{"2":{"2662":1}}],["water",{"2":{"2196":1}}],["waterfall",{"0":{"1747":1,"2554":1},"1":{"2555":1,"2556":1,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1},"2":{"0":12,"2554":4,"2555":8}}],["walks",{"2":{"178":1}}],["walk",{"2":{"35":1,"2644":2}}],["wait",{"2":{"0":1,"1284":1}}],["wary",{"2":{"0":1,"1282":1}}],["warning",{"2":{"0":14,"22":1,"27":1,"29":2,"48":1,"145":1,"161":1,"165":1,"516":1,"1010":1,"1045":1,"1282":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1,"2640":1}}],["wasn",{"2":{"2640":1}}],["washed",{"2":{"2601":1}}],["wasteful",{"2":{"2485":1}}],["waste",{"2":{"106":1}}],["waspressed",{"2":{"0":5}}],["was",{"2":{"0":1,"58":1,"67":1,"109":1,"132":1,"144":1,"155":1,"203":1,"583":1,"2158":1,"2640":1,"2644":1,"2648":1}}],["ways",{"2":{"31":1,"58":1,"108":1,"128":1,"132":1,"184":1,"396":1,"1289":1,"1569":1,"1600":1,"1922":1,"2615":1,"2646":1,"2649":1}}],["wayland",{"2":{"23":1}}],["way",{"2":{"0":4,"38":1,"58":1,"61":1,"83":3,"97":1,"106":2,"130":1,"135":1,"147":1,"148":2,"165":1,"191":1,"199":1,"515":1,"579":1,"626":1,"749":1,"753":1,"1156":1,"2290":1,"2613":1,"2615":1,"2622":1,"2625":1,"2636":1,"2637":1,"2640":1,"2644":1}}],["wants",{"2":{"0":2,"1295":1}}],["want",{"2":{"0":12,"8":1,"10":1,"15":1,"18":1,"24":1,"37":1,"39":1,"41":1,"61":1,"63":1,"64":2,"69":1,"76":2,"82":5,"83":2,"88":1,"104":1,"105":1,"106":3,"107":4,"109":1,"111":1,"118":2,"126":2,"131":1,"134":2,"135":2,"148":3,"152":3,"155":1,"165":1,"166":2,"167":1,"180":1,"186":1,"192":1,"205":1,"216":1,"217":1,"515":1,"576":1,"578":1,"582":1,"627":2,"754":1,"756":1,"757":1,"1241":1,"1242":1,"1282":1,"1285":1,"1286":1,"1295":1,"1373":1,"1879":1,"1914":1,"2016":1,"2485":1,"2601":1,"2615":2,"2624":1,"2625":1,"2626":1,"2629":1,"2633":1,"2636":1,"2646":1,"2647":1,"2648":1}}],["w",{"2":{"0":11,"45":1,"63":1,"64":1,"120":1,"982":2,"1076":2,"1103":2,"1106":2,"1324":2,"1343":2,"1458":2,"2199":1,"2217":1,"2331":2,"2640":3,"2642":1}}],["weaknesses",{"2":{"191":1}}],["weird",{"2":{"110":2}}],["weight=input",{"2":{"34":4}}],["weighted",{"2":{"0":1,"191":1,"1342":1}}],["weights",{"0":{"1106":1,"1134":1,"1324":1,"1341":1,"1409":1,"1423":1,"1458":1,"1480":1,"2120":1,"2331":1,"2366":1},"2":{"0":17,"191":1,"1106":1,"1134":1,"1324":1,"1341":1,"1342":2,"1343":1,"1409":7,"1423":1,"1458":1,"1473":2,"2118":2,"2120":1,"2331":1,"2366":1}}],["weight",{"2":{"0":23,"22":1,"33":5,"145":1,"191":2,"991":1,"1028":1,"1134":1,"1409":4,"1423":1,"1480":1,"1632":1,"1665":1,"2161":1,"2366":1,"2403":1,"2489":1,"2638":1}}],["welcome",{"0":{"196":1},"1":{"197":1,"198":1,"199":1,"200":1},"2":{"0":1,"161":1,"2616":1}}],["well",{"2":{"0":81,"12":1,"30":1,"63":1,"68":1,"73":1,"98":1,"99":1,"104":1,"108":1,"122":1,"167":1,"187":1,"202":1,"577":1,"928":1,"930":1,"956":1,"958":1,"993":1,"995":1,"1030":1,"1032":1,"1065":1,"1067":1,"1168":1,"1170":1,"1204":1,"1206":1,"1296":1,"1298":1,"1347":1,"1349":1,"1378":1,"1380":1,"1414":1,"1416":1,"1426":1,"1434":1,"1436":1,"1485":1,"1487":1,"1513":1,"1514":1,"1516":1,"1548":1,"1550":1,"1573":1,"1575":1,"1604":1,"1606":1,"1634":1,"1636":1,"1667":1,"1669":1,"1777":1,"1778":1,"1780":1,"1884":1,"1886":1,"1913":1,"1914":1,"1926":1,"1928":1,"1964":1,"1966":1,"2020":1,"2022":1,"2048":1,"2050":1,"2091":1,"2128":1,"2130":1,"2163":1,"2165":1,"2202":1,"2204":1,"2372":1,"2374":1,"2404":1,"2406":1,"2438":1,"2440":1,"2464":1,"2466":1,"2491":1,"2493":1,"2523":1,"2524":1,"2526":1,"2578":1,"2580":1,"2605":1,"2615":1,"2620":1,"2649":1}}],["websafe",{"2":{"2662":1}}],["website",{"2":{"106":2}}],["websites",{"2":{"106":5}}],["websocket",{"2":{"52":1,"53":1,"54":1}}],["webpages",{"2":{"57":2}}],["webgl",{"2":{"13":1,"48":1,"55":5,"197":1}}],["webm",{"2":{"0":8,"9":1}}],["web",{"2":{"0":2,"9":1,"36":2,"48":1,"106":3}}],["we",{"2":{"0":6,"8":1,"10":5,"12":1,"41":1,"48":1,"58":2,"60":3,"61":1,"63":2,"68":1,"69":2,"71":1,"72":1,"74":1,"76":2,"78":3,"80":4,"81":3,"82":13,"83":1,"85":1,"87":1,"98":1,"105":3,"106":5,"107":7,"121":1,"131":1,"135":6,"136":2,"147":1,"148":26,"152":16,"161":1,"162":3,"165":1,"166":8,"167":5,"178":2,"190":2,"207":1,"217":1,"218":1,"516":1,"583":5,"751":1,"752":1,"753":2,"1164":1,"1200":1,"1284":1,"1285":1,"1286":1,"1288":3,"1289":1,"1405":1,"1408":1,"1426":2,"1430":1,"1629":5,"1914":3,"2480":1,"2615":16,"2618":4,"2619":3,"2620":4,"2622":1,"2623":2,"2624":4,"2625":8,"2626":2,"2627":5,"2628":2,"2629":5,"2630":2,"2631":3,"2632":1,"2633":5,"2634":3,"2635":3,"2636":3,"2637":3,"2638":1,"2640":10,"2641":1,"2642":2,"2643":3,"2644":7,"2646":4,"2647":3,"2648":5}}],["what",{"0":{"13":1,"155":1,"162":1},"1":{"14":1},"2":{"0":2,"57":1,"58":1,"60":1,"104":1,"105":2,"106":4,"107":1,"109":1,"112":1,"128":1,"131":1,"135":1,"155":1,"197":1,"287":1,"299":1,"334":1,"346":1,"576":1,"577":1,"578":1,"691":1,"1429":1,"1914":1,"2615":3,"2618":1,"2642":1,"2643":1,"2644":2}}],["whatever",{"2":{"0":1,"64":1,"88":1,"90":1}}],["why",{"2":{"0":1,"106":2,"162":1,"1248":1,"1405":2,"2615":2}}],["whose",{"2":{"0":6,"130":2,"151":1,"1104":1,"2157":1,"2190":1,"2196":1,"2329":1}}],["whole",{"2":{"0":4,"31":1,"60":1,"63":1,"120":1,"134":1,"148":1,"161":1,"162":2,"166":1,"585":1,"754":1,"761":1,"924":1,"1287":2,"1312":1,"1457":1,"2201":1,"2627":1,"2640":1}}],["white",{"2":{"0":3,"32":1,"33":1,"35":1,"167":1,"183":2,"191":1,"192":5,"194":2,"224":1,"506":1,"631":1,"753":1,"762":1,"1058":4,"1284":1,"1285":1,"1289":3,"1426":4,"1548":1,"1750":1,"1774":1,"2193":1,"2242":1,"2261":1,"2459":1,"2482":1,"2607":1,"2608":1,"2609":3,"2610":1,"2611":2,"2640":2,"2644":1}}],["whitespace",{"2":{"0":2,"98":1,"103":1,"222":1,"2615":6}}],["whiskerwidth",{"0":{"1137":1,"1401":1,"1878":1,"1907":1},"2":{"0":4,"1374":2,"1880":1}}],["whiskerlinewidth",{"0":{"1136":1},"2":{"0":1}}],["whiskercolor",{"0":{"1135":1},"2":{"0":1}}],["whisker",{"2":{"0":2,"1128":1,"1878":1}}],["whiskers",{"2":{"0":5,"1104":2,"1137":1,"1401":1,"1907":1}}],["while",{"2":{"0":8,"26":1,"30":1,"60":1,"67":1,"70":1,"82":1,"85":1,"119":1,"140":1,"146":1,"152":1,"161":2,"165":1,"167":1,"181":1,"187":1,"210":1,"211":1,"213":1,"218":2,"223":1,"577":2,"585":1,"844":1,"1249":1,"1294":1,"1629":1,"1996":1,"2615":1,"2618":1,"2640":1}}],["which",{"2":{"0":198,"8":2,"10":1,"13":1,"16":1,"22":4,"23":1,"27":1,"28":1,"31":1,"37":1,"39":1,"41":2,"45":3,"48":1,"58":4,"60":2,"61":2,"62":1,"63":1,"67":1,"68":4,"69":2,"72":1,"74":1,"75":1,"79":3,"80":4,"82":4,"83":2,"84":1,"96":1,"98":1,"100":2,"102":1,"105":1,"106":2,"107":4,"111":1,"118":1,"124":1,"128":1,"129":1,"131":1,"135":1,"136":1,"140":3,"143":2,"144":2,"146":2,"147":3,"148":8,"150":1,"152":4,"153":1,"155":1,"160":1,"162":2,"164":1,"167":2,"178":1,"181":2,"185":1,"190":1,"191":1,"200":1,"203":1,"206":1,"212":1,"215":1,"217":1,"218":1,"219":1,"234":1,"290":2,"299":2,"337":2,"346":2,"373":3,"384":1,"396":1,"579":2,"626":1,"646":1,"664":1,"751":1,"752":1,"756":1,"757":1,"789":1,"802":1,"931":1,"937":1,"938":1,"959":1,"965":1,"966":1,"972":1,"983":1,"1002":1,"1003":1,"1005":1,"1029":1,"1040":1,"1041":1,"1080":1,"1081":1,"1156":1,"1177":1,"1178":1,"1185":1,"1213":1,"1214":1,"1221":1,"1246":1,"1247":1,"1248":1,"1284":1,"1287":1,"1288":2,"1304":1,"1305":1,"1307":1,"1312":1,"1314":1,"1333":1,"1350":1,"1356":1,"1357":1,"1363":1,"1383":1,"1388":1,"1389":1,"1405":1,"1407":1,"1424":1,"1426":1,"1442":1,"1443":1,"1488":1,"1494":1,"1495":1,"1513":2,"1523":1,"1524":1,"1556":1,"1557":1,"1576":1,"1582":1,"1583":1,"1589":1,"1607":1,"1613":1,"1614":1,"1629":1,"1633":1,"1644":1,"1645":1,"1677":1,"1678":1,"1758":1,"1759":1,"1773":1,"1777":2,"1787":1,"1788":1,"1815":1,"1816":1,"1840":1,"1841":1,"1889":1,"1894":1,"1895":1,"1911":2,"1912":5,"1914":1,"1916":1,"1918":2,"1929":1,"1931":1,"1939":1,"1940":1,"1944":2,"1945":1,"1973":1,"1974":1,"2030":1,"2031":1,"2051":1,"2057":1,"2058":1,"2064":1,"2086":1,"2087":1,"2091":1,"2127":1,"2138":1,"2139":1,"2157":2,"2172":1,"2173":1,"2189":1,"2194":2,"2196":2,"2206":1,"2215":1,"2216":1,"2220":1,"2231":2,"2249":1,"2250":1,"2278":1,"2287":1,"2288":1,"2289":2,"2290":1,"2298":1,"2301":1,"2303":1,"2346":1,"2347":1,"2375":1,"2381":1,"2382":1,"2414":1,"2415":1,"2446":1,"2447":1,"2462":1,"2483":1,"2484":3,"2485":1,"2495":1,"2502":1,"2503":1,"2505":1,"2523":2,"2533":1,"2534":1,"2581":1,"2587":1,"2588":1,"2601":2,"2604":2,"2605":4,"2613":1,"2615":2,"2618":1,"2619":2,"2620":1,"2625":1,"2627":1,"2629":2,"2633":1,"2634":1,"2639":1,"2643":2,"2644":3,"2646":1,"2648":1,"2649":1,"2653":2}}],["wheel",{"2":{"44":1,"80":1}}],["whether",{"2":{"0":200,"22":8,"45":1,"75":1,"79":1,"82":1,"287":1,"334":1,"754":1,"763":1,"764":1,"769":1,"773":1,"777":1,"801":1,"805":1,"833":1,"933":1,"935":1,"947":1,"950":1,"961":1,"963":1,"978":1,"981":1,"998":1,"1000":1,"1020":1,"1023":1,"1036":1,"1038":1,"1042":1,"1053":1,"1056":1,"1075":1,"1078":1,"1096":1,"1102":1,"1173":1,"1175":1,"1195":1,"1198":1,"1209":1,"1211":1,"1231":1,"1234":1,"1243":1,"1244":1,"1254":1,"1257":1,"1278":1,"1300":1,"1302":1,"1317":1,"1320":1,"1352":1,"1354":1,"1368":1,"1372":1,"1384":1,"1386":1,"1397":1,"1400":1,"1438":1,"1440":1,"1444":1,"1450":1,"1453":1,"1490":1,"1492":1,"1504":1,"1507":1,"1519":1,"1521":1,"1535":1,"1541":1,"1552":1,"1554":1,"1558":1,"1564":1,"1567":1,"1578":1,"1580":1,"1594":1,"1597":1,"1609":1,"1611":1,"1623":1,"1626":1,"1640":1,"1642":1,"1646":1,"1657":1,"1660":1,"1673":1,"1675":1,"1691":1,"1694":1,"1754":1,"1756":1,"1766":1,"1772":1,"1783":1,"1785":1,"1799":1,"1805":1,"1812":1,"1813":1,"1825":1,"1830":1,"1837":1,"1838":1,"1850":1,"1855":1,"1860":1,"1872":1,"1874":1,"1890":1,"1892":1,"1903":1,"1906":1,"1933":1,"1937":1,"1951":1,"1954":1,"1958":1,"1969":1,"1971":1,"1990":1,"1995":1,"2026":1,"2028":1,"2039":1,"2042":1,"2053":1,"2055":1,"2069":1,"2073":1,"2083":1,"2084":1,"2094":1,"2109":1,"2133":1,"2136":1,"2152":1,"2156":1,"2168":1,"2170":1,"2184":1,"2187":1,"2209":1,"2213":1,"2228":1,"2232":1,"2235":1,"2246":1,"2247":1,"2251":1,"2260":1,"2269":1,"2284":1,"2285":1,"2295":1,"2299":1,"2321":1,"2322":1,"2323":1,"2324":1,"2325":1,"2342":1,"2344":1,"2360":1,"2365":1,"2377":1,"2379":1,"2391":1,"2394":1,"2410":1,"2412":1,"2416":1,"2428":1,"2431":1,"2442":1,"2444":1,"2448":1,"2454":1,"2457":1,"2473":1,"2497":1,"2500":1,"2504":1,"2515":1,"2519":1,"2529":1,"2531":1,"2545":1,"2551":1,"2583":1,"2585":1,"2597":1,"2600":1}}],["wherever",{"2":{"63":1,"106":1}}],["whereas",{"2":{"0":2,"1105":1,"1831":2}}],["where",{"2":{"0":74,"19":1,"24":1,"39":1,"79":1,"80":1,"83":1,"98":1,"106":1,"110":1,"132":1,"135":1,"138":2,"148":1,"150":1,"151":1,"152":1,"162":1,"164":1,"190":1,"218":1,"234":2,"299":1,"346":1,"373":1,"383":1,"411":1,"444":1,"475":1,"578":1,"603":1,"627":1,"628":1,"752":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1076":1,"1171":1,"1207":1,"1240":1,"1292":4,"1299":1,"1351":1,"1382":1,"1424":1,"1437":1,"1465":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1875":1,"1888":1,"1917":1,"1930":1,"1968":1,"1996":1,"2023":1,"2052":1,"2082":1,"2121":1,"2132":1,"2157":1,"2166":1,"2205":1,"2231":1,"2243":1,"2258":1,"2275":1,"2280":1,"2298":1,"2303":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1,"2604":2,"2615":3,"2618":1,"2636":1,"2646":2,"2649":1}}],["whenever",{"2":{"0":28,"60":1,"80":1,"130":2,"132":1,"133":1,"148":3,"153":1,"177":1,"217":1,"218":1,"384":1}}],["when",{"2":{"0":54,"19":1,"22":2,"23":1,"24":3,"30":1,"31":1,"45":4,"47":1,"60":2,"67":1,"69":2,"74":2,"75":1,"76":1,"79":1,"80":4,"82":1,"88":1,"98":1,"100":1,"102":1,"105":3,"106":4,"107":3,"131":1,"134":1,"147":1,"148":1,"150":2,"159":2,"162":2,"166":1,"186":1,"191":1,"205":1,"206":1,"207":1,"212":1,"222":1,"234":1,"287":1,"334":1,"382":1,"396":2,"495":1,"496":1,"506":1,"507":1,"577":2,"578":1,"579":1,"585":2,"588":1,"589":1,"590":1,"627":1,"708":1,"709":1,"710":1,"711":1,"721":1,"724":1,"761":1,"763":1,"777":1,"794":1,"844":1,"848":1,"849":1,"850":1,"863":1,"878":1,"879":1,"880":1,"883":1,"884":1,"885":1,"889":1,"896":1,"897":1,"914":1,"915":1,"931":1,"959":1,"983":1,"1015":1,"1163":1,"1294":1,"1328":1,"1350":1,"1427":1,"1430":1,"1431":1,"1488":1,"1576":1,"1607":1,"1773":3,"1858":1,"1873":1,"1914":2,"1922":1,"1929":1,"2051":1,"2197":1,"2301":1,"2375":1,"2459":1,"2483":1,"2581":1,"2604":1,"2625":1,"2638":1,"2640":1,"2644":2,"2646":2,"2649":1}}],["winter",{"2":{"2657":1}}],["windows",{"0":{"25":1},"2":{"13":1,"14":1,"22":1,"23":1,"25":1,"27":1,"28":2,"30":1,"106":1,"196":1,"2617":1}}],["window",{"0":{"23":1,"2641":1},"2":{"0":12,"22":13,"23":3,"24":2,"25":1,"34":1,"79":11,"80":1,"82":1,"88":1,"92":1,"106":5,"122":1,"157":1,"580":1,"2601":1,"2611":1,"2639":3,"2640":7,"2641":6,"2642":1,"2643":1}}],["wistia",{"2":{"2657":1}}],["wish",{"2":{"83":1,"150":1,"152":1}}],["wiht",{"2":{"1856":1}}],["wireframe",{"0":{"1748":1,"2573":1},"1":{"2574":1,"2575":1,"2576":1,"2577":1,"2578":1,"2579":1,"2580":1,"2581":1,"2582":1,"2583":1,"2584":1,"2585":1,"2586":1,"2587":1,"2588":1,"2589":1,"2590":1,"2591":1,"2592":1,"2593":1,"2594":1,"2595":1,"2596":1,"2597":1,"2598":1,"2599":1,"2600":1},"2":{"0":14,"152":4,"1404":2,"1405":2,"1629":2,"2192":1,"2573":6,"2574":1}}],["widget",{"2":{"59":4}}],["widgets",{"0":{"84":1},"2":{"59":1,"84":1}}],["wider",{"2":{"131":1,"627":1}}],["widely",{"2":{"9":1}}],["wide",{"2":{"0":3,"32":1,"105":5,"106":2,"122":1,"1185":1,"1221":1,"1248":1,"1914":1,"2197":1,"2638":1}}],["widths",{"2":{"39":1,"66":2,"98":1,"105":1,"107":1,"122":1,"863":1,"1856":1,"2615":1,"2636":1,"2638":1}}],["width=$",{"2":{"106":1}}],["width=",{"2":{"64":1}}],["width=500",{"2":{"34":1}}],["width=200",{"2":{"34":3}}],["width=0",{"2":{"0":1,"1856":8}}],["width",{"0":{"125":1,"126":1,"259":1,"369":1,"397":1,"514":1,"572":1,"602":1,"620":1,"690":1,"703":1,"730":1,"842":1,"862":1,"871":1,"872":1,"907":1,"923":1,"1103":1,"1138":1,"1162":1,"1281":1,"1859":1,"1861":1,"1957":1,"2236":1,"2367":1,"2572":1},"2":{"0":100,"45":1,"56":1,"63":7,"91":2,"97":3,"98":3,"105":1,"106":1,"122":2,"125":1,"126":1,"128":2,"222":3,"238":1,"247":1,"259":1,"265":1,"276":1,"282":1,"303":1,"312":1,"323":1,"329":1,"350":1,"364":1,"366":1,"369":1,"387":1,"397":1,"401":1,"415":1,"426":1,"434":1,"448":1,"459":1,"465":1,"479":1,"490":1,"510":1,"512":1,"514":1,"544":1,"549":2,"550":1,"552":1,"567":1,"572":2,"575":1,"576":4,"577":9,"578":2,"581":1,"595":1,"600":1,"602":1,"616":1,"620":1,"621":1,"636":1,"654":1,"663":1,"669":1,"671":1,"677":1,"680":1,"690":1,"701":1,"703":1,"704":3,"726":1,"730":1,"797":1,"806":1,"808":1,"829":1,"842":1,"854":1,"859":1,"862":1,"863":6,"869":1,"871":2,"872":1,"873":1,"881":1,"901":1,"907":1,"918":1,"920":1,"923":1,"941":1,"970":1,"1007":1,"1076":3,"1103":3,"1116":2,"1123":2,"1137":3,"1138":1,"1141":1,"1162":1,"1268":2,"1275":2,"1281":1,"1361":1,"1401":1,"1405":2,"1413":2,"1461":1,"1498":1,"1538":1,"1587":1,"1617":1,"1802":1,"1856":2,"1859":1,"1861":1,"1876":1,"1878":2,"1907":1,"1914":2,"1917":1,"1953":1,"1978":1,"1992":1,"2062":1,"2113":1,"2194":1,"2230":1,"2306":1,"2309":1,"2313":1,"2330":1,"2343":2,"2356":2,"2367":1,"2385":1,"2476":1,"2548":1,"2591":1,"2615":1,"2638":1}}],["wilkinson",{"2":{"0":2}}],["wilkinsonticks",{"2":{"0":2,"299":2,"346":2,"423":1,"456":1,"487":1}}],["will",{"2":{"0":229,"8":1,"16":1,"18":2,"19":2,"22":3,"23":3,"31":2,"41":1,"42":1,"45":6,"48":1,"54":1,"55":1,"56":1,"57":1,"58":1,"63":3,"69":1,"72":1,"73":1,"74":2,"75":3,"78":3,"79":1,"82":5,"83":6,"88":2,"96":1,"97":1,"104":1,"105":6,"106":3,"107":3,"110":1,"111":1,"115":1,"116":2,"118":4,"124":1,"125":1,"130":1,"131":1,"132":1,"133":1,"134":1,"135":1,"142":1,"145":1,"147":2,"148":5,"149":1,"150":3,"152":2,"155":2,"157":3,"161":1,"162":2,"165":1,"178":1,"190":4,"191":1,"217":1,"222":4,"223":2,"234":1,"299":1,"346":1,"515":2,"575":1,"577":1,"578":2,"583":1,"585":4,"623":1,"625":3,"646":1,"750":1,"751":1,"752":1,"757":1,"758":1,"769":1,"773":1,"775":1,"777":1,"797":1,"829":1,"844":1,"874":2,"905":1,"926":1,"945":1,"950":1,"954":1,"975":1,"981":1,"985":1,"986":1,"987":1,"989":1,"1005":1,"1010":1,"1014":1,"1023":1,"1027":1,"1045":1,"1048":1,"1056":1,"1060":1,"1094":1,"1102":1,"1105":1,"1163":1,"1166":1,"1193":1,"1198":1,"1202":1,"1229":1,"1234":1,"1248":2,"1252":1,"1257":1,"1289":1,"1293":1,"1294":1,"1313":1,"1320":1,"1345":1,"1366":1,"1372":1,"1376":1,"1395":1,"1400":1,"1405":3,"1406":1,"1407":1,"1411":1,"1422":1,"1424":2,"1433":1,"1448":1,"1453":1,"1473":1,"1481":1,"1483":1,"1502":1,"1507":1,"1510":1,"1512":1,"1513":1,"1532":1,"1541":1,"1547":1,"1562":1,"1567":1,"1569":5,"1571":1,"1592":1,"1597":1,"1600":5,"1602":1,"1621":1,"1626":1,"1629":1,"1631":1,"1649":1,"1652":1,"1660":1,"1664":1,"1682":1,"1685":1,"1694":1,"1763":1,"1772":1,"1773":1,"1776":1,"1777":1,"1796":1,"1805":1,"1823":1,"1830":1,"1848":1,"1855":1,"1875":1,"1882":1,"1901":1,"1906":1,"1914":1,"1915":1,"1922":5,"1924":1,"1925":1,"1932":1,"1948":1,"1954":1,"1958":1,"1962":1,"1988":1,"1995":1,"2019":1,"2037":1,"2042":1,"2046":1,"2067":1,"2073":1,"2092":1,"2109":1,"2118":1,"2124":1,"2149":1,"2156":1,"2160":1,"2176":1,"2179":1,"2187":1,"2189":1,"2190":1,"2200":1,"2206":1,"2217":1,"2224":1,"2232":1,"2235":1,"2257":1,"2269":1,"2293":1,"2299":1,"2303":1,"2321":1,"2325":1,"2355":1,"2365":1,"2368":1,"2370":1,"2389":1,"2394":1,"2402":1,"2420":1,"2423":1,"2431":1,"2435":1,"2452":1,"2457":1,"2461":1,"2462":1,"2463":1,"2478":1,"2485":1,"2486":1,"2488":1,"2490":1,"2507":1,"2510":1,"2519":1,"2520":1,"2522":1,"2523":1,"2542":1,"2551":1,"2576":1,"2595":1,"2600":1,"2601":3,"2603":1,"2604":2,"2605":1,"2615":5,"2616":1,"2618":3,"2624":1,"2626":1,"2636":1,"2637":1,"2640":2,"2644":1,"2646":2,"2649":1}}],["wikimedia",{"2":{"36":1}}],["wiki",{"2":{"0":1,"2158":1}}],["wikipedia",{"2":{"0":1,"36":1,"2158":1}}],["within",{"2":{"0":13,"13":1,"22":1,"79":2,"82":2,"192":1,"222":2,"230":1,"258":1,"585":1,"603":1,"628":1,"756":1,"1104":1,"1105":1,"1258":1,"1424":1,"1429":1,"1922":1,"2194":1,"2251":1,"2601":1,"2615":1,"2625":1}}],["without",{"2":{"0":13,"12":1,"27":1,"37":1,"39":1,"45":1,"48":1,"51":1,"52":1,"58":1,"74":1,"83":2,"87":1,"98":1,"104":1,"105":1,"117":1,"135":3,"137":1,"143":1,"148":2,"162":1,"178":1,"180":1,"191":1,"580":1,"844":1,"897":1,"968":1,"1359":1,"1457":1,"1477":1,"1569":1,"1585":1,"1600":1,"1856":4,"1914":1,"1915":1,"1922":1,"1954":1,"2060":1,"2197":1,"2232":1,"2485":1,"2640":1}}],["with",{"0":{"11":1,"78":1,"85":1,"115":1,"116":1,"133":1,"135":1,"141":1,"142":1,"145":1,"146":1,"147":1,"181":1,"190":1,"193":1,"1406":1,"1456":1,"1569":1,"1600":1,"1922":1,"2643":1},"1":{"194":1,"195":1},"2":{"0":520,"5":1,"7":1,"8":3,"9":2,"10":3,"11":1,"12":1,"14":2,"16":1,"21":1,"22":5,"23":4,"24":1,"27":1,"28":2,"30":1,"31":7,"34":1,"35":1,"36":1,"37":1,"44":1,"45":5,"47":1,"51":1,"52":1,"54":1,"56":3,"58":2,"59":1,"60":9,"61":1,"62":1,"63":3,"66":1,"69":2,"71":2,"72":2,"73":3,"74":1,"75":2,"76":1,"78":7,"79":1,"80":4,"81":2,"82":8,"83":6,"85":1,"91":1,"92":1,"97":1,"100":1,"102":4,"103":2,"104":1,"105":16,"106":12,"107":8,"110":2,"111":2,"115":1,"118":3,"120":1,"121":3,"123":1,"127":1,"128":1,"130":1,"131":2,"132":2,"134":4,"135":1,"137":1,"138":2,"141":1,"142":2,"143":1,"144":1,"146":4,"147":1,"148":4,"149":1,"150":4,"152":2,"153":1,"155":3,"162":7,"164":1,"165":1,"166":2,"167":1,"169":2,"177":1,"178":1,"179":2,"181":1,"182":1,"183":1,"185":1,"186":1,"190":3,"191":4,"192":1,"195":3,"196":1,"200":1,"202":1,"203":1,"204":1,"207":1,"208":1,"210":1,"211":1,"212":1,"217":1,"218":1,"223":1,"239":1,"248":1,"266":1,"287":1,"290":1,"299":1,"313":1,"334":1,"337":1,"346":1,"354":1,"374":1,"384":1,"516":1,"577":4,"578":5,"580":2,"581":1,"583":3,"585":1,"590":1,"603":2,"625":4,"626":1,"628":1,"669":1,"705":1,"720":2,"750":2,"752":4,"753":3,"754":5,"757":3,"758":1,"777":1,"778":1,"850":1,"863":2,"873":1,"874":1,"905":1,"908":1,"924":1,"930":1,"933":1,"939":2,"940":1,"943":1,"947":2,"949":1,"951":1,"958":1,"961":1,"968":1,"969":1,"973":1,"978":2,"980":1,"982":2,"991":1,"995":1,"998":1,"1011":1,"1020":2,"1022":1,"1028":1,"1029":1,"1032":1,"1036":1,"1046":1,"1053":2,"1055":1,"1058":2,"1067":1,"1073":1,"1075":1,"1076":1,"1090":1,"1096":2,"1101":1,"1104":1,"1139":1,"1167":1,"1170":1,"1173":1,"1191":1,"1195":2,"1197":1,"1199":1,"1203":1,"1206":1,"1209":1,"1227":1,"1231":2,"1233":1,"1243":1,"1249":1,"1250":1,"1254":2,"1256":1,"1258":1,"1282":1,"1285":1,"1289":1,"1298":1,"1300":1,"1310":1,"1317":2,"1319":1,"1323":4,"1328":1,"1349":1,"1352":1,"1359":1,"1360":1,"1364":1,"1368":2,"1371":1,"1380":1,"1384":1,"1393":1,"1397":2,"1399":1,"1402":1,"1406":1,"1413":1,"1416":1,"1424":1,"1426":1,"1436":1,"1438":1,"1446":1,"1450":2,"1452":1,"1457":1,"1462":1,"1481":1,"1487":1,"1490":1,"1496":2,"1497":1,"1500":1,"1504":2,"1506":1,"1510":1,"1513":2,"1516":1,"1519":1,"1527":1,"1530":1,"1535":2,"1540":1,"1550":1,"1552":1,"1560":1,"1564":2,"1566":1,"1569":1,"1575":1,"1578":1,"1585":1,"1586":2,"1590":1,"1594":2,"1596":1,"1600":1,"1606":1,"1609":1,"1615":2,"1616":1,"1619":1,"1623":2,"1625":1,"1629":3,"1632":1,"1633":1,"1636":1,"1640":1,"1650":1,"1657":2,"1659":1,"1665":1,"1669":1,"1673":1,"1683":1,"1691":2,"1693":1,"1754":1,"1760":1,"1766":2,"1770":1,"1774":1,"1777":2,"1780":1,"1783":1,"1791":1,"1794":1,"1799":2,"1804":1,"1812":1,"1822":1,"1825":2,"1829":1,"1837":1,"1847":1,"1850":2,"1854":1,"1856":6,"1873":1,"1886":1,"1890":1,"1899":1,"1903":2,"1905":1,"1912":1,"1914":3,"1915":3,"1916":4,"1917":3,"1922":1,"1928":1,"1933":1,"1944":2,"1946":1,"1951":2,"1956":1,"1966":1,"1969":1,"1986":1,"1990":2,"1994":1,"2022":1,"2026":1,"2035":1,"2039":2,"2041":1,"2050":1,"2053":1,"2060":1,"2061":1,"2065":1,"2069":2,"2072":1,"2083":1,"2090":1,"2094":2,"2103":1,"2130":1,"2133":1,"2147":1,"2152":2,"2155":1,"2158":2,"2161":1,"2165":1,"2168":1,"2177":1,"2184":2,"2186":1,"2189":4,"2191":1,"2192":1,"2193":2,"2194":1,"2196":1,"2197":1,"2204":1,"2209":1,"2221":1,"2228":2,"2234":1,"2241":1,"2246":1,"2252":1,"2260":2,"2267":1,"2275":1,"2284":1,"2291":1,"2295":2,"2297":1,"2298":2,"2342":1,"2351":1,"2360":2,"2364":1,"2368":1,"2374":1,"2377":1,"2383":2,"2384":1,"2387":1,"2391":2,"2393":1,"2397":1,"2398":3,"2403":1,"2406":1,"2410":1,"2416":1,"2421":1,"2428":2,"2430":1,"2440":1,"2442":1,"2450":1,"2454":2,"2456":1,"2459":1,"2462":1,"2466":1,"2478":2,"2480":4,"2483":2,"2484":2,"2489":1,"2490":1,"2493":1,"2497":1,"2504":1,"2508":1,"2515":2,"2517":1,"2520":1,"2523":2,"2526":1,"2529":1,"2537":1,"2540":1,"2545":2,"2550":1,"2554":1,"2555":1,"2580":1,"2583":1,"2589":2,"2590":1,"2593":1,"2597":2,"2599":1,"2603":1,"2604":3,"2605":1,"2609":1,"2615":9,"2618":1,"2619":5,"2620":1,"2622":1,"2623":1,"2625":1,"2627":2,"2629":1,"2632":2,"2633":2,"2635":1,"2638":3,"2639":1,"2640":4,"2642":1,"2643":1,"2644":4,"2648":1,"2649":2,"2651":1,"2654":1}}],["lrbt",{"2":{"2484":2}}],["lb",{"2":{"626":1}}],["lbls",{"2":{"151":1}}],["ll",{"2":{"149":1,"1286":1,"2624":1}}],["lws",{"2":{"66":2}}],["ls",{"2":{"0":4,"1586":4}}],["lscenes",{"2":{"44":1}}],["lscene",{"0":{"691":1,"741":1},"1":{"692":1,"693":1,"694":1,"695":1,"696":1,"697":1,"698":1,"699":1,"700":1,"701":1,"702":1,"703":1},"2":{"0":5,"31":4,"32":1,"33":1,"34":1,"36":1,"46":2,"79":1,"190":2,"191":4,"625":1,"691":6,"2190":1,"2433":1,"2602":1,"2607":4,"2608":4,"2609":3,"2610":1,"2611":1}}],["lake",{"2":{"2662":1}}],["lajolla50",{"2":{"2656":1}}],["lajolla25",{"2":{"2656":1}}],["lajolla100",{"2":{"2656":1}}],["lajolla10",{"2":{"2656":1}}],["lajolla",{"2":{"2656":1}}],["lapaz50",{"2":{"2656":1}}],["lapaz25",{"2":{"2656":1}}],["lapaz100",{"2":{"2656":1}}],["lapaz10",{"2":{"2656":1}}],["lapaz",{"2":{"2656":1}}],["laplacian",{"2":{"2158":2}}],["laptop",{"2":{"1286":1}}],["labs",{"2":{"1287":1}}],["labelling",{"2":{"2622":1}}],["labellings",{"2":{"0":2}}],["labelled",{"0":{"845":1},"2":{"2625":1}}],["labeltext2",{"2":{"585":2}}],["labeltext1",{"2":{"585":2}}],["label=",{"2":{"1284":1}}],["label=true",{"2":{"75":1}}],["label=false",{"2":{"75":2}}],["labelkw",{"2":{"0":4}}],["labelformatter",{"0":{"1182":1,"1218":1},"2":{"0":2}}],["labelfont",{"0":{"530":1,"644":1,"1181":1,"1217":1},"2":{"0":4,"1164":1}}],["labelings",{"2":{"0":2}}],["labeling",{"2":{"0":2,"2017":1}}],["labelgroups",{"2":{"0":3}}],["labelvalign",{"0":{"648":1},"2":{"0":1}}],["labelvisible",{"0":{"534":1},"2":{"0":1}}],["labeljustification",{"0":{"646":1},"2":{"0":1}}],["labelhalign",{"0":{"645":1},"2":{"0":1,"646":1}}],["labels=",{"2":{"1998":1}}],["labels=true",{"2":{"1164":1}}],["labelslidergrid",{"2":{"0":3,"845":1}}],["labelslider",{"2":{"0":3,"845":1}}],["labels",{"0":{"207":1,"1061":1,"1074":1,"1183":1,"1219":1,"1456":1,"1460":1,"1466":1,"2004":1,"2635":1,"2637":1},"2":{"0":51,"34":5,"66":2,"75":2,"76":1,"120":1,"121":1,"169":4,"207":3,"290":2,"299":5,"337":2,"346":5,"384":2,"556":1,"557":1,"558":1,"559":1,"561":1,"562":1,"563":1,"623":1,"625":1,"628":1,"643":1,"644":1,"645":1,"647":1,"648":1,"753":3,"756":1,"791":1,"792":1,"794":4,"795":1,"824":1,"825":1,"827":1,"863":2,"908":2,"1058":13,"1061":1,"1084":1,"1086":1,"1088":1,"1164":1,"1180":1,"1181":1,"1183":1,"1184":1,"1216":1,"1217":1,"1219":1,"1220":1,"1409":2,"1456":1,"1856":54,"1913":2,"2194":1,"2195":1,"2620":1,"2624":2,"2627":2,"2632":1,"2635":1,"2637":3}}],["labelsize",{"0":{"533":1,"647":1,"1184":1,"1220":1},"2":{"0":4,"1164":1}}],["labelrotation",{"0":{"532":1},"2":{"0":1}}],["labelpadding",{"0":{"531":1},"2":{"0":1}}],["labelcolor=",{"2":{"1289":1}}],["labelcolor",{"0":{"505":1,"506":1,"507":1,"529":1,"643":1,"1180":1,"1216":1},"2":{"0":7,"1164":1}}],["label",{"0":{"504":1,"523":1,"528":1,"603":1,"642":1,"739":1,"938":1,"966":1,"1003":1,"1041":1,"1081":1,"1082":1,"1083":1,"1084":1,"1085":1,"1086":1,"1087":1,"1088":1,"1178":1,"1214":1,"1247":1,"1305":1,"1357":1,"1389":1,"1443":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1495":1,"1524":1,"1557":1,"1583":1,"1614":1,"1645":1,"1678":1,"1759":1,"1788":1,"1816":1,"1841":1,"1895":1,"1940":1,"1974":1,"2031":1,"2058":1,"2087":1,"2139":1,"2173":1,"2216":1,"2250":1,"2288":1,"2347":1,"2382":1,"2415":1,"2447":1,"2503":1,"2534":1,"2588":1},"1":{"604":1,"605":1,"606":1,"607":1,"608":1,"609":1,"610":1,"611":1,"612":1,"613":1,"614":1,"615":1,"616":1,"617":1,"618":1,"619":1,"620":1,"621":1},"2":{"0":163,"34":3,"66":2,"75":1,"97":4,"110":1,"121":3,"123":1,"125":1,"126":1,"150":3,"151":3,"152":4,"164":2,"169":3,"178":2,"192":1,"202":2,"205":1,"207":5,"266":3,"290":1,"313":3,"337":1,"396":1,"402":1,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"435":1,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"466":1,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"491":1,"500":1,"501":1,"504":1,"505":1,"506":1,"507":1,"508":1,"515":2,"523":1,"528":1,"529":1,"530":1,"531":1,"532":1,"533":1,"534":1,"577":1,"582":7,"585":2,"603":11,"621":1,"625":9,"626":4,"628":4,"633":4,"642":1,"646":1,"652":1,"660":1,"664":6,"665":3,"668":4,"669":3,"675":1,"678":3,"685":3,"704":2,"720":2,"793":1,"794":1,"826":1,"844":3,"863":4,"871":2,"908":1,"938":1,"966":1,"1003":1,"1041":1,"1058":4,"1081":1,"1085":1,"1139":2,"1164":1,"1178":1,"1182":1,"1214":1,"1218":1,"1247":1,"1305":1,"1357":1,"1389":1,"1408":1,"1443":1,"1456":2,"1470":1,"1495":1,"1524":1,"1557":1,"1569":4,"1583":1,"1600":4,"1614":1,"1645":1,"1678":1,"1759":1,"1788":1,"1816":1,"1841":1,"1856":4,"1895":1,"1913":2,"1920":2,"1922":6,"1940":1,"1974":1,"1998":1,"2031":1,"2058":1,"2087":1,"2139":1,"2173":1,"2194":2,"2195":2,"2196":2,"2197":2,"2216":1,"2250":1,"2288":1,"2347":1,"2382":1,"2415":1,"2433":3,"2447":1,"2503":1,"2534":1,"2588":1,"2622":3,"2624":14,"2627":3,"2628":1,"2629":1,"2631":2,"2633":3,"2634":2,"2635":3,"2637":3}}],["language",{"2":{"196":1,"2616":1}}],["land",{"2":{"36":4}}],["landcables",{"2":{"36":2}}],["landpoints",{"2":{"36":2}}],["landing",{"2":{"36":2}}],["lazaro",{"2":{"36":1,"1285":1}}],["lazarusa",{"2":{"33":1,"36":1}}],["launching",{"2":{"26":1}}],["laxis",{"2":{"0":1}}],["latitude",{"2":{"1287":1}}],["lat",{"2":{"33":3,"36":4}}],["latter",{"2":{"0":3,"132":1,"146":1,"152":1,"191":1,"769":1,"988":1,"989":1}}],["latexfonts",{"0":{"176":1},"2":{"121":1,"176":1,"179":3}}],["latex",{"0":{"119":1},"1":{"120":1,"121":1},"2":{"119":2,"121":2,"176":1,"179":1,"180":1,"2195":1}}],["latexstrings",{"2":{"119":1,"2195":1}}],["latexstring",{"2":{"0":2,"120":1,"121":1,"2231":1}}],["later",{"2":{"0":5,"105":1,"131":1,"148":1,"1569":1,"1600":1,"1911":1,"1922":1,"2632":1,"2638":1}}],["la",{"2":{"0":9}}],["layouting",{"0":{"164":1},"2":{"34":1,"102":1,"140":1}}],["layout",{"0":{"95":1,"2625":1},"1":{"96":1,"97":1,"98":1},"2":{"0":10,"5":1,"34":2,"37":1,"39":2,"40":1,"96":4,"97":2,"98":6,"101":1,"102":2,"104":1,"105":1,"107":1,"122":2,"124":1,"126":1,"128":2,"140":1,"162":5,"163":1,"164":1,"166":1,"188":1,"222":3,"246":1,"247":1,"354":1,"365":1,"366":1,"384":4,"386":1,"387":1,"511":1,"512":1,"551":1,"552":1,"575":2,"576":1,"577":2,"578":5,"579":3,"580":3,"581":1,"582":3,"583":2,"584":2,"599":1,"600":1,"615":1,"616":1,"626":1,"679":1,"680":1,"691":1,"700":1,"701":1,"725":1,"726":1,"807":1,"808":1,"858":1,"859":1,"863":1,"868":1,"869":1,"900":1,"901":1,"919":1,"920":1,"1285":2,"1586":1,"2433":1,"2615":23,"2620":1,"2624":4,"2626":1,"2632":1,"2637":2,"2638":3}}],["layoutkw",{"2":{"0":2}}],["layouts",{"0":{"163":1,"2624":1,"2643":1},"1":{"2625":1,"2626":1,"2627":1,"2628":1,"2629":1,"2630":1,"2631":1,"2632":1,"2633":1,"2634":1,"2635":1,"2636":1,"2637":1,"2638":1},"2":{"0":2,"102":1,"140":1,"163":1,"202":1,"2231":1,"2637":2}}],["layering",{"2":{"0":1,"18":1,"1323":1,"1337":1}}],["layered",{"2":{"0":2,"148":1,"623":1,"625":1,"2619":1}}],["large",{"0":{"90":1},"1":{"91":1,"92":1},"2":{"0":2,"19":1,"91":1,"106":2,"191":1,"722":1,"1284":1,"1424":1,"1856":1,"1944":1,"2485":1,"2486":1,"2601":1,"2615":1,"2652":1}}],["larger",{"2":{"0":7,"162":1,"585":1,"1405":1,"1755":1,"1918":1,"2498":1,"2604":2}}],["largest",{"2":{"0":2,"9":1,"82":1,"871":1}}],["largearc",{"2":{"0":2}}],["lastly",{"2":{"148":1}}],["last",{"2":{"0":11,"80":2,"92":2,"141":1,"148":4,"168":1,"203":1,"581":1,"989":1,"1241":1,"1831":1,"2622":1}}],["lo",{"2":{"2433":3}}],["lorenz",{"2":{"196":4}}],["lores",{"2":{"24":1}}],["locks",{"2":{"284":1,"306":1,"331":1,"353":1}}],["lock",{"2":{"58":3,"59":1,"60":2,"61":1,"63":2}}],["locator",{"2":{"279":1,"326":1,"541":1}}],["located",{"2":{"140":1}}],["location",{"2":{"0":3,"37":1,"39":1,"159":1,"1185":1,"1221":1,"2618":2}}],["locations",{"0":{"1921":1},"2":{"0":1,"141":1,"1163":1}}],["localized",{"2":{"1856":10}}],["locally",{"2":{"62":1,"113":1,"1285":1}}],["localhost",{"2":{"28":1}}],["local",{"0":{"1307":1},"2":{"0":2,"28":1,"52":1,"114":1,"116":1,"118":1,"1288":2,"1307":1,"2485":2,"2639":1}}],["lon",{"2":{"33":3,"36":3}}],["longitude",{"2":{"1287":1}}],["long",{"2":{"0":7,"62":1,"75":2,"79":1,"80":1,"105":1,"626":1,"967":1,"1288":1,"1315":1,"1358":1,"1584":1,"2059":1}}],["longer",{"2":{"0":2,"31":1,"98":1,"2301":1}}],["loaded",{"2":{"58":1,"60":1}}],["load",{"2":{"31":1,"32":3,"33":1,"34":1,"35":2,"36":2,"60":3,"63":1,"64":1,"108":1,"163":1,"189":1,"222":1,"373":1,"410":1,"443":1,"474":1,"1287":3,"1545":1,"1628":1,"1629":1,"2484":3,"2611":2,"2614":2,"2618":1,"2624":1,"2633":1,"2644":3}}],["loading",{"2":{"27":1,"58":3,"59":1,"60":2,"61":1,"63":2,"1287":1}}],["loads",{"2":{"0":1}}],["lots",{"2":{"31":1,"63":1,"161":1,"2615":1}}],["lot",{"2":{"10":1,"19":1,"757":1,"2613":1,"2615":1}}],["lossless",{"2":{"0":2}}],["loose",{"2":{"0":26,"940":2,"969":2,"1360":2,"1497":2,"1527":2,"1586":3,"1616":2,"1791":2,"2061":2,"2384":2,"2537":2,"2590":2}}],["looping",{"2":{"0":4}}],["loop",{"2":{"0":2,"10":1,"12":3,"85":1,"2484":1,"2618":1}}],["loop=nothing",{"2":{"0":1}}],["looking",{"2":{"80":1,"110":1,"379":2}}],["looked",{"2":{"0":2,"106":1,"187":1,"1911":1,"2206":1,"2615":1}}],["look",{"2":{"0":17,"27":3,"76":1,"106":3,"107":2,"152":1,"186":1,"198":1,"200":1,"373":1,"383":1,"691":1,"940":1,"969":1,"1360":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"1914":1,"1977":1,"2061":1,"2207":1,"2384":1,"2537":1,"2590":1,"2615":1,"2619":1,"2625":1,"2633":1,"2640":2,"2644":1}}],["lookat",{"2":{"0":18,"32":1,"33":1,"34":1,"45":11,"46":3,"159":2,"2642":3,"2644":1}}],["looks",{"2":{"0":1,"148":1,"373":1,"374":1,"383":1,"577":1,"580":1,"1288":1,"2604":1,"2615":1,"2638":1,"2640":1}}],["logarithmic",{"2":{"68":1}}],["logo",{"2":{"63":1}}],["logged",{"2":{"60":1}}],["logging",{"2":{"60":2}}],["logic",{"2":{"124":1,"144":1,"873":1,"2624":1}}],["logical",{"2":{"0":1,"23":1,"47":1,"83":1}}],["logit",{"2":{"0":37,"287":2,"334":2,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1416":1,"1436":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1}}],["log2",{"2":{"0":37,"287":2,"334":2,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1416":1,"1436":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1}}],["loglevel=",{"2":{"0":1}}],["log10",{"2":{"0":39,"287":2,"334":2,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1288":1,"1298":1,"1349":1,"1380":1,"1407":1,"1416":1,"1436":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2483":1,"2493":1,"2526":1,"2580":1}}],["log",{"2":{"0":41,"60":4,"61":3,"287":3,"299":1,"334":3,"346":1,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1073":3,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1416":1,"1431":3,"1436":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1}}],["logticks",{"2":{"0":1,"299":1,"346":1}}],["lows",{"2":{"1880":4}}],["lowest",{"2":{"0":1,"9":1,"104":1,"1236":1,"2283":1}}],["lowerrors",{"2":{"1374":5}}],["lowering",{"2":{"0":1,"1015":1}}],["lowerupper",{"2":{"0":2,"1024":2}}],["lower",{"0":{"96":1},"2":{"0":14,"56":1,"78":1,"96":1,"164":1,"168":1,"190":1,"287":1,"334":1,"752":1,"1024":3,"1025":2,"1249":1,"1258":1,"1274":1,"1406":1,"1629":1,"2194":1,"2283":1,"2290":1}}],["lowered",{"2":{"0":1}}],["lowhigh",{"2":{"0":4,"1510":2,"2520":2}}],["low",{"0":{"1406":1},"2":{"0":59,"78":5,"148":7,"214":1,"234":1,"515":2,"538":1,"585":2,"1025":3,"1185":1,"1221":1,"1242":1,"1248":1,"1373":6,"1374":4,"1510":2,"1879":5,"2289":1,"2520":2,"2604":1,"2624":4,"2627":2,"2631":2,"2649":1}}],["lowclip",{"0":{"538":1,"942":1,"971":1,"1008":1,"1043":1,"1089":1,"1189":1,"1225":1,"1308":1,"1362":1,"1392":1,"1418":1,"1445":1,"1499":1,"1528":1,"1559":1,"1588":1,"1618":1,"1647":1,"1679":1,"1792":1,"1898":1,"1941":1,"1979":1,"2032":1,"2063":1,"2144":1,"2175":1,"2219":1,"2386":1,"2419":1,"2449":1,"2468":1,"2506":1,"2538":1,"2592":1},"2":{"0":38,"515":4,"2483":4,"2649":1,"2651":2}}],["l",{"0":{"120":1},"2":{"0":6,"34":3,"36":2,"45":1,"58":3,"120":5,"121":1,"178":1,"196":23,"218":2,"239":1,"248":1,"266":1,"290":1,"313":1,"337":1,"491":2,"626":1,"628":4,"908":1,"1141":1,"1914":1,"2195":4,"2609":4,"2610":4,"2611":20}}],["leonardo",{"2":{"2662":1}}],["leg",{"2":{"35":11,"2624":2,"2629":1,"2644":11}}],["lego",{"0":{"35":1},"2":{"35":5,"2644":5}}],["legacy",{"2":{"31":1,"63":3}}],["legends",{"0":{"628":1},"2":{"628":9}}],["legendelements",{"2":{"0":2,"623":1}}],["legendelement",{"2":{"0":2}}],["legend",{"0":{"622":1,"623":1,"624":1,"625":1,"626":1,"627":1,"740":1,"2622":1,"2628":1,"2629":1},"1":{"623":1,"624":2,"625":1,"626":1,"627":1,"628":1,"629":1,"630":1,"631":1,"632":1,"633":1,"634":1,"635":1,"636":1,"637":1,"638":1,"639":1,"640":1,"641":1,"642":1,"643":1,"644":1,"645":1,"646":1,"647":1,"648":1,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1,"655":1,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"664":1,"665":1,"666":1,"667":1,"668":1,"669":1,"670":1,"671":1,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1,"678":1,"679":1,"680":1,"681":1,"682":1,"683":1,"684":1,"685":1,"686":1,"687":1,"688":1,"689":1,"690":1},"2":{"0":14,"99":1,"169":2,"183":1,"623":3,"624":6,"625":4,"626":8,"627":6,"628":3,"630":1,"631":1,"632":1,"633":3,"634":1,"635":1,"636":1,"639":2,"640":1,"641":1,"655":1,"664":8,"665":3,"666":1,"667":1,"668":3,"669":3,"670":1,"671":1,"678":2,"681":1,"682":1,"684":1,"685":2,"686":1,"687":1,"688":1,"689":1,"690":1,"1058":5,"1289":2,"2195":2,"2622":2,"2624":1,"2627":1,"2628":3,"2629":3}}],["lead",{"2":{"90":1,"384":2}}],["learn",{"2":{"84":1,"130":1,"2624":1,"2644":2}}],["leave",{"2":{"76":1,"147":1,"1428":1,"2637":1}}],["leaves",{"2":{"16":1,"82":1}}],["leaving",{"2":{"67":1,"98":1}}],["least",{"2":{"0":1,"31":1,"134":2,"147":1,"1831":1}}],["length=30",{"2":{"2609":1}}],["length=300",{"2":{"751":10}}],["length=m",{"2":{"1025":1}}],["length=51",{"2":{"757":1}}],["length=201",{"2":{"757":1}}],["length=100",{"2":{"189":2,"750":1,"753":4,"757":3,"1025":1,"1164":1,"1429":2,"1430":2}}],["length=10",{"2":{"75":1,"1164":1}}],["length=150",{"2":{"34":2}}],["length=40",{"2":{"10":1}}],["length=nframes",{"2":{"8":1}}],["lengthscale",{"0":{"1004":1},"2":{"0":1,"983":2}}],["lengths",{"2":{"0":2,"207":1,"373":2,"983":1,"1013":1,"1911":1,"2303":1,"2459":1}}],["length",{"2":{"0":17,"35":1,"36":4,"58":1,"63":1,"66":1,"80":1,"81":2,"135":3,"287":1,"334":1,"373":1,"383":1,"624":1,"989":2,"1004":1,"1013":1,"1058":1,"1105":1,"1114":1,"1128":1,"1134":1,"1141":1,"1142":1,"1235":2,"1374":8,"1409":3,"1424":2,"1599":1,"1662":1,"1774":1,"1865":1,"1880":5,"1910":1,"1911":2,"1914":2,"1915":2,"1919":1,"2091":1,"2196":3,"2275":2,"2301":1,"2366":1,"2433":4,"2459":1,"2484":4,"2609":1,"2615":1,"2624":3,"2631":1,"2636":2,"2644":1,"2651":7}}],["levels=",{"2":{"1164":1,"1200":2}}],["levels",{"0":{"1185":1,"1221":1,"1248":1,"2289":1},"2":{"0":24,"104":1,"141":1,"190":1,"515":2,"1164":4,"1167":1,"1182":1,"1185":2,"1200":2,"1203":1,"1218":1,"1221":2,"1235":3,"1236":4,"1248":4,"1249":3,"2275":1,"2276":3,"2282":1,"2283":1,"2289":1,"2290":2,"2624":4,"2630":4,"2631":1}}],["level",{"2":{"0":5,"45":1,"99":1,"104":2,"107":1,"110":1,"184":1,"190":6,"214":1,"578":1,"757":1,"1199":1,"1241":1,"1242":1,"1569":1,"1600":1,"1922":1,"2189":1,"2196":1,"2624":1,"2633":1,"2636":1}}],["leftwards",{"2":{"286":1,"410":1,"443":1}}],["leftup",{"2":{"0":1}}],["leftdragstop",{"2":{"0":1}}],["leftdragstart",{"2":{"0":1}}],["leftdrag",{"2":{"0":1}}],["leftdown",{"2":{"0":1}}],["leftdoubleclick",{"2":{"0":1}}],["leftclick",{"2":{"0":1,"212":2,"217":1,"218":1}}],["left|k",{"2":{"0":1}}],["left",{"0":{"96":1},"2":{"0":46,"34":3,"35":13,"39":1,"44":1,"45":9,"63":2,"66":5,"75":2,"80":6,"81":2,"82":5,"83":10,"96":1,"103":1,"123":1,"127":1,"129":1,"190":2,"213":1,"218":6,"232":1,"233":1,"249":3,"308":3,"374":2,"384":1,"535":1,"536":1,"577":1,"579":3,"582":1,"583":1,"603":2,"611":1,"626":2,"627":1,"628":6,"645":1,"685":3,"754":3,"761":1,"778":2,"835":1,"952":4,"1058":5,"1369":1,"1629":1,"1856":5,"1875":2,"1917":1,"2070":1,"2190":1,"2191":2,"2192":5,"2193":2,"2194":2,"2199":2,"2217":1,"2241":1,"2251":2,"2258":1,"2265":1,"2330":6,"2358":1,"2484":1,"2615":2,"2633":2,"2637":1,"2641":3,"2644":13}}],["leftspinevisible",{"0":{"233":1,"536":1},"2":{"0":2,"183":1}}],["leftspinecolor",{"0":{"232":1,"535":1},"2":{"0":2}}],["lets",{"2":{"60":1,"148":1,"2642":1,"2644":1}}],["letter",{"2":{"0":2}}],["let",{"2":{"0":1,"80":3,"81":2,"82":1,"106":2,"107":3,"131":1,"132":1,"133":1,"135":1,"148":4,"152":1,"178":1,"577":1,"1285":1,"2615":6,"2619":3,"2620":1,"2621":1,"2624":1,"2625":1,"2626":1,"2630":1,"2638":1,"2644":1}}],["less",{"2":{"0":3,"31":2,"56":1,"82":1,"106":1,"107":1,"162":1,"1569":1,"1600":1,"1922":1,"2644":1}}],["lisbon50",{"2":{"2656":1}}],["lisbon25",{"2":{"2656":1}}],["lisbon100",{"2":{"2656":1}}],["lisbon10",{"2":{"2656":1}}],["lisbon",{"2":{"2656":1}}],["listened",{"2":{"135":1}}],["listeners",{"2":{"78":2,"82":1,"135":5}}],["listener",{"2":{"78":13}}],["listen",{"2":{"62":2,"118":2,"723":1}}],["listed",{"2":{"14":1}}],["lists",{"2":{"0":4,"722":1,"1185":1,"1221":1,"1248":1,"2289":1}}],["list",{"2":{"0":7,"79":1,"99":1,"136":1,"147":1,"184":1,"206":1,"720":1,"1831":2,"1910":1,"2321":1,"2653":1}}],["lipari50",{"2":{"2656":1}}],["lipari25",{"2":{"2656":1}}],["lipari100",{"2":{"2656":1}}],["lipari10",{"2":{"2656":1}}],["lipari",{"2":{"2656":1}}],["life",{"2":{"2644":1}}],["lifted",{"2":{"10":1,"134":1}}],["lift",{"0":{"133":1,"134":1},"2":{"0":5,"10":5,"35":1,"133":4,"134":9,"135":2,"168":1,"491":1,"585":3,"704":1,"844":1,"863":1,"874":1,"908":1,"2644":1}}],["lie",{"2":{"287":1,"334":1}}],["lies",{"2":{"287":1,"334":1}}],["little",{"2":{"35":1,"97":1,"578":1,"2193":1,"2615":1,"2625":1,"2633":1,"2634":1,"2644":1,"2651":1}}],["libraries",{"2":{"63":2}}],["library",{"2":{"23":1,"27":1,"2618":1}}],["libcpp",{"2":{"28":1}}],["libstdc++",{"2":{"28":1}}],["lib",{"2":{"28":2}}],["libxext",{"2":{"28":1}}],["libxi",{"2":{"28":1}}],["libxinerama",{"2":{"28":1}}],["libxcursor",{"2":{"28":1}}],["libxrandr",{"2":{"28":1}}],["libgl1",{"2":{"28":1}}],["lives",{"2":{"152":1,"626":1,"2615":2}}],["live",{"0":{"12":1},"2":{"12":1,"57":1,"100":1}}],["lins",{"2":{"626":2}}],["lin",{"2":{"624":3,"639":3}}],["linux",{"0":{"26":1},"2":{"27":2,"30":1,"116":1,"196":1,"2617":1}}],["linrange",{"2":{"12":8,"35":2,"36":2,"60":1,"73":2,"163":1,"491":1,"515":2,"585":2,"983":4,"1164":4,"1200":2,"1374":3,"1599":1,"1629":4,"1662":1,"1880":3,"1960":2,"2044":1,"2075":8,"2158":2,"2189":3,"2190":1,"2275":1,"2398":1,"2433":3,"2459":3,"2480":1,"2624":2,"2630":2,"2644":2}}],["linking",{"0":{"206":1}}],["linked",{"2":{"14":1,"149":2,"156":1,"206":3,"207":1}}],["linkyaxes",{"2":{"0":1,"206":1,"2624":1,"2627":1}}],["linkxaxes",{"2":{"0":1,"206":1,"2624":1,"2627":1}}],["link",{"2":{"0":3,"140":1,"200":1,"206":2,"2627":1}}],["linkaxes",{"2":{"0":1}}],["line2",{"2":{"908":2}}],["line1",{"2":{"908":2}}],["lineobject",{"2":{"750":1}}],["lineelements",{"2":{"624":1,"627":1,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1}}],["lineelement",{"2":{"623":1,"627":4}}],["lineend",{"2":{"0":1,"985":1}}],["linecaps",{"2":{"1585":2}}],["linecap",{"0":{"939":1,"968":1,"1151":1,"1186":1,"1222":1,"1359":1,"1390":1,"1496":1,"1526":1,"1585":1,"1615":1,"1790":1,"1896":1,"1976":1,"2005":1,"2060":1,"2141":1,"2315":1,"2383":1,"2536":1,"2589":1},"2":{"0":49,"939":2,"968":1,"1151":1,"1186":1,"1222":1,"1359":1,"1390":1,"1496":2,"1526":1,"1585":4,"1615":2,"1790":1,"1896":1,"1976":1,"2005":1,"2060":1,"2141":1,"2315":1,"2383":2,"2536":1,"2589":2}}],["linecolorrange",{"0":{"651":1},"2":{"0":1}}],["linecolormap",{"0":{"650":1},"2":{"0":1}}],["linecolor",{"0":{"649":1,"1005":1},"2":{"0":25,"184":2,"649":1,"927":1,"955":1,"983":3,"992":1,"1120":1,"1135":1,"1146":1,"1346":1,"1377":1,"1484":1,"1572":1,"1603":1,"1809":1,"1834":1,"1883":1,"1963":1,"2047":1,"2095":1,"2104":1,"2349":1,"2371":1,"2577":1}}],["lineplot",{"2":{"8":3}}],["linepattern",{"2":{"0":4,"1513":1,"1777":1,"2523":1}}],["linepoints",{"0":{"652":1},"2":{"0":1,"627":1}}],["linearindices",{"2":{"2158":1}}],["linearalgebra",{"2":{"46":1,"66":1,"983":1,"1629":1,"2158":1,"2611":1}}],["linear",{"2":{"0":2,"69":1,"287":1,"299":2,"334":1,"346":2,"2158":9,"2660":36}}],["linearticks",{"2":{"0":3,"299":1,"346":1,"799":1}}],["lineheight",{"0":{"612":1,"2218":1},"2":{"0":5,"603":4,"612":1,"2218":1}}],["linewidth=3",{"2":{"2643":1}}],["linewidth=5",{"2":{"2642":1}}],["linewidth=2",{"2":{"36":1,"59":1,"924":1,"1200":4,"1629":2}}],["linewidth=10",{"2":{"0":1,"8":1}}],["linewidth",{"0":{"595":1,"654":1,"854":1,"941":1,"970":1,"1007":1,"1153":1,"1188":1,"1224":1,"1361":1,"1391":1,"1498":1,"1587":1,"1617":1,"1818":1,"1843":1,"1897":1,"1978":1,"2007":1,"2062":1,"2117":1,"2143":1,"2256":1,"2306":1,"2309":1,"2313":1,"2385":1,"2591":1},"2":{"0":74,"10":1,"66":1,"105":4,"150":2,"152":1,"182":1,"627":1,"654":1,"757":3,"758":2,"782":1,"787":1,"816":1,"821":1,"939":1,"941":1,"968":1,"970":1,"983":2,"1121":1,"1136":1,"1141":1,"1153":1,"1271":1,"1359":1,"1361":1,"1391":1,"1496":1,"1498":1,"1584":1,"1585":3,"1586":4,"1587":5,"1599":2,"1615":1,"1617":1,"1818":1,"1843":1,"1897":1,"1914":2,"1978":1,"2060":1,"2062":1,"2099":1,"2108":1,"2111":1,"2117":1,"2143":1,"2236":1,"2256":1,"2301":1,"2306":1,"2309":1,"2313":1,"2327":1,"2350":1,"2383":1,"2385":1,"2589":1,"2591":1}}],["line",{"2":{"0":81,"8":1,"10":1,"26":1,"36":1,"46":1,"80":1,"82":2,"105":4,"107":2,"142":1,"152":1,"243":1,"253":1,"364":1,"510":1,"550":1,"567":1,"595":1,"624":1,"626":1,"627":6,"633":1,"636":1,"639":2,"649":1,"653":1,"654":1,"664":2,"665":1,"668":1,"669":2,"671":1,"678":1,"685":1,"854":1,"873":1,"924":1,"927":1,"940":1,"941":1,"955":1,"968":1,"969":1,"970":1,"976":1,"1005":1,"1025":1,"1139":1,"1155":1,"1156":1,"1162":1,"1346":1,"1359":1,"1360":1,"1361":1,"1401":1,"1481":1,"1484":1,"1497":1,"1498":1,"1527":1,"1568":2,"1569":4,"1572":1,"1585":1,"1586":1,"1587":1,"1598":1,"1600":4,"1603":1,"1616":1,"1617":1,"1791":1,"1809":1,"1831":5,"1834":1,"1858":1,"1874":1,"1907":1,"1914":2,"1915":1,"1963":1,"1977":1,"1978":1,"1996":1,"2047":1,"2060":1,"2061":1,"2062":1,"2368":1,"2371":1,"2384":1,"2385":1,"2537":1,"2577":1,"2590":1,"2591":1,"2618":1,"2619":4,"2621":1,"2640":2,"2649":1}}],["linescatter",{"2":{"167":1}}],["linesegs",{"2":{"148":5}}],["linesegments",{"0":{"1598":1,"1718":1},"1":{"1599":1,"1600":1,"1601":1,"1602":1,"1603":1,"1604":1,"1605":1,"1606":1,"1607":1,"1608":1,"1609":1,"1610":1,"1611":1,"1612":1,"1613":1,"1614":1,"1615":1,"1616":1,"1617":1,"1618":1,"1619":1,"1620":1,"1621":1,"1622":1,"1623":1,"1624":1,"1625":1,"1626":1},"2":{"0":15,"46":4,"49":1,"59":1,"80":3,"81":1,"82":2,"148":2,"152":1,"1598":6,"1599":3,"1600":5}}],["linestring",{"2":{"0":4}}],["linestyles",{"2":{"1586":2}}],["linestyle=",{"2":{"924":1,"2044":2}}],["linestyle",{"0":{"361":1,"653":1,"940":1,"969":1,"1006":1,"1152":1,"1187":1,"1223":1,"1335":1,"1360":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"1817":1,"1842":1,"1977":1,"2006":1,"2061":1,"2116":1,"2142":1,"2255":1,"2305":1,"2308":1,"2312":1,"2316":1,"2384":1,"2537":1,"2590":1},"2":{"0":59,"46":1,"49":1,"150":2,"152":2,"182":1,"185":2,"263":1,"274":1,"310":1,"321":1,"361":4,"627":4,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"780":1,"785":1,"804":1,"814":1,"819":1,"940":1,"969":1,"1006":1,"1141":1,"1142":1,"1360":1,"1497":1,"1527":1,"1586":6,"1616":1,"1791":1,"1977":1,"2061":1,"2255":1,"2305":2,"2308":1,"2312":2,"2316":1,"2384":1,"2537":1,"2590":1,"2621":1,"2622":1}}],["lines",{"0":{"1568":1,"1717":1},"1":{"1569":1,"1570":1,"1571":1,"1572":1,"1573":1,"1574":1,"1575":1,"1576":1,"1577":1,"1578":1,"1579":1,"1580":1,"1581":1,"1582":1,"1583":1,"1584":1,"1585":1,"1586":1,"1587":1,"1588":1,"1589":1,"1590":1,"1591":1,"1592":1,"1593":1,"1594":1,"1595":1,"1596":1,"1597":1},"2":{"0":48,"8":1,"10":2,"36":2,"46":1,"49":1,"66":1,"68":1,"80":1,"82":4,"100":1,"102":1,"138":2,"141":3,"142":7,"145":1,"147":1,"149":1,"152":6,"162":4,"166":1,"168":1,"169":1,"178":1,"182":2,"185":6,"186":6,"196":1,"203":1,"205":1,"206":3,"208":2,"223":1,"234":1,"262":1,"263":1,"264":1,"265":1,"273":1,"274":1,"275":1,"276":1,"287":2,"309":1,"310":1,"311":1,"312":1,"320":1,"321":1,"322":1,"323":1,"334":2,"624":2,"625":5,"626":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"750":1,"751":5,"753":1,"756":1,"757":6,"758":2,"770":1,"802":3,"874":1,"908":2,"992":1,"1025":1,"1141":1,"1167":1,"1183":1,"1185":1,"1203":1,"1219":1,"1221":1,"1377":1,"1391":1,"1481":2,"1508":1,"1509":1,"1568":5,"1569":8,"1572":5,"1584":1,"1585":2,"1586":2,"1587":1,"1600":3,"1883":1,"1897":1,"1914":3,"1959":1,"1996":2,"2074":1,"2127":1,"2195":3,"2301":1,"2368":2,"2395":1,"2396":1,"2459":1,"2619":5,"2620":3,"2621":1,"2622":1,"2624":1,"2634":1,"2640":1,"2642":1,"2643":1}}],["lineto",{"2":{"0":4,"1912":1,"1915":8,"1916":3}}],["limiting",{"2":{"283":1,"305":1,"330":1,"352":1,"753":1,"756":1}}],["limitations",{"0":{"74":1},"2":{"57":1,"1323":1}}],["limit",{"0":{"212":1,"972":1,"1154":1,"1190":1,"1226":1,"1363":1,"1529":1,"1589":1,"1793":1,"1985":1,"2011":1,"2064":1,"2146":1,"2320":1,"2539":1},"2":{"0":49,"212":1,"234":1,"373":1,"751":2,"752":1,"967":1,"972":1,"1154":1,"1190":1,"1226":1,"1258":2,"1273":1,"1274":1,"1358":1,"1363":1,"1529":1,"1584":2,"1589":1,"1793":1,"1985":1,"2011":1,"2059":1,"2064":1,"2146":1,"2236":2,"2320":1,"2486":1,"2539":1}}],["limited",{"2":{"0":2,"18":1,"71":1,"287":1,"334":1,"2486":1,"2603":2,"2604":1}}],["limits=",{"2":{"1289":1,"1918":1}}],["limits",{"0":{"234":1,"382":1,"537":1,"751":1,"1877":1},"2":{"0":69,"11":1,"12":2,"42":1,"43":1,"45":1,"47":2,"69":4,"76":5,"148":1,"159":1,"196":1,"212":6,"222":3,"223":3,"234":15,"287":2,"304":1,"334":2,"351":1,"382":3,"385":2,"515":7,"585":1,"751":1,"752":1,"773":1,"777":1,"783":1,"794":1,"817":3,"844":1,"924":1,"1248":3,"1408":1,"1422":1,"1430":5,"1856":1,"1914":1,"1920":1,"1925":1,"1926":1,"1944":1,"1949":1,"2189":1,"2194":4,"2601":1,"2615":1,"2627":1,"2643":2}}],["likely",{"2":{"0":1,"27":2,"145":1}}],["like",{"2":{"0":91,"10":1,"31":1,"58":1,"60":1,"62":1,"63":3,"64":1,"68":1,"72":1,"74":1,"76":1,"80":1,"81":1,"83":1,"84":1,"99":1,"100":2,"102":1,"105":1,"106":3,"111":1,"118":1,"122":1,"125":1,"131":1,"132":1,"135":1,"136":1,"137":2,"138":2,"145":1,"148":2,"155":1,"162":3,"164":2,"165":1,"183":1,"192":1,"205":1,"373":1,"383":1,"385":1,"515":1,"577":1,"583":1,"603":1,"623":1,"624":2,"625":1,"691":1,"750":1,"926":1,"932":1,"954":1,"960":1,"982":1,"986":1,"996":1,"1027":1,"1034":1,"1060":1,"1069":1,"1166":1,"1171":1,"1202":1,"1207":1,"1240":1,"1290":1,"1293":1,"1299":1,"1345":1,"1351":1,"1376":1,"1382":1,"1411":1,"1424":1,"1426":1,"1433":1,"1437":1,"1483":1,"1489":1,"1512":1,"1518":1,"1547":1,"1551":1,"1571":1,"1577":1,"1602":1,"1608":1,"1629":1,"1631":1,"1638":1,"1664":1,"1671":1,"1753":1,"1776":1,"1782":1,"1811":1,"1836":1,"1882":1,"1888":1,"1911":1,"1912":2,"1914":4,"1915":1,"1922":1,"1924":1,"1930":1,"1962":1,"1968":1,"2019":1,"2023":1,"2046":1,"2052":1,"2082":1,"2124":1,"2132":1,"2160":1,"2166":1,"2200":1,"2205":1,"2243":1,"2280":1,"2301":1,"2339":1,"2370":1,"2376":1,"2402":1,"2407":1,"2435":1,"2441":1,"2458":1,"2459":2,"2461":1,"2478":1,"2488":1,"2494":1,"2522":1,"2528":1,"2576":1,"2582":1,"2615":1,"2616":1,"2619":3,"2626":1,"2633":1,"2644":1}}],["lightterrain",{"2":{"2662":1}}],["lighttemperaturemap",{"2":{"2662":1}}],["lighttest",{"2":{"0":1,"2002":1,"2654":1}}],["lightrainbow",{"2":{"2654":1}}],["lightposition=",{"2":{"2639":1}}],["lightgrey",{"2":{"2017":1}}],["lightblue",{"2":{"753":3,"2301":1,"2602":1}}],["lightweight",{"2":{"143":1,"162":1}}],["lightness",{"2":{"34":4}}],["lighting`",{"2":{"2639":1}}],["lighting",{"0":{"2603":1,"2605":1},"1":{"2604":1,"2605":1,"2606":1,"2607":1,"2608":1,"2609":1,"2610":1,"2611":1,"2612":1},"2":{"0":15,"157":1,"1016":2,"1049":2,"1653":2,"1687":2,"2180":2,"2424":2,"2511":2,"2603":5,"2605":2,"2613":1}}],["lights=lights",{"2":{"31":1,"32":1,"33":1,"34":1,"35":1,"36":1,"2644":1}}],["lights",{"2":{"0":9,"22":3,"31":4,"32":1,"33":1,"34":4,"35":1,"36":1,"691":1,"1016":1,"1049":1,"1653":1,"1687":1,"2180":1,"2424":1,"2511":1,"2605":5,"2607":4,"2608":6,"2609":9,"2610":5,"2611":6,"2639":2,"2644":1}}],["light",{"0":{"174":1,"2606":1},"1":{"2607":1,"2608":1,"2609":1,"2610":1,"2611":1,"2612":1},"2":{"0":39,"22":3,"31":2,"34":2,"145":1,"174":1,"991":1,"997":1,"1019":1,"1028":1,"1035":1,"1052":1,"1632":1,"1639":1,"1656":1,"1665":1,"1672":1,"1690":1,"2161":1,"2167":1,"2183":1,"2400":1,"2403":1,"2408":1,"2427":1,"2489":1,"2496":1,"2514":1,"2601":1,"2604":10,"2605":10,"2611":1,"2639":1,"2644":1}}],["ltriangle",{"2":{"1913":2}}],["lt",{"2":{"0":131,"106":1,"145":2,"626":1,"758":2,"764":1,"932":2,"951":1,"960":2,"982":2,"996":2,"1029":2,"1034":2,"1069":2,"1171":2,"1185":1,"1207":2,"1221":1,"1240":2,"1248":2,"1299":2,"1351":2,"1382":2,"1423":1,"1437":2,"1489":2,"1513":2,"1518":2,"1551":2,"1577":2,"1608":2,"1633":2,"1638":2,"1671":2,"1753":2,"1777":2,"1782":2,"1811":2,"1831":1,"1836":2,"1888":2,"1912":1,"1930":2,"1968":2,"1996":5,"2023":2,"2052":2,"2082":2,"2132":2,"2162":1,"2166":2,"2201":1,"2205":2,"2243":2,"2280":2,"2289":1,"2298":1,"2339":2,"2376":2,"2407":2,"2441":2,"2494":2,"2523":2,"2528":2,"2582":2}}],["=>",{"2":{"35":15,"58":3,"59":1,"60":2,"61":2,"63":7,"110":4,"147":2,"164":8,"184":2,"1289":4,"2644":15}}],["==",{"2":{"0":6,"58":1,"80":13,"81":9,"82":8,"83":1,"92":2,"104":7,"107":2,"195":2,"577":3,"721":1,"1473":1,"1584":1,"1856":4,"2118":1,"2330":2,"2624":1,"2634":1}}],["===",{"2":{"0":31,"32":1,"167":2,"217":1,"218":2,"585":1,"1586":1,"2330":4}}],["=",{"2":{"0":2031,"8":8,"10":25,"11":6,"12":24,"14":2,"16":8,"17":2,"19":9,"20":1,"22":22,"23":4,"24":6,"31":15,"32":26,"33":28,"34":33,"35":35,"36":35,"38":2,"39":5,"44":5,"45":49,"46":26,"47":2,"56":3,"58":7,"59":10,"60":23,"61":9,"62":1,"63":7,"64":5,"66":81,"69":1,"71":4,"73":3,"75":6,"76":8,"78":7,"80":28,"81":14,"82":20,"83":7,"85":3,"91":2,"92":6,"94":2,"96":8,"97":9,"98":9,"100":9,"101":5,"102":8,"103":4,"104":14,"105":19,"106":9,"107":10,"109":4,"110":9,"120":8,"121":4,"131":3,"132":5,"133":11,"134":10,"135":7,"137":2,"138":10,"141":5,"142":11,"145":6,"147":10,"148":38,"149":1,"150":12,"151":5,"152":27,"153":1,"155":2,"157":5,"159":1,"162":7,"163":25,"164":5,"166":3,"167":14,"168":10,"169":26,"178":3,"179":1,"181":1,"182":4,"183":9,"184":10,"185":12,"186":5,"187":13,"189":29,"190":22,"191":39,"192":19,"194":3,"195":21,"196":24,"199":10,"202":5,"203":4,"204":3,"205":20,"206":12,"207":20,"208":8,"218":2,"222":15,"223":8,"234":13,"239":8,"248":5,"249":7,"261":3,"266":5,"279":7,"287":17,"288":2,"290":7,"299":5,"301":5,"304":13,"308":3,"313":5,"326":7,"334":17,"335":2,"337":6,"346":5,"348":5,"351":13,"357":5,"358":4,"361":4,"362":5,"364":4,"373":24,"374":6,"379":5,"383":6,"384":15,"396":8,"410":10,"423":1,"443":10,"456":1,"474":10,"487":1,"491":11,"515":46,"516":1,"553":2,"575":3,"576":3,"577":5,"578":8,"579":7,"580":13,"581":6,"582":20,"583":6,"584":5,"585":22,"603":21,"624":10,"625":26,"626":27,"627":30,"628":41,"633":10,"639":8,"664":37,"665":10,"668":8,"669":7,"678":8,"685":10,"691":7,"704":23,"705":9,"749":3,"750":11,"751":22,"752":25,"753":42,"754":12,"756":1,"757":35,"758":18,"775":1,"810":1,"844":13,"863":20,"873":3,"874":9,"908":12,"924":2,"932":2,"947":1,"949":1,"952":8,"960":2,"978":1,"980":1,"983":39,"996":2,"1020":1,"1022":1,"1025":16,"1033":1,"1034":2,"1053":1,"1055":1,"1058":86,"1068":1,"1069":2,"1096":1,"1101":1,"1105":15,"1106":6,"1107":8,"1113":1,"1141":29,"1142":11,"1143":8,"1164":15,"1171":2,"1195":1,"1197":1,"1200":8,"1207":2,"1231":1,"1233":1,"1235":20,"1236":8,"1240":2,"1249":2,"1254":1,"1256":1,"1259":7,"1265":1,"1282":1,"1284":5,"1285":14,"1287":14,"1288":7,"1289":7,"1290":1,"1292":5,"1299":2,"1317":1,"1319":1,"1322":14,"1323":17,"1324":5,"1328":1,"1332":1,"1343":9,"1351":2,"1368":1,"1371":1,"1374":27,"1382":2,"1397":1,"1399":1,"1404":24,"1405":25,"1406":10,"1407":13,"1408":13,"1409":11,"1424":1,"1426":20,"1427":4,"1428":3,"1429":4,"1430":10,"1431":8,"1437":2,"1450":1,"1452":1,"1455":10,"1456":7,"1457":2,"1458":5,"1463":1,"1481":2,"1489":2,"1504":1,"1506":1,"1510":4,"1517":1,"1518":2,"1535":1,"1540":1,"1545":14,"1551":2,"1564":1,"1566":1,"1569":22,"1572":10,"1577":2,"1584":14,"1585":14,"1586":16,"1587":9,"1594":1,"1596":1,"1599":6,"1600":22,"1608":2,"1623":1,"1625":1,"1628":9,"1629":24,"1637":1,"1638":2,"1657":1,"1659":1,"1662":5,"1671":2,"1691":1,"1693":1,"1750":15,"1753":2,"1766":1,"1770":1,"1774":21,"1781":1,"1782":2,"1799":1,"1804":1,"1807":2,"1811":2,"1825":1,"1829":1,"1831":3,"1832":3,"1836":2,"1850":1,"1854":1,"1856":105,"1864":1,"1880":12,"1888":2,"1903":1,"1905":1,"1910":3,"1911":8,"1913":14,"1914":24,"1915":6,"1916":3,"1917":8,"1918":2,"1919":7,"1920":13,"1921":4,"1922":38,"1925":10,"1926":13,"1930":2,"1944":9,"1949":8,"1951":1,"1952":6,"1953":6,"1956":1,"1960":12,"1968":2,"1990":1,"1994":1,"1996":1,"1998":3,"1999":1,"2000":2,"2016":2,"2017":8,"2023":2,"2039":1,"2041":1,"2044":3,"2052":2,"2069":1,"2072":1,"2075":27,"2081":1,"2082":2,"2094":1,"2103":1,"2111":9,"2115":1,"2121":2,"2122":5,"2132":2,"2152":1,"2155":1,"2158":21,"2166":2,"2184":1,"2186":1,"2189":12,"2190":8,"2191":6,"2192":19,"2193":11,"2194":16,"2195":7,"2196":13,"2197":7,"2205":2,"2228":1,"2234":1,"2239":3,"2241":1,"2243":2,"2260":1,"2267":1,"2274":16,"2275":66,"2276":9,"2280":2,"2290":1,"2295":1,"2297":1,"2301":31,"2303":2,"2330":27,"2331":6,"2332":8,"2337":1,"2339":2,"2360":1,"2364":1,"2368":2,"2376":2,"2391":1,"2393":1,"2397":6,"2398":18,"2407":2,"2428":1,"2430":1,"2433":20,"2441":2,"2454":1,"2456":1,"2459":35,"2480":10,"2481":5,"2482":3,"2483":7,"2484":21,"2485":11,"2494":2,"2505":2,"2515":1,"2517":1,"2520":4,"2527":1,"2528":2,"2545":1,"2550":1,"2555":19,"2558":1,"2574":2,"2582":2,"2597":1,"2599":1,"2601":1,"2602":9,"2604":4,"2605":7,"2607":15,"2608":16,"2609":37,"2610":12,"2611":25,"2613":1,"2614":3,"2615":19,"2619":3,"2620":7,"2621":8,"2622":12,"2624":83,"2625":3,"2626":10,"2627":14,"2628":1,"2629":7,"2630":13,"2631":7,"2632":3,"2633":7,"2634":11,"2635":3,"2636":2,"2637":4,"2639":7,"2640":9,"2641":1,"2642":12,"2643":2,"2644":44,"2647":2,"2648":3,"2651":96,"2653":11}}],["oleron50",{"2":{"2656":1}}],["oleron25",{"2":{"2656":1}}],["oleron100",{"2":{"2656":1}}],["oleron10",{"2":{"2656":1}}],["oleron",{"2":{"2656":1}}],["old",{"2":{"0":4,"27":1,"31":1,"88":2,"148":2,"152":1,"167":1,"583":1,"2654":1}}],["oldaxis",{"2":{"0":2}}],["oxy",{"2":{"2655":1}}],["oak",{"2":{"2484":1}}],["ocean",{"2":{"2659":1}}],["october",{"2":{"1323":1}}],["occurs",{"2":{"29":1,"2615":1}}],["occurring",{"2":{"0":2}}],["occurrence",{"2":{"0":2,"625":1}}],["occasionally",{"2":{"2":1}}],["occluded",{"2":{"2601":1}}],["occludes",{"2":{"0":1,"2409":1}}],["occlusion",{"2":{"0":43,"22":1,"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1450":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2295":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2601":3}}],["ok",{"2":{"116":1,"2625":1}}],["oslo50",{"2":{"2656":1}}],["oslo25",{"2":{"2656":1}}],["oslo100",{"2":{"2656":1}}],["oslo10",{"2":{"2656":1}}],["oslo",{"2":{"2656":1}}],["osm",{"0":{"1288":1},"2":{"1288":1}}],["os",{"2":{"106":2,"2619":1}}],["osx",{"2":{"23":1,"30":2}}],["own",{"2":{"31":1,"37":1,"64":1,"72":1,"76":2,"97":2,"124":1,"125":1,"143":1,"214":1,"577":2,"1912":1}}],["owned",{"2":{"0":1}}],["oit",{"2":{"22":1,"191":6}}],["our",{"2":{"10":1,"70":1,"80":1,"81":1,"82":2,"98":1,"105":1,"106":1,"107":3,"132":1,"136":1,"148":13,"162":1,"166":2,"199":1,"2603":1,"2615":3,"2618":1,"2619":2,"2620":1,"2623":1,"2625":1,"2637":1,"2646":2,"2648":2}}],["outgoing",{"2":{"2604":2}}],["outs",{"2":{"751":1}}],["outside",{"0":{"756":1},"2":{"0":6,"83":1,"127":1,"192":3,"287":2,"334":2,"516":1,"580":6,"582":1,"585":1,"756":2,"1104":1,"1282":1,"1916":1,"2462":1,"2480":1,"2605":1}}],["outlining",{"2":{"2642":1}}],["outlined",{"2":{"1918":1}}],["outline",{"0":{"1569":1,"1600":1,"1922":1,"2254":1,"2255":1,"2256":1},"2":{"0":23,"152":1,"796":1,"797":2,"828":1,"829":2,"1536":1,"1538":1,"1569":1,"1600":1,"1800":1,"1802":1,"1876":1,"1918":1,"1922":1,"1952":1,"1953":1,"1991":1,"1992":1,"2229":1,"2230":1,"2254":1,"2255":1,"2256":1,"2261":1,"2262":1,"2546":1,"2548":1,"2640":2}}],["outliercolor",{"0":{"1125":1},"2":{"0":1,"1105":4}}],["outlierstrokewidth",{"0":{"1127":1},"2":{"0":1}}],["outlierstrokecolor",{"0":{"1126":1},"2":{"0":1}}],["outliers",{"0":{"1131":1,"1873":1},"2":{"0":5,"1104":1,"1105":2,"1131":1,"1873":1}}],["output",{"0":{"57":1},"1":{"58":1},"2":{"0":4,"16":2,"20":1,"22":1,"31":3,"58":4,"66":4,"82":1,"105":1,"106":3,"107":2,"133":1,"162":1,"191":1,"723":1,"751":1,"982":1,"1284":1,"2127":1}}],["outputs",{"2":{"0":3,"106":1}}],["outer=2",{"2":{"1025":1,"2555":4}}],["outermost",{"2":{"304":1,"351":1,"2620":1}}],["outer",{"2":{"0":4,"579":1,"753":1,"1236":1,"1764":1,"2275":6,"2276":1,"2301":5}}],["out",{"2":{"0":15,"7":1,"11":1,"27":1,"45":4,"47":1,"54":1,"60":2,"62":1,"66":1,"68":1,"74":2,"82":2,"105":2,"106":2,"109":1,"118":1,"122":1,"147":1,"148":4,"192":1,"210":1,"234":1,"288":1,"335":1,"515":1,"553":1,"627":2,"751":1,"757":1,"758":2,"775":1,"1287":3,"1428":1,"1629":1,"1912":1,"1914":1,"1916":1,"1918":1,"2459":1,"2601":1,"2615":2,"2644":1}}],["omitting",{"2":{"203":1,"584":1,"1164":1,"1200":1}}],["omitted",{"2":{"0":1,"1424":1}}],["omits",{"2":{"0":1,"1831":1}}],["otf",{"2":{"0":1}}],["others",{"2":{"0":3,"31":1}}],["otherwise",{"2":{"0":6,"22":1,"73":1,"75":2,"82":1,"104":1,"157":1,"515":1,"664":1,"794":1,"810":1,"1856":1,"2273":1,"2615":1}}],["other",{"0":{"755":1},"1":{"756":1,"757":1,"758":1},"2":{"0":115,"17":1,"22":2,"27":2,"31":3,"45":1,"59":1,"60":1,"69":1,"71":1,"74":1,"75":3,"78":2,"80":1,"82":2,"83":2,"97":2,"106":2,"107":3,"122":1,"130":1,"133":1,"135":1,"138":1,"146":1,"147":1,"148":2,"150":1,"152":2,"155":1,"162":1,"164":1,"186":1,"190":3,"206":2,"207":1,"299":1,"301":1,"346":1,"348":1,"373":1,"384":1,"385":1,"576":1,"577":2,"578":2,"579":1,"625":1,"720":3,"932":1,"945":1,"960":1,"975":1,"982":1,"996":1,"1010":1,"1014":1,"1034":1,"1045":1,"1048":1,"1069":1,"1094":1,"1171":1,"1193":1,"1207":1,"1229":1,"1240":1,"1252":1,"1287":1,"1299":1,"1313":1,"1337":1,"1351":1,"1366":1,"1382":1,"1395":1,"1437":1,"1448":1,"1489":1,"1502":1,"1518":1,"1532":1,"1551":1,"1562":1,"1577":1,"1592":1,"1608":1,"1621":1,"1638":1,"1649":1,"1652":1,"1671":1,"1682":1,"1685":1,"1753":1,"1763":1,"1782":1,"1796":1,"1811":1,"1823":1,"1836":1,"1848":1,"1879":1,"1888":1,"1901":1,"1914":1,"1915":1,"1922":1,"1930":1,"1948":1,"1968":1,"1988":1,"2023":1,"2037":1,"2052":1,"2067":1,"2082":1,"2092":1,"2132":1,"2149":1,"2166":1,"2174":1,"2176":1,"2179":1,"2197":1,"2205":1,"2224":1,"2243":1,"2257":1,"2280":1,"2293":1,"2339":1,"2355":1,"2376":1,"2389":1,"2407":1,"2409":1,"2420":1,"2423":1,"2441":1,"2452":1,"2482":1,"2485":1,"2494":1,"2507":1,"2510":1,"2528":1,"2542":1,"2554":1,"2582":1,"2595":1,"2615":4,"2619":2,"2630":1,"2637":1,"2649":1}}],["odd",{"0":{"711":1},"2":{"0":3,"711":1,"1282":1}}],["opacity",{"0":{"2650":1}}],["opaque",{"2":{"191":4}}],["opposite",{"2":{"413":1,"446":1,"477":1,"578":1}}],["opt",{"2":{"28":2,"116":2}}],["optimization",{"2":{"0":1}}],["optimized",{"2":{"31":1,"161":1,"1286":1}}],["optimize",{"2":{"0":2,"74":1,"75":1,"1286":1}}],["optimally",{"2":{"74":1}}],["optimal",{"2":{"0":1}}],["optional",{"2":{"0":17,"31":1,"58":1,"147":2,"159":1,"623":1,"873":1,"1918":1,"1932":1,"2282":1,"2283":1,"2397":1}}],["optionally",{"2":{"0":6,"14":1,"22":1,"145":1,"354":1,"625":1,"2478":1,"2484":1,"2518":1}}],["optionvalue",{"2":{"0":2}}],["optionlabel",{"2":{"0":1}}],["option",{"2":{"0":5,"107":1,"158":1,"218":2,"234":1,"2605":1,"2644":1}}],["options=",{"2":{"168":1}}],["options",{"0":{"720":1},"2":{"0":45,"16":3,"31":1,"45":2,"56":1,"83":1,"184":1,"187":1,"249":1,"287":1,"334":1,"373":1,"704":2,"705":2,"719":1,"720":2,"794":1,"940":1,"967":1,"968":1,"969":1,"1016":1,"1049":1,"1358":1,"1359":1,"1360":1,"1497":1,"1527":1,"1584":1,"1585":1,"1586":1,"1616":1,"1653":1,"1687":1,"1791":1,"2059":1,"2060":1,"2061":1,"2180":1,"2384":1,"2424":1,"2511":1,"2537":1,"2590":1,"2605":2,"2624":1}}],["op",{"2":{"0":1}}],["operator",{"2":{"164":1}}],["operate",{"2":{"76":1,"2615":1}}],["operation=log10",{"2":{"1290":1}}],["operations",{"2":{"68":2,"147":1,"1915":1}}],["operation",{"0":{"1307":1,"1312":1},"2":{"0":4,"68":1,"76":1,"102":1,"134":1,"1288":1,"1307":1,"1312":1}}],["opencl",{"2":{"30":1}}],["opened",{"2":{"22":2,"2619":1}}],["opengl",{"0":{"27":1,"34":1},"2":{"21":2,"22":1,"27":5,"28":2,"88":1,"90":1,"92":1,"197":1,"2642":1,"2644":1}}],["opening",{"2":{"0":1,"712":1}}],["open",{"0":{"719":1},"2":{"0":6,"16":1,"25":1,"60":1,"64":1,"79":2,"92":2,"148":14,"161":1,"199":3,"200":2,"704":1,"705":2,"748":1,"1282":1,"1288":1,"2602":1,"2641":1}}],["overflow",{"2":{"2486":1}}],["overflows",{"2":{"0":2,"2236":1}}],["overview",{"0":{"731":1,"1695":1},"1":{"732":1,"733":1,"734":1,"735":1,"736":1,"737":1,"738":1,"739":1,"740":1,"741":1,"742":1,"743":1,"744":1,"745":1,"746":1,"747":1,"1696":1,"1697":1,"1698":1,"1699":1,"1700":1,"1701":1,"1702":1,"1703":1,"1704":1,"1705":1,"1706":1,"1707":1,"1708":1,"1709":1,"1710":1,"1711":1,"1712":1,"1713":1,"1714":1,"1715":1,"1716":1,"1717":1,"1718":1,"1719":1,"1720":1,"1721":1,"1722":1,"1723":1,"1724":1,"1725":1,"1726":1,"1727":1,"1728":1,"1729":1,"1730":1,"1731":1,"1732":1,"1733":1,"1734":1,"1735":1,"1736":1,"1737":1,"1738":1,"1739":1,"1740":1,"1741":1,"1742":1,"1743":1,"1744":1,"1745":1,"1746":1,"1747":1,"1748":1},"2":{"198":1}}],["overhead",{"2":{"162":1}}],["overall",{"2":{"107":1,"1914":1}}],["overwrite",{"2":{"82":1}}],["overwritten",{"2":{"0":1,"45":1}}],["overlayed",{"2":{"1289":1}}],["overlap",{"2":{"190":1}}],["overlapping",{"2":{"104":1,"190":1}}],["overlaps",{"2":{"74":1,"2633":1}}],["overloads",{"2":{"165":1}}],["overload",{"2":{"0":1,"59":1,"76":1,"137":2,"148":1,"165":2,"166":1,"219":1}}],["overloading",{"2":{"0":1,"76":1,"1292":1}}],["overloaded",{"2":{"0":1,"31":1,"76":1}}],["overridden",{"2":{"0":2,"23":1,"24":1,"549":1,"992":1}}],["override",{"0":{"2648":1},"2":{"0":1,"178":1,"181":1,"2192":1,"2648":2}}],["overrides",{"2":{"0":43,"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1446":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1946":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2252":1,"2291":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1}}],["overdraw",{"0":{"945":1,"975":1,"1014":1,"1048":1,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1448":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2224":1,"2257":1,"2293":1,"2355":1,"2389":1,"2423":1,"2452":1,"2510":1,"2542":1,"2595":1},"2":{"0":88,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1437":1,"1489":1,"1518":1,"1551":1,"1569":3,"1577":1,"1600":3,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1922":3,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2280":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2495":1,"2528":1,"2582":1}}],["over",{"0":{"1063":1,"1064":1,"1475":1,"1476":1},"2":{"0":59,"8":1,"10":1,"63":1,"82":1,"107":1,"150":2,"161":1,"163":1,"287":1,"334":1,"496":1,"507":1,"585":2,"589":1,"849":1,"945":1,"975":1,"1014":1,"1048":1,"1058":2,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1424":1,"1427":1,"1448":1,"1461":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2113":1,"2149":1,"2179":1,"2224":1,"2257":1,"2275":1,"2293":1,"2355":1,"2389":1,"2423":1,"2452":1,"2510":1,"2542":1,"2595":1,"2619":1,"2624":1}}],["o",{"2":{"0":1,"45":1,"2196":1}}],["obs",{"2":{"34":2,"76":3,"2485":1}}],["observations",{"0":{"1407":1,"1409":1},"2":{"0":3,"1402":1,"1422":1,"1480":1}}],["observation",{"2":{"0":4,"1134":1,"1423":2,"2366":1}}],["observable`",{"2":{"76":1}}],["observables",{"0":{"10":1,"11":1,"78":1,"130":1,"133":1},"1":{"131":1,"132":1,"133":1,"134":1,"135":1},"2":{"0":7,"7":3,"10":2,"12":1,"35":1,"45":1,"59":1,"67":1,"77":3,"78":2,"79":1,"82":1,"122":1,"130":4,"132":3,"133":3,"134":1,"135":5,"148":8,"152":1,"160":1,"161":1,"2642":1}}],["observable",{"0":{"131":1},"2":{"0":69,"10":6,"11":2,"12":1,"27":1,"31":2,"34":1,"39":1,"59":1,"66":3,"76":8,"78":1,"79":12,"80":5,"81":2,"82":2,"130":3,"131":7,"132":6,"133":6,"134":8,"135":5,"148":13,"159":1,"162":2,"167":1,"196":2,"491":1,"704":1,"723":1,"874":1,"2485":4}}],["observer",{"2":{"0":1,"83":1}}],["observerfunction",{"2":{"0":1}}],["obj",{"2":{"18":1,"32":1,"166":3,"167":8,"2611":1,"2614":1}}],["objects",{"0":{"68":1,"104":1,"182":1,"183":1},"2":{"0":13,"18":1,"31":1,"35":1,"37":1,"64":1,"75":3,"98":2,"104":5,"120":1,"122":1,"131":2,"162":11,"166":1,"167":1,"177":1,"182":1,"184":1,"190":1,"192":2,"219":1,"279":1,"290":1,"299":2,"326":1,"337":1,"346":2,"515":1,"577":5,"623":2,"624":1,"625":3,"627":1,"775":1,"1627":1,"1912":2,"1914":1,"2195":1,"2196":2,"2409":1,"2604":1,"2615":1,"2620":1,"2625":1,"2626":2,"2627":1,"2633":1,"2637":1,"2639":1,"2644":1,"2649":1}}],["object",{"0":{"218":1},"2":{"0":22,"19":1,"37":1,"45":1,"58":1,"60":4,"61":2,"63":2,"67":2,"68":1,"99":1,"100":3,"102":2,"104":3,"120":1,"125":1,"126":1,"128":1,"130":1,"131":1,"136":1,"137":1,"138":2,"139":1,"147":5,"148":1,"151":1,"155":1,"162":2,"164":1,"167":1,"177":1,"184":2,"185":1,"186":1,"203":1,"204":1,"239":1,"248":1,"266":1,"287":1,"313":1,"334":1,"515":2,"577":3,"625":1,"691":1,"699":1,"844":1,"1019":1,"1052":1,"1627":1,"1629":1,"1656":1,"1690":1,"2183":1,"2194":1,"2427":1,"2459":1,"2485":1,"2514":1,"2604":6,"2605":3,"2620":2,"2640":1,"2643":1,"2644":1}}],["obtained",{"2":{"0":1,"1831":1}}],["often",{"2":{"10":1,"47":1,"102":1,"104":1,"106":1,"107":1,"131":1,"135":2,"142":1,"161":1,"179":1,"216":1,"575":1,"577":1}}],["offending",{"2":{"97":1}}],["offering",{"2":{"161":1}}],["offer",{"2":{"41":1,"2613":1}}],["offers",{"2":{"37":1,"41":1,"63":2,"136":1,"155":1,"158":1,"383":1,"2618":1,"2640":1,"2644":2}}],["offline",{"0":{"61":1},"2":{"58":1}}],["offline=true",{"2":{"58":1,"64":1}}],["offset=vec2f",{"2":{"2643":1}}],["offset=i",{"2":{"1457":1}}],["offsets",{"0":{"2197":1},"2":{"0":2,"2265":1}}],["offsetting",{"2":{"0":1,"150":1}}],["offset",{"0":{"757":1,"1086":1,"1093":1,"1155":1,"1337":1,"1471":1,"1474":1,"1762":1,"1943":1,"1957":1,"2091":1,"2193":1,"2223":1,"2253":1},"2":{"0":25,"66":10,"79":1,"150":1,"406":1,"439":1,"470":1,"757":1,"809":1,"1058":1,"1141":3,"1155":1,"1322":1,"1323":1,"1457":2,"1474":1,"1584":1,"1585":1,"1586":1,"1587":1,"1750":1,"1762":1,"1913":1,"1943":1,"2074":1,"2075":3,"2193":3,"2194":1,"2197":4,"2223":1,"2253":1,"2643":1,"2651":1,"2653":2}}],["off",{"2":{"0":10,"45":1,"181":1,"769":1,"967":1,"1358":1,"1584":1,"2059":1,"2189":1,"2601":1}}],["of",{"0":{"97":1,"106":1,"1404":1,"1405":1,"1407":2,"1427":1,"1999":1,"2606":1},"1":{"2607":1,"2608":1,"2609":1,"2610":1,"2611":1,"2612":1},"2":{"0":769,"3":1,"8":3,"10":2,"11":4,"12":1,"14":1,"15":1,"16":1,"17":1,"18":3,"19":2,"20":3,"22":6,"23":2,"24":1,"27":1,"28":2,"29":1,"30":2,"31":6,"32":1,"35":1,"37":2,"39":1,"41":1,"44":2,"45":28,"47":3,"48":1,"51":1,"53":1,"54":1,"57":1,"58":3,"60":4,"62":1,"63":1,"64":1,"66":1,"67":3,"68":2,"69":3,"70":2,"71":1,"72":1,"73":2,"74":1,"75":4,"76":3,"78":1,"79":5,"80":3,"81":1,"82":13,"83":5,"84":1,"85":1,"91":1,"94":2,"96":1,"97":3,"98":2,"99":1,"100":2,"102":2,"103":2,"104":1,"105":8,"106":15,"107":11,"109":1,"110":1,"111":1,"119":1,"120":1,"122":2,"123":1,"124":1,"125":1,"126":2,"127":1,"128":4,"129":1,"131":3,"132":7,"133":5,"134":1,"135":10,"136":2,"137":2,"140":2,"143":2,"144":1,"145":4,"146":2,"147":11,"148":13,"149":3,"150":8,"151":1,"152":13,"155":4,"156":2,"157":2,"159":2,"161":1,"162":8,"163":1,"164":2,"165":3,"166":1,"167":1,"177":1,"179":1,"184":2,"185":2,"186":1,"190":7,"191":6,"192":3,"197":1,"198":2,"199":2,"205":1,"206":2,"207":2,"208":1,"209":1,"215":1,"217":3,"218":1,"221":1,"222":4,"223":3,"224":1,"225":1,"230":1,"231":1,"232":1,"234":6,"236":1,"238":1,"239":1,"240":1,"241":1,"248":1,"249":1,"250":1,"251":1,"256":1,"258":1,"259":1,"261":1,"262":1,"263":1,"265":1,"266":1,"267":1,"268":1,"271":1,"273":1,"274":1,"276":1,"277":1,"278":1,"279":2,"280":1,"282":1,"287":4,"288":1,"289":1,"290":2,"291":1,"292":1,"293":1,"295":1,"296":1,"299":3,"300":1,"301":1,"303":1,"308":1,"309":1,"310":1,"312":1,"313":1,"314":1,"315":1,"318":1,"320":1,"321":1,"323":1,"324":1,"325":1,"326":2,"327":1,"329":1,"334":4,"335":1,"336":1,"337":2,"338":1,"339":1,"340":1,"342":1,"343":1,"346":3,"347":1,"348":1,"350":1,"354":1,"356":1,"357":1,"358":1,"359":1,"360":1,"361":1,"362":1,"363":1,"364":1,"367":1,"369":1,"372":1,"373":4,"374":1,"379":1,"380":1,"381":1,"383":1,"384":6,"389":1,"390":1,"391":1,"395":1,"396":4,"397":1,"411":1,"412":1,"413":2,"424":1,"427":1,"429":1,"444":1,"445":1,"446":2,"457":1,"460":1,"475":1,"476":1,"477":2,"488":1,"493":1,"494":1,"495":1,"496":1,"497":1,"498":2,"499":1,"500":1,"501":1,"502":1,"503":1,"504":1,"505":1,"506":1,"507":1,"508":1,"509":1,"510":1,"513":1,"514":1,"515":3,"518":1,"519":1,"522":1,"525":1,"526":1,"527":1,"535":1,"537":1,"538":1,"539":1,"540":1,"542":1,"544":1,"545":1,"546":1,"549":1,"550":1,"553":1,"554":1,"556":1,"557":1,"558":1,"560":1,"561":1,"565":1,"567":1,"568":1,"570":1,"572":1,"574":1,"575":1,"576":3,"577":3,"578":4,"580":1,"582":2,"583":1,"584":1,"585":3,"587":1,"588":1,"589":1,"590":1,"591":1,"592":1,"594":1,"595":1,"596":1,"598":1,"601":1,"602":1,"603":1,"605":1,"606":1,"607":1,"608":1,"609":1,"610":1,"611":1,"613":1,"614":1,"618":1,"620":1,"621":1,"623":4,"624":3,"625":1,"627":2,"628":4,"630":1,"631":1,"632":1,"633":2,"634":1,"636":1,"637":1,"638":1,"640":1,"641":1,"643":1,"644":1,"645":1,"646":1,"647":1,"648":1,"664":1,"665":1,"667":1,"668":1,"669":1,"670":2,"671":2,"681":1,"682":1,"684":1,"686":1,"687":1,"689":1,"690":1,"691":1,"693":1,"697":1,"698":1,"699":1,"702":1,"703":1,"705":1,"707":1,"712":1,"713":1,"714":1,"715":1,"716":1,"717":1,"718":1,"720":3,"722":1,"727":1,"728":1,"729":1,"730":1,"750":2,"751":3,"752":2,"754":2,"756":1,"757":3,"760":1,"762":1,"765":1,"768":1,"770":1,"771":1,"772":1,"775":2,"779":1,"780":1,"782":1,"783":1,"784":1,"785":1,"787":1,"791":1,"792":1,"793":1,"794":1,"795":1,"796":2,"797":2,"803":1,"804":1,"806":1,"810":1,"813":1,"814":1,"816":1,"817":1,"818":1,"819":1,"821":1,"824":1,"825":1,"826":1,"827":1,"828":2,"829":2,"834":1,"835":2,"836":1,"837":1,"838":1,"839":1,"841":1,"842":1,"843":1,"847":1,"848":1,"849":1,"850":1,"851":1,"852":1,"854":1,"855":1,"857":1,"860":1,"861":1,"862":1,"865":1,"866":1,"867":1,"870":1,"871":1,"872":1,"873":1,"876":1,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"886":1,"887":1,"888":1,"894":1,"895":1,"904":1,"906":1,"907":1,"908":1,"911":1,"912":1,"913":1,"914":1,"915":1,"916":1,"917":1,"918":1,"921":1,"922":1,"923":1,"926":1,"927":1,"929":1,"932":1,"939":1,"940":1,"941":1,"951":1,"954":1,"955":1,"957":1,"960":1,"968":1,"969":1,"970":1,"976":1,"982":1,"985":1,"986":1,"987":1,"989":3,"992":1,"994":1,"996":1,"1004":1,"1007":1,"1013":2,"1015":1,"1024":1,"1027":1,"1029":1,"1031":1,"1034":1,"1060":1,"1061":1,"1066":1,"1069":1,"1070":1,"1073":1,"1076":2,"1084":1,"1086":1,"1088":1,"1103":2,"1104":1,"1105":3,"1107":1,"1114":3,"1123":2,"1124":1,"1128":1,"1134":2,"1137":2,"1138":1,"1139":2,"1155":1,"1162":1,"1163":2,"1164":1,"1166":1,"1167":2,"1169":1,"1171":1,"1180":1,"1181":1,"1182":1,"1184":1,"1185":1,"1199":1,"1200":1,"1202":1,"1203":2,"1205":1,"1207":1,"1216":1,"1217":1,"1218":1,"1220":1,"1221":1,"1235":1,"1236":2,"1240":1,"1249":1,"1258":5,"1273":1,"1274":1,"1275":2,"1276":1,"1281":1,"1282":2,"1284":2,"1289":1,"1293":1,"1297":1,"1299":1,"1321":1,"1327":1,"1336":1,"1337":1,"1341":1,"1342":2,"1345":1,"1346":1,"1348":1,"1351":1,"1359":1,"1360":1,"1361":1,"1369":6,"1373":1,"1376":1,"1377":1,"1379":1,"1382":1,"1391":1,"1401":1,"1404":3,"1405":2,"1408":3,"1411":1,"1412":2,"1415":1,"1422":1,"1424":6,"1426":1,"1427":1,"1428":1,"1430":4,"1433":1,"1435":1,"1437":1,"1454":1,"1457":1,"1461":3,"1462":1,"1464":1,"1473":4,"1477":1,"1481":1,"1483":1,"1484":1,"1486":1,"1489":1,"1496":1,"1497":1,"1498":1,"1508":1,"1509":1,"1510":1,"1512":1,"1513":2,"1515":1,"1518":1,"1527":1,"1536":1,"1538":1,"1542":1,"1543":1,"1544":1,"1547":1,"1549":1,"1551":1,"1569":4,"1571":1,"1572":1,"1574":1,"1577":1,"1585":1,"1586":1,"1587":1,"1598":3,"1600":4,"1602":1,"1603":1,"1605":1,"1608":1,"1615":1,"1616":1,"1617":1,"1629":4,"1631":1,"1633":1,"1635":1,"1638":1,"1664":1,"1666":1,"1668":1,"1671":1,"1681":1,"1686":1,"1753":1,"1755":1,"1761":1,"1762":1,"1764":1,"1771":1,"1773":1,"1774":3,"1776":1,"1777":2,"1779":1,"1782":1,"1791":1,"1800":1,"1802":1,"1806":1,"1809":1,"1811":1,"1831":7,"1834":1,"1836":1,"1856":10,"1859":1,"1861":1,"1863":1,"1865":3,"1868":1,"1869":1,"1870":1,"1871":1,"1872":1,"1875":1,"1876":1,"1878":2,"1879":1,"1882":1,"1883":1,"1885":1,"1888":1,"1897":1,"1907":1,"1910":1,"1911":4,"1912":2,"1914":6,"1915":2,"1917":2,"1918":5,"1919":1,"1922":4,"1924":1,"1925":1,"1927":1,"1930":1,"1931":1,"1934":1,"1935":1,"1943":1,"1944":3,"1949":1,"1952":1,"1953":1,"1962":1,"1963":2,"1965":1,"1968":1,"1977":1,"1978":1,"1984":1,"1991":1,"1992":1,"1996":5,"2016":1,"2017":2,"2019":1,"2021":1,"2023":1,"2043":1,"2046":1,"2047":1,"2049":1,"2052":1,"2060":1,"2061":1,"2062":1,"2070":6,"2074":1,"2082":1,"2091":2,"2110":1,"2113":3,"2118":4,"2124":1,"2127":3,"2129":1,"2132":1,"2158":4,"2160":1,"2162":1,"2164":1,"2166":1,"2174":1,"2189":6,"2190":1,"2192":1,"2193":1,"2194":3,"2196":4,"2199":1,"2200":1,"2201":2,"2203":1,"2205":1,"2206":2,"2210":1,"2211":1,"2217":1,"2223":1,"2225":1,"2229":1,"2230":1,"2231":3,"2241":1,"2242":1,"2243":1,"2253":1,"2254":1,"2255":1,"2256":1,"2268":1,"2273":3,"2275":6,"2276":2,"2280":1,"2282":3,"2283":2,"2290":3,"2298":1,"2301":1,"2303":4,"2304":1,"2305":1,"2306":1,"2307":1,"2308":1,"2309":1,"2310":1,"2312":1,"2313":1,"2316":1,"2317":1,"2318":1,"2319":1,"2326":1,"2327":1,"2328":1,"2329":1,"2332":1,"2339":1,"2354":1,"2366":2,"2367":1,"2368":1,"2370":1,"2371":1,"2373":1,"2376":1,"2383":1,"2384":1,"2385":1,"2395":1,"2396":1,"2402":1,"2405":1,"2407":1,"2417":1,"2432":1,"2435":1,"2439":1,"2441":1,"2459":3,"2461":1,"2463":1,"2465":1,"2469":1,"2470":1,"2471":1,"2475":1,"2476":1,"2478":2,"2481":1,"2482":2,"2483":2,"2484":4,"2485":3,"2488":1,"2490":1,"2492":1,"2494":1,"2495":1,"2498":1,"2520":1,"2522":1,"2523":2,"2525":1,"2528":1,"2537":1,"2546":1,"2548":1,"2552":1,"2553":1,"2555":3,"2576":1,"2577":1,"2579":1,"2582":1,"2589":1,"2590":1,"2591":1,"2601":5,"2603":3,"2604":10,"2605":4,"2613":2,"2615":22,"2619":2,"2620":1,"2621":1,"2624":1,"2625":4,"2626":1,"2627":1,"2629":1,"2630":1,"2631":1,"2632":5,"2633":2,"2634":2,"2636":2,"2637":1,"2638":2,"2639":1,"2640":3,"2643":1,"2644":5,"2646":1,"2647":1,"2648":1,"2649":3,"2652":2,"2653":2,"2654":1}}],["orrd",{"2":{"2658":8}}],["oranges",{"2":{"2658":8}}],["orange",{"2":{"66":3,"142":1,"148":1,"187":1,"189":2,"203":1,"626":2,"628":1,"750":1,"863":1,"924":1,"1141":2,"1142":2,"1343":1,"1628":1,"1750":2,"1922":1,"1960":1,"2075":1,"2330":2,"2482":1,"2483":1,"2651":2}}],["ordered",{"2":{"0":13}}],["order",{"0":{"18":1,"191":1},"2":{"0":90,"18":1,"22":3,"44":1,"68":1,"69":1,"80":1,"83":1,"118":1,"132":1,"190":8,"191":2,"625":1,"750":1,"752":3,"810":1,"932":1,"949":1,"960":1,"980":1,"996":1,"1022":1,"1034":1,"1055":1,"1069":1,"1101":1,"1107":1,"1171":1,"1197":1,"1207":1,"1233":1,"1240":1,"1256":1,"1288":1,"1299":1,"1319":1,"1351":1,"1371":1,"1382":1,"1399":1,"1437":1,"1452":1,"1489":1,"1506":1,"1518":1,"1540":1,"1551":1,"1566":1,"1569":2,"1577":1,"1596":1,"1600":2,"1608":1,"1625":1,"1638":1,"1659":1,"1671":1,"1693":1,"1753":1,"1770":1,"1773":1,"1782":1,"1804":1,"1811":1,"1829":1,"1836":1,"1854":1,"1888":1,"1905":1,"1922":2,"1930":1,"1956":1,"1968":1,"1994":1,"2023":1,"2041":1,"2052":1,"2072":1,"2082":1,"2103":1,"2132":1,"2155":1,"2166":1,"2186":1,"2205":1,"2234":1,"2243":1,"2267":1,"2275":2,"2280":1,"2297":1,"2332":1,"2339":1,"2364":1,"2376":1,"2393":1,"2407":1,"2430":1,"2441":1,"2456":1,"2484":3,"2494":1,"2495":2,"2517":1,"2528":1,"2550":1,"2582":1,"2599":1,"2632":1}}],["org",{"2":{"0":1,"36":1,"63":1,"199":2,"1285":1,"2158":1,"2617":1}}],["oriented",{"2":{"571":1,"664":1}}],["orientation=",{"2":{"1058":1,"1107":1,"2332":1}}],["orientation",{"0":{"665":1,"777":1,"1124":1,"1156":1,"1276":1,"1871":1,"2354":1},"2":{"0":28,"45":1,"66":3,"70":1,"410":1,"443":1,"474":1,"572":1,"593":1,"626":2,"628":3,"664":3,"665":5,"751":1,"754":1,"777":1,"794":1,"853":1,"1124":1,"1141":3,"1142":2,"1155":1,"1276":1,"1856":1,"1867":1,"1871":1,"2321":1,"2354":1}}],["origins",{"2":{"35":2,"2644":2}}],["originally",{"2":{"2653":1}}],["original",{"2":{"0":1,"67":1,"106":1,"132":1,"1917":1}}],["origin",{"0":{"775":1},"2":{"0":7,"35":4,"39":1,"757":10,"758":3,"764":1,"775":2,"783":1,"951":3,"983":1,"985":1,"2644":7}}],["orthographicprojection",{"2":{"2642":1}}],["orthographic",{"2":{"0":4,"44":1,"45":3,"46":1,"383":1,"2433":1,"2642":1}}],["or",{"0":{"28":1,"29":1,"88":1,"97":2,"2650":1},"2":{"0":403,"2":1,"7":1,"8":1,"11":1,"13":1,"16":1,"17":1,"19":2,"21":1,"22":2,"25":2,"26":1,"27":5,"31":4,"37":2,"40":1,"44":1,"45":9,"47":3,"55":1,"56":2,"57":1,"58":2,"60":1,"61":2,"62":1,"64":3,"67":4,"68":2,"70":1,"75":5,"76":2,"78":1,"79":1,"80":2,"82":3,"83":5,"88":2,"90":1,"91":1,"94":1,"97":8,"98":4,"100":1,"103":1,"104":2,"105":5,"106":8,"107":4,"109":1,"110":2,"113":1,"114":1,"117":1,"123":1,"125":1,"128":3,"129":1,"130":1,"131":1,"132":2,"134":1,"135":3,"137":2,"139":1,"144":1,"145":1,"147":1,"148":3,"149":3,"150":5,"152":2,"155":1,"158":4,"162":8,"163":1,"164":2,"165":1,"167":1,"177":1,"178":1,"181":1,"184":2,"189":1,"191":1,"196":1,"197":1,"205":2,"207":2,"210":2,"211":2,"212":1,"213":2,"217":1,"219":1,"222":1,"234":3,"249":1,"261":1,"269":1,"286":1,"287":2,"308":1,"316":1,"333":1,"334":2,"354":1,"382":4,"384":2,"385":1,"410":1,"443":1,"474":1,"515":1,"549":2,"572":1,"575":3,"576":3,"577":12,"578":3,"581":2,"582":2,"583":1,"584":1,"593":1,"597":1,"598":1,"603":1,"623":2,"624":1,"625":1,"626":1,"627":1,"628":1,"665":1,"685":1,"705":1,"712":1,"748":1,"751":1,"753":1,"756":1,"764":1,"768":1,"778":1,"800":1,"832":1,"835":1,"853":1,"856":1,"857":1,"874":1,"905":1,"908":2,"910":1,"924":2,"926":1,"928":2,"939":1,"940":2,"950":1,"954":1,"956":2,"968":1,"969":2,"981":1,"982":1,"985":1,"986":1,"988":1,"993":2,"1016":1,"1023":1,"1027":1,"1029":1,"1030":2,"1049":1,"1056":1,"1060":1,"1065":2,"1070":1,"1102":1,"1124":1,"1137":1,"1156":1,"1164":1,"1166":1,"1168":2,"1185":2,"1198":1,"1202":1,"1204":2,"1221":2,"1234":1,"1241":1,"1242":1,"1248":2,"1249":1,"1257":1,"1276":1,"1282":1,"1292":1,"1293":1,"1294":1,"1296":2,"1309":1,"1320":1,"1323":2,"1328":2,"1333":1,"1345":1,"1347":2,"1359":1,"1360":2,"1372":1,"1376":1,"1378":2,"1383":1,"1400":1,"1401":1,"1411":1,"1414":2,"1423":2,"1433":1,"1434":2,"1453":1,"1457":1,"1481":1,"1483":1,"1485":2,"1496":1,"1497":2,"1507":1,"1510":1,"1512":1,"1513":2,"1514":2,"1527":2,"1541":1,"1547":1,"1548":2,"1567":1,"1568":1,"1571":1,"1573":2,"1585":1,"1586":2,"1597":1,"1598":1,"1602":1,"1604":2,"1615":1,"1616":2,"1626":1,"1627":1,"1631":1,"1633":1,"1634":2,"1653":1,"1660":1,"1661":1,"1664":1,"1667":2,"1687":1,"1694":1,"1772":1,"1776":1,"1777":2,"1778":2,"1791":2,"1805":1,"1830":1,"1855":1,"1860":1,"1862":2,"1863":1,"1871":1,"1874":1,"1877":1,"1879":1,"1882":1,"1884":2,"1889":1,"1906":1,"1907":1,"1908":1,"1911":1,"1912":2,"1914":5,"1915":1,"1916":1,"1924":1,"1926":2,"1944":1,"1958":1,"1962":1,"1964":2,"1995":1,"1996":1,"2016":1,"2019":1,"2020":2,"2042":1,"2046":1,"2048":2,"2060":1,"2061":2,"2073":1,"2109":1,"2121":1,"2122":1,"2124":1,"2127":1,"2128":2,"2156":1,"2157":1,"2158":1,"2160":1,"2163":2,"2180":1,"2187":1,"2188":1,"2189":3,"2196":3,"2197":1,"2199":1,"2200":1,"2201":1,"2202":2,"2206":2,"2207":1,"2217":1,"2231":1,"2235":1,"2251":1,"2269":1,"2289":1,"2298":1,"2299":1,"2300":1,"2301":2,"2303":2,"2338":1,"2354":1,"2356":1,"2358":1,"2365":1,"2368":1,"2370":1,"2372":2,"2383":1,"2384":2,"2394":1,"2402":1,"2404":2,"2424":1,"2431":1,"2435":1,"2438":2,"2457":1,"2458":1,"2459":4,"2461":1,"2462":2,"2464":2,"2482":1,"2485":1,"2486":1,"2488":1,"2491":2,"2504":1,"2511":1,"2519":1,"2520":1,"2522":1,"2523":2,"2524":2,"2537":2,"2551":1,"2573":1,"2576":1,"2578":2,"2589":1,"2590":2,"2600":1,"2601":1,"2613":1,"2615":2,"2619":1,"2623":1,"2625":1,"2626":1,"2637":1,"2638":1,"2643":1,"2644":5,"2649":3,"2650":1,"2654":1}}],["onany",{"2":{"148":1}}],["onjs",{"2":{"60":4,"63":1}}],["ongoing",{"2":{"58":1}}],["onto",{"2":{"0":2,"18":1,"157":1,"1856":1,"2311":1}}],["onpick",{"2":{"0":2,"82":1}}],["onmouserightup",{"2":{"0":1}}],["onmouserightdragstop",{"2":{"0":1}}],["onmouserightdragstart",{"2":{"0":1}}],["onmouserightdrag",{"2":{"0":1}}],["onmouserightdown",{"2":{"0":1}}],["onmouserightdoubleclick",{"2":{"0":1}}],["onmouserightclick",{"2":{"0":1}}],["onmouseover",{"2":{"0":1}}],["onmouseout",{"2":{"0":1}}],["onmousemiddleup",{"2":{"0":1}}],["onmousemiddledragstop",{"2":{"0":1}}],["onmousemiddledragstart",{"2":{"0":1}}],["onmousemiddledrag",{"2":{"0":1}}],["onmousemiddledown",{"2":{"0":1}}],["onmousemiddledoubleclick",{"2":{"0":1}}],["onmousemiddleclick",{"2":{"0":1}}],["onmouseleftup",{"2":{"0":1}}],["onmouseleftdragstop",{"2":{"0":1}}],["onmouseleftdragstart",{"2":{"0":1}}],["onmouseleftdrag",{"2":{"0":1}}],["onmouseleftdown",{"2":{"0":1}}],["onmouseleftdoubleclick",{"2":{"0":1}}],["onmouseleftclick",{"2":{"0":2}}],["onmouseenter",{"2":{"0":1}}],["onmousedownoutside",{"2":{"0":1}}],["onmouse",{"2":{"0":1}}],["only",{"2":{"0":256,"10":2,"22":1,"29":1,"30":1,"31":6,"37":1,"55":1,"59":2,"63":1,"68":1,"69":1,"71":1,"74":3,"75":1,"76":1,"78":2,"80":1,"83":1,"102":1,"104":3,"106":2,"107":1,"111":1,"116":1,"119":1,"135":6,"142":1,"145":1,"146":1,"152":2,"162":1,"166":1,"179":1,"181":1,"186":1,"190":1,"205":1,"213":1,"216":1,"217":1,"234":1,"287":1,"334":1,"575":1,"577":1,"580":1,"585":1,"626":1,"777":1,"844":1,"930":1,"932":1,"933":1,"947":2,"958":1,"960":1,"961":1,"978":2,"995":1,"996":1,"998":1,"1010":1,"1015":1,"1016":1,"1020":2,"1032":1,"1034":1,"1036":1,"1045":1,"1049":1,"1053":2,"1067":1,"1069":1,"1075":1,"1096":2,"1163":1,"1170":1,"1171":1,"1173":1,"1195":2,"1206":1,"1207":1,"1209":1,"1231":2,"1240":1,"1243":1,"1254":2,"1298":1,"1299":1,"1300":1,"1317":2,"1323":1,"1328":1,"1349":1,"1351":1,"1352":1,"1368":2,"1380":1,"1382":1,"1384":1,"1397":2,"1405":1,"1416":1,"1436":1,"1437":1,"1438":1,"1450":2,"1473":2,"1487":1,"1489":1,"1490":1,"1504":2,"1516":1,"1518":1,"1519":1,"1535":2,"1550":1,"1551":1,"1552":1,"1564":2,"1575":1,"1577":1,"1578":1,"1594":2,"1606":1,"1608":1,"1609":1,"1623":2,"1636":1,"1638":1,"1640":1,"1649":1,"1653":1,"1657":2,"1669":1,"1671":1,"1673":1,"1682":1,"1687":1,"1691":2,"1753":1,"1754":1,"1766":2,"1780":1,"1782":1,"1783":1,"1799":2,"1811":1,"1812":1,"1825":2,"1836":1,"1837":1,"1850":2,"1886":1,"1888":1,"1890":1,"1903":2,"1914":1,"1922":1,"1928":1,"1930":1,"1931":1,"1933":1,"1951":2,"1966":1,"1968":1,"1969":1,"1990":2,"2022":1,"2023":1,"2026":1,"2039":2,"2050":1,"2052":1,"2053":1,"2069":2,"2082":1,"2083":1,"2094":2,"2118":2,"2130":1,"2132":1,"2133":1,"2152":2,"2165":1,"2166":1,"2168":1,"2176":1,"2180":1,"2184":2,"2204":1,"2205":1,"2209":1,"2228":2,"2243":1,"2246":1,"2260":2,"2275":1,"2280":1,"2284":1,"2295":2,"2325":1,"2339":1,"2342":1,"2358":1,"2360":2,"2374":1,"2376":1,"2377":1,"2391":2,"2406":1,"2407":1,"2410":1,"2420":1,"2424":1,"2428":2,"2440":1,"2441":1,"2442":1,"2454":2,"2466":1,"2478":1,"2481":1,"2485":1,"2493":1,"2494":1,"2497":1,"2507":1,"2511":1,"2515":2,"2526":1,"2528":1,"2529":1,"2545":2,"2580":1,"2582":1,"2583":1,"2597":2,"2605":1,"2615":1,"2617":1,"2618":1,"2620":1,"2644":2,"2646":1,"2648":1}}],["once",{"2":{"0":2,"60":1,"73":1,"82":1,"98":1,"134":3,"148":1,"299":1,"346":1,"584":1,"2623":1,"2649":1}}],["ones",{"2":{"27":1,"52":1,"110":1,"2485":2}}],["one",{"2":{"0":53,"12":2,"16":1,"22":2,"26":1,"28":2,"31":5,"32":1,"38":1,"42":1,"52":1,"56":1,"58":1,"60":3,"63":2,"64":1,"71":1,"73":1,"74":1,"75":4,"76":1,"77":1,"78":3,"80":1,"82":1,"83":2,"90":1,"94":1,"100":1,"104":2,"106":3,"107":1,"131":2,"132":2,"133":1,"135":9,"141":1,"142":2,"144":1,"145":1,"146":1,"147":1,"148":2,"150":1,"152":4,"167":1,"190":2,"196":1,"197":1,"202":1,"217":1,"358":1,"577":1,"580":1,"583":1,"623":1,"625":2,"626":1,"628":2,"633":1,"720":4,"754":1,"887":1,"924":1,"1107":2,"1164":1,"1236":1,"1285":1,"1287":1,"1289":2,"1290":1,"1295":1,"1404":1,"1426":1,"1431":1,"1457":2,"1513":1,"1629":1,"1771":1,"1773":1,"1777":1,"1863":1,"1879":1,"1916":1,"1918":2,"2127":1,"2188":1,"2189":2,"2201":3,"2231":1,"2275":1,"2276":1,"2298":1,"2332":2,"2358":1,"2486":1,"2523":1,"2604":2,"2605":3,"2615":2,"2620":1,"2622":1,"2625":5,"2627":1,"2631":2,"2640":2,"2642":2,"2644":6,"2646":2,"2648":1,"2649":1,"2650":1,"2653":1}}],["on",{"0":{"29":2,"889":1,"897":1,"2639":1},"1":{"2640":1,"2641":1,"2642":1,"2643":1,"2644":1},"2":{"0":71,"2":1,"7":1,"10":4,"18":1,"19":1,"22":5,"23":3,"27":4,"28":1,"29":1,"30":5,"31":2,"34":1,"45":4,"47":1,"48":1,"52":2,"55":2,"57":1,"59":2,"60":9,"61":2,"67":1,"68":2,"69":3,"75":1,"76":2,"78":3,"80":8,"81":4,"82":6,"83":3,"87":1,"98":1,"104":1,"106":12,"107":3,"111":1,"112":1,"113":1,"114":2,"115":1,"116":3,"117":1,"118":4,"123":1,"125":1,"129":1,"130":2,"132":2,"133":1,"135":2,"136":1,"144":3,"147":2,"148":1,"150":3,"151":1,"152":4,"153":1,"157":1,"158":1,"159":1,"162":1,"165":1,"167":1,"168":1,"176":1,"190":7,"191":2,"194":1,"200":1,"208":2,"217":1,"218":1,"277":1,"281":1,"287":1,"290":1,"299":1,"301":1,"324":1,"328":1,"334":1,"337":1,"346":1,"348":1,"374":1,"384":3,"491":1,"539":1,"549":1,"577":1,"578":3,"579":1,"582":1,"625":1,"627":1,"704":2,"750":1,"752":1,"794":2,"817":1,"874":1,"983":2,"990":1,"1137":1,"1155":1,"1286":1,"1307":1,"1312":1,"1323":1,"1337":1,"1544":1,"1569":2,"1600":2,"1629":1,"1773":1,"1859":1,"1860":1,"1867":2,"1914":1,"1915":2,"1917":1,"1922":2,"2158":1,"2189":1,"2194":1,"2208":1,"2300":1,"2358":1,"2433":3,"2484":1,"2485":1,"2490":1,"2601":3,"2604":3,"2605":2,"2613":1,"2615":3,"2618":2,"2619":2,"2629":1,"2630":1,"2632":1,"2633":2,"2634":1,"2635":1,"2636":1,"2640":1,"2644":2,"2646":1}}],["bmy",{"2":{"2660":2}}],["bmw",{"2":{"2660":2}}],["bjy",{"2":{"2660":1}}],["bjr",{"2":{"2660":1}}],["bky",{"2":{"2660":1}}],["bkr",{"2":{"2660":1}}],["bw",{"2":{"2660":6}}],["bwy",{"2":{"2660":1}}],["bwyk",{"2":{"2660":1}}],["bwg",{"2":{"2660":1}}],["bwr",{"2":{"2657":1,"2660":3}}],["bgyrm",{"2":{"2660":2}}],["bgyr",{"2":{"2660":2}}],["bgyw",{"2":{"2660":3}}],["bgy",{"2":{"2660":1}}],["bgymr",{"2":{"2660":1}}],["bg",{"2":{"195":12}}],["bgcolor",{"0":{"632":1},"2":{"0":1}}],["bb",{"2":{"66":4,"2192":2,"2459":1}}],["bbox",{"0":{"2436":1,"2437":1},"2":{"0":9,"39":6,"45":3,"96":4,"152":3,"1917":1,"2303":1,"2459":1,"2462":1}}],["b87a",{"2":{"63":1}}],["b3ea41a8",{"2":{"60":1}}],["btw",{"2":{"60":1}}],["b5e8e927f719",{"2":{"58":1}}],["b625",{"2":{"58":1}}],["blinn",{"2":{"2605":2}}],["blob",{"2":{"1288":1}}],["blocked",{"2":{"751":1,"801":1,"833":1}}],["blocking",{"2":{"78":6}}],["blockscene",{"2":{"192":2}}],["blockspec",{"2":{"162":2}}],["blockspecs",{"2":{"162":1}}],["blocks",{"0":{"37":1,"40":1,"101":1},"1":{"38":1,"39":1,"40":1},"2":{"0":1,"37":2,"40":1,"84":1,"99":1,"101":1,"155":1,"162":1,"184":1,"2480":1}}],["block",{"0":{"183":1},"2":{"0":15,"37":3,"38":1,"39":1,"40":1,"70":1,"78":1,"82":2,"96":1,"162":1,"163":1,"183":1,"691":1,"754":1,"865":1,"866":1,"867":1,"868":1,"869":1,"870":1,"872":1,"2482":1}}],["blank",{"2":{"583":1,"1284":1}}],["blackbody",{"2":{"2662":1}}],["blackchancery",{"2":{"109":2,"110":1}}],["black",{"0":{"173":1},"2":{"0":17,"31":1,"33":1,"46":4,"66":4,"80":2,"142":1,"166":1,"173":1,"191":1,"196":1,"225":1,"232":1,"236":1,"240":1,"250":1,"256":1,"267":1,"278":1,"292":1,"314":1,"325":1,"339":1,"390":1,"404":1,"411":1,"412":1,"413":1,"416":1,"418":1,"437":1,"444":1,"445":1,"446":1,"449":1,"451":1,"468":1,"475":1,"476":1,"477":1,"480":1,"482":1,"505":1,"507":1,"529":1,"540":1,"557":1,"606":1,"625":1,"627":3,"628":1,"634":1,"643":1,"681":1,"691":1,"713":1,"727":1,"753":2,"757":1,"758":1,"779":1,"784":1,"791":1,"803":1,"813":1,"818":1,"824":1,"836":1,"902":1,"983":3,"992":1,"1058":4,"1105":1,"1284":1,"1289":2,"1323":1,"1374":3,"1420":1,"1426":4,"1455":1,"1456":1,"1548":1,"1584":1,"1585":1,"1587":1,"1629":2,"1767":1,"1774":1,"1913":1,"1914":1,"1917":1,"1919":1,"1921":1,"1934":1,"1960":1,"2000":1,"2024":1,"2192":1,"2195":2,"2210":1,"2229":1,"2254":1,"2274":2,"2275":3,"2276":1,"2482":1,"2574":1,"2609":2,"2610":1,"2611":2,"2624":3,"2630":2,"2634":1,"2642":1}}],["blended",{"2":{"191":1}}],["blending",{"2":{"190":1,"191":4,"1289":1}}],["blurring",{"2":{"2601":1}}],["blurry",{"2":{"106":1}}],["blur",{"2":{"2601":5,"2602":1}}],["blur=2",{"2":{"157":1}}],["bluegreenyellow",{"2":{"2662":1}}],["blue2",{"2":{"1200":2}}],["bluesreds",{"2":{"2654":1}}],["blues",{"2":{"167":1,"704":2,"1629":1,"2654":1,"2658":8}}],["blue",{"2":{"0":17,"10":1,"36":1,"46":5,"138":1,"141":1,"142":1,"151":1,"184":1,"185":4,"187":1,"190":8,"191":3,"194":2,"195":2,"206":1,"208":2,"515":1,"578":2,"624":1,"625":1,"626":3,"627":3,"628":1,"757":1,"908":1,"997":1,"1019":1,"1035":1,"1052":1,"1058":1,"1105":2,"1142":2,"1343":1,"1628":1,"1639":1,"1656":1,"1672":1,"1690":1,"1750":1,"1774":1,"2044":1,"2075":1,"2167":1,"2183":1,"2310":1,"2330":1,"2408":1,"2427":1,"2482":1,"2483":1,"2496":1,"2514":1,"2604":2,"2643":1,"2644":1,"2652":1,"2660":3}}],["bilbao50",{"2":{"2656":1}}],["bilbao25",{"2":{"2656":1}}],["bilbao100",{"2":{"2656":1}}],["bilbao10",{"2":{"2656":1}}],["bilbao",{"2":{"2656":1}}],["billion",{"0":{"1288":1},"2":{"1288":1,"2486":1}}],["billboard",{"2":{"0":2,"1949":2}}],["birch",{"2":{"2484":1}}],["bibtex",{"2":{"199":1}}],["bias",{"2":{"157":1,"2601":1,"2602":1}}],["bit",{"2":{"0":2,"142":1,"148":1,"162":1,"577":1,"578":1,"2193":1,"2478":2,"2485":1,"2629":1,"2632":2,"2633":1,"2638":2,"2642":1}}],["bitmaps",{"2":{"15":1,"111":1}}],["bitmap",{"2":{"0":1,"106":1}}],["biggest",{"2":{"2625":1}}],["bigger",{"0":{"1286":1},"1":{"1287":1,"1288":1},"2":{"0":2,"626":1,"2615":1}}],["big",{"2":{"0":1,"82":1,"123":1,"578":1,"1288":1,"1918":2,"2016":1,"2625":1}}],["binned",{"2":{"2648":1}}],["bincenters",{"2":{"2646":1,"2647":1}}],["bincounts",{"2":{"2646":1,"2647":1}}],["binary",{"2":{"58":2,"59":1,"60":2,"61":1,"63":2,"1288":2,"2657":1}}],["binaries",{"2":{"30":1}}],["binder",{"0":{"52":1}}],["bin",{"0":{"1407":1},"2":{"0":9,"58":4,"59":2,"60":4,"61":2,"63":4,"116":2,"1288":1,"1407":1,"1422":1,"1461":1,"1473":3,"2113":1,"2118":3}}],["bins=50",{"2":{"1856":1}}],["bins",{"0":{"1404":1,"1412":1,"1461":1,"1868":1,"2113":1},"2":{"0":13,"1295":1,"1402":1,"1404":7,"1405":1,"1407":2,"1412":2,"1455":3,"1461":1,"1462":1,"1868":1,"2111":3,"2113":1,"2631":1}}],["binsize",{"0":{"1295":1},"2":{"0":1}}],["bukavu50",{"2":{"2656":1}}],["bukavu25",{"2":{"2656":1}}],["bukavu100",{"2":{"2656":1}}],["bukavu10",{"2":{"2656":1}}],["bukavu",{"2":{"2656":1}}],["buda50",{"2":{"2656":1}}],["buda25",{"2":{"2656":1}}],["buda100",{"2":{"2656":1}}],["buda10",{"2":{"2656":1}}],["buda",{"2":{"2656":1}}],["buff",{"2":{"1629":4}}],["buffer",{"0":{"1629":1},"2":{"0":3,"106":2,"195":1,"1629":2}}],["bucket",{"2":{"1287":2}}],["bupu",{"2":{"1285":1,"2658":8}}],["bugn",{"2":{"2658":8}}],["bug",{"2":{"31":1,"200":1}}],["bugs",{"2":{"0":1,"161":1,"1282":1}}],["built",{"2":{"30":1,"88":1,"162":1,"1915":1}}],["building",{"0":{"163":1},"2":{"147":1,"155":1,"162":1,"2625":1}}],["builds",{"2":{"88":1}}],["build",{"0":{"88":1},"2":{"30":2,"60":1,"77":1,"82":1,"88":1,"130":1,"148":1,"155":1,"162":1,"163":1,"582":1}}],["busy",{"2":{"0":1,"1294":1}}],["butt",{"2":{"0":10,"939":1,"968":1,"1359":1,"1496":1,"1585":3,"1615":1,"2060":1,"2383":1,"2589":1}}],["buttonlabels",{"2":{"491":2}}],["buttongrid",{"2":{"491":2}}],["buttons",{"2":{"0":9,"44":1,"47":3,"79":1,"80":2,"83":3,"84":1,"491":2,"585":1,"597":1}}],["buttoncolor",{"0":{"494":1,"495":1,"496":1,"912":1},"2":{"0":4}}],["button",{"0":{"491":1,"735":1,"761":1,"774":1,"778":1,"811":1},"1":{"492":1,"493":1,"494":1,"495":1,"496":1,"497":1,"498":1,"499":1,"500":1,"501":1,"502":1,"503":1,"504":1,"505":1,"506":1,"507":1,"508":1,"509":1,"510":1,"511":1,"512":1,"513":1,"514":1},"2":{"0":41,"44":1,"45":7,"47":1,"79":5,"80":8,"81":2,"82":3,"83":4,"235":1,"491":1,"493":1,"494":1,"495":2,"496":2,"497":1,"498":1,"500":1,"501":1,"502":1,"503":1,"504":2,"506":1,"507":1,"508":1,"509":1,"510":1,"513":1,"514":1,"585":1,"754":5,"761":2,"774":1,"777":1,"778":2,"811":2,"856":1,"912":1,"2641":2}}],["but",{"2":{"0":48,"18":1,"22":2,"24":1,"28":1,"31":5,"34":1,"35":1,"37":1,"39":1,"45":1,"48":2,"54":1,"55":1,"58":2,"60":2,"61":1,"62":1,"68":1,"74":1,"80":1,"88":2,"97":1,"98":3,"102":1,"106":3,"107":1,"110":1,"111":1,"132":1,"135":1,"136":2,"137":1,"142":1,"147":1,"156":1,"157":1,"162":1,"164":1,"165":1,"166":1,"190":1,"191":1,"205":2,"208":2,"216":1,"218":1,"223":1,"396":1,"578":2,"585":1,"624":1,"627":1,"628":1,"752":1,"756":1,"794":1,"844":1,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1105":1,"1170":1,"1206":1,"1285":1,"1287":1,"1289":1,"1290":1,"1294":1,"1298":1,"1328":1,"1349":1,"1380":1,"1408":1,"1416":1,"1428":1,"1436":1,"1487":1,"1516":1,"1550":1,"1569":1,"1575":1,"1600":1,"1606":1,"1629":1,"1636":1,"1669":1,"1780":1,"1886":1,"1915":1,"1922":1,"1928":1,"1966":1,"1996":1,"2022":1,"2050":1,"2130":1,"2165":1,"2189":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1,"2603":1,"2615":6,"2618":1,"2625":2,"2626":2,"2633":1,"2635":1,"2638":2,"2640":1,"2642":1,"2648":2,"2649":1}}],["b2",{"2":{"0":2,"195":4}}],["b1",{"2":{"0":2,"195":4}}],["brbg",{"2":{"2658":10}}],["brg",{"2":{"2657":1}}],["bright6",{"2":{"2661":1}}],["bright",{"2":{"2604":4,"2661":1}}],["brightness",{"2":{"0":1}}],["bring",{"2":{"69":1,"2634":1,"2644":1}}],["brings",{"2":{"62":1}}],["broco50",{"2":{"2656":1}}],["broco25",{"2":{"2656":1}}],["broco100",{"2":{"2656":1}}],["broco10",{"2":{"2656":1}}],["broco",{"2":{"2656":1}}],["broc50",{"2":{"2656":1}}],["broc25",{"2":{"2656":1}}],["broc100",{"2":{"2656":1}}],["broc10",{"2":{"2656":1}}],["broc",{"2":{"2656":1}}],["browncyan",{"2":{"2662":1}}],["brown",{"2":{"33":1,"1142":2,"2651":2}}],["browser",{"0":{"50":1,"55":1},"1":{"51":1},"2":{"16":1,"54":1,"197":1,"2619":1}}],["browsers",{"2":{"13":1,"55":2,"106":2}}],["broken",{"2":{"22":1,"36":1,"748":1}}],["broadly",{"2":{"0":1,"1831":1}}],["broadcasting",{"2":{"0":1}}],["broadcast",{"2":{"0":9,"1431":1,"1481":1,"1510":1,"2368":1,"2520":1}}],["break",{"2":{"2":1,"82":1,"578":2}}],["breaking",{"2":{"0":2,"161":1,"516":1,"748":1,"1282":1}}],["brass",{"2":{"2662":1}}],["brain",{"2":{"64":1,"163":9,"373":3,"410":4,"443":4,"474":4,"1628":4,"2398":4,"2624":5,"2633":4,"2638":1}}],["branches",{"2":{"0":1}}],["bracket",{"0":{"1139":1,"1702":1},"1":{"1140":1,"1141":1,"1142":1,"1143":1,"1144":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1155":1,"1156":1,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1162":1},"2":{"0":19,"66":19,"1139":8,"1141":4,"1142":2,"1143":2,"1155":1,"1156":1,"1162":1}}],["b",{"0":{"2630":1},"1":{"2631":1,"2632":1},"2":{"0":24,"45":1,"60":1,"61":1,"75":2,"76":2,"120":1,"134":2,"151":1,"195":4,"299":1,"346":1,"584":2,"626":1,"705":2,"1058":1,"1142":1,"1285":4,"1289":3,"1913":2,"2194":1,"2303":3,"2624":1,"2625":3,"2626":2,"2630":1,"2637":1}}],["bp",{"2":{"0":2}}],["bosch",{"2":{"2662":2}}],["bone",{"2":{"2657":2}}],["bonito",{"2":{"48":1,"51":1,"52":1,"53":1,"57":1,"58":12,"59":6,"60":11,"61":5,"62":3,"63":16,"64":4,"118":5}}],["boils",{"2":{"2605":1}}],["bookkeeping",{"2":{"167":1}}],["booleans",{"2":{"148":1}}],["booleanoperator",{"2":{"0":1}}],["boolean",{"2":{"0":4,"577":1}}],["bool",{"2":{"0":9,"16":1,"34":1,"79":3,"83":1,"148":1,"153":1,"218":2,"304":2,"351":2,"874":1,"905":1}}],["body>",{"2":{"64":2}}],["body",{"2":{"56":2,"147":1}}],["botticelli",{"2":{"2662":1}}],["bottom",{"2":{"0":11,"39":1,"45":1,"66":2,"103":1,"127":1,"129":1,"169":1,"225":1,"226":1,"261":3,"379":1,"384":1,"519":1,"520":1,"626":2,"1584":1,"1585":1,"1586":1,"1587":1,"1913":1,"2191":2,"2199":2,"2265":1,"2484":1,"2624":2,"2629":1,"2633":1,"2634":1,"2651":1,"2653":2}}],["bottomspinevisible",{"0":{"226":1,"520":1},"2":{"0":2,"183":1}}],["bottomspinecolor",{"0":{"225":1,"519":1},"2":{"0":2}}],["both",{"2":{"0":14,"10":1,"78":1,"80":1,"82":1,"83":1,"106":2,"135":2,"148":1,"149":1,"179":1,"187":1,"190":2,"207":1,"222":1,"234":1,"299":1,"346":1,"577":1,"580":1,"585":1,"624":1,"628":1,"720":1,"751":1,"1024":1,"1286":1,"1373":3,"1404":1,"1510":1,"1809":1,"1834":1,"1914":1,"2358":1,"2485":1,"2520":1,"2620":1,"2621":1,"2625":1,"2634":1,"2636":2,"2640":1,"2644":1}}],["bold",{"2":{"0":7,"110":5,"251":1,"391":1,"396":1,"682":1,"1584":1,"1585":1,"1587":1,"2194":1,"2196":1,"2207":1,"2624":4,"2629":1,"2633":1,"2634":1,"2637":1}}],["border",{"2":{"0":1,"63":7,"361":1,"362":1,"363":1,"364":1,"509":1,"510":1,"634":1,"635":1,"636":1,"666":1,"670":1,"671":1,"877":1,"878":1,"879":1,"880":1,"881":1,"914":1,"915":1,"918":1,"1931":1}}],["borders",{"2":{"0":1,"98":1,"578":1,"1426":6}}],["borderwidth",{"0":{"881":1},"2":{"0":1}}],["bordercolor",{"0":{"877":1,"878":1,"879":1,"880":1},"2":{"0":4}}],["bounded",{"2":{"0":1,"1544":1}}],["boundary",{"0":{"1327":1,"2335":1},"2":{"0":3,"384":1,"1236":1,"1327":1,"2275":13,"2276":1,"2301":10,"2640":2}}],["boundaries",{"2":{"0":2,"39":1,"705":1,"1426":1,"2275":2}}],["bounds",{"2":{"0":4,"74":1,"1024":1,"1510":1,"1629":1,"2477":1,"2520":1}}],["boundingbox",{"0":{"39":1},"2":{"0":5,"39":1,"66":1,"359":1,"367":1,"502":1,"508":1,"513":1,"603":1,"609":1,"613":1,"618":1,"655":1,"2189":1,"2190":1,"2192":1}}],["bounding",{"0":{"123":1,"124":1,"2303":1},"2":{"0":12,"37":2,"45":2,"96":4,"122":2,"123":3,"124":3,"125":1,"128":1,"129":1,"230":1,"258":1,"372":1,"380":1,"395":1,"525":1,"570":1,"579":1,"591":1,"601":1,"640":1,"689":1,"693":1,"697":1,"702":1,"707":1,"716":1,"729":1,"760":1,"771":1,"841":1,"851":1,"860":1,"866":1,"870":1,"876":1,"894":1,"906":1,"916":1,"922":1,"1917":4,"2217":1,"2251":1,"2303":2,"2459":4}}],["box2",{"2":{"192":2}}],["box1",{"2":{"192":2}}],["boxes",{"0":{"192":1},"2":{"0":5,"192":3,"1104":1,"1105":1,"1114":1,"1115":1,"1865":1,"1866":1,"2625":3,"2635":2}}],["boxcolor",{"0":{"882":1,"883":1,"884":1,"885":1},"2":{"0":4}}],["boxplots",{"0":{"1872":1},"2":{"0":3,"1856":15,"1872":1}}],["boxplots=true",{"2":{"0":1,"1856":1}}],["boxplot",{"0":{"1104":1,"1701":1,"1858":1,"1859":1,"1860":1,"1873":1},"1":{"1105":1,"1106":1,"1107":1,"1108":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1114":1,"1115":1,"1116":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1123":1,"1124":1,"1125":1,"1126":1,"1127":1,"1128":1,"1129":1,"1130":1,"1131":1,"1132":1,"1133":1,"1134":1,"1135":1,"1136":1,"1137":1,"1138":1},"2":{"0":29,"1104":5,"1105":3,"1106":2,"1107":2,"1258":1,"1856":2,"1858":3,"1859":1,"1860":1,"1873":1,"1874":1,"1876":1,"1878":2}}],["box",{"0":{"46":1,"123":1,"124":1,"354":1,"734":1,"2303":1},"1":{"355":1,"356":1,"357":1,"358":1,"359":1,"360":1,"361":1,"362":1,"363":1,"364":1,"365":1,"366":1,"367":1,"368":1,"369":1},"2":{"0":67,"37":2,"45":1,"54":1,"62":1,"63":1,"96":4,"104":4,"122":2,"123":3,"124":3,"125":1,"128":1,"129":1,"164":1,"192":3,"230":1,"258":1,"357":4,"358":3,"361":3,"362":4,"364":3,"372":1,"380":1,"384":2,"395":1,"396":2,"525":1,"570":1,"578":1,"579":1,"580":1,"591":1,"601":1,"640":1,"689":1,"693":1,"697":1,"702":1,"707":1,"716":1,"729":1,"760":1,"771":1,"841":1,"851":1,"860":1,"866":1,"870":1,"876":1,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"886":1,"894":1,"904":1,"906":1,"916":1,"922":1,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1105":2,"1124":1,"1138":1,"1194":1,"1230":1,"1253":1,"1258":5,"1276":1,"1281":1,"1316":1,"1367":1,"1396":1,"1449":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1849":1,"1856":6,"1902":1,"1917":3,"1950":1,"1989":1,"2038":1,"2068":1,"2093":1,"2151":1,"2182":1,"2217":1,"2227":1,"2251":1,"2259":1,"2294":1,"2303":2,"2359":1,"2367":1,"2390":1,"2426":1,"2453":1,"2459":4,"2513":1,"2544":1,"2596":1,"2602":1,"2615":4,"2624":1,"2625":1,"2635":1}}],["by",{"0":{"582":1},"2":{"0":174,"2":1,"3":1,"7":2,"8":1,"10":1,"13":1,"14":2,"16":1,"17":1,"18":3,"19":3,"22":1,"23":2,"30":2,"31":3,"35":3,"36":1,"37":2,"39":3,"43":1,"44":3,"45":3,"56":1,"68":2,"69":2,"70":1,"72":1,"74":1,"76":1,"77":1,"78":1,"81":1,"82":2,"83":1,"85":1,"88":1,"90":1,"96":1,"98":1,"104":1,"106":4,"107":3,"108":1,"109":2,"110":5,"117":1,"118":1,"122":1,"127":1,"128":1,"131":1,"135":2,"144":1,"147":1,"148":4,"150":4,"151":1,"152":1,"155":2,"158":2,"162":3,"164":2,"177":1,"178":2,"182":1,"183":1,"190":1,"191":2,"192":1,"195":1,"197":1,"205":1,"207":2,"210":2,"211":2,"213":1,"215":1,"218":1,"234":1,"290":1,"337":1,"382":2,"396":1,"497":1,"516":1,"549":1,"576":1,"577":1,"579":1,"584":1,"623":1,"624":1,"625":1,"626":1,"627":1,"705":1,"718":1,"723":1,"751":6,"752":1,"754":3,"756":1,"757":1,"758":3,"769":1,"796":1,"828":1,"863":1,"871":1,"905":1,"924":1,"935":1,"938":1,"963":1,"966":1,"985":1,"1000":1,"1003":1,"1005":1,"1013":1,"1038":1,"1041":1,"1078":1,"1081":1,"1114":1,"1134":1,"1139":1,"1167":1,"1175":1,"1178":1,"1180":1,"1203":1,"1211":1,"1214":1,"1216":1,"1244":1,"1247":1,"1249":1,"1292":1,"1302":1,"1305":1,"1323":1,"1354":1,"1357":1,"1373":1,"1386":1,"1389":1,"1405":1,"1408":1,"1424":2,"1427":1,"1429":1,"1430":2,"1440":1,"1443":1,"1473":3,"1492":1,"1495":1,"1521":1,"1524":1,"1544":1,"1554":1,"1557":1,"1580":1,"1583":1,"1611":1,"1614":1,"1642":1,"1645":1,"1675":1,"1678":1,"1756":1,"1759":1,"1773":2,"1785":1,"1788":1,"1813":1,"1816":1,"1838":1,"1841":1,"1865":1,"1892":1,"1895":1,"1910":1,"1911":1,"1912":1,"1913":1,"1914":2,"1916":1,"1917":2,"1919":1,"1920":3,"1922":1,"1937":1,"1940":1,"1944":3,"1963":1,"1971":1,"1974":1,"2028":1,"2031":1,"2055":1,"2058":1,"2084":1,"2087":1,"2118":3,"2127":1,"2136":1,"2139":1,"2158":2,"2170":1,"2173":1,"2189":2,"2192":1,"2197":1,"2201":1,"2207":1,"2213":1,"2216":1,"2247":1,"2250":1,"2275":4,"2285":1,"2288":1,"2289":1,"2303":2,"2344":1,"2347":1,"2356":1,"2366":1,"2379":1,"2382":1,"2412":1,"2415":1,"2417":1,"2444":1,"2447":1,"2459":3,"2500":1,"2503":1,"2531":1,"2534":1,"2555":2,"2585":1,"2588":1,"2601":2,"2605":1,"2615":8,"2618":3,"2622":1,"2624":1,"2625":2,"2627":1,"2629":1,"2630":1,"2634":2,"2636":1,"2638":1,"2640":4,"2641":1,"2642":2,"2644":6,"2648":1,"2649":2,"2650":1}}],["bamako50",{"2":{"2656":1}}],["bamako25",{"2":{"2656":1}}],["bamako100",{"2":{"2656":1}}],["bamako10",{"2":{"2656":1}}],["bamako",{"2":{"2656":1}}],["bamo50",{"2":{"2656":1}}],["bamo25",{"2":{"2656":1}}],["bamo100",{"2":{"2656":1}}],["bamo10",{"2":{"2656":1}}],["bamo",{"2":{"2656":1}}],["bam50",{"2":{"2656":1}}],["bam25",{"2":{"2656":1}}],["bam100",{"2":{"2656":1}}],["bam10",{"2":{"2656":1}}],["bam",{"2":{"2656":1}}],["batloww50",{"2":{"2656":1}}],["batloww25",{"2":{"2656":1}}],["batloww100",{"2":{"2656":1}}],["batloww10",{"2":{"2656":1}}],["batloww",{"2":{"2656":1}}],["batlowk50",{"2":{"2656":1}}],["batlowk25",{"2":{"2656":1}}],["batlowk100",{"2":{"2656":1}}],["batlowk10",{"2":{"2656":1}}],["batlowk",{"2":{"2656":1}}],["batlow50",{"2":{"2656":1}}],["batlow25",{"2":{"2656":1}}],["batlow100",{"2":{"2656":1}}],["batlow10",{"2":{"2656":1}}],["batlow",{"2":{"2274":2,"2656":1}}],["batsymbol",{"2":{"1917":4}}],["bat",{"2":{"1917":1}}],["bathymetry",{"2":{"36":1}}],["banks",{"2":{"664":1}}],["bandwidth",{"0":{"1326":1,"2334":1},"2":{"0":3,"1322":1,"1326":1}}],["bands",{"2":{"0":17,"1185":2,"1221":2,"1248":2,"1249":1,"1510":2,"1542":1,"1543":1,"2289":2,"2520":2,"2552":1,"2553":1}}],["band",{"0":{"1024":1,"1699":1},"1":{"1025":1,"1026":1,"1027":1,"1028":1,"1029":1,"1030":1,"1031":1,"1032":1,"1033":1,"1034":1,"1035":1,"1036":1,"1037":1,"1038":1,"1039":1,"1040":1,"1041":1,"1042":1,"1043":1,"1044":1,"1045":1,"1046":1,"1047":1,"1048":1,"1049":1,"1050":1,"1051":1,"1052":1,"1053":1,"1054":1,"1055":1,"1056":1},"2":{"0":24,"1024":7,"1025":5,"1241":2,"1242":2,"2278":1,"2282":2,"2283":2}}],["ba626d97",{"2":{"59":1}}],["bad",{"2":{"31":1,"46":1}}],["badly",{"2":{"19":1}}],["barcounts",{"2":{"2646":1}}],["barcenters",{"2":{"2646":1}}],["bar=",{"2":{"1058":1}}],["bare",{"2":{"37":1}}],["bars",{"2":{"0":13,"152":1,"863":2,"1058":6,"1070":1,"1073":1,"1076":1,"1103":2,"1383":1,"1457":1,"1462":1,"1464":1,"1465":1,"1467":1,"1477":1,"1889":1,"2554":1,"2555":3,"2646":1}}],["bar",{"0":{"1061":1,"1064":1,"1460":1,"1476":1},"2":{"0":14,"29":2,"148":8,"152":1,"528":1,"1058":3,"1061":1,"1076":1,"1084":1,"1085":1,"1086":1,"1088":1,"1377":1,"1456":1,"1470":1,"1856":1,"1883":1,"2555":1,"2646":2}}],["barplots",{"2":{"148":1,"2193":2}}],["barplot",{"0":{"1057":1,"1700":1,"2647":1},"1":{"1058":1,"1059":1,"1060":1,"1061":1,"1062":1,"1063":1,"1064":1,"1065":1,"1066":1,"1067":1,"1068":1,"1069":1,"1070":1,"1071":1,"1072":1,"1073":1,"1074":1,"1075":1,"1076":1,"1077":1,"1078":1,"1079":1,"1080":1,"1081":1,"1082":1,"1083":1,"1084":1,"1085":1,"1086":1,"1087":1,"1088":1,"1089":1,"1090":1,"1091":1,"1092":1,"1093":1,"1094":1,"1095":1,"1096":1,"1097":1,"1098":1,"1099":1,"1100":1,"1101":1,"1102":1,"1103":1},"2":{"0":16,"74":1,"75":1,"76":1,"148":1,"152":14,"168":1,"169":1,"491":1,"516":1,"863":1,"1057":4,"1058":7,"1073":1,"1456":1,"1457":1,"1467":1,"2193":1,"2554":1,"2647":4,"2648":7}}],["balance",{"2":{"0":1,"34":1,"2655":1}}],["bashrc",{"2":{"26":1}}],["bash",{"2":{"26":1}}],["baseline",{"2":{"0":4,"1073":1,"1337":1,"2189":1,"2190":1,"2191":2,"2192":1,"2199":1,"2603":1}}],["base",{"2":{"0":5,"75":1,"82":2,"107":1,"196":1,"1569":1,"1600":1,"1914":4,"1922":1,"1944":1}}],["based",{"2":{"0":16,"13":2,"21":1,"22":1,"45":5,"48":1,"68":1,"69":1,"82":1,"83":1,"130":1,"135":1,"150":2,"152":2,"159":1,"167":1,"191":1,"197":3,"794":2,"817":1,"843":1,"1773":1,"2158":1,"2300":1,"2301":1,"2459":1,"2484":1,"2604":1,"2605":2,"2613":1,"2615":1}}],["basics",{"2":{"149":1}}],["basically",{"2":{"0":1,"2647":1}}],["basic",{"0":{"2239":1,"2480":1,"2625":1},"2":{"0":2,"30":1,"73":1,"74":1,"143":1,"161":1,"623":1,"2505":1,"2644":1}}],["basis",{"2":{"0":1,"150":1,"151":1,"153":1,"190":1,"1915":1}}],["backside",{"2":{"2604":1}}],["backspace",{"2":{"81":2}}],["backscatter",{"2":{"34":2}}],["backup",{"2":{"28":1}}],["back",{"2":{"0":1,"73":1,"82":1,"112":1,"152":1,"168":1,"186":1,"192":1,"212":1,"624":2,"2495":1,"2640":1}}],["background=",{"2":{"1058":1}}],["background",{"0":{"1063":1,"1475":1},"2":{"0":3,"63":5,"82":1,"102":1,"140":1,"191":1,"192":1,"194":3,"195":2,"224":1,"375":1,"631":1,"632":1,"762":1,"763":1,"796":1,"828":1,"1285":1,"2242":1,"2555":2,"2640":3}}],["backgroundcolor=",{"2":{"691":1,"1289":2,"2640":2,"2642":1}}],["backgroundcolor",{"0":{"224":1,"375":1,"631":1,"762":1,"2242":1},"2":{"0":8,"63":1,"98":1,"103":1,"157":2,"183":1,"192":5,"194":2,"195":8,"384":2,"632":1,"753":2,"762":1,"983":2,"1774":1,"2189":1,"2559":1,"2609":1,"2611":2,"2615":1,"2624":1,"2625":2,"2639":1}}],["backlight",{"0":{"991":1,"1028":1,"1632":1,"1665":1,"2161":1,"2403":1,"2489":1},"2":{"0":7,"2604":2,"2609":1,"2611":1}}],["backend",{"0":{"13":1,"49":1},"1":{"14":1},"2":{"0":33,"13":3,"14":6,"16":2,"19":1,"21":1,"22":2,"23":1,"30":1,"31":8,"32":1,"48":1,"56":2,"79":1,"88":2,"106":3,"197":3,"200":1,"752":1,"1912":1,"2618":1,"2644":1}}],["backend=current",{"2":{"0":5}}],["backends",{"0":{"14":1},"2":{"0":54,"13":1,"15":1,"27":1,"31":2,"66":1,"77":1,"82":1,"149":1,"190":1,"945":1,"975":1,"1010":1,"1014":1,"1045":1,"1048":1,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1448":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1649":1,"1652":1,"1682":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1915":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2176":1,"2179":1,"2224":1,"2257":1,"2293":1,"2355":1,"2389":1,"2420":1,"2423":1,"2452":1,"2507":1,"2510":1,"2542":1,"2595":1,"2603":2}}],["backward",{"2":{"0":1,"45":1}}],["berlin50",{"2":{"2656":1}}],["berlin25",{"2":{"2656":1}}],["berlin100",{"2":{"2656":1}}],["berlin10",{"2":{"2656":1}}],["berlin",{"2":{"2656":1}}],["beneficial",{"2":{"1236":1,"2276":1}}],["benefit",{"2":{"0":1}}],["behind",{"2":{"190":4,"2639":1,"2640":1}}],["behave",{"2":{"0":1,"136":1,"2478":1}}],["behaviour",{"2":{"0":1,"161":1,"1282":1,"1629":1,"2654":1}}],["behavior",{"2":{"0":2,"45":1,"78":1,"106":1,"145":1,"147":1,"582":1,"1248":1}}],["besides",{"2":{"130":1,"2643":1}}],["best",{"2":{"0":1,"16":3,"75":1,"107":1,"1282":1}}],["beach",{"2":{"2662":1}}],["beat",{"2":{"82":1}}],["beautifulmakie",{"2":{"33":1,"36":1}}],["beautiful",{"0":{"4":1},"2":{"196":1,"198":1,"1285":2,"2196":1}}],["belong",{"2":{"192":2,"2637":1}}],["belongs",{"2":{"186":1}}],["below",{"2":{"0":51,"18":1,"22":1,"31":1,"76":1,"91":1,"583":1,"942":1,"967":1,"971":1,"972":1,"1008":1,"1043":1,"1089":1,"1189":1,"1225":1,"1308":1,"1358":1,"1362":1,"1363":1,"1392":1,"1418":1,"1430":1,"1445":1,"1499":1,"1528":1,"1559":1,"1584":2,"1588":1,"1589":1,"1618":1,"1647":1,"1679":1,"1792":1,"1856":1,"1898":1,"1941":1,"1979":1,"2032":1,"2059":1,"2063":1,"2064":1,"2144":1,"2175":1,"2219":1,"2241":1,"2258":1,"2386":1,"2419":1,"2449":1,"2468":1,"2506":1,"2538":1,"2592":1,"2641":1}}],["belt",{"2":{"35":5,"2644":5}}],["beta",{"2":{"169":1}}],["better",{"2":{"0":1,"11":1,"48":1,"578":1,"583":1,"2495":1,"2624":1}}],["between",{"0":{"584":1},"2":{"0":28,"22":1,"45":1,"69":2,"80":1,"106":1,"122":1,"146":1,"165":1,"242":1,"252":1,"269":1,"279":1,"287":1,"294":1,"316":1,"326":1,"334":1,"341":1,"379":1,"392":1,"531":1,"559":1,"580":2,"584":1,"633":1,"639":1,"655":1,"666":1,"668":1,"678":1,"683":1,"756":1,"770":1,"838":1,"985":1,"1024":1,"1115":1,"1139":2,"1249":1,"1369":1,"1426":1,"1467":1,"1558":1,"1773":1,"1856":3,"1866":1,"1867":1,"1959":1,"2070":1,"2197":1,"2253":1,"2290":1,"2481":1,"2498":1,"2603":1,"2604":1,"2615":3,"2627":1,"2632":1,"2637":1,"2638":1}}],["been",{"2":{"0":1,"72":1,"74":1,"99":1,"133":1,"497":1,"577":1,"1914":1,"2615":1,"2644":1}}],["becoming",{"2":{"191":1}}],["becomes",{"2":{"0":1,"31":1,"106":1,"191":1}}],["become",{"2":{"0":3,"80":1,"1285":1,"1755":1}}],["because",{"2":{"0":6,"19":1,"48":1,"58":1,"60":1,"76":2,"78":1,"98":1,"100":1,"104":1,"106":4,"107":2,"131":1,"133":1,"135":1,"142":2,"148":2,"162":2,"181":1,"184":1,"190":1,"191":1,"194":1,"222":1,"287":1,"334":1,"383":1,"384":1,"577":1,"578":1,"1073":1,"1248":1,"1426":1,"1481":1,"1510":1,"1914":2,"1915":1,"2189":2,"2368":1,"2520":1,"2615":2,"2629":1,"2631":1,"2633":1,"2637":1,"2642":1,"2648":1}}],["bevel",{"2":{"0":10,"967":2,"1358":2,"1584":4,"2059":2}}],["before",{"2":{"0":9,"12":1,"18":1,"82":1,"118":1,"132":1,"136":1,"155":1,"1138":1,"1281":1,"1288":1,"1312":1,"1314":1,"1407":1,"1922":1,"2236":1,"2367":1,"2615":1,"2624":1,"2627":1,"2633":1,"2647":1,"2654":1}}],["begin",{"2":{"0":3,"34":1,"134":1,"838":1,"839":1,"905":1,"1287":2,"1288":1,"1289":1,"2505":1}}],["beyond",{"2":{"0":2,"155":1}}],["bezierutriangle",{"2":{"66":1}}],["bezier",{"0":{"1915":1},"1":{"1916":1,"1917":1},"2":{"0":2,"1915":1,"1917":1,"1932":1}}],["bezierpaths",{"2":{"1912":2,"1914":2}}],["bezierpath",{"2":{"0":14,"1912":1,"1914":3,"1915":2,"1916":1,"1917":1}}],["being",{"2":{"0":5,"31":1,"37":1,"39":1,"45":1,"81":1,"82":1,"96":1,"106":1,"191":2,"752":1,"982":2,"1164":1,"1200":1,"1569":1,"1600":1,"1922":1,"2127":1,"2398":1,"2478":1,"2605":1}}],["be",{"2":{"0":433,"8":1,"10":1,"16":1,"18":1,"19":2,"20":2,"22":10,"23":3,"24":3,"31":5,"35":1,"36":2,"37":4,"39":2,"41":1,"44":3,"45":6,"47":1,"48":1,"51":1,"55":1,"56":1,"58":8,"59":2,"60":5,"61":2,"63":3,"64":1,"68":3,"71":2,"74":1,"75":1,"76":6,"78":1,"82":3,"83":8,"88":1,"92":1,"102":2,"104":1,"105":6,"106":5,"107":1,"108":2,"109":1,"110":1,"111":1,"112":1,"113":1,"116":2,"122":1,"123":1,"124":1,"125":1,"126":1,"127":1,"129":2,"131":3,"132":1,"133":2,"134":1,"135":1,"137":2,"138":2,"145":1,"146":3,"148":2,"150":7,"151":1,"152":3,"153":1,"155":6,"156":1,"157":2,"160":1,"161":2,"162":5,"165":1,"178":1,"181":1,"183":1,"184":1,"187":1,"190":2,"191":2,"205":1,"207":2,"210":1,"211":1,"215":1,"217":1,"219":1,"222":2,"234":8,"239":1,"248":1,"266":1,"279":1,"287":3,"290":4,"299":3,"304":1,"313":1,"326":1,"334":3,"337":4,"346":3,"351":1,"354":1,"382":1,"383":2,"396":1,"577":1,"578":2,"579":2,"584":1,"585":2,"603":1,"623":3,"625":3,"626":1,"627":3,"628":1,"685":1,"691":1,"718":1,"720":1,"723":1,"748":1,"750":2,"751":1,"752":2,"753":1,"757":2,"758":1,"763":1,"768":1,"769":1,"773":1,"775":1,"778":1,"800":1,"811":1,"832":1,"835":1,"874":2,"905":2,"908":1,"928":1,"930":1,"932":1,"935":1,"940":1,"950":1,"951":2,"956":1,"958":1,"960":1,"963":1,"969":1,"981":1,"985":1,"992":1,"993":1,"995":1,"996":1,"1000":1,"1023":1,"1024":1,"1029":2,"1030":1,"1032":1,"1034":1,"1038":1,"1042":1,"1056":1,"1065":1,"1067":1,"1069":1,"1070":1,"1078":1,"1102":1,"1156":1,"1163":1,"1168":1,"1170":1,"1171":1,"1175":1,"1185":1,"1198":1,"1204":1,"1206":1,"1207":1,"1211":1,"1221":1,"1234":1,"1240":1,"1244":1,"1248":3,"1249":1,"1257":1,"1282":3,"1284":1,"1289":1,"1292":1,"1294":1,"1296":1,"1298":1,"1299":1,"1302":1,"1306":1,"1309":1,"1320":1,"1328":1,"1333":1,"1347":1,"1349":1,"1351":1,"1354":1,"1360":1,"1372":1,"1374":3,"1377":1,"1378":1,"1380":1,"1382":1,"1383":1,"1386":1,"1400":1,"1405":2,"1406":1,"1407":1,"1414":1,"1416":1,"1422":2,"1423":1,"1424":6,"1428":1,"1429":1,"1430":3,"1434":1,"1436":1,"1437":1,"1440":1,"1444":1,"1453":1,"1461":2,"1462":1,"1477":1,"1481":1,"1485":1,"1487":1,"1489":1,"1492":1,"1497":1,"1507":1,"1510":2,"1513":3,"1514":1,"1516":1,"1518":1,"1521":1,"1527":1,"1541":1,"1548":1,"1550":1,"1551":1,"1554":1,"1558":1,"1567":1,"1573":1,"1575":1,"1577":1,"1580":1,"1586":1,"1597":1,"1604":1,"1606":1,"1608":1,"1611":1,"1616":1,"1626":1,"1633":2,"1634":1,"1636":1,"1638":1,"1642":1,"1646":1,"1660":1,"1667":1,"1669":1,"1671":1,"1675":1,"1681":1,"1686":1,"1694":1,"1753":1,"1756":1,"1772":1,"1777":3,"1778":1,"1780":1,"1782":1,"1785":1,"1791":1,"1805":1,"1811":1,"1813":1,"1830":1,"1831":3,"1836":1,"1838":1,"1855":1,"1858":1,"1875":1,"1877":1,"1879":1,"1883":1,"1884":1,"1886":1,"1888":1,"1889":1,"1892":1,"1906":1,"1910":1,"1911":2,"1912":2,"1914":2,"1915":2,"1916":2,"1926":1,"1928":1,"1930":1,"1937":1,"1958":1,"1964":1,"1966":1,"1968":1,"1971":1,"1995":1,"1996":1,"2020":1,"2022":1,"2023":1,"2028":1,"2042":1,"2048":1,"2050":1,"2052":1,"2055":1,"2061":1,"2073":1,"2082":1,"2084":1,"2091":3,"2109":1,"2113":2,"2127":1,"2128":1,"2130":1,"2132":1,"2136":1,"2156":1,"2157":1,"2162":1,"2163":1,"2165":1,"2166":1,"2170":1,"2174":1,"2187":1,"2191":1,"2193":1,"2194":1,"2196":1,"2202":1,"2204":1,"2205":1,"2206":2,"2213":1,"2217":1,"2235":1,"2243":1,"2247":1,"2258":2,"2269":1,"2273":1,"2275":3,"2280":1,"2285":1,"2289":2,"2299":1,"2301":1,"2303":2,"2338":1,"2339":1,"2344":1,"2365":1,"2368":1,"2372":1,"2374":1,"2376":1,"2379":1,"2384":1,"2394":1,"2404":1,"2406":1,"2407":1,"2412":1,"2416":1,"2431":1,"2438":1,"2440":1,"2441":1,"2444":1,"2448":1,"2457":1,"2458":1,"2459":1,"2462":2,"2463":1,"2464":1,"2466":1,"2478":1,"2484":2,"2485":1,"2490":1,"2491":1,"2493":1,"2494":1,"2498":1,"2500":1,"2519":1,"2520":2,"2523":3,"2524":1,"2526":1,"2528":1,"2531":1,"2537":1,"2551":1,"2555":3,"2578":1,"2580":1,"2582":1,"2585":1,"2590":1,"2600":1,"2601":3,"2604":2,"2615":5,"2618":4,"2620":2,"2625":1,"2630":1,"2640":1,"2644":1,"2648":1,"2649":4}}],["dlon",{"2":{"1287":4}}],["dlat",{"2":{"1287":4}}],["ds2",{"2":{"1289":2}}],["ds1",{"2":{"1289":2}}],["dsplot",{"2":{"1287":1}}],["ds",{"2":{"1284":2,"1287":4}}],["dt",{"2":{"196":4}}],["dtriangle",{"2":{"0":1,"185":2,"1913":2,"2566":1}}],["dz",{"2":{"191":4,"196":2}}],["dc",{"2":{"148":2}}],["dy",{"2":{"66":7,"80":2,"81":2,"196":2}}],["dynamic",{"2":{"39":1,"130":1,"148":1}}],["dynamically",{"2":{"0":1,"39":1,"148":1,"167":1,"2644":1}}],["ddd",{"2":{"63":1}}],["d7ae",{"2":{"63":1}}],["d5d3",{"2":{"58":1}}],["d50f25",{"2":{"35":1,"2644":1}}],["duplicate",{"2":{"1428":1}}],["duration",{"2":{"921":1}}],["during",{"2":{"0":1,"10":1,"11":1,"191":1,"219":1,"769":1}}],["due",{"2":{"0":2,"111":1,"207":1,"752":1,"1323":1,"2603":1}}],["dx",{"2":{"0":2,"66":7,"80":1,"81":1,"196":2,"2127":2}}],["davos50",{"2":{"2656":1}}],["davos25",{"2":{"2656":1}}],["davos100",{"2":{"2656":1}}],["davos10",{"2":{"2656":1}}],["davos",{"2":{"2656":1}}],["danischkrumbiegel2021",{"2":{"199":1}}],["danisch",{"2":{"199":2}}],["day",{"2":{"148":1,"2624":6,"2634":2,"2636":6}}],["datum",{"2":{"287":1,"334":1}}],["dateteimeticks",{"2":{"75":1}}],["datetimes",{"2":{"75":1}}],["datetimeconversion",{"2":{"75":3}}],["datetime",{"2":{"74":1,"75":4}}],["date",{"2":{"74":1,"75":6,"82":1}}],["dates",{"2":{"72":1,"73":2}}],["data2",{"2":{"2624":3,"2630":3}}],["data1",{"2":{"2624":4,"2630":3,"2631":1}}],["datavis",{"2":{"1285":1}}],["dataaspect",{"2":{"222":5,"1404":2,"1405":3,"1406":1,"1407":2,"1408":1,"1409":1,"1545":4,"1774":1,"2189":1}}],["datasets",{"2":{"1856":1}}],["dataset",{"0":{"1287":1},"2":{"33":5,"1287":1,"1288":1}}],["datashader",{"0":{"1282":1,"1707":1},"1":{"1283":1,"1284":1,"1285":1,"1286":1,"1287":1,"1288":1,"1289":1,"1290":1,"1291":1,"1292":1,"1293":1,"1294":1,"1295":1,"1296":1,"1297":1,"1298":1,"1299":1,"1300":1,"1301":1,"1302":1,"1303":1,"1304":1,"1305":1,"1306":1,"1307":1,"1308":1,"1309":1,"1310":1,"1311":1,"1312":1,"1313":1,"1314":1,"1315":1,"1316":1,"1317":1,"1318":1,"1319":1,"1320":1},"2":{"0":12,"1282":4,"1284":1,"1285":1,"1287":1,"1288":1,"1289":3,"1290":2}}],["datalimits",{"0":{"2338":1},"2":{"0":1,"2330":1}}],["datalimits=extrema",{"2":{"0":2,"1877":1,"2338":1}}],["datapoints",{"2":{"0":1,"1856":1,"2636":1}}],["datainspector",{"0":{"152":1},"2":{"0":130,"61":1,"150":2,"151":2,"152":7,"153":1,"935":1,"936":1,"938":1,"963":1,"964":1,"966":1,"1000":1,"1001":1,"1003":1,"1038":1,"1039":1,"1041":1,"1078":1,"1079":1,"1081":1,"1175":1,"1176":1,"1178":1,"1211":1,"1212":1,"1214":1,"1244":1,"1245":1,"1247":1,"1302":1,"1303":1,"1305":1,"1354":1,"1355":1,"1357":1,"1386":1,"1387":1,"1389":1,"1440":1,"1441":1,"1443":1,"1492":1,"1493":1,"1495":1,"1521":1,"1522":1,"1524":1,"1554":1,"1555":1,"1557":1,"1580":1,"1581":1,"1583":1,"1611":1,"1612":1,"1614":1,"1642":1,"1643":1,"1645":1,"1675":1,"1676":1,"1678":1,"1756":1,"1757":1,"1759":1,"1785":1,"1786":1,"1788":1,"1813":1,"1814":1,"1816":1,"1838":1,"1839":1,"1841":1,"1892":1,"1893":1,"1895":1,"1937":1,"1938":1,"1940":1,"1971":1,"1972":1,"1974":1,"2028":1,"2029":1,"2031":1,"2055":1,"2056":1,"2058":1,"2084":1,"2085":1,"2087":1,"2136":1,"2137":1,"2139":1,"2170":1,"2171":1,"2173":1,"2213":1,"2214":1,"2216":1,"2247":1,"2248":1,"2250":1,"2285":1,"2286":1,"2288":1,"2344":1,"2345":1,"2347":1,"2379":1,"2380":1,"2382":1,"2412":1,"2413":1,"2415":1,"2444":1,"2445":1,"2447":1,"2500":1,"2501":1,"2503":1,"2531":1,"2532":1,"2534":1,"2585":1,"2586":1,"2588":1}}],["data",{"0":{"11":1,"150":1,"153":1,"1289":1,"2190":1},"1":{"151":1,"152":1,"153":1},"2":{"0":140,"7":1,"10":3,"11":1,"12":1,"33":9,"36":1,"42":1,"45":1,"58":3,"66":5,"67":1,"68":4,"69":5,"70":1,"71":2,"91":17,"135":1,"148":1,"150":2,"152":7,"153":1,"167":11,"168":2,"169":4,"196":2,"199":2,"222":1,"287":2,"334":2,"373":4,"383":2,"748":1,"751":1,"752":2,"757":1,"937":1,"946":1,"965":1,"977":1,"1002":1,"1018":1,"1040":1,"1051":1,"1058":1,"1080":1,"1095":1,"1104":1,"1105":1,"1114":1,"1134":1,"1177":1,"1194":1,"1213":1,"1230":1,"1246":1,"1253":1,"1282":1,"1287":3,"1288":1,"1289":1,"1304":1,"1316":1,"1356":1,"1367":1,"1388":1,"1396":1,"1408":1,"1422":1,"1426":8,"1430":1,"1442":1,"1449":1,"1455":5,"1456":2,"1481":1,"1494":1,"1503":1,"1510":1,"1523":1,"1534":1,"1556":1,"1563":1,"1582":1,"1593":1,"1613":1,"1622":1,"1629":2,"1644":1,"1655":1,"1677":1,"1689":1,"1750":2,"1758":1,"1765":1,"1787":1,"1798":1,"1815":1,"1824":1,"1831":1,"1840":1,"1849":1,"1856":41,"1865":1,"1872":1,"1894":1,"1902":1,"1914":4,"1920":4,"1939":1,"1950":1,"1973":1,"1989":1,"1998":2,"2000":2,"2013":1,"2030":1,"2038":1,"2057":1,"2068":1,"2086":1,"2093":1,"2111":5,"2138":1,"2151":1,"2158":4,"2172":1,"2182":1,"2189":3,"2190":4,"2193":1,"2194":1,"2215":1,"2227":1,"2249":1,"2259":1,"2287":1,"2290":1,"2294":1,"2301":1,"2346":1,"2359":1,"2366":1,"2368":1,"2381":1,"2390":1,"2397":2,"2414":1,"2416":1,"2426":1,"2446":1,"2453":1,"2458":1,"2485":5,"2486":1,"2502":1,"2505":1,"2513":1,"2520":1,"2533":1,"2544":1,"2587":1,"2596":1,"2615":1,"2616":1,"2619":4,"2620":1,"2621":1,"2622":1,"2624":2,"2627":3,"2636":2,"2646":2,"2648":2}}],["dark6",{"2":{"2661":1}}],["dark2",{"2":{"2658":6}}],["darktest",{"2":{"2654":1}}],["darkterrain",{"2":{"2158":1,"2662":1}}],["darkrainbow",{"2":{"2654":1,"2662":1}}],["darkblue",{"2":{"1323":1}}],["dark",{"0":{"175":1},"2":{"36":1,"175":1,"179":4,"180":1,"2661":1}}],["dashboards",{"2":{"57":1,"63":1,"162":1,"168":1}}],["dashed",{"2":{"0":1}}],["dashes",{"2":{"0":1}}],["dashdotdot",{"2":{"0":13,"940":1,"969":1,"1360":1,"1497":1,"1527":1,"1586":2,"1616":1,"1791":1,"2061":1,"2384":1,"2537":1,"2590":1}}],["dashdot",{"2":{"0":27,"940":2,"969":2,"1360":2,"1497":2,"1527":2,"1586":3,"1616":2,"1791":2,"1977":1,"2061":2,"2075":1,"2384":2,"2537":2,"2590":2}}],["dash",{"2":{"0":29,"182":1,"185":1,"361":1,"627":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"753":3,"924":1,"940":2,"969":2,"1141":1,"1142":3,"1360":2,"1497":2,"1527":2,"1586":3,"1616":2,"1791":2,"2044":1,"2061":2,"2075":1,"2308":1,"2384":2,"2537":2,"2590":2,"2621":2,"2622":1}}],["drown",{"2":{"152":1}}],["dropoff",{"2":{"1287":2}}],["drops",{"2":{"0":1}}],["dropdown",{"0":{"713":1,"714":1},"2":{"0":2,"713":1,"714":1}}],["drop",{"2":{"0":2,"1236":2,"2276":1}}],["dropped",{"2":{"0":1,"79":1,"2641":1}}],["drivers",{"2":{"27":2}}],["driver",{"2":{"27":1}}],["dri",{"2":{"26":2}}],["dracula",{"2":{"2662":1}}],["drags",{"2":{"588":1,"848":1}}],["dragging",{"2":{"0":3,"82":7,"211":1,"585":2,"844":1}}],["dragged",{"2":{"0":1,"79":1,"863":1}}],["drag",{"0":{"211":1},"2":{"0":3,"45":2,"82":4,"213":1,"585":1,"754":1}}],["drawbacks",{"2":{"191":1}}],["drawable",{"2":{"82":1}}],["drawn",{"2":{"0":2,"157":3,"190":1,"752":1,"1383":1,"1889":1,"2189":1}}],["draw",{"0":{"192":1},"2":{"0":52,"15":1,"16":1,"18":1,"80":1,"111":1,"148":1,"152":1,"190":2,"756":1,"945":1,"975":1,"990":1,"1014":1,"1048":1,"1094":1,"1104":1,"1130":1,"1193":1,"1229":1,"1249":1,"1252":1,"1258":1,"1278":1,"1313":1,"1366":1,"1395":1,"1448":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1806":1,"1823":1,"1831":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2224":1,"2257":1,"2293":1,"2329":1,"2355":1,"2389":1,"2423":1,"2452":1,"2484":1,"2510":1,"2542":1,"2595":1,"2642":2,"2646":2,"2647":2}}],["drawing",{"2":{"0":2,"18":1,"45":1,"111":1,"190":1,"1288":1,"1831":1,"2646":1}}],["draws",{"2":{"0":6,"190":1,"1139":1,"1773":1,"1831":1,"2432":1,"2573":1,"2640":2}}],["dpi",{"2":{"0":2,"24":1,"79":2,"106":2,"107":5,"2641":1}}],["d",{"0":{"2634":1},"1":{"2635":1,"2636":1},"2":{"0":12,"45":1,"61":1,"82":3,"299":1,"346":1,"583":1,"1105":1,"1142":1,"1285":3,"1323":3,"2158":10,"2303":3,"2619":1,"2624":1,"2625":4,"2626":2,"2634":1,"2637":1}}],["deuteranopic",{"2":{"2660":5}}],["deems",{"2":{"2615":1}}],["deepsea",{"2":{"2662":1}}],["deep6",{"2":{"2661":1}}],["deep",{"2":{"1427":1,"2158":2,"2655":1,"2661":1}}],["dejavu",{"2":{"110":1}}],["dedicated",{"0":{"26":1},"2":{"26":2,"208":1}}],["deduced",{"2":{"0":1,"1431":1}}],["debug",{"2":{"22":1,"765":1}}],["debugging",{"2":{"22":1,"30":2}}],["denote",{"2":{"2158":1}}],["denotes",{"2":{"10":1}}],["densities",{"2":{"0":1,"163":3,"1337":1}}],["density",{"0":{"802":1,"1321":1,"1708":1,"2131":1,"2348":1},"1":{"1322":1,"1323":1,"1324":1,"1325":1,"1326":1,"1327":1,"1328":1,"1329":1,"1330":1,"1331":1,"1332":1,"1333":1,"1334":1,"1335":1,"1336":1,"1337":1,"1338":1,"1339":1,"1340":1,"1341":1},"2":{"0":26,"19":1,"106":1,"107":2,"163":2,"169":2,"184":1,"187":5,"802":1,"1321":4,"1322":4,"1323":3,"1324":2,"1326":1,"1327":1,"1337":1,"1473":3,"2118":3,"2329":1,"2356":1,"2624":2,"2627":3,"2632":2}}],["dense",{"2":{"0":26,"940":2,"969":2,"1360":2,"1497":2,"1527":2,"1586":3,"1616":2,"1791":2,"2061":2,"2384":2,"2537":2,"2590":2,"2655":1}}],["devon50",{"2":{"2656":1}}],["devon25",{"2":{"2656":1}}],["devon100",{"2":{"2656":1}}],["devon10",{"2":{"2656":1}}],["devon",{"2":{"2656":1}}],["developed",{"2":{"2653":1}}],["developer",{"0":{"76":1},"2":{"143":1,"2646":1}}],["development",{"2":{"161":1,"200":1}}],["developing",{"2":{"2":1}}],["dev",{"2":{"28":7,"1285":1}}],["device",{"2":{"0":2,"106":12,"155":1}}],["demonstration",{"2":{"2646":1}}],["demonstrates",{"2":{"2615":1}}],["demonstrate",{"2":{"1288":1,"1629":1,"2615":1}}],["demonstrated",{"2":{"0":1}}],["demofigure",{"2":{"169":2,"171":1,"172":1,"173":1,"174":1,"175":1,"176":1}}],["demo",{"2":{"27":1}}],["demands",{"2":{"107":1}}],["demand",{"2":{"22":1,"107":1}}],["demarcate",{"2":{"0":1}}],["delta",{"2":{"169":1,"2655":1}}],["deletion",{"2":{"81":1}}],["deleting",{"0":{"40":1,"204":1},"2":{"82":4}}],["deleteat",{"2":{"82":2}}],["delete",{"2":{"40":1,"81":4,"82":2,"204":3}}],["delaunay",{"2":{"0":1,"2275":1,"2298":1}}],["delaunaytriangulation",{"2":{"0":7,"2273":1,"2275":8,"2298":3,"2300":1,"2301":4,"2458":1,"2459":6,"2477":1}}],["delimitedfiles",{"2":{"163":1,"1235":3,"1236":1,"1284":1,"1408":1,"1921":1,"2158":1}}],["delimited",{"2":{"0":1,"2289":1}}],["despite",{"2":{"1107":1,"2332":1}}],["desirable",{"2":{"207":1}}],["desired",{"2":{"0":1,"102":1,"107":2,"223":1,"234":1}}],["deselected",{"2":{"153":1}}],["destructuring",{"2":{"100":1}}],["destructured",{"2":{"137":2}}],["destructure",{"2":{"100":1}}],["destroyed",{"2":{"76":1}}],["desktop",{"2":{"21":1,"28":1,"29":1,"55":1}}],["described",{"2":{"2640":1}}],["describe",{"2":{"102":1,"2618":1}}],["describes",{"2":{"0":2,"112":1,"1686":1,"2604":1}}],["describing",{"2":{"80":1,"148":1,"162":5}}],["descriptions",{"2":{"162":1}}],["description",{"2":{"13":1,"162":1}}],["deg2rad",{"2":{"1949":2}}],["degree",{"2":{"0":1,"752":1,"1569":1,"1600":1,"1771":1,"1922":1,"2603":1}}],["degrees",{"2":{"0":1,"98":1}}],["deg",{"0":{"1771":1},"2":{"0":1}}],["deactivating",{"0":{"216":1}}],["deactivate",{"2":{"0":4,"19":1,"216":1}}],["dealing",{"0":{"1569":1,"1600":1,"1922":1},"2":{"131":1,"132":1,"217":1,"2615":1}}],["deals",{"2":{"0":43,"949":1,"980":1,"1022":1,"1055":1,"1101":1,"1197":1,"1233":1,"1256":1,"1319":1,"1371":1,"1399":1,"1452":1,"1506":1,"1540":1,"1566":1,"1596":1,"1625":1,"1659":1,"1693":1,"1770":1,"1804":1,"1829":1,"1854":1,"1905":1,"1956":1,"1994":1,"2041":1,"2072":1,"2103":1,"2155":1,"2186":1,"2234":1,"2267":1,"2297":1,"2364":1,"2393":1,"2430":1,"2456":1,"2517":1,"2550":1,"2599":1}}],["december",{"2":{"1323":1}}],["decimal",{"2":{"290":1,"337":1}}],["decides",{"2":{"1911":1}}],["decide",{"2":{"22":1,"180":1,"583":1,"627":1,"2615":1}}],["decided",{"2":{"0":1,"106":2,"165":1}}],["declarative",{"2":{"162":3}}],["decoupled",{"2":{"2625":1}}],["decorated",{"2":{"22":1}}],["decorations",{"0":{"205":1,"753":1},"2":{"0":14,"22":1,"122":1,"205":1,"384":1,"753":5,"2629":1}}],["decorations=false",{"2":{"0":1}}],["decorations=true",{"2":{"0":1}}],["decomposition",{"2":{"1774":1,"2158":1}}],["decompose",{"2":{"0":1,"145":2,"1629":1,"1773":1,"1918":2,"2609":1}}],["decomposes",{"2":{"0":6}}],["decomposable",{"2":{"0":1,"1773":1}}],["decreasing",{"2":{"0":1,"45":1}}],["decrease",{"2":{"0":1,"45":1,"90":1,"2615":1}}],["derivatives",{"2":{"2603":1}}],["derive",{"2":{"0":1,"66":1,"751":1,"2482":1,"2605":1}}],["derives",{"2":{"0":1}}],["derived",{"2":{"0":2,"45":1,"133":1,"1424":1,"2605":1}}],["deregistration",{"2":{"219":2}}],["deregistering",{"0":{"215":1}}],["deregister",{"2":{"0":5,"76":3,"215":1}}],["detect",{"2":{"2640":1}}],["determine",{"2":{"75":1,"97":1,"122":1,"144":1,"299":1,"346":1,"577":1,"874":1,"905":1}}],["determines",{"2":{"0":15,"98":2,"131":1,"1249":1,"1831":1,"1856":1,"1858":1,"1861":1,"1874":1,"1875":1,"1876":1,"2321":1,"2322":1,"2323":1,"2324":1,"2325":1,"2473":1}}],["determined",{"0":{"125":1},"2":{"0":22,"10":1,"122":1,"125":1,"128":2,"234":2,"290":2,"299":2,"337":2,"346":2,"705":1,"871":1,"1076":1,"1167":1,"1203":1,"1326":1,"1327":1,"2189":1,"2459":2,"2462":1}}],["detailed",{"2":{"1569":1,"1600":1,"1922":1}}],["details",{"2":{"0":4,"47":1,"106":1,"115":1,"118":1,"1806":1,"2121":1}}],["detail",{"2":{"0":1,"136":1,"150":1,"155":1,"2639":1,"2640":1}}],["depicted",{"2":{"522":1,"537":1}}],["deprecated",{"2":{"0":4,"31":1,"632":1,"845":1,"2225":1}}],["dependant",{"2":{"59":1}}],["depend",{"2":{"10":1,"384":1,"2615":1,"2646":1}}],["dependencies",{"2":{"58":1,"2618":1}}],["dependency",{"2":{"10":1,"143":1,"145":1,"149":1}}],["dependent",{"2":{"0":2,"10":1,"191":1}}],["depending",{"2":{"0":4,"10":1,"123":1,"125":1,"133":1,"136":1,"147":1,"287":1,"334":1,"384":1,"549":1,"1323":1,"1569":1,"1600":1,"1867":1,"1922":1,"2208":1,"2601":1}}],["depends",{"2":{"0":5,"10":1,"45":2,"106":1,"107":1,"135":1,"190":1,"627":1,"1155":1,"1914":1,"2189":1,"2194":1,"2619":1}}],["depthbuffer",{"2":{"2640":3}}],["depths",{"2":{"579":1}}],["depthsorting",{"0":{"1931":1,"2495":1},"2":{"0":2,"1922":5}}],["depth",{"0":{"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1172":1,"1207":1,"1208":1,"1240":1,"1299":1,"1351":1,"1382":1,"1437":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2280":1,"2339":1,"2376":1,"2407":1,"2409":1,"2441":1,"2494":1,"2528":1,"2582":1},"2":{"0":180,"22":1,"150":2,"152":1,"190":8,"191":2,"752":2,"932":2,"945":1,"960":2,"975":1,"996":2,"1014":1,"1034":2,"1048":1,"1069":2,"1094":1,"1171":2,"1193":1,"1207":2,"1229":1,"1240":2,"1252":1,"1299":2,"1313":1,"1351":2,"1366":1,"1382":2,"1395":1,"1437":2,"1448":1,"1489":2,"1502":1,"1518":2,"1532":1,"1551":2,"1562":1,"1569":2,"1577":2,"1592":1,"1600":2,"1608":2,"1621":1,"1638":2,"1652":1,"1671":2,"1685":1,"1753":2,"1763":1,"1782":2,"1796":1,"1811":2,"1823":1,"1836":2,"1848":1,"1888":2,"1901":1,"1922":3,"1930":2,"1931":1,"1948":1,"1949":1,"1968":2,"1988":1,"2023":2,"2037":1,"2052":2,"2067":1,"2082":2,"2092":1,"2132":2,"2149":1,"2166":2,"2179":1,"2205":2,"2224":1,"2243":2,"2257":1,"2280":2,"2293":1,"2339":2,"2355":1,"2376":2,"2389":1,"2407":2,"2409":1,"2423":1,"2441":2,"2452":1,"2494":2,"2510":1,"2528":2,"2542":1,"2582":2,"2595":1,"2601":1,"2640":2}}],["definition",{"2":{"147":2}}],["definitions",{"2":{"143":1}}],["defining",{"2":{"0":1,"145":1,"147":1,"218":1,"1295":1,"2275":1}}],["define",{"2":{"0":3,"63":1,"74":1,"76":2,"135":1,"143":2,"145":2,"149":1,"167":1,"177":1,"178":1,"183":1,"218":1,"287":1,"334":1,"1431":1,"1915":1,"2157":3,"2158":1,"2484":2,"2646":2}}],["defines",{"2":{"0":5,"13":1,"63":1,"69":1,"71":1,"988":1,"990":1,"1015":1,"1405":1,"1465":1,"2518":1,"2639":1}}],["defined",{"2":{"0":19,"13":1,"76":1,"104":1,"105":1,"106":1,"143":1,"145":1,"147":3,"186":1,"287":2,"290":1,"299":1,"334":2,"337":1,"346":1,"577":1,"924":1,"1773":1,"2482":1,"2484":1,"2646":2,"2653":1,"2654":1}}],["defocusing",{"2":{"897":1}}],["defocused",{"2":{"889":1}}],["defocus",{"0":{"889":1,"897":1},"2":{"0":2}}],["defaultfont",{"2":{"792":1,"825":1,"837":1}}],["defaultlimits",{"2":{"287":1,"334":1}}],["defaulting",{"2":{"74":1}}],["defaults",{"0":{"106":1},"2":{"0":22,"22":1,"24":1,"44":1,"45":1,"58":1,"82":1,"185":1,"186":1,"221":1,"222":1,"223":1,"224":1,"225":1,"226":1,"227":1,"228":1,"229":1,"230":1,"231":1,"232":1,"233":1,"234":1,"235":1,"236":1,"237":1,"238":1,"239":1,"240":1,"241":1,"242":1,"243":1,"244":1,"245":1,"246":1,"247":1,"248":1,"249":1,"250":1,"251":1,"252":1,"253":1,"254":1,"255":1,"256":1,"257":1,"258":1,"259":1,"260":1,"261":1,"262":1,"263":1,"264":1,"265":1,"266":1,"267":1,"268":1,"269":1,"270":1,"271":1,"272":1,"273":1,"274":1,"275":1,"276":1,"277":1,"278":1,"279":1,"280":1,"281":1,"282":1,"283":1,"284":1,"285":1,"286":1,"287":1,"288":1,"289":1,"290":1,"291":1,"292":1,"293":1,"294":1,"295":1,"296":1,"297":1,"298":1,"299":1,"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1,"307":1,"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1,"326":1,"327":1,"328":1,"329":1,"330":1,"331":1,"332":1,"333":1,"334":1,"335":1,"336":1,"337":1,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1,"344":1,"345":1,"346":1,"347":1,"348":1,"349":1,"350":1,"351":1,"352":1,"353":1,"356":1,"357":1,"358":1,"359":1,"360":1,"361":1,"362":1,"363":1,"364":1,"365":1,"366":1,"367":1,"368":1,"369":1,"372":1,"373":1,"374":1,"375":1,"376":1,"377":1,"378":1,"379":1,"380":1,"381":1,"382":1,"383":1,"384":1,"385":1,"386":1,"387":1,"388":1,"389":1,"390":1,"391":1,"392":1,"393":1,"394":1,"395":1,"396":1,"397":1,"398":1,"399":1,"400":1,"401":1,"402":1,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"410":1,"411":1,"412":1,"413":1,"414":1,"415":1,"416":1,"417":1,"418":1,"419":1,"420":1,"421":1,"422":1,"423":1,"424":1,"425":1,"426":1,"427":1,"428":1,"429":1,"430":1,"431":1,"432":1,"433":1,"434":1,"435":1,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"443":1,"444":1,"445":1,"446":1,"447":1,"448":1,"449":1,"450":1,"451":1,"452":1,"453":1,"454":1,"455":1,"456":1,"457":1,"458":1,"459":1,"460":1,"461":1,"462":1,"463":1,"464":1,"465":1,"466":1,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"474":1,"475":1,"476":1,"477":1,"478":1,"479":1,"480":1,"481":1,"482":1,"483":1,"484":1,"485":1,"486":1,"487":1,"488":1,"489":1,"490":1,"493":1,"494":1,"495":1,"496":1,"497":1,"498":1,"499":1,"500":1,"501":1,"502":1,"503":1,"504":1,"505":1,"506":1,"507":1,"508":1,"509":1,"510":1,"511":1,"512":1,"513":1,"514":1,"518":1,"519":1,"520":1,"521":1,"522":1,"523":1,"524":1,"525":1,"526":1,"527":1,"528":1,"529":1,"530":1,"531":1,"532":1,"533":1,"534":1,"535":1,"536":1,"537":1,"538":1,"539":1,"540":1,"541":1,"542":1,"543":1,"544":1,"545":1,"546":1,"547":1,"548":1,"549":1,"550":1,"551":1,"552":1,"553":1,"554":1,"555":1,"556":1,"557":1,"558":1,"559":1,"560":1,"561":1,"562":1,"563":1,"564":1,"565":1,"566":1,"567":1,"568":1,"569":1,"570":1,"571":1,"572":1,"587":1,"588":1,"589":1,"590":1,"591":1,"592":1,"593":1,"594":1,"595":1,"596":1,"597":1,"598":1,"599":1,"600":1,"601":1,"602":1,"605":1,"606":1,"607":1,"608":1,"609":1,"610":1,"611":1,"612":1,"613":1,"614":1,"615":1,"616":1,"617":1,"618":1,"619":1,"620":1,"621":1,"624":1,"630":1,"631":1,"632":1,"633":1,"634":1,"635":1,"636":1,"637":1,"638":1,"639":1,"640":1,"641":1,"642":1,"643":1,"644":1,"645":1,"646":1,"647":1,"648":1,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1,"655":1,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"664":1,"665":1,"666":1,"667":1,"668":1,"669":1,"670":1,"671":1,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1,"678":1,"679":1,"680":1,"681":1,"682":1,"683":1,"684":1,"685":1,"686":1,"687":1,"688":1,"689":1,"690":1,"693":1,"694":1,"695":1,"696":1,"697":1,"698":1,"699":1,"700":1,"701":1,"702":1,"703":1,"707":1,"708":1,"709":1,"710":1,"711":1,"712":1,"713":1,"714":1,"715":1,"716":1,"717":1,"718":1,"719":1,"720":1,"721":1,"722":1,"723":1,"724":1,"725":1,"726":1,"727":1,"728":1,"729":1,"730":1,"760":1,"761":1,"762":1,"763":1,"764":1,"765":1,"766":1,"767":1,"768":1,"769":1,"770":1,"771":1,"772":1,"773":1,"774":1,"775":1,"776":1,"777":1,"778":1,"779":1,"780":1,"781":1,"782":1,"783":1,"784":1,"785":1,"786":1,"787":1,"788":1,"789":1,"790":1,"791":1,"792":1,"793":1,"794":1,"795":1,"796":1,"797":1,"798":1,"799":1,"800":1,"801":1,"802":1,"803":1,"804":1,"805":1,"806":1,"807":1,"808":1,"809":1,"810":1,"811":1,"812":1,"813":1,"814":1,"815":1,"816":1,"817":1,"818":1,"819":1,"820":1,"821":1,"822":1,"823":1,"824":1,"825":1,"826":1,"827":1,"828":1,"829":1,"830":1,"831":1,"832":1,"833":1,"834":1,"835":1,"836":1,"837":1,"838":1,"839":1,"840":1,"841":1,"842":1,"843":1,"847":1,"848":1,"849":1,"850":1,"851":1,"852":1,"853":1,"854":1,"855":1,"856":1,"857":1,"858":1,"859":1,"860":1,"861":1,"862":1,"865":1,"866":1,"867":1,"868":1,"869":1,"870":1,"871":1,"872":1,"876":1,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"886":1,"887":1,"888":1,"889":1,"890":1,"891":1,"892":1,"893":1,"894":1,"895":1,"896":1,"897":1,"898":1,"899":1,"900":1,"901":1,"902":1,"903":1,"904":1,"905":1,"906":1,"907":1,"910":1,"911":1,"912":1,"913":1,"914":1,"915":1,"916":1,"917":1,"918":1,"919":1,"920":1,"921":1,"922":1,"923":1,"926":1,"927":1,"928":1,"929":1,"930":1,"931":1,"932":1,"933":1,"934":1,"935":1,"936":1,"937":1,"938":1,"939":1,"940":1,"941":1,"942":1,"943":1,"944":1,"945":1,"946":1,"947":1,"948":1,"949":1,"950":1,"954":1,"955":1,"956":1,"957":1,"958":1,"959":1,"960":1,"961":1,"962":1,"963":1,"964":1,"965":1,"966":1,"967":1,"968":1,"969":1,"970":1,"971":1,"972":1,"973":1,"974":1,"975":1,"976":1,"977":1,"978":1,"979":1,"980":1,"981":1,"985":1,"986":1,"987":1,"988":1,"989":2,"990":1,"991":1,"992":1,"993":1,"994":1,"995":1,"996":1,"997":1,"998":1,"999":1,"1000":1,"1001":1,"1002":1,"1003":1,"1004":1,"1005":1,"1006":1,"1007":2,"1008":1,"1009":1,"1010":1,"1011":1,"1012":1,"1013":1,"1014":1,"1015":1,"1016":1,"1017":1,"1018":1,"1019":1,"1020":1,"1021":1,"1022":1,"1023":1,"1027":1,"1028":1,"1029":1,"1030":1,"1031":1,"1032":1,"1033":1,"1034":1,"1035":1,"1036":1,"1037":1,"1038":1,"1039":1,"1040":1,"1041":1,"1042":1,"1043":1,"1044":1,"1045":1,"1046":1,"1047":1,"1048":1,"1049":1,"1050":1,"1051":1,"1052":1,"1053":1,"1054":1,"1055":1,"1056":1,"1060":1,"1061":1,"1062":1,"1063":1,"1064":1,"1065":1,"1066":1,"1067":1,"1068":1,"1069":1,"1070":1,"1071":1,"1072":1,"1073":1,"1074":1,"1075":1,"1076":1,"1077":1,"1078":1,"1079":1,"1080":1,"1081":1,"1082":1,"1083":1,"1084":1,"1085":1,"1086":1,"1087":1,"1088":1,"1089":1,"1090":1,"1091":1,"1092":1,"1093":1,"1094":1,"1095":1,"1096":1,"1097":1,"1098":1,"1099":1,"1100":1,"1101":1,"1102":1,"1103":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1114":1,"1115":1,"1116":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1123":1,"1124":1,"1125":1,"1126":1,"1127":1,"1128":1,"1129":1,"1130":1,"1131":1,"1132":1,"1133":1,"1134":1,"1135":1,"1136":1,"1137":1,"1138":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1155":1,"1156":1,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1162":1,"1166":1,"1167":1,"1168":1,"1169":1,"1170":1,"1171":1,"1172":1,"1173":1,"1174":1,"1175":1,"1176":1,"1177":1,"1178":1,"1179":1,"1180":1,"1181":1,"1182":1,"1183":1,"1184":1,"1185":1,"1186":1,"1187":1,"1188":1,"1189":1,"1190":1,"1191":1,"1192":1,"1193":1,"1194":1,"1195":1,"1196":1,"1197":1,"1198":1,"1202":1,"1203":1,"1204":1,"1205":1,"1206":1,"1207":1,"1208":1,"1209":1,"1210":1,"1211":1,"1212":1,"1213":1,"1214":1,"1215":1,"1216":1,"1217":1,"1218":1,"1219":1,"1220":1,"1221":1,"1222":1,"1223":1,"1224":1,"1225":1,"1226":1,"1227":1,"1228":1,"1229":1,"1230":1,"1231":1,"1232":1,"1233":1,"1234":1,"1238":1,"1239":1,"1240":1,"1241":1,"1242":1,"1243":1,"1244":1,"1245":1,"1246":1,"1247":1,"1248":2,"1249":1,"1250":1,"1251":1,"1252":1,"1253":1,"1254":1,"1255":1,"1256":1,"1257":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1268":1,"1269":1,"1270":1,"1271":1,"1272":1,"1273":1,"1274":1,"1275":1,"1276":1,"1277":1,"1278":1,"1279":1,"1280":1,"1281":1,"1292":1,"1293":1,"1294":1,"1295":1,"1296":1,"1297":1,"1298":1,"1299":1,"1300":1,"1301":1,"1302":1,"1303":1,"1304":1,"1305":1,"1306":1,"1307":1,"1308":1,"1309":1,"1310":1,"1311":1,"1312":2,"1313":1,"1314":1,"1315":1,"1316":1,"1317":1,"1318":1,"1319":1,"1320":1,"1326":1,"1327":1,"1328":1,"1329":1,"1330":1,"1331":1,"1332":1,"1333":1,"1334":1,"1335":1,"1336":1,"1337":1,"1338":1,"1339":1,"1340":1,"1341":1,"1345":1,"1346":1,"1347":1,"1348":1,"1349":1,"1350":1,"1351":1,"1352":1,"1353":1,"1354":1,"1355":1,"1356":1,"1357":1,"1358":1,"1359":1,"1360":1,"1361":1,"1362":1,"1363":1,"1364":1,"1365":1,"1366":1,"1367":1,"1368":1,"1369":1,"1370":1,"1371":1,"1372":1,"1376":1,"1377":1,"1378":1,"1379":1,"1380":1,"1381":1,"1382":1,"1383":1,"1384":1,"1385":1,"1386":1,"1387":1,"1388":1,"1389":1,"1390":1,"1391":1,"1392":1,"1393":1,"1394":1,"1395":1,"1396":1,"1397":1,"1398":1,"1399":1,"1400":1,"1401":1,"1411":1,"1412":1,"1413":1,"1414":1,"1415":1,"1416":1,"1417":1,"1418":1,"1419":1,"1420":1,"1421":1,"1422":1,"1423":1,"1433":1,"1434":1,"1435":1,"1436":1,"1437":1,"1438":1,"1439":1,"1440":1,"1441":1,"1442":1,"1443":1,"1444":1,"1445":1,"1446":1,"1447":1,"1448":1,"1449":1,"1450":1,"1451":1,"1452":1,"1453":1,"1460":1,"1461":1,"1462":1,"1463":1,"1464":1,"1465":1,"1466":1,"1467":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1473":1,"1474":1,"1475":1,"1476":1,"1477":1,"1478":1,"1479":1,"1480":1,"1483":1,"1484":1,"1485":1,"1486":1,"1487":1,"1488":1,"1489":1,"1490":1,"1491":1,"1492":1,"1493":1,"1494":1,"1495":1,"1496":1,"1497":1,"1498":1,"1499":1,"1500":1,"1501":1,"1502":1,"1503":1,"1504":1,"1505":1,"1506":1,"1507":1,"1508":1,"1509":1,"1512":1,"1513":1,"1514":1,"1515":1,"1516":1,"1517":1,"1518":1,"1519":1,"1520":1,"1521":1,"1522":1,"1523":1,"1524":1,"1525":1,"1526":1,"1527":1,"1528":1,"1529":1,"1530":1,"1531":1,"1532":1,"1533":1,"1534":1,"1535":1,"1536":1,"1537":1,"1538":1,"1539":1,"1540":1,"1541":1,"1542":1,"1543":1,"1544":1,"1547":1,"1548":1,"1549":1,"1550":1,"1551":1,"1552":1,"1553":1,"1554":1,"1555":1,"1556":1,"1557":1,"1558":1,"1559":1,"1560":1,"1561":1,"1562":1,"1563":1,"1564":1,"1565":1,"1566":1,"1567":1,"1571":1,"1572":1,"1573":1,"1574":1,"1575":1,"1576":1,"1577":1,"1578":1,"1579":1,"1580":1,"1581":1,"1582":1,"1583":1,"1584":1,"1585":1,"1586":1,"1587":1,"1588":1,"1589":1,"1590":1,"1591":1,"1592":1,"1593":1,"1594":1,"1595":1,"1596":1,"1597":1,"1602":1,"1603":1,"1604":1,"1605":1,"1606":1,"1607":1,"1608":1,"1609":1,"1610":1,"1611":1,"1612":1,"1613":1,"1614":1,"1615":1,"1616":1,"1617":1,"1618":1,"1619":1,"1620":1,"1621":1,"1622":1,"1623":1,"1624":1,"1625":1,"1626":1,"1631":1,"1632":1,"1633":1,"1634":1,"1635":1,"1636":1,"1637":1,"1638":1,"1639":1,"1640":1,"1641":1,"1642":1,"1643":1,"1644":1,"1645":1,"1646":1,"1647":1,"1648":1,"1649":1,"1650":1,"1651":1,"1652":1,"1653":1,"1654":1,"1655":1,"1656":1,"1657":1,"1658":1,"1659":1,"1660":1,"1664":1,"1665":1,"1666":1,"1667":1,"1668":1,"1669":1,"1670":1,"1671":1,"1672":1,"1673":1,"1674":1,"1675":1,"1676":1,"1677":1,"1678":1,"1679":1,"1680":1,"1681":1,"1682":1,"1683":1,"1684":1,"1685":1,"1686":1,"1687":1,"1688":1,"1689":1,"1690":1,"1691":1,"1692":1,"1693":1,"1694":1,"1752":1,"1753":1,"1754":1,"1755":1,"1756":1,"1757":1,"1758":1,"1759":1,"1760":1,"1761":1,"1762":1,"1763":1,"1764":1,"1765":1,"1766":1,"1767":1,"1768":1,"1769":1,"1770":1,"1771":1,"1772":1,"1776":1,"1777":1,"1778":1,"1779":1,"1780":1,"1781":1,"1782":1,"1783":1,"1784":1,"1785":1,"1786":1,"1787":1,"1788":1,"1789":1,"1790":1,"1791":1,"1792":1,"1793":1,"1794":1,"1795":1,"1796":1,"1797":1,"1798":1,"1799":1,"1800":1,"1801":1,"1802":1,"1803":1,"1804":1,"1805":1,"1809":1,"1810":1,"1811":1,"1812":1,"1813":1,"1814":1,"1815":1,"1816":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1822":1,"1823":1,"1824":1,"1825":1,"1826":1,"1827":1,"1828":1,"1829":1,"1830":1,"1831":1,"1834":1,"1835":1,"1836":1,"1837":1,"1838":1,"1839":1,"1840":1,"1841":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1847":1,"1848":1,"1849":1,"1850":1,"1851":1,"1852":1,"1853":1,"1854":1,"1855":1,"1858":1,"1859":1,"1860":1,"1861":1,"1862":1,"1863":1,"1864":1,"1865":1,"1866":1,"1867":1,"1868":1,"1869":1,"1870":2,"1871":1,"1872":1,"1873":1,"1874":1,"1875":1,"1876":1,"1877":1,"1878":1,"1882":1,"1883":1,"1884":1,"1885":1,"1886":1,"1887":1,"1888":1,"1889":1,"1890":1,"1891":1,"1892":1,"1893":1,"1894":1,"1895":1,"1896":1,"1897":1,"1898":1,"1899":1,"1900":1,"1901":1,"1902":1,"1903":1,"1904":1,"1905":1,"1906":1,"1907":1,"1924":1,"1925":1,"1926":1,"1927":1,"1928":1,"1929":1,"1930":1,"1931":1,"1932":1,"1933":1,"1934":1,"1935":1,"1936":1,"1937":1,"1938":1,"1939":1,"1940":1,"1941":1,"1942":1,"1943":1,"1944":1,"1945":1,"1946":1,"1947":1,"1948":1,"1949":1,"1950":1,"1951":1,"1952":1,"1953":1,"1954":1,"1955":1,"1956":1,"1957":1,"1958":1,"1962":1,"1963":1,"1964":1,"1965":1,"1966":1,"1967":1,"1968":1,"1969":1,"1970":1,"1971":1,"1972":1,"1973":1,"1974":1,"1975":1,"1976":1,"1977":1,"1978":1,"1979":1,"1980":1,"1981":1,"1982":1,"1983":1,"1984":1,"1985":1,"1986":1,"1987":1,"1988":1,"1989":1,"1990":1,"1991":1,"1992":1,"1993":1,"1994":1,"1995":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1,"2019":1,"2020":1,"2021":1,"2022":1,"2023":1,"2024":1,"2025":1,"2026":1,"2027":1,"2028":1,"2029":1,"2030":1,"2031":1,"2032":1,"2033":1,"2034":1,"2035":1,"2036":1,"2037":1,"2038":1,"2039":1,"2040":1,"2041":1,"2042":1,"2046":1,"2047":1,"2048":1,"2049":1,"2050":1,"2051":1,"2052":1,"2053":1,"2054":1,"2055":1,"2056":1,"2057":1,"2058":1,"2059":1,"2060":1,"2061":1,"2062":1,"2063":1,"2064":1,"2065":1,"2066":1,"2067":1,"2068":1,"2069":1,"2070":1,"2071":1,"2072":1,"2073":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2082":1,"2083":1,"2084":1,"2085":1,"2086":1,"2087":1,"2088":1,"2089":1,"2090":1,"2091":1,"2092":1,"2093":1,"2094":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2103":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2109":1,"2113":1,"2114":1,"2115":1,"2116":1,"2117":1,"2118":1,"2119":1,"2120":1,"2124":1,"2125":1,"2126":1,"2127":1,"2128":1,"2129":1,"2130":1,"2131":1,"2132":1,"2133":1,"2134":1,"2135":1,"2136":1,"2137":1,"2138":1,"2139":1,"2140":1,"2141":1,"2142":1,"2143":1,"2144":1,"2145":1,"2146":1,"2147":1,"2148":1,"2149":1,"2150":1,"2151":1,"2152":1,"2153":1,"2154":1,"2155":1,"2156":1,"2160":1,"2161":1,"2162":2,"2163":1,"2164":1,"2165":1,"2166":1,"2167":1,"2168":1,"2169":1,"2170":1,"2171":1,"2172":1,"2173":1,"2174":1,"2175":1,"2176":1,"2177":1,"2178":1,"2179":1,"2180":1,"2181":1,"2182":1,"2183":1,"2184":1,"2185":1,"2186":1,"2187":1,"2199":1,"2200":1,"2201":1,"2202":1,"2203":1,"2204":1,"2205":1,"2206":1,"2207":1,"2208":1,"2209":1,"2210":1,"2211":1,"2212":1,"2213":1,"2214":1,"2215":1,"2216":1,"2217":1,"2218":1,"2219":1,"2220":1,"2221":1,"2222":1,"2223":1,"2224":1,"2225":1,"2226":1,"2227":1,"2228":1,"2229":1,"2230":1,"2231":1,"2232":1,"2233":1,"2234":1,"2235":1,"2236":1,"2241":1,"2242":1,"2243":1,"2244":1,"2245":1,"2246":1,"2247":1,"2248":1,"2249":1,"2250":1,"2251":1,"2252":1,"2253":1,"2254":1,"2255":1,"2256":1,"2257":1,"2258":1,"2259":1,"2260":1,"2261":1,"2262":1,"2263":1,"2264":1,"2265":1,"2266":1,"2267":1,"2268":1,"2269":1,"2270":1,"2271":1,"2272":1,"2278":1,"2279":1,"2280":1,"2281":1,"2282":1,"2283":1,"2284":1,"2285":1,"2286":1,"2287":1,"2288":1,"2289":1,"2290":1,"2291":1,"2292":1,"2293":1,"2294":1,"2295":1,"2296":1,"2297":1,"2298":1,"2299":1,"2303":1,"2304":1,"2305":1,"2306":1,"2307":1,"2308":1,"2309":1,"2310":1,"2311":1,"2312":1,"2313":1,"2314":1,"2315":1,"2316":1,"2317":1,"2318":1,"2319":1,"2320":1,"2321":1,"2322":1,"2323":1,"2324":1,"2325":1,"2326":1,"2327":1,"2328":1,"2334":1,"2335":1,"2336":1,"2337":1,"2338":1,"2339":1,"2340":1,"2341":1,"2342":1,"2343":1,"2344":1,"2345":1,"2346":1,"2347":1,"2348":1,"2349":1,"2350":1,"2351":1,"2352":1,"2353":1,"2354":1,"2355":1,"2356":1,"2357":1,"2358":1,"2359":1,"2360":1,"2361":1,"2362":1,"2363":1,"2364":1,"2365":1,"2366":1,"2367":1,"2370":1,"2371":1,"2372":1,"2373":1,"2374":1,"2375":1,"2376":1,"2377":1,"2378":1,"2379":1,"2380":1,"2381":1,"2382":1,"2383":1,"2384":1,"2385":1,"2386":1,"2387":1,"2388":1,"2389":1,"2390":1,"2391":1,"2392":1,"2393":1,"2394":1,"2395":1,"2396":1,"2400":1,"2401":1,"2402":1,"2403":1,"2404":1,"2405":1,"2406":1,"2407":1,"2408":1,"2409":1,"2410":1,"2411":1,"2412":1,"2413":1,"2414":1,"2415":1,"2416":1,"2417":1,"2418":1,"2419":1,"2420":1,"2421":1,"2422":1,"2423":1,"2424":1,"2425":1,"2426":1,"2427":1,"2428":1,"2429":1,"2430":1,"2431":1,"2435":1,"2436":1,"2437":1,"2438":1,"2439":1,"2440":1,"2441":1,"2442":1,"2443":1,"2444":1,"2445":1,"2446":1,"2447":1,"2448":1,"2449":1,"2450":1,"2451":1,"2452":1,"2453":1,"2454":1,"2455":1,"2456":1,"2457":1,"2461":1,"2462":1,"2463":1,"2464":1,"2465":1,"2466":1,"2467":1,"2468":1,"2469":1,"2470":1,"2471":1,"2472":1,"2473":1,"2474":1,"2475":1,"2476":1,"2477":1,"2488":1,"2489":1,"2490":1,"2491":1,"2492":1,"2493":1,"2494":1,"2495":1,"2496":1,"2497":1,"2498":1,"2499":1,"2500":1,"2501":1,"2502":1,"2503":1,"2504":1,"2505":1,"2506":1,"2507":1,"2508":1,"2509":1,"2510":1,"2511":1,"2512":1,"2513":1,"2514":1,"2515":1,"2516":1,"2517":1,"2518":1,"2519":1,"2522":1,"2523":1,"2524":1,"2525":1,"2526":1,"2527":1,"2528":1,"2529":1,"2530":1,"2531":1,"2532":1,"2533":1,"2534":1,"2535":1,"2536":1,"2537":1,"2538":1,"2539":1,"2540":1,"2541":1,"2542":1,"2543":1,"2544":1,"2545":1,"2546":1,"2547":1,"2548":1,"2549":1,"2550":1,"2551":1,"2552":1,"2553":1,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1,"2576":1,"2577":1,"2578":1,"2579":1,"2580":1,"2581":1,"2582":1,"2583":1,"2584":1,"2585":1,"2586":1,"2587":1,"2588":1,"2589":1,"2590":1,"2591":1,"2592":1,"2593":1,"2594":1,"2595":1,"2596":1,"2597":1,"2598":1,"2599":1,"2600":1,"2639":1}}],["default",{"0":{"170":1,"1913":1},"2":{"0":130,"9":1,"23":2,"32":1,"36":1,"44":1,"45":1,"56":1,"74":1,"82":2,"87":1,"88":1,"96":1,"106":8,"110":1,"121":1,"137":1,"145":1,"147":3,"148":2,"150":1,"155":1,"164":2,"177":1,"178":3,"184":1,"187":1,"188":1,"191":1,"207":1,"222":1,"299":1,"346":1,"374":1,"384":1,"410":1,"443":1,"474":1,"516":1,"577":2,"579":1,"585":1,"603":1,"624":2,"626":1,"633":1,"639":1,"642":1,"646":1,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"668":1,"669":2,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1,"678":1,"704":2,"705":1,"721":1,"751":3,"752":1,"754":1,"758":1,"796":1,"828":1,"905":1,"937":1,"938":1,"965":1,"966":1,"985":1,"988":1,"990":1,"1002":1,"1003":1,"1013":1,"1040":1,"1041":1,"1073":2,"1080":1,"1081":1,"1107":1,"1134":1,"1139":1,"1177":1,"1178":1,"1180":1,"1213":1,"1214":1,"1216":1,"1241":1,"1242":1,"1246":1,"1247":1,"1248":1,"1304":1,"1305":1,"1356":1,"1357":1,"1388":1,"1389":1,"1424":1,"1442":1,"1443":1,"1494":1,"1495":1,"1523":1,"1524":1,"1545":1,"1556":1,"1557":1,"1582":1,"1583":1,"1613":1,"1614":1,"1629":2,"1644":1,"1645":1,"1677":1,"1678":1,"1758":1,"1759":1,"1787":1,"1788":1,"1815":1,"1816":1,"1840":1,"1841":1,"1856":3,"1873":1,"1894":1,"1895":1,"1911":1,"1912":2,"1914":1,"1917":2,"1920":1,"1939":1,"1940":1,"1943":1,"1963":1,"1973":1,"1974":1,"2030":1,"2031":1,"2057":1,"2058":1,"2086":1,"2087":1,"2138":1,"2139":1,"2172":1,"2173":1,"2189":1,"2192":1,"2194":1,"2215":1,"2216":1,"2217":1,"2249":1,"2250":1,"2275":1,"2287":1,"2288":1,"2303":1,"2332":1,"2346":1,"2347":1,"2366":1,"2381":1,"2382":1,"2414":1,"2415":1,"2446":1,"2447":1,"2459":2,"2502":1,"2503":1,"2533":1,"2534":1,"2587":1,"2588":1,"2601":1,"2603":1,"2605":1,"2615":3,"2640":1,"2642":2,"2648":1,"2649":2,"2653":2,"2654":1}}],["diamond",{"2":{"1913":2}}],["diameter",{"2":{"0":2,"989":1,"1007":1}}],["didn",{"2":{"2640":1}}],["did",{"2":{"76":1,"131":1,"167":1,"2648":1}}],["digit",{"2":{"61":1}}],["digits=2",{"2":{"1456":1}}],["digits",{"2":{"0":1,"10":1,"290":1,"337":1,"585":2}}],["divides",{"2":{"279":1,"326":1}}],["diverging",{"2":{"2660":18}}],["dive",{"2":{"161":1}}],["div",{"2":{"59":2,"60":2,"61":1,"63":4,"64":1,"152":2}}],["dirs",{"2":{"66":2}}],["dir",{"2":{"33":1}}],["directory",{"2":{"2618":2}}],["directories",{"2":{"94":1}}],["direct",{"2":{"200":1,"2604":1}}],["direction=true",{"2":{"2555":4}}],["direction=",{"2":{"74":1,"1058":1,"1457":1,"2648":2}}],["direction=input",{"2":{"34":1}}],["directions",{"2":{"0":7,"982":1,"985":1,"1013":2,"2555":1,"2617":1}}],["directionallight",{"0":{"2608":1},"2":{"0":1,"2605":1,"2608":6}}],["direction",{"0":{"705":1,"712":1,"768":1,"1070":1,"1333":1,"1383":1,"1464":1,"1889":1,"2559":1,"2569":1},"2":{"0":40,"22":1,"45":4,"71":1,"80":1,"260":1,"283":1,"284":1,"305":1,"306":1,"307":1,"330":1,"331":1,"352":1,"353":1,"398":1,"431":1,"462":1,"603":1,"705":4,"712":1,"751":3,"752":1,"754":4,"757":1,"768":1,"774":1,"776":1,"800":1,"811":1,"812":1,"832":1,"988":1,"989":1,"990":1,"1058":1,"1070":1,"1155":1,"1322":1,"1323":2,"1328":1,"1336":1,"1373":1,"1374":1,"1383":1,"1412":1,"1457":1,"1464":1,"1477":1,"1879":1,"1880":1,"1889":1,"1916":2,"2193":1,"2484":1,"2555":2,"2604":4,"2605":6,"2624":1,"2627":1,"2642":1}}],["directly",{"0":{"39":1,"60":1},"2":{"0":12,"31":1,"39":1,"60":3,"61":1,"79":1,"83":2,"100":1,"102":1,"104":2,"106":2,"161":1,"162":1,"163":1,"164":1,"185":1,"186":1,"204":1,"373":1,"385":1,"627":1,"691":1,"750":1,"1241":1,"1242":1,"1249":1,"1290":1,"1405":1,"1629":2,"1914":1,"2321":1,"2458":1,"2459":1,"2478":1,"2483":1,"2640":1,"2644":2}}],["dielectricbrdfx",{"2":{"32":1}}],["dielectric",{"2":{"32":2}}],["diffing",{"2":{"162":2}}],["difficult",{"2":{"135":1,"2615":1}}],["differences",{"2":{"752":1}}],["difference",{"2":{"113":1,"146":1,"165":1,"195":1,"580":1,"2601":1,"2604":1}}],["differently",{"2":{"0":1,"136":1,"142":1,"585":1,"2478":1}}],["different",{"2":{"0":2,"10":1,"23":2,"31":1,"57":1,"82":2,"105":1,"106":1,"108":1,"112":1,"118":1,"126":1,"128":1,"131":2,"133":1,"136":1,"148":1,"156":1,"161":1,"162":1,"165":1,"169":2,"184":2,"187":1,"190":1,"195":1,"207":2,"396":1,"574":1,"603":1,"751":1,"1107":1,"1911":1,"1912":1,"1913":1,"1915":1,"1917":1,"2196":1,"2332":1,"2485":1,"2555":1,"2605":1,"2609":2,"2615":2,"2618":1,"2621":1,"2625":1,"2627":1,"2633":1,"2643":1,"2644":1,"2646":1,"2654":1}}],["differ",{"2":{"0":1,"123":1,"1944":1,"2603":1}}],["differs",{"2":{"0":1}}],["diff",{"2":{"0":1,"1103":1}}],["diffusemap",{"2":{"2611":1}}],["diffusematerial",{"2":{"32":1}}],["diffuse=vec3f",{"2":{"34":1}}],["diffuse",{"0":{"997":1,"1035":1,"1639":1,"1672":1,"2167":1,"2408":1,"2496":1},"2":{"0":14,"32":2,"33":1,"997":1,"1035":1,"1639":1,"1672":1,"2167":1,"2408":1,"2496":1,"2604":3,"2605":4}}],["disregarding",{"2":{"1917":1}}],["discussing",{"2":{"2644":1}}],["discriminated",{"2":{"1374":3}}],["discord",{"2":{"200":1}}],["discourse",{"2":{"200":2}}],["disconnect",{"2":{"0":2}}],["discard",{"2":{"83":1}}],["dispatch",{"2":{"67":1,"144":3,"217":1}}],["display=192",{"2":{"28":1}}],["display=localhost",{"2":{"28":1}}],["displaying",{"2":{"0":1,"23":1,"25":1,"48":1,"1914":1,"2237":1}}],["display",{"2":{"0":3,"12":2,"16":1,"22":1,"23":3,"24":1,"25":1,"27":1,"28":1,"31":7,"34":1,"58":1,"63":5,"75":2,"92":1,"106":2,"137":2,"1287":1,"1288":1,"1289":1,"1312":1,"1912":1,"2301":1,"2615":1,"2619":1,"2640":4}}],["displays",{"2":{"0":1,"22":1,"23":2,"137":1,"151":1}}],["displayed",{"0":{"88":1,"890":1},"2":{"0":6,"10":1,"17":1,"23":1,"27":1,"31":1,"42":1,"58":1,"64":1,"73":1,"82":1,"88":2,"106":3,"150":1,"222":1,"411":1,"444":1,"475":1,"617":1,"890":1,"896":1,"897":1,"1289":1,"1306":1,"1568":1,"2649":1}}],["disappears",{"2":{"0":3}}],["disable",{"2":{"0":10,"28":1,"47":1,"150":1,"216":1,"754":2,"756":1,"800":1,"832":1,"908":1,"1569":3,"1600":3,"1922":3,"2236":1,"2602":1}}],["disables",{"2":{"0":3,"150":3,"184":1,"843":1,"2605":1}}],["disabled",{"2":{"0":2,"150":1,"758":1,"1294":1}}],["dist",{"2":{"1856":1}}],["distracting",{"2":{"1408":1}}],["distributing",{"2":{"2638":1}}],["distributions",{"2":{"0":2,"1106":1,"1324":1,"1458":1,"1831":2,"1856":8,"2331":1}}],["distribution",{"2":{"0":10,"1342":1,"1806":1,"1831":6,"1832":1,"1856":2,"1872":1}}],["distribute",{"2":{"30":1}}],["distributed",{"2":{"0":1,"577":1,"1333":1,"1807":1}}],["distortion",{"2":{"757":1}}],["distances",{"2":{"75":1,"1856":1,"2609":1}}],["distance=input",{"2":{"34":2}}],["distancefield",{"0":{"1932":1},"2":{"0":3,"1932":1}}],["distance^2",{"2":{"0":1}}],["distance",{"2":{"0":11,"82":1,"111":1,"972":1,"1086":1,"1363":1,"1589":1,"1858":1,"1867":1,"2064":1}}],["distant",{"2":{"0":1}}],["dictates",{"2":{"83":1}}],["dictionary",{"2":{"0":4,"2206":1,"2207":1,"2644":1}}],["dict",{"2":{"0":8,"35":4,"66":5,"76":1,"100":1,"138":2,"167":2,"1289":2,"2644":4}}],["dim",{"2":{"67":1,"72":1,"74":2,"76":16}}],["dims=1",{"2":{"1025":2}}],["dims",{"2":{"0":1,"625":2,"1025":1,"1998":1,"2000":1,"2624":1,"2627":1}}],["dimmed",{"0":{"589":1,"849":1},"2":{"0":2,"496":1,"589":1,"709":1,"849":1,"880":1,"914":1}}],["dimensioned",{"2":{"0":1,"982":1}}],["dimensional",{"2":{"0":1,"5":1}}],["dimensionless",{"2":{"0":1}}],["dimension",{"0":{"72":1},"1":{"73":1,"74":1,"75":1,"76":1},"2":{"0":13,"71":1,"73":2,"210":1,"211":1,"213":1,"227":1,"228":1,"285":1,"332":1,"376":1,"377":1,"378":1,"694":1,"695":1,"696":1,"766":1,"767":1,"1323":1,"1333":1,"1336":1,"1404":1,"1508":1,"1509":1,"1542":1,"1543":1,"1629":1,"1879":2,"1919":1,"2017":1,"2395":1,"2396":1,"2484":2,"2552":1,"2553":1}}],["dimensions`",{"2":{"76":1}}],["dimensions",{"0":{"90":1},"1":{"91":1,"92":1},"2":{"0":5,"23":1,"76":1,"107":1,"123":1,"206":1,"210":1,"211":1,"213":1,"951":1,"982":1,"1944":1,"2190":1,"2397":1}}],["dim3",{"0":{"378":1,"696":1},"2":{"0":2}}],["dim2",{"0":{"228":1,"377":1,"695":1,"767":1},"2":{"0":4,"73":2,"75":2}}],["dim1",{"0":{"227":1,"376":1,"694":1,"766":1},"2":{"0":4,"73":3,"75":2}}],["doi",{"2":{"199":3}}],["doing",{"2":{"152":1,"155":1,"212":2,"2615":1,"2639":1}}],["double",{"2":{"135":1,"585":1,"844":1,"1856":2}}],["dollar",{"2":{"134":1}}],["domain",{"2":{"200":1}}],["dom",{"2":{"59":3,"60":5,"61":3,"63":9,"64":1}}],["don",{"2":{"0":1,"10":1,"12":1,"13":1,"27":2,"31":2,"58":1,"76":1,"80":1,"102":2,"106":4,"118":1,"126":1,"149":1,"161":1,"216":1,"218":1,"385":1,"585":1,"594":1,"844":1,"861":1,"1282":1,"1285":1,"1914":1,"2189":1,"2617":1,"2625":1,"2644":1}}],["done",{"2":{"0":2,"8":1,"74":1,"82":1,"105":1,"146":1,"152":1,"190":2,"191":1,"757":1,"1430":1,"2615":1}}],["dodge=group",{"2":{"2555":4}}],["dodgerblue",{"2":{"585":1,"603":1}}],["dodged",{"2":{"0":2,"1058":4,"1115":1,"1866":1}}],["dodge",{"0":{"1071":1,"1072":1,"1091":1,"1114":1,"1115":1,"1122":1,"1266":1,"1267":1,"1272":1,"1865":1,"1866":1,"1870":1,"2340":1,"2341":1,"2352":1,"2560":1,"2561":1,"2563":1,"2568":1},"2":{"0":21,"1058":4,"1105":8,"1259":3,"1870":2,"2330":3,"2555":2}}],["dots",{"2":{"107":1,"624":1,"626":5}}],["dot",{"2":{"0":27,"46":1,"185":1,"361":1,"940":2,"969":2,"1142":2,"1360":2,"1497":2,"1527":2,"1586":3,"1616":2,"1791":2,"1977":1,"2044":1,"2061":2,"2384":2,"2537":2,"2590":2,"2604":3,"2605":2}}],["doesn",{"0":{"94":1},"2":{"0":3,"9":1,"12":1,"31":5,"34":1,"54":1,"58":1,"74":1,"97":1,"105":1,"106":4,"120":1,"126":1,"141":1,"144":1,"167":1,"396":1,"863":1,"874":1,"1284":1,"1289":1,"2615":1}}],["does",{"0":{"29":1,"98":1},"2":{"0":17,"30":1,"58":1,"71":1,"82":1,"88":2,"98":1,"104":1,"105":1,"111":1,"133":2,"162":1,"190":1,"195":1,"234":1,"384":1,"754":1,"1006":1,"1016":1,"1049":1,"1473":2,"1653":1,"1687":1,"2118":2,"2180":1,"2424":1,"2511":1,"2604":2,"2615":1,"2618":1,"2629":1,"2642":1}}],["docbuild",{"2":{"1285":1}}],["dock",{"2":{"29":1}}],["docs",{"0":{"76":1},"2":{"0":291,"12":1,"62":1,"74":1,"118":1,"691":1,"948":1,"979":1,"1009":1,"1021":1,"1033":1,"1044":1,"1054":1,"1062":1,"1063":1,"1064":1,"1068":1,"1071":1,"1072":1,"1074":1,"1082":1,"1083":1,"1085":1,"1087":1,"1091":1,"1093":1,"1097":1,"1098":1,"1099":1,"1100":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1125":1,"1126":1,"1127":1,"1132":1,"1133":1,"1135":1,"1136":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1172":1,"1179":1,"1186":1,"1187":1,"1188":1,"1190":1,"1196":1,"1208":1,"1215":1,"1222":1,"1223":1,"1224":1,"1226":1,"1232":1,"1238":1,"1239":1,"1251":1,"1255":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1269":1,"1270":1,"1271":1,"1272":1,"1279":1,"1280":1,"1318":1,"1329":1,"1330":1,"1331":1,"1332":1,"1334":1,"1335":1,"1338":1,"1339":1,"1340":1,"1370":1,"1381":1,"1390":1,"1398":1,"1420":1,"1421":1,"1451":1,"1460":1,"1463":1,"1466":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1475":1,"1476":1,"1478":1,"1479":1,"1505":1,"1517":1,"1525":1,"1526":1,"1529":1,"1533":1,"1539":1,"1565":1,"1595":1,"1624":1,"1637":1,"1648":1,"1658":1,"1670":1,"1692":1,"1752":1,"1767":1,"1768":1,"1769":1,"1781":1,"1789":1,"1790":1,"1793":1,"1797":1,"1803":1,"1810":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1826":1,"1827":1,"1828":1,"1835":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1851":1,"1852":1,"1853":1,"1864":1,"1887":1,"1896":1,"1904":1,"1955":1,"1957":1,"1967":1,"1975":1,"1976":1,"1981":1,"1982":1,"1983":1,"1985":1,"1993":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1,"2024":1,"2025":1,"2033":1,"2034":1,"2040":1,"2071":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2088":1,"2089":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2114":1,"2115":1,"2116":1,"2117":1,"2125":1,"2126":1,"2131":1,"2134":1,"2140":1,"2141":1,"2142":1,"2143":1,"2145":1,"2146":1,"2150":1,"2153":1,"2154":1,"2185":1,"2233":1,"2263":1,"2266":1,"2270":1,"2271":1,"2272":1,"2281":1,"2292":1,"2296":1,"2314":1,"2315":1,"2320":1,"2334":1,"2335":1,"2336":1,"2337":1,"2340":1,"2341":1,"2348":1,"2349":1,"2350":1,"2352":1,"2353":1,"2361":1,"2362":1,"2363":1,"2392":1,"2429":1,"2436":1,"2437":1,"2455":1,"2474":1,"2516":1,"2527":1,"2535":1,"2536":1,"2539":1,"2543":1,"2549":1,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1,"2598":1}}],["docstring",{"2":{"0":122,"290":1,"337":1}}],["doc",{"2":{"0":3}}],["documents",{"0":{"107":1},"2":{"106":1,"107":1}}],["documenter",{"2":{"0":1,"57":1,"58":4,"64":1,"118":1,"1294":1}}],["document",{"2":{"0":1,"60":3,"107":1}}],["documentation",{"2":{"0":2,"14":1,"47":1,"62":1,"149":1,"150":1,"151":1,"155":1,"157":1,"176":1,"1284":1,"2615":1}}],["downcolor",{"2":{"148":3}}],["downloaded",{"2":{"2618":2}}],["downloads",{"2":{"36":4,"1287":2,"2617":1}}],["download",{"2":{"30":1,"36":3,"1287":1,"1288":1,"2614":1}}],["downgrades",{"2":{"2":1}}],["downoutside",{"2":{"0":1}}],["down",{"2":{"0":7,"45":3,"66":3,"82":2,"148":1,"379":2,"705":1,"712":1,"1141":2,"1142":3,"1156":1,"1287":1,"1868":1,"2601":1,"2605":1}}],["downwards",{"2":{"0":1,"333":1,"474":1,"1917":1}}],["do",{"2":{"0":21,"8":2,"10":2,"11":1,"12":1,"28":1,"33":2,"34":1,"35":1,"36":1,"39":1,"46":1,"59":3,"60":3,"61":1,"63":2,"64":2,"66":9,"69":1,"75":1,"76":3,"78":3,"80":6,"81":4,"82":4,"83":4,"85":1,"92":1,"94":1,"106":1,"107":1,"121":1,"132":1,"133":1,"134":1,"147":1,"148":6,"149":1,"152":1,"162":1,"167":1,"168":4,"179":1,"181":2,"184":1,"185":1,"192":1,"195":1,"196":1,"200":1,"204":1,"208":2,"217":2,"491":1,"582":1,"585":4,"704":3,"844":1,"863":1,"874":1,"1282":1,"1426":1,"1473":1,"1586":1,"1629":3,"2118":1,"2196":1,"2330":4,"2433":4,"2459":1,"2624":1,"2636":1,"2640":1,"2641":1,"2644":2,"2651":1}}],["s25",{"2":{"2660":4}}],["s2",{"2":{"2644":5}}],["sx",{"2":{"1919":2}}],["s3",{"2":{"1287":1,"2644":4}}],["sketches",{"2":{"66":1}}],["skipped",{"2":{"71":1}}],["skipping",{"2":{"0":2,"1013":1,"2490":1}}],["skip",{"2":{"0":1,"1294":1}}],["s1",{"2":{"60":9,"2644":3}}],["ssh",{"2":{"115":1}}],["sss",{"2":{"34":5}}],["ssao=false",{"2":{"2602":1}}],["ssao=ssao",{"2":{"2602":1}}],["ssao=true",{"2":{"2601":1,"2602":2}}],["ssao",{"0":{"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1450":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2295":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2601":1},"1":{"2602":1},"2":{"0":87,"22":1,"157":3,"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1450":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2295":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2601":3,"2602":5,"2639":3}}],["swatch",{"2":{"63":3}}],["switch",{"2":{"31":1,"83":1,"106":1,"121":1,"181":1,"1914":1}}],["sweep",{"2":{"0":1}}],["sweepflag",{"2":{"0":2}}],["src=",{"2":{"63":1}}],["src",{"2":{"0":1,"76":2,"161":1,"2505":1,"2640":1}}],["smile",{"2":{"1913":1}}],["smoother",{"2":{"19":1,"56":1,"2601":1,"2604":1}}],["smoothly",{"2":{"0":1,"2504":1}}],["smooth",{"0":{"2474":1},"2":{"0":1,"2459":3}}],["small",{"2":{"82":1,"106":1,"121":1,"123":1,"578":1,"1918":3,"2485":1,"2601":1,"2615":1,"2627":1,"2633":1}}],["smaller",{"2":{"0":4,"97":1,"162":1,"751":1,"1856":2,"2615":2,"2638":2,"2639":1,"2643":1}}],["smallest",{"2":{"0":2,"9":1}}],["smatrix",{"2":{"0":6}}],["sqrt",{"2":{"0":37,"58":1,"120":1,"169":1,"287":2,"290":1,"334":2,"337":1,"704":1,"930":1,"958":1,"983":2,"995":1,"1032":1,"1067":1,"1170":1,"1200":2,"1206":1,"1298":1,"1349":1,"1380":1,"1405":1,"1416":1,"1431":1,"1436":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1914":2,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2195":4,"2204":1,"2274":1,"2276":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1}}],["squeeze",{"2":{"1917":1}}],["squashed",{"0":{"96":1},"2":{"96":1}}],["squares",{"2":{"0":1,"1831":1}}],["square",{"2":{"0":11,"107":1,"578":4,"704":3,"939":1,"968":1,"1141":1,"1143":2,"1359":1,"1496":1,"1585":2,"1615":1,"1916":2,"1917":1,"2060":1,"2383":1,"2589":1,"2615":9}}],["squished",{"2":{"0":1}}],["slvalues",{"2":{"863":2}}],["slategray2",{"2":{"1926":1}}],["slategray",{"2":{"239":1,"248":1,"266":1,"313":1,"1322":1}}],["slack",{"2":{"200":1}}],["sl",{"2":{"101":1,"844":4,"2433":9}}],["slightly",{"2":{"136":1}}],["slice",{"2":{"59":2}}],["slices",{"2":{"0":1,"2432":1}}],["sliderobservables",{"2":{"863":2}}],["sliderkw",{"2":{"0":4}}],["sliders",{"0":{"845":1},"2":{"0":6,"34":2,"59":1,"84":1,"863":2,"2433":2}}],["slidergrid",{"0":{"745":1,"863":1},"1":{"864":1,"865":1,"866":1,"867":1,"868":1,"869":1,"870":1,"871":1,"872":1},"2":{"0":6,"845":1,"863":1,"2433":1}}],["slider",{"0":{"744":1,"844":1},"1":{"845":1,"846":1,"847":1,"848":1,"849":1,"850":1,"851":1,"852":1,"853":1,"854":1,"855":1,"856":1,"857":1,"858":1,"859":1,"860":1,"861":1,"862":1},"2":{"0":20,"34":3,"59":8,"60":15,"63":4,"99":1,"101":1,"168":2,"585":4,"587":1,"588":2,"589":1,"590":1,"591":1,"592":1,"593":1,"594":1,"595":1,"596":1,"598":2,"601":1,"602":1,"844":7,"847":1,"848":2,"849":1,"850":1,"853":1,"854":1,"855":1,"857":2,"861":1,"863":1,"871":1}}],["sleeping",{"2":{"85":1}}],["sleep",{"2":{"0":2,"12":2,"85":1,"168":5,"2624":1,"2635":1}}],["slots",{"2":{"2630":1}}],["slot",{"2":{"626":1}}],["slows",{"2":{"1287":1}}],["slow",{"2":{"76":1,"1285":1,"2485":1,"2644":1}}],["slower",{"2":{"0":2,"31":2,"161":2,"1282":1,"1424":1,"2601":1}}],["slope",{"2":{"0":1,"924":1}}],["slopes",{"2":{"0":2,"924":2}}],["sgrid",{"2":{"2433":3}}],["sg",{"2":{"0":1,"863":2}}],["sandyterrain",{"2":{"2662":1}}],["satisfied",{"2":{"2623":1}}],["satisfy",{"2":{"59":1}}],["satisfying",{"2":{"0":1}}],["say",{"2":{"107":2,"118":2,"148":1,"577":1,"2615":1,"2624":1,"2625":1}}],["safari",{"2":{"55":1}}],["safer",{"2":{"147":1}}],["safely",{"2":{"146":1}}],["safe",{"2":{"27":1}}],["saving",{"0":{"2623":1},"2":{"0":4,"19":2,"24":2,"106":1,"107":1,"1294":1}}],["saved",{"2":{"0":1,"83":1,"107":2,"896":1}}],["saves",{"2":{"0":1}}],["save",{"0":{"193":1},"1":{"194":1,"195":1},"2":{"0":8,"10":1,"20":2,"24":1,"31":1,"32":1,"33":1,"36":1,"106":1,"107":2,"142":1,"195":2,"1288":1,"2601":1,"2618":1,"2623":4}}],["sampling",{"2":{"0":2,"871":1}}],["sampler",{"0":{"1629":1},"2":{"1629":2}}],["samplebased",{"2":{"145":1}}],["samples",{"2":{"0":2,"1831":2,"1856":7}}],["sampled",{"2":{"0":45,"802":1,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1204":1,"1296":1,"1347":1,"1378":1,"1414":1,"1434":1,"1485":1,"1514":1,"1537":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1801":1,"1884":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2202":1,"2278":1,"2372":1,"2404":1,"2416":1,"2438":1,"2464":1,"2483":1,"2491":1,"2504":1,"2524":1,"2547":1,"2578":1}}],["sample",{"0":{"802":1},"2":{"0":2,"85":1,"2158":1,"2518":1}}],["same",{"2":{"0":20,"22":1,"24":1,"31":1,"36":2,"56":1,"63":1,"78":1,"79":1,"80":1,"104":1,"105":1,"106":6,"107":2,"129":1,"135":1,"137":1,"145":1,"152":1,"157":1,"162":1,"169":1,"184":1,"190":2,"191":1,"192":1,"212":2,"396":1,"580":2,"625":3,"626":1,"749":1,"753":1,"811":1,"1105":3,"1107":1,"1114":1,"1241":1,"1242":1,"1374":1,"1405":2,"1426":2,"1430":2,"1456":1,"1457":1,"1629":1,"1831":1,"1832":1,"1865":1,"1914":3,"1944":1,"1996":1,"2091":1,"2332":1,"2480":1,"2615":2,"2629":1,"2636":2,"2640":1}}],["snaps",{"2":{"856":1}}],["snapshot",{"2":{"46":2,"69":1}}],["snap",{"0":{"597":1,"856":1},"2":{"0":2,"585":1,"597":1,"844":1}}],["snapping",{"2":{"0":1,"150":1}}],["sheet",{"0":{"2651":1},"2":{"2484":1,"2651":1}}],["shrinks",{"2":{"578":1}}],["shrink",{"2":{"97":1,"98":1,"106":1,"107":1,"126":1,"575":1,"603":1}}],["shrinking",{"2":{"0":6,"1116":1,"1138":1,"1268":1,"1281":1,"2343":1,"2367":1}}],["shrunk",{"0":{"97":1},"2":{"97":1}}],["shininess",{"0":{"1017":1,"1050":1,"1654":1,"1688":1,"2181":1,"2425":1,"2512":1},"2":{"0":7,"2604":3,"2605":1}}],["shifts",{"2":{"384":1,"585":1}}],["shifted",{"2":{"0":2,"2282":1,"2283":1}}],["shift",{"0":{"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1437":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2280":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1},"2":{"0":50,"45":1,"152":5,"212":1,"628":1,"1337":1,"1629":7,"2193":1,"2197":1}}],["shared",{"2":{"2618":1,"2648":2}}],["share",{"2":{"145":1,"577":1}}],["sharpness",{"2":{"191":1,"2604":1}}],["sharper",{"2":{"106":1,"2601":1}}],["sharp",{"2":{"0":12,"106":1,"107":1,"191":1,"967":1,"1017":1,"1050":1,"1358":1,"1584":1,"1654":1,"1688":1,"2059":1,"2181":1,"2425":1,"2512":1,"2604":2}}],["shadow",{"2":{"63":2}}],["shadowing",{"2":{"22":1}}],["shaders",{"2":{"22":1}}],["shading",{"0":{"1016":1,"1049":1,"1533":1,"1653":1,"1687":1,"1797":1,"2180":1,"2424":1,"2511":1,"2543":1},"2":{"0":15,"22":1,"190":4,"191":8,"752":1,"1628":1,"2158":2,"2605":7,"2613":1,"2614":1}}],["shapes",{"2":{"1774":2,"1912":1,"1913":1,"1915":1}}],["shape",{"2":{"0":7,"135":1,"627":1,"752":1,"775":1,"1248":1,"1773":3,"1774":1,"1915":2,"1918":1,"2317":1,"2459":2,"2469":1}}],["shortest",{"2":{"2624":1}}],["shortcut",{"2":{"626":1}}],["short",{"2":{"12":1,"75":1,"136":1}}],["shorthand",{"0":{"134":1},"2":{"0":1,"373":1,"1806":1}}],["shouldn",{"2":{"113":1,"1284":1}}],["should",{"2":{"0":68,"10":1,"15":1,"22":4,"31":4,"36":1,"39":1,"48":1,"52":2,"54":1,"55":1,"58":3,"60":2,"62":1,"69":1,"75":1,"76":6,"77":1,"80":1,"82":1,"97":1,"104":1,"106":2,"107":2,"108":1,"122":2,"123":1,"129":1,"138":2,"147":1,"148":1,"150":1,"151":1,"152":1,"161":2,"184":1,"187":1,"191":1,"217":1,"383":1,"396":1,"577":1,"579":1,"627":1,"718":1,"723":2,"763":1,"778":1,"935":1,"963":1,"988":1,"990":1,"1000":1,"1038":1,"1042":1,"1078":1,"1175":1,"1211":1,"1244":1,"1302":1,"1306":1,"1354":1,"1386":1,"1424":1,"1440":1,"1444":1,"1492":1,"1521":1,"1554":1,"1558":1,"1580":1,"1611":1,"1642":1,"1646":1,"1675":1,"1756":1,"1785":1,"1813":1,"1838":1,"1858":1,"1892":1,"1911":1,"1915":1,"1937":1,"1971":1,"2028":1,"2055":1,"2084":1,"2136":1,"2170":1,"2213":1,"2247":1,"2258":1,"2285":1,"2344":1,"2379":1,"2412":1,"2416":1,"2444":1,"2448":1,"2485":2,"2495":1,"2500":1,"2531":1,"2585":1,"2615":3,"2618":3,"2619":2,"2623":1,"2632":1}}],["showing",{"0":{"1408":1},"2":{"24":1,"31":1,"91":1,"719":1,"751":1,"1913":1,"2651":1}}],["showgradients",{"2":{"0":1}}],["showgrid",{"2":{"0":1}}],["shown",{"2":{"0":2,"23":1,"75":1,"91":1,"190":1,"773":2,"1105":1,"1408":1,"1422":2,"1430":1,"2555":1,"2605":1,"2644":1}}],["showticks",{"2":{"0":1}}],["showaxis",{"2":{"0":1}}],["show",{"0":{"29":1,"153":1,"699":1,"1129":1,"1130":1,"1131":1,"1277":1,"1278":1,"1315":1,"1873":1,"1874":1,"2322":1,"2323":1,"2324":1,"2325":1,"2357":1,"2473":1,"2569":1,"2570":1},"2":{"0":76,"12":1,"22":2,"29":1,"31":4,"32":1,"33":1,"34":2,"36":1,"61":2,"64":1,"75":1,"82":1,"133":6,"136":1,"147":1,"150":1,"152":10,"153":1,"190":2,"191":3,"192":1,"196":1,"199":1,"396":1,"691":1,"751":1,"752":1,"757":1,"937":1,"965":1,"1002":1,"1040":1,"1080":1,"1105":2,"1129":1,"1131":1,"1177":1,"1213":1,"1241":1,"1242":1,"1246":1,"1259":1,"1277":1,"1288":1,"1304":1,"1315":1,"1356":1,"1388":1,"1442":1,"1494":1,"1523":1,"1556":1,"1569":1,"1582":1,"1600":1,"1613":1,"1644":1,"1677":1,"1758":1,"1787":1,"1815":1,"1840":1,"1862":1,"1872":1,"1873":2,"1894":1,"1922":1,"1939":1,"1973":1,"2030":1,"2057":1,"2086":1,"2138":1,"2172":1,"2215":1,"2231":1,"2249":1,"2287":1,"2301":6,"2330":1,"2346":1,"2357":1,"2381":1,"2414":1,"2433":2,"2446":1,"2459":3,"2502":1,"2533":1,"2555":6,"2587":1,"2609":1,"2611":1,"2616":1,"2619":4,"2640":2,"2646":1}}],["shows",{"2":{"0":1,"71":1,"187":1,"2615":1}}],["sy",{"2":{"1919":2}}],["synchronizing",{"2":{"135":1}}],["synchronized",{"2":{"0":3,"133":1,"148":1,"1430":1}}],["synchronous",{"0":{"135":1}}],["synchronously",{"2":{"132":1}}],["sync",{"2":{"11":1,"47":1,"515":1}}],["syntax",{"2":{"0":1,"37":1,"100":1,"101":1,"102":1,"132":2,"217":1,"578":1,"581":1,"2624":1}}],["symlog10",{"2":{"0":37,"287":3,"334":3,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1416":1,"1436":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1}}],["symbols",{"2":{"0":4,"184":1,"1913":1,"2192":3}}],["symbol",{"0":{"110":1},"2":{"0":54,"16":1,"82":1,"110":1,"147":1,"148":1,"167":3,"168":1,"215":2,"216":2,"626":1,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1204":1,"1296":1,"1347":1,"1378":1,"1414":1,"1434":1,"1485":1,"1514":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1884":1,"1912":1,"1917":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2202":1,"2206":1,"2207":1,"2372":1,"2404":1,"2433":1,"2438":1,"2464":1,"2491":1,"2524":1,"2578":1,"2653":1}}],["systems",{"2":{"112":2}}],["system",{"2":{"0":1,"70":1,"87":1,"130":2,"145":1,"155":1,"214":2,"1917":1,"2601":1,"2604":1,"2618":1,"2620":1}}],["sunset",{"2":{"2662":1}}],["sun",{"2":{"2662":1}}],["sunflowers",{"2":{"35":1,"2644":1}}],["suspended",{"2":{"1586":1}}],["suffix",{"2":{"290":1,"337":1}}],["suggests",{"2":{"128":1}}],["suggested",{"0":{"123":1},"2":{"122":1,"123":2,"124":1,"128":3,"129":1,"230":1,"258":1,"359":1,"367":1,"372":1,"380":1,"395":1,"502":1,"513":1,"525":1,"570":1,"591":1,"601":1,"609":1,"618":1,"621":1,"640":1,"655":1,"689":1,"693":1,"697":1,"702":1,"707":1,"716":1,"729":1,"760":1,"771":1,"841":1,"851":1,"860":1,"866":1,"870":1,"876":1,"894":1,"906":1,"916":1,"922":1,"2613":1}}],["sudo",{"2":{"26":1,"28":2}}],["successful",{"2":{"67":1}}],["succeeds",{"2":{"0":1,"82":1}}],["such",{"2":{"0":10,"10":1,"22":1,"47":1,"68":1,"77":1,"78":1,"96":1,"98":2,"112":1,"132":1,"143":1,"149":1,"183":1,"186":1,"196":1,"217":1,"223":1,"299":1,"346":1,"396":3,"515":1,"577":1,"623":1,"626":1,"753":1,"773":1,"775":1,"1164":1,"1248":1,"1686":1,"1912":1,"1914":1,"1915":2,"2189":1,"2196":2,"2275":1,"2615":3}}],["supertitle",{"2":{"582":3,"603":1,"1856":1}}],["super",{"2":{"582":2}}],["superscripts",{"2":{"2196":1}}],["superscript",{"2":{"290":1,"337":1,"2196":1,"2197":2}}],["superfluous",{"2":{"0":1}}],["supply",{"2":{"2644":1}}],["supplied",{"2":{"0":1,"147":1,"585":1,"1163":1}}],["supposed",{"2":{"70":2,"83":1,"162":1,"578":1}}],["support",{"0":{"50":1,"55":1,"516":1},"1":{"51":1},"2":{"0":1,"23":1,"25":1,"27":1,"31":1,"34":1,"35":1,"55":1,"72":1,"108":1,"122":1,"2275":1,"2555":1}}],["supporting",{"2":{"0":1,"31":1,"122":1,"1282":1,"1287":1}}],["supports",{"2":{"0":3,"31":1,"32":1,"88":1,"119":1,"162":1,"184":1,"239":1,"248":1,"266":1,"313":1,"873":1,"2231":1,"2644":1}}],["supported",{"2":{"0":10,"9":1,"23":1,"28":1,"31":1,"49":1,"51":1,"53":1,"58":1,"59":1,"73":1,"74":1,"108":1,"111":2,"1627":1,"1931":1}}],["suitable",{"2":{"0":2,"111":1,"218":1}}],["surrounding",{"2":{"2301":1}}],["surprised",{"2":{"104":1}}],["surfacegoldx",{"2":{"32":1}}],["surfaces",{"2":{"19":1}}],["surface",{"0":{"1735":1,"2157":1},"1":{"2158":1,"2159":1,"2160":1,"2161":1,"2162":1,"2163":1,"2164":1,"2165":1,"2166":1,"2167":1,"2168":1,"2169":1,"2170":1,"2171":1,"2172":1,"2173":1,"2174":1,"2175":1,"2176":1,"2177":1,"2178":1,"2179":1,"2180":1,"2181":1,"2182":1,"2183":1,"2184":1,"2185":1,"2186":1,"2187":1},"2":{"0":20,"19":1,"33":1,"34":1,"36":1,"58":1,"82":2,"145":2,"152":1,"169":1,"752":5,"1024":1,"1914":1,"2157":5,"2158":4,"2162":1,"2174":2,"2573":1,"2603":1,"2604":2,"2613":1}}],["sure",{"2":{"0":2,"29":1,"31":1,"32":1,"51":1,"53":1,"58":1,"116":1,"152":1,"168":1,"691":1,"1282":1,"1285":1,"2618":1}}],["summer",{"2":{"2657":1}}],["summarized",{"2":{"68":1}}],["summarizes",{"2":{"60":1}}],["summarize",{"2":{"0":1,"1872":1}}],["sum",{"2":{"0":6,"120":1,"134":1,"191":1,"195":1,"239":1,"248":1,"266":1,"313":1,"625":1,"1473":2,"1761":1,"2118":2,"2624":1,"2634":1}}],["subwindow",{"2":{"2640":5,"2641":3}}],["subwindows",{"0":{"2640":1},"2":{"2640":1}}],["subgl",{"2":{"579":6}}],["subfigure",{"2":{"162":1}}],["subfigures",{"0":{"192":1},"2":{"162":1}}],["subtype",{"2":{"148":1}}],["subtitlevisible",{"0":{"245":1},"2":{"0":1}}],["subtitlesize",{"0":{"244":1},"2":{"0":1}}],["subtitlelineheight",{"0":{"243":1},"2":{"0":1}}],["subtitlegap",{"0":{"242":1},"2":{"0":1}}],["subtitlefont",{"0":{"241":1},"2":{"0":1}}],["subtitlecolor",{"0":{"240":1},"2":{"0":1}}],["subtitle",{"0":{"239":1},"2":{"0":1,"239":6,"240":1,"241":1,"242":1,"243":1,"244":1,"245":1,"249":1}}],["submarine",{"2":{"36":1}}],["submarinecablemap",{"2":{"36":3}}],["submarinecables3d",{"2":{"36":1}}],["submitted",{"2":{"889":1}}],["submitting",{"2":{"874":1,"897":1}}],["submit",{"0":{"889":1},"2":{"0":1,"107":1}}],["subplot",{"0":{"2637":1},"2":{"2637":1}}],["subplots",{"2":{"2634":1}}],["subpixel",{"2":{"16":2}}],["subpath",{"2":{"0":6,"1916":1}}],["subdivisions",{"2":{"0":1,"1015":1}}],["sub",{"2":{"0":1,"31":1,"34":1,"58":2,"59":1,"60":2,"61":1,"63":2,"157":1,"582":1,"1286":1,"2639":1,"2640":1,"2641":1}}],["subscripts",{"2":{"2196":1}}],["subscript",{"2":{"239":2,"248":2,"266":2,"313":2,"2196":2}}],["subscenes",{"0":{"156":1},"2":{"155":2,"2643":1,"2644":1}}],["subscene",{"2":{"0":1,"156":1,"2640":2}}],["subsequent",{"2":{"63":1}}],["subset",{"2":{"0":2,"119":1,"145":1}}],["sienna",{"2":{"2662":1}}],["six",{"2":{"603":1,"2631":1,"2634":1}}],["sizing",{"2":{"97":1,"2615":1}}],["size=",{"2":{"32":1,"33":1,"34":1,"35":1,"36":1,"63":1,"64":1,"1284":1,"1285":1,"1287":1,"1288":1,"1289":1,"2398":1,"2459":1,"2644":1}}],["sized",{"2":{"0":1,"577":3,"578":1,"1405":1,"2478":1,"2615":1}}],["sizes",{"0":{"107":1,"574":1,"2615":1},"1":{"575":1,"576":1,"577":1,"578":1},"2":{"0":10,"23":1,"24":1,"105":4,"106":2,"107":2,"128":4,"155":1,"163":1,"574":1,"575":1,"578":1,"603":1,"1473":2,"1920":1,"2118":2,"2615":1,"2626":1,"2634":1,"2638":1}}],["size",{"0":{"97":1,"105":1,"128":1,"549":1,"714":1,"1088":1,"1405":1,"1472":1,"2126":1,"2268":1},"1":{"106":1,"107":1},"2":{"0":46,"9":2,"19":1,"23":4,"24":1,"32":2,"34":1,"37":1,"60":3,"66":1,"71":1,"79":1,"90":1,"91":12,"92":4,"97":4,"98":6,"100":3,"105":6,"106":18,"107":14,"122":1,"125":1,"126":4,"128":14,"129":1,"138":1,"155":4,"157":2,"180":1,"187":1,"190":1,"191":1,"222":3,"223":3,"244":1,"254":1,"271":1,"280":1,"296":1,"300":1,"318":1,"327":1,"343":1,"347":1,"393":1,"396":2,"408":1,"421":1,"424":1,"441":1,"454":1,"457":1,"472":1,"485":1,"488":1,"501":1,"515":2,"533":1,"542":1,"561":1,"565":1,"572":1,"575":4,"576":3,"577":12,"578":3,"580":1,"582":2,"603":1,"608":1,"628":4,"647":1,"661":1,"669":2,"686":1,"714":1,"715":1,"750":1,"751":1,"752":2,"753":2,"757":1,"758":1,"871":1,"893":1,"983":2,"989":1,"1058":1,"1088":1,"1184":1,"1220":1,"1236":1,"1404":2,"1405":5,"1406":1,"1409":1,"1424":1,"1456":1,"1544":1,"1569":1,"1600":1,"1629":3,"1856":1,"1861":1,"1869":1,"1914":7,"1922":1,"1935":1,"1944":3,"1984":1,"1996":1,"2158":1,"2189":3,"2192":1,"2211":1,"2245":1,"2268":1,"2298":1,"2319":1,"2471":1,"2481":3,"2498":1,"2604":1,"2607":1,"2608":1,"2609":3,"2610":1,"2615":21,"2624":1,"2625":1,"2629":1,"2633":1,"2638":1,"2639":2,"2640":2,"2642":1,"2643":1,"2651":1}}],["silently",{"2":{"90":1,"91":1}}],["sigh",{"2":{"60":1}}],["significant",{"2":{"191":1}}],["significantly",{"2":{"0":2}}],["signed",{"2":{"111":1}}],["sign",{"2":{"10":1,"80":1,"81":1,"134":1}}],["signals",{"2":{"0":1}}],["signal",{"2":{"0":5}}],["signature",{"2":{"0":2,"146":1,"217":1}}],["signatures",{"2":{"0":1,"146":1,"147":1}}],["situation",{"2":{"135":1}}],["situations",{"2":{"132":1,"2615":1}}],["site",{"2":{"106":1,"2615":1}}],["sites",{"2":{"2":1}}],["sits",{"2":{"0":1,"2629":1}}],["sideinfo",{"2":{"603":1}}],["sidestepping",{"2":{"133":1}}],["sides",{"2":{"0":6,"98":1,"103":1,"384":3,"508":1,"613":1,"2303":1,"2459":1,"2484":3,"2518":1,"2615":1}}],["sided",{"2":{"0":1,"1413":1}}],["side",{"0":{"1875":1,"2358":1},"2":{"0":9,"28":1,"48":1,"107":1,"127":1,"162":1,"164":2,"301":1,"304":1,"348":1,"351":1,"582":1,"1114":2,"1856":11,"1865":2,"2174":1,"2330":10,"2358":1,"2627":1,"2629":1,"2632":1,"2633":1,"2635":1}}],["sinc",{"2":{"2574":1}}],["since",{"2":{"0":2,"31":6,"60":1,"69":1,"73":3,"74":2,"78":1,"82":1,"152":1,"161":2,"516":2,"582":1,"1282":1,"1284":1,"1430":1,"2485":1,"2640":1,"2648":1}}],["sinusoid",{"2":{"169":1}}],["sind",{"2":{"36":2,"2609":2}}],["sinecurve",{"2":{"874":2}}],["sine",{"2":{"0":1,"704":1,"908":1}}],["sin",{"2":{"0":4,"8":1,"10":2,"34":6,"36":3,"58":1,"120":1,"141":2,"142":4,"169":1,"186":6,"196":1,"203":1,"204":1,"208":1,"223":1,"234":1,"515":1,"624":1,"625":2,"626":1,"704":1,"750":1,"757":4,"758":1,"874":1,"908":1,"983":6,"1025":3,"1058":2,"1141":5,"1164":2,"1285":2,"1374":3,"1429":1,"1430":1,"1599":1,"1629":3,"1662":1,"1910":1,"1911":1,"1914":1,"1960":1,"2044":1,"2075":5,"2158":1,"2189":1,"2195":6,"2196":1,"2275":5,"2301":2,"2433":2,"2459":2,"2624":3,"2630":2,"2634":1,"2640":1}}],["single",{"0":{"146":2,"1429":1},"2":{"0":17,"10":2,"31":1,"34":1,"58":1,"64":1,"83":1,"90":1,"97":1,"135":1,"138":1,"144":2,"146":3,"149":1,"162":1,"187":1,"384":1,"577":1,"625":1,"873":1,"982":1,"1029":1,"1328":1,"1405":1,"1430":2,"1462":1,"1481":1,"1510":1,"1513":1,"1629":1,"1633":1,"1777":1,"1856":2,"1863":1,"1915":1,"2368":1,"2520":1,"2523":1,"2649":2}}],["simultaneously",{"2":{"234":1}}],["simulate",{"2":{"2601":1}}],["simulates",{"2":{"0":1,"22":1}}],["simulation",{"2":{"168":1}}],["simulations",{"2":{"31":1}}],["simon",{"2":{"199":1}}],["sim",{"2":{"168":6}}],["similar",{"2":{"0":2,"92":1,"162":1,"191":2,"515":1,"799":1,"831":1,"1248":1,"1661":1,"2459":1}}],["similarly",{"2":{"0":4,"73":1,"1773":1}}],["simply",{"2":{"41":1,"71":1,"74":1,"78":1,"106":2,"134":1,"162":1,"206":1,"208":1,"578":1,"626":1}}],["simplified",{"2":{"37":1,"2603":1,"2605":1,"2646":1}}],["simplify",{"2":{"0":1,"67":1,"80":1}}],["simplicity",{"2":{"0":5,"1430":1}}],["simpler",{"2":{"147":1,"148":1,"162":1}}],["simple",{"0":{"8":1},"2":{"0":2,"19":1,"76":1,"80":1,"83":1,"92":1,"100":1,"136":1,"143":1,"149":1,"178":1,"183":1,"218":1,"354":1,"383":1,"844":1,"873":1,"1290":1,"1431":1,"1915":1,"2604":1}}],["s",{"2":{"0":73,"8":1,"10":1,"14":1,"19":1,"27":1,"30":1,"31":3,"34":4,"35":20,"37":1,"38":1,"39":1,"45":1,"53":1,"58":1,"63":1,"74":2,"75":3,"76":2,"80":1,"81":2,"82":3,"90":1,"92":2,"98":2,"104":1,"106":7,"107":4,"110":2,"116":1,"119":1,"128":3,"129":1,"131":1,"132":3,"133":2,"135":2,"136":1,"142":3,"143":1,"147":1,"148":10,"152":1,"155":3,"159":1,"161":2,"162":9,"163":14,"164":15,"165":1,"166":4,"167":4,"168":6,"169":3,"178":1,"181":1,"186":2,"187":1,"190":1,"195":1,"197":2,"198":1,"202":1,"205":1,"208":1,"214":1,"217":2,"218":1,"229":1,"244":1,"246":1,"247":1,"254":1,"304":1,"351":1,"364":1,"365":1,"366":1,"384":2,"386":1,"387":1,"393":1,"508":1,"511":1,"512":1,"515":2,"549":1,"551":1,"552":1,"577":2,"578":1,"579":2,"599":1,"600":1,"603":1,"615":1,"616":1,"626":2,"628":1,"679":1,"680":1,"691":1,"700":1,"701":1,"704":4,"725":1,"726":1,"756":1,"807":1,"808":1,"844":1,"858":1,"859":1,"863":2,"868":1,"869":1,"874":2,"900":1,"901":1,"919":1,"920":1,"983":1,"1137":1,"1236":1,"1426":1,"1912":1,"1914":1,"1917":2,"2122":2,"2158":6,"2275":1,"2276":1,"2282":3,"2283":3,"2290":1,"2330":6,"2433":2,"2459":1,"2484":1,"2603":1,"2604":1,"2615":11,"2618":1,"2619":3,"2620":2,"2621":1,"2624":3,"2625":1,"2626":4,"2627":1,"2628":1,"2629":1,"2630":1,"2637":1,"2638":1,"2642":2,"2643":2,"2644":20,"2651":1,"2653":2}}],["southwest",{"2":{"2662":1}}],["sources",{"2":{"31":1,"69":1,"2605":2}}],["source",{"2":{"0":427,"16":1,"22":1,"31":1,"45":1,"56":1,"75":3,"79":1,"80":1,"150":1,"158":5,"159":4,"199":2,"287":2,"334":2,"924":1,"951":1,"982":1,"1024":1,"1057":1,"1104":1,"1139":1,"1163":1,"1199":1,"1235":1,"1258":1,"1282":1,"1321":1,"1342":1,"1373":1,"1402":1,"1424":1,"1454":1,"1481":1,"1510":1,"1544":1,"1568":1,"1598":1,"1627":1,"1661":1,"1749":1,"1773":1,"1806":1,"1831":1,"1856":1,"1879":1,"1908":1,"1959":1,"1996":1,"2016":1,"2043":1,"2074":1,"2110":1,"2121":1,"2157":1,"2188":1,"2237":1,"2273":1,"2300":1,"2329":1,"2368":1,"2397":1,"2432":1,"2458":1,"2478":1,"2520":1,"2554":1,"2573":1,"2611":1,"2644":5}}],["sophisticated",{"2":{"2603":1}}],["soft",{"2":{"752":1}}],["software",{"2":{"0":1,"117":1,"199":2}}],["soon",{"2":{"31":1,"58":1,"2626":1}}],["solar",{"2":{"2655":1}}],["solving",{"2":{"190":1}}],["solve",{"2":{"74":1}}],["solved",{"2":{"0":1,"98":1,"577":1}}],["solutions",{"2":{"155":1,"2485":1}}],["solely",{"2":{"0":1}}],["solid",{"0":{"2012":1},"2":{"0":19,"63":3,"361":1,"653":1,"940":1,"969":1,"1152":1,"1360":1,"1497":1,"1527":1,"1586":2,"1616":1,"1791":1,"1977":1,"2000":1,"2006":1,"2061":1,"2116":1,"2316":1,"2384":1,"2537":1,"2590":1}}],["sortby=x",{"2":{"75":1}}],["sortby=func",{"2":{"75":1}}],["sortby=identity",{"2":{"75":1}}],["sortable",{"2":{"75":2}}],["sorting",{"2":{"0":1,"18":1,"75":1,"190":2,"1931":1}}],["sorted",{"2":{"0":2,"82":2,"152":1,"1461":1,"2113":1}}],["sort",{"2":{"0":1,"1103":1,"1922":1}}],["so",{"2":{"0":19,"2":1,"10":2,"11":1,"12":1,"13":1,"27":1,"28":2,"31":3,"53":1,"54":1,"58":2,"60":1,"63":1,"64":1,"73":1,"75":1,"76":4,"80":1,"97":1,"104":3,"105":1,"106":10,"107":2,"133":1,"135":1,"137":1,"145":2,"148":5,"150":1,"152":4,"161":1,"162":1,"166":1,"167":1,"191":1,"192":1,"222":2,"396":1,"578":1,"579":1,"580":1,"582":1,"603":1,"627":1,"863":1,"1284":1,"1290":1,"1374":3,"1408":1,"1424":1,"1430":1,"1629":1,"1873":1,"1914":1,"1917":1,"1922":1,"1944":1,"2275":1,"2409":1,"2481":1,"2490":1,"2615":3,"2618":1,"2620":1,"2626":1,"2628":1,"2629":2,"2636":1,"2637":1,"2638":2,"2640":3,"2642":1,"2643":1,"2644":5,"2649":1}}],["somevector",{"2":{"149":1}}],["someprimitive",{"2":{"152":1}}],["someplot",{"2":{"149":9}}],["somepackage",{"2":{"149":3}}],["somewhere",{"2":{"82":1,"2618":2}}],["somestruct",{"2":{"75":1}}],["sometimes",{"2":{"31":1,"39":1,"104":1,"131":1,"135":1,"145":1,"627":1,"628":1,"1236":1,"2197":1,"2276":1}}],["something",{"2":{"0":4,"18":2,"22":1,"27":1,"62":1,"63":1,"64":1,"94":1,"132":1,"137":1,"162":1}}],["some",{"2":{"0":5,"13":1,"18":1,"28":1,"35":1,"36":1,"45":2,"55":1,"62":1,"69":1,"76":1,"82":1,"83":1,"105":1,"106":1,"109":1,"120":2,"125":1,"134":1,"143":1,"146":1,"148":2,"152":3,"190":1,"191":1,"192":1,"219":1,"287":1,"334":1,"580":1,"624":1,"748":1,"757":1,"1287":1,"1569":1,"1600":1,"1629":1,"1914":2,"1922":1,"2189":1,"2459":1,"2555":1,"2603":1,"2605":1,"2615":1,"2619":2,"2642":1,"2644":2,"2649":1}}],["stddev",{"2":{"1025":2}}],["std",{"2":{"1025":1}}],["stimulus",{"2":{"2624":1,"2629":1}}],["sticking",{"2":{"192":1}}],["stick",{"2":{"122":1}}],["sticks",{"2":{"122":1,"2615":1}}],["still",{"2":{"0":1,"27":1,"30":1,"31":1,"53":1,"54":1,"58":1,"74":1,"80":1,"83":1,"106":1,"135":2,"161":3,"195":1,"628":1,"756":1,"1107":1,"1290":1,"2332":1,"2604":1,"2629":1,"2635":1,"2644":1}}],["stylised",{"2":{"63":1}}],["styling",{"0":{"63":1,"2621":1}}],["stylableslider",{"2":{"63":1,"64":1}}],["styled",{"2":{"1289":1}}],["style=styles",{"2":{"63":3}}],["styleable",{"2":{"63":2}}],["stylesheets",{"2":{"63":1}}],["styles",{"0":{"1143":1},"2":{"63":1}}],["style",{"0":{"1158":1},"2":{"0":18,"3":1,"63":10,"109":2,"167":7,"177":1,"183":1,"653":1,"940":1,"969":1,"1104":1,"1141":1,"1143":2,"1360":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"2061":1,"2384":1,"2537":1,"2590":1,"2621":2}}],["stuck",{"2":{"55":1}}],["studio026",{"2":{"31":1,"32":1,"33":1,"34":1}}],["stl",{"2":{"35":1,"64":1,"163":1,"373":1,"410":1,"443":1,"474":1,"1628":1,"2624":1,"2633":1,"2644":1}}],["stocknode",{"2":{"148":7}}],["stocks",{"2":{"148":3}}],["stockcharts",{"2":{"148":1}}],["stockchart",{"2":{"148":11}}],["stockvalues",{"2":{"148":10}}],["stockvalue",{"2":{"148":7}}],["stock",{"0":{"148":1},"2":{"138":1,"148":4,"169":1}}],["stores",{"2":{"100":1,"102":1}}],["store",{"2":{"0":1,"28":1,"60":1,"102":1,"131":1}}],["stored",{"0":{"899":1},"2":{"0":2,"60":1,"67":1,"79":1,"130":1,"212":1,"218":1,"874":1,"897":1,"899":1,"2618":1,"2626":1}}],["storing",{"2":{"0":1}}],["stop=2π",{"2":{"34":2}}],["stop",{"2":{"0":4,"58":1,"78":1,"951":2,"1058":4,"2640":1}}],["starrynight",{"2":{"2662":1}}],["star8",{"2":{"1913":2}}],["star6",{"2":{"1913":2}}],["star5",{"2":{"1913":2}}],["star4",{"2":{"1913":2}}],["starmap",{"2":{"36":1}}],["started",{"0":{"2616":1},"1":{"2617":1,"2618":1,"2619":1,"2620":1,"2621":1,"2622":1,"2623":1},"2":{"22":1,"29":1,"198":1,"1290":1}}],["startvalue",{"0":{"857":1},"2":{"0":4,"148":2,"844":3,"863":3}}],["startvalues",{"0":{"598":1},"2":{"0":1,"585":5}}],["starts",{"2":{"0":1,"22":2}}],["starting",{"2":{"0":2,"72":1,"162":1,"177":1,"2484":1}}],["start",{"2":{"0":55,"8":1,"22":2,"28":1,"80":2,"81":1,"106":1,"116":1,"131":1,"164":1,"583":1,"585":1,"598":1,"857":1,"929":1,"951":2,"957":1,"985":1,"988":1,"990":1,"994":1,"1031":1,"1058":3,"1066":1,"1155":1,"1156":1,"1162":1,"1169":1,"1205":1,"1282":1,"1297":1,"1348":1,"1379":1,"1408":1,"1415":1,"1435":1,"1465":1,"1486":1,"1509":1,"1515":1,"1543":1,"1549":1,"1574":1,"1605":1,"1635":1,"1668":1,"1779":1,"1885":1,"1915":1,"1916":1,"1927":1,"1965":1,"2021":1,"2049":1,"2129":1,"2164":1,"2203":1,"2275":1,"2373":1,"2395":1,"2396":1,"2405":1,"2439":1,"2465":1,"2492":1,"2525":1,"2553":1,"2579":1,"2618":2,"2627":2,"2642":1,"2649":1}}],["stable",{"2":{"31":1,"48":1,"2644":1}}],["standalone",{"2":{"13":1}}],["standards",{"2":{"106":1}}],["standard",{"2":{"0":4,"32":1,"35":1,"74":1,"121":1,"127":1,"162":1,"167":1,"580":1,"624":1,"1806":1,"2459":1}}],["stamp",{"2":{"10":1}}],["stair",{"2":{"0":1,"2043":1}}],["stairs",{"0":{"1731":1,"2043":1},"1":{"2044":1,"2045":1,"2046":1,"2047":1,"2048":1,"2049":1,"2050":1,"2051":1,"2052":1,"2053":1,"2054":1,"2055":1,"2056":1,"2057":1,"2058":1,"2059":1,"2060":1,"2061":1,"2062":1,"2063":1,"2064":1,"2065":1,"2066":1,"2067":1,"2068":1,"2069":1,"2070":1,"2071":1,"2072":1,"2073":1},"2":{"0":12,"2043":4,"2044":3}}],["stays",{"2":{"106":1,"396":1}}],["stay",{"2":{"0":3,"105":1,"107":1,"212":1,"2640":1}}],["stack=",{"2":{"2555":1}}],["stacked",{"2":{"0":1,"1058":2,"2554":1,"2555":1,"2630":1}}],["stack",{"0":{"1097":1,"2571":1},"2":{"0":2,"1058":2,"2555":1}}],["status",{"2":{"35":1}}],["statsbase",{"2":{"0":1,"1409":3,"1423":1}}],["statistics",{"2":{"1025":1}}],["statistically",{"2":{"0":1,"1480":1}}],["statistical",{"0":{"1106":1,"1324":1,"1458":1,"2331":1},"2":{"0":4,"1134":1,"1341":1,"2120":1,"2366":1}}],["staticvectors",{"2":{"0":1}}],["static",{"2":{"0":2,"45":2,"53":1,"57":1,"58":2,"60":1,"148":1,"197":1,"2618":1,"2644":1}}],["staticarrayscore",{"2":{"0":6}}],["stateful",{"2":{"162":1}}],["statements",{"2":{"134":1}}],["statement",{"2":{"134":1}}],["statemap",{"0":{"59":1},"2":{"59":1}}],["statesbase",{"2":{"1409":1}}],["states",{"2":{"59":1}}],["state",{"2":{"0":5,"58":3,"59":1,"60":1,"76":1,"82":4,"83":2,"162":1,"218":3,"219":1,"227":1,"228":1,"376":1,"377":1,"378":1,"694":1,"695":1,"696":1,"766":1,"767":1,"2615":1}}],["stern",{"2":{"2657":1}}],["stemwidth",{"0":{"2099":1},"2":{"0":1}}],["stemlinestyle",{"0":{"2098":1},"2":{"0":1,"2075":1}}],["stems",{"2":{"0":1,"2091":1}}],["stemcolorrange",{"0":{"2097":1},"2":{"0":1,"2075":1}}],["stemcolormap",{"0":{"2096":1},"2":{"0":1,"2075":1}}],["stemcolor",{"0":{"2095":1},"2":{"0":2,"2075":2,"2081":1}}],["stem",{"0":{"1732":1,"2074":1},"1":{"2075":1,"2076":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2082":1,"2083":1,"2084":1,"2085":1,"2086":1,"2087":1,"2088":1,"2089":1,"2090":1,"2091":1,"2092":1,"2093":1,"2094":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2103":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2109":1},"2":{"0":13,"2074":5,"2075":4}}],["step=",{"2":{"2044":2}}],["step=week",{"2":{"75":1}}],["step=1",{"2":{"10":2}}],["steps",{"0":{"198":1},"2":{"35":1,"55":1,"545":1,"2644":1}}],["stepsize",{"0":{"2153":1},"2":{"0":1}}],["stephist",{"0":{"1733":1,"2110":1},"1":{"2111":1,"2112":1,"2113":1,"2114":1,"2115":1,"2116":1,"2117":1,"2118":1,"2119":1,"2120":1},"2":{"0":11,"2110":3,"2111":4}}],["step",{"0":{"1369":1,"2070":1},"2":{"0":22,"42":1,"45":2,"116":1,"148":1,"162":2,"196":2,"1369":4,"1405":1,"2070":4,"2110":1,"2624":2}}],["steering",{"2":{"0":4,"2642":1}}],["strange",{"0":{"1285":1},"2":{"1285":1}}],["strength",{"2":{"983":6,"2604":2}}],["strengths",{"2":{"191":1,"2618":1}}],["stretch",{"2":{"63":2,"107":1,"169":1,"384":2,"396":3}}],["stream",{"2":{"0":3}}],["streamplot",{"0":{"1734":1,"2121":1},"1":{"2122":1,"2123":1,"2124":1,"2125":1,"2126":1,"2127":1,"2128":1,"2129":1,"2130":1,"2131":1,"2132":1,"2133":1,"2134":1,"2135":1,"2136":1,"2137":1,"2138":1,"2139":1,"2140":1,"2141":1,"2142":1,"2143":1,"2144":1,"2145":1,"2146":1,"2147":1,"2148":1,"2149":1,"2150":1,"2151":1,"2152":1,"2153":1,"2154":1,"2155":1,"2156":1},"2":{"0":13,"2121":5,"2122":2}}],["stronger",{"2":{"2601":1}}],["strong",{"2":{"383":1,"2604":1,"2609":1}}],["strongly",{"2":{"0":14,"997":1,"1019":1,"1035":1,"1052":1,"1639":1,"1656":1,"1672":1,"1690":1,"2167":1,"2183":1,"2408":1,"2427":1,"2496":1,"2514":1,"2604":1}}],["stroke",{"2":{"0":5,"662":1,"663":1,"676":1,"677":1,"1408":1,"1513":1,"1777":1,"1876":1,"1915":1,"2476":1,"2523":1}}],["strokearound",{"0":{"1338":1},"2":{"0":1,"1322":1}}],["strokewidth=2",{"2":{"2459":1}}],["strokewidth=1",{"2":{"1426":4}}],["strokewidth",{"0":{"364":1,"510":1,"1099":1,"1133":1,"1280":1,"1340":1,"1421":1,"1479":1,"1538":1,"1768":1,"1802":1,"1827":1,"1852":1,"1876":1,"1953":1,"1992":1,"2015":1,"2101":1,"2230":1,"2262":1,"2327":1,"2362":1,"2476":1,"2548":1},"2":{"0":27,"80":1,"81":1,"148":1,"152":1,"167":1,"364":3,"384":2,"396":1,"585":1,"627":4,"752":1,"1058":3,"1322":1,"1323":1,"1408":1,"1455":1,"1456":1,"1750":1,"1774":2,"1952":1,"1953":2,"1960":1,"1996":1,"2075":1,"2274":2,"2275":3,"2276":1,"2609":1,"2610":1,"2615":2}}],["strokevisible",{"0":{"363":1},"2":{"0":1}}],["strokecolor=",{"2":{"1426":4}}],["strokecolormap=",{"2":{"1774":1}}],["strokecolormap",{"0":{"1537":1,"1801":1,"2547":1},"2":{"0":3}}],["strokecolor",{"0":{"362":1,"509":1,"1098":1,"1132":1,"1279":1,"1339":1,"1420":1,"1478":1,"1536":1,"1767":1,"1800":1,"1826":1,"1851":1,"1952":1,"1991":1,"2014":1,"2100":1,"2229":1,"2261":1,"2326":1,"2361":1,"2475":1,"2546":1},"2":{"0":27,"80":1,"81":1,"167":1,"192":2,"362":4,"578":1,"580":1,"627":5,"628":2,"1058":3,"1322":1,"1323":1,"1408":1,"1455":1,"1456":1,"1750":1,"1774":2,"1952":2,"1953":1,"1960":1,"1996":1,"2075":1,"2274":2,"2275":3,"2276":1,"2475":1,"2609":1,"2610":1}}],["strides",{"2":{"35":2,"2644":2}}],["strictly",{"2":{"69":1,"2626":1}}],["strict",{"2":{"0":2}}],["strings",{"0":{"120":1,"1917":1},"2":{"0":4,"119":1,"720":1,"1182":1,"1218":1,"1289":1,"2189":1,"2195":2}}],["string",{"0":{"109":1,"890":1,"899":1},"2":{"0":74,"16":1,"22":1,"34":1,"35":1,"61":1,"66":1,"79":1,"109":3,"120":3,"151":1,"287":1,"290":1,"334":1,"337":1,"388":1,"528":1,"585":2,"617":1,"626":1,"628":2,"720":5,"873":2,"874":6,"889":1,"890":1,"896":1,"899":1,"905":5,"938":1,"966":1,"1003":1,"1041":1,"1081":1,"1178":1,"1214":1,"1247":1,"1285":1,"1305":1,"1357":1,"1389":1,"1443":1,"1495":1,"1524":1,"1557":1,"1583":1,"1614":1,"1645":1,"1678":1,"1759":1,"1788":1,"1816":1,"1841":1,"1856":3,"1895":1,"1917":4,"1940":1,"1974":1,"2031":1,"2058":1,"2087":1,"2139":1,"2173":1,"2189":2,"2191":1,"2192":2,"2196":1,"2199":1,"2206":1,"2216":1,"2231":1,"2237":2,"2250":1,"2288":1,"2347":1,"2382":1,"2415":1,"2447":1,"2503":1,"2534":1,"2588":1,"2624":1,"2631":1,"2641":1,"2644":1}}],["structures",{"2":{"162":2,"1286":1}}],["structure",{"0":{"131":1},"2":{"67":1,"2646":1}}],["structs",{"2":{"0":2}}],["structarray",{"2":{"0":1,"1282":1,"1287":1}}],["structarrays",{"2":{"0":1,"1282":1}}],["struct",{"0":{"79":1},"2":{"0":7,"44":1,"75":1,"76":1,"77":1,"79":2,"148":2,"160":1,"166":1,"167":2,"168":1,"196":1,"218":1,"1287":1,"2122":1,"2639":1,"2644":2,"2646":1}}],["str",{"2":{"0":3,"905":1,"2196":4}}],["svgs",{"2":{"106":1,"1917":1}}],["svg",{"0":{"1917":1},"2":{"0":5,"15":1,"17":1,"63":1,"105":1,"106":3,"1915":1,"1917":2,"2623":2}}],["seismic",{"2":{"2657":1}}],["september",{"2":{"1323":1}}],["separator",{"2":{"152":1}}],["separately",{"2":{"0":7,"11":1,"111":1,"197":1,"206":1,"304":1,"351":1,"628":1,"992":1,"1377":1,"1404":1,"1412":1,"1413":1,"1883":1,"1919":1,"1944":2}}],["separate",{"2":{"0":1,"1282":1,"2619":1,"2626":2}}],["self",{"2":{"151":2}}],["selects",{"2":{"585":1}}],["select",{"2":{"0":6,"721":1}}],["selected",{"0":{"718":1},"2":{"0":14,"80":1,"108":1,"168":3,"213":1,"287":2,"334":2,"585":3,"626":2,"718":1,"723":1,"844":1}}],["selectable",{"2":{"0":1,"720":1}}],["selective",{"0":{"19":1}}],["selectionbutton",{"2":{"0":1,"44":1}}],["selections",{"2":{"0":1}}],["selection",{"0":{"213":1,"723":1,"724":1},"2":{"0":10,"150":3,"152":2,"168":1,"213":1,"704":4,"720":2,"721":1,"724":1}}],["selecting",{"2":{"0":1,"150":1}}],["sequential",{"2":{"144":1}}],["sequence",{"2":{"0":1}}],["sequences",{"2":{"0":1}}],["seaborn",{"0":{"2661":1},"2":{"2661":14}}],["seamlessly",{"2":{"102":1}}],["searching",{"2":{"0":1}}],["sessions",{"2":{"62":1}}],["session",{"2":{"58":4,"59":4,"60":11,"61":2,"62":1,"63":8,"2619":1}}],["several",{"2":{"31":2,"32":1,"147":1,"159":1,"160":1,"192":1,"1430":1}}],["segfaults",{"2":{"30":1,"31":1}}],["segmentation",{"2":{"27":1}}],["segment",{"2":{"0":3,"82":1,"1762":1}}],["segments",{"2":{"0":5,"499":1,"887":1,"913":1,"1481":1,"1569":3,"1600":3,"1755":1,"1764":1,"2275":1,"2368":1,"2649":1}}],["serves",{"2":{"200":1}}],["serve",{"2":{"57":1,"118":1}}],["servers",{"2":{"53":1,"112":1,"117":1}}],["server",{"2":{"27":2,"48":1,"52":1,"58":1,"62":2,"114":1,"115":2,"116":7,"118":5,"200":1}}],["serialized",{"2":{"0":1}}],["serializes",{"2":{"0":1}}],["serial",{"2":{"0":1,"1309":1}}],["series",{"0":{"1729":1,"1996":1},"1":{"1997":1,"1998":1,"1999":1,"2000":1,"2001":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1},"2":{"0":12,"30":2,"1996":4,"1998":1,"1999":1,"2000":1}}],["sensor",{"2":{"0":1}}],["sense",{"2":{"0":43,"64":1,"76":1,"145":1,"575":1,"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1450":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2295":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1}}],["sector",{"2":{"751":1}}],["sections",{"2":{"0":1,"72":1,"1755":1,"2196":1,"2624":1}}],["section",{"2":{"0":1,"84":1,"102":1,"155":1,"180":1,"2485":1,"2640":1}}],["sec",{"2":{"138":1}}],["seconds",{"2":{"31":1,"75":1,"85":1,"2619":9,"2620":7,"2621":4,"2622":4}}],["secondary",{"2":{"0":7,"116":1,"991":1,"1028":1,"1632":1,"1665":1,"2161":1,"2403":1,"2489":1}}],["second",{"2":{"0":10,"22":1,"45":1,"56":1,"68":1,"73":4,"74":1,"78":3,"80":2,"85":1,"105":1,"132":1,"135":1,"141":3,"147":2,"148":1,"185":1,"190":1,"208":2,"577":1,"582":1,"583":1,"2484":3,"2625":1,"2628":1,"2648":1,"2649":1}}],["seems",{"2":{"190":1}}],["seed",{"2":{"163":1,"167":1,"168":1,"169":1,"1404":2,"1405":2,"1406":1,"1407":1,"1409":1,"2274":2,"2275":3,"2276":1,"2301":2,"2459":6}}],["seekstart",{"2":{"36":2}}],["seen",{"2":{"0":43,"935":1,"963":1,"1000":1,"1038":1,"1078":1,"1175":1,"1211":1,"1244":1,"1302":1,"1354":1,"1386":1,"1440":1,"1492":1,"1521":1,"1554":1,"1580":1,"1611":1,"1642":1,"1675":1,"1756":1,"1785":1,"1813":1,"1838":1,"1892":1,"1937":1,"1971":1,"2028":1,"2055":1,"2084":1,"2136":1,"2170":1,"2213":1,"2247":1,"2285":1,"2344":1,"2379":1,"2412":1,"2444":1,"2500":1,"2531":1,"2585":1}}],["see",{"2":{"0":130,"19":1,"31":2,"47":1,"52":1,"54":1,"58":2,"85":1,"98":1,"115":1,"149":2,"150":1,"151":1,"157":1,"169":1,"176":1,"217":1,"577":1,"580":2,"624":1,"691":1,"752":1,"928":1,"946":1,"956":1,"972":1,"977":1,"993":1,"1018":1,"1030":1,"1051":1,"1065":1,"1095":1,"1168":1,"1194":1,"1204":1,"1230":1,"1253":1,"1288":1,"1296":1,"1316":1,"1347":1,"1363":1,"1367":1,"1378":1,"1396":1,"1414":1,"1434":1,"1449":1,"1467":1,"1485":1,"1503":1,"1514":1,"1534":1,"1548":1,"1563":1,"1573":1,"1589":1,"1593":1,"1604":1,"1622":1,"1634":1,"1655":1,"1667":1,"1689":1,"1765":1,"1778":1,"1798":1,"1806":1,"1824":1,"1831":2,"1849":1,"1884":1,"1902":1,"1914":1,"1926":1,"1945":1,"1950":1,"1964":1,"1989":1,"2020":1,"2038":1,"2048":1,"2064":1,"2068":1,"2093":1,"2111":1,"2121":1,"2128":1,"2151":1,"2163":1,"2182":1,"2202":1,"2220":1,"2227":1,"2259":1,"2294":1,"2359":1,"2372":1,"2390":1,"2404":1,"2426":1,"2438":1,"2453":1,"2464":1,"2491":1,"2513":1,"2524":1,"2544":1,"2578":1,"2596":1,"2604":1,"2615":3,"2626":1,"2640":2,"2648":1}}],["set3",{"2":{"2658":10}}],["set2",{"2":{"2658":6}}],["set1",{"2":{"1999":1,"2658":7}}],["sethsl",{"2":{"60":1}}],["setproperty",{"2":{"34":1}}],["setups",{"2":{"62":1}}],["setup",{"0":{"28":1,"219":1},"2":{"27":1,"51":2,"52":1,"53":1,"62":1,"74":1,"118":1,"219":2}}],["sets",{"2":{"0":543,"16":1,"22":7,"31":1,"44":4,"45":36,"56":1,"75":1,"157":1,"212":1,"373":2,"761":1,"765":1,"770":1,"773":1,"774":1,"775":1,"777":1,"778":1,"794":2,"800":1,"811":1,"832":1,"843":1,"928":1,"931":1,"935":1,"936":1,"937":1,"938":1,"939":1,"940":1,"941":1,"943":1,"946":1,"956":1,"959":1,"963":1,"964":1,"965":1,"966":1,"968":1,"969":1,"970":1,"972":1,"973":1,"977":1,"985":1,"987":1,"991":1,"992":1,"993":1,"997":1,"1000":1,"1001":1,"1002":1,"1003":1,"1005":1,"1006":1,"1011":1,"1016":1,"1017":1,"1018":1,"1019":1,"1028":1,"1029":1,"1030":1,"1035":1,"1038":1,"1039":1,"1040":1,"1041":1,"1042":1,"1046":1,"1049":1,"1050":1,"1051":1,"1052":1,"1065":1,"1078":1,"1079":1,"1080":1,"1081":1,"1090":1,"1095":1,"1168":1,"1175":1,"1176":1,"1177":1,"1178":1,"1191":1,"1194":1,"1204":1,"1211":1,"1212":1,"1213":1,"1214":1,"1227":1,"1230":1,"1244":1,"1245":1,"1246":1,"1247":1,"1250":1,"1253":1,"1296":1,"1302":1,"1303":1,"1304":1,"1305":1,"1310":1,"1316":1,"1347":1,"1350":1,"1354":1,"1355":1,"1356":1,"1357":1,"1359":1,"1360":1,"1361":1,"1363":1,"1364":1,"1367":1,"1378":1,"1386":1,"1387":1,"1388":1,"1389":1,"1393":1,"1396":1,"1404":1,"1412":2,"1414":1,"1434":1,"1440":1,"1441":1,"1442":1,"1443":1,"1444":1,"1446":1,"1449":1,"1457":1,"1485":1,"1488":1,"1492":1,"1493":1,"1494":1,"1495":1,"1496":1,"1497":1,"1498":1,"1500":1,"1503":1,"1513":1,"1514":1,"1521":1,"1522":1,"1523":1,"1524":1,"1527":1,"1530":1,"1534":1,"1536":1,"1537":1,"1538":1,"1548":1,"1554":1,"1555":1,"1556":1,"1557":1,"1558":1,"1560":1,"1563":1,"1573":1,"1576":1,"1580":1,"1581":1,"1582":1,"1583":1,"1585":1,"1586":1,"1587":1,"1589":1,"1590":1,"1593":1,"1604":1,"1607":1,"1611":1,"1612":1,"1613":1,"1614":1,"1615":1,"1616":1,"1617":1,"1619":1,"1622":1,"1632":1,"1633":1,"1634":1,"1639":1,"1642":1,"1643":1,"1644":1,"1645":1,"1646":1,"1650":1,"1653":1,"1654":1,"1655":1,"1656":1,"1665":1,"1666":1,"1667":1,"1672":1,"1675":1,"1676":1,"1677":1,"1678":1,"1680":1,"1681":1,"1683":1,"1686":1,"1687":1,"1688":1,"1689":1,"1690":1,"1756":1,"1757":1,"1758":1,"1759":1,"1760":1,"1765":1,"1777":1,"1778":1,"1785":1,"1786":1,"1787":1,"1788":1,"1791":1,"1794":1,"1798":1,"1800":1,"1801":1,"1802":1,"1813":1,"1814":1,"1815":1,"1816":1,"1822":1,"1824":1,"1838":1,"1839":1,"1840":1,"1841":1,"1847":1,"1849":1,"1884":1,"1892":1,"1893":1,"1894":1,"1895":1,"1899":1,"1902":1,"1925":1,"1926":1,"1929":1,"1934":1,"1935":1,"1937":1,"1938":1,"1939":1,"1940":1,"1942":1,"1944":1,"1945":1,"1946":1,"1949":1,"1950":1,"1952":1,"1953":1,"1964":1,"1971":1,"1972":1,"1973":1,"1974":1,"1977":1,"1978":1,"1980":1,"1984":1,"1986":1,"1989":1,"1991":1,"1992":1,"1996":1,"2020":1,"2028":1,"2029":1,"2030":1,"2031":1,"2035":1,"2038":1,"2048":1,"2051":1,"2055":1,"2056":1,"2057":1,"2058":1,"2060":1,"2061":1,"2062":1,"2064":1,"2065":1,"2068":1,"2084":1,"2085":1,"2086":1,"2087":1,"2090":1,"2091":1,"2093":1,"2128":1,"2136":1,"2137":1,"2138":1,"2139":1,"2147":1,"2151":1,"2161":1,"2163":1,"2167":1,"2170":1,"2171":1,"2172":1,"2173":1,"2177":1,"2180":1,"2181":1,"2182":1,"2183":1,"2199":1,"2201":1,"2202":1,"2206":1,"2210":1,"2211":1,"2213":1,"2214":1,"2215":1,"2216":1,"2217":1,"2220":1,"2221":1,"2227":1,"2229":1,"2230":1,"2241":1,"2242":1,"2244":1,"2245":1,"2247":1,"2248":1,"2249":1,"2250":1,"2251":1,"2252":1,"2253":1,"2254":1,"2255":1,"2256":1,"2258":1,"2259":1,"2261":1,"2264":1,"2265":1,"2268":1,"2278":1,"2282":1,"2283":1,"2285":1,"2286":1,"2287":1,"2288":1,"2290":1,"2291":1,"2294":1,"2303":1,"2304":1,"2305":1,"2306":1,"2307":1,"2308":1,"2309":1,"2310":1,"2311":1,"2312":1,"2313":1,"2316":1,"2317":1,"2318":1,"2319":1,"2326":1,"2327":1,"2328":1,"2344":1,"2345":1,"2346":1,"2347":1,"2351":1,"2359":1,"2372":1,"2375":1,"2379":1,"2380":1,"2381":1,"2382":1,"2383":1,"2384":1,"2385":1,"2387":1,"2390":1,"2401":1,"2403":1,"2404":1,"2408":1,"2412":1,"2413":1,"2414":1,"2415":1,"2416":1,"2417":1,"2418":1,"2421":1,"2424":1,"2425":1,"2426":1,"2427":1,"2438":1,"2444":1,"2445":1,"2446":1,"2447":1,"2448":1,"2450":1,"2453":1,"2462":1,"2463":1,"2464":1,"2469":1,"2470":1,"2471":1,"2475":1,"2476":1,"2477":1,"2489":1,"2490":1,"2491":1,"2496":1,"2498":1,"2500":1,"2501":1,"2502":1,"2503":1,"2508":1,"2511":1,"2512":1,"2513":1,"2514":1,"2523":1,"2524":1,"2531":1,"2532":1,"2533":1,"2534":1,"2537":1,"2540":1,"2544":1,"2546":1,"2547":1,"2548":1,"2578":1,"2581":1,"2585":1,"2586":1,"2587":1,"2588":1,"2589":1,"2590":1,"2591":1,"2593":1,"2596":1,"2601":3}}],["set",{"0":{"178":1},"2":{"0":123,"10":1,"14":1,"16":3,"19":3,"22":5,"24":1,"27":1,"29":2,"31":3,"33":1,"34":3,"41":1,"42":1,"43":1,"44":2,"47":1,"56":4,"60":1,"62":1,"70":1,"71":1,"73":2,"75":2,"76":2,"79":1,"80":2,"81":1,"82":2,"83":1,"97":1,"98":1,"100":1,"103":1,"106":2,"107":4,"110":5,"116":1,"118":1,"136":1,"144":1,"149":1,"150":2,"152":2,"153":1,"155":2,"159":1,"168":3,"177":1,"178":4,"184":1,"185":1,"187":3,"194":1,"196":1,"205":1,"207":1,"212":1,"223":1,"234":2,"304":1,"351":1,"382":3,"384":1,"385":2,"515":2,"572":1,"575":1,"576":1,"577":2,"578":2,"579":1,"585":3,"594":2,"603":1,"625":1,"626":2,"627":1,"646":1,"718":1,"723":1,"752":1,"754":1,"770":1,"775":1,"777":1,"800":1,"832":1,"844":2,"861":2,"863":2,"985":1,"987":1,"989":1,"1005":1,"1010":2,"1013":1,"1045":2,"1164":1,"1200":1,"1236":1,"1241":1,"1242":1,"1282":1,"1295":1,"1315":1,"1328":2,"1336":1,"1405":1,"1429":1,"1430":1,"1464":1,"1477":1,"1649":2,"1682":2,"1911":1,"1917":1,"1925":1,"1932":1,"1996":1,"2127":1,"2162":1,"2176":2,"2189":1,"2190":1,"2196":1,"2201":1,"2262":1,"2275":1,"2276":1,"2290":1,"2301":1,"2420":2,"2433":3,"2462":1,"2478":1,"2490":1,"2495":2,"2507":2,"2601":1,"2605":2,"2611":1,"2615":3,"2616":1,"2628":1,"2629":1,"2631":1,"2633":1,"2639":2,"2640":5,"2641":2,"2643":1,"2644":1,"2649":2}}],["settings",{"2":{"0":3,"8":1,"29":1,"45":3,"82":1,"123":1,"125":1,"152":1,"157":1,"212":1,"2196":1}}],["setting",{"0":{"574":1,"1404":1,"1405":1,"2626":1},"1":{"575":1,"576":1,"577":1,"578":1},"2":{"0":4,"17":1,"19":4,"29":1,"39":1,"45":1,"62":2,"69":1,"97":2,"103":1,"110":2,"128":1,"149":1,"150":2,"152":1,"191":1,"195":1,"205":1,"210":1,"211":1,"213":1,"222":1,"223":1,"249":1,"360":1,"369":1,"381":1,"383":1,"396":3,"397":1,"503":1,"514":1,"526":1,"572":1,"578":1,"592":1,"602":1,"610":1,"620":1,"641":1,"690":1,"698":1,"703":1,"717":1,"730":1,"751":1,"754":1,"757":1,"758":2,"769":1,"772":1,"797":1,"829":1,"842":1,"843":1,"852":1,"862":1,"863":1,"867":1,"872":1,"895":1,"907":1,"1404":1,"1405":3,"1408":1,"1430":1,"1914":1,"1920":1,"2194":1,"2604":1,"2613":1,"2636":1,"2638":1}}],["sp",{"2":{"1998":1}}],["spring",{"2":{"2657":1}}],["spritesheet",{"2":{"2484":2}}],["sprite",{"2":{"2484":1}}],["spread",{"2":{"1856":6}}],["sprand",{"2":{"0":1,"2016":1,"2017":1}}],["splot",{"2":{"60":5}}],["splitlines3d",{"2":{"36":3}}],["split",{"2":{"35":1,"92":1,"2644":1}}],["spikes",{"2":{"0":5,"967":1,"1358":1,"1584":1,"2059":1}}],["spine",{"2":{"225":1,"226":1,"232":1,"233":1,"236":1,"237":1,"256":1,"257":1,"277":1,"288":1,"304":1,"324":1,"335":1,"351":1,"411":1,"412":1,"413":1,"414":1,"415":1,"444":1,"445":1,"446":1,"447":1,"448":1,"475":1,"476":1,"477":1,"478":1,"479":1,"519":1,"520":1,"535":1,"536":1,"539":1,"546":1,"547":1,"553":1,"568":1,"569":1,"753":6,"802":1,"803":1,"804":1,"805":1,"806":1}}],["spines",{"0":{"205":1,"753":1},"2":{"0":3,"122":1,"205":1,"238":1,"550":1,"579":1,"580":1,"626":1,"756":1}}],["spinestyle",{"0":{"804":1},"2":{"0":1,"753":1}}],["spinevisible",{"0":{"805":1},"2":{"0":1,"753":1}}],["spinecolor",{"0":{"803":1},"2":{"0":1,"753":1}}],["spinewidth",{"0":{"238":1,"550":1,"806":1},"2":{"0":3,"753":1}}],["sparingly",{"2":{"135":1}}],["sparsearrays",{"2":{"2017":1,"2158":1}}],["sparse",{"2":{"0":1,"2016":1,"2017":2,"2158":1}}],["spacing",{"2":{"0":11,"66":4,"168":1,"207":5,"584":1,"1115":1,"1856":2,"1866":1}}],["spaced",{"2":{"0":3,"1424":2,"1426":1,"2289":1}}],["spaces",{"0":{"65":1,"71":1},"1":{"66":1,"67":1,"68":1,"69":1,"70":1,"71":1},"2":{"0":46,"66":3,"71":2,"584":1,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1194":1,"1230":1,"1253":1,"1316":1,"1367":1,"1396":1,"1449":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1849":1,"1902":1,"1945":1,"1950":1,"1989":1,"2038":1,"2068":1,"2093":1,"2151":1,"2182":1,"2220":1,"2227":1,"2259":1,"2294":1,"2359":1,"2390":1,"2426":1,"2453":1,"2513":1,"2544":1,"2596":1,"2644":1}}],["space",{"0":{"584":1,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1194":1,"1230":1,"1253":1,"1316":1,"1367":1,"1396":1,"1449":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1849":1,"1902":1,"1920":1,"1950":1,"1989":1,"2013":1,"2038":1,"2068":1,"2093":1,"2151":1,"2182":1,"2189":1,"2190":1,"2194":1,"2227":1,"2259":1,"2294":1,"2359":1,"2390":1,"2426":1,"2453":1,"2513":1,"2544":1,"2596":1},"2":{"0":192,"22":1,"42":1,"43":1,"44":1,"45":1,"66":4,"68":2,"70":1,"71":7,"80":1,"82":1,"97":3,"98":2,"122":1,"127":1,"152":3,"207":2,"222":2,"279":1,"294":1,"297":1,"326":1,"341":1,"344":1,"373":1,"384":1,"396":3,"508":1,"562":1,"576":1,"577":5,"578":1,"580":1,"583":1,"613":1,"655":1,"666":1,"757":1,"932":1,"946":1,"947":1,"960":1,"977":1,"978":1,"996":1,"1018":1,"1020":1,"1034":1,"1051":1,"1053":1,"1069":1,"1095":1,"1096":1,"1171":1,"1194":1,"1195":1,"1207":1,"1230":1,"1231":1,"1240":1,"1253":1,"1254":1,"1299":1,"1316":1,"1317":1,"1351":1,"1367":1,"1368":1,"1382":1,"1396":1,"1397":1,"1437":1,"1449":1,"1450":1,"1489":1,"1503":1,"1504":1,"1518":1,"1534":1,"1535":1,"1551":1,"1563":1,"1564":1,"1577":1,"1593":1,"1594":1,"1608":1,"1622":1,"1623":1,"1638":1,"1655":1,"1657":1,"1671":1,"1689":1,"1691":1,"1753":1,"1765":1,"1766":1,"1782":1,"1798":1,"1799":1,"1811":1,"1824":1,"1825":1,"1836":1,"1849":1,"1850":1,"1856":2,"1888":1,"1902":1,"1903":1,"1914":1,"1930":1,"1945":1,"1950":1,"1951":1,"1968":1,"1989":1,"1990":1,"2023":1,"2038":1,"2039":1,"2052":1,"2068":1,"2069":1,"2082":1,"2093":1,"2094":1,"2132":1,"2151":1,"2152":1,"2166":1,"2182":1,"2184":1,"2189":3,"2190":1,"2193":1,"2194":3,"2205":1,"2220":1,"2227":1,"2228":1,"2243":1,"2259":1,"2260":1,"2280":1,"2294":1,"2295":1,"2339":1,"2359":1,"2360":1,"2376":1,"2390":1,"2391":1,"2407":1,"2426":1,"2428":1,"2441":1,"2453":1,"2454":1,"2494":1,"2513":1,"2515":1,"2528":1,"2544":1,"2545":1,"2582":1,"2596":1,"2597":1,"2601":1,"2615":3,"2638":1,"2640":4,"2642":3}}],["spanned",{"0":{"581":1},"2":{"0":3,"97":1,"577":1,"1424":1,"1427":1}}],["spanning",{"2":{"0":7,"1104":1,"1163":1,"1199":1,"1510":1,"2520":1}}],["spans",{"2":{"0":2,"164":1,"1510":1,"2520":1,"2649":1}}],["span",{"2":{"0":5,"105":1,"222":1,"515":1,"576":1,"577":1,"581":1,"794":1,"1104":1,"2619":1}}],["spy",{"0":{"1730":1,"2016":1},"1":{"2017":1,"2018":1,"2019":1,"2020":1,"2021":1,"2022":1,"2023":1,"2024":1,"2025":1,"2026":1,"2027":1,"2028":1,"2029":1,"2030":1,"2031":1,"2032":1,"2033":1,"2034":1,"2035":1,"2036":1,"2037":1,"2038":1,"2039":1,"2040":1,"2041":1,"2042":1},"2":{"0":14,"2016":6,"2017":1}}],["spots",{"2":{"2604":1}}],["spot",{"2":{"0":1,"2604":2}}],["spotlight",{"0":{"2610":1},"2":{"0":1,"2605":2,"2610":3}}],["spherical",{"2":{"0":1}}],["sphere",{"2":{"0":2,"31":1,"45":1,"396":1,"1629":2,"1680":1,"2607":1,"2608":1,"2644":3}}],["speaking",{"2":{"0":1,"67":1,"1831":1,"2646":1}}],["specs",{"0":{"163":1,"165":1},"2":{"162":5,"163":1}}],["spec",{"0":{"164":1},"2":{"162":8,"163":6,"165":1}}],["spectral",{"2":{"58":1,"163":1,"491":1,"515":3,"1628":1,"2075":1,"2189":1,"2657":1,"2658":10}}],["species",{"2":{"169":1}}],["specialize",{"2":{"147":1}}],["specialized",{"2":{"0":1,"152":1,"2478":1}}],["specializing",{"2":{"147":1}}],["specializations",{"2":{"147":1}}],["specialization",{"2":{"147":2}}],["special",{"0":{"138":1,"188":1},"2":{"60":1,"76":1,"100":1,"137":1,"138":2,"148":1,"217":1,"290":1,"299":1,"337":1,"346":1,"1912":1,"1914":1}}],["specification",{"2":{"162":1,"1917":1}}],["specifications",{"2":{"0":1,"982":1,"2651":1,"2652":1}}],["specifically",{"2":{"0":44,"13":1,"45":1,"945":1,"975":1,"1014":1,"1048":1,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1448":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2224":1,"2257":1,"2293":1,"2355":1,"2389":1,"2423":1,"2452":1,"2482":1,"2510":1,"2542":1,"2595":1}}],["specific",{"2":{"0":5,"14":1,"31":2,"39":1,"45":1,"80":2,"81":1,"82":1,"107":1,"110":1,"125":1,"148":1,"184":1,"186":1,"205":2,"217":1,"218":1,"577":2,"794":1,"1856":2,"2615":1,"2631":1}}],["specifier",{"2":{"290":1,"337":1,"788":1,"799":1,"822":1,"831":1}}],["specified",{"2":{"0":14,"41":1,"159":1,"164":2,"186":1,"187":1,"982":2,"1424":1,"1809":1,"1834":1,"2207":1,"2462":1}}],["specifies",{"2":{"0":10,"1413":1,"2225":1,"2231":1,"2236":1,"2275":1,"2298":1}}],["specify",{"2":{"0":14,"37":1,"41":1,"62":1,"94":1,"96":1,"128":1,"129":1,"163":1,"184":1,"234":1,"581":2,"844":1,"1236":1,"1241":1,"1242":1,"1248":1,"1249":1,"1426":2,"1629":1,"1877":1,"2016":1,"2193":1,"2276":1,"2338":1,"2358":1,"2481":1,"2555":1,"2649":1}}],["specifying",{"0":{"39":1},"2":{"0":5,"1236":1,"2206":1,"2273":1,"2276":1}}],["specapi",{"0":{"161":1,"162":1},"1":{"162":1,"163":1,"164":1,"165":1,"166":1,"167":1,"168":1},"2":{"0":1,"161":2,"162":2,"163":1,"164":2,"165":1,"166":1,"167":1,"168":3}}],["specular=0",{"2":{"34":1}}],["specular",{"0":{"1019":1,"1052":1,"1656":1,"1690":1,"2183":1,"2427":1,"2514":1},"2":{"0":7,"2604":6,"2605":4}}],["speed",{"0":{"722":1},"2":{"0":8,"15":1,"44":1,"45":6,"722":1,"754":1,"843":1,"2655":1}}],["schauer",{"2":{"2158":1}}],["scheme",{"2":{"0":2,"191":2}}],["sc2",{"2":{"626":2}}],["sc1",{"2":{"626":2}}],["scientific",{"0":{"2656":1},"2":{"199":1}}],["sc",{"2":{"91":4,"148":9,"1914":1,"2653":1}}],["scenario",{"2":{"28":1,"115":1,"2194":1}}],["scenekw",{"2":{"691":2,"2602":1,"2607":4,"2608":4,"2609":3,"2610":1}}],["scenekw=",{"2":{"31":1,"32":1,"33":1,"34":1,"36":1,"2611":1}}],["scenelike",{"2":{"0":8,"159":2}}],["scenes",{"0":{"154":1,"2640":1},"1":{"155":1,"156":1,"157":1,"158":1,"159":1,"160":1},"2":{"0":1,"25":1,"34":1,"44":1,"88":1,"155":7,"157":1,"158":1,"160":1,"2639":1,"2640":2,"2642":1,"2644":1}}],["scenespace",{"2":{"0":1}}],["scene",{"0":{"88":1,"155":1,"157":1,"158":1,"159":1,"2639":1,"2644":1},"1":{"2640":1,"2641":1,"2642":1,"2643":1,"2644":1},"2":{"0":203,"18":1,"19":1,"22":1,"25":1,"31":12,"32":2,"33":2,"34":6,"35":3,"36":4,"37":3,"40":1,"41":3,"42":1,"43":1,"44":1,"45":14,"46":17,"47":3,"60":2,"66":17,"67":1,"68":1,"69":4,"70":2,"71":1,"79":3,"80":29,"81":11,"82":11,"85":4,"91":2,"92":2,"99":1,"100":1,"122":1,"124":1,"139":2,"147":3,"148":2,"149":1,"150":2,"152":12,"155":15,"156":3,"157":6,"158":3,"159":9,"160":1,"190":7,"191":3,"195":8,"372":1,"380":1,"381":1,"395":1,"397":1,"575":1,"577":1,"579":1,"625":1,"649":1,"650":1,"654":1,"656":1,"657":1,"658":1,"661":1,"662":1,"663":1,"672":1,"673":1,"676":1,"677":1,"691":7,"693":1,"697":1,"698":1,"702":1,"703":1,"756":1,"760":1,"762":1,"771":1,"772":1,"779":1,"780":1,"781":1,"782":1,"784":1,"785":1,"786":1,"787":1,"791":2,"792":2,"795":1,"798":1,"813":1,"814":1,"815":1,"816":1,"818":1,"819":1,"820":1,"821":1,"824":2,"825":2,"827":1,"830":1,"836":2,"837":2,"838":2,"839":2,"840":1,"841":1,"842":1,"924":1,"1481":2,"1510":2,"1628":1,"2192":8,"2194":2,"2368":2,"2433":1,"2520":2,"2601":1,"2602":2,"2605":4,"2609":2,"2611":6,"2639":7,"2640":24,"2641":2,"2642":9,"2643":3,"2644":26}}],["score",{"2":{"0":1}}],["scoring",{"2":{"0":1}}],["scratch",{"2":{"627":1,"2646":1}}],["script",{"2":{"24":1,"1288":1}}],["scrollevent",{"2":{"217":1}}],["scrolling",{"2":{"0":2,"81":1,"150":1,"210":2,"722":1,"754":1}}],["scroll",{"0":{"210":1,"722":1},"2":{"0":5,"45":2,"79":2,"80":6,"81":1,"843":1,"2641":1}}],["screenconfig",{"2":{"2605":1}}],["screens",{"2":{"0":7,"45":5,"106":1}}],["screen",{"0":{"16":1,"22":1,"29":1,"31":1,"56":1},"1":{"17":1,"18":1,"19":1,"20":1,"23":1,"24":1,"25":1},"2":{"0":82,"14":1,"16":5,"20":1,"22":12,"24":1,"25":1,"31":15,"32":4,"34":4,"45":10,"56":5,"66":2,"106":7,"152":2,"947":1,"970":1,"978":1,"1020":1,"1053":1,"1086":1,"1096":1,"1155":1,"1162":1,"1195":1,"1231":1,"1254":1,"1287":1,"1295":1,"1317":1,"1361":1,"1368":1,"1391":1,"1397":1,"1401":1,"1450":1,"1504":1,"1535":1,"1564":1,"1587":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1897":1,"1903":1,"1907":1,"1951":1,"1978":1,"1990":1,"2039":1,"2062":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2245":1,"2260":1,"2295":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2601":1,"2602":1,"2640":3}}],["sca",{"2":{"624":3,"639":3}}],["sca2",{"2":{"624":3}}],["scat",{"2":{"704":3}}],["scatobject",{"2":{"203":1,"750":1}}],["scattering",{"2":{"2601":1}}],["scatters",{"2":{"204":2,"1374":3,"1910":1,"1912":1}}],["scatterspec",{"2":{"162":2}}],["scattered",{"2":{"0":10,"82":1,"997":1,"1035":1,"1639":1,"1672":1,"1680":1,"1681":1,"1686":1,"2167":1,"2408":1,"2496":1,"2604":1}}],["scatterplot",{"2":{"0":2,"1996":1}}],["scatterlines",{"0":{"1728":1,"1959":1},"1":{"1960":1,"1961":1,"1962":1,"1963":1,"1964":1,"1965":1,"1966":1,"1967":1,"1968":1,"1969":1,"1970":1,"1971":1,"1972":1,"1973":1,"1974":1,"1975":1,"1976":1,"1977":1,"1978":1,"1979":1,"1980":1,"1981":1,"1982":1,"1983":1,"1984":1,"1985":1,"1986":1,"1987":1,"1988":1,"1989":1,"1990":1,"1991":1,"1992":1,"1993":1,"1994":1,"1995":1},"2":{"0":11,"82":1,"753":2,"1959":3,"1960":4}}],["scatter",{"0":{"1727":1,"1908":1},"1":{"1909":1,"1910":1,"1911":1,"1912":1,"1913":1,"1914":1,"1915":1,"1916":1,"1917":1,"1918":1,"1919":1,"1920":1,"1921":1,"1922":1,"1923":1,"1924":1,"1925":1,"1926":1,"1927":1,"1928":1,"1929":1,"1930":1,"1931":1,"1932":1,"1933":1,"1934":1,"1935":1,"1936":1,"1937":1,"1938":1,"1939":1,"1940":1,"1941":1,"1942":1,"1943":1,"1944":1,"1945":1,"1946":1,"1947":1,"1948":1,"1949":1,"1950":1,"1951":1,"1952":1,"1953":1,"1954":1,"1955":1,"1956":1,"1957":1,"1958":1},"2":{"0":36,"10":1,"11":1,"12":1,"19":2,"34":3,"46":2,"58":1,"60":17,"61":1,"64":1,"66":1,"67":1,"73":4,"75":5,"80":3,"81":1,"82":7,"92":1,"100":4,"102":1,"103":1,"105":1,"111":1,"136":4,"137":4,"138":1,"139":9,"141":1,"145":4,"149":1,"151":1,"152":1,"162":8,"167":1,"168":1,"169":1,"184":6,"189":10,"190":3,"203":1,"204":1,"585":1,"624":3,"625":1,"626":4,"633":2,"639":3,"664":4,"665":2,"668":2,"669":2,"678":2,"685":2,"704":1,"750":1,"844":1,"1374":3,"1404":2,"1405":2,"1426":4,"1661":1,"1856":4,"1869":1,"1873":1,"1875":1,"1908":5,"1910":1,"1911":1,"1912":1,"1913":1,"1914":5,"1915":1,"1916":1,"1917":1,"1918":1,"1919":1,"1920":2,"1921":1,"1922":9,"1925":5,"1926":4,"1942":1,"1944":4,"1949":3,"1952":2,"1953":2,"1959":1,"1963":1,"1980":1,"2189":2,"2191":1,"2192":1,"2239":1,"2274":2,"2275":3,"2276":1,"2301":1,"2459":1,"2609":1,"2610":1,"2619":2,"2620":3,"2621":1,"2622":1,"2624":1,"2627":1,"2628":1,"2643":2,"2649":1,"2651":16,"2653":2}}],["scaling",{"0":{"23":1,"24":1,"2636":1},"2":{"0":7,"19":1,"22":1,"23":4,"24":3,"68":1,"70":1,"105":1,"106":1,"158":2,"287":3,"334":3,"384":1,"396":3,"1013":1,"1405":1,"1477":1,"1661":1,"1944":1,"2194":2,"2478":1,"2615":1,"2636":1,"2644":2}}],["scalar",{"0":{"1141":1},"2":{"0":1,"22":1,"624":1,"1911":1}}],["scalars",{"2":{"0":2,"1105":1}}],["scale=",{"2":{"2330":1}}],["scale=2",{"2":{"19":1}}],["scalefactor",{"2":{"22":2,"23":2}}],["scales",{"2":{"0":10,"45":3,"989":2,"1004":1,"1007":1,"1430":1,"1914":1,"1919":3,"1944":3}}],["scale",{"0":{"548":1,"1407":1,"1477":1,"2119":1,"2356":1},"2":{"0":70,"19":2,"22":1,"23":2,"24":1,"68":1,"76":2,"106":4,"155":1,"158":6,"191":1,"287":5,"299":1,"334":5,"346":1,"383":1,"548":1,"943":1,"973":1,"989":1,"1011":1,"1013":1,"1046":1,"1073":2,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1407":1,"1429":2,"1431":4,"1446":1,"1457":4,"1477":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1681":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1919":1,"1946":1,"1954":1,"1986":1,"2035":1,"2065":1,"2090":1,"2119":1,"2147":1,"2177":1,"2221":1,"2232":1,"2252":1,"2291":1,"2330":3,"2351":1,"2356":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1,"2601":1,"2611":1,"2636":1,"2644":6}}],["scaled",{"2":{"0":4,"24":1,"45":1,"1073":1,"1914":2,"1920":1}}],["c89",{"2":{"2660":1}}],["c86",{"2":{"2660":1}}],["c75",{"2":{"2660":1}}],["c72",{"2":{"2660":2}}],["c71",{"2":{"2660":3}}],["c73",{"2":{"2660":4}}],["c74",{"2":{"2660":1}}],["c78",{"2":{"2660":3}}],["cgo",{"2":{"2660":2}}],["cgrads",{"2":{"0":2}}],["cgrad",{"2":{"0":37,"491":1,"515":2,"516":1,"928":1,"956":1,"993":1,"1030":1,"1058":1,"1065":1,"1168":1,"1204":1,"1296":1,"1347":1,"1378":1,"1414":1,"1434":1,"1485":1,"1514":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1884":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2189":1,"2190":1,"2196":1,"2202":1,"2372":1,"2404":1,"2438":1,"2464":1,"2491":1,"2524":1,"2578":1}}],["c55",{"2":{"2660":1}}],["c52",{"2":{"2660":1}}],["c57",{"2":{"2660":1}}],["c53",{"2":{"2660":2}}],["c54",{"2":{"2660":1}}],["cjo",{"2":{"2660":1}}],["cjm",{"2":{"2660":2}}],["cwr",{"2":{"2660":1}}],["cwrk",{"2":{"2660":1}}],["cwm",{"2":{"2660":1}}],["c46",{"2":{"2660":1}}],["c45",{"2":{"2660":1}}],["c40",{"2":{"2660":2}}],["c41",{"2":{"2660":1}}],["c42",{"2":{"2660":5}}],["c32",{"2":{"2660":1}}],["c39",{"2":{"2660":3}}],["c38",{"2":{"2660":2}}],["c37",{"2":{"2660":1}}],["c30",{"2":{"2660":1}}],["c35",{"2":{"2660":2}}],["c33",{"2":{"2660":1}}],["c31",{"2":{"2660":1}}],["c0",{"2":{"2660":4}}],["cmyk",{"2":{"2662":1}}],["cmrmap",{"2":{"2662":1}}],["cmocean",{"0":{"2655":1}}],["cm",{"2":{"107":1,"189":4,"2660":1}}],["cmap",{"2":{"0":5,"33":1,"516":1,"1285":2}}],["c64",{"2":{"2660":1}}],["c64e",{"2":{"59":1}}],["c62",{"2":{"2660":1}}],["c69",{"2":{"2660":3}}],["c66",{"2":{"2660":1}}],["c67",{"2":{"2660":3}}],["c68",{"2":{"80":1,"81":1,"2660":3}}],["cplot",{"2":{"59":1}}],["cpus",{"2":{"30":1,"31":1}}],["cpu",{"2":{"30":1,"31":2,"66":4,"69":2,"2618":1}}],["ccc",{"2":{"63":3}}],["cc",{"2":{"46":4}}],["cividis",{"2":{"2662":1}}],["cite",{"2":{"199":1}}],["citing",{"0":{"199":1}}],["ci",{"0":{"117":1},"2":{"27":1,"112":1,"117":1,"1629":3,"2644":1}}],["circumvent",{"2":{"90":1,"134":1}}],["circular",{"2":{"0":3,"45":2,"951":1}}],["circlepoints",{"2":{"2189":3}}],["circles",{"2":{"190":1}}],["circle",{"2":{"0":5,"45":1,"145":3,"184":1,"185":5,"190":5,"628":1,"751":2,"817":1,"1761":1,"1774":1,"1912":2,"1913":2,"1914":6,"1916":3,"1918":4,"2017":1,"2088":1,"2192":1,"2459":1,"2462":1}}],["ctrl",{"2":{"83":1,"212":2,"2641":1}}],["ctr+shift+i",{"2":{"60":1}}],["ct",{"2":{"0":2,"1164":1}}],["csv",{"2":{"163":1,"1235":3,"1236":1,"1284":1,"1288":1,"1408":1,"1921":1,"2158":1}}],["css",{"2":{"63":3,"2652":1}}],["cs",{"2":{"0":1,"66":14,"752":5,"1569":5,"1600":5,"1922":7}}],["cb",{"2":{"0":1,"626":1,"704":1,"2624":3,"2631":1}}],["c",{"0":{"2633":1},"2":{"0":24,"12":2,"27":1,"35":4,"36":3,"61":3,"64":4,"66":2,"75":2,"76":2,"299":1,"346":1,"626":2,"705":2,"1142":1,"1285":5,"1427":2,"2194":1,"2196":1,"2303":3,"2624":1,"2625":4,"2626":2,"2633":1,"2637":1,"2638":1,"2644":4}}],["cuboid",{"2":{"373":1,"384":1,"396":4}}],["cubehelix",{"2":{"2662":1}}],["cube",{"2":{"163":6,"373":2,"2398":5,"2480":5}}],["cubic",{"2":{"0":1}}],["cumsum",{"2":{"102":1,"138":2,"141":2,"166":1,"168":1,"169":1,"178":1,"625":1,"1025":1,"1998":1,"1999":1,"2000":1}}],["cumulative",{"2":{"0":1,"1342":1}}],["cutoff",{"2":{"705":1}}],["cut",{"2":{"0":5,"751":2,"967":1,"1358":1,"1584":1,"1916":1,"1918":1,"2059":1,"2189":1}}],["customization",{"2":{"2647":1}}],["customizable",{"2":{"1105":1}}],["customize",{"2":{"0":1,"2555":1,"2648":1}}],["custommatrix",{"2":{"167":6}}],["custom",{"0":{"33":1,"151":1,"214":1,"218":1,"1431":1},"1":{"215":1,"216":1,"217":1,"218":1,"219":1},"2":{"0":60,"14":2,"22":1,"31":1,"61":5,"77":1,"94":1,"143":2,"147":1,"152":2,"153":1,"155":1,"166":2,"187":1,"287":1,"334":1,"936":1,"940":1,"964":1,"969":1,"1001":1,"1039":1,"1079":1,"1176":1,"1212":1,"1245":1,"1287":1,"1303":1,"1355":1,"1360":1,"1387":1,"1431":1,"1441":1,"1493":1,"1497":1,"1522":1,"1527":1,"1555":1,"1581":1,"1586":1,"1612":1,"1616":1,"1643":1,"1676":1,"1757":1,"1786":1,"1791":1,"1814":1,"1839":1,"1893":1,"1912":1,"1938":1,"1972":1,"1977":1,"2029":1,"2056":1,"2061":1,"2085":1,"2137":1,"2171":1,"2214":1,"2248":1,"2286":1,"2345":1,"2380":1,"2384":1,"2413":1,"2445":1,"2501":1,"2532":1,"2537":1,"2586":1,"2590":1,"2646":1}}],["curl",{"2":{"2655":1}}],["curly",{"2":{"0":1,"1143":2,"1158":1}}],["cursorcolor",{"0":{"888":1},"2":{"0":1}}],["cursor",{"2":{"0":3,"45":1,"63":1,"79":1,"80":1,"82":3,"888":1}}],["curved",{"2":{"802":1}}],["curve",{"2":{"0":2,"1336":1,"1915":1,"2275":7}}],["curves",{"2":{"0":4,"1996":3,"2275":2}}],["curveto",{"2":{"0":4,"1915":1}}],["currently",{"2":{"0":12,"16":1,"22":2,"30":1,"31":1,"41":1,"45":1,"48":1,"56":1,"58":1,"59":1,"61":1,"69":1,"71":1,"74":1,"76":1,"79":2,"80":1,"81":2,"106":2,"111":2,"129":1,"162":1,"167":1,"184":1,"208":1,"215":1,"384":1,"585":2,"691":1,"748":1,"754":2,"756":1,"844":1,"874":1,"890":1,"899":1,"1289":1,"1323":1,"1569":1,"1600":1,"1922":1,"1931":1,"2604":1,"2632":1,"2638":1,"2639":1}}],["current",{"0":{"75":1},"2":{"0":45,"10":1,"45":1,"60":3,"79":1,"80":1,"139":2,"150":1,"152":1,"158":2,"159":1,"178":1,"184":1,"185":1,"203":1,"287":1,"299":1,"334":1,"346":1,"582":1,"594":1,"626":2,"861":1,"863":1,"874":1,"905":1,"924":2,"1236":1,"2189":1,"2191":1,"2195":1,"2276":1,"2618":1,"2619":1,"2644":2}}],["cycling",{"0":{"186":1},"2":{"184":3,"185":1,"2653":1}}],["cyclic",{"2":{"80":1,"81":1,"2660":12}}],["cycles",{"0":{"184":1,"185":1},"1":{"185":1,"186":1,"187":1},"2":{"184":1,"185":1}}],["cycle",{"0":{"931":1,"959":1,"1033":1,"1068":1,"1113":1,"1265":1,"1332":1,"1350":1,"1381":1,"1463":1,"1488":1,"1517":1,"1576":1,"1607":1,"1637":1,"1670":1,"1781":1,"1810":1,"1835":1,"1864":1,"1887":1,"1929":1,"1967":1,"2051":1,"2081":1,"2115":1,"2337":1,"2375":1,"2527":1,"2558":1,"2581":1},"2":{"0":44,"36":1,"80":1,"184":10,"185":6,"186":1,"187":5,"384":1,"931":1,"959":1,"1350":1,"1488":1,"1576":1,"1607":1,"1925":1,"1929":1,"2051":1,"2375":1,"2581":1}}],["cycler",{"2":{"0":2,"185":1,"186":6}}],["cycled",{"0":{"186":1},"2":{"0":2,"186":11}}],["cyan",{"2":{"66":4,"515":2,"626":2,"1235":1,"2330":1,"2482":1,"2651":2}}],["cylinder",{"2":{"0":1,"990":1}}],["cy",{"2":{"0":1}}],["cy2",{"2":{"0":1}}],["cy1",{"2":{"0":1}}],["cxyz",{"2":{"36":4}}],["cx",{"2":{"0":1,"2275":3}}],["cx2",{"2":{"0":1}}],["cx1",{"2":{"0":1}}],["c27",{"2":{"2660":1}}],["c25",{"2":{"2660":2}}],["c24",{"2":{"2660":2}}],["c23",{"2":{"2660":1}}],["c22",{"2":{"2660":1}}],["c20",{"2":{"2660":4}}],["c2",{"2":{"0":2,"195":2}}],["c1",{"2":{"0":2,"195":3}}],["crafting",{"2":{"2484":1}}],["crash",{"2":{"29":1}}],["crashes",{"0":{"29":1},"2":{"30":1}}],["crevices",{"2":{"22":1}}],["creative",{"2":{"2625":1}}],["creation",{"2":{"31":3,"162":1,"190":1,"753":1}}],["creating",{"0":{"100":1,"202":1,"208":1,"623":1,"625":1,"627":1,"749":1,"2624":1},"1":{"624":1,"2625":1,"2626":1,"2627":1,"2628":1,"2629":1,"2630":1,"2631":1,"2632":1,"2633":1,"2634":1,"2635":1,"2636":1,"2637":1,"2638":1},"2":{"0":12,"30":1,"82":1,"118":1,"131":1,"148":1,"150":1,"162":1,"168":1,"749":2,"931":1,"959":1,"1350":1,"1488":1,"1576":1,"1607":1,"1929":1,"2051":1,"2375":1,"2581":1,"2604":1,"2630":1,"2637":1,"2644":1}}],["created",{"2":{"0":6,"9":1,"22":1,"30":1,"31":2,"100":2,"102":3,"138":2,"141":1,"142":1,"152":2,"155":1,"157":1,"160":1,"203":2,"2615":1,"2618":1,"2619":1,"2636":1}}],["creates",{"2":{"0":26,"22":1,"39":1,"49":1,"58":1,"63":2,"75":1,"102":1,"140":2,"141":1,"147":1,"150":1,"166":1,"924":1,"1163":1,"1199":1,"1568":1,"1749":1,"2237":1,"2481":1,"2639":1}}],["create",{"2":{"0":16,"7":1,"8":2,"10":1,"31":5,"45":1,"57":1,"60":1,"69":1,"74":1,"76":2,"100":2,"130":2,"131":1,"133":1,"136":1,"137":1,"138":3,"143":1,"148":4,"152":3,"161":1,"162":1,"166":1,"167":1,"177":1,"178":1,"202":1,"214":1,"218":1,"515":1,"516":1,"623":1,"625":1,"844":1,"1114":1,"1289":1,"1461":1,"1481":1,"1510":1,"1629":2,"1865":1,"1912":1,"1917":1,"2113":1,"2196":2,"2368":1,"2484":2,"2520":1,"2609":1,"2611":1,"2616":1,"2618":1,"2622":1,"2624":2,"2625":1,"2626":2,"2630":1,"2637":1,"2640":3,"2643":1,"2644":2}}],["cross",{"2":{"1913":2,"1960":1,"2555":1,"2611":1}}],["crossing",{"2":{"0":1,"924":1}}],["crossbar",{"0":{"1258":1,"1706":1},"1":{"1259":1,"1260":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1268":1,"1269":1,"1270":1,"1271":1,"1272":1,"1273":1,"1274":1,"1275":1,"1276":1,"1277":1,"1278":1,"1279":1,"1280":1,"1281":1},"2":{"0":14,"1104":1,"1258":5,"1259":1}}],["crf",{"2":{"0":2}}],["cherry",{"2":{"2662":1}}],["cheat",{"0":{"2651":1},"2":{"2651":1}}],["cheap",{"2":{"2613":1}}],["checking",{"2":{"83":1}}],["checked",{"2":{"83":1,"142":1}}],["checks",{"2":{"0":44,"67":1,"577":1,"945":1,"975":1,"1014":1,"1048":1,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1448":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2224":1,"2257":1,"2293":1,"2355":1,"2389":1,"2423":1,"2452":1,"2510":1,"2542":1,"2595":1}}],["check",{"2":{"0":111,"80":1,"82":4,"92":1,"94":1,"116":1,"118":1,"215":1,"290":1,"337":1}}],["chrome",{"2":{"31":1,"32":3}}],["childscene",{"2":{"155":1}}],["child",{"2":{"98":1,"152":3,"153":1,"155":2,"2639":1,"2644":4}}],["children",{"2":{"0":2,"155":2}}],["chip",{"2":{"30":1}}],["chunk",{"2":{"0":5,"2478":5,"2481":2,"2482":2,"2483":2,"2484":4,"2485":8}}],["cholesky",{"2":{"2158":2}}],["choosing",{"2":{"1323":1}}],["choose",{"2":{"0":2,"9":1,"17":1,"28":1,"96":1,"123":1,"167":2,"197":1,"2127":1,"2627":1}}],["choices",{"2":{"217":1}}],["chose",{"2":{"75":2,"81":1}}],["chosen",{"2":{"0":3,"58":1,"75":4,"396":3,"863":1,"1879":1,"1914":1,"2615":1}}],["chained",{"2":{"133":1}}],["chaining",{"0":{"133":1}}],["chance",{"2":{"1288":1,"2615":1}}],["changing",{"0":{"1407":1},"2":{"7":1,"83":2,"133":1,"135":1,"754":1,"1457":1,"1914":1}}],["changelog",{"0":{"1":1}}],["changes",{"2":{"0":1,"7":1,"8":1,"60":1,"76":1,"80":2,"130":1,"133":2,"161":1,"178":2,"223":2,"384":1,"396":1,"748":1,"1290":1,"2400":1}}],["changed",{"2":{"0":1,"22":1,"23":1,"24":1,"132":1,"159":1,"162":1,"167":1,"206":1,"210":1,"211":1,"582":1,"584":1,"750":1,"777":1,"2649":1}}],["change",{"0":{"132":1},"2":{"0":14,"8":3,"10":3,"31":2,"34":1,"39":1,"45":1,"60":5,"75":1,"80":2,"81":1,"83":1,"103":1,"106":1,"118":2,"130":1,"132":5,"133":3,"135":4,"144":1,"148":5,"162":2,"165":1,"177":1,"178":1,"180":1,"188":1,"234":1,"396":1,"515":1,"516":1,"583":1,"584":1,"585":1,"705":1,"844":1,"863":1,"1010":1,"1045":1,"1282":1,"1569":1,"1600":1,"1629":1,"1649":1,"1682":1,"1920":1,"1922":1,"2176":1,"2420":1,"2484":1,"2507":1,"2615":1,"2618":1,"2621":1,"2626":1,"2629":1,"2633":1,"2642":3}}],["channels",{"2":{"0":7,"1019":1,"1052":1,"1656":1,"1690":1,"2183":1,"2427":1,"2514":1,"2604":1}}],["channel",{"2":{"0":7,"997":1,"1035":1,"1639":1,"1672":1,"2167":1,"2408":1,"2496":1,"2604":1}}],["chars",{"2":{"1912":1,"1914":2,"2196":2}}],["chart",{"0":{"148":1},"2":{"0":2,"1749":1,"2554":1}}],["characters",{"2":{"81":1,"1913":1,"1914":1,"1922":1}}],["character",{"2":{"0":1,"79":1,"82":1}}],["char",{"2":{"0":2,"79":1,"898":1,"1914":3}}],["clamp",{"2":{"195":2,"1629":1}}],["classic",{"2":{"148":1}}],["class=",{"2":{"63":1}}],["class",{"2":{"63":1,"217":1}}],["cleanup",{"0":{"219":1},"2":{"219":1}}],["clean",{"2":{"28":1,"76":1,"153":1}}],["cleaning",{"2":{"0":43,"936":1,"964":1,"1001":1,"1039":1,"1079":1,"1176":1,"1212":1,"1245":1,"1303":1,"1355":1,"1387":1,"1441":1,"1493":1,"1522":1,"1555":1,"1581":1,"1612":1,"1643":1,"1676":1,"1757":1,"1786":1,"1814":1,"1839":1,"1893":1,"1938":1,"1972":1,"2029":1,"2056":1,"2085":1,"2137":1,"2171":1,"2214":1,"2248":1,"2286":1,"2345":1,"2380":1,"2413":1,"2445":1,"2501":1,"2532":1,"2586":1}}],["clearing",{"2":{"2640":1}}],["clear=true",{"2":{"691":1,"2640":1}}],["clearly",{"2":{"669":1}}],["cleared",{"2":{"0":1}}],["clear",{"0":{"936":1,"964":1,"1001":1,"1039":1,"1079":1,"1176":1,"1212":1,"1245":1,"1303":1,"1355":1,"1387":1,"1441":1,"1493":1,"1522":1,"1555":1,"1581":1,"1612":1,"1643":1,"1676":1,"1757":1,"1786":1,"1814":1,"1839":1,"1893":1,"1938":1,"1972":1,"2029":1,"2056":1,"2085":1,"2137":1,"2171":1,"2214":1,"2248":1,"2286":1,"2345":1,"2380":1,"2413":1,"2445":1,"2501":1,"2532":1,"2586":1},"2":{"0":44,"31":1,"148":1,"152":3,"153":1,"157":3,"2639":2,"2640":2}}],["closure",{"2":{"134":3,"148":1}}],["closer",{"2":{"191":2,"585":1,"2634":1}}],["closeall",{"2":{"25":1,"2602":2}}],["close",{"2":{"0":4,"25":1,"34":3,"148":14,"168":3,"191":2,"585":1,"594":1,"794":1,"844":1,"861":1,"2433":3,"2495":1,"2601":1,"2602":1,"2615":1,"2640":1}}],["closedintervals",{"2":{"0":1}}],["closed",{"2":{"0":2}}],["closes",{"2":{"0":1}}],["closest",{"2":{"0":5,"45":1,"82":1,"150":1,"396":1,"585":1,"598":1,"844":1,"857":1}}],["closepath",{"2":{"0":3,"1915":3,"1916":1}}],["clouds=hist",{"2":{"0":1,"1856":3,"1868":1}}],["clouds=true",{"2":{"0":1,"1856":1}}],["clouds",{"0":{"1862":1},"2":{"0":1,"1856":3}}],["cloud",{"0":{"1861":1},"2":{"0":2,"1856":10,"1862":1}}],["clockwise",{"2":{"0":3,"45":1,"358":1,"768":1,"1916":3,"2275":5,"2301":2}}],["clifford",{"2":{"1285":2}}],["client",{"2":{"28":1,"116":1}}],["click",{"2":{"60":1,"61":2,"82":3,"200":1,"213":1,"218":8,"585":2,"844":1,"896":1}}],["clicked",{"2":{"0":3,"82":3,"217":1}}],["clicking",{"2":{"0":6,"211":1,"585":1}}],["clicks",{"0":{"497":1},"2":{"0":8,"81":1,"82":1,"218":2,"491":1,"495":1,"497":1,"506":1,"588":1,"848":1}}],["clip=bb",{"2":{"2459":1}}],["clipped",{"2":{"758":1,"764":1,"2459":2}}],["clipping",{"0":{"758":1},"2":{"0":6,"18":1,"42":1,"43":1,"45":4,"98":1,"191":1,"756":1,"2459":1,"2462":1,"2615":1,"2644":1}}],["clipcolor",{"0":{"765":1},"2":{"0":1}}],["clip",{"0":{"763":1,"764":1,"2462":1},"2":{"0":51,"45":4,"66":2,"70":1,"71":4,"527":1,"538":1,"756":4,"758":5,"763":1,"765":1,"802":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1437":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2280":1,"2339":1,"2376":1,"2407":1,"2441":1,"2459":2,"2462":1,"2494":1,"2528":1,"2582":1,"2615":1,"2642":1,"2644":1}}],["cezanne",{"2":{"2662":1}}],["centroidal",{"2":{"2459":2}}],["central",{"2":{"200":1,"585":1,"2618":1}}],["centimeters",{"2":{"107":1}}],["centers",{"0":{"2321":1},"2":{"0":3,"66":14,"1426":12,"2624":2,"2631":2}}],["center",{"0":{"1860":1},"2":{"0":31,"45":8,"46":1,"63":5,"66":7,"129":2,"230":1,"249":4,"258":1,"359":1,"367":1,"380":1,"389":1,"395":1,"412":1,"445":1,"476":1,"502":1,"513":1,"525":1,"570":1,"591":1,"601":1,"603":2,"609":1,"611":2,"618":1,"626":3,"637":1,"638":1,"640":1,"648":1,"684":1,"687":1,"689":1,"697":1,"702":1,"716":1,"729":1,"751":1,"771":1,"835":2,"841":1,"851":1,"860":1,"866":1,"870":1,"894":1,"906":1,"916":1,"922":1,"983":2,"985":1,"1058":2,"1141":1,"1145":2,"1369":1,"1584":3,"1585":1,"1586":1,"1587":1,"1858":2,"1860":1,"1913":1,"1914":2,"2044":1,"2070":1,"2189":3,"2191":4,"2192":6,"2193":1,"2199":1,"2217":1,"2251":1,"2611":1,"2640":2,"2644":1,"2651":1,"2653":2}}],["centered",{"2":{"0":8,"35":2,"63":1,"951":1,"1424":1,"1426":1,"1629":1,"1915":1,"1917":2,"1943":1,"2158":1,"2241":1,"2478":1,"2644":2}}],["cellgrid",{"2":{"145":1}}],["cells",{"0":{"1405":1},"2":{"0":1,"51":1,"53":1,"122":1,"752":1,"1424":1,"1426":4,"2459":2}}],["cellsize",{"0":{"1413":1},"2":{"0":2,"1405":10,"1406":1,"1408":1,"1413":1}}],["cell",{"0":{"708":1,"709":1,"710":1,"711":1,"724":1},"2":{"0":5,"384":2,"396":1,"578":4,"583":1,"708":1,"709":1,"710":1,"711":1,"715":1,"724":1,"1405":3,"2459":1,"2615":9,"2624":1,"2631":1,"2632":1,"2633":1}}],["certain",{"2":{"0":10,"48":1,"59":1,"73":1,"82":3,"102":1,"104":2,"152":1,"576":1,"1477":1,"2119":1,"2640":2}}],["cache",{"2":{"152":1}}],["catmesh",{"2":{"2614":2}}],["cat",{"2":{"1058":6,"2611":6,"2614":1}}],["catch",{"2":{"73":2}}],["category10",{"2":{"2660":1}}],["category",{"2":{"0":5,"200":1,"1107":1,"1289":5,"1856":61,"1859":1,"1860":1,"2332":1}}],["categories",{"2":{"0":6,"75":2,"76":2,"1104":1,"1105":6,"1107":5,"1289":1,"1856":20,"1870":1,"1912":1,"2329":1,"2330":10,"2331":4,"2332":5}}],["categorical=true",{"2":{"516":1}}],["categoricalconversion",{"2":{"73":1,"75":3}}],["categorical",{"0":{"516":1,"1289":1},"2":{"0":5,"72":1,"74":3,"75":4,"515":2,"516":4,"1289":2,"2196":1,"2649":2,"2653":1}}],["casual",{"2":{"200":1}}],["cast",{"2":{"71":1}}],["cased",{"2":{"138":2}}],["cases",{"2":{"0":2,"60":1,"80":1,"106":1,"190":2,"234":1,"577":1,"578":1,"2615":1}}],["case",{"2":{"0":9,"38":1,"58":3,"76":1,"78":1,"98":1,"104":1,"109":1,"129":1,"131":1,"132":1,"135":1,"142":2,"148":1,"152":2,"162":1,"384":1,"576":1,"577":1,"757":1,"989":2,"1007":1,"1073":1,"1405":1,"1424":3,"1831":1,"2091":1,"2483":1,"2485":1,"2633":1,"2635":1,"2646":1,"2648":2}}],["caveats",{"2":{"48":1}}],["cables",{"2":{"36":1}}],["cable",{"2":{"36":2}}],["caustics=input",{"2":{"34":1}}],["caused",{"2":{"2615":1}}],["cause",{"2":{"27":1,"2615":2,"2632":1}}],["causes",{"2":{"0":1,"1686":1}}],["cairo",{"2":{"13":1,"15":1,"16":5,"197":1}}],["cairomakie=",{"2":{"16":1}}],["cairomakie",{"0":{"15":1,"113":1,"194":1},"1":{"16":1,"17":1,"18":1,"19":1,"20":1},"2":{"0":5,"13":1,"15":1,"16":3,"17":1,"18":1,"19":3,"20":1,"38":1,"39":1,"69":1,"73":2,"75":1,"88":1,"96":1,"97":1,"98":1,"102":2,"103":1,"106":5,"107":1,"110":1,"113":1,"120":2,"121":1,"138":1,"141":1,"142":1,"148":1,"164":2,"166":1,"167":1,"169":1,"178":1,"186":1,"187":1,"189":1,"190":4,"192":1,"194":2,"197":1,"202":1,"204":1,"205":2,"206":1,"207":1,"208":1,"222":1,"223":1,"234":1,"239":1,"248":1,"249":1,"261":1,"266":1,"279":1,"287":2,"290":1,"299":1,"301":1,"304":1,"308":1,"313":1,"326":1,"334":2,"337":1,"346":1,"348":1,"351":1,"357":1,"358":1,"361":1,"362":1,"364":1,"373":2,"374":1,"379":1,"383":1,"384":2,"396":1,"410":1,"443":1,"474":1,"515":2,"516":1,"575":1,"576":1,"577":1,"578":1,"579":1,"580":1,"581":1,"582":2,"583":1,"584":1,"585":1,"603":2,"624":1,"625":2,"626":2,"627":1,"628":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"749":1,"750":1,"751":2,"752":2,"753":3,"757":4,"758":1,"873":1,"874":1,"924":1,"952":3,"983":2,"1025":2,"1058":5,"1105":3,"1106":1,"1107":1,"1141":1,"1142":1,"1143":1,"1164":3,"1200":1,"1235":3,"1236":1,"1259":1,"1322":4,"1323":2,"1324":1,"1343":3,"1374":3,"1404":2,"1405":2,"1406":1,"1407":1,"1408":1,"1409":1,"1426":4,"1427":1,"1428":1,"1429":1,"1430":1,"1431":1,"1456":1,"1457":1,"1458":1,"1481":1,"1510":1,"1545":1,"1572":1,"1584":1,"1585":1,"1586":2,"1587":1,"1599":1,"1750":2,"1774":6,"1807":1,"1832":1,"1856":1,"1880":2,"1910":2,"1911":1,"1913":1,"1914":3,"1915":3,"1916":1,"1917":1,"1918":1,"1919":1,"1920":1,"1921":1,"1925":1,"1926":1,"1944":1,"1949":1,"1952":1,"1953":1,"1960":1,"1998":1,"1999":1,"2000":1,"2017":1,"2044":1,"2075":3,"2122":1,"2189":1,"2190":1,"2191":1,"2192":1,"2193":1,"2194":1,"2195":2,"2196":1,"2197":1,"2239":1,"2274":2,"2275":4,"2276":1,"2301":3,"2330":5,"2331":1,"2332":1,"2368":1,"2459":6,"2520":1,"2555":7,"2603":1,"2605":1,"2607":1,"2615":1,"2618":7,"2624":2,"2625":1,"2646":2,"2651":1,"2653":1}}],["cars",{"2":{"2193":2}}],["cargs",{"2":{"1285":2}}],["cartesianindices",{"2":{"32":1,"1285":1,"1629":1}}],["cards",{"2":{"88":1}}],["card",{"2":{"21":1,"27":1,"63":4,"64":1,"88":1}}],["carries",{"2":{"0":1,"1423":1}}],["care",{"2":{"0":1,"72":1,"138":1,"140":1,"2189":1}}],["capture",{"2":{"2613":1}}],["capable",{"2":{"27":2}}],["capabilities",{"2":{"13":1,"18":1,"198":1,"2603":2}}],["caps",{"2":{"0":2,"1401":1,"1907":1}}],["cap",{"2":{"0":5,"968":1,"1359":1,"1585":1,"2060":1}}],["calculating",{"2":{"195":1}}],["calculations",{"2":{"2605":2}}],["calculation",{"2":{"0":7,"191":1,"991":1,"1028":1,"1632":1,"1665":1,"2161":1,"2403":1,"2489":1,"2604":1}}],["calculate",{"2":{"0":5,"69":1,"107":2,"195":2,"1284":1,"1288":1,"1294":1,"1481":1,"1510":1,"2368":1,"2520":1}}],["calculated",{"2":{"0":4,"299":1,"346":1,"577":1,"1076":1,"1103":2}}],["calls",{"2":{"0":5,"82":1,"218":1,"299":1,"346":1,"1925":1}}],["callback",{"2":{"0":129,"61":3,"80":1,"83":2,"936":1,"937":1,"938":1,"964":1,"965":1,"966":1,"1001":1,"1002":1,"1003":1,"1039":1,"1040":1,"1041":1,"1079":1,"1080":1,"1081":1,"1176":1,"1177":1,"1178":1,"1212":1,"1213":1,"1214":1,"1245":1,"1246":1,"1247":1,"1303":1,"1304":1,"1305":1,"1355":1,"1356":1,"1357":1,"1387":1,"1388":1,"1389":1,"1441":1,"1442":1,"1443":1,"1493":1,"1494":1,"1495":1,"1522":1,"1523":1,"1524":1,"1555":1,"1556":1,"1557":1,"1581":1,"1582":1,"1583":1,"1612":1,"1613":1,"1614":1,"1643":1,"1644":1,"1645":1,"1676":1,"1677":1,"1678":1,"1757":1,"1758":1,"1759":1,"1786":1,"1787":1,"1788":1,"1814":1,"1815":1,"1816":1,"1839":1,"1840":1,"1841":1,"1893":1,"1894":1,"1895":1,"1938":1,"1939":1,"1940":1,"1972":1,"1973":1,"1974":1,"2029":1,"2030":1,"2031":1,"2056":1,"2057":1,"2058":1,"2085":1,"2086":1,"2087":1,"2137":1,"2138":1,"2139":1,"2171":1,"2172":1,"2173":1,"2214":1,"2215":1,"2216":1,"2248":1,"2249":1,"2250":1,"2286":1,"2287":1,"2288":1,"2345":1,"2346":1,"2347":1,"2380":1,"2381":1,"2382":1,"2413":1,"2414":1,"2415":1,"2445":1,"2446":1,"2447":1,"2501":1,"2502":1,"2503":1,"2532":1,"2533":1,"2534":1,"2586":1,"2587":1,"2588":1}}],["callbacks",{"2":{"0":1,"78":1,"82":1}}],["call",{"2":{"0":42,"12":1,"45":1,"47":1,"58":2,"60":1,"76":1,"82":1,"102":1,"147":1,"148":1,"153":1,"168":1,"178":2,"215":2,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1204":1,"1296":1,"1347":1,"1378":1,"1414":1,"1434":1,"1485":1,"1514":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1868":1,"1884":1,"1922":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2202":1,"2372":1,"2404":1,"2438":1,"2464":1,"2485":1,"2491":1,"2524":1,"2578":1,"2615":1,"2618":1,"2628":1,"2640":2}}],["called",{"2":{"0":3,"8":1,"45":1,"106":1,"148":2,"153":1,"155":1,"168":1,"212":1,"217":1,"219":1,"290":1,"337":1,"905":1,"1307":1,"1312":1,"2459":1,"2618":2,"2621":1,"2642":1}}],["calling",{"2":{"0":5,"14":1,"16":1,"22":1,"31":1,"45":2,"56":1,"67":1,"69":1,"178":1,"191":1,"212":1,"215":1,"382":1,"751":1,"2615":1}}],["camc",{"2":{"2644":3}}],["camrelative",{"2":{"2640":2,"2643":2}}],["campixel",{"2":{"0":1,"41":1,"42":1,"66":1,"80":3,"81":1,"190":1,"2192":1,"2640":2}}],["cam3d",{"2":{"0":9,"35":1,"41":2,"45":2,"47":1,"2433":1,"2640":1,"2644":3}}],["cam2d",{"2":{"0":2,"41":1,"44":2}}],["cam",{"2":{"0":29,"32":5,"33":5,"34":5,"35":1,"41":1,"43":1,"44":1,"45":6,"46":5,"47":1,"66":2,"159":7,"191":1,"2609":1,"2611":1,"2640":1,"2642":2,"2644":3}}],["camera=parent",{"2":{"2644":3}}],["cameracontrols",{"2":{"32":1,"33":1,"34":1,"35":1,"44":1,"155":1,"2644":2}}],["cameras",{"0":{"41":1,"46":1},"1":{"42":1,"43":1,"44":1,"45":1,"46":1,"47":1},"2":{"0":2,"41":1,"45":1,"155":1,"2642":1}}],["camera3d",{"2":{"0":9,"41":1,"45":2,"46":2,"159":1}}],["camera",{"0":{"42":1,"43":1,"44":1,"45":1,"70":1,"2642":1},"2":{"0":59,"31":2,"33":1,"34":1,"35":1,"36":1,"41":4,"42":2,"43":2,"44":3,"45":18,"46":1,"47":4,"66":2,"69":3,"70":3,"71":1,"80":3,"81":1,"155":2,"159":4,"191":4,"374":2,"379":1,"410":1,"443":1,"474":1,"2192":1,"2604":1,"2605":2,"2609":1,"2611":1,"2639":2,"2640":7,"2642":5,"2644":7}}],["cad",{"2":{"0":9,"41":1,"45":2}}],["candy",{"2":{"2662":1}}],["canaletto",{"2":{"2662":1}}],["cannot",{"2":{"68":1,"111":1,"184":1,"234":1,"1914":1,"2615":1,"2648":1}}],["canvas",{"2":{"0":1,"18":1,"56":1,"1289":1,"1290":1}}],["can",{"2":{"0":333,"7":1,"8":1,"9":1,"10":2,"11":2,"12":2,"14":1,"16":2,"17":1,"19":5,"20":2,"22":4,"24":2,"26":1,"27":3,"29":1,"31":7,"32":1,"34":1,"35":1,"37":4,"39":2,"41":2,"44":1,"45":3,"47":4,"48":1,"51":1,"56":2,"57":1,"58":6,"59":1,"60":8,"61":1,"62":1,"63":3,"64":3,"68":1,"71":1,"73":1,"74":2,"75":3,"76":4,"77":1,"78":1,"79":1,"80":4,"81":2,"82":9,"83":4,"84":1,"85":1,"90":2,"92":1,"94":3,"96":1,"97":3,"98":3,"100":4,"101":1,"102":5,"103":2,"104":4,"105":1,"106":1,"107":4,"108":2,"109":2,"110":3,"111":1,"112":1,"114":1,"116":1,"117":1,"118":1,"119":1,"120":2,"123":2,"125":2,"126":1,"128":7,"129":2,"130":4,"131":2,"132":2,"133":2,"134":2,"135":4,"137":2,"138":2,"140":1,"143":1,"144":1,"145":2,"146":3,"147":1,"148":5,"150":5,"151":1,"152":4,"153":1,"155":6,"156":1,"158":1,"160":2,"162":8,"163":2,"164":4,"165":1,"166":1,"167":2,"169":1,"177":2,"178":2,"179":1,"180":2,"181":2,"182":1,"183":1,"184":3,"185":1,"186":2,"187":1,"188":1,"190":3,"191":4,"192":1,"195":1,"203":1,"204":2,"205":5,"206":2,"207":3,"208":1,"210":3,"211":3,"212":2,"213":1,"215":2,"216":1,"217":2,"218":1,"219":1,"222":2,"234":6,"239":1,"246":1,"247":1,"248":1,"266":1,"279":1,"287":1,"290":4,"299":3,"304":1,"313":1,"326":1,"334":1,"337":4,"346":3,"351":1,"354":1,"365":1,"366":1,"382":1,"383":1,"384":1,"386":1,"387":1,"396":1,"511":1,"512":1,"515":2,"516":2,"551":1,"552":1,"574":1,"575":1,"577":3,"578":1,"579":1,"580":2,"581":3,"583":1,"584":2,"585":4,"596":1,"599":1,"600":1,"603":2,"615":1,"616":1,"623":3,"624":1,"625":3,"626":5,"627":2,"628":1,"669":1,"679":1,"680":1,"685":1,"691":4,"700":1,"701":1,"705":1,"720":1,"725":1,"726":1,"750":2,"751":4,"752":2,"753":3,"754":4,"757":2,"758":1,"768":1,"775":1,"800":1,"807":1,"808":1,"811":1,"832":1,"835":1,"844":2,"855":1,"858":1,"859":1,"863":1,"868":1,"869":1,"874":1,"900":1,"901":1,"905":1,"908":1,"919":1,"920":1,"924":1,"928":2,"930":1,"932":1,"940":1,"956":2,"958":1,"960":1,"969":1,"982":1,"983":1,"992":1,"993":2,"995":1,"996":1,"1024":1,"1029":2,"1030":2,"1032":1,"1034":1,"1065":2,"1067":1,"1069":1,"1070":1,"1156":1,"1164":2,"1168":2,"1170":1,"1171":1,"1185":1,"1200":1,"1204":2,"1206":1,"1207":1,"1221":1,"1236":1,"1240":1,"1248":3,"1249":1,"1282":1,"1284":1,"1285":1,"1288":1,"1289":1,"1290":1,"1292":1,"1296":2,"1298":1,"1299":1,"1309":1,"1323":2,"1328":2,"1333":1,"1347":2,"1349":1,"1351":1,"1360":1,"1369":1,"1374":3,"1377":1,"1378":2,"1380":1,"1382":1,"1383":1,"1404":1,"1405":1,"1407":1,"1414":2,"1416":1,"1423":1,"1424":2,"1426":1,"1429":1,"1430":3,"1431":1,"1434":2,"1436":1,"1437":1,"1456":1,"1457":2,"1461":2,"1462":1,"1477":1,"1481":1,"1485":2,"1487":1,"1489":1,"1497":1,"1510":2,"1513":4,"1514":2,"1516":1,"1518":1,"1527":1,"1548":2,"1550":1,"1551":1,"1569":1,"1573":2,"1575":1,"1577":1,"1586":1,"1600":1,"1604":2,"1606":1,"1608":1,"1616":1,"1629":4,"1633":2,"1634":2,"1636":1,"1638":1,"1667":2,"1669":1,"1671":1,"1681":1,"1686":1,"1753":1,"1777":4,"1778":2,"1780":1,"1782":1,"1791":1,"1811":1,"1831":2,"1836":1,"1856":1,"1875":1,"1877":1,"1879":1,"1883":1,"1884":2,"1886":1,"1888":1,"1889":1,"1910":1,"1911":1,"1912":3,"1914":5,"1915":3,"1916":2,"1917":3,"1918":2,"1919":1,"1920":2,"1922":1,"1926":2,"1928":1,"1930":1,"1931":1,"1944":1,"1964":2,"1966":1,"1968":1,"1996":1,"2020":2,"2022":1,"2023":1,"2048":2,"2050":1,"2052":1,"2061":1,"2070":1,"2082":1,"2091":3,"2113":2,"2122":1,"2127":2,"2128":2,"2130":1,"2132":1,"2162":1,"2163":2,"2165":1,"2166":1,"2174":1,"2189":1,"2191":1,"2192":1,"2193":2,"2194":1,"2195":2,"2196":5,"2197":1,"2201":1,"2202":2,"2204":1,"2205":1,"2206":1,"2217":1,"2243":1,"2258":1,"2273":1,"2275":3,"2276":1,"2280":1,"2289":2,"2298":1,"2301":3,"2303":1,"2338":1,"2339":1,"2368":1,"2372":2,"2374":1,"2376":1,"2384":1,"2404":2,"2406":1,"2407":1,"2438":2,"2440":1,"2441":1,"2458":1,"2459":2,"2462":1,"2464":2,"2466":1,"2478":1,"2484":2,"2485":5,"2486":1,"2490":1,"2491":2,"2493":1,"2494":1,"2520":2,"2523":4,"2524":2,"2526":1,"2528":1,"2537":1,"2555":4,"2578":2,"2580":1,"2582":1,"2590":1,"2603":1,"2604":2,"2605":1,"2609":1,"2613":1,"2615":13,"2618":3,"2619":2,"2620":3,"2623":1,"2625":2,"2626":1,"2627":4,"2628":1,"2629":2,"2630":1,"2631":1,"2632":2,"2633":2,"2634":1,"2636":1,"2637":1,"2638":2,"2639":1,"2640":6,"2641":2,"2642":2,"2643":2,"2644":7,"2646":2,"2649":4,"2650":2,"2652":1}}],["coffee",{"2":{"2662":1}}],["coincides",{"2":{"2158":1}}],["coefficient",{"2":{"2605":4}}],["coef",{"2":{"1856":6}}],["co",{"2":{"1235":6}}],["cool",{"2":{"2657":1}}],["coolwarm",{"2":{"752":1,"2657":1}}],["coordinates",{"2":{"0":25,"12":2,"36":1,"46":1,"68":1,"71":1,"82":1,"652":1,"660":1,"675":1,"748":1,"750":1,"1029":1,"1282":1,"1481":2,"1510":2,"1513":1,"1629":4,"1633":1,"1773":3,"1777":1,"1910":1,"1911":2,"1914":1,"1996":2,"2189":1,"2190":1,"2193":1,"2368":2,"2484":1,"2518":2,"2520":2,"2523":1,"2643":1}}],["coordinate",{"0":{"71":1},"2":{"0":2,"68":1,"70":1,"71":1,"758":1,"951":1,"1917":1,"2484":1,"2601":1}}],["cow",{"2":{"189":1,"222":1,"1545":1}}],["covariance",{"2":{"2158":1}}],["covary",{"2":{"185":4}}],["covarying",{"0":{"185":1}}],["covers",{"2":{"106":1}}],["cover",{"2":{"0":5,"105":1,"106":2,"159":2,"1513":1,"1777":1,"2523":1}}],["covered",{"2":{"0":1,"35":1,"1248":1}}],["coverage",{"2":{"0":5}}],["couple",{"2":{"31":1,"58":1,"82":1,"84":1,"122":1,"148":1,"205":1,"209":1,"691":1,"1912":1,"1915":1,"2601":1,"2629":1}}],["could",{"2":{"8":1,"10":1,"47":1,"82":1,"94":1,"98":1,"107":1,"131":2,"132":1,"133":1,"135":1,"167":1,"183":1,"384":1,"627":1,"1287":1,"2625":1}}],["course",{"2":{"8":1,"64":1,"102":1,"107":1,"577":1,"2615":1}}],["counts",{"0":{"1406":1},"2":{"491":5,"1407":1}}],["counter",{"2":{"186":1,"2275":3,"2301":1}}],["counterparts",{"2":{"162":1}}],["counterclockwise",{"2":{"0":3,"45":1,"295":1,"342":1,"614":1,"768":1}}],["count",{"0":{"1408":1},"2":{"0":5,"106":1,"491":1,"1406":1,"1422":1,"1473":1,"2118":1,"2330":1,"2356":2}}],["copper",{"2":{"2657":1}}],["copies",{"2":{"624":1}}],["copied",{"2":{"0":1}}],["copying",{"2":{"0":1,"1282":1}}],["copy",{"2":{"0":4,"195":1,"624":1,"987":1,"1005":1,"1282":1}}],["coarser",{"2":{"0":1,"1295":1}}],["cost",{"2":{"1569":1,"1600":1,"1922":1}}],["cosd",{"2":{"36":3,"2609":3}}],["cosine",{"2":{"0":1,"704":1,"908":1}}],["cos",{"2":{"0":1,"10":1,"34":2,"36":2,"142":3,"203":1,"208":1,"515":1,"625":4,"704":1,"750":1,"758":1,"908":1,"983":6,"1025":1,"1164":2,"1285":2,"1629":2,"1662":1,"1914":1,"2075":2,"2158":1,"2189":1,"2195":4,"2275":5,"2301":2,"2433":1,"2459":1,"2611":1,"2624":2,"2630":2,"2640":1}}],["code",{"2":{"0":2,"69":1,"83":1,"107":1,"118":1,"135":1,"147":1,"161":1,"184":1,"196":1,"1288":1,"2624":1}}],["corko50",{"2":{"2656":1}}],["corko25",{"2":{"2656":1}}],["corko100",{"2":{"2656":1}}],["corko10",{"2":{"2656":1}}],["corko",{"2":{"2656":1}}],["cork50",{"2":{"2656":1}}],["cork25",{"2":{"2656":1}}],["cork100",{"2":{"2656":1}}],["cork10",{"2":{"2656":1}}],["cork",{"2":{"2656":1}}],["cornflowerblue",{"2":{"2196":1}}],["corner",{"0":{"96":1},"2":{"0":5,"96":1,"358":1,"396":1,"499":1,"886":1,"887":2,"913":1,"967":1,"1358":1,"1584":1,"1629":1,"2059":1,"2194":1}}],["corners",{"2":{"0":20,"354":1,"358":1,"396":1,"498":1,"967":4,"1358":4,"1584":4,"2059":4,"2275":1}}],["cornersegments",{"0":{"499":1,"887":1,"913":1},"2":{"0":3}}],["cornerradius",{"0":{"358":1,"498":1,"886":1},"2":{"0":3,"192":2,"358":3}}],["cores",{"2":{"0":1,"1282":1}}],["correlation",{"2":{"2158":1}}],["corresponds",{"2":{"0":4,"1861":1}}],["correspond",{"2":{"0":2,"42":1,"71":1,"217":1,"1107":1,"1249":1,"2332":1}}],["corresponding",{"2":{"0":3,"45":2,"162":1,"754":1,"1105":1}}],["corrected",{"2":{"2615":1}}],["correctly",{"0":{"574":1},"1":{"575":1,"576":1,"577":1,"578":1},"2":{"0":2,"74":1,"82":1,"88":2,"135":2,"138":1,"383":1,"1328":1,"2409":1}}],["correct",{"2":{"0":4,"91":1,"148":1,"152":1,"190":1,"218":2,"2495":1,"2615":2,"2635":1,"2644":1}}],["coming",{"2":{"148":1}}],["come",{"2":{"131":1,"1569":1,"1600":1,"1922":1,"2626":1}}],["comes",{"2":{"105":1,"106":3,"147":1}}],["com",{"2":{"35":2,"36":6,"149":1,"1287":1,"2614":1}}],["comments",{"2":{"1286":1}}],["comma",{"2":{"138":1}}],["command",{"2":{"0":6,"142":1,"167":1,"2618":4}}],["commands",{"2":{"0":6,"100":2,"118":1,"119":1,"143":1,"1912":1,"1915":1}}],["commons",{"2":{"36":1}}],["common",{"2":{"0":1,"135":1,"136":1,"205":1,"279":1,"290":1,"299":1,"326":1,"337":1,"346":1,"1477":1,"2194":1,"2615":2,"2623":1,"2646":1,"2651":1}}],["commonly",{"2":{"0":1,"1258":1,"2644":1}}],["combine",{"2":{"179":2}}],["combines",{"2":{"68":1}}],["combined",{"2":{"0":3,"69":1,"83":1,"147":1}}],["combinations",{"2":{"0":1,"148":1,"1428":1}}],["combination",{"2":{"0":5,"80":1,"83":1,"299":1,"346":1,"778":1,"1167":1,"1203":1,"1856":1}}],["compromise",{"2":{"106":1,"2601":1}}],["compression",{"2":{"0":12}}],["compression=nothing",{"2":{"0":1}}],["compiled",{"2":{"23":1}}],["compose",{"2":{"162":1}}],["composition",{"2":{"0":1,"2127":1}}],["compound",{"2":{"100":1}}],["component",{"2":{"0":2,"63":1,"195":1,"2162":1}}],["components",{"2":{"0":10,"63":1,"100":1,"752":1,"982":2,"989":1,"1104":1,"2554":1}}],["computing",{"2":{"1430":1}}],["computers",{"2":{"2618":1}}],["computed",{"0":{"124":1,"126":1},"2":{"0":2,"122":2,"126":1,"1405":1,"2273":1,"2329":1}}],["computes",{"2":{"0":2,"133":1,"212":2,"1831":2}}],["compute",{"2":{"0":1,"125":2,"128":1,"152":1,"1831":1}}],["computations",{"2":{"122":1}}],["computation",{"2":{"0":1,"106":1}}],["complement",{"2":{"223":1}}],["completed",{"2":{"2618":1}}],["completely",{"2":{"58":1,"165":1,"215":1,"396":1}}],["complete",{"2":{"21":1,"874":1,"905":1}}],["complexity",{"2":{"135":1}}],["complex",{"0":{"2624":1},"1":{"2625":1,"2626":1,"2627":1,"2628":1,"2629":1,"2630":1,"2631":1,"2632":1,"2633":1,"2634":1,"2635":1,"2636":1,"2637":1,"2638":1},"2":{"0":7,"10":1,"51":1,"62":1,"76":2,"140":1,"161":2,"162":2,"168":1,"218":1,"219":1,"577":1,"1010":1,"1045":1,"1649":1,"1682":1,"1915":1,"2176":1,"2420":1,"2507":1,"2613":1,"2624":1}}],["complicated",{"2":{"0":1,"2275":1}}],["compatibility",{"2":{"2654":1}}],["compatible",{"2":{"0":4,"73":2,"752":1,"778":1}}],["compatability",{"0":{"752":1}}],["company",{"2":{"169":1}}],["compare",{"2":{"2555":1}}],["comparison",{"2":{"83":1}}],["comparing",{"2":{"0":1,"1831":1}}],["comparable",{"2":{"0":1}}],["collisions",{"2":{"384":1}}],["collective",{"2":{"628":1}}],["collecting",{"2":{"190":1}}],["collection",{"2":{"0":7,"47":1,"79":1,"137":2,"198":1,"1424":1}}],["collect",{"2":{"148":1,"2481":1,"2483":1,"2574":2}}],["collected",{"2":{"0":2,"77":1}}],["col",{"2":{"287":2,"334":2,"1025":1,"2624":9,"2627":4,"2634":5}}],["colsize",{"2":{"575":2,"576":1,"577":2,"578":1,"2615":2,"2624":3,"2636":2}}],["colsizes",{"2":{"163":1,"164":1}}],["cols",{"2":{"66":2}}],["colons",{"2":{"581":1}}],["colon",{"2":{"164":1}}],["colourbars",{"2":{"0":1}}],["colour",{"2":{"0":1}}],["colorcet",{"0":{"2660":1}}],["colored",{"2":{"0":2,"111":1,"148":1,"2127":1,"2463":1}}],["colorant",{"2":{"0":20,"132":1,"1029":3,"1513":3,"1633":3,"1777":3,"1912":1,"2162":1,"2201":2,"2523":3}}],["colorblind6",{"2":{"2661":1}}],["colorblind",{"2":{"2661":1}}],["colorbuffer",{"2":{"0":4,"31":2,"32":1,"195":4}}],["colorbrewer",{"0":{"2658":1},"2":{"0":37,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1204":1,"1296":1,"1347":1,"1378":1,"1414":1,"1434":1,"1485":1,"1514":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1884":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2202":1,"2372":1,"2404":1,"2438":1,"2464":1,"2491":1,"2524":1,"2578":1}}],["colorbars",{"2":{"515":3,"1430":1}}],["colorbar",{"0":{"515":1,"736":1,"1429":1,"1430":1,"2631":1},"1":{"516":1,"517":1,"518":1,"519":1,"520":1,"521":1,"522":1,"523":1,"524":1,"525":1,"526":1,"527":1,"528":1,"529":1,"530":1,"531":1,"532":1,"533":1,"534":1,"535":1,"536":1,"537":1,"538":1,"539":1,"540":1,"541":1,"542":1,"543":1,"544":1,"545":1,"546":1,"547":1,"548":1,"549":1,"550":1,"551":1,"552":1,"553":1,"554":1,"555":1,"556":1,"557":1,"558":1,"559":1,"560":1,"561":1,"562":1,"563":1,"564":1,"565":1,"566":1,"567":1,"568":1,"569":1,"570":1,"571":1,"572":1,"2632":1},"2":{"0":48,"98":1,"99":1,"141":1,"162":2,"169":1,"183":1,"515":13,"516":1,"518":1,"521":1,"522":1,"523":1,"525":1,"526":1,"537":1,"545":1,"549":1,"570":1,"571":1,"572":2,"576":1,"577":2,"704":1,"752":2,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1235":3,"1284":1,"1298":1,"1349":1,"1380":1,"1408":1,"1416":1,"1429":3,"1430":8,"1431":1,"1436":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2274":2,"2276":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1,"2615":8,"2624":2,"2630":1,"2631":3,"2632":3,"2633":2,"2640":1}}],["color=lengths",{"2":{"983":1}}],["color=float32",{"2":{"61":1}}],["color=col",{"2":{"1025":1}}],["color=colors",{"2":{"2555":4}}],["color=color",{"2":{"35":1,"166":1,"2644":1}}],["color=cycled",{"2":{"166":2}}],["color=c",{"2":{"36":1}}],["color=earth",{"2":{"36":1}}],["color=input",{"2":{"34":5}}],["color=z",{"2":{"0":1,"2162":1}}],["color=nothing",{"2":{"0":1,"32":2,"2162":1}}],["color=makie",{"2":{"0":1}}],["color=",{"2":{"0":39,"32":1,"35":1,"59":1,"162":1,"163":2,"166":1,"691":1,"926":1,"954":1,"986":1,"1027":1,"1058":1,"1060":1,"1166":1,"1200":4,"1202":1,"1293":1,"1343":1,"1345":1,"1376":1,"1411":1,"1426":4,"1433":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1629":2,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1962":1,"1999":1,"2000":1,"2019":1,"2044":2,"2046":1,"2122":1,"2124":1,"2160":1,"2200":1,"2370":1,"2402":1,"2435":1,"2459":1,"2461":1,"2488":1,"2522":1,"2555":2,"2574":1,"2576":1,"2602":1,"2640":1,"2642":1,"2643":2,"2644":4,"2648":2}}],["color=1",{"2":{"0":1,"36":1,"58":1,"516":1,"1918":1}}],["colorscheme",{"2":{"2662":1}}],["colorschemes",{"2":{"33":1,"2653":1,"2654":2}}],["colorscale=log10",{"2":{"1407":1}}],["colorscale",{"0":{"930":1,"958":1,"995":1,"1032":1,"1067":1,"1112":1,"1170":1,"1206":1,"1239":1,"1264":1,"1298":1,"1331":1,"1349":1,"1380":1,"1416":1,"1431":1,"1436":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2080":1,"2130":1,"2165":1,"2204":1,"2279":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1},"2":{"0":43,"1164":2,"1407":3,"1408":1,"1431":1,"2483":3}}],["colors",{"0":{"2649":1,"2652":1},"1":{"2650":1,"2651":1,"2652":1,"2653":1,"2654":1,"2655":1,"2656":1,"2657":1,"2658":1,"2659":1,"2660":1,"2661":1,"2662":1},"2":{"0":75,"8":1,"32":2,"34":2,"35":2,"36":2,"63":1,"80":4,"81":4,"148":9,"179":1,"186":1,"187":1,"190":2,"191":3,"195":1,"196":4,"585":2,"628":3,"928":1,"956":1,"993":1,"1029":1,"1030":1,"1042":1,"1058":7,"1065":1,"1105":1,"1168":1,"1204":1,"1296":1,"1323":1,"1347":1,"1378":1,"1414":1,"1424":1,"1429":1,"1434":1,"1444":1,"1462":1,"1485":1,"1513":2,"1514":1,"1537":1,"1548":1,"1558":1,"1573":1,"1604":1,"1628":2,"1633":1,"1634":1,"1646":1,"1667":1,"1750":2,"1777":2,"1778":1,"1801":1,"1856":19,"1863":1,"1884":1,"1911":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2196":1,"2201":1,"2202":1,"2278":1,"2282":1,"2283":1,"2330":2,"2372":1,"2404":1,"2438":1,"2448":1,"2464":1,"2482":1,"2483":1,"2484":1,"2490":3,"2491":1,"2523":2,"2524":1,"2547":1,"2555":9,"2578":1,"2609":1,"2644":2,"2649":3,"2650":1,"2651":3,"2652":2,"2653":2,"2654":1}}],["color2",{"2":{"0":1}}],["color1",{"2":{"0":1}}],["colorrange=new",{"2":{"1290":1}}],["colorrange=",{"2":{"33":1}}],["colorrange",{"0":{"522":1,"929":1,"957":1,"994":1,"1031":1,"1066":1,"1111":1,"1169":1,"1205":1,"1263":1,"1297":1,"1330":1,"1348":1,"1379":1,"1415":1,"1435":1,"1486":1,"1515":1,"1549":1,"1574":1,"1605":1,"1635":1,"1668":1,"1779":1,"1885":1,"1927":1,"1965":1,"2021":1,"2049":1,"2079":1,"2129":1,"2164":1,"2203":1,"2373":1,"2405":1,"2439":1,"2465":1,"2492":1,"2525":1,"2579":1},"2":{"0":121,"196":1,"515":2,"651":1,"659":1,"674":1,"934":1,"942":1,"962":1,"971":1,"999":1,"1008":1,"1037":1,"1043":1,"1077":1,"1089":1,"1167":1,"1174":1,"1189":1,"1203":1,"1210":1,"1225":1,"1301":1,"1308":1,"1323":1,"1353":1,"1362":1,"1385":1,"1392":1,"1417":1,"1418":1,"1430":5,"1439":1,"1445":1,"1491":1,"1499":1,"1520":1,"1528":1,"1553":1,"1559":1,"1579":1,"1588":1,"1610":1,"1618":1,"1641":1,"1647":1,"1674":1,"1679":1,"1784":1,"1792":1,"1891":1,"1898":1,"1911":1,"1936":1,"1941":1,"1970":1,"1979":1,"2027":1,"2032":1,"2054":1,"2063":1,"2075":1,"2135":1,"2144":1,"2158":1,"2169":1,"2175":1,"2212":1,"2219":1,"2378":1,"2386":1,"2411":1,"2419":1,"2443":1,"2449":1,"2467":1,"2468":1,"2483":3,"2485":3,"2499":1,"2506":1,"2530":1,"2538":1,"2584":1,"2592":1,"2649":4,"2651":5}}],["colormap=colormap",{"2":{"2398":2}}],["colormap=cmap",{"2":{"1285":1}}],["colormap=",{"2":{"0":3,"33":1,"34":1,"36":1,"163":2,"1164":1,"1284":1,"1287":1,"1629":1}}],["colormap=makie",{"2":{"0":1,"516":1}}],["colormaps",{"0":{"2483":1,"2653":1},"1":{"2654":1,"2655":1,"2656":1,"2657":1,"2658":1,"2659":1,"2660":1,"2661":1,"2662":1},"2":{"0":1,"1328":1,"1430":1,"2650":1,"2653":1}}],["colormap",{"0":{"521":1,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1110":1,"1168":1,"1204":1,"1238":1,"1262":1,"1296":1,"1329":1,"1347":1,"1378":1,"1414":1,"1434":1,"1485":1,"1514":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1778":1,"1884":1,"1926":1,"1964":1,"2020":1,"2048":1,"2078":1,"2128":1,"2163":1,"2202":1,"2278":1,"2372":1,"2404":1,"2438":1,"2464":1,"2491":1,"2524":1,"2578":1},"2":{"0":265,"58":1,"80":1,"81":1,"147":2,"148":8,"151":1,"155":1,"167":2,"189":8,"196":1,"515":13,"516":1,"521":2,"585":1,"650":2,"658":2,"673":2,"704":2,"752":1,"926":1,"928":3,"929":1,"954":1,"956":3,"957":1,"986":1,"993":3,"994":1,"1027":1,"1030":3,"1031":1,"1058":1,"1060":1,"1065":3,"1066":1,"1110":1,"1166":1,"1167":1,"1168":3,"1169":1,"1202":1,"1203":1,"1204":3,"1205":1,"1238":1,"1262":1,"1285":1,"1293":1,"1296":3,"1297":1,"1323":3,"1329":1,"1345":1,"1347":3,"1348":1,"1376":1,"1378":3,"1379":1,"1408":3,"1411":1,"1414":3,"1415":1,"1427":1,"1429":1,"1430":1,"1433":1,"1434":3,"1435":1,"1483":1,"1485":3,"1486":1,"1512":1,"1513":1,"1514":3,"1515":1,"1537":2,"1547":1,"1548":2,"1549":1,"1571":1,"1572":1,"1573":3,"1574":1,"1602":1,"1604":3,"1605":1,"1628":1,"1631":1,"1634":3,"1635":1,"1664":1,"1667":3,"1668":1,"1774":1,"1776":1,"1777":1,"1778":3,"1779":1,"1801":2,"1882":1,"1884":3,"1885":1,"1911":2,"1924":1,"1925":1,"1926":7,"1927":1,"1962":1,"1964":3,"1965":1,"2019":1,"2020":3,"2021":1,"2046":1,"2048":3,"2049":1,"2078":1,"2096":1,"2105":1,"2122":1,"2124":1,"2128":3,"2129":1,"2158":3,"2160":1,"2163":3,"2164":1,"2200":1,"2201":1,"2202":3,"2203":1,"2274":2,"2275":1,"2278":2,"2282":1,"2283":1,"2370":1,"2372":3,"2373":1,"2398":4,"2402":1,"2404":3,"2405":1,"2435":1,"2438":3,"2439":1,"2461":1,"2463":1,"2464":3,"2465":1,"2483":5,"2488":1,"2491":3,"2492":1,"2522":1,"2523":1,"2524":3,"2525":1,"2547":2,"2576":1,"2578":3,"2579":1,"2624":1,"2633":1,"2649":1,"2650":1,"2651":9,"2653":1}}],["colormaplike",{"2":{"0":2}}],["color",{"0":{"111":1,"357":1,"588":1,"589":1,"590":1,"606":1,"708":1,"709":1,"710":1,"711":1,"713":1,"724":1,"848":1,"849":1,"850":1,"927":1,"944":1,"955":1,"974":1,"992":1,"1012":1,"1029":1,"1047":1,"1062":1,"1063":1,"1064":1,"1083":1,"1092":1,"1109":1,"1146":1,"1167":1,"1192":1,"1203":1,"1228":1,"1251":1,"1261":1,"1311":1,"1328":1,"1346":1,"1365":1,"1377":1,"1394":1,"1419":1,"1447":1,"1462":1,"1468":1,"1475":1,"1476":1,"1484":1,"1501":1,"1513":1,"1531":1,"1561":1,"1572":1,"1591":1,"1603":1,"1620":1,"1633":1,"1651":1,"1666":1,"1684":1,"1752":1,"1777":1,"1795":1,"1809":1,"1834":1,"1863":1,"1883":1,"1900":1,"1925":1,"1947":1,"1963":1,"1987":1,"2002":1,"2012":1,"2036":1,"2047":1,"2066":1,"2077":1,"2114":1,"2127":1,"2148":1,"2162":1,"2178":1,"2201":1,"2222":1,"2254":1,"2292":1,"2304":1,"2307":1,"2310":1,"2328":1,"2336":1,"2371":1,"2388":1,"2422":1,"2436":1,"2451":1,"2463":1,"2472":1,"2482":1,"2490":1,"2509":1,"2523":1,"2541":1,"2557":1,"2559":1,"2562":1,"2577":1,"2594":1},"2":{"0":491,"8":5,"10":7,"22":1,"32":2,"33":4,"34":2,"35":1,"36":1,"46":7,"60":13,"61":4,"63":8,"66":13,"80":9,"81":5,"111":1,"131":1,"138":2,"141":2,"142":7,"147":6,"148":4,"150":2,"151":2,"152":2,"166":1,"167":1,"184":5,"185":5,"186":5,"187":4,"189":12,"190":10,"191":13,"192":2,"194":1,"195":2,"196":1,"203":2,"206":3,"208":2,"224":1,"225":1,"232":1,"236":1,"239":1,"240":1,"248":1,"250":1,"256":1,"262":1,"266":1,"267":1,"273":1,"278":1,"289":1,"290":1,"292":1,"309":1,"313":1,"314":1,"320":1,"325":1,"336":1,"337":1,"339":1,"357":5,"362":1,"373":1,"375":1,"390":1,"396":1,"399":1,"404":1,"410":1,"411":1,"412":1,"413":1,"416":1,"418":1,"427":1,"429":1,"432":1,"437":1,"443":1,"444":1,"445":1,"446":1,"449":1,"451":1,"460":1,"463":1,"468":1,"474":1,"475":1,"476":1,"477":1,"480":1,"482":1,"491":1,"494":1,"495":2,"496":2,"505":1,"506":1,"507":1,"509":1,"519":1,"527":1,"528":1,"529":1,"535":1,"538":1,"540":1,"546":1,"554":1,"557":1,"568":1,"578":1,"580":1,"585":2,"588":2,"589":2,"590":1,"603":2,"606":1,"624":4,"625":4,"626":7,"627":10,"628":8,"631":1,"632":1,"634":1,"643":1,"649":1,"657":1,"662":1,"667":1,"670":1,"672":1,"676":1,"681":1,"704":1,"708":2,"709":2,"710":1,"711":1,"713":1,"724":1,"727":1,"750":2,"752":3,"753":2,"757":3,"758":2,"762":1,"765":1,"779":1,"784":1,"791":1,"796":2,"803":1,"813":1,"818":1,"824":1,"828":2,"836":1,"844":1,"848":2,"849":2,"850":1,"863":1,"877":1,"878":2,"879":1,"880":2,"882":1,"883":1,"884":1,"885":1,"888":1,"902":1,"903":1,"908":2,"912":2,"914":2,"915":1,"924":1,"926":1,"927":1,"928":1,"930":1,"931":1,"934":1,"942":1,"944":1,"954":1,"955":1,"956":1,"958":1,"959":1,"962":1,"971":1,"974":1,"986":1,"987":2,"992":1,"993":1,"995":1,"999":1,"1005":2,"1008":1,"1012":1,"1025":1,"1027":1,"1029":2,"1030":1,"1032":1,"1033":1,"1037":1,"1043":1,"1047":1,"1058":12,"1060":1,"1065":1,"1067":1,"1068":1,"1077":1,"1089":1,"1092":1,"1105":7,"1113":1,"1141":3,"1142":1,"1166":1,"1167":2,"1168":1,"1170":1,"1174":1,"1180":2,"1189":1,"1192":1,"1202":1,"1203":2,"1204":1,"1206":1,"1210":1,"1216":2,"1225":1,"1228":1,"1241":2,"1242":2,"1265":1,"1293":1,"1296":1,"1298":1,"1301":1,"1308":1,"1311":1,"1322":2,"1323":5,"1328":2,"1332":1,"1343":2,"1345":1,"1346":1,"1347":1,"1349":1,"1350":1,"1353":1,"1362":1,"1365":1,"1374":5,"1376":1,"1377":2,"1378":1,"1380":1,"1381":1,"1385":1,"1392":1,"1394":1,"1404":4,"1405":4,"1408":2,"1411":1,"1414":1,"1416":1,"1417":1,"1418":1,"1419":1,"1431":1,"1433":1,"1434":1,"1436":1,"1439":1,"1445":1,"1447":1,"1455":2,"1456":1,"1462":3,"1463":1,"1483":1,"1484":1,"1485":1,"1487":1,"1488":1,"1491":1,"1499":1,"1501":1,"1512":1,"1513":2,"1514":1,"1516":1,"1517":1,"1520":1,"1528":1,"1531":1,"1536":1,"1547":1,"1548":1,"1550":1,"1553":1,"1559":1,"1561":1,"1569":4,"1571":1,"1572":6,"1573":1,"1575":1,"1576":1,"1579":1,"1584":1,"1585":2,"1587":1,"1588":1,"1591":1,"1599":1,"1600":4,"1602":1,"1603":1,"1604":1,"1606":1,"1607":1,"1610":1,"1618":1,"1620":1,"1628":2,"1629":4,"1631":1,"1633":2,"1634":1,"1636":1,"1637":1,"1641":1,"1647":1,"1651":1,"1662":1,"1664":1,"1666":1,"1667":1,"1669":1,"1670":1,"1674":1,"1679":1,"1684":1,"1750":2,"1774":6,"1776":1,"1777":2,"1778":1,"1780":1,"1781":1,"1784":1,"1792":1,"1795":1,"1800":1,"1809":1,"1810":1,"1834":1,"1835":1,"1856":14,"1863":1,"1864":1,"1880":2,"1882":1,"1883":2,"1884":1,"1886":1,"1887":1,"1891":1,"1898":1,"1900":1,"1911":4,"1913":2,"1914":3,"1917":1,"1919":1,"1921":1,"1922":7,"1924":1,"1925":7,"1926":5,"1928":1,"1929":1,"1934":1,"1936":1,"1941":1,"1947":1,"1952":1,"1960":3,"1962":1,"1963":1,"1964":1,"1966":1,"1967":1,"1970":1,"1979":1,"1987":1,"1991":1,"2019":1,"2020":1,"2022":1,"2027":1,"2032":1,"2036":1,"2046":1,"2047":1,"2048":1,"2050":1,"2051":1,"2054":1,"2063":1,"2066":1,"2075":2,"2081":2,"2111":2,"2115":1,"2121":1,"2122":1,"2124":1,"2127":4,"2128":1,"2130":1,"2135":1,"2144":1,"2148":1,"2160":1,"2162":1,"2163":1,"2165":1,"2169":1,"2175":1,"2178":1,"2189":1,"2190":1,"2192":2,"2193":1,"2195":2,"2196":4,"2200":1,"2201":3,"2202":1,"2204":1,"2210":1,"2212":1,"2219":1,"2222":1,"2229":1,"2242":1,"2254":1,"2261":1,"2264":1,"2274":2,"2275":3,"2276":1,"2279":1,"2282":3,"2283":3,"2301":1,"2304":1,"2307":1,"2310":1,"2318":1,"2326":1,"2328":1,"2330":6,"2337":1,"2370":1,"2371":1,"2372":1,"2374":1,"2375":1,"2378":1,"2386":1,"2388":1,"2402":1,"2404":1,"2406":1,"2411":1,"2419":1,"2422":1,"2435":1,"2438":1,"2440":1,"2443":1,"2449":1,"2451":1,"2461":1,"2463":1,"2464":1,"2466":1,"2467":1,"2468":1,"2470":1,"2472":1,"2478":1,"2482":4,"2483":1,"2484":3,"2488":1,"2491":1,"2493":1,"2499":1,"2506":1,"2509":1,"2518":1,"2522":1,"2523":2,"2524":1,"2526":1,"2527":1,"2530":1,"2538":1,"2541":1,"2546":1,"2555":1,"2558":1,"2562":1,"2576":1,"2577":1,"2578":1,"2580":1,"2581":1,"2584":1,"2592":1,"2594":1,"2604":6,"2605":5,"2607":1,"2608":1,"2609":5,"2610":3,"2611":3,"2615":2,"2621":3,"2622":2,"2624":5,"2630":2,"2633":1,"2634":1,"2635":1,"2640":2,"2644":3,"2649":10,"2650":2,"2651":28,"2653":4}}],["columns=",{"2":{"63":1}}],["columns",{"0":{"97":1,"582":1,"583":1,"584":1},"2":{"0":1,"63":5,"97":1,"98":1,"122":1,"140":1,"164":4,"574":1,"577":4,"578":1,"581":1,"583":1,"584":1,"664":1,"2615":1,"2634":1,"2637":1,"2638":1}}],["column",{"0":{"574":1,"871":1},"1":{"575":1,"576":1,"577":1,"578":1},"2":{"0":13,"63":4,"97":2,"105":3,"126":1,"128":3,"140":2,"141":8,"163":4,"222":1,"575":4,"576":5,"577":16,"578":2,"581":1,"583":1,"603":1,"863":2,"871":1,"2275":1,"2298":1,"2615":4,"2620":1,"2625":5,"2626":1,"2629":1,"2635":2,"2636":1,"2638":3}}],["colgaps",{"2":{"164":1}}],["colgap",{"0":{"633":1},"2":{"0":1,"188":1,"584":2,"633":2,"1285":1,"2624":4,"2634":1}}],["congratulations",{"2":{"2618":1}}],["concerned",{"2":{"2615":2}}],["concept",{"2":{"18":1,"106":1}}],["concretely",{"2":{"13":1}}],["convention",{"2":{"162":1}}],["conveniently",{"2":{"20":1,"1429":1,"2196":1}}],["convenient",{"2":{"10":1,"106":1,"107":1,"142":1,"165":1,"2630":1}}],["convenience",{"2":{"0":1,"82":1,"137":1,"140":1,"141":1,"205":1,"234":1,"2484":1}}],["convex",{"0":{"2307":1,"2308":1,"2309":1,"2323":1},"2":{"0":8,"2301":3,"2307":1,"2308":1,"2309":1,"2323":1}}],["conversation",{"2":{"200":1}}],["conversiontrait",{"2":{"144":1,"145":1}}],["conversion=uc",{"2":{"75":1}}],["conversion=conversion",{"2":{"75":2}}],["conversion=categoricalconversion",{"2":{"75":1}}],["conversion=makie",{"2":{"73":1}}],["conversions",{"0":{"65":1,"67":1,"72":1,"75":1},"1":{"66":1,"67":1,"68":1,"69":1,"70":1,"71":1,"73":1,"74":1,"75":1,"76":1},"2":{"0":2,"74":2,"75":1,"76":2,"144":2,"624":1}}],["conversion",{"0":{"66":1,"145":1,"146":1,"227":1,"228":1,"376":1,"377":1,"378":1,"694":1,"695":1,"696":1,"766":1,"767":1},"1":{"67":1,"68":1,"69":1,"70":1},"2":{"0":17,"66":1,"67":4,"69":1,"70":1,"71":1,"73":6,"74":3,"75":6,"76":9,"144":2,"145":4,"166":3,"227":1,"228":1,"376":1,"377":1,"378":1,"694":1,"695":1,"696":1,"766":1,"767":1,"1282":1,"2043":1,"2074":1,"2188":1}}],["converts",{"2":{"0":2,"67":1,"72":1,"76":2,"162":1,"194":1}}],["convert",{"0":{"145":1,"146":1,"165":1,"166":1,"167":1,"2647":1},"2":{"0":30,"9":1,"66":1,"67":2,"69":1,"76":6,"107":1,"143":2,"144":5,"145":8,"146":4,"149":1,"165":3,"166":2,"167":3,"168":1,"1288":1,"1292":1,"1912":1,"2275":3,"2301":1,"2647":2,"2648":1}}],["converted",{"2":{"0":3,"60":1,"66":1,"67":3,"71":1,"72":1,"76":1,"144":1,"146":2,"148":1,"158":1,"1289":1,"2485":2,"2644":1,"2649":1}}],["confines",{"2":{"2615":1}}],["configurable",{"2":{"155":1}}],["configuration",{"2":{"22":1,"23":1,"116":1,"127":1}}],["configure",{"2":{"58":1,"62":1,"116":1,"118":2}}],["configured",{"2":{"23":1}}],["config",{"0":{"16":1,"22":1,"31":1,"56":1},"1":{"17":1,"18":1,"19":1,"20":1,"23":1,"24":1,"25":1},"2":{"0":4,"14":1,"16":5,"20":1,"22":5,"31":5,"56":5}}],["confused",{"2":{"162":1}}],["confusingly",{"2":{"162":1}}],["confusing",{"2":{"0":1,"1873":1}}],["conflicts",{"2":{"2":1}}],["conditionally",{"2":{"82":1}}],["condition",{"2":{"0":1,"83":1}}],["cone",{"2":{"0":4,"988":1,"989":2}}],["consult",{"2":{"62":1}}],["consumed",{"2":{"0":1}}],["consumes",{"2":{"0":1}}],["consume",{"2":{"0":2,"78":6,"80":1,"82":10}}],["console",{"2":{"60":5,"61":3}}],["consist",{"2":{"1915":1}}],["consists",{"2":{"152":1,"628":1}}],["consistently",{"2":{"70":1}}],["consistency",{"2":{"24":1}}],["considering",{"2":{"2459":1}}],["considerations",{"2":{"106":1}}],["considered",{"2":{"0":1,"48":1,"2478":1,"2644":1}}],["consider",{"2":{"0":3,"71":1,"88":1,"107":1,"111":1,"190":2,"757":1,"1015":1,"1282":1}}],["const",{"2":{"60":6,"61":5}}],["constrains",{"2":{"844":1}}],["constraints",{"2":{"98":1,"222":1,"385":1,"578":1,"2615":1}}],["constrain",{"2":{"98":1,"222":1,"578":1}}],["constrained",{"0":{"2304":1,"2305":1,"2306":1,"2322":1},"2":{"0":9,"2275":1,"2301":3,"2304":1,"2305":1,"2306":1,"2322":1}}],["construction",{"0":{"1917":1}}],["constructing",{"2":{"627":1,"1912":1}}],["constructs",{"2":{"0":2}}],["constructed",{"2":{"0":1,"67":1,"120":1,"1910":1}}],["constructor",{"2":{"0":2,"110":1,"626":1,"2639":1}}],["constructors",{"2":{"0":5,"41":1}}],["construct",{"2":{"0":7,"148":1,"185":1,"627":1,"1914":2,"2628":1}}],["constants",{"2":{"22":1}}],["constant",{"2":{"0":1,"107":2}}],["consecutive",{"2":{"0":4,"1185":1,"1221":1,"1248":1,"2289":1}}],["contrast",{"2":{"2644":1}}],["contract",{"2":{"2629":1}}],["controllable",{"2":{"2601":1}}],["controller",{"2":{"70":1}}],["controlled",{"2":{"0":1,"37":2,"39":2,"96":1,"603":1,"2605":1}}],["controlling",{"2":{"0":1,"1128":1}}],["control",{"2":{"0":10,"14":1,"45":1,"83":9,"96":1,"128":1,"163":1,"164":1,"304":1,"351":1,"384":1,"625":1,"627":1,"754":2,"761":1,"778":1,"1164":1,"1290":2,"1404":1,"1405":1,"1809":1,"1834":1,"2275":1,"2605":1,"2615":2,"2624":1,"2627":1,"2641":1}}],["controls",{"2":{"0":119,"36":1,"37":1,"42":1,"43":1,"45":6,"75":1,"150":1,"155":1,"157":1,"159":1,"191":3,"222":1,"226":1,"229":1,"233":1,"237":1,"245":1,"246":1,"247":1,"255":1,"257":1,"264":1,"272":1,"275":1,"281":1,"285":1,"286":1,"298":1,"299":1,"301":1,"302":1,"311":1,"319":1,"322":1,"328":1,"332":1,"333":1,"345":1,"346":1,"348":1,"349":1,"363":1,"365":1,"366":1,"368":1,"373":1,"386":1,"387":1,"394":1,"400":1,"409":1,"410":1,"414":1,"422":1,"425":1,"428":1,"430":1,"433":1,"442":1,"443":1,"447":1,"455":1,"458":1,"461":1,"464":1,"473":1,"474":1,"478":1,"486":1,"489":1,"511":1,"512":1,"520":1,"534":1,"536":1,"543":1,"547":1,"551":1,"552":1,"563":1,"566":1,"569":1,"571":1,"593":1,"597":1,"599":1,"600":1,"615":1,"616":1,"619":1,"635":1,"679":1,"680":1,"688":1,"699":1,"700":1,"701":1,"725":1,"726":1,"763":1,"764":1,"769":1,"781":1,"786":1,"798":1,"801":1,"805":1,"807":1,"808":1,"810":1,"815":1,"820":1,"830":1,"833":1,"840":1,"853":1,"856":1,"858":1,"859":1,"868":1,"869":1,"889":1,"897":1,"900":1,"901":1,"919":1,"920":1,"945":1,"950":1,"967":1,"975":1,"981":1,"1014":1,"1023":1,"1048":1,"1056":1,"1070":1,"1073":1,"1094":1,"1102":1,"1185":1,"1193":1,"1198":1,"1221":1,"1229":1,"1234":1,"1252":1,"1257":1,"1313":1,"1320":1,"1342":1,"1358":1,"1366":1,"1372":1,"1395":1,"1400":1,"1448":1,"1453":1,"1502":1,"1507":1,"1532":1,"1541":1,"1562":1,"1567":1,"1584":1,"1592":1,"1597":1,"1621":1,"1626":1,"1652":1,"1660":1,"1685":1,"1694":1,"1763":1,"1771":1,"1772":1,"1796":1,"1805":1,"1823":1,"1830":1,"1848":1,"1855":1,"1901":1,"1906":1,"1948":1,"1954":1,"1958":1,"1988":1,"1995":1,"2037":1,"2042":1,"2059":1,"2067":1,"2073":1,"2092":1,"2109":1,"2149":1,"2156":1,"2179":1,"2187":1,"2224":1,"2232":1,"2235":1,"2257":1,"2269":1,"2293":1,"2299":1,"2355":1,"2365":1,"2389":1,"2394":1,"2423":1,"2431":1,"2452":1,"2457":1,"2495":1,"2504":1,"2505":1,"2510":1,"2519":1,"2542":1,"2551":1,"2595":1,"2600":1,"2604":4,"2609":1,"2644":1}}],["continously",{"2":{"585":1,"844":1}}],["continue",{"2":{"0":1,"81":1,"82":1,"2633":1}}],["continues",{"2":{"0":3}}],["continuous",{"2":{"0":2,"45":1,"2653":1}}],["contexts",{"2":{"106":1}}],["context",{"2":{"0":2,"22":1,"30":2,"31":8,"34":1,"2619":1}}],["contentgroups",{"2":{"0":3}}],["contents",{"2":{"0":3,"12":1,"104":11,"148":1}}],["content",{"0":{"98":1},"2":{"0":9,"63":6,"64":2,"97":1,"98":3,"102":1,"103":1,"104":5,"106":2,"107":2,"118":1,"122":3,"125":1,"126":1,"132":1,"135":1,"162":1,"212":1,"239":1,"248":1,"266":1,"313":1,"575":2,"576":1,"577":3,"578":1,"579":1,"628":1,"666":1,"756":1,"2615":7,"2625":2,"2626":1,"2632":2,"2637":1,"2640":1}}],["containing",{"2":{"138":2,"667":1,"669":1,"670":1,"671":1}}],["contain",{"2":{"0":6,"120":1,"582":1,"1029":1,"1513":1,"1633":1,"1777":1,"2523":1,"2620":1,"2644":1}}],["contained",{"2":{"0":2,"104":1,"192":1,"580":1,"2485":1}}],["containers",{"2":{"135":1,"720":1}}],["container",{"2":{"0":1,"130":1,"134":2,"155":2,"192":1,"720":1,"2620":1}}],["contains",{"2":{"0":7,"4":1,"79":14,"99":1,"147":1,"152":2,"1915":1,"1917":1,"1996":1,"2601":1,"2643":1}}],["contour3d",{"0":{"1199":1,"1704":1},"1":{"1200":1,"1201":1,"1202":1,"1203":1,"1204":1,"1205":1,"1206":1,"1207":1,"1208":1,"1209":1,"1210":1,"1211":1,"1212":1,"1213":1,"1214":1,"1215":1,"1216":1,"1217":1,"1218":1,"1219":1,"1220":1,"1221":1,"1222":1,"1223":1,"1224":1,"1225":1,"1226":1,"1227":1,"1228":1,"1229":1,"1230":1,"1231":1,"1232":1,"1233":1,"1234":1},"2":{"0":11,"1199":3,"1200":4,"2603":1}}],["contour",{"0":{"1163":1,"1703":1},"1":{"1164":1,"1165":1,"1166":1,"1167":1,"1168":1,"1169":1,"1170":1,"1171":1,"1172":1,"1173":1,"1174":1,"1175":1,"1176":1,"1177":1,"1178":1,"1179":1,"1180":1,"1181":1,"1182":1,"1183":1,"1184":1,"1185":1,"1186":1,"1187":1,"1188":1,"1189":1,"1190":1,"1191":1,"1192":1,"1193":1,"1194":1,"1195":1,"1196":1,"1197":1,"1198":1},"2":{"0":34,"55":1,"59":1,"63":1,"163":5,"1163":6,"1164":4,"1167":2,"1180":1,"1181":1,"1182":2,"1183":1,"1184":1,"1185":1,"1199":1,"1200":1,"1203":2,"1216":1,"1217":1,"1218":2,"1219":1,"1220":1,"1221":1,"1235":1,"2398":1,"2624":2,"2630":2,"2631":2}}],["contourf",{"0":{"1235":1,"1705":1},"1":{"1236":1,"1237":1,"1238":1,"1239":1,"1240":1,"1241":1,"1242":1,"1243":1,"1244":1,"1245":1,"1246":1,"1247":1,"1248":1,"1249":1,"1250":1,"1251":1,"1252":1,"1253":1,"1254":1,"1255":1,"1256":1,"1257":1},"2":{"0":16,"163":1,"167":3,"515":3,"1235":6,"1236":2,"1248":3,"2624":2,"2630":2}}],["connection",{"2":{"51":1,"52":1,"53":1,"54":1,"116":1,"2617":1,"2618":1}}],["connectivity",{"2":{"0":2,"1773":2}}],["connects",{"2":{"0":1,"1773":1}}],["connect=false",{"2":{"0":2}}],["connect",{"2":{"0":2,"52":1,"115":1,"116":1,"133":1,"148":2,"908":2,"1629":1,"2433":2}}],["connected",{"2":{"0":2,"78":1,"133":1,"1568":1,"2642":1}}],["nnan",{"2":{"2651":1}}],["nnbanks",{"2":{"628":4}}],["nipy",{"2":{"2657":1}}],["nidorx",{"2":{"2614":1}}],["nii",{"2":{"2398":1}}],["niread",{"2":{"2398":1}}],["nifti",{"2":{"2398":1}}],["nicely",{"2":{"98":1,"122":1,"140":1,"579":1,"580":1,"1289":1}}],["nicer",{"2":{"0":1,"80":1}}],["nice",{"2":{"0":2,"33":1,"106":1,"147":1,"2644":2}}],["niceness",{"2":{"0":3}}],["nvia",{"2":{"2275":1}}],["nvidias",{"2":{"31":1}}],["nvidia",{"2":{"30":1,"31":1}}],["nyc",{"0":{"1287":1},"2":{"1289":1}}],["n=n",{"2":{"1285":1}}],["n=1000",{"2":{"1285":1}}],["nlineheight",{"2":{"603":3}}],["njustification",{"2":{"603":3}}],["nmy",{"2":{"578":1}}],["nparagraph",{"2":{"2192":1}}],["nplots",{"2":{"166":3}}],["npoints=10",{"2":{"0":1,"1342":1,"1343":1}}],["npoints",{"0":{"1336":1,"2353":1},"2":{"0":3,"1322":1,"1342":1}}],["n256",{"2":{"80":1,"81":1,"2660":79}}],["nwith",{"2":{"78":2,"603":3}}],["nshort",{"2":{"2192":1}}],["ns",{"2":{"75":4,"983":5}}],["nsteps",{"0":{"545":1},"2":{"0":1,"35":2,"2644":2}}],["ndim",{"2":{"46":1,"152":2}}],["ncar",{"2":{"2657":1}}],["ncolorrange",{"2":{"2651":9}}],["ncolormap",{"2":{"2651":9}}],["ncolors",{"2":{"0":2}}],["ncols",{"2":{"2433":1}}],["nc",{"2":{"33":1,"2433":2}}],["ncdatasets",{"2":{"33":1}}],["n0f8",{"2":{"31":1,"32":1,"34":1}}],["nframes",{"2":{"8":1,"12":2}}],["ngonface",{"2":{"0":1}}],["nuuk50",{"2":{"2656":1}}],["nuuk25",{"2":{"2656":1}}],["nuuk100",{"2":{"2656":1}}],["nuuk10",{"2":{"2656":1}}],["nuuk",{"2":{"2656":1}}],["nudge",{"0":{"1858":1},"2":{"0":2,"1856":1}}],["null",{"2":{"0":1,"58":1,"1292":1}}],["num",{"2":{"0":1,"1282":1,"1856":2}}],["numerical",{"2":{"0":2,"299":2,"346":2,"1167":1,"1203":1}}],["numeric",{"2":{"0":43,"67":1,"69":1,"928":1,"956":1,"993":1,"1030":1,"1065":1,"1168":1,"1182":1,"1204":1,"1218":1,"1296":1,"1347":1,"1378":1,"1414":1,"1434":1,"1485":1,"1514":1,"1537":1,"1548":1,"1573":1,"1604":1,"1634":1,"1667":1,"1686":1,"1778":1,"1801":1,"1884":1,"1926":1,"1964":1,"2020":1,"2048":1,"2128":1,"2163":1,"2202":1,"2372":1,"2404":1,"2438":1,"2464":1,"2491":1,"2524":1,"2547":1,"2578":1}}],["numbers",{"2":{"0":22,"31":2,"73":2,"103":1,"105":2,"147":1,"164":1,"279":1,"290":2,"299":2,"326":1,"337":2,"346":2,"358":1,"373":1,"1513":2,"1777":2,"1911":1,"2201":2,"2236":1,"2523":2,"2627":1,"2649":1}}],["number",{"0":{"1404":1,"1407":1},"2":{"0":37,"11":1,"22":5,"35":1,"56":1,"82":1,"103":1,"191":1,"199":1,"223":2,"234":1,"358":1,"384":1,"497":1,"499":1,"545":1,"577":1,"664":1,"913":1,"951":1,"976":1,"1015":1,"1185":1,"1221":1,"1282":1,"1284":1,"1404":2,"1405":2,"1408":1,"1412":2,"1422":1,"1461":1,"1868":1,"1870":1,"1977":1,"2091":1,"2113":1,"2121":2,"2122":1,"2162":1,"2196":1,"2231":2,"2290":1,"2636":2,"2638":1,"2644":1,"2649":3}}],["navia50",{"2":{"2656":1}}],["navia25",{"2":{"2656":1}}],["navia100",{"2":{"2656":1}}],["navia10",{"2":{"2656":1}}],["navia",{"2":{"2656":1}}],["nall",{"2":{"97":1}}],["nadjusted",{"2":{"97":1}}],["narrow",{"2":{"2197":1}}],["narrowly",{"2":{"76":1}}],["narrowest",{"2":{"0":2,"1123":1,"1275":1}}],["natural",{"2":{"22":1}}],["nativefont",{"2":{"0":1}}],["natively",{"2":{"0":1}}],["native",{"2":{"0":1,"21":1,"24":1,"28":1,"106":1,"1569":1,"1600":1,"1922":1,"1996":1}}],["naming",{"2":{"0":1}}],["namecategorical",{"2":{"2654":1,"2655":1,"2656":1,"2657":1,"2658":1,"2659":1,"2660":1,"2661":1,"2662":1}}],["names",{"2":{"0":3,"147":4,"182":1,"2652":1}}],["named",{"0":{"2652":1},"2":{"0":3,"68":1,"75":2,"2652":1}}],["namedtuples",{"2":{"138":1}}],["namedtuple",{"2":{"0":5}}],["name",{"2":{"0":18,"35":7,"94":1,"109":4,"147":1,"183":1,"215":2,"216":2,"2206":1,"2644":7}}],["nand",{"2":{"603":3}}],["nans",{"2":{"146":1}}],["nanoseconds",{"2":{"75":1}}],["nan",{"0":{"944":1,"974":1,"1012":1,"1047":1,"1092":1,"1192":1,"1228":1,"1251":1,"1311":1,"1365":1,"1394":1,"1419":1,"1447":1,"1501":1,"1531":1,"1561":1,"1591":1,"1620":1,"1651":1,"1684":1,"1795":1,"1900":1,"1947":1,"1987":1,"2036":1,"2066":1,"2148":1,"2178":1,"2222":1,"2292":1,"2388":1,"2422":1,"2451":1,"2472":1,"2509":1,"2541":1,"2594":1},"2":{"0":78,"66":9,"944":1,"974":1,"1012":1,"1047":1,"1092":1,"1192":1,"1228":1,"1311":1,"1365":1,"1394":1,"1419":1,"1424":1,"1428":1,"1447":1,"1501":1,"1531":1,"1561":1,"1568":1,"1591":1,"1620":1,"1651":1,"1684":1,"1795":1,"1900":1,"1947":1,"1987":1,"2036":1,"2066":1,"2148":1,"2178":1,"2222":1,"2388":1,"2422":1,"2451":1,"2472":1,"2483":1,"2485":1,"2509":1,"2541":1,"2594":1,"2649":2,"2651":5}}],["n+1",{"2":{"0":3,"2275":4,"2289":1,"2301":3}}],["nthe",{"2":{"97":1}}],["ntherefore",{"2":{"97":1}}],["ntellheight",{"2":{"97":2}}],["nt",{"2":{"0":2}}],["nts",{"2":{"0":1}}],["ntuple",{"2":{"0":1,"79":2,"80":2,"92":1,"2275":1}}],["nbanks",{"0":{"664":1},"2":{"0":1,"628":2,"633":2,"664":12}}],["nbsp",{"2":{"0":424,"16":1,"22":1,"31":1,"45":1,"56":1,"75":3,"150":1,"158":3,"159":1,"924":1,"951":1,"982":1,"1024":1,"1057":1,"1104":1,"1139":1,"1163":1,"1199":1,"1235":1,"1258":1,"1282":1,"1321":1,"1342":1,"1373":1,"1402":1,"1424":1,"1454":1,"1481":1,"1510":1,"1544":1,"1568":1,"1598":1,"1627":1,"1661":1,"1749":1,"1773":1,"1806":1,"1831":1,"1856":1,"1879":1,"1908":1,"1959":1,"1996":1,"2016":1,"2043":1,"2074":1,"2110":1,"2121":1,"2157":1,"2188":1,"2237":1,"2273":1,"2300":1,"2329":1,"2368":1,"2397":1,"2432":1,"2458":1,"2478":1,"2520":1,"2554":1,"2573":1,"2644":3}}],["n",{"0":{"1091":1,"1122":1,"1272":1,"1870":1,"2352":1,"2568":1},"2":{"0":34,"12":6,"22":1,"36":3,"45":1,"58":1,"59":5,"68":1,"76":1,"168":2,"178":1,"279":2,"326":2,"491":1,"983":2,"1025":2,"1106":3,"1185":3,"1221":3,"1248":3,"1285":4,"1295":1,"1324":2,"1458":2,"1629":3,"1856":10,"2016":4,"2017":3,"2158":6,"2192":1,"2275":13,"2289":3,"2298":1,"2301":5,"2330":7,"2331":3,"2611":5,"2624":4,"2636":3}}],["neon",{"2":{"2662":1}}],["neighborhood",{"2":{"2158":1}}],["neighboring",{"0":{"207":1},"2":{"1629":1}}],["neither",{"2":{"152":1,"2625":1}}],["nesting",{"0":{"579":1},"2":{"102":1,"141":1,"162":1}}],["nested",{"2":{"0":1,"69":1,"102":6,"140":2,"141":2,"142":1,"164":1,"192":1,"579":2,"2601":1,"2625":1,"2626":3}}],["necessary",{"2":{"58":1,"143":1,"148":1,"164":1,"585":1,"691":1,"844":1,"2618":1,"2626":1,"2633":1}}],["never",{"2":{"29":2,"106":1}}],["neg=",{"2":{"2555":1}}],["neg",{"0":{"2566":1},"2":{"0":1}}],["negative",{"2":{"0":6,"757":1,"990":1,"1457":1,"2236":1,"2554":1}}],["nextjournal",{"2":{"27":1}}],["next",{"2":{"0":1,"8":1,"34":1,"36":1,"68":1,"70":1,"106":1,"150":1,"152":1,"207":1,"633":1,"639":1,"2197":1,"2554":1,"2615":1,"2618":1}}],["network",{"2":{"28":1}}],["net",{"2":{"0":1,"2554":1}}],["neutral",{"2":{"0":2,"45":1,"383":1}}],["nearplane",{"2":{"2642":2}}],["nearclip=",{"2":{"0":1}}],["near",{"2":{"0":9,"35":1,"45":9,"191":2,"2640":2,"2644":2}}],["news",{"2":{"60":1}}],["newly",{"2":{"22":1}}],["newline",{"2":{"0":2,"2236":1}}],["new",{"0":{"2645":1},"1":{"2646":1,"2647":1,"2648":1},"2":{"0":8,"11":2,"12":2,"25":1,"31":4,"45":1,"58":1,"60":6,"67":1,"69":2,"74":1,"76":1,"77":1,"82":1,"102":1,"132":2,"133":1,"137":2,"141":2,"143":1,"148":10,"152":2,"161":2,"162":1,"166":1,"167":1,"180":1,"198":1,"215":1,"218":1,"582":1,"583":1,"1282":1,"1916":1,"1917":1,"2618":2,"2637":1,"2644":1,"2646":1}}],["needsupdate",{"2":{"60":1}}],["needs",{"2":{"0":3,"12":1,"19":1,"27":1,"31":1,"44":2,"53":1,"60":1,"61":1,"74":1,"76":2,"82":2,"92":1,"116":1,"161":2,"515":1,"577":1,"874":1,"905":1,"1918":1,"2484":2,"2498":1,"2615":1,"2640":2,"2646":1}}],["needed",{"2":{"0":5,"52":1,"58":1,"69":1,"76":3,"97":1,"98":1,"102":1,"104":1,"127":1,"162":1,"396":1}}],["need",{"2":{"0":4,"8":2,"9":1,"10":1,"12":2,"27":1,"28":2,"30":1,"31":1,"44":1,"51":1,"52":1,"53":1,"55":2,"58":3,"61":1,"74":2,"76":3,"80":2,"82":4,"83":2,"96":1,"105":1,"106":1,"107":1,"111":1,"115":1,"116":2,"118":3,"132":1,"148":3,"152":6,"159":1,"163":1,"164":1,"165":1,"181":1,"189":1,"197":1,"219":1,"575":1,"628":1,"691":1,"752":2,"756":1,"844":1,"1284":1,"1290":1,"1914":1,"2485":1,"2605":1,"2615":3,"2617":1,"2618":2,"2631":1,"2635":1,"2640":1,"2642":1,"2644":2,"2648":1}}],["noise",{"2":{"2158":2,"2644":1}}],["noisy",{"2":{"31":2}}],["november",{"2":{"1323":1}}],["nof",{"2":{"577":3}}],["noconversion",{"2":{"145":1}}],["norientation",{"2":{"628":2}}],["nor",{"2":{"152":1}}],["northstar",{"2":{"31":3,"32":2,"33":1,"35":1}}],["normed",{"2":{"33":6,"2398":3}}],["normaldist",{"2":{"1289":3}}],["normally",{"2":{"26":1,"1807":1,"2648":1}}],["normalization",{"0":{"1473":1,"2118":1},"2":{"0":3,"1455":1,"1456":1,"2111":1,"2118":1}}],["normalize=false",{"2":{"1750":1}}],["normalized",{"2":{"0":2,"70":1,"627":1,"652":1,"660":1,"675":1,"773":1,"1013":1,"1629":1,"1761":1,"2484":2}}],["normalize",{"0":{"773":1,"1013":1,"1761":1},"2":{"0":12,"66":1,"1473":5,"1629":1,"2118":4,"2605":1,"2611":3}}],["normals=m",{"2":{"35":1,"2644":1}}],["normals",{"0":{"2174":1},"2":{"0":9,"35":1,"991":1,"1028":1,"1629":4,"1632":1,"1665":1,"2161":1,"2174":1,"2403":1,"2489":1,"2604":1,"2609":1,"2611":3,"2613":1,"2644":1}}],["normal",{"2":{"0":27,"12":1,"62":1,"63":4,"78":1,"82":1,"132":1,"147":1,"156":1,"161":1,"162":2,"186":1,"203":1,"580":1,"603":1,"691":2,"799":1,"831":1,"940":1,"969":1,"1106":1,"1236":1,"1241":1,"1242":1,"1249":3,"1324":1,"1360":1,"1458":1,"1497":1,"1527":1,"1586":3,"1616":1,"1629":1,"1791":1,"1806":2,"1831":2,"2061":1,"2231":1,"2290":1,"2331":1,"2384":1,"2537":1,"2590":1,"2604":3,"2605":3,"2643":1}}],["norm",{"2":{"0":10,"45":2,"983":1,"1473":3,"2118":3,"2121":1,"2127":1}}],["node",{"2":{"0":1,"134":1}}],["nodes=boundary",{"2":{"2275":1}}],["nodes",{"2":{"0":1,"60":1,"2275":9,"2301":6}}],["now",{"2":{"0":2,"30":1,"31":2,"48":1,"51":1,"58":1,"59":1,"60":1,"63":1,"68":1,"73":1,"74":1,"75":1,"82":1,"83":1,"106":1,"133":1,"135":1,"142":1,"148":3,"152":1,"155":1,"162":1,"166":1,"167":1,"178":1,"582":1,"583":1,"691":2,"1289":1,"1426":1,"1629":1,"1686":1,"2615":2,"2618":5,"2619":1,"2620":2,"2623":1,"2626":1,"2627":1,"2631":1,"2633":1,"2635":1,"2637":1,"2639":1,"2640":2,"2642":1,"2644":1}}],["nonlinear",{"2":{"763":1}}],["nonzero",{"2":{"47":1}}],["non",{"0":{"137":1,"141":1},"1":{"138":1},"2":{"0":1,"13":1,"76":1,"78":1,"100":1,"136":1,"137":1,"141":1,"152":1,"186":1,"239":1,"248":1,"266":1,"313":1,"2483":1}}],["none",{"2":{"0":6,"16":2,"27":1,"63":5,"1473":2,"1831":2,"2118":2,"2641":1}}],["noshading",{"2":{"0":11,"190":4,"191":8,"752":1,"1016":1,"1049":2,"1533":1,"1628":1,"1653":1,"1687":1,"1797":1,"2158":2,"2180":1,"2424":1,"2511":1,"2543":1,"2605":1,"2613":1,"2614":1}}],["no",{"0":{"88":1},"2":{"0":329,"14":1,"18":2,"27":1,"28":1,"42":1,"43":1,"44":1,"88":1,"98":1,"105":2,"106":3,"107":1,"125":1,"128":1,"129":1,"133":1,"137":1,"139":2,"142":1,"144":3,"149":1,"156":1,"158":1,"186":1,"187":1,"197":1,"208":1,"287":2,"299":1,"334":2,"346":1,"383":1,"576":1,"577":1,"578":1,"580":3,"720":1,"753":1,"939":1,"948":1,"979":1,"990":1,"1009":1,"1016":1,"1021":1,"1033":1,"1044":1,"1049":1,"1054":1,"1062":1,"1063":1,"1064":1,"1068":1,"1071":1,"1072":1,"1074":1,"1082":1,"1083":1,"1085":1,"1087":1,"1091":1,"1093":1,"1097":1,"1098":1,"1099":1,"1100":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1125":1,"1126":1,"1127":1,"1132":1,"1133":1,"1135":1,"1136":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1172":1,"1179":1,"1186":1,"1187":1,"1188":1,"1190":1,"1196":1,"1208":1,"1215":1,"1222":1,"1223":1,"1224":1,"1226":1,"1232":1,"1238":1,"1239":1,"1241":1,"1242":1,"1251":1,"1255":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1269":1,"1270":1,"1271":1,"1272":1,"1279":1,"1280":1,"1318":1,"1329":1,"1330":1,"1331":1,"1332":1,"1334":1,"1335":1,"1338":1,"1339":1,"1340":1,"1370":1,"1381":1,"1390":1,"1398":1,"1409":1,"1420":1,"1421":1,"1424":1,"1428":1,"1451":1,"1460":1,"1463":1,"1466":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1475":1,"1476":1,"1478":1,"1479":1,"1496":1,"1505":1,"1517":1,"1525":1,"1526":1,"1529":1,"1533":1,"1539":1,"1565":1,"1595":1,"1615":1,"1624":1,"1637":1,"1648":1,"1653":1,"1658":1,"1670":1,"1687":1,"1692":1,"1752":1,"1767":1,"1768":1,"1769":1,"1781":1,"1789":1,"1790":1,"1793":1,"1797":1,"1803":1,"1810":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1826":1,"1827":1,"1828":1,"1835":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1851":1,"1852":1,"1853":1,"1856":1,"1864":1,"1887":1,"1896":1,"1904":1,"1915":1,"1925":1,"1955":1,"1957":1,"1967":1,"1975":1,"1976":1,"1981":1,"1982":1,"1983":1,"1985":1,"1993":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1,"2024":1,"2025":1,"2033":1,"2034":1,"2040":1,"2071":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2088":1,"2089":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2114":1,"2115":1,"2116":1,"2117":1,"2125":1,"2126":1,"2131":1,"2134":1,"2140":1,"2141":1,"2142":1,"2143":1,"2145":1,"2146":1,"2150":1,"2153":1,"2154":1,"2180":1,"2185":1,"2233":1,"2263":1,"2266":1,"2270":1,"2271":1,"2272":1,"2281":1,"2282":1,"2283":1,"2292":1,"2296":1,"2301":1,"2314":1,"2315":1,"2320":1,"2334":1,"2335":1,"2336":1,"2337":1,"2340":1,"2341":1,"2348":1,"2349":1,"2350":1,"2352":1,"2353":1,"2361":1,"2362":1,"2363":1,"2383":1,"2392":1,"2424":1,"2429":1,"2436":1,"2437":1,"2455":1,"2459":1,"2474":1,"2481":1,"2511":1,"2516":1,"2527":1,"2535":1,"2536":1,"2539":1,"2543":1,"2549":1,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1,"2589":1,"2598":1,"2615":3,"2619":1,"2626":1,"2644":1}}],["noto",{"2":{"94":2}}],["notice",{"2":{"184":1}}],["notify",{"2":{"34":2,"80":5,"81":4,"82":5,"132":1,"196":2,"491":1,"704":2}}],["noting",{"2":{"0":1}}],["notation",{"2":{"8":1,"132":1}}],["notations",{"2":{"0":1}}],["notchmin",{"0":{"1274":1},"2":{"0":1}}],["notchmax",{"0":{"1273":1},"2":{"0":1}}],["notched",{"2":{"0":1,"1258":1}}],["notch",{"0":{"1130":1,"1278":1},"2":{"0":8,"1105":2,"1123":1,"1130":1,"1259":1,"1273":1,"1274":1,"1275":1,"1278":1}}],["notchwidth",{"0":{"1123":1,"1275":1},"2":{"0":2}}],["notes",{"0":{"755":1},"1":{"756":1,"757":1,"758":1}}],["notebooks",{"2":{"58":3,"106":2}}],["notebook",{"2":{"0":1,"48":1,"62":1,"106":1}}],["note",{"2":{"0":65,"16":1,"22":1,"27":1,"31":6,"37":1,"44":1,"45":1,"56":1,"62":1,"63":1,"68":1,"69":1,"73":1,"77":1,"83":1,"102":1,"107":1,"132":2,"133":1,"143":1,"148":1,"155":1,"157":1,"162":1,"167":1,"191":1,"207":1,"217":1,"222":1,"578":1,"751":1,"752":1,"754":1,"757":1,"763":1,"775":1,"811":1,"947":1,"978":1,"1016":1,"1020":1,"1049":1,"1053":1,"1096":1,"1105":1,"1107":2,"1195":1,"1231":1,"1248":1,"1254":1,"1317":1,"1328":1,"1368":1,"1397":1,"1405":1,"1424":2,"1426":1,"1450":1,"1457":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1653":1,"1657":1,"1687":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1915":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2180":1,"2184":1,"2228":1,"2260":1,"2275":2,"2295":1,"2321":1,"2325":1,"2332":2,"2360":1,"2391":1,"2424":1,"2428":1,"2454":1,"2478":1,"2481":1,"2484":1,"2486":1,"2511":1,"2515":1,"2545":1,"2597":1,"2601":1,"2604":2,"2605":1,"2626":1,"2633":1,"2644":2}}],["nothing",{"2":{"0":121,"16":2,"22":3,"31":1,"34":1,"35":1,"44":1,"56":3,"76":2,"81":1,"125":1,"128":3,"150":1,"184":2,"212":1,"222":4,"223":2,"227":1,"228":1,"231":1,"234":17,"259":1,"263":1,"274":1,"310":1,"321":1,"360":1,"361":1,"369":1,"376":1,"377":1,"378":1,"381":1,"382":7,"397":1,"522":1,"527":1,"537":1,"538":1,"627":2,"632":1,"694":1,"695":1,"696":1,"698":1,"703":1,"704":2,"723":1,"730":1,"751":1,"766":1,"767":1,"772":1,"780":1,"783":1,"785":1,"804":1,"814":1,"817":2,"819":1,"842":1,"890":1,"896":1,"898":1,"899":1,"940":2,"969":2,"1006":1,"1010":1,"1044":1,"1045":1,"1061":1,"1167":2,"1180":2,"1187":1,"1203":2,"1216":2,"1223":1,"1241":2,"1242":2,"1335":1,"1360":2,"1409":1,"1413":1,"1423":2,"1460":1,"1477":1,"1497":2,"1527":2,"1586":2,"1616":2,"1648":1,"1649":1,"1682":1,"1791":2,"1817":1,"1842":1,"1856":1,"1862":1,"1932":1,"1977":1,"1996":1,"2004":1,"2008":1,"2010":1,"2012":1,"2014":1,"2015":1,"2061":2,"2098":1,"2107":1,"2119":1,"2142":1,"2162":1,"2176":1,"2255":1,"2281":1,"2282":2,"2283":2,"2384":2,"2420":1,"2490":1,"2507":1,"2518":1,"2537":2,"2590":2,"2644":1}}],["not",{"0":{"29":1,"98":1},"2":{"0":103,"8":1,"11":1,"12":1,"22":3,"23":3,"27":2,"28":1,"29":2,"30":2,"31":1,"35":1,"37":1,"44":1,"53":1,"58":1,"68":1,"70":1,"74":1,"76":3,"78":1,"80":1,"88":4,"98":3,"102":2,"104":2,"106":1,"110":1,"111":3,"122":1,"128":4,"129":1,"132":1,"133":1,"135":1,"142":1,"148":1,"149":1,"152":1,"157":1,"161":1,"162":5,"165":2,"166":1,"167":1,"180":1,"184":1,"186":1,"190":1,"191":1,"195":1,"200":1,"222":1,"234":1,"287":1,"334":1,"373":1,"384":1,"396":3,"516":1,"575":1,"577":2,"582":1,"590":1,"593":1,"624":1,"669":1,"691":1,"718":1,"723":1,"752":3,"754":2,"763":1,"764":1,"773":1,"850":1,"853":1,"874":1,"910":1,"950":1,"981":1,"1006":1,"1016":1,"1023":1,"1049":1,"1056":1,"1102":1,"1105":3,"1198":1,"1234":1,"1257":1,"1282":1,"1320":1,"1372":1,"1400":1,"1408":1,"1424":1,"1426":1,"1453":1,"1473":4,"1507":1,"1541":1,"1567":1,"1597":1,"1626":1,"1653":1,"1660":1,"1687":1,"1694":1,"1772":1,"1805":1,"1809":1,"1830":1,"1834":1,"1855":1,"1860":1,"1862":1,"1873":1,"1874":1,"1906":1,"1914":1,"1915":1,"1917":1,"1958":1,"1995":1,"2042":1,"2073":1,"2109":1,"2118":4,"2156":1,"2180":1,"2187":1,"2189":1,"2235":1,"2269":1,"2299":1,"2365":1,"2394":1,"2424":1,"2431":1,"2457":1,"2459":1,"2462":1,"2483":1,"2504":1,"2511":1,"2519":1,"2551":1,"2600":1,"2602":1,"2604":2,"2605":1,"2615":8,"2618":1,"2624":1,"2625":1,"2626":2,"2629":1,"2637":1,"2638":1,"2642":1,"2644":1,"2648":1,"2654":1}}],["icefire",{"2":{"2661":1}}],["ice",{"2":{"2655":1}}],["i2",{"2":{"2158":6}}],["i+3",{"2":{"1323":1}}],["i+2",{"2":{"1142":1}}],["i+1",{"2":{"0":1,"1285":1,"1424":1,"2609":2}}],["ijulia",{"0":{"51":1,"62":1},"1":{"63":1},"2":{"31":1,"51":1,"57":1,"58":1,"62":2}}],["ip",{"2":{"28":1}}],["illuminate",{"2":{"0":1,"2174":1}}],["illuminates",{"2":{"0":1}}],["ids",{"2":{"0":1,"2482":2,"2483":1,"2484":1,"2518":1}}],["id",{"2":{"0":3,"1287":1,"1289":1,"2482":2,"2483":1,"2484":1,"2485":1,"2490":3}}],["idx",{"2":{"0":2,"59":4,"80":4,"81":4,"82":4,"152":18,"2484":2,"2486":1}}],["ide",{"2":{"2619":1}}],["ides",{"2":{"106":2}}],["idea",{"2":{"105":2}}],["ideal=automatic",{"2":{"75":1}}],["ideal",{"2":{"0":5}}],["ideally",{"2":{"0":2}}],["identifying",{"2":{"152":1}}],["identifies",{"2":{"0":1}}],["identity",{"2":{"0":86,"132":1,"287":3,"334":3,"548":1,"930":2,"958":2,"995":2,"1032":2,"1067":2,"1112":1,"1170":2,"1206":2,"1239":1,"1264":1,"1298":2,"1307":1,"1314":1,"1331":1,"1349":2,"1380":2,"1407":1,"1416":2,"1436":2,"1487":2,"1516":2,"1550":2,"1575":2,"1606":2,"1636":2,"1669":2,"1780":2,"1831":3,"1832":1,"1886":2,"1928":2,"1966":2,"2022":2,"2050":2,"2080":1,"2130":2,"2165":2,"2204":2,"2279":1,"2374":2,"2406":2,"2440":2,"2466":2,"2493":2,"2526":2,"2580":2,"2642":1}}],["irrespective",{"2":{"287":1,"334":1}}],["irregularly",{"2":{"0":1,"1424":1,"1426":1}}],["irregular",{"2":{"0":2,"19":1,"1248":1,"1426":1,"2157":1}}],["irrelevant",{"2":{"0":1,"45":1}}],["iqr",{"2":{"0":3,"1104":2,"1128":1}}],["ignores",{"2":{"212":1}}],["ignore",{"2":{"0":7,"47":1,"82":1,"100":1,"150":1,"190":1,"1010":1,"1045":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1}}],["ignored",{"2":{"0":1,"31":1,"157":1,"577":1,"1405":1,"2483":1}}],["ignoring",{"2":{"0":43,"68":1,"945":1,"975":1,"1014":1,"1048":1,"1094":1,"1193":1,"1229":1,"1252":1,"1313":1,"1366":1,"1395":1,"1448":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2224":1,"2257":1,"2293":1,"2355":1,"2389":1,"2423":1,"2452":1,"2510":1,"2542":1,"2595":1}}],["iobuffer",{"2":{"36":2}}],["ior=input",{"2":{"34":2}}],["ior",{"2":{"33":1}}],["io",{"2":{"0":14,"31":1,"33":1,"36":1,"64":4,"75":3,"85":2,"168":6}}],["imola50",{"2":{"2656":1}}],["imola25",{"2":{"2656":1}}],["imola100",{"2":{"2656":1}}],["imola10",{"2":{"2656":1}}],["imola",{"2":{"2656":1}}],["imagine",{"2":{"2625":1}}],["imaginary",{"2":{"2619":1}}],["imag",{"2":{"2459":1}}],["imagelike",{"2":{"145":1}}],["imageshow",{"2":{"33":1}}],["images",{"0":{"91":1},"2":{"0":1,"30":1,"105":1,"106":8,"107":2,"111":2,"196":1,"222":1,"2623":1}}],["imagestorageformat",{"2":{"0":1}}],["imagepattern",{"2":{"0":1}}],["image",{"0":{"1544":1,"1716":1},"1":{"1545":1,"1546":1,"1547":1,"1548":1,"1549":1,"1550":1,"1551":1,"1552":1,"1553":1,"1554":1,"1555":1,"1556":1,"1557":1,"1558":1,"1559":1,"1560":1,"1561":1,"1562":1,"1563":1,"1564":1,"1565":1,"1566":1,"1567":1},"2":{"0":27,"16":1,"19":3,"31":2,"32":2,"82":2,"87":1,"91":1,"105":3,"106":10,"107":4,"152":1,"157":1,"189":1,"195":1,"222":2,"752":2,"1284":2,"1287":1,"1295":1,"1306":1,"1424":2,"1544":8,"1545":4,"1629":2,"1912":1,"2484":1,"2490":1,"2619":2,"2640":2}}],["immediately",{"2":{"133":1,"135":1}}],["img",{"2":{"36":2,"63":1,"106":1,"132":2,"222":2,"1545":6}}],["im",{"2":{"12":1,"1427":1,"2459":1}}],["impossible",{"2":{"2615":2}}],["important",{"2":{"0":1,"31":1,"80":1,"100":1,"383":1,"1430":1,"2486":1,"2620":1}}],["import",{"2":{"0":1,"13":1,"149":1,"163":1,"164":2,"166":1,"167":1,"168":1}}],["improve",{"2":{"0":1,"161":1,"1931":1,"2632":1}}],["impl",{"2":{"0":1,"2121":1}}],["implementing",{"2":{"83":1}}],["implement",{"2":{"13":1,"81":1,"82":4,"147":1,"152":2,"162":1,"754":1}}],["implemented",{"2":{"0":4,"22":1,"48":1,"68":1,"102":1,"152":1,"754":2,"1282":1,"1290":1,"2194":1,"2603":1,"2644":1}}],["implementations",{"2":{"1912":1}}],["implementation",{"2":{"0":3,"48":1,"76":1,"111":1,"149":1,"152":1,"155":1,"752":1,"1282":1,"2121":2}}],["implements",{"2":{"0":3,"152":1,"191":1,"754":1,"2601":1,"2603":4}}],["implicitly",{"2":{"100":1,"102":1,"2620":1,"2626":1}}],["implicit",{"2":{"0":2}}],["i",{"0":{"718":1},"2":{"0":84,"12":8,"22":1,"32":3,"33":5,"36":3,"42":1,"45":2,"66":3,"67":1,"79":1,"80":2,"81":2,"82":5,"85":1,"90":1,"92":3,"98":3,"102":2,"147":1,"151":2,"152":2,"163":1,"166":1,"168":11,"169":8,"178":2,"186":1,"187":3,"194":1,"196":1,"204":4,"206":3,"239":3,"248":3,"266":3,"287":2,"313":3,"334":2,"374":2,"379":2,"383":2,"396":4,"491":5,"578":2,"579":2,"580":2,"582":3,"584":2,"625":2,"626":3,"721":1,"748":1,"750":1,"932":1,"939":1,"951":1,"952":18,"960":1,"996":1,"1034":1,"1058":7,"1069":1,"1142":5,"1171":1,"1207":1,"1240":1,"1285":4,"1299":1,"1322":4,"1323":2,"1351":1,"1382":1,"1404":6,"1405":4,"1406":2,"1409":2,"1424":4,"1427":3,"1437":1,"1457":1,"1489":1,"1496":1,"1518":1,"1551":1,"1577":1,"1584":2,"1585":6,"1586":6,"1608":1,"1615":1,"1628":1,"1638":1,"1671":1,"1753":1,"1774":6,"1782":1,"1806":1,"1811":1,"1831":1,"1836":1,"1888":1,"1913":2,"1919":2,"1930":1,"1968":1,"1998":1,"1999":1,"2023":1,"2052":1,"2082":1,"2132":1,"2158":7,"2166":1,"2190":4,"2196":3,"2205":1,"2243":1,"2275":7,"2280":1,"2330":5,"2339":1,"2376":1,"2383":1,"2407":1,"2433":2,"2441":1,"2483":1,"2485":1,"2486":1,"2490":1,"2494":1,"2504":2,"2528":1,"2582":1,"2589":1,"2604":1,"2609":3,"2615":2,"2624":4,"2633":1,"2635":3,"2638":1,"2640":2}}],["ifelse",{"2":{"2330":1}}],["if",{"2":{"0":211,"2":1,"10":1,"12":1,"15":1,"16":1,"18":1,"19":4,"22":7,"23":1,"24":1,"26":1,"27":5,"29":2,"30":1,"31":4,"32":1,"35":1,"37":2,"39":1,"45":5,"51":1,"53":1,"55":1,"56":1,"62":2,"64":1,"67":1,"69":1,"70":1,"74":1,"75":1,"76":2,"77":1,"79":2,"80":7,"81":4,"82":13,"83":7,"88":3,"94":1,"96":3,"97":2,"98":2,"102":1,"104":2,"105":6,"106":7,"107":3,"109":2,"111":1,"116":1,"118":4,"120":1,"123":1,"125":1,"126":2,"128":2,"129":1,"131":1,"132":2,"133":2,"134":1,"135":4,"139":2,"141":1,"142":3,"143":1,"144":3,"145":1,"147":2,"148":1,"150":1,"152":8,"157":2,"161":1,"163":1,"164":2,"166":1,"167":1,"180":1,"181":1,"186":2,"190":4,"191":1,"192":1,"198":1,"199":1,"200":1,"205":1,"206":2,"210":1,"211":1,"212":2,"213":1,"217":3,"218":2,"222":1,"223":2,"226":1,"229":1,"233":1,"237":1,"245":1,"246":1,"247":1,"255":1,"257":1,"264":1,"272":1,"275":1,"281":1,"285":1,"286":1,"287":1,"290":1,"298":1,"299":1,"301":1,"302":1,"304":1,"311":1,"319":1,"322":1,"328":1,"332":1,"333":1,"334":1,"337":1,"345":1,"346":1,"348":1,"349":1,"351":1,"363":1,"365":1,"366":1,"368":1,"383":1,"384":1,"386":1,"387":1,"394":1,"396":1,"400":1,"409":1,"410":1,"414":1,"422":1,"425":1,"428":1,"430":1,"433":1,"442":1,"443":1,"447":1,"455":1,"458":1,"461":1,"464":1,"473":1,"474":1,"478":1,"486":1,"489":1,"511":1,"512":1,"515":2,"520":1,"523":1,"524":2,"534":1,"536":1,"543":1,"547":1,"549":1,"551":1,"552":1,"563":1,"566":1,"569":1,"571":1,"575":1,"576":1,"577":4,"578":2,"582":4,"583":2,"585":4,"593":1,"597":1,"599":1,"600":1,"603":1,"615":1,"616":1,"619":1,"624":1,"625":2,"626":1,"627":1,"635":1,"664":1,"669":1,"679":1,"680":1,"688":1,"691":1,"700":1,"701":1,"720":2,"725":1,"726":1,"754":2,"756":1,"757":1,"773":1,"777":1,"781":1,"786":1,"798":1,"807":1,"808":1,"810":1,"815":1,"820":1,"830":1,"840":1,"844":1,"853":1,"856":1,"858":1,"859":1,"868":1,"869":1,"871":1,"874":3,"889":1,"891":1,"897":1,"900":1,"901":1,"905":2,"910":1,"919":1,"920":1,"945":1,"967":1,"975":1,"982":3,"985":1,"987":1,"989":1,"1005":1,"1013":1,"1014":1,"1015":1,"1048":1,"1094":1,"1103":1,"1105":2,"1163":1,"1167":1,"1180":1,"1183":1,"1193":1,"1203":1,"1216":1,"1219":1,"1229":1,"1241":1,"1242":1,"1248":2,"1252":1,"1282":3,"1290":1,"1295":1,"1306":1,"1313":1,"1323":1,"1326":1,"1327":1,"1328":1,"1342":1,"1358":1,"1366":1,"1373":1,"1395":1,"1405":1,"1412":2,"1413":2,"1422":1,"1424":2,"1426":1,"1448":1,"1473":1,"1502":1,"1532":1,"1562":1,"1584":1,"1592":1,"1621":1,"1652":1,"1685":1,"1755":1,"1761":1,"1763":1,"1796":1,"1807":1,"1809":1,"1823":1,"1831":2,"1832":1,"1834":1,"1848":1,"1856":2,"1868":1,"1879":1,"1901":1,"1911":2,"1914":1,"1915":1,"1916":1,"1917":1,"1925":1,"1948":1,"1954":1,"1988":1,"1996":1,"2016":1,"2037":1,"2059":1,"2067":1,"2092":1,"2118":1,"2149":1,"2158":1,"2162":1,"2179":1,"2201":1,"2224":1,"2232":1,"2236":1,"2257":1,"2262":1,"2282":3,"2283":3,"2290":1,"2293":1,"2355":1,"2389":1,"2423":1,"2452":1,"2462":1,"2463":1,"2485":1,"2495":2,"2510":1,"2542":1,"2555":2,"2595":1,"2611":2,"2615":7,"2617":1,"2618":1,"2619":2,"2625":1,"2626":2,"2633":1,"2638":1,"2640":1,"2641":2,"2644":4,"2649":2}}],["ith",{"2":{"147":1}}],["itr",{"2":{"0":1}}],["italic",{"2":{"0":6,"110":5,"628":4,"2196":1,"2197":5,"2207":1}}],["iteratively",{"2":{"582":1}}],["iterations=200",{"2":{"35":1,"2644":1}}],["iterations=32",{"2":{"33":1}}],["iterations=400",{"2":{"32":1}}],["iterations=100",{"2":{"36":1}}],["iterations=10",{"2":{"31":2}}],["iterations",{"2":{"31":5,"162":1}}],["iteration",{"2":{"0":3,"1282":2}}],["iterate",{"2":{"59":1,"2644":1}}],["iterates",{"2":{"0":1}}],["iterators",{"2":{"36":1,"625":1,"2192":1}}],["iterator",{"2":{"8":4}}],["iterable",{"2":{"0":4,"8":1,"720":1,"1461":1,"2091":1,"2113":1}}],["iter",{"2":{"0":4}}],["items=",{"2":{"63":1}}],["items",{"2":{"63":7}}],["item",{"2":{"0":1,"718":1,"723":1}}],["it",{"2":{"0":82,"7":1,"11":1,"13":2,"14":1,"15":1,"17":1,"18":2,"20":1,"21":1,"22":3,"24":1,"26":1,"27":1,"28":1,"30":3,"31":6,"37":1,"39":2,"44":1,"58":5,"60":8,"61":1,"64":1,"68":1,"69":2,"73":1,"74":3,"75":3,"76":2,"78":3,"79":5,"80":2,"82":5,"83":1,"85":1,"88":2,"96":1,"97":2,"98":3,"99":1,"104":6,"105":5,"106":4,"107":5,"110":1,"113":1,"119":1,"120":1,"123":2,"124":1,"126":1,"128":2,"129":1,"131":1,"132":1,"134":2,"135":5,"136":1,"137":3,"140":1,"141":1,"142":5,"143":1,"145":2,"147":2,"148":7,"150":1,"151":1,"152":6,"153":1,"155":1,"156":3,"157":1,"158":1,"159":1,"161":4,"162":1,"165":1,"166":1,"178":1,"179":1,"180":1,"181":1,"190":4,"191":1,"195":1,"196":1,"197":2,"205":1,"206":2,"207":1,"214":1,"216":2,"217":2,"218":1,"234":1,"383":2,"515":1,"516":1,"549":1,"577":5,"578":3,"583":2,"585":1,"589":1,"590":1,"624":1,"625":1,"626":2,"669":1,"691":3,"748":1,"752":4,"753":1,"756":1,"810":1,"844":1,"849":1,"850":1,"874":1,"982":1,"990":1,"1180":1,"1216":1,"1236":1,"1258":1,"1284":1,"1288":1,"1290":1,"1314":1,"1315":1,"1424":1,"1427":1,"1428":1,"1429":1,"1430":3,"1461":1,"1473":1,"1773":3,"1911":1,"1914":4,"1917":2,"1918":1,"1944":1,"2091":3,"2113":1,"2118":1,"2158":1,"2162":1,"2189":2,"2194":1,"2236":1,"2275":2,"2276":1,"2282":3,"2283":3,"2289":1,"2290":1,"2459":1,"2462":1,"2481":1,"2555":1,"2601":2,"2604":5,"2605":1,"2615":17,"2618":3,"2619":3,"2623":1,"2626":2,"2628":1,"2638":2,"2640":3,"2642":1,"2643":1,"2644":2,"2647":1,"2649":1}}],["itself",{"2":{"0":3,"37":1,"100":1,"107":1,"109":1,"148":2,"155":1,"162":1,"206":1,"1954":1,"2189":1,"2194":1,"2232":1,"2615":2}}],["its",{"2":{"0":16,"8":1,"14":1,"18":1,"23":2,"37":2,"45":1,"69":2,"96":1,"97":2,"98":1,"100":1,"123":1,"124":1,"125":1,"126":2,"129":1,"131":1,"135":2,"148":1,"150":2,"155":2,"157":2,"158":1,"183":1,"184":1,"189":1,"200":1,"221":1,"230":1,"258":1,"356":1,"359":1,"367":1,"372":1,"380":1,"395":1,"493":1,"502":1,"513":1,"518":1,"525":1,"570":1,"575":1,"577":3,"579":1,"587":1,"591":1,"601":1,"605":1,"609":1,"618":1,"630":1,"640":1,"655":1,"683":1,"689":1,"693":1,"697":1,"702":1,"707":1,"716":1,"729":1,"752":1,"754":1,"760":1,"771":1,"841":1,"847":1,"851":1,"860":1,"865":1,"866":1,"870":1,"876":1,"894":1,"906":1,"911":1,"916":1,"922":1,"924":1,"1288":1,"1405":1,"1915":1,"1917":1,"1944":2,"2189":1,"2193":1,"2217":1,"2251":1,"2485":1,"2603":1,"2604":1,"2605":1,"2615":3,"2618":1,"2629":1,"2632":2,"2644":2}}],["inward",{"2":{"2632":1}}],["inbounds",{"2":{"1285":1}}],["inherent",{"2":{"107":1}}],["inherited",{"2":{"624":1,"691":1,"2644":1}}],["inherits",{"2":{"156":1}}],["inherit",{"2":{"0":240,"145":1,"240":1,"244":1,"250":1,"254":1,"267":1,"271":1,"292":1,"296":1,"314":1,"318":1,"339":1,"343":1,"390":1,"393":1,"404":1,"408":1,"418":1,"421":1,"437":1,"441":1,"451":1,"454":1,"468":1,"472":1,"482":1,"485":1,"501":1,"505":1,"521":1,"529":1,"533":1,"557":1,"561":1,"606":1,"608":1,"643":1,"647":1,"681":1,"686":1,"715":1,"762":1,"779":1,"780":1,"781":1,"782":1,"784":1,"785":1,"786":1,"787":1,"791":2,"792":2,"795":1,"798":1,"813":1,"814":1,"815":1,"816":1,"818":1,"819":1,"820":1,"821":1,"824":2,"825":2,"827":1,"830":1,"836":2,"837":2,"838":2,"839":2,"840":1,"893":1,"902":1,"927":1,"928":1,"939":1,"941":1,"955":1,"956":1,"967":1,"968":1,"970":1,"972":1,"993":1,"1029":1,"1030":1,"1062":1,"1065":1,"1083":1,"1084":1,"1088":1,"1098":1,"1099":1,"1109":1,"1110":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1126":1,"1127":1,"1132":1,"1133":1,"1135":1,"1136":1,"1146":1,"1147":1,"1148":1,"1149":1,"1151":1,"1153":1,"1154":1,"1160":1,"1168":1,"1179":1,"1181":1,"1186":1,"1190":1,"1204":1,"1215":1,"1217":1,"1222":1,"1226":1,"1238":1,"1261":1,"1262":1,"1269":1,"1271":1,"1279":1,"1280":1,"1296":1,"1328":1,"1329":1,"1334":1,"1339":1,"1340":1,"1346":1,"1347":1,"1358":1,"1359":1,"1361":1,"1363":1,"1377":1,"1378":1,"1390":1,"1391":1,"1414":1,"1434":1,"1462":1,"1468":1,"1469":1,"1478":1,"1479":1,"1484":1,"1485":1,"1496":1,"1498":1,"1513":1,"1514":1,"1525":1,"1526":1,"1529":1,"1536":1,"1537":1,"1538":1,"1572":1,"1573":1,"1584":1,"1585":1,"1587":1,"1589":1,"1603":1,"1604":1,"1615":1,"1617":1,"1633":1,"1634":1,"1666":1,"1667":1,"1777":1,"1778":1,"1789":1,"1790":1,"1793":1,"1800":1,"1801":1,"1802":1,"1809":1,"1818":1,"1819":1,"1821":1,"1826":1,"1827":1,"1834":1,"1843":1,"1844":1,"1846":1,"1851":1,"1852":1,"1863":1,"1883":1,"1884":1,"1896":1,"1897":1,"1925":1,"1926":1,"1942":1,"1944":1,"1952":1,"1953":1,"1963":1,"1964":1,"1975":1,"1976":1,"1978":1,"1980":1,"1984":1,"1985":1,"1991":1,"1992":1,"2003":1,"2005":1,"2011":1,"2020":1,"2047":1,"2048":1,"2059":1,"2060":1,"2062":1,"2064":1,"2077":1,"2078":1,"2089":1,"2095":1,"2096":1,"2099":1,"2100":1,"2101":1,"2104":1,"2105":1,"2108":1,"2114":1,"2117":1,"2128":1,"2140":1,"2141":1,"2143":1,"2146":1,"2163":1,"2201":1,"2202":1,"2206":1,"2207":1,"2208":1,"2244":1,"2264":1,"2278":1,"2305":1,"2306":1,"2309":1,"2312":1,"2313":1,"2314":1,"2315":1,"2317":1,"2318":1,"2319":1,"2320":1,"2326":1,"2336":1,"2349":1,"2350":1,"2361":1,"2362":1,"2371":1,"2372":1,"2383":1,"2385":1,"2404":1,"2438":1,"2464":1,"2469":1,"2470":1,"2471":1,"2475":1,"2491":1,"2523":1,"2524":1,"2535":1,"2536":1,"2539":1,"2546":1,"2547":1,"2548":1,"2557":1,"2559":1,"2577":1,"2578":1,"2589":1,"2591":1}}],["init",{"2":{"58":3,"59":1,"60":2,"61":1,"63":2,"66":1,"148":1}}],["initiate",{"2":{"82":2}}],["initiated",{"2":{"29":1}}],["initial",{"2":{"0":1}}],["initialize",{"2":{"0":1,"45":1,"60":2}}],["inline",{"0":{"17":1},"2":{"0":1,"17":1,"58":2,"64":2,"66":1,"1284":1,"2640":3}}],["inlining",{"2":{"0":1,"58":1,"1294":1,"2640":1}}],["influenced",{"2":{"234":1}}],["influence",{"2":{"97":1,"98":1}}],["infra",{"2":{"63":1}}],["informative",{"2":{"1856":1}}],["information",{"2":{"0":131,"148":1,"150":2,"290":1,"337":1,"1235":1,"2273":1}}],["info",{"2":{"61":2,"197":1,"2618":1,"2619":1}}],["infers",{"2":{"577":1}}],["inferno",{"2":{"163":1,"167":1,"196":1,"2657":1}}],["infer",{"2":{"0":1,"52":1,"1284":1}}],["inferred",{"2":{"0":2,"577":1}}],["inf",{"2":{"0":8,"1074":1,"1241":1,"1242":1,"1466":1,"1877":2,"2338":2}}],["infinite",{"2":{"0":2,"191":1}}],["involving",{"2":{"219":1}}],["involved",{"2":{"1922":1}}],["involve",{"2":{"218":1}}],["invocation",{"2":{"147":1}}],["inv",{"2":{"46":3}}],["invisible",{"2":{"0":2,"908":1,"1915":1,"2478":1,"2480":1,"2482":1,"2484":1,"2505":1,"2649":1}}],["invertible",{"2":{"68":1,"287":1,"334":1}}],["inverts",{"2":{"0":1,"2174":1}}],["invert",{"0":{"2174":1},"2":{"0":1}}],["inverted",{"2":{"0":7,"991":1,"1028":1,"1632":1,"1665":1,"2161":1,"2403":1,"2489":1,"2604":1}}],["inverse",{"2":{"0":4,"68":2,"287":1,"334":1,"1431":1,"2158":1}}],["invalid",{"0":{"879":1,"884":1},"2":{"0":3,"31":1,"879":1,"1073":1}}],["inner=5",{"2":{"2555":4}}],["inner=emissive",{"2":{"32":1}}],["innertext",{"2":{"60":1}}],["inner",{"0":{"1755":1},"2":{"0":8,"22":1,"122":1,"972":1,"1363":1,"1589":1,"1750":1,"1755":1,"2064":1,"2191":1,"2275":6,"2301":5}}],["inactive",{"0":{"590":1,"710":1,"711":1,"724":1,"850":1,"915":1},"2":{"0":6,"710":1,"711":1,"724":1,"915":1}}],["indistinguishable",{"2":{"194":1}}],["indirectly",{"2":{"145":1}}],["individually",{"2":{"0":3,"83":1,"1681":1,"1686":1,"2463":1}}],["individual",{"2":{"0":4,"90":1,"1856":1,"2325":1,"2473":1,"2486":1,"2554":1}}],["indices",{"2":{"0":9,"82":1,"582":1,"1105":1,"1163":1,"1164":1,"1200":1,"1773":2,"2275":3,"2298":1,"2301":1}}],["indicate",{"2":{"0":1,"76":1,"152":1,"192":1,"2555":1}}],["indicates",{"2":{"0":1,"76":1,"585":1,"910":1}}],["indicators",{"2":{"0":45,"150":2,"152":3,"936":1,"964":1,"1001":1,"1039":1,"1079":1,"1176":1,"1212":1,"1245":1,"1303":1,"1355":1,"1387":1,"1441":1,"1493":1,"1522":1,"1555":1,"1581":1,"1612":1,"1643":1,"1676":1,"1757":1,"1786":1,"1814":1,"1839":1,"1893":1,"1938":1,"1972":1,"2029":1,"2056":1,"2085":1,"2137":1,"2171":1,"2214":1,"2248":1,"2286":1,"2345":1,"2380":1,"2413":1,"2445":1,"2501":1,"2532":1,"2586":1}}],["indicator",{"2":{"0":6,"150":6,"152":12}}],["independant",{"2":{"59":1}}],["independently",{"2":{"24":1,"156":1}}],["independent",{"0":{"191":1},"2":{"0":45,"22":2,"23":2,"25":1,"31":1,"83":1,"106":8,"155":1,"191":1,"575":1,"949":1,"980":1,"1022":1,"1055":1,"1101":1,"1197":1,"1233":1,"1256":1,"1319":1,"1371":1,"1399":1,"1430":1,"1452":1,"1506":1,"1540":1,"1566":1,"1596":1,"1625":1,"1659":1,"1693":1,"1770":1,"1804":1,"1829":1,"1854":1,"1905":1,"1956":1,"1994":1,"2017":1,"2041":1,"2072":1,"2103":1,"2155":1,"2162":1,"2186":1,"2189":1,"2194":1,"2234":1,"2267":1,"2297":1,"2364":1,"2393":1,"2430":1,"2456":1,"2517":1,"2550":1,"2599":1}}],["indexin",{"2":{"1856":14}}],["indexing",{"0":{"582":1},"2":{"101":1,"102":3,"104":2,"132":1,"134":1,"148":1,"2626":1}}],["indexedabsorptionrgba",{"2":{"0":1,"2397":1}}],["indexedabsorption",{"2":{"0":1,"2397":1}}],["index",{"2":{"0":92,"59":7,"61":5,"64":1,"82":6,"102":2,"104":1,"132":1,"140":1,"150":1,"151":3,"152":2,"153":1,"186":1,"582":3,"584":1,"718":1,"937":1,"938":1,"965":1,"966":1,"1002":1,"1003":1,"1040":1,"1041":1,"1080":1,"1081":1,"1177":1,"1178":1,"1213":1,"1214":1,"1246":1,"1247":1,"1304":1,"1305":1,"1356":1,"1357":1,"1388":1,"1389":1,"1442":1,"1443":1,"1494":1,"1495":1,"1523":1,"1524":1,"1556":1,"1557":1,"1582":1,"1583":1,"1613":1,"1614":1,"1644":1,"1645":1,"1677":1,"1678":1,"1758":1,"1759":1,"1787":1,"1788":1,"1815":1,"1816":1,"1840":1,"1841":1,"1894":1,"1895":1,"1939":1,"1940":1,"1973":1,"1974":1,"2030":1,"2031":1,"2057":1,"2058":1,"2086":1,"2087":1,"2138":1,"2139":1,"2172":1,"2173":1,"2215":1,"2216":1,"2249":1,"2250":1,"2275":2,"2287":1,"2288":1,"2346":1,"2347":1,"2381":1,"2382":1,"2414":1,"2415":1,"2446":1,"2447":1,"2482":1,"2483":1,"2485":2,"2486":3,"2502":1,"2503":1,"2533":1,"2534":1,"2587":1,"2588":1}}],["insensitive",{"2":{"109":1}}],["inserts",{"2":{"147":1}}],["insertion",{"2":{"18":1}}],["insert",{"2":{"12":1,"46":1,"58":1}}],["inserted",{"2":{"0":2,"61":1,"63":1,"147":1,"2236":1}}],["inspiration",{"2":{"35":1,"198":1}}],["inspired",{"2":{"3":1}}],["inspected",{"2":{"151":1}}],["inspecting",{"0":{"150":1},"1":{"151":1,"152":1,"153":1}}],["inspection",{"2":{"0":1,"150":2}}],["inspect",{"2":{"60":1}}],["inspectable",{"0":{"935":1,"963":1,"1000":1,"1038":1,"1078":1,"1117":1,"1175":1,"1211":1,"1244":1,"1269":1,"1302":1,"1334":1,"1354":1,"1386":1,"1440":1,"1492":1,"1521":1,"1554":1,"1580":1,"1611":1,"1642":1,"1675":1,"1756":1,"1785":1,"1813":1,"1838":1,"1892":1,"1937":1,"1971":1,"2028":1,"2055":1,"2084":1,"2136":1,"2170":1,"2213":1,"2247":1,"2285":1,"2344":1,"2379":1,"2412":1,"2444":1,"2500":1,"2531":1,"2585":1},"2":{"0":51,"150":2,"152":1,"1117":1,"1269":1,"1334":1}}],["inspector",{"0":{"936":1,"937":1,"938":1,"964":1,"965":1,"966":1,"1001":1,"1002":1,"1003":1,"1039":1,"1040":1,"1041":1,"1079":1,"1080":1,"1081":1,"1176":1,"1177":1,"1178":1,"1212":1,"1213":1,"1214":1,"1245":1,"1246":1,"1247":1,"1303":1,"1304":1,"1305":1,"1355":1,"1356":1,"1357":1,"1387":1,"1388":1,"1389":1,"1441":1,"1442":1,"1443":1,"1493":1,"1494":1,"1495":1,"1522":1,"1523":1,"1524":1,"1555":1,"1556":1,"1557":1,"1581":1,"1582":1,"1583":1,"1612":1,"1613":1,"1614":1,"1643":1,"1644":1,"1645":1,"1676":1,"1677":1,"1678":1,"1757":1,"1758":1,"1759":1,"1786":1,"1787":1,"1788":1,"1814":1,"1815":1,"1816":1,"1839":1,"1840":1,"1841":1,"1893":1,"1894":1,"1895":1,"1938":1,"1939":1,"1940":1,"1972":1,"1973":1,"1974":1,"2029":1,"2030":1,"2031":1,"2056":1,"2057":1,"2058":1,"2085":1,"2086":1,"2087":1,"2137":1,"2138":1,"2139":1,"2171":1,"2172":1,"2173":1,"2214":1,"2215":1,"2216":1,"2248":1,"2249":1,"2250":1,"2286":1,"2287":1,"2288":1,"2345":1,"2346":1,"2347":1,"2380":1,"2381":1,"2382":1,"2413":1,"2414":1,"2415":1,"2445":1,"2446":1,"2447":1,"2501":1,"2502":1,"2503":1,"2532":1,"2533":1,"2534":1,"2586":1,"2587":1,"2588":1},"2":{"0":219,"150":5,"151":2,"152":23,"153":4,"936":1,"937":1,"964":1,"965":1,"1001":1,"1002":1,"1039":1,"1040":1,"1079":1,"1080":1,"1176":1,"1177":1,"1212":1,"1213":1,"1245":1,"1246":1,"1303":1,"1304":1,"1355":1,"1356":1,"1387":1,"1388":1,"1441":1,"1442":1,"1493":1,"1494":1,"1522":1,"1523":1,"1555":1,"1556":1,"1581":1,"1582":1,"1612":1,"1613":1,"1643":1,"1644":1,"1676":1,"1677":1,"1757":1,"1758":1,"1786":1,"1787":1,"1814":1,"1815":1,"1839":1,"1840":1,"1893":1,"1894":1,"1938":1,"1939":1,"1972":1,"1973":1,"2029":1,"2030":1,"2056":1,"2057":1,"2085":1,"2086":1,"2137":1,"2138":1,"2171":1,"2172":1,"2214":1,"2215":1,"2248":1,"2249":1,"2286":1,"2287":1,"2345":1,"2346":1,"2380":1,"2381":1,"2413":1,"2414":1,"2445":1,"2446":1,"2501":1,"2502":1,"2532":1,"2533":1,"2586":1,"2587":1}}],["instantiate",{"2":{"162":1}}],["instances",{"2":{"52":1}}],["installation",{"0":{"87":1,"197":1,"2618":1},"1":{"88":1},"2":{"2617":1}}],["installed",{"2":{"27":1,"116":1,"2617":1,"2619":1}}],["install",{"2":{"2":1,"13":1,"27":1,"28":5,"116":1,"197":2,"2618":2}}],["instead",{"0":{"1427":1},"2":{"0":9,"8":1,"11":1,"26":1,"39":1,"45":1,"82":1,"94":1,"102":1,"104":2,"106":1,"107":1,"135":1,"143":1,"146":1,"147":1,"162":2,"185":1,"186":1,"191":1,"290":1,"337":1,"385":1,"572":1,"582":1,"632":1,"845":1,"985":1,"1373":1,"1430":1,"1569":1,"1600":1,"1922":1,"2189":1,"2225":1,"2273":1,"2485":2,"2604":1,"2637":1,"2640":2}}],["inside",{"0":{"626":1},"2":{"0":7,"37":1,"59":1,"60":1,"123":2,"134":1,"148":2,"162":1,"164":1,"166":1,"221":1,"287":1,"334":1,"356":1,"372":1,"493":1,"518":1,"579":3,"580":6,"587":1,"605":1,"630":1,"693":1,"707":1,"760":1,"847":1,"865":1,"876":1,"911":1,"1916":2,"1917":1,"2275":1}}],["incoming",{"2":{"2604":3}}],["incorrectly",{"2":{"752":1}}],["inches",{"2":{"107":3}}],["inch",{"2":{"105":1,"107":4}}],["incrementally",{"2":{"0":2}}],["increasing",{"2":{"0":2,"45":1,"71":1,"107":2,"374":1,"384":1,"2601":1}}],["increase",{"2":{"0":1,"45":1,"106":1,"107":2,"200":1,"669":1,"2604":1,"2638":1}}],["increases",{"2":{"0":2,"135":1,"1917":1}}],["including",{"2":{"0":4,"6":1,"576":1,"1282":1}}],["included",{"2":{"0":1,"2325":1}}],["includes",{"2":{"0":2}}],["include",{"2":{"0":13,"22":1,"45":3,"71":1,"752":1,"761":1,"1236":1,"1248":1,"1627":1,"2189":1,"2190":1,"2276":1,"2604":1,"2613":1}}],["intslider",{"2":{"585":1}}],["introducing",{"2":{"2615":1}}],["introduced",{"2":{"2648":1}}],["introduces",{"2":{"162":1}}],["introduce",{"2":{"161":1}}],["introduction",{"0":{"2646":1},"2":{"155":1}}],["intact",{"2":{"0":1,"105":1,"212":1,"578":1,"1917":1,"2637":1}}],["int64",{"2":{"0":1,"2641":1}}],["intel",{"2":{"27":1,"30":1}}],["integration",{"2":{"48":1,"74":1,"118":1}}],["integrated",{"2":{"26":1,"27":1,"88":1}}],["integers",{"2":{"0":1,"164":1,"1404":1,"2275":2}}],["integer",{"2":{"0":6,"42":1,"75":1,"1114":1,"1404":1,"1865":1,"2478":1,"2486":1}}],["intend",{"2":{"131":1}}],["intended",{"2":{"0":1,"107":1,"135":1}}],["intensity",{"2":{"0":3,"34":1,"169":1,"2398":1,"2605":1}}],["internet",{"2":{"2617":1,"2618":1}}],["internal",{"0":{"2482":1},"2":{"0":1,"37":1,"66":4,"69":1,"162":1,"186":1,"890":1,"2478":1,"2485":1}}],["internally",{"2":{"0":3,"158":1,"1289":1,"1912":1,"2478":1,"2482":1,"2486":1,"2644":1}}],["interested",{"2":{"218":1}}],["interesting",{"2":{"132":1,"198":1,"1288":1}}],["intermediate",{"2":{"116":1}}],["interchangeably",{"2":{"107":1}}],["intercept",{"2":{"0":1,"924":1}}],["intercepts",{"2":{"0":2,"924":2}}],["interfere",{"2":{"80":1}}],["interfaces",{"2":{"76":1}}],["interface",{"2":{"0":1,"29":1,"59":2,"60":1,"72":1,"754":1,"2275":1,"2618":1}}],["interacts",{"2":{"2604":1}}],["interacted",{"2":{"590":1,"850":1}}],["interact",{"2":{"60":1,"128":1,"2644":1}}],["interacting",{"2":{"58":1,"85":1}}],["interactivity",{"0":{"754":1},"2":{"58":1,"60":1,"62":1}}],["interactively",{"2":{"0":3,"31":2,"34":2,"80":1,"130":1,"131":1,"148":1,"168":1,"234":1,"583":1}}],["interactive",{"0":{"84":1,"168":1},"2":{"0":1,"13":3,"24":1,"31":1,"34":2,"57":1,"58":1,"77":1,"84":1,"106":1,"118":1,"130":2,"162":2,"168":1,"197":1,"284":1,"306":1,"331":1,"353":1,"801":1,"833":1,"908":1}}],["interactions",{"0":{"85":1,"214":1,"215":1,"216":1},"1":{"215":1,"216":1,"217":1,"218":1,"219":1},"2":{"0":1,"77":1,"80":1,"81":1,"82":4,"83":1,"209":1,"215":2,"218":2,"219":1}}],["interaction",{"0":{"80":1,"81":1,"209":1,"217":1,"218":1,"2643":1},"1":{"210":1,"211":1,"212":1,"213":1,"214":1,"215":1,"216":1,"217":1,"218":1,"219":1},"2":{"0":32,"47":1,"48":1,"54":1,"82":2,"85":1,"130":2,"214":2,"215":6,"216":3,"217":3,"218":14,"219":2,"723":1,"754":3,"800":1,"832":1,"1294":1}}],["interop",{"0":{"34":2},"2":{"31":1}}],["interpret",{"2":{"753":1}}],["interpreting",{"2":{"383":1}}],["interpreted",{"2":{"0":8,"106":1,"120":1,"750":1,"751":1,"982":2,"1249":1,"1424":1,"2189":1,"2290":2,"2573":1}}],["interpolating",{"2":{"60":2}}],["interpolation",{"2":{"0":2,"120":1,"2416":1,"2504":1}}],["interpolate",{"0":{"1042":1,"1306":1,"1444":1,"1558":1,"1646":1,"2416":1,"2448":1,"2504":1},"2":{"0":8,"60":1,"63":1}}],["interpolated",{"2":{"0":7,"1042":1,"1306":1,"1444":1,"1558":1,"1646":1,"2448":1}}],["interquartile",{"2":{"0":1,"1104":1}}],["intervals",{"2":{"0":3,"279":1,"326":1,"585":1,"1024":1,"1373":1,"1879":1}}],["intervalsets",{"2":{"0":1}}],["intervalsbetween",{"2":{"0":1,"279":4,"287":1,"326":4,"334":1,"541":1,"788":1,"822":1}}],["intervalslider",{"0":{"585":1,"738":1},"1":{"586":1,"587":1,"588":1,"589":1,"590":1,"591":1,"592":1,"593":1,"594":1,"595":1,"596":1,"597":1,"598":1,"599":1,"600":1,"601":1,"602":1},"2":{"0":3,"585":2}}],["interval",{"0":{"594":1},"2":{"0":6,"12":1,"47":1,"287":2,"334":2,"585":12,"594":1,"1510":1,"2520":1}}],["int",{"2":{"0":18,"16":1,"19":1,"66":1,"82":1,"166":2,"196":1,"585":10,"1185":1,"1221":1,"1248":3,"1412":3,"1461":1,"1856":2,"2113":1,"2289":1,"2298":1,"2640":1,"2641":1}}],["into",{"0":{"96":1,"101":1,"203":1,"750":1},"2":{"0":21,"27":2,"31":1,"41":1,"43":1,"45":2,"58":1,"60":3,"61":1,"63":1,"64":2,"68":3,"69":1,"73":2,"75":3,"79":1,"82":3,"98":3,"99":1,"100":1,"102":4,"104":1,"122":2,"140":1,"142":1,"145":1,"147":2,"148":2,"152":1,"161":2,"162":5,"165":1,"166":1,"167":2,"191":1,"196":1,"203":1,"213":1,"279":1,"326":1,"396":1,"516":1,"582":2,"625":2,"691":2,"1282":1,"1408":1,"1422":1,"1457":1,"1917":1,"2482":1,"2485":2,"2486":1,"2604":1,"2615":1,"2619":1,"2620":3,"2627":2,"2630":1,"2632":1,"2642":1,"2643":1,"2644":1}}],["inputs",{"2":{"0":46,"34":3,"76":1,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1194":1,"1230":1,"1253":1,"1316":1,"1367":1,"1396":1,"1449":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1849":1,"1902":1,"1945":1,"1950":1,"1989":1,"2038":1,"2068":1,"2093":1,"2151":1,"2182":1,"2220":1,"2227":1,"2259":1,"2294":1,"2359":1,"2390":1,"2426":1,"2453":1,"2459":1,"2483":1,"2513":1,"2544":1,"2596":1}}],["input",{"2":{"0":13,"34":5,"67":2,"79":1,"81":1,"82":1,"133":1,"144":1,"148":3,"162":1,"167":2,"750":1,"751":1,"874":1,"891":1,"898":1,"905":1,"982":1,"1408":1,"1473":1,"2118":1,"2301":1,"2485":2,"2505":1,"2641":1,"2648":1}}],["in",{"0":{"26":1,"75":1,"117":1,"165":1,"1407":1,"1569":1,"1600":1,"1922":1},"2":{"0":555,"8":2,"12":2,"13":2,"14":2,"17":1,"19":2,"22":5,"23":2,"24":1,"26":2,"27":5,"30":1,"31":10,"32":2,"34":1,"35":1,"36":11,"37":1,"38":1,"39":1,"41":1,"42":2,"44":2,"45":3,"47":1,"48":1,"54":2,"55":1,"57":1,"58":9,"60":6,"61":3,"62":2,"63":2,"66":6,"67":3,"68":2,"69":1,"70":2,"71":1,"72":1,"73":1,"74":3,"75":7,"76":7,"77":1,"78":1,"79":4,"80":4,"82":11,"83":2,"84":1,"85":2,"90":1,"92":1,"94":2,"96":4,"97":4,"98":4,"100":2,"101":1,"102":6,"104":2,"105":3,"106":21,"107":4,"108":1,"110":2,"111":2,"112":1,"113":1,"115":1,"117":1,"118":2,"119":1,"120":1,"122":2,"124":2,"127":1,"128":1,"129":1,"130":1,"131":2,"132":5,"133":2,"134":1,"135":3,"136":1,"137":2,"140":3,"144":1,"147":2,"148":9,"149":2,"150":3,"152":8,"155":4,"157":2,"159":1,"161":2,"162":6,"163":2,"164":1,"165":3,"166":4,"167":2,"168":4,"169":3,"178":2,"180":2,"181":1,"182":1,"183":1,"184":1,"186":2,"187":5,"189":2,"190":14,"191":3,"192":3,"194":2,"196":1,"197":1,"200":1,"204":2,"205":1,"206":1,"207":1,"210":2,"212":1,"218":5,"221":1,"222":4,"223":1,"234":2,"260":1,"270":1,"284":1,"287":2,"288":1,"290":3,"295":1,"304":1,"306":1,"307":1,"317":1,"331":1,"334":2,"335":1,"337":3,"342":1,"351":1,"353":1,"356":1,"359":1,"367":1,"372":1,"373":3,"374":1,"379":1,"380":1,"383":1,"384":1,"395":1,"396":4,"398":1,"407":1,"410":2,"431":1,"440":1,"443":2,"462":1,"471":1,"474":2,"491":3,"493":1,"502":1,"513":1,"515":4,"518":1,"522":1,"525":1,"532":1,"537":1,"545":1,"553":1,"570":1,"575":1,"576":1,"577":5,"578":2,"579":5,"580":1,"581":1,"582":3,"584":2,"585":3,"587":1,"591":1,"598":1,"601":1,"603":1,"605":1,"609":1,"614":1,"618":1,"623":1,"624":1,"625":4,"626":4,"627":1,"628":6,"630":1,"637":1,"638":1,"640":1,"652":1,"660":1,"664":1,"675":1,"689":1,"691":1,"693":1,"697":1,"702":1,"707":1,"716":1,"720":1,"722":1,"729":1,"748":1,"750":2,"751":1,"752":8,"753":1,"754":2,"757":5,"758":3,"760":1,"771":1,"774":1,"775":1,"776":1,"789":1,"809":1,"811":1,"812":1,"817":1,"841":1,"844":3,"847":1,"851":1,"857":1,"860":1,"863":1,"865":1,"866":1,"870":1,"876":1,"894":1,"906":1,"908":2,"911":1,"913":1,"916":1,"922":1,"926":1,"932":1,"936":1,"940":1,"941":1,"945":1,"947":1,"949":2,"951":1,"952":3,"954":1,"960":1,"964":1,"969":1,"970":1,"975":1,"978":1,"980":2,"982":2,"983":14,"986":1,"988":3,"989":3,"990":2,"996":1,"1001":1,"1005":1,"1006":1,"1014":1,"1019":1,"1020":1,"1022":2,"1024":1,"1025":1,"1027":1,"1034":1,"1039":1,"1048":1,"1052":1,"1053":1,"1055":2,"1058":5,"1060":1,"1069":1,"1073":2,"1079":1,"1086":1,"1094":1,"1096":1,"1101":2,"1142":1,"1155":1,"1162":1,"1163":1,"1164":5,"1166":1,"1167":1,"1171":1,"1176":1,"1185":1,"1193":1,"1195":1,"1197":2,"1200":5,"1202":1,"1203":1,"1207":1,"1212":1,"1221":1,"1229":1,"1231":1,"1233":2,"1235":1,"1240":1,"1241":1,"1242":1,"1245":1,"1248":1,"1249":2,"1252":1,"1254":1,"1256":2,"1282":1,"1285":3,"1286":2,"1288":3,"1289":2,"1293":1,"1294":2,"1299":1,"1303":1,"1313":1,"1317":1,"1319":2,"1322":2,"1323":3,"1336":1,"1345":1,"1351":1,"1355":1,"1360":1,"1361":1,"1366":1,"1368":1,"1369":2,"1371":2,"1373":1,"1376":1,"1382":1,"1383":1,"1387":1,"1391":1,"1395":1,"1397":1,"1399":2,"1401":1,"1404":3,"1405":5,"1406":1,"1408":1,"1409":1,"1411":1,"1412":1,"1422":1,"1424":3,"1426":9,"1427":1,"1429":3,"1430":6,"1433":1,"1437":1,"1441":1,"1448":1,"1450":1,"1452":2,"1457":1,"1481":2,"1483":1,"1489":1,"1493":1,"1497":1,"1498":1,"1502":1,"1504":1,"1506":2,"1508":1,"1509":1,"1510":2,"1512":1,"1518":1,"1522":1,"1527":1,"1532":1,"1535":1,"1540":2,"1542":1,"1543":1,"1547":1,"1551":1,"1555":1,"1562":1,"1564":1,"1566":2,"1568":2,"1569":4,"1571":1,"1577":1,"1581":1,"1584":2,"1585":1,"1586":5,"1587":2,"1592":1,"1594":1,"1596":2,"1598":1,"1600":4,"1602":1,"1608":1,"1612":1,"1616":1,"1617":1,"1621":1,"1623":1,"1625":2,"1628":2,"1629":8,"1631":1,"1638":1,"1643":1,"1652":1,"1656":1,"1657":1,"1659":2,"1661":1,"1664":1,"1671":1,"1676":1,"1685":1,"1690":1,"1691":1,"1693":2,"1753":1,"1757":1,"1762":1,"1763":1,"1766":1,"1770":2,"1773":1,"1774":6,"1776":1,"1782":1,"1786":1,"1791":1,"1796":1,"1799":1,"1804":2,"1811":1,"1814":1,"1823":1,"1825":1,"1829":2,"1831":1,"1836":1,"1839":1,"1848":1,"1850":1,"1854":2,"1856":4,"1861":1,"1873":1,"1874":1,"1878":1,"1879":2,"1882":1,"1888":1,"1889":1,"1893":1,"1897":1,"1901":1,"1903":1,"1905":2,"1907":1,"1908":1,"1911":2,"1913":1,"1914":6,"1915":2,"1916":2,"1918":2,"1919":2,"1920":2,"1922":4,"1924":1,"1930":1,"1931":1,"1938":1,"1943":1,"1944":1,"1945":1,"1948":1,"1951":1,"1956":2,"1962":1,"1968":1,"1972":1,"1978":1,"1988":1,"1990":1,"1994":2,"1998":1,"1999":1,"2019":1,"2023":1,"2029":1,"2037":1,"2039":1,"2041":2,"2046":1,"2052":1,"2056":1,"2061":1,"2062":1,"2067":1,"2069":1,"2070":2,"2072":2,"2082":1,"2085":1,"2091":1,"2092":1,"2094":1,"2103":2,"2124":1,"2132":1,"2137":1,"2149":1,"2152":1,"2155":2,"2157":1,"2158":6,"2160":1,"2166":1,"2171":1,"2179":1,"2183":1,"2184":1,"2186":2,"2189":4,"2190":5,"2191":2,"2192":5,"2193":1,"2194":2,"2195":1,"2200":1,"2205":1,"2206":1,"2208":1,"2214":1,"2217":1,"2220":1,"2223":1,"2224":1,"2228":1,"2234":2,"2243":1,"2245":1,"2248":1,"2257":1,"2260":1,"2265":1,"2267":2,"2273":1,"2275":6,"2280":1,"2283":1,"2286":1,"2289":2,"2290":1,"2293":1,"2295":1,"2297":2,"2298":1,"2303":1,"2325":1,"2330":2,"2339":1,"2345":1,"2355":1,"2360":1,"2364":2,"2368":2,"2370":1,"2376":1,"2380":1,"2384":1,"2385":1,"2389":1,"2391":1,"2393":2,"2395":1,"2396":1,"2402":1,"2407":1,"2413":1,"2423":1,"2427":1,"2428":1,"2430":2,"2435":1,"2441":1,"2445":1,"2452":1,"2454":1,"2456":2,"2461":1,"2477":1,"2481":1,"2482":1,"2483":1,"2484":8,"2485":2,"2486":1,"2488":1,"2494":1,"2498":1,"2501":1,"2505":1,"2510":1,"2514":1,"2515":1,"2517":2,"2520":2,"2522":1,"2528":1,"2532":1,"2537":1,"2542":1,"2545":1,"2550":2,"2552":1,"2553":1,"2555":2,"2576":1,"2582":1,"2586":1,"2590":1,"2591":1,"2595":1,"2597":1,"2599":2,"2601":1,"2602":2,"2604":7,"2605":6,"2607":1,"2608":1,"2609":10,"2610":2,"2611":2,"2615":7,"2618":5,"2619":6,"2620":2,"2623":1,"2624":17,"2625":5,"2626":3,"2627":1,"2628":1,"2629":1,"2630":4,"2631":1,"2632":2,"2633":3,"2634":7,"2635":5,"2637":2,"2639":4,"2640":8,"2641":1,"2642":1,"2643":2,"2644":3,"2646":1,"2647":1,"2648":2,"2649":1,"2650":1,"2652":2,"2653":3,"2654":1}}],["island",{"2":{"2662":1}}],["iseven",{"2":{"1572":5,"1587":1}}],["isempty",{"2":{"152":1}}],["isa",{"2":{"66":1,"2611":2}}],["ismissing",{"2":{"0":1,"2505":1}}],["isoluminant",{"2":{"2660":6}}],["isodd",{"2":{"169":1}}],["isorange=0",{"2":{"2480":1}}],["isorange",{"0":{"2417":1},"2":{"0":1,"2398":1}}],["isovalue=1",{"2":{"2480":1}}],["isovalue",{"0":{"2418":1},"2":{"0":4,"2397":1,"2398":1,"2417":1,"2418":1}}],["iso",{"2":{"0":1,"2397":1,"2398":1}}],["isopen",{"2":{"0":1}}],["isdensity",{"2":{"0":2,"1473":1,"2118":1}}],["issue",{"2":{"52":2,"191":2,"200":1,"1922":2}}],["issued",{"2":{"0":2}}],["issues",{"0":{"87":1,"89":1,"93":1,"95":1},"1":{"88":1,"90":1,"91":1,"92":1,"94":1,"96":1,"97":1,"98":1},"2":{"0":4,"27":1,"28":1,"161":1,"200":2,"1015":1,"1282":1}}],["ispressed",{"0":{"83":1},"2":{"0":16,"47":1,"83":5,"778":1,"2641":1}}],["isnan",{"2":{"0":1,"66":1,"2505":1}}],["isnothing",{"2":{"0":1,"35":1,"2505":1,"2644":1}}],["isn",{"2":{"0":1,"22":1,"45":1,"48":2,"49":1,"51":1,"53":1,"59":1,"60":2,"74":1,"106":1,"161":1,"190":1,"191":1}}],["is",{"0":{"13":1,"155":1,"162":1,"719":1,"2505":1},"1":{"14":1},"2":{"0":634,"2":1,"7":1,"8":3,"10":3,"11":1,"13":2,"15":1,"17":1,"18":1,"19":3,"21":2,"22":1,"23":3,"26":2,"27":2,"28":1,"29":3,"31":7,"34":1,"37":1,"39":1,"41":2,"44":2,"45":14,"47":1,"48":3,"51":1,"53":1,"56":1,"58":7,"59":2,"60":6,"61":3,"62":2,"66":7,"67":2,"68":5,"69":6,"70":4,"71":1,"73":3,"74":2,"75":1,"76":4,"78":3,"79":7,"80":4,"81":2,"82":8,"83":6,"88":1,"92":2,"94":1,"96":1,"97":4,"98":6,"100":2,"102":2,"104":2,"105":6,"106":18,"107":6,"109":1,"110":1,"111":2,"112":1,"116":3,"117":1,"119":1,"120":1,"122":1,"123":2,"124":2,"126":3,"127":1,"128":4,"130":2,"131":2,"132":5,"133":2,"134":3,"135":4,"137":2,"139":4,"140":2,"141":1,"142":2,"143":1,"144":3,"145":1,"146":2,"147":7,"148":10,"150":1,"151":4,"152":9,"153":3,"155":2,"156":2,"157":2,"158":2,"159":1,"161":2,"162":5,"164":1,"165":1,"167":1,"168":3,"177":1,"179":1,"183":1,"184":1,"186":3,"187":1,"190":9,"191":4,"192":1,"194":1,"196":2,"197":2,"198":1,"202":1,"203":1,"206":1,"207":1,"208":1,"210":1,"211":1,"212":2,"213":1,"214":1,"217":1,"218":4,"223":3,"226":1,"229":1,"233":1,"234":1,"237":1,"245":1,"255":1,"257":1,"272":1,"287":2,"290":3,"299":1,"319":1,"334":2,"337":3,"346":1,"358":1,"363":1,"368":1,"373":1,"383":1,"384":3,"394":1,"396":6,"400":1,"409":1,"414":1,"428":1,"430":1,"433":1,"442":1,"447":1,"461":1,"464":1,"473":1,"478":1,"515":1,"516":1,"520":1,"523":1,"534":1,"536":1,"547":1,"569":1,"571":1,"575":2,"576":5,"577":10,"578":7,"579":2,"580":1,"582":1,"583":1,"585":4,"590":1,"603":5,"619":1,"625":2,"626":3,"628":1,"635":1,"646":1,"664":1,"691":1,"704":1,"705":3,"719":1,"720":5,"723":1,"748":3,"752":3,"754":2,"758":1,"763":1,"781":1,"786":1,"801":1,"805":1,"810":1,"815":1,"820":1,"833":1,"840":1,"844":3,"850":1,"857":1,"863":2,"871":1,"874":3,"889":2,"891":1,"896":2,"897":1,"898":1,"905":3,"910":1,"914":1,"915":1,"924":1,"928":1,"933":1,"947":2,"951":1,"956":1,"961":1,"967":2,"978":2,"982":3,"985":1,"988":2,"989":1,"990":1,"993":1,"998":1,"1005":1,"1013":1,"1017":1,"1020":2,"1024":1,"1030":1,"1036":1,"1050":1,"1053":2,"1057":1,"1065":1,"1073":4,"1075":1,"1076":2,"1096":2,"1103":2,"1104":2,"1105":1,"1107":1,"1139":2,"1163":2,"1167":1,"1168":1,"1173":1,"1195":2,"1199":1,"1203":1,"1204":1,"1209":1,"1231":2,"1235":1,"1243":1,"1248":2,"1249":1,"1254":2,"1258":2,"1282":2,"1285":1,"1288":1,"1290":1,"1296":1,"1300":1,"1317":2,"1321":1,"1342":2,"1347":1,"1352":1,"1358":2,"1368":2,"1373":1,"1378":1,"1384":1,"1397":2,"1402":1,"1404":1,"1405":4,"1414":1,"1424":6,"1427":1,"1428":1,"1429":1,"1430":3,"1431":2,"1434":1,"1438":1,"1450":2,"1454":1,"1481":1,"1485":1,"1490":1,"1504":2,"1510":1,"1514":1,"1519":1,"1535":2,"1537":1,"1544":1,"1548":1,"1552":1,"1564":2,"1568":1,"1573":1,"1578":1,"1584":2,"1594":2,"1598":1,"1604":1,"1609":1,"1623":2,"1627":1,"1634":1,"1640":1,"1654":1,"1657":2,"1661":2,"1667":1,"1673":1,"1686":2,"1688":1,"1691":2,"1749":1,"1754":1,"1755":1,"1761":1,"1766":2,"1773":2,"1778":1,"1783":1,"1799":2,"1801":1,"1806":1,"1807":1,"1809":1,"1812":1,"1825":2,"1831":3,"1834":1,"1837":1,"1850":2,"1856":4,"1858":2,"1873":1,"1879":1,"1884":1,"1890":1,"1903":2,"1908":1,"1911":3,"1913":1,"1914":3,"1915":2,"1916":2,"1917":3,"1918":1,"1925":1,"1926":1,"1933":1,"1943":1,"1944":1,"1945":1,"1949":1,"1951":2,"1954":1,"1959":1,"1964":1,"1969":1,"1990":2,"1996":3,"2016":1,"2017":1,"2020":1,"2026":1,"2039":2,"2043":2,"2048":1,"2053":1,"2059":2,"2069":2,"2074":2,"2083":1,"2094":2,"2110":1,"2121":1,"2127":2,"2128":1,"2133":1,"2152":2,"2157":1,"2158":1,"2163":1,"2168":1,"2181":1,"2184":2,"2188":1,"2189":7,"2192":2,"2193":1,"2194":5,"2196":1,"2201":1,"2202":1,"2209":1,"2228":2,"2231":1,"2232":1,"2236":1,"2237":1,"2239":1,"2241":1,"2246":1,"2251":1,"2260":2,"2265":1,"2273":2,"2275":2,"2282":3,"2283":3,"2284":1,"2290":2,"2295":2,"2300":1,"2301":2,"2303":2,"2329":2,"2332":1,"2342":1,"2360":2,"2368":1,"2372":1,"2377":1,"2391":2,"2397":1,"2401":1,"2404":1,"2410":1,"2425":1,"2428":2,"2432":1,"2438":1,"2442":1,"2454":2,"2458":1,"2459":1,"2462":2,"2464":1,"2478":2,"2480":2,"2481":1,"2482":1,"2483":1,"2484":4,"2485":2,"2486":4,"2491":1,"2497":1,"2504":1,"2512":1,"2515":2,"2520":1,"2524":1,"2529":1,"2545":2,"2547":1,"2554":1,"2555":1,"2573":1,"2578":1,"2583":1,"2597":2,"2601":4,"2604":10,"2605":2,"2613":3,"2615":23,"2617":1,"2618":3,"2619":5,"2620":2,"2622":2,"2624":1,"2626":1,"2629":2,"2632":1,"2633":2,"2636":1,"2637":1,"2638":2,"2639":1,"2640":2,"2642":3,"2644":10,"2646":5,"2647":1,"2648":2,"2649":3,"2653":4}}],["fcfc82",{"2":{"2614":1}}],["fn",{"2":{"1285":2}}],["fg",{"2":{"195":11}}],["ftfont",{"2":{"109":1}}],["f32",{"2":{"66":3,"69":1}}],["f2",{"2":{"64":2}}],["f1",{"2":{"64":2}}],["f16539ead17378f983ab1529fa2ec1570abd17b3",{"2":{"61":1}}],["fff",{"2":{"63":1}}],["ffmpeg",{"2":{"0":8,"9":1}}],["f62651cf74de",{"2":{"58":1}}],["f005ab60",{"2":{"58":1}}],["fps",{"2":{"12":2,"85":2}}],["fxaa=true",{"2":{"983":2}}],["fxaa",{"0":{"933":1,"961":1,"998":1,"1036":1,"1075":1,"1173":1,"1209":1,"1243":1,"1300":1,"1352":1,"1384":1,"1438":1,"1490":1,"1519":1,"1552":1,"1578":1,"1609":1,"1640":1,"1673":1,"1754":1,"1783":1,"1812":1,"1837":1,"1890":1,"1933":1,"1969":1,"2026":1,"2053":1,"2083":1,"2133":1,"2168":1,"2209":1,"2246":1,"2284":1,"2342":1,"2377":1,"2410":1,"2442":1,"2497":1,"2529":1,"2583":1},"2":{"0":129,"14":1,"22":2,"933":1,"947":1,"961":1,"978":1,"998":1,"1020":1,"1036":1,"1053":1,"1075":1,"1096":1,"1173":1,"1195":1,"1209":1,"1231":1,"1243":1,"1254":1,"1300":1,"1317":1,"1352":1,"1368":1,"1384":1,"1397":1,"1438":1,"1450":1,"1490":1,"1504":1,"1519":1,"1535":1,"1552":1,"1564":1,"1569":5,"1578":1,"1594":1,"1600":5,"1609":1,"1623":1,"1640":1,"1657":1,"1673":1,"1691":1,"1754":1,"1766":1,"1783":1,"1799":1,"1812":1,"1825":1,"1837":1,"1850":1,"1890":1,"1903":1,"1922":5,"1933":1,"1951":1,"1969":1,"1990":1,"2026":1,"2039":1,"2053":1,"2069":1,"2083":1,"2094":1,"2133":1,"2152":1,"2168":1,"2184":1,"2209":1,"2228":1,"2246":1,"2260":1,"2284":1,"2295":1,"2342":1,"2360":1,"2377":1,"2391":1,"2410":1,"2428":1,"2442":1,"2454":1,"2497":1,"2515":1,"2529":1,"2545":1,"2583":1,"2597":1}}],["fmt",{"2":{"0":2}}],["fes50",{"2":{"2656":1}}],["fes25",{"2":{"2656":1}}],["fes100",{"2":{"2656":1}}],["fes10",{"2":{"2656":1}}],["fes",{"2":{"2656":1}}],["ferrari",{"2":{"2193":1}}],["february",{"2":{"1323":1}}],["fetch",{"2":{"58":2,"59":1,"60":2,"61":1,"63":2,"147":2}}],["fetched",{"2":{"0":1}}],["feat",{"2":{"36":2}}],["features",{"0":{"49":1},"2":{"31":1,"36":1}}],["feature",{"2":{"0":4,"21":1,"31":1,"55":1,"81":1,"516":1,"748":1,"763":1,"1282":1}}],["few",{"2":{"0":3,"152":1,"169":1,"863":1,"871":1,"1569":1,"1600":1,"1913":1,"1922":1}}],["fruitpunch",{"2":{"2662":1}}],["frustum",{"2":{"46":4}}],["friends",{"2":{"2643":1}}],["fr",{"2":{"63":2}}],["frequently",{"0":{"86":1},"1":{"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1,"98":1},"2":{"190":1}}],["frequency",{"2":{"0":1,"874":3}}],["freedom",{"2":{"98":1}}],["freetype",{"2":{"94":1,"108":1}}],["freetypeabstraction",{"2":{"94":2}}],["freeglut3",{"2":{"28":1}}],["freely",{"2":{"0":1,"597":1,"751":1,"856":1}}],["franklin",{"2":{"58":2}}],["fraction",{"2":{"0":6,"128":1,"576":2,"918":1,"1249":1,"1473":1,"2118":1,"2217":1,"2290":1}}],["fractions",{"2":{"0":2,"2199":1}}],["frac",{"2":{"0":4,"120":3,"2195":3}}],["framerate=1",{"2":{"168":1}}],["framerate=24",{"2":{"0":1}}],["framerate",{"2":{"0":4,"8":5,"10":8,"11":1,"22":1,"56":2,"85":1,"148":1}}],["framesize",{"0":{"2025":1},"2":{"0":1}}],["frames",{"2":{"0":2,"8":1,"11":2,"22":1,"56":1,"85":1}}],["framewidth",{"0":{"636":1},"2":{"0":1}}],["framevisible",{"0":{"635":1},"2":{"0":1,"625":1}}],["framecolor=",{"2":{"1289":1}}],["framecolor",{"0":{"634":1,"914":1,"915":1,"2024":1},"2":{"0":4,"2017":1}}],["frame",{"2":{"0":6,"7":2,"8":2,"11":3,"148":3,"196":4,"396":3,"1315":1}}],["frontend",{"2":{"13":1}}],["front",{"2":{"0":2,"150":1,"190":4,"192":1,"1914":1,"2495":1}}],["froms",{"2":{"148":4}}],["from",{"0":{"104":1,"623":1,"625":1,"1917":1},"1":{"624":1},"2":{"0":121,"8":1,"9":1,"23":1,"24":1,"27":1,"28":3,"29":1,"31":3,"33":1,"36":2,"40":1,"45":2,"62":2,"64":1,"71":1,"78":1,"79":1,"81":2,"82":4,"85":1,"104":3,"105":1,"107":3,"110":1,"111":1,"118":1,"119":1,"122":1,"126":1,"135":1,"140":1,"143":1,"144":1,"145":1,"147":3,"148":2,"150":1,"152":6,"155":1,"162":4,"165":1,"167":3,"186":1,"190":2,"194":1,"195":1,"222":2,"358":1,"374":2,"379":2,"383":1,"515":1,"582":3,"585":1,"596":1,"603":1,"624":1,"626":1,"627":1,"691":1,"751":1,"754":1,"757":1,"855":1,"871":1,"928":1,"951":1,"956":1,"993":1,"1024":1,"1030":1,"1065":1,"1086":1,"1155":1,"1156":1,"1162":2,"1168":1,"1185":1,"1204":1,"1221":1,"1236":1,"1241":1,"1242":1,"1248":1,"1285":1,"1286":1,"1287":1,"1288":2,"1296":1,"1347":1,"1373":1,"1378":1,"1414":1,"1424":2,"1434":1,"1462":1,"1485":1,"1510":1,"1514":1,"1548":1,"1573":1,"1604":1,"1627":1,"1634":1,"1667":1,"1749":1,"1762":1,"1778":1,"1831":1,"1858":1,"1879":1,"1884":1,"1912":1,"1915":1,"1917":1,"1926":1,"1943":1,"1964":1,"1996":1,"2020":1,"2048":1,"2074":1,"2128":1,"2163":1,"2193":1,"2195":1,"2196":1,"2202":1,"2223":1,"2273":1,"2276":1,"2278":1,"2282":1,"2283":1,"2289":1,"2298":1,"2300":1,"2301":2,"2372":1,"2404":1,"2438":1,"2458":2,"2459":2,"2464":1,"2482":1,"2484":1,"2485":1,"2491":1,"2518":1,"2520":1,"2524":1,"2578":1,"2603":1,"2611":1,"2615":2,"2625":1,"2626":1,"2631":1,"2633":1,"2639":1,"2640":3,"2642":3,"2643":1,"2644":3,"2646":1,"2649":1}}],["f",{"2":{"0":54,"34":2,"38":3,"39":4,"45":1,"61":3,"73":3,"76":2,"82":2,"96":5,"97":6,"98":6,"100":1,"101":4,"102":12,"103":3,"104":15,"110":3,"120":6,"133":2,"148":4,"162":1,"163":1,"166":3,"167":4,"168":5,"169":8,"178":5,"181":2,"186":3,"187":5,"192":7,"194":3,"195":7,"202":3,"203":1,"204":3,"205":9,"206":5,"207":6,"208":4,"222":6,"223":4,"234":6,"239":5,"248":5,"249":5,"261":4,"266":5,"279":5,"287":7,"290":6,"301":4,"304":6,"308":4,"313":5,"326":5,"334":7,"337":6,"348":4,"351":6,"575":6,"576":6,"577":7,"578":9,"579":6,"580":9,"581":7,"582":15,"583":7,"585":7,"603":5,"624":4,"625":9,"626":7,"627":4,"628":10,"704":2,"749":3,"750":4,"751":9,"752":6,"753":7,"873":4,"874":4,"924":1,"952":6,"982":1,"983":4,"1025":6,"1058":3,"1141":2,"1142":4,"1143":3,"1164":8,"1200":6,"1235":12,"1236":4,"1287":2,"1288":2,"1289":3,"1290":1,"1322":12,"1323":6,"1343":9,"1374":9,"1404":6,"1405":6,"1406":3,"1407":4,"1408":3,"1409":3,"1426":12,"1455":6,"1545":6,"1569":10,"1599":3,"1600":10,"1629":4,"1750":4,"1774":18,"1880":6,"1913":3,"1914":4,"1919":3,"1920":3,"1922":14,"1960":3,"2017":2,"2044":5,"2075":12,"2111":6,"2121":5,"2122":5,"2127":1,"2189":3,"2190":3,"2193":3,"2194":5,"2195":4,"2196":4,"2197":4,"2274":6,"2275":9,"2276":3,"2301":7,"2459":14,"2480":1,"2482":1,"2483":1,"2484":2,"2485":6,"2615":25,"2619":1,"2620":5,"2621":2,"2622":3,"2623":3,"2624":6,"2625":1,"2626":4,"2627":3,"2628":1,"2629":3,"2630":1,"2631":1,"2632":2,"2633":1,"2634":3,"2635":2,"2636":1,"2637":1,"2638":3,"2640":3,"2651":3,"2653":2}}],["fldmod1",{"2":{"287":1,"334":1,"374":1,"379":1,"383":1,"625":1,"1404":2,"1405":2,"1406":1,"1409":1,"1913":1}}],["fly",{"2":{"158":1}}],["flexible",{"2":{"98":1,"199":2,"218":1,"2638":1}}],["flow",{"2":{"603":1}}],["floor=true",{"2":{"35":1,"2644":1}}],["floor",{"2":{"32":1,"35":2,"2611":1,"2644":2}}],["floating",{"2":{"147":1,"150":1}}],["floats",{"2":{"22":1,"80":1,"191":1}}],["float",{"2":{"0":1,"22":2}}],["float64",{"2":{"0":15,"66":3,"67":1,"76":2,"79":3,"80":2,"163":1,"195":3,"196":7,"874":3,"905":1,"1235":3,"1236":1,"1292":1,"1856":2,"2016":1,"2158":1,"2275":1}}],["float32convert",{"0":{"69":1},"2":{"0":1,"66":2,"68":1,"69":6,"71":1}}],["float32",{"2":{"0":18,"33":2,"58":1,"67":1,"69":3,"71":1,"91":2,"146":1,"148":2,"167":1,"2398":1,"2604":1,"2642":8}}],["flag",{"2":{"2657":1}}],["flags",{"2":{"0":1,"31":3}}],["flashy",{"2":{"63":1}}],["flatten",{"2":{"82":1}}],["flat",{"2":{"0":20,"18":1,"61":1,"939":2,"968":2,"1359":2,"1496":2,"1585":2,"1615":2,"2060":2,"2383":2,"2486":1,"2589":2}}],["flushes",{"2":{"0":1}}],["flips",{"2":{"523":1,"524":1}}],["flipaxis",{"0":{"524":1},"2":{"0":1,"515":2,"752":2}}],["flipped",{"2":{"0":1,"229":1}}],["flipx",{"2":{"0":2,"1917":1}}],["flipy",{"2":{"0":3,"1917":2}}],["flip",{"0":{"229":1,"523":1,"1074":1,"1466":1},"2":{"0":6,"162":1,"1058":4,"1457":3,"1477":2,"1917":1}}],["foldl",{"2":{"148":1}}],["folder",{"2":{"0":1,"2618":7,"2623":1}}],["followed",{"2":{"70":1}}],["follow",{"2":{"0":1,"82":1,"1831":1,"1832":1,"2617":1}}],["following",{"2":{"0":7,"9":1,"16":1,"31":1,"41":1,"44":1,"56":1,"59":1,"66":1,"72":1,"76":1,"79":1,"102":1,"110":1,"118":1,"142":1,"147":1,"149":1,"167":1,"177":1,"184":1,"194":1,"195":1,"199":1,"624":1,"627":1,"751":1,"1369":1,"1831":1,"2070":1,"2604":1,"2624":2,"2642":1,"2647":1,"2653":1}}],["follows",{"2":{"0":2,"190":2,"249":1,"2192":1,"2275":1}}],["found",{"2":{"0":2,"59":1,"60":1,"104":1,"144":3,"871":1,"2619":1}}],["four",{"2":{"0":4,"13":1,"98":1,"103":2,"122":1,"127":1,"152":1,"197":1,"234":1,"358":2,"574":1,"1510":1,"2520":1,"2626":1,"2633":1,"2637":1,"2639":1}}],["focuses",{"2":{"22":1}}],["focused",{"0":{"878":1,"879":1,"883":1,"884":1,"891":1},"2":{"0":6,"45":1,"79":2,"878":1,"879":1,"883":1,"884":1,"891":1}}],["focus",{"2":{"0":1,"22":1}}],["focusing",{"2":{"0":1,"45":1}}],["fov",{"2":{"0":6,"32":1,"33":1,"34":1,"45":6}}],["fontpaths",{"2":{"94":1}}],["fonts",{"0":{"108":1,"111":1,"121":1,"2207":1},"1":{"109":1,"110":1,"111":1},"2":{"0":10,"94":1,"108":2,"110":6,"111":3,"121":1,"179":2,"1058":1,"2196":1,"2197":1,"2206":1,"2207":2}}],["fontsizes",{"2":{"2196":2}}],["fontsize=30",{"2":{"180":1,"1856":1}}],["fontsize",{"0":{"501":1,"608":1,"715":1,"893":1,"1148":1,"2208":1,"2245":1},"2":{"0":19,"66":1,"107":3,"110":1,"120":2,"163":1,"178":3,"181":3,"244":1,"254":1,"271":1,"296":1,"318":1,"343":1,"393":1,"408":1,"421":1,"441":1,"454":1,"472":1,"485":1,"501":1,"533":1,"561":1,"582":7,"603":1,"608":1,"647":1,"686":1,"715":1,"795":1,"827":1,"838":1,"839":2,"893":1,"1088":1,"1141":1,"1142":1,"1148":1,"1914":1,"2190":1,"2194":1,"2196":2,"2197":2,"2208":2,"2220":1,"2624":1,"2637":1}}],["font",{"0":{"94":1,"107":1,"500":1,"607":1,"892":1,"1084":1,"1147":1,"1469":1,"2206":1,"2244":1},"2":{"0":40,"94":6,"105":1,"107":2,"108":1,"109":10,"110":3,"121":1,"241":1,"244":1,"251":1,"254":1,"268":1,"271":1,"293":1,"296":1,"315":1,"318":1,"340":1,"343":1,"391":1,"393":1,"396":1,"405":1,"419":1,"438":1,"452":1,"469":1,"483":1,"500":1,"501":1,"530":1,"533":1,"558":1,"561":1,"607":1,"608":1,"628":4,"644":1,"647":1,"682":1,"686":1,"715":1,"792":2,"825":2,"837":2,"892":1,"1084":2,"1088":1,"1147":1,"1181":2,"1184":1,"1217":2,"1220":1,"1469":1,"1584":1,"1585":1,"1587":1,"1912":1,"1914":1,"1932":1,"2194":1,"2196":4,"2197":4,"2206":4,"2244":2,"2624":3,"2625":1,"2629":1,"2634":1,"2637":1}}],["forall",{"2":{"120":1}}],["foreground",{"2":{"79":1,"195":1}}],["foreach",{"2":{"0":3,"36":1}}],["forcing",{"0":{"26":1}}],["forced",{"2":{"222":1}}],["force",{"2":{"0":2,"47":1,"58":1,"2615":3}}],["forget",{"2":{"12":1,"96":1}}],["formula",{"2":{"121":1,"751":1,"2196":1}}],["forms",{"2":{"0":1,"131":1,"1918":2,"2484":1}}],["former",{"2":{"0":1,"146":1}}],["form",{"2":{"0":8,"28":1,"177":1,"1024":1,"1424":1,"1427":1,"1629":1,"1911":1,"2303":1,"2619":2}}],["formatted",{"2":{"2484":1}}],["formatter=x",{"2":{"1456":1}}],["formatter",{"0":{"1085":1,"1470":1},"2":{"0":7,"76":2,"290":1,"299":1,"337":1,"346":1,"790":1,"823":1,"1058":1,"1085":1,"1182":1,"1218":1,"1470":1}}],["formatting",{"2":{"287":1,"290":1,"334":1,"337":1}}],["formats",{"0":{"9":1},"2":{"0":6,"9":1,"290":1,"337":1,"1182":1,"1218":1,"1915":1,"2623":1}}],["format`",{"2":{"0":2}}],["format=nothing",{"2":{"0":1}}],["format=",{"2":{"0":1}}],["format",{"2":{"0":41,"75":1,"105":1,"290":2,"337":2,"417":1,"450":1,"481":1,"555":1,"863":3,"2484":1}}],["forwarding",{"0":{"28":1,"115":1},"2":{"62":1,"114":1,"115":1}}],["forwarded",{"2":{"0":13,"47":1,"62":2,"118":2,"626":1}}],["forward",{"2":{"0":6,"18":1,"45":1,"60":1,"118":2,"152":2,"165":1,"167":1,"1629":1,"2648":1}}],["for",{"0":{"134":1,"163":1,"166":1,"167":1,"1429":1,"1430":1,"2645":1},"1":{"2646":1,"2647":1,"2648":1},"2":{"0":918,"9":1,"10":2,"12":2,"13":1,"14":1,"15":1,"19":4,"22":6,"23":1,"25":1,"26":1,"27":3,"30":3,"31":8,"32":2,"34":1,"35":1,"36":7,"37":1,"41":1,"42":1,"43":1,"44":1,"45":31,"47":2,"48":1,"53":1,"56":2,"58":9,"59":1,"60":5,"62":2,"66":7,"68":2,"69":4,"71":4,"72":1,"74":4,"75":11,"76":9,"78":1,"79":1,"80":3,"81":1,"82":9,"83":2,"85":2,"88":1,"92":3,"98":3,"100":1,"102":4,"103":3,"104":1,"105":4,"106":8,"107":8,"108":1,"109":1,"110":1,"113":1,"114":1,"117":1,"118":4,"119":1,"120":1,"121":2,"122":1,"123":1,"125":1,"126":1,"128":2,"129":2,"131":2,"135":1,"136":1,"137":1,"138":1,"140":2,"141":1,"145":6,"146":2,"147":4,"148":7,"149":6,"150":4,"152":8,"155":2,"157":1,"159":2,"161":1,"162":2,"163":3,"164":2,"165":1,"166":3,"167":3,"168":4,"169":3,"177":1,"178":1,"179":1,"180":1,"181":1,"183":1,"184":2,"185":1,"186":2,"187":4,"189":2,"190":3,"191":6,"192":1,"195":1,"196":3,"198":2,"199":3,"200":3,"204":2,"205":1,"206":1,"207":2,"216":2,"217":1,"218":3,"219":1,"222":2,"223":2,"227":1,"228":1,"234":1,"235":1,"279":2,"283":1,"287":6,"290":9,"297":1,"299":5,"304":1,"305":1,"326":2,"330":1,"334":6,"337":9,"344":1,"346":5,"351":1,"352":1,"358":2,"373":2,"374":1,"376":1,"377":1,"378":1,"379":1,"383":2,"384":3,"396":2,"410":1,"443":1,"474":1,"491":3,"499":1,"515":1,"516":2,"541":1,"555":1,"562":1,"577":2,"578":1,"579":2,"580":2,"581":1,"582":2,"583":1,"584":1,"603":1,"612":1,"624":2,"625":2,"626":5,"627":3,"628":5,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1,"691":2,"694":1,"695":1,"696":1,"748":1,"751":1,"752":7,"753":1,"754":2,"756":5,"757":2,"758":1,"761":1,"765":1,"766":1,"767":1,"774":1,"778":1,"788":1,"790":1,"799":2,"809":1,"811":1,"822":1,"823":1,"831":2,"844":1,"863":1,"874":1,"890":1,"903":1,"905":1,"908":2,"924":1,"928":1,"930":1,"934":1,"936":1,"940":2,"942":1,"943":1,"944":1,"946":2,"951":1,"952":3,"956":1,"958":1,"962":1,"964":1,"967":3,"969":2,"971":1,"973":1,"974":1,"977":2,"982":2,"983":10,"988":2,"989":1,"991":1,"993":1,"995":1,"999":1,"1001":1,"1005":1,"1007":2,"1008":1,"1011":1,"1012":1,"1018":2,"1024":1,"1025":1,"1028":1,"1029":1,"1030":1,"1032":1,"1037":1,"1039":1,"1043":1,"1046":1,"1047":1,"1051":2,"1057":1,"1058":5,"1065":1,"1067":1,"1073":1,"1077":1,"1079":1,"1089":1,"1090":1,"1092":1,"1095":2,"1104":1,"1105":1,"1123":1,"1137":1,"1139":1,"1142":1,"1163":1,"1164":2,"1168":1,"1170":1,"1174":1,"1176":1,"1189":1,"1191":1,"1192":1,"1194":2,"1199":2,"1200":2,"1204":1,"1206":1,"1210":1,"1212":1,"1225":1,"1227":1,"1228":1,"1230":2,"1235":1,"1245":1,"1248":1,"1249":2,"1250":1,"1253":2,"1258":1,"1275":1,"1282":3,"1284":3,"1285":2,"1288":1,"1289":1,"1290":1,"1294":2,"1296":1,"1298":1,"1301":1,"1303":1,"1308":1,"1309":1,"1310":1,"1311":1,"1316":2,"1321":1,"1322":2,"1323":2,"1337":1,"1342":2,"1347":1,"1349":1,"1353":1,"1355":1,"1358":3,"1360":2,"1362":1,"1364":1,"1365":1,"1367":2,"1373":1,"1378":1,"1380":1,"1385":1,"1387":1,"1392":1,"1393":1,"1394":1,"1396":2,"1402":2,"1404":3,"1405":3,"1406":1,"1409":1,"1412":1,"1414":1,"1416":1,"1417":1,"1418":1,"1419":1,"1423":1,"1424":3,"1426":9,"1427":1,"1429":2,"1430":4,"1434":1,"1436":1,"1439":1,"1441":1,"1445":1,"1446":1,"1447":1,"1449":2,"1454":1,"1457":1,"1473":1,"1481":1,"1485":1,"1487":1,"1491":1,"1493":1,"1497":2,"1499":1,"1500":1,"1501":1,"1503":2,"1510":1,"1513":1,"1514":1,"1516":1,"1520":1,"1522":1,"1527":2,"1528":1,"1530":1,"1531":1,"1534":2,"1537":1,"1544":1,"1548":1,"1550":1,"1553":1,"1555":1,"1559":1,"1560":1,"1561":1,"1563":2,"1568":2,"1569":1,"1573":1,"1575":1,"1579":1,"1581":1,"1584":6,"1585":1,"1586":6,"1587":1,"1588":1,"1590":1,"1591":1,"1593":2,"1598":2,"1600":1,"1604":1,"1606":1,"1610":1,"1612":1,"1616":2,"1618":1,"1619":1,"1620":1,"1622":2,"1627":1,"1628":2,"1629":5,"1632":1,"1633":1,"1634":1,"1636":1,"1641":1,"1643":1,"1647":1,"1650":1,"1651":1,"1655":2,"1661":2,"1665":1,"1667":1,"1669":1,"1674":1,"1676":1,"1679":1,"1683":1,"1684":1,"1689":2,"1749":1,"1757":1,"1760":1,"1765":2,"1771":1,"1773":1,"1774":6,"1777":1,"1778":1,"1780":1,"1784":1,"1786":1,"1791":2,"1792":1,"1794":1,"1795":1,"1798":2,"1801":1,"1806":3,"1814":1,"1822":1,"1824":2,"1831":2,"1839":1,"1847":1,"1849":2,"1856":7,"1863":1,"1869":1,"1874":1,"1876":1,"1879":1,"1884":1,"1886":1,"1891":1,"1893":1,"1898":1,"1899":1,"1900":1,"1902":2,"1908":2,"1911":1,"1913":1,"1914":3,"1915":1,"1916":1,"1917":1,"1919":2,"1920":1,"1922":2,"1926":1,"1928":1,"1932":1,"1936":1,"1938":1,"1941":1,"1944":1,"1945":1,"1946":1,"1947":1,"1950":2,"1959":1,"1964":1,"1966":1,"1970":1,"1972":1,"1977":1,"1979":1,"1986":1,"1987":1,"1989":2,"1996":3,"1998":1,"1999":1,"2016":1,"2020":1,"2022":1,"2027":1,"2029":1,"2032":1,"2035":1,"2036":1,"2038":2,"2043":1,"2048":1,"2050":1,"2054":1,"2056":1,"2059":3,"2061":2,"2063":1,"2065":1,"2066":1,"2068":2,"2074":1,"2085":1,"2090":1,"2091":4,"2093":2,"2110":1,"2111":1,"2118":1,"2121":2,"2128":1,"2130":1,"2135":1,"2137":1,"2144":1,"2147":1,"2148":1,"2151":2,"2157":1,"2158":5,"2161":1,"2163":1,"2165":1,"2169":1,"2171":1,"2174":1,"2175":1,"2177":1,"2178":1,"2182":2,"2188":1,"2189":1,"2190":4,"2191":2,"2192":5,"2193":1,"2194":2,"2195":1,"2196":3,"2197":1,"2201":1,"2202":1,"2204":1,"2207":1,"2212":1,"2214":1,"2219":1,"2220":1,"2221":1,"2222":1,"2227":2,"2231":1,"2236":1,"2237":1,"2248":1,"2252":1,"2259":2,"2273":2,"2275":7,"2286":1,"2290":1,"2291":1,"2294":2,"2300":1,"2303":1,"2311":1,"2321":1,"2329":1,"2330":2,"2345":1,"2351":1,"2359":2,"2368":1,"2372":1,"2374":1,"2378":1,"2380":1,"2384":2,"2386":1,"2387":1,"2388":1,"2390":2,"2397":1,"2398":1,"2400":1,"2403":1,"2404":1,"2406":1,"2409":1,"2411":1,"2413":1,"2418":1,"2419":1,"2421":1,"2422":1,"2426":2,"2432":1,"2433":3,"2438":1,"2440":1,"2443":1,"2445":1,"2449":1,"2450":1,"2451":1,"2453":2,"2458":1,"2459":2,"2462":1,"2464":1,"2466":1,"2467":1,"2468":1,"2472":1,"2477":1,"2478":2,"2480":1,"2482":1,"2484":6,"2485":1,"2489":1,"2490":1,"2491":1,"2493":1,"2495":1,"2499":1,"2501":1,"2506":1,"2508":1,"2509":1,"2513":2,"2518":1,"2520":1,"2523":1,"2524":1,"2526":1,"2530":1,"2532":1,"2537":2,"2538":1,"2540":1,"2541":1,"2544":2,"2547":1,"2554":1,"2573":1,"2574":1,"2578":1,"2580":1,"2584":1,"2586":1,"2590":2,"2592":1,"2593":1,"2594":1,"2596":2,"2601":1,"2602":2,"2603":2,"2604":2,"2605":4,"2607":1,"2608":1,"2609":10,"2610":2,"2611":2,"2615":9,"2616":1,"2617":1,"2618":1,"2619":2,"2623":2,"2624":12,"2625":1,"2626":2,"2627":1,"2629":1,"2630":2,"2631":1,"2633":2,"2634":5,"2638":1,"2639":1,"2640":6,"2644":4,"2646":3,"2647":1,"2648":6,"2649":3,"2653":2,"2654":1}}],["fairly",{"2":{"2604":1,"2640":1}}],["fail",{"2":{"91":2,"144":1}}],["failing",{"2":{"90":1}}],["fails",{"0":{"88":1},"2":{"0":1}}],["falling",{"2":{"1141":1}}],["falls",{"2":{"624":2}}],["fall",{"2":{"152":1,"186":1,"2662":1}}],["false",{"2":{"0":203,"14":1,"19":1,"22":7,"31":1,"34":1,"45":1,"47":1,"78":2,"82":6,"97":5,"98":2,"121":2,"128":1,"150":3,"152":2,"183":4,"185":1,"191":1,"205":9,"218":2,"229":1,"275":1,"281":1,"284":1,"286":2,"301":2,"304":8,"306":1,"322":1,"328":1,"331":1,"333":2,"348":2,"351":8,"353":1,"410":3,"443":3,"474":3,"491":1,"515":5,"523":1,"543":1,"577":1,"585":4,"621":1,"625":3,"626":3,"628":1,"664":2,"704":1,"719":1,"750":1,"751":2,"752":5,"753":1,"754":2,"758":3,"764":1,"777":2,"786":1,"800":1,"801":1,"820":1,"832":1,"844":2,"863":1,"874":1,"891":1,"897":1,"908":4,"910":1,"933":1,"945":1,"947":1,"949":1,"961":1,"975":1,"978":1,"980":1,"1013":1,"1014":1,"1020":1,"1022":1,"1048":1,"1053":1,"1055":1,"1058":1,"1094":1,"1096":1,"1101":1,"1130":1,"1141":2,"1143":2,"1183":1,"1193":1,"1195":1,"1197":1,"1219":1,"1229":1,"1231":1,"1233":1,"1252":1,"1254":1,"1256":1,"1278":1,"1284":1,"1289":1,"1313":1,"1315":1,"1317":1,"1319":1,"1338":1,"1352":1,"1366":1,"1368":1,"1371":1,"1395":1,"1397":1,"1399":1,"1444":1,"1448":1,"1450":1,"1452":1,"1490":1,"1502":1,"1504":1,"1506":1,"1532":1,"1535":1,"1540":1,"1552":1,"1562":1,"1564":1,"1566":1,"1569":5,"1578":1,"1592":1,"1594":1,"1596":1,"1600":5,"1609":1,"1621":1,"1623":1,"1625":1,"1652":1,"1657":1,"1659":1,"1685":1,"1691":1,"1693":1,"1763":1,"1766":1,"1770":1,"1796":1,"1799":1,"1804":1,"1823":1,"1825":1,"1829":1,"1848":1,"1850":1,"1854":1,"1856":3,"1858":1,"1873":1,"1901":1,"1903":1,"1905":1,"1917":1,"1922":7,"1931":1,"1933":1,"1948":1,"1951":1,"1954":1,"1956":1,"1988":1,"1990":1,"1994":1,"2037":1,"2039":1,"2041":1,"2053":1,"2067":1,"2069":1,"2072":1,"2092":1,"2094":1,"2103":1,"2149":1,"2152":1,"2155":1,"2174":1,"2179":1,"2184":1,"2186":1,"2209":1,"2224":1,"2228":1,"2232":1,"2234":1,"2247":1,"2257":1,"2260":1,"2267":1,"2270":1,"2271":1,"2272":1,"2293":1,"2295":1,"2297":1,"2321":1,"2322":1,"2323":1,"2324":1,"2325":1,"2355":1,"2357":1,"2360":1,"2364":1,"2377":1,"2389":1,"2391":1,"2393":1,"2423":1,"2428":1,"2430":1,"2448":1,"2452":1,"2454":1,"2456":1,"2474":1,"2495":2,"2504":1,"2510":1,"2515":1,"2517":1,"2542":1,"2545":1,"2550":1,"2569":1,"2570":1,"2583":1,"2595":1,"2597":1,"2599":1,"2609":2,"2611":2,"2624":5,"2629":3,"2634":2,"2635":1,"2640":1,"2641":3}}],["fake",{"2":{"148":1,"168":1,"2636":1}}],["family",{"2":{"109":2,"241":1,"251":1,"268":1,"293":1,"315":1,"340":1,"391":1,"500":1,"530":1,"558":1,"607":1,"644":1,"682":1,"892":1}}],["familiar",{"2":{"8":1,"162":1}}],["fault",{"2":{"27":1}}],["facet",{"2":{"166":2,"205":1,"2615":1}}],["face",{"2":{"82":1,"1629":1,"2484":1}}],["faces",{"2":{"0":3,"35":1,"1627":2,"1628":2,"1629":3,"2609":2,"2611":2,"2644":1}}],["facing",{"2":{"71":1,"2484":1}}],["fact",{"2":{"69":1,"102":1}}],["factors",{"2":{"23":2,"105":1}}],["factor",{"0":{"2311":1,"2477":1},"2":{"0":11,"19":1,"22":2,"23":3,"24":3,"106":4,"1116":1,"1268":1,"1295":1,"2303":1,"2311":1,"2343":1,"2459":3,"2462":1,"2477":1,"2605":1}}],["fastie",{"2":{"2662":1}}],["faster",{"2":{"31":1,"1288":1,"1912":1,"2601":1}}],["fast",{"2":{"0":1,"162":1,"1282":1}}],["fastshading",{"2":{"0":9,"1016":1,"1049":1,"1653":1,"1687":1,"2180":1,"2424":1,"2511":1,"2605":1}}],["farplane",{"2":{"2642":2}}],["farclip=1000f0",{"2":{"0":1}}],["far",{"2":{"0":11,"35":1,"45":9,"122":1,"627":1,"757":1,"2615":1,"2620":1,"2629":1,"2632":1,"2640":2,"2644":5}}],["fictive",{"2":{"1323":1}}],["fire",{"2":{"1287":1}}],["firebrick",{"2":{"603":1}}],["firstly",{"2":{"147":1}}],["first",{"0":{"198":1},"2":{"0":20,"8":3,"22":1,"31":1,"34":1,"45":1,"51":1,"53":1,"60":1,"68":2,"74":1,"75":1,"77":1,"78":2,"80":1,"82":1,"101":1,"102":1,"105":1,"107":2,"116":1,"132":1,"133":1,"134":1,"136":1,"141":9,"142":1,"147":2,"148":3,"157":1,"185":1,"190":2,"191":1,"197":1,"290":1,"299":1,"337":1,"346":1,"577":1,"582":1,"583":1,"626":1,"989":1,"1242":1,"1429":1,"1762":1,"1831":1,"1915":1,"1996":1,"2275":1,"2398":1,"2484":1,"2485":1,"2495":1,"2618":1,"2619":2,"2623":3,"2625":1,"2626":1,"2627":2,"2630":1,"2638":1,"2647":1,"2648":1,"2649":1}}],["filter",{"2":{"82":1}}],["fills",{"2":{"2615":1}}],["filling",{"2":{"1915":1,"2615":1}}],["fill",{"2":{"0":2,"98":1,"106":1,"122":1,"164":1,"184":5,"185":5,"189":10,"578":1,"1025":1,"1287":1,"1374":3,"1586":1,"1856":1,"1918":1,"2190":1,"2330":1,"2615":3,"2651":7,"2653":2}}],["filled",{"2":{"0":2,"396":1,"1235":1,"1915":2,"2273":1,"2639":1}}],["fillto",{"0":{"1073":1,"1465":1},"2":{"0":2,"148":1,"1058":2,"1457":1}}],["filename",{"2":{"0":2,"1287":2}}],["fileio",{"2":{"0":2,"31":1,"32":1,"33":1,"34":1,"35":1,"36":1,"64":1,"163":1,"189":2,"222":1,"373":1,"410":1,"443":1,"474":1,"1545":1,"1628":1,"1629":1,"2484":4,"2611":3,"2614":3,"2624":1,"2625":1,"2644":1}}],["file",{"0":{"9":1},"2":{"0":19,"9":3,"26":1,"63":1,"105":2,"106":1,"109":3,"2206":2,"2618":1,"2623":1,"2644":1}}],["filepaths",{"2":{"0":1,"79":1}}],["files",{"2":{"0":2,"9":1,"79":2,"106":1,"2618":2,"2623":1,"2641":1}}],["finish",{"2":{"1284":1,"2618":1}}],["finishes",{"2":{"152":1}}],["fine",{"2":{"61":1}}],["final=true",{"2":{"2555":2}}],["finally",{"2":{"68":1,"82":1,"148":1,"2644":1}}],["finallimits",{"2":{"66":1,"69":2}}],["final",{"0":{"2562":1,"2563":1,"2564":1,"2570":1,"2638":1},"2":{"0":12,"8":1,"105":1,"107":2,"128":1,"152":1,"195":5,"396":1,"627":1,"1076":1,"1307":1,"1312":1,"1481":1,"1510":1,"2194":1,"2368":1,"2520":1,"2555":3,"2638":1}}],["finalized",{"2":{"0":2,"516":1,"1282":1}}],["finder",{"2":{"299":3,"346":3}}],["finds",{"2":{"134":1}}],["finding",{"2":{"76":1,"287":1,"299":1,"334":1,"346":1}}],["find",{"2":{"0":1,"7":1,"27":2,"60":1,"74":2,"94":1,"109":1,"111":1,"161":1,"2613":1,"2618":1,"2623":1,"2625":1,"2652":1}}],["field",{"2":{"0":1,"45":1,"100":1,"140":1,"157":1,"691":1}}],["fields",{"2":{"0":8,"45":2,"79":1,"111":1,"2646":1,"2647":1}}],["fixrmin",{"0":{"769":1},"2":{"0":1,"751":1,"754":2}}],["fixing",{"2":{"0":3,"27":1,"45":3,"2627":1}}],["fix",{"2":{"0":5,"45":3,"46":1,"47":1,"75":1,"135":1,"191":1,"1922":1,"2615":1,"2640":1}}],["fixed",{"0":{"575":1},"2":{"0":10,"44":1,"45":5,"68":1,"98":1,"128":2,"207":1,"396":1,"575":4,"577":5,"578":2,"769":1,"863":1,"2615":2,"2638":1,"2649":1}}],["fitzhughnagumo",{"2":{"2122":3}}],["fitzoom",{"2":{"396":3}}],["fitrobust",{"2":{"0":2,"1807":1,"1831":2}}],["fitted",{"2":{"0":1,"1831":1,"1917":1}}],["fitting",{"2":{"0":1,"98":1,"152":2,"396":1,"1422":1}}],["fits",{"2":{"0":2,"1917":1}}],["fit",{"0":{"98":1},"2":{"0":14,"31":1,"64":2,"98":3,"122":1,"162":1,"196":1,"374":1,"379":1,"396":2,"577":2,"603":1,"1408":1,"1831":4,"1917":2,"2615":1,"2619":2,"2620":1,"2621":1,"2622":1}}],["figpos",{"2":{"753":2}}],["figlike",{"2":{"0":1}}],["figure=",{"2":{"1287":1,"1288":1}}],["figurepadding=0",{"2":{"1284":1}}],["figures",{"0":{"99":1},"1":{"100":1,"101":1,"102":1,"103":1,"104":1,"105":1,"106":1,"107":1},"2":{"23":1,"24":1,"25":1,"31":1,"106":1,"107":3,"155":1,"162":1,"166":1,"2615":2,"2625":1}}],["figureaxisplot",{"2":{"0":2,"79":1,"82":1,"100":2,"137":2,"138":2,"162":1}}],["figurelike",{"2":{"0":4,"61":1}}],["figure",{"0":{"29":1,"38":1,"98":2,"100":1,"101":1,"103":1,"104":1,"105":1,"107":1,"193":1,"2615":1,"2620":1,"2623":1},"1":{"106":1,"107":1,"194":1,"195":1},"2":{"0":36,"7":1,"8":3,"20":2,"23":2,"24":3,"25":1,"31":1,"32":1,"33":1,"34":1,"35":28,"36":1,"37":4,"38":2,"39":1,"40":1,"46":1,"59":1,"60":1,"63":1,"64":3,"73":1,"74":1,"79":1,"82":2,"96":1,"97":1,"98":7,"99":1,"100":14,"101":3,"102":5,"103":5,"104":5,"105":8,"106":9,"107":7,"110":2,"120":2,"121":1,"136":1,"137":3,"138":4,"139":3,"140":3,"141":1,"142":1,"148":1,"150":3,"155":2,"162":6,"163":1,"166":1,"167":2,"168":1,"169":2,"178":1,"184":1,"185":1,"186":1,"187":1,"190":2,"191":2,"192":2,"194":1,"195":4,"202":1,"204":1,"205":2,"206":1,"207":2,"208":1,"222":1,"223":1,"234":1,"239":1,"248":1,"249":1,"261":1,"266":1,"279":1,"287":2,"290":2,"299":1,"301":1,"304":1,"308":1,"313":1,"326":1,"334":2,"337":1,"346":1,"348":1,"351":1,"357":1,"358":1,"361":1,"362":1,"364":1,"373":2,"374":1,"379":1,"383":1,"384":3,"396":1,"410":1,"443":1,"474":1,"491":1,"515":2,"575":1,"576":1,"577":1,"578":1,"579":1,"580":1,"581":1,"582":2,"583":1,"584":1,"585":1,"603":2,"624":1,"625":2,"626":2,"627":1,"628":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"691":1,"704":1,"705":2,"749":1,"750":1,"751":2,"752":1,"753":3,"757":4,"758":1,"844":1,"863":1,"873":1,"874":1,"908":1,"924":1,"952":2,"983":2,"1025":2,"1058":5,"1106":1,"1107":1,"1142":1,"1143":1,"1164":2,"1200":2,"1235":3,"1236":1,"1284":1,"1285":1,"1287":1,"1288":1,"1289":2,"1322":4,"1323":2,"1324":1,"1343":3,"1374":3,"1404":2,"1405":2,"1406":1,"1407":1,"1409":1,"1426":4,"1429":1,"1430":1,"1455":1,"1457":1,"1458":1,"1545":1,"1569":1,"1572":1,"1584":1,"1585":1,"1586":2,"1587":1,"1599":1,"1600":1,"1774":6,"1856":1,"1880":2,"1913":1,"1919":1,"1920":1,"1922":1,"1925":1,"1926":1,"1944":1,"1949":1,"1952":1,"1953":1,"1960":1,"2044":1,"2075":4,"2111":1,"2189":1,"2190":1,"2191":1,"2193":1,"2194":1,"2195":2,"2196":1,"2197":1,"2330":1,"2331":1,"2332":1,"2398":1,"2433":1,"2459":1,"2602":1,"2607":1,"2608":1,"2609":3,"2610":1,"2611":1,"2615":14,"2619":1,"2620":7,"2621":1,"2622":1,"2623":3,"2624":3,"2625":3,"2626":1,"2627":1,"2643":1,"2644":28,"2651":1}}],["fig",{"2":{"0":30,"8":3,"10":4,"11":2,"12":4,"20":2,"23":1,"24":3,"31":4,"32":2,"33":2,"34":36,"36":2,"46":4,"59":4,"60":2,"63":3,"75":1,"82":16,"83":4,"121":5,"137":1,"138":3,"140":2,"141":9,"142":14,"148":2,"151":3,"189":2,"190":6,"191":7,"196":2,"299":5,"346":5,"357":6,"358":5,"361":5,"362":6,"364":5,"373":10,"374":3,"379":3,"383":3,"384":8,"396":5,"410":4,"443":4,"474":4,"491":5,"515":19,"516":3,"584":6,"603":6,"633":5,"639":5,"664":8,"665":5,"668":5,"669":5,"678":5,"685":5,"691":3,"704":9,"705":4,"753":7,"757":14,"758":4,"844":5,"863":4,"908":6,"983":3,"1058":8,"1106":4,"1107":4,"1284":3,"1285":7,"1289":2,"1324":4,"1429":3,"1430":6,"1431":3,"1457":3,"1458":4,"1572":3,"1584":3,"1585":3,"1586":7,"1587":3,"1856":9,"1925":6,"1926":6,"1944":6,"1949":5,"1952":4,"1953":4,"1998":2,"2122":3,"2239":2,"2330":3,"2331":4,"2332":4,"2398":4,"2433":4,"2602":3,"2607":6,"2608":6,"2609":9,"2610":3,"2611":3}}],["fuchsia",{"2":{"2662":1}}],["fun",{"2":{"983":2}}],["fundamental",{"2":{"155":1}}],["func",{"2":{"0":19,"66":1,"68":3,"69":2,"71":1,"76":1,"704":3,"1424":1,"2127":2}}],["funcs",{"2":{"0":1,"704":3}}],["functionalities",{"2":{"149":1,"2646":1}}],["functionality",{"2":{"0":1,"111":1,"150":1,"152":1,"161":1,"748":1,"1856":1}}],["functions",{"0":{"141":1,"142":1},"2":{"0":10,"10":1,"13":1,"27":1,"45":1,"76":1,"82":1,"90":1,"104":1,"130":1,"132":2,"136":2,"141":1,"142":1,"143":2,"147":1,"149":3,"155":1,"158":1,"159":1,"162":2,"177":1,"203":2,"205":1,"207":1,"216":1,"217":1,"234":1,"625":1,"750":2,"845":1,"1773":1,"2127":1,"2196":2,"2619":1,"2621":1,"2640":1,"2644":1}}],["function",{"0":{"83":1,"217":1,"1427":1},"2":{"0":570,"8":6,"12":1,"14":2,"16":1,"17":1,"20":1,"22":3,"31":1,"33":1,"34":3,"35":2,"36":1,"39":1,"46":1,"47":1,"56":1,"58":1,"59":2,"60":6,"63":1,"66":1,"67":1,"68":2,"69":1,"76":7,"82":5,"83":2,"85":1,"92":1,"98":1,"100":1,"102":1,"104":2,"132":3,"133":1,"135":2,"136":1,"138":2,"142":1,"147":2,"148":4,"149":3,"150":1,"151":1,"152":4,"153":1,"158":3,"159":1,"165":1,"166":1,"167":1,"168":1,"169":2,"178":1,"181":1,"195":2,"196":1,"208":1,"212":1,"217":4,"218":3,"234":3,"287":4,"290":1,"334":4,"337":1,"585":1,"594":1,"626":1,"704":1,"844":1,"861":1,"874":1,"905":1,"924":2,"930":2,"936":1,"937":1,"938":1,"951":3,"958":2,"964":1,"965":1,"966":1,"982":4,"983":2,"995":2,"1001":1,"1002":1,"1003":1,"1024":2,"1032":2,"1039":1,"1040":1,"1041":1,"1057":2,"1067":2,"1079":1,"1080":1,"1081":1,"1104":2,"1139":2,"1163":2,"1170":2,"1176":1,"1177":1,"1178":1,"1199":2,"1206":2,"1212":1,"1213":1,"1214":1,"1235":2,"1245":1,"1246":1,"1247":1,"1258":2,"1282":2,"1285":1,"1298":2,"1303":1,"1304":1,"1305":1,"1307":1,"1312":1,"1314":1,"1321":2,"1342":3,"1349":2,"1355":1,"1356":1,"1357":1,"1373":2,"1380":2,"1387":1,"1388":1,"1389":1,"1402":2,"1407":1,"1416":2,"1424":3,"1427":2,"1436":2,"1441":1,"1442":1,"1443":1,"1454":2,"1481":2,"1487":2,"1493":1,"1494":1,"1495":1,"1510":2,"1516":2,"1522":1,"1523":1,"1524":1,"1544":2,"1550":2,"1555":1,"1556":1,"1557":1,"1568":2,"1575":2,"1581":1,"1582":1,"1583":1,"1598":2,"1606":2,"1612":1,"1613":1,"1614":1,"1627":2,"1629":1,"1636":2,"1643":1,"1644":1,"1645":1,"1661":2,"1669":2,"1676":1,"1677":1,"1678":1,"1749":2,"1757":1,"1758":1,"1759":1,"1773":2,"1780":2,"1786":1,"1787":1,"1788":1,"1806":2,"1814":1,"1815":1,"1816":1,"1831":2,"1839":1,"1840":1,"1841":1,"1856":4,"1877":1,"1879":2,"1886":2,"1893":1,"1894":1,"1895":1,"1908":2,"1928":2,"1938":1,"1939":1,"1940":1,"1959":2,"1966":2,"1972":1,"1973":1,"1974":1,"1996":2,"2016":2,"2022":2,"2029":1,"2030":1,"2031":1,"2043":3,"2050":2,"2056":1,"2057":1,"2058":1,"2074":2,"2085":1,"2086":1,"2087":1,"2110":2,"2121":4,"2122":1,"2127":2,"2130":2,"2137":1,"2138":1,"2139":1,"2157":2,"2158":1,"2165":2,"2171":1,"2172":1,"2173":1,"2188":2,"2204":2,"2214":1,"2215":1,"2216":1,"2237":2,"2248":1,"2249":1,"2250":1,"2273":2,"2279":1,"2286":1,"2287":1,"2288":1,"2300":2,"2329":2,"2338":1,"2345":1,"2346":1,"2347":1,"2368":2,"2374":2,"2380":1,"2381":1,"2382":1,"2397":2,"2406":2,"2413":1,"2414":1,"2415":1,"2432":2,"2440":2,"2445":1,"2446":1,"2447":1,"2458":2,"2466":2,"2478":2,"2486":1,"2493":2,"2501":1,"2502":1,"2503":1,"2505":1,"2520":2,"2526":2,"2532":1,"2533":1,"2534":1,"2554":2,"2573":2,"2580":2,"2586":1,"2587":1,"2588":1,"2605":1,"2611":1,"2615":1,"2619":4,"2622":1,"2623":1,"2640":1,"2644":5,"2648":1}}],["future",{"2":{"31":2,"161":2,"162":1,"165":1,"1286":1}}],["fullaxis",{"2":{"753":6}}],["fully",{"2":{"53":1,"58":1,"147":1,"162":1,"191":1,"192":1,"194":1,"627":1,"1286":1,"2189":1}}],["fullscreen",{"2":{"22":2}}],["full",{"0":{"29":1,"147":1},"2":{"0":2,"67":1,"74":1,"82":1,"143":1,"147":1,"149":1,"162":1,"581":1,"585":1,"751":1,"817":1,"1761":1,"2485":1,"2624":1,"2646":1}}],["furthest",{"2":{"0":1,"45":1}}],["furthermore",{"2":{"0":1,"78":1,"83":1,"104":1,"754":1}}],["further",{"2":{"0":112,"45":1,"83":1,"102":2,"137":1,"751":2,"2605":1,"2626":1,"2640":1}}],["tbl",{"2":{"1058":22}}],["tb",{"2":{"874":2}}],["tt",{"2":{"152":8}}],["ttf",{"2":{"94":1,"109":1}}],["tmp3d",{"2":{"36":3}}],["twelvebitrainbow",{"2":{"2662":1}}],["tweaks",{"0":{"2629":1,"2638":1},"2":{"2633":1}}],["tweaking",{"0":{"584":1,"2197":1}}],["tweakable",{"2":{"0":1}}],["tweakability",{"2":{"0":1}}],["twilight",{"2":{"2657":1}}],["twin",{"0":{"208":1}}],["twitter",{"2":{"35":1}}],["twice",{"2":{"0":1,"135":1,"1424":1}}],["two",{"0":{"1426":1},"2":{"0":21,"5":1,"10":1,"39":1,"68":1,"71":1,"80":2,"94":1,"105":1,"132":2,"135":3,"136":1,"138":1,"143":1,"147":1,"148":1,"152":2,"159":1,"162":1,"190":3,"191":3,"192":1,"195":1,"217":1,"279":1,"299":1,"326":1,"346":1,"577":2,"583":2,"585":1,"626":1,"756":1,"989":1,"1107":2,"1289":1,"1323":1,"1369":1,"1831":1,"1944":1,"2070":1,"2332":2,"2484":1,"2619":2,"2620":1,"2629":1,"2630":1,"2631":1,"2646":1,"2647":1}}],["typographic",{"2":{"105":1}}],["typical",{"2":{"0":1}}],["typically",{"2":{"0":3,"80":1,"218":1,"1856":2,"2601":2,"2604":1,"2613":1}}],["typ",{"2":{"0":1}}],["type=axis",{"2":{"1284":2,"1285":1,"1287":1,"1288":1}}],["type=axis3",{"2":{"983":2,"1025":1,"2158":2,"2398":2,"2574":1}}],["type=automatic",{"2":{"75":2}}],["typemax",{"2":{"82":1}}],["types",{"0":{"2606":1,"2645":1},"1":{"2607":1,"2608":1,"2609":1,"2610":1,"2611":1,"2612":1,"2646":1,"2647":1,"2648":1},"2":{"0":11,"48":1,"60":1,"72":2,"74":2,"75":1,"76":1,"106":1,"131":1,"143":2,"144":1,"145":2,"146":2,"147":1,"148":1,"162":1,"167":2,"218":1,"574":1,"1627":1,"2485":1,"2603":2,"2644":1}}],["typed",{"2":{"0":1,"79":1,"81":1}}],["type",{"0":{"17":1,"144":1,"752":1,"1629":1},"1":{"145":1,"146":1},"2":{"0":344,"17":3,"37":1,"41":1,"45":2,"47":1,"63":1,"67":3,"69":1,"73":1,"74":3,"75":4,"76":7,"91":1,"106":1,"131":4,"136":1,"143":4,"144":3,"145":7,"147":5,"148":10,"150":1,"151":2,"152":1,"162":3,"166":3,"167":1,"168":1,"182":1,"183":1,"196":1,"215":1,"217":3,"218":3,"625":1,"752":1,"874":1,"905":1,"924":2,"939":1,"951":2,"968":1,"982":2,"1024":2,"1057":2,"1104":2,"1139":2,"1163":2,"1199":2,"1235":2,"1258":2,"1282":3,"1284":1,"1287":1,"1289":1,"1321":2,"1342":2,"1359":1,"1373":2,"1402":2,"1424":2,"1431":1,"1454":2,"1481":2,"1496":1,"1510":2,"1544":2,"1568":2,"1585":1,"1598":2,"1615":1,"1627":2,"1661":2,"1749":2,"1773":2,"1806":2,"1831":4,"1856":7,"1879":2,"1908":2,"1959":2,"1996":2,"2016":2,"2043":2,"2060":1,"2074":2,"2110":2,"2121":2,"2157":2,"2188":2,"2237":2,"2273":2,"2300":2,"2329":2,"2368":2,"2383":1,"2397":2,"2432":2,"2458":2,"2478":3,"2520":2,"2554":2,"2573":2,"2589":1,"2620":1,"2640":3,"2646":4,"2647":3,"2648":4}}],["talking",{"2":{"2646":1}}],["talked",{"2":{"2642":1}}],["taxi",{"0":{"1287":1},"2":{"1287":1}}],["tab20c",{"2":{"2657":1}}],["tab20b",{"2":{"2657":1}}],["tab20",{"2":{"2657":1}}],["tab10",{"2":{"1058":1,"2649":1,"2651":6,"2657":1}}],["table",{"2":{"14":1,"2484":1,"2652":1}}],["tag",{"2":{"200":1}}],["tags",{"2":{"63":1}}],["tahoe",{"2":{"31":3,"34":1}}],["tailwind",{"2":{"63":2}}],["tailored",{"2":{"30":1}}],["tail",{"2":{"0":6,"985":1,"990":1,"1004":1,"1005":1,"1007":1,"1015":1}}],["tailend",{"2":{"0":1,"985":1}}],["tails",{"2":{"0":2,"982":1,"1013":1}}],["task",{"2":{"0":1,"12":1,"31":1,"34":1,"1058":5,"1294":1,"2624":1}}],["tauto",{"2":{"0":1,"1282":1}}],["target",{"2":{"0":4,"74":1,"75":1,"76":1,"105":1,"107":1,"2418":1,"2625":1,"2646":1,"2648":1}}],["targetlimits",{"0":{"385":1},"2":{"0":2}}],["taken",{"2":{"33":1,"36":1,"576":1,"1285":1,"1912":1,"2196":1}}],["take",{"2":{"0":5,"27":1,"31":2,"72":1,"82":1,"97":2,"101":1,"104":1,"138":1,"152":1,"158":1,"190":1,"983":1,"1369":1,"1875":1,"1918":1,"2070":1,"2189":1,"2196":1,"2484":1,"2498":1,"2604":2,"2618":1,"2621":1,"2640":1,"2644":1}}],["takes",{"2":{"0":18,"14":1,"69":1,"103":1,"138":2,"140":1,"290":1,"337":1,"1288":1,"1315":1,"2196":1,"2481":1,"2648":1}}],["taking",{"2":{"0":1,"31":1,"874":1,"905":1}}],["tandem",{"2":{"30":1}}],["tangens",{"2":{"0":1}}],["tan",{"2":{"0":1}}],["turbo",{"2":{"2662":1}}],["turbid",{"2":{"2655":1}}],["turku50",{"2":{"2656":1}}],["turku25",{"2":{"2656":1}}],["turku100",{"2":{"2656":1}}],["turku10",{"2":{"2656":1}}],["turku",{"2":{"2656":1}}],["turned",{"2":{"769":1,"2601":1}}],["turntable",{"2":{"0":3}}],["turn",{"2":{"0":1,"31":1,"133":1,"191":1,"983":2,"2601":1}}],["turns",{"2":{"0":6,"196":1}}],["tup",{"2":{"1629":2}}],["tuples",{"2":{"0":6,"1139":1,"1879":1,"1996":1}}],["tuple",{"2":{"0":38,"32":1,"56":1,"83":1,"103":1,"134":1,"145":1,"147":1,"148":2,"164":1,"166":1,"167":1,"234":3,"299":1,"304":1,"346":1,"351":1,"373":1,"382":2,"384":1,"515":1,"585":1,"940":1,"969":1,"1285":1,"1360":1,"1404":1,"1412":1,"1413":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"1877":1,"1944":1,"1996":2,"2061":1,"2303":1,"2338":1,"2384":1,"2459":1,"2462":1,"2537":1,"2590":1,"2633":1,"2648":2,"2650":1}}],["tutorial",{"2":{"57":1,"130":1,"2616":1,"2618":7,"2623":1,"2624":1,"2646":2}}],["tune",{"2":{"34":1}}],["tunable",{"2":{"0":43,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1437":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2280":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1}}],["tukey",{"2":{"0":1,"1104":1}}],["ternary",{"2":{"2660":3}}],["terrain",{"2":{"2657":1}}],["terminal",{"2":{"26":1,"2618":1}}],["terms",{"2":{"0":1,"22":1,"190":1,"1856":1,"1914":1,"2625":1}}],["teach",{"2":{"2646":2,"2647":1}}],["teal",{"2":{"192":1,"2330":2}}],["technical",{"2":{"195":1,"200":1,"1323":1}}],["technically",{"2":{"69":1,"157":1}}],["technique",{"2":{"135":1,"2615":1}}],["tedious",{"2":{"134":1,"167":1,"181":1,"205":1}}],["tend",{"2":{"90":1}}],["tends",{"2":{"82":1}}],["te",{"2":{"71":1}}],["tempo",{"2":{"2655":1}}],["temporary",{"2":{"152":3}}],["temporarily",{"2":{"0":3,"181":1}}],["temp",{"2":{"152":3}}],["temperaturemap",{"2":{"2662":1}}],["temperatures",{"2":{"1323":1}}],["temperature",{"2":{"138":1,"515":2}}],["template",{"2":{"63":13}}],["telegeography",{"2":{"36":3}}],["tell",{"2":{"19":1,"26":1,"83":1,"97":1,"122":1,"127":1,"2615":1,"2647":1}}],["tells",{"2":{"0":1,"751":1,"2646":2}}],["tellwidth",{"0":{"247":1,"366":1,"387":1,"512":1,"552":1,"600":1,"616":1,"680":1,"701":1,"726":1,"808":1,"859":1,"869":1,"901":1,"920":1},"2":{"0":15,"97":1,"121":2,"128":1,"164":1,"491":1,"585":1,"603":1,"626":2,"628":1,"664":4,"874":1,"1058":1,"1569":4,"1600":4,"1922":6}}],["tellheight",{"0":{"246":1,"365":1,"386":1,"511":1,"551":1,"599":1,"615":1,"679":1,"700":1,"725":1,"807":1,"858":1,"868":1,"900":1,"919":1},"2":{"0":15,"97":3,"128":1,"164":1,"585":1,"603":1,"626":2,"628":2,"664":4,"704":1,"863":1,"908":1,"1058":1,"2624":2,"2629":2,"2635":1}}],["tesselation",{"2":{"1629":1}}],["tessellations",{"2":{"2459":2}}],["tessellation",{"2":{"0":1,"2458":1,"2459":2}}],["tessalation",{"2":{"0":1,"2458":1}}],["testing",{"2":{"1569":2,"1600":2,"1856":2,"1922":2}}],["tests",{"2":{"117":1}}],["test",{"2":{"0":3,"82":1,"85":1,"1807":1,"1832":1,"2624":1,"2635":1}}],["tex",{"2":{"0":4,"109":1,"110":4,"1912":1}}],["textoffset",{"0":{"1161":1},"2":{"0":1,"1141":2}}],["texts",{"2":{"0":4,"715":1,"727":1,"728":1,"2188":1,"2231":1}}],["textures",{"2":{"2484":4}}],["texturemaps",{"0":{"2484":1}}],["texture",{"2":{"0":15,"90":2,"92":3,"1029":2,"1513":2,"1629":1,"1633":2,"1777":2,"1915":1,"2484":5,"2485":1,"2490":1,"2504":1,"2518":2,"2523":2,"2601":2,"2611":2,"2613":1}}],["textbox",{"0":{"746":1,"873":1},"1":{"874":1,"875":1,"876":1,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"886":1,"887":1,"888":1,"889":1,"890":1,"891":1,"892":1,"893":1,"894":1,"895":1,"896":1,"897":1,"898":1,"899":1,"900":1,"901":1,"902":1,"903":1,"904":1,"905":1,"906":1,"907":1},"2":{"0":3,"873":3,"874":3,"876":1,"889":1,"891":1,"894":1,"895":1,"897":1,"905":1,"906":1,"907":1}}],["textpadding",{"0":{"728":1,"904":1,"2265":1},"2":{"0":3}}],["textcolor",{"0":{"727":1,"902":1,"903":1,"1160":1,"2264":1},"2":{"0":13,"66":4,"240":1,"250":1,"267":1,"292":1,"314":1,"339":1,"390":1,"404":1,"418":1,"437":1,"451":1,"468":1,"482":1,"505":1,"529":1,"557":1,"606":1,"643":1,"681":1,"791":1,"824":1,"836":1,"902":1,"1083":1,"1141":3,"1142":1,"1160":1,"1468":1,"2201":1,"2264":1}}],["text",{"0":{"97":1,"151":1,"617":1,"1159":1,"1736":1,"2188":1,"2196":1,"2231":1,"2263":1},"1":{"2189":1,"2190":1,"2191":1,"2192":1,"2193":1,"2194":1,"2195":1,"2196":1,"2197":2,"2198":1,"2199":1,"2200":1,"2201":1,"2202":1,"2203":1,"2204":1,"2205":1,"2206":1,"2207":1,"2208":1,"2209":1,"2210":1,"2211":1,"2212":1,"2213":1,"2214":1,"2215":1,"2216":1,"2217":1,"2218":1,"2219":1,"2220":1,"2221":1,"2222":1,"2223":1,"2224":1,"2225":1,"2226":1,"2227":1,"2228":1,"2229":1,"2230":1,"2231":1,"2232":1,"2233":1,"2234":1,"2235":1,"2236":1},"2":{"0":63,"31":1,"64":1,"66":18,"82":1,"106":2,"107":4,"110":2,"111":3,"120":3,"121":1,"125":1,"150":2,"151":1,"152":6,"164":1,"180":1,"239":2,"248":2,"266":1,"290":1,"299":1,"313":1,"337":1,"346":1,"504":1,"582":9,"603":5,"605":1,"606":1,"607":1,"608":1,"609":1,"610":1,"611":1,"612":1,"613":1,"614":1,"617":2,"618":1,"619":1,"620":1,"646":1,"886":1,"891":1,"893":1,"896":1,"897":2,"902":1,"903":1,"904":1,"1058":1,"1139":1,"1141":4,"1142":2,"1143":2,"1183":1,"1219":1,"1584":4,"1585":2,"1586":2,"1587":2,"1913":2,"1914":3,"2188":10,"2189":12,"2190":4,"2191":3,"2192":8,"2193":5,"2194":4,"2195":3,"2196":4,"2197":1,"2201":2,"2210":1,"2211":1,"2217":1,"2223":1,"2225":2,"2226":1,"2231":2,"2232":1,"2236":1,"2245":1,"2251":1,"2261":1,"2262":1,"2264":1,"2265":1,"2643":2,"2651":31,"2653":4}}],["tiny",{"2":{"106":1}}],["tiling",{"2":{"91":1}}],["tile",{"2":{"90":1,"1914":1}}],["tilt",{"2":{"0":3,"45":3}}],["tif",{"2":{"36":1}}],["tip",{"2":{"0":1,"60":1,"1915":1,"2253":1}}],["timings",{"0":{"1315":1},"2":{"0":1,"1286":1,"1288":1}}],["timestamp",{"2":{"148":1}}],["timestamps",{"2":{"10":4,"148":6}}],["times",{"2":{"0":5,"75":1,"134":1,"135":1,"140":1,"148":6,"239":1,"248":1,"266":1,"313":1,"578":1,"1944":1,"2615":1,"2644":1}}],["timeseries",{"2":{"0":12}}],["time",{"2":{"0":3,"10":12,"23":1,"31":1,"63":2,"74":1,"75":8,"106":1,"138":1,"169":1,"210":1,"211":1,"213":1,"1058":1,"1287":2,"1288":1,"1289":1,"2615":3,"2620":1,"2621":1,"2622":1,"2630":1}}],["tighten",{"2":{"0":1,"1248":1}}],["tightlimits",{"2":{"0":4,"169":1,"752":1,"1235":2,"1248":1,"1408":1,"2193":1}}],["tight",{"2":{"0":9,"168":1,"207":5,"396":1,"1248":1}}],["tickvalues",{"2":{"290":1,"299":1,"337":1,"346":1}}],["ticknumbers",{"2":{"76":2}}],["tickrotations",{"2":{"0":6}}],["tickranges",{"2":{"0":3}}],["ticklocations",{"2":{"0":1}}],["ticklabel",{"2":{"0":4,"168":1,"207":1,"418":1,"419":1,"420":1,"421":1,"451":1,"452":1,"453":1,"454":1,"482":1,"483":1,"484":1,"485":1}}],["ticklabels",{"2":{"0":18,"76":2,"205":1,"207":1,"290":1,"299":1,"337":1,"346":1,"422":1,"455":1,"486":1,"560":1,"753":1}}],["ticklabelsvisible",{"0":{"563":1},"2":{"0":1}}],["ticklabelspace",{"0":{"562":1},"2":{"0":1}}],["ticklabelsize",{"0":{"561":1},"2":{"0":1}}],["ticklabelrotation",{"0":{"560":1},"2":{"0":1}}],["ticklabelpad",{"0":{"559":1},"2":{"0":1}}],["ticklabelfont",{"0":{"558":1},"2":{"0":1}}],["ticklabelcolor",{"0":{"557":1},"2":{"0":1}}],["ticklabelalign",{"0":{"556":1},"2":{"0":1}}],["tick",{"2":{"0":20,"75":1,"76":2,"121":1,"207":1,"278":1,"279":1,"280":1,"282":1,"287":1,"290":3,"299":7,"304":1,"325":1,"326":1,"327":1,"329":1,"334":1,"337":3,"346":7,"351":1,"416":1,"417":1,"426":1,"449":1,"450":1,"459":1,"480":1,"481":1,"490":1,"540":1,"541":1,"542":1,"544":1,"553":1,"554":1,"556":1,"557":1,"558":1,"559":2,"561":1,"562":1,"563":1,"565":1,"566":1,"567":1,"753":1,"756":1,"791":1,"792":1,"794":1,"795":1,"824":1,"825":1,"827":1}}],["tickwidth",{"0":{"567":1},"2":{"0":1}}],["tickformat",{"0":{"555":1},"2":{"0":1}}],["tickcolor",{"0":{"554":1},"2":{"0":1}}],["tickalign",{"0":{"553":1},"2":{"0":1}}],["ticksvisible",{"0":{"566":1},"2":{"0":1}}],["ticksize",{"0":{"565":1},"2":{"0":1}}],["ticks",{"0":{"564":1,"773":1},"2":{"0":30,"72":1,"73":1,"74":4,"75":3,"76":6,"205":2,"207":1,"269":1,"277":1,"278":1,"279":3,"280":1,"281":1,"282":1,"290":2,"299":6,"301":2,"316":1,"324":1,"325":1,"326":3,"327":1,"328":1,"329":1,"337":2,"346":6,"348":2,"384":1,"411":1,"413":1,"423":1,"425":1,"444":1,"446":1,"456":1,"458":1,"475":1,"477":1,"487":1,"489":1,"515":3,"516":1,"531":1,"539":1,"540":1,"541":1,"542":1,"543":1,"544":1,"555":1,"564":1,"773":1,"788":1,"789":1,"790":1,"793":1,"796":1,"797":1,"798":1,"799":1,"822":1,"823":1,"826":1,"828":1,"829":1,"830":1,"831":1,"2624":1,"2627":1,"2631":1}}],["titled",{"2":{"626":1}}],["title=join",{"2":{"1285":1}}],["title=",{"2":{"162":2,"1058":1,"2398":1}}],["title=l",{"2":{"120":1}}],["titles",{"2":{"0":3,"582":1,"628":1,"681":1,"682":1,"684":1,"686":1,"687":1,"688":1}}],["titlesize",{"0":{"254":1,"393":1,"686":1,"839":1},"2":{"0":4,"838":1,"839":1}}],["titlevalign",{"0":{"687":1},"2":{"0":1}}],["titlevisible",{"0":{"255":1,"394":1,"688":1,"840":1},"2":{"0":4,"840":1}}],["titleposition",{"0":{"685":1},"2":{"0":1,"628":7,"685":4}}],["titlehalign",{"0":{"684":1},"2":{"0":1}}],["titlelineheight",{"0":{"253":1},"2":{"0":1}}],["titlegap",{"0":{"252":1,"392":1,"683":1,"838":1},"2":{"0":4}}],["titlefont",{"0":{"251":1,"391":1,"682":1,"837":1},"2":{"0":4,"837":1}}],["titlecolor=",{"2":{"1289":1}}],["titlecolor",{"0":{"250":1,"390":1,"681":1,"836":1},"2":{"0":4,"836":1}}],["titlealign",{"0":{"249":1,"389":1,"835":1},"2":{"0":3,"249":3}}],["title",{"0":{"248":1,"388":1,"834":1},"2":{"0":9,"10":1,"14":3,"22":2,"39":2,"96":3,"97":2,"98":1,"102":2,"110":2,"120":1,"121":1,"127":1,"162":1,"169":4,"187":3,"199":1,"202":2,"205":5,"206":3,"207":3,"222":4,"234":4,"239":6,"242":1,"248":6,"249":7,"250":1,"251":1,"252":1,"253":1,"254":1,"255":1,"287":3,"334":3,"373":6,"374":1,"379":1,"383":1,"384":2,"388":1,"389":1,"390":1,"391":1,"392":1,"393":1,"394":1,"410":2,"443":2,"474":2,"575":2,"576":2,"577":3,"578":2,"580":6,"581":5,"582":2,"583":2,"584":3,"623":1,"625":2,"626":1,"683":1,"685":1,"749":2,"750":2,"751":5,"752":2,"753":4,"757":3,"758":2,"834":1,"835":1,"836":1,"837":1,"838":1,"839":1,"840":1,"1058":7,"1236":2,"1323":1,"1404":2,"1405":2,"1406":1,"1407":2,"1409":3,"1545":4,"1586":2,"1856":21,"2017":1,"2275":3,"2330":1,"2398":1,"2620":2,"2621":1,"2622":1,"2624":2,"2629":1,"2630":1,"2633":1,"2634":1}}],["t",{"0":{"94":1},"2":{"0":49,"9":1,"10":6,"12":2,"13":1,"22":1,"27":2,"31":9,"34":1,"45":1,"48":2,"49":1,"51":1,"53":1,"54":1,"58":2,"59":1,"60":5,"68":1,"74":3,"76":1,"80":2,"94":1,"97":1,"102":2,"104":1,"105":1,"106":9,"113":1,"118":1,"120":3,"126":2,"135":1,"141":1,"142":1,"144":1,"145":1,"148":11,"149":1,"152":1,"158":11,"161":2,"162":1,"167":1,"178":1,"190":2,"191":1,"205":1,"216":1,"218":1,"385":1,"396":1,"516":1,"585":1,"594":1,"626":1,"754":1,"832":1,"844":1,"861":1,"863":1,"874":3,"905":2,"908":2,"1025":3,"1137":1,"1282":1,"1284":3,"1285":1,"1286":1,"1289":1,"1290":1,"1292":14,"1914":1,"2121":2,"2122":5,"2189":1,"2192":2,"2199":1,"2217":1,"2433":2,"2485":1,"2615":1,"2617":1,"2625":1,"2631":1,"2633":1,"2640":4,"2644":12}}],["tr",{"2":{"2274":4,"2275":1,"2276":2,"2301":4,"2459":5}}],["troubleshooting",{"0":{"27":1},"2":{"28":1}}],["tree",{"2":{"0":2,"161":1}}],["treatment",{"2":{"2624":1,"2627":1}}],["treats",{"2":{"0":1}}],["treated",{"2":{"0":2,"625":1,"1424":1}}],["truly",{"2":{"191":1}}],["truncating",{"2":{"0":1,"2303":1}}],["truncate",{"2":{"0":5,"972":1,"1363":1,"1589":1,"2064":1}}],["trunkwidth",{"0":{"2108":1},"2":{"0":1,"2075":1}}],["trunklinestyle",{"0":{"2107":1},"2":{"0":1,"2075":1}}],["trunkcolorrange",{"0":{"2106":1},"2":{"0":1}}],["trunkcolormap",{"0":{"2105":1},"2":{"0":1}}],["trunkcolor",{"0":{"2104":1},"2":{"0":2,"2075":2,"2081":1}}],["true",{"2":{"0":322,"16":1,"19":2,"22":9,"34":1,"45":12,"47":1,"58":1,"59":3,"60":1,"66":1,"76":1,"78":2,"79":4,"82":5,"83":1,"97":4,"104":3,"150":3,"152":7,"157":2,"169":1,"185":3,"190":1,"191":7,"196":1,"210":1,"211":1,"213":1,"226":1,"233":1,"237":1,"245":1,"246":1,"247":1,"255":1,"257":1,"264":1,"272":1,"279":2,"285":1,"286":1,"287":2,"298":1,"301":3,"302":1,"304":4,"311":1,"319":1,"326":2,"332":1,"333":1,"334":2,"345":1,"348":3,"349":1,"351":4,"363":1,"365":1,"366":1,"368":1,"386":1,"387":1,"394":1,"400":1,"409":1,"410":3,"414":1,"422":1,"425":1,"428":1,"430":1,"433":1,"442":1,"443":3,"447":1,"455":1,"458":1,"461":1,"464":1,"473":1,"474":3,"478":1,"486":1,"489":1,"511":1,"512":1,"515":2,"516":2,"520":1,"524":1,"534":1,"536":1,"547":1,"551":1,"552":1,"563":1,"566":1,"569":1,"571":1,"577":7,"593":1,"597":1,"599":1,"600":1,"603":1,"615":1,"616":1,"619":1,"625":4,"628":2,"635":1,"664":6,"688":1,"699":1,"700":1,"701":1,"704":1,"705":2,"725":1,"726":1,"751":1,"753":2,"754":4,"758":2,"763":1,"764":2,"769":2,"773":1,"781":1,"798":1,"800":1,"805":1,"807":1,"808":1,"810":2,"815":1,"830":1,"832":1,"833":1,"840":1,"853":1,"856":1,"858":1,"859":1,"868":1,"869":1,"889":1,"900":1,"901":1,"905":1,"908":2,"919":1,"920":1,"935":1,"947":1,"949":1,"950":1,"963":1,"978":1,"980":1,"981":1,"1000":1,"1013":1,"1020":1,"1022":1,"1023":1,"1036":1,"1038":1,"1042":1,"1053":1,"1055":1,"1056":1,"1058":1,"1075":1,"1078":1,"1096":1,"1101":1,"1102":1,"1105":2,"1129":1,"1131":1,"1172":1,"1173":1,"1175":1,"1183":1,"1195":1,"1197":1,"1198":1,"1208":1,"1209":1,"1211":1,"1219":1,"1231":1,"1233":1,"1234":1,"1243":1,"1244":1,"1254":1,"1256":1,"1257":1,"1259":1,"1277":1,"1288":1,"1294":1,"1300":1,"1302":1,"1306":1,"1315":1,"1317":1,"1319":1,"1320":1,"1322":1,"1354":1,"1368":1,"1371":1,"1372":1,"1384":1,"1386":1,"1397":1,"1399":1,"1400":1,"1438":1,"1440":1,"1450":1,"1452":1,"1453":1,"1492":1,"1504":1,"1506":1,"1507":1,"1519":1,"1521":1,"1535":1,"1540":1,"1541":1,"1545":1,"1554":1,"1558":1,"1564":1,"1566":1,"1567":1,"1569":9,"1580":1,"1594":1,"1596":1,"1597":1,"1600":9,"1611":1,"1623":1,"1625":1,"1626":1,"1640":1,"1642":1,"1646":1,"1657":1,"1659":1,"1660":1,"1673":1,"1675":1,"1691":1,"1693":1,"1694":1,"1754":1,"1756":1,"1761":2,"1766":1,"1770":1,"1772":1,"1783":1,"1785":1,"1799":1,"1804":1,"1805":1,"1812":1,"1813":1,"1825":1,"1829":1,"1830":1,"1837":1,"1838":1,"1850":1,"1854":1,"1855":1,"1856":12,"1860":1,"1872":1,"1874":1,"1890":1,"1892":1,"1903":1,"1905":1,"1906":1,"1913":1,"1917":2,"1922":14,"1937":1,"1951":1,"1954":1,"1956":1,"1958":1,"1969":1,"1971":1,"1990":1,"1994":1,"1995":1,"2026":1,"2028":1,"2039":1,"2041":1,"2042":1,"2055":1,"2069":1,"2072":1,"2073":1,"2083":1,"2084":1,"2094":1,"2103":1,"2109":1,"2133":1,"2136":1,"2152":1,"2155":1,"2156":1,"2168":1,"2170":1,"2184":1,"2186":1,"2187":1,"2196":1,"2213":1,"2228":1,"2232":1,"2234":1,"2235":1,"2246":1,"2260":1,"2267":1,"2269":1,"2284":1,"2285":1,"2295":1,"2297":1,"2299":1,"2301":6,"2342":1,"2344":1,"2360":1,"2364":1,"2365":1,"2379":1,"2391":1,"2393":1,"2394":1,"2409":1,"2410":1,"2412":1,"2416":1,"2428":1,"2430":1,"2431":1,"2433":1,"2437":1,"2442":1,"2444":1,"2454":1,"2456":1,"2457":1,"2459":3,"2473":1,"2495":1,"2497":1,"2500":1,"2515":1,"2517":1,"2519":1,"2529":1,"2531":1,"2545":1,"2550":1,"2551":1,"2585":1,"2597":1,"2599":1,"2600":1,"2624":1,"2629":2,"2639":2,"2640":2}}],["tryparse",{"2":{"874":1,"905":1}}],["trydetermine",{"2":{"577":1}}],["trying",{"2":{"73":1,"74":1,"162":1}}],["try",{"2":{"0":2,"18":1,"78":1,"88":1,"97":1,"107":1,"144":1,"148":2,"384":1,"2615":2,"2619":1,"2620":1,"2640":1,"2648":1}}],["tritanopic",{"2":{"2660":5}}],["trig",{"2":{"625":1}}],["triggers",{"2":{"31":1,"135":1,"2485":1}}],["triggering",{"0":{"132":1},"2":{"0":1,"135":4,"148":2,"2485":1}}],["triggered",{"2":{"0":3,"135":1,"761":1}}],["trigger",{"2":{"0":1,"78":1,"132":1,"133":2,"135":3,"148":1,"2486":1}}],["trick",{"2":{"192":1,"195":1}}],["trickier",{"2":{"148":1,"578":1}}],["tricontour",{"2":{"0":1,"2273":1}}],["tricontourf",{"0":{"1738":1,"2273":1},"1":{"2274":1,"2275":1,"2276":1,"2277":1,"2278":1,"2279":1,"2280":1,"2281":1,"2282":1,"2283":1,"2284":1,"2285":1,"2286":1,"2287":1,"2288":1,"2289":1,"2290":1,"2291":1,"2292":1,"2293":1,"2294":1,"2295":1,"2296":1,"2297":1,"2298":1,"2299":1},"2":{"0":12,"2273":4,"2274":2,"2275":7,"2276":1}}],["trivial",{"2":{"107":1}}],["triplet",{"2":{"0":1}}],["triplot",{"0":{"1739":1,"2300":1},"1":{"2301":1,"2302":1,"2303":1,"2304":1,"2305":1,"2306":1,"2307":1,"2308":1,"2309":1,"2310":1,"2311":1,"2312":1,"2313":1,"2314":1,"2315":1,"2316":1,"2317":1,"2318":1,"2319":1,"2320":1,"2321":1,"2322":1,"2323":1,"2324":1,"2325":1,"2326":1,"2327":1,"2328":1},"2":{"0":13,"2300":5,"2301":6}}],["tri",{"2":{"0":1,"163":2,"1628":2,"2275":8,"2301":8,"2321":1,"2459":8,"2624":2,"2633":2}}],["triangulate",{"2":{"2275":3,"2301":3,"2459":3}}],["triangulated",{"2":{"0":1,"2298":1}}],["triangulations",{"2":{"2275":2}}],["triangulation",{"0":{"2275":1,"2298":1},"2":{"0":12,"2273":3,"2275":13,"2298":3,"2300":3,"2301":2,"2303":1,"2325":1}}],["triangular",{"2":{"0":1}}],["triangles",{"2":{"0":5,"190":1,"2273":2,"2300":1,"2328":1}}],["triangle",{"0":{"2268":1,"2328":1},"2":{"0":13,"82":1,"527":1,"538":1,"752":1,"2253":1,"2268":1,"2275":1,"2298":1,"2301":2,"2316":1,"2326":1,"2327":1}}],["trimmed",{"2":{"2615":1}}],["trimming",{"0":{"583":1}}],["trim",{"2":{"0":2,"583":2,"1877":1,"2338":1}}],["tries",{"2":{"0":2,"52":1,"385":1,"577":1}}],["trajectory",{"2":{"1285":3}}],["trailing",{"2":{"138":1}}],["traits",{"2":{"145":2}}],["trait",{"2":{"0":3,"67":2,"144":2,"145":1,"2043":1,"2074":1,"2188":1}}],["trace",{"2":{"625":2}}],["traces",{"2":{"625":3,"2624":1,"2634":1,"2638":1}}],["traced",{"2":{"34":1}}],["tracks",{"2":{"515":1}}],["tracked",{"2":{"70":1}}],["track",{"2":{"0":1,"67":1,"82":1,"152":2,"162":1,"206":1}}],["tracing",{"2":{"0":1,"13":1,"30":1,"31":2,"197":1,"2644":1}}],["trans",{"2":{"35":3,"66":5}}],["transparency=true",{"2":{"191":2,"1629":2}}],["transparency",{"0":{"189":1,"190":1,"191":1,"193":1,"949":1,"980":1,"1022":1,"1055":1,"1101":1,"1197":1,"1233":1,"1256":1,"1319":1,"1371":1,"1399":1,"1452":1,"1506":1,"1540":1,"1566":1,"1596":1,"1625":1,"1659":1,"1693":1,"1770":1,"1804":1,"1829":1,"1854":1,"1905":1,"1956":1,"1994":1,"2041":1,"2072":1,"2103":1,"2155":1,"2186":1,"2234":1,"2267":1,"2297":1,"2364":1,"2393":1,"2430":1,"2456":1,"2517":1,"2550":1,"2599":1},"1":{"190":1,"191":1,"194":1,"195":1},"2":{"0":173,"22":3,"190":3,"191":10,"196":1,"949":3,"980":3,"1022":3,"1055":3,"1101":3,"1197":3,"1233":3,"1256":3,"1319":3,"1371":3,"1399":3,"1452":3,"1506":3,"1540":3,"1566":3,"1569":4,"1596":3,"1600":4,"1625":3,"1659":3,"1693":3,"1770":3,"1804":3,"1829":3,"1854":3,"1905":3,"1922":4,"1956":3,"1994":3,"2041":3,"2072":3,"2103":3,"2155":3,"2186":3,"2234":3,"2267":3,"2297":3,"2364":3,"2393":3,"2430":3,"2456":3,"2517":3,"2550":3,"2599":3,"2609":1}}],["transparent",{"2":{"0":41,"63":1,"147":2,"167":1,"189":1,"190":1,"191":4,"192":2,"194":4,"195":2,"375":1,"427":1,"429":1,"460":1,"509":1,"578":1,"580":1,"628":2,"667":1,"670":1,"763":1,"882":1,"883":1,"885":1,"888":1,"944":1,"974":1,"1012":1,"1047":1,"1092":1,"1192":1,"1228":1,"1251":1,"1311":1,"1365":1,"1394":1,"1408":2,"1419":1,"1447":1,"1501":1,"1531":1,"1561":1,"1591":1,"1620":1,"1651":1,"1684":1,"1795":1,"1900":1,"1947":1,"1987":1,"2036":1,"2066":1,"2148":1,"2178":1,"2222":1,"2292":1,"2328":1,"2388":1,"2398":1,"2422":1,"2451":1,"2472":1,"2495":1,"2509":1,"2541":1,"2594":1,"2649":1,"2650":1}}],["transform=reverse",{"2":{"1288":1}}],["transform`",{"2":{"1288":1}}],["transforms",{"2":{"69":1}}],["transformable",{"2":{"0":16,"158":16,"2644":18}}],["transformation=child",{"2":{"2644":1}}],["transformation=trans",{"2":{"35":1}}],["transformations",{"0":{"2644":1},"2":{"0":46,"36":1,"66":2,"68":2,"156":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1437":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2280":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1,"2644":4}}],["transformation",{"0":{"68":1,"948":1,"979":1,"1021":1,"1054":1,"1100":1,"1196":1,"1232":1,"1255":1,"1318":1,"1370":1,"1398":1,"1451":1,"1505":1,"1539":1,"1565":1,"1595":1,"1624":1,"1658":1,"1692":1,"1769":1,"1803":1,"1828":1,"1853":1,"1904":1,"1955":1,"1993":1,"2040":1,"2071":1,"2102":1,"2154":1,"2185":1,"2233":1,"2266":1,"2296":1,"2363":1,"2392":1,"2429":1,"2455":1,"2516":1,"2549":1,"2598":1},"2":{"0":100,"35":2,"66":3,"68":7,"69":2,"71":1,"155":1,"946":1,"977":1,"1018":1,"1051":1,"1095":1,"1194":1,"1230":1,"1253":1,"1316":1,"1367":1,"1396":1,"1431":1,"1449":1,"1503":1,"1534":1,"1563":1,"1593":1,"1622":1,"1655":1,"1689":1,"1765":1,"1798":1,"1824":1,"1831":1,"1849":1,"1902":1,"1950":1,"1989":1,"2038":1,"2068":1,"2093":1,"2151":1,"2182":1,"2227":1,"2259":1,"2294":1,"2359":1,"2390":1,"2426":1,"2453":1,"2513":1,"2544":1,"2596":1,"2639":1,"2644":12}}],["transform",{"0":{"1314":1,"1954":1,"2232":1},"2":{"0":46,"66":1,"68":4,"69":2,"70":1,"71":1,"287":1,"334":1,"751":1,"752":1,"758":2,"810":1,"930":1,"958":1,"995":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1416":1,"1431":1,"1436":1,"1487":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2204":1,"2279":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2526":1,"2580":1,"2644":1}}],["transformed32",{"2":{"66":1}}],["transformed64",{"2":{"66":2}}],["transformed",{"2":{"0":1,"68":1,"69":3,"156":1,"287":1,"299":1,"334":1,"346":1,"2640":1}}],["translating",{"2":{"0":2,"18":1,"45":1,"158":1,"757":1,"774":1,"811":1,"2640":1,"2644":1}}],["translation",{"0":{"774":1,"811":1},"2":{"0":13,"18":1,"35":5,"45":1,"155":1,"158":1,"754":4,"761":1,"769":1,"811":1,"1954":1,"2232":1,"2640":1,"2644":7}}],["translations",{"2":{"0":13,"35":3,"45":12,"68":1,"751":1,"754":3,"2644":2}}],["translationspeed",{"2":{"0":2,"45":2}}],["translates",{"2":{"0":1,"757":1}}],["translate",{"2":{"0":57,"18":1,"32":1,"35":4,"44":1,"45":4,"59":1,"68":1,"105":1,"152":1,"158":4,"190":1,"191":2,"192":2,"756":1,"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1323":1,"1364":1,"1393":1,"1446":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1946":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2252":1,"2291":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1,"2611":3,"2644":9}}],["though",{"2":{"0":2,"55":1,"75":1,"76":1,"133":1,"135":1,"691":1,"1282":1,"2485":1}}],["those",{"2":{"0":12,"27":1,"60":1,"67":1,"111":1,"162":1,"165":1,"205":1,"219":1,"583":1,"628":1,"756":1,"2478":1,"2613":1,"2618":1,"2625":1,"2640":1,"2641":1,"2644":1}}],["thus",{"2":{"0":1,"78":1,"152":1,"752":1,"2486":1,"2652":1}}],["threshold",{"0":{"1422":1},"2":{"0":1,"1406":5,"1408":2}}],["thread",{"2":{"27":1}}],["threaded",{"2":{"0":1,"1309":1}}],["threads",{"2":{"0":1,"27":1,"1282":1}}],["threejs",{"2":{"48":1,"60":1,"61":1}}],["three",{"0":{"1428":1},"2":{"0":5,"5":1,"31":1,"60":4,"80":1,"100":2,"134":1,"135":1,"159":1,"177":1,"186":1,"190":1,"373":2,"982":1,"1107":2,"1424":1,"1430":1,"1481":1,"1856":1,"2275":1,"2332":2,"2368":1,"2623":1,"2627":1,"2635":1}}],["through",{"2":{"0":5,"28":1,"41":1,"57":1,"68":1,"74":1,"80":1,"151":1,"155":3,"160":2,"162":2,"185":1,"751":1,"752":1,"753":1,"758":1,"801":1,"833":1,"1831":1,"1925":1,"2518":1,"2604":1,"2605":1,"2640":1}}],["thickness",{"2":{"0":2,"1391":1,"1897":1}}],["think",{"2":{"2615":2,"2625":1}}],["thing",{"2":{"59":1,"1287":1,"2486":1,"2648":1}}],["things",{"2":{"2":1,"80":1,"94":1,"147":1,"152":1,"157":1,"1287":1,"2629":1,"2638":1,"2639":1,"2646":1}}],["thin",{"2":{"0":1,"82":1,"1922":1,"2615":1}}],["third",{"2":{"0":4,"2":1,"4":1,"45":1,"78":2,"83":1,"135":1,"141":3,"186":1,"190":1,"198":1,"582":1,"623":1,"625":1,"1424":1,"1831":1}}],["this",{"2":{"0":323,"4":1,"8":2,"19":5,"22":1,"23":1,"27":2,"29":3,"30":1,"31":5,"34":1,"38":1,"39":1,"42":1,"43":1,"44":1,"45":3,"47":1,"52":1,"57":1,"58":3,"60":5,"61":1,"63":2,"64":2,"69":3,"71":1,"74":3,"75":1,"76":7,"78":2,"79":1,"80":4,"81":1,"82":13,"83":6,"85":1,"90":2,"97":4,"98":2,"102":4,"103":2,"104":1,"105":2,"106":7,"107":2,"108":1,"109":1,"110":2,"111":1,"112":1,"115":1,"117":1,"118":3,"119":1,"122":1,"123":2,"124":2,"126":2,"128":4,"130":3,"131":1,"132":2,"134":2,"135":5,"142":1,"144":1,"146":1,"147":4,"148":11,"150":2,"152":6,"153":2,"155":2,"157":1,"158":1,"162":5,"165":1,"166":1,"167":3,"178":1,"184":2,"190":4,"191":3,"192":2,"196":1,"200":2,"205":1,"207":2,"208":2,"212":3,"217":1,"218":1,"222":1,"246":1,"247":1,"249":1,"354":1,"365":1,"366":1,"373":1,"383":1,"384":1,"385":1,"386":1,"387":1,"396":4,"511":1,"512":1,"516":2,"551":1,"552":1,"575":2,"576":2,"577":2,"578":2,"579":1,"582":2,"585":3,"594":1,"599":1,"600":1,"603":2,"615":1,"616":1,"679":1,"680":1,"700":1,"701":1,"720":1,"723":1,"725":1,"726":1,"754":1,"757":3,"758":1,"761":1,"763":1,"769":1,"770":1,"775":1,"778":1,"796":1,"797":1,"807":1,"808":1,"809":1,"811":1,"828":1,"829":1,"843":1,"844":2,"858":1,"859":1,"861":1,"863":1,"868":1,"869":1,"900":1,"901":1,"919":1,"920":1,"932":1,"935":1,"943":1,"945":1,"947":1,"951":1,"960":1,"963":1,"973":1,"975":1,"978":1,"985":1,"989":1,"990":1,"996":1,"1000":1,"1010":1,"1011":1,"1013":2,"1014":1,"1015":1,"1016":1,"1020":1,"1034":1,"1038":1,"1045":1,"1046":1,"1048":1,"1049":1,"1053":1,"1069":1,"1073":1,"1078":1,"1090":1,"1094":1,"1096":1,"1171":1,"1175":1,"1191":1,"1193":1,"1195":1,"1207":1,"1211":1,"1227":1,"1229":1,"1231":1,"1240":1,"1244":1,"1248":1,"1249":1,"1250":1,"1252":1,"1254":1,"1282":2,"1286":1,"1299":1,"1302":1,"1310":1,"1313":1,"1317":1,"1323":1,"1351":1,"1354":1,"1364":1,"1366":1,"1368":1,"1382":1,"1386":1,"1393":1,"1395":1,"1397":1,"1404":1,"1405":3,"1408":1,"1424":3,"1426":1,"1430":1,"1437":1,"1440":1,"1446":1,"1448":1,"1450":1,"1477":1,"1489":1,"1492":1,"1500":1,"1502":1,"1504":1,"1518":1,"1521":1,"1530":1,"1532":1,"1535":1,"1551":1,"1554":1,"1560":1,"1562":1,"1564":1,"1569":4,"1577":1,"1580":1,"1590":1,"1592":1,"1594":1,"1600":4,"1608":1,"1611":1,"1619":1,"1621":1,"1623":1,"1638":1,"1642":1,"1649":1,"1650":1,"1652":1,"1653":1,"1657":1,"1671":1,"1675":1,"1681":1,"1682":1,"1683":1,"1685":1,"1686":1,"1687":1,"1691":1,"1753":1,"1755":1,"1756":1,"1760":1,"1763":1,"1766":1,"1782":1,"1785":1,"1794":1,"1796":1,"1799":1,"1811":1,"1813":1,"1822":1,"1823":1,"1825":1,"1836":1,"1838":1,"1847":1,"1848":1,"1850":1,"1858":1,"1868":1,"1888":1,"1892":1,"1899":1,"1901":1,"1903":1,"1914":2,"1918":1,"1920":1,"1922":5,"1930":1,"1937":1,"1946":1,"1948":1,"1951":1,"1954":1,"1968":1,"1971":1,"1986":1,"1988":1,"1990":1,"2023":1,"2028":1,"2035":1,"2037":1,"2039":1,"2052":1,"2055":1,"2065":1,"2067":1,"2069":1,"2082":1,"2084":1,"2090":1,"2092":1,"2094":1,"2127":1,"2132":1,"2136":1,"2147":1,"2149":1,"2152":1,"2158":1,"2166":1,"2170":1,"2174":1,"2176":1,"2177":1,"2179":1,"2180":1,"2184":1,"2189":2,"2190":1,"2192":1,"2193":1,"2205":1,"2213":1,"2221":1,"2224":1,"2228":1,"2232":1,"2236":1,"2239":1,"2243":1,"2247":1,"2252":1,"2257":1,"2260":1,"2265":1,"2275":1,"2280":1,"2282":2,"2283":2,"2285":1,"2291":1,"2293":1,"2295":1,"2321":1,"2325":1,"2339":1,"2344":1,"2351":1,"2355":1,"2360":1,"2376":1,"2379":1,"2387":1,"2389":1,"2391":1,"2400":1,"2407":1,"2412":1,"2420":1,"2421":1,"2423":1,"2424":1,"2428":1,"2441":1,"2444":1,"2450":1,"2452":1,"2454":1,"2459":1,"2481":1,"2482":1,"2483":2,"2484":1,"2485":2,"2486":1,"2490":2,"2494":1,"2498":1,"2500":1,"2507":1,"2508":1,"2510":1,"2511":1,"2515":1,"2528":1,"2531":1,"2540":1,"2542":1,"2545":1,"2582":1,"2585":1,"2593":1,"2595":1,"2597":1,"2601":2,"2603":1,"2604":5,"2605":1,"2615":18,"2616":2,"2618":5,"2619":2,"2620":1,"2624":2,"2625":2,"2626":1,"2629":1,"2630":2,"2632":2,"2633":2,"2635":1,"2636":2,"2638":2,"2640":6,"2642":2,"2644":3,"2646":3,"2647":1,"2648":4,"2649":2,"2652":1}}],["thankfully",{"2":{"2615":1}}],["than",{"2":{"0":19,"15":1,"22":1,"31":1,"45":1,"78":1,"82":2,"97":1,"118":1,"148":1,"150":1,"156":1,"161":3,"164":1,"287":1,"334":1,"383":1,"577":1,"578":1,"626":1,"1236":1,"1282":1,"1405":1,"1406":1,"1424":1,"1755":1,"1954":1,"2232":1,"2275":1,"2276":1,"2478":1,"2498":1,"2630":1,"2636":1,"2638":1,"2639":1,"2644":1}}],["that",{"2":{"0":204,"8":2,"10":4,"11":1,"12":3,"13":2,"14":1,"16":1,"17":1,"18":1,"19":2,"22":2,"27":3,"29":1,"31":10,"44":4,"45":3,"47":1,"51":1,"53":1,"56":1,"58":1,"59":1,"60":4,"62":1,"63":2,"64":1,"68":2,"69":2,"70":1,"71":1,"73":2,"74":1,"76":2,"78":1,"81":1,"82":4,"83":2,"88":1,"92":3,"94":2,"96":2,"97":4,"98":3,"99":1,"100":1,"102":3,"104":6,"105":5,"106":15,"107":4,"108":1,"110":1,"111":1,"116":1,"122":4,"123":2,"126":2,"127":2,"128":2,"130":1,"131":3,"132":3,"133":3,"134":2,"135":1,"136":1,"137":1,"138":4,"140":1,"142":2,"145":2,"146":1,"147":1,"148":9,"149":1,"150":2,"151":1,"152":6,"155":1,"156":1,"157":1,"160":1,"161":1,"162":2,"164":2,"165":1,"166":1,"167":2,"177":3,"184":2,"185":1,"186":1,"187":2,"190":1,"191":2,"192":3,"198":1,"202":1,"203":1,"205":1,"210":1,"211":1,"216":1,"217":2,"218":1,"219":1,"222":4,"223":2,"234":1,"239":1,"248":1,"266":1,"279":1,"287":2,"290":3,"299":3,"313":1,"326":1,"334":2,"337":3,"346":3,"382":1,"384":1,"385":1,"396":4,"497":1,"515":1,"521":1,"575":1,"576":1,"577":7,"578":3,"579":2,"580":2,"583":1,"585":1,"596":1,"598":1,"623":1,"624":2,"625":2,"626":1,"627":1,"691":1,"720":1,"723":1,"748":2,"751":1,"752":1,"754":1,"757":1,"758":1,"763":1,"773":1,"775":2,"811":1,"844":1,"855":1,"857":1,"863":1,"874":1,"896":1,"905":2,"908":1,"928":1,"947":1,"956":1,"978":1,"988":1,"993":1,"1016":1,"1020":1,"1030":1,"1049":1,"1053":1,"1065":1,"1096":1,"1104":1,"1107":1,"1168":1,"1185":2,"1195":1,"1204":1,"1221":2,"1231":1,"1248":3,"1254":1,"1282":1,"1284":1,"1288":1,"1290":1,"1296":1,"1317":1,"1328":1,"1347":1,"1368":1,"1378":1,"1397":1,"1405":1,"1408":1,"1414":1,"1424":5,"1430":2,"1434":1,"1450":1,"1457":1,"1461":1,"1485":1,"1504":1,"1514":1,"1535":1,"1537":1,"1548":1,"1564":1,"1573":1,"1594":1,"1604":1,"1623":1,"1629":2,"1634":1,"1653":1,"1657":1,"1667":1,"1686":2,"1687":1,"1691":1,"1766":1,"1773":1,"1778":1,"1799":1,"1801":1,"1825":1,"1831":1,"1850":1,"1884":1,"1903":1,"1913":1,"1914":4,"1915":2,"1916":2,"1917":1,"1926":1,"1944":1,"1951":1,"1964":1,"1990":1,"2017":1,"2020":1,"2039":1,"2048":1,"2069":1,"2094":1,"2113":1,"2128":1,"2152":1,"2163":1,"2180":1,"2184":1,"2189":3,"2190":1,"2192":1,"2194":2,"2195":1,"2202":1,"2228":1,"2253":1,"2260":1,"2275":2,"2289":1,"2295":1,"2311":1,"2321":1,"2325":1,"2332":1,"2360":1,"2372":1,"2391":1,"2401":1,"2404":1,"2409":1,"2424":1,"2428":1,"2438":1,"2454":1,"2464":1,"2478":1,"2481":2,"2485":3,"2486":1,"2490":1,"2491":1,"2505":1,"2511":1,"2515":1,"2524":1,"2545":1,"2547":1,"2554":1,"2555":1,"2578":1,"2597":1,"2604":1,"2615":18,"2618":2,"2619":3,"2620":2,"2624":1,"2625":3,"2626":3,"2629":1,"2632":1,"2633":3,"2636":1,"2637":2,"2638":1,"2639":2,"2640":4,"2643":2,"2644":1,"2646":1,"2648":1}}],["thermometer",{"2":{"2662":1}}],["thermal",{"2":{"1323":1,"1911":1,"2655":1}}],["therefore",{"2":{"10":1,"18":2,"29":1,"37":1,"48":1,"51":1,"98":1,"106":3,"107":1,"108":1,"110":1,"148":1,"155":1,"179":1,"190":1,"212":1,"384":1,"578":1,"1914":1,"2615":5,"2629":1}}],["there",{"2":{"0":5,"13":1,"31":3,"32":1,"42":1,"43":1,"48":1,"58":1,"60":1,"61":1,"63":2,"80":2,"81":1,"82":2,"92":1,"97":1,"98":3,"113":1,"116":1,"130":1,"132":1,"133":1,"143":1,"152":1,"158":1,"162":2,"177":2,"181":1,"184":1,"191":1,"197":1,"205":1,"208":1,"287":1,"290":1,"299":1,"334":1,"337":1,"346":1,"374":1,"574":1,"575":1,"576":1,"577":3,"580":1,"754":1,"756":1,"1289":1,"1428":1,"1430":1,"1569":1,"1600":1,"1912":1,"1922":1,"2459":1,"2601":1,"2615":8,"2625":1,"2626":1,"2627":2,"2629":2,"2631":2,"2644":2,"2646":1,"2649":3}}],["theoretically",{"2":{"135":1,"2615":1}}],["their",{"2":{"0":1,"18":1,"37":1,"40":1,"68":1,"70":1,"72":1,"82":1,"97":1,"98":1,"101":1,"122":3,"125":2,"152":1,"162":1,"179":1,"182":1,"186":1,"190":2,"191":1,"200":1,"205":1,"577":4,"579":1,"637":1,"638":1,"685":1,"863":1,"1105":1,"1457":1,"1912":1,"1914":1,"2482":1,"2484":1,"2603":1,"2627":1}}],["thetamax",{"2":{"0":1}}],["thetamin",{"2":{"0":1}}],["thetaminorticks",{"0":{"822":1},"2":{"0":1}}],["thetaminorgridwidth",{"0":{"821":1},"2":{"0":1,"753":1}}],["thetaminorgridvisible=true",{"2":{"753":1}}],["thetaminorgridvisible",{"0":{"820":1},"2":{"0":1,"753":1}}],["thetaminorgridstyle",{"0":{"819":1},"2":{"0":1,"753":1}}],["thetaminorgridcolor",{"0":{"818":1},"2":{"0":1,"753":1}}],["thetalims",{"2":{"0":1,"751":2}}],["thetalimits",{"0":{"817":1},"2":{"0":2,"751":6,"757":3,"833":1}}],["thetazoomlock",{"0":{"833":1},"2":{"0":1,"751":1,"754":1}}],["thetazoomkey",{"0":{"832":1},"2":{"0":1,"754":1}}],["thetaticks",{"0":{"831":1},"2":{"0":1}}],["thetaticklabelsvisible",{"0":{"830":1},"2":{"0":1}}],["thetaticklabelstrokewidth",{"0":{"829":1},"2":{"0":1}}],["thetaticklabelstrokecolor",{"0":{"828":1},"2":{"0":1}}],["thetaticklabelsize",{"0":{"827":1},"2":{"0":1,"753":1}}],["thetaticklabelpad",{"0":{"826":1},"2":{"0":1}}],["thetaticklabelfont",{"0":{"825":1},"2":{"0":1}}],["thetaticklabelcolor",{"0":{"824":1},"2":{"0":1,"753":1}}],["thetatickformat",{"0":{"823":1},"2":{"0":1}}],["thetagridwidth",{"0":{"816":1},"2":{"0":1,"753":1}}],["thetagridvisible",{"0":{"815":1},"2":{"0":1}}],["thetagridstyle",{"0":{"814":1},"2":{"0":1}}],["thetagridcolor",{"0":{"813":1},"2":{"0":1,"753":1}}],["thetaautolimitmargin",{"0":{"812":1},"2":{"0":1}}],["theta",{"0":{"773":1,"809":1,"810":1,"811":1},"2":{"0":10,"750":3,"751":3,"753":3,"754":2,"761":1,"773":1,"794":1,"810":1,"811":1,"812":1,"813":1,"814":1,"815":1,"816":1,"818":1,"819":1,"820":1,"821":1,"822":1,"823":1,"824":1,"825":1,"826":1,"827":1,"828":1,"829":1,"830":1,"831":1,"832":1,"2609":4}}],["they",{"2":{"0":14,"36":1,"67":1,"68":4,"72":1,"73":1,"74":1,"96":1,"100":1,"106":4,"107":1,"120":1,"122":1,"133":1,"135":1,"145":1,"148":1,"152":1,"155":1,"162":2,"190":2,"212":1,"287":1,"334":1,"382":1,"580":1,"585":1,"623":1,"625":1,"691":1,"794":2,"1424":2,"1426":1,"1481":1,"1510":1,"1569":1,"1600":1,"1629":2,"1914":2,"1922":1,"2368":1,"2483":1,"2520":1,"2555":1,"2603":1,"2613":1,"2636":1,"2638":1,"2649":1,"2654":1}}],["these",{"2":{"0":27,"2":1,"22":1,"27":1,"45":2,"67":1,"68":1,"69":1,"77":1,"82":3,"83":2,"100":2,"105":1,"106":1,"127":1,"129":1,"136":1,"155":1,"160":1,"162":3,"164":1,"167":1,"169":1,"203":1,"207":1,"210":1,"211":1,"212":1,"384":1,"515":2,"577":1,"627":3,"751":3,"754":1,"940":1,"969":1,"1105":1,"1360":1,"1405":1,"1424":1,"1430":1,"1481":1,"1497":1,"1510":1,"1527":1,"1586":1,"1616":1,"1791":1,"1856":2,"1915":2,"2061":1,"2091":1,"2196":2,"2368":1,"2384":1,"2484":1,"2485":1,"2518":1,"2520":1,"2537":1,"2590":1,"2604":1,"2615":2,"2619":1,"2637":1,"2644":3,"2646":1,"2648":1,"2654":1}}],["then",{"2":{"0":18,"12":1,"18":1,"27":1,"58":2,"59":1,"60":6,"61":1,"63":2,"64":1,"67":1,"68":1,"88":2,"92":1,"101":1,"106":1,"107":2,"116":1,"133":1,"135":1,"141":2,"147":1,"148":4,"149":1,"156":1,"162":1,"165":1,"177":1,"185":1,"190":2,"192":1,"197":1,"208":1,"216":1,"217":1,"223":1,"299":1,"346":1,"515":1,"582":1,"585":1,"626":1,"750":1,"982":3,"1289":1,"1424":1,"1430":1,"1914":1,"2193":1,"2275":1,"2485":1,"2518":1,"2620":1,"2625":1,"2626":1,"2631":1,"2644":1}}],["theming",{"0":{"182":1,"183":1}}],["themselves",{"2":{"96":1,"624":1,"2275":1,"2615":1}}],["themed",{"2":{"183":1}}],["themes",{"0":{"169":1,"177":1},"1":{"170":1,"171":1,"172":1,"173":1,"174":1,"175":1,"176":1,"178":1,"179":1,"180":1,"181":1,"182":1,"183":1,"184":1,"185":1,"186":1,"187":1,"188":1},"2":{"169":2,"177":1,"179":2,"181":1}}],["theme",{"0":{"170":1,"171":1,"172":1,"173":1,"174":1,"175":1,"176":1,"178":1,"180":1,"181":1},"2":{"0":31,"16":1,"22":1,"31":1,"36":2,"56":1,"98":1,"103":2,"110":5,"121":3,"147":7,"149":1,"171":2,"172":2,"173":2,"174":2,"175":2,"176":2,"177":3,"178":14,"179":5,"180":5,"181":7,"182":6,"183":5,"184":5,"185":2,"187":3,"196":2,"624":2,"649":1,"650":1,"654":1,"656":1,"657":1,"658":1,"661":1,"662":1,"663":1,"672":1,"673":1,"676":1,"677":1,"2615":1,"2639":5,"2651":3}}],["them",{"2":{"0":13,"22":1,"45":1,"57":2,"60":1,"63":1,"73":1,"75":1,"82":2,"90":2,"97":1,"98":3,"101":1,"102":1,"106":1,"110":1,"135":2,"148":2,"155":1,"190":2,"192":2,"212":2,"515":1,"581":1,"794":1,"1424":1,"1430":3,"1477":1,"1629":1,"1873":1,"1959":1,"2615":1,"2626":2,"2627":2,"2630":1,"2635":2}}],["the",{"0":{"46":1,"79":1,"83":1,"96":1,"97":1,"98":2,"121":1,"131":1,"147":1,"159":1,"162":1,"1404":1,"1405":1,"1407":2,"2482":1},"2":{"0":2900,"2":1,"7":3,"8":10,"9":2,"10":7,"11":1,"12":7,"13":1,"14":6,"15":3,"16":7,"17":2,"18":2,"19":6,"20":4,"21":2,"22":31,"23":10,"24":8,"26":4,"27":4,"28":4,"29":4,"30":6,"31":34,"32":2,"33":1,"35":1,"36":3,"37":3,"39":4,"40":1,"41":7,"42":4,"43":3,"44":6,"45":111,"47":9,"48":9,"51":2,"52":2,"53":1,"54":3,"55":1,"56":10,"57":1,"58":13,"59":6,"60":19,"61":4,"62":7,"63":6,"64":1,"66":2,"67":8,"68":10,"69":16,"70":10,"71":11,"72":2,"73":8,"74":8,"75":16,"76":18,"78":9,"79":22,"80":16,"81":3,"82":38,"83":15,"84":1,"85":4,"87":1,"90":2,"91":1,"92":5,"94":6,"96":2,"97":14,"98":16,"99":1,"100":10,"101":2,"102":10,"103":3,"104":13,"105":7,"106":39,"107":26,"108":1,"109":3,"110":8,"111":4,"114":2,"115":2,"116":9,"117":1,"118":11,"119":1,"120":2,"121":3,"122":7,"123":4,"124":5,"125":2,"126":6,"127":7,"128":16,"129":3,"130":3,"131":5,"132":13,"133":9,"134":12,"135":11,"136":3,"137":4,"138":4,"139":3,"140":5,"141":4,"142":6,"143":3,"144":1,"145":4,"146":3,"147":23,"148":27,"149":6,"150":10,"151":6,"152":41,"153":2,"155":11,"156":2,"157":8,"158":8,"159":13,"161":8,"162":24,"163":1,"164":3,"165":3,"166":3,"167":8,"168":2,"169":1,"177":1,"178":3,"179":4,"180":5,"181":2,"184":5,"185":3,"186":10,"187":3,"188":2,"190":28,"191":10,"192":6,"194":3,"195":3,"196":2,"197":2,"199":2,"200":6,"202":1,"203":5,"205":2,"207":8,"208":2,"210":5,"211":6,"212":6,"213":5,"214":1,"215":1,"216":1,"217":7,"218":3,"219":1,"221":2,"222":19,"223":12,"224":2,"225":2,"226":1,"227":1,"228":1,"229":1,"230":2,"231":2,"232":2,"233":1,"234":17,"235":1,"236":2,"237":1,"238":2,"239":4,"240":2,"241":2,"242":1,"243":1,"244":1,"245":1,"246":1,"247":1,"248":4,"249":3,"250":2,"251":2,"252":1,"253":1,"254":1,"255":1,"256":2,"257":1,"258":2,"259":2,"260":2,"261":2,"262":2,"263":2,"264":1,"265":2,"266":4,"267":2,"268":2,"269":3,"270":1,"271":2,"272":1,"273":2,"274":2,"275":1,"276":2,"277":2,"278":1,"279":4,"280":1,"281":1,"282":1,"283":2,"284":1,"285":1,"286":1,"287":8,"288":3,"289":2,"290":7,"291":2,"292":1,"293":2,"294":1,"295":2,"296":2,"297":2,"298":1,"299":5,"300":2,"301":3,"302":1,"303":2,"304":2,"305":2,"306":1,"307":2,"308":2,"309":2,"310":2,"311":1,"312":2,"313":4,"314":2,"315":2,"316":3,"317":1,"318":2,"319":1,"320":2,"321":2,"322":1,"323":2,"324":2,"325":1,"326":4,"327":1,"328":1,"329":1,"330":2,"331":1,"332":1,"333":1,"334":8,"335":3,"336":2,"337":7,"338":2,"339":1,"340":2,"341":1,"342":2,"343":2,"344":2,"345":1,"346":5,"347":2,"348":3,"349":1,"350":2,"351":2,"352":2,"353":1,"356":2,"357":2,"358":2,"359":2,"360":2,"361":2,"362":2,"363":2,"364":2,"365":1,"366":1,"367":2,"368":1,"369":2,"372":2,"373":7,"374":11,"375":1,"376":1,"377":1,"378":1,"379":4,"380":2,"381":2,"382":2,"383":1,"384":16,"385":2,"386":1,"387":1,"388":1,"389":2,"390":2,"391":2,"392":1,"393":1,"394":1,"395":2,"396":24,"397":2,"398":2,"399":1,"400":1,"401":1,"402":1,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"410":1,"411":2,"412":2,"413":2,"414":1,"415":1,"416":1,"417":1,"418":1,"419":1,"420":1,"421":1,"422":1,"423":1,"424":2,"425":1,"426":1,"427":2,"428":1,"429":2,"430":1,"431":2,"432":1,"433":1,"434":1,"435":1,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"443":1,"444":2,"445":2,"446":2,"447":1,"448":1,"449":1,"450":1,"451":1,"452":1,"453":1,"454":1,"455":1,"456":1,"457":2,"458":1,"459":1,"460":2,"461":1,"462":2,"463":1,"464":1,"465":1,"466":1,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"474":1,"475":2,"476":2,"477":2,"478":1,"479":1,"480":1,"481":1,"482":1,"483":1,"484":1,"485":1,"486":1,"487":1,"488":2,"489":1,"490":1,"493":2,"494":2,"495":4,"496":4,"497":2,"498":3,"499":1,"500":2,"501":2,"502":2,"503":2,"504":2,"505":2,"506":4,"507":4,"508":3,"509":2,"510":2,"511":1,"512":1,"513":2,"514":2,"515":7,"516":1,"518":2,"519":2,"520":1,"521":2,"522":2,"523":2,"524":3,"525":2,"526":2,"527":2,"528":1,"529":1,"530":1,"531":3,"532":1,"533":1,"534":1,"535":2,"536":1,"537":2,"538":2,"539":2,"540":1,"541":2,"542":1,"544":1,"545":3,"546":2,"547":1,"548":1,"549":2,"550":2,"551":1,"552":1,"553":3,"554":2,"556":2,"557":2,"558":2,"559":1,"560":2,"561":2,"562":2,"563":1,"564":1,"565":2,"566":1,"567":2,"568":2,"569":1,"570":2,"571":1,"572":2,"575":1,"576":6,"577":18,"578":11,"579":6,"580":15,"581":3,"582":5,"583":5,"584":3,"585":28,"587":2,"588":4,"589":3,"590":2,"591":2,"592":2,"593":1,"594":3,"595":2,"596":2,"597":1,"598":4,"599":1,"600":1,"601":2,"602":2,"603":2,"605":2,"606":2,"607":2,"608":2,"609":2,"610":2,"611":2,"612":2,"613":3,"614":2,"615":1,"616":1,"617":1,"618":2,"619":1,"620":2,"621":2,"623":3,"624":13,"625":8,"626":14,"627":13,"628":3,"630":2,"631":2,"632":2,"633":4,"634":2,"635":1,"636":2,"637":1,"638":1,"639":2,"640":2,"641":2,"642":1,"643":2,"644":2,"645":2,"646":3,"647":2,"648":2,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1,"655":2,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"664":3,"665":2,"666":3,"667":3,"668":3,"669":5,"670":4,"671":4,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1,"678":2,"679":1,"680":1,"681":2,"682":2,"683":1,"684":2,"685":1,"686":2,"687":2,"688":1,"689":2,"690":2,"691":8,"693":2,"694":1,"695":1,"696":1,"697":2,"698":2,"699":2,"700":1,"701":1,"702":2,"703":2,"705":4,"707":2,"712":2,"713":1,"714":1,"715":1,"716":2,"717":2,"718":1,"719":2,"720":6,"721":1,"723":2,"725":1,"726":1,"729":2,"730":2,"748":2,"749":1,"750":3,"751":8,"752":8,"753":7,"754":9,"756":9,"757":2,"758":2,"760":2,"761":2,"762":2,"763":2,"765":2,"766":1,"767":1,"768":1,"769":1,"770":2,"771":2,"772":2,"773":1,"774":2,"775":4,"776":2,"777":4,"778":2,"779":2,"780":2,"781":1,"782":2,"783":2,"784":2,"785":2,"786":1,"787":2,"788":2,"789":2,"790":2,"791":2,"792":2,"793":1,"794":4,"795":2,"796":3,"797":3,"798":1,"799":2,"800":3,"801":1,"802":1,"803":2,"804":2,"805":1,"806":2,"807":1,"808":1,"809":3,"810":2,"811":3,"812":2,"813":2,"814":2,"815":1,"816":2,"817":2,"818":2,"819":2,"820":1,"821":2,"822":2,"823":2,"824":2,"825":2,"826":1,"827":2,"828":3,"829":3,"830":1,"831":2,"832":3,"833":1,"834":2,"835":2,"836":2,"837":2,"838":4,"839":2,"840":1,"841":2,"842":2,"843":1,"844":12,"845":1,"847":2,"848":4,"849":3,"850":2,"851":2,"852":2,"853":1,"854":2,"855":2,"856":1,"857":4,"858":1,"859":1,"860":2,"861":3,"862":2,"863":6,"865":2,"866":2,"867":2,"868":1,"869":1,"870":2,"871":5,"872":2,"873":1,"874":7,"876":2,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"888":2,"889":1,"890":1,"891":1,"894":2,"895":2,"896":1,"897":3,"898":1,"899":1,"900":1,"901":1,"903":1,"904":2,"905":3,"906":2,"907":2,"910":1,"911":2,"912":2,"913":1,"914":3,"915":3,"916":2,"917":2,"918":2,"919":1,"920":1,"921":2,"922":2,"923":2,"924":2,"926":2,"927":2,"928":1,"929":2,"930":1,"932":1,"933":1,"934":2,"937":1,"938":1,"939":1,"940":2,"941":2,"942":2,"943":1,"944":1,"945":1,"946":2,"947":1,"949":1,"950":1,"951":4,"954":2,"955":2,"956":1,"957":2,"958":1,"960":1,"961":1,"962":2,"965":1,"966":1,"967":2,"968":1,"969":2,"970":2,"971":2,"972":1,"973":1,"974":1,"975":1,"976":2,"977":2,"978":1,"980":1,"981":1,"982":9,"983":2,"985":4,"986":2,"987":2,"988":5,"989":12,"990":4,"992":1,"993":1,"994":2,"995":1,"996":1,"997":1,"998":1,"999":2,"1002":1,"1003":1,"1004":2,"1005":2,"1006":1,"1007":3,"1008":2,"1011":1,"1012":1,"1013":5,"1014":1,"1015":2,"1016":1,"1017":1,"1018":2,"1019":2,"1020":1,"1022":1,"1023":1,"1024":4,"1027":2,"1029":4,"1030":1,"1031":2,"1032":1,"1034":1,"1035":1,"1036":1,"1037":2,"1040":1,"1041":1,"1043":2,"1046":1,"1047":1,"1048":1,"1049":1,"1050":1,"1051":2,"1052":2,"1053":1,"1055":1,"1056":1,"1057":2,"1060":2,"1061":1,"1065":1,"1066":2,"1067":1,"1069":1,"1070":2,"1073":6,"1075":1,"1076":4,"1077":2,"1080":1,"1081":1,"1084":2,"1086":3,"1088":2,"1089":2,"1090":1,"1092":1,"1094":1,"1095":2,"1096":1,"1101":1,"1102":1,"1103":5,"1104":8,"1105":10,"1114":1,"1130":1,"1138":1,"1139":5,"1155":5,"1156":2,"1162":3,"1163":7,"1164":2,"1166":2,"1167":5,"1168":1,"1169":2,"1170":1,"1171":1,"1173":1,"1174":2,"1177":1,"1178":1,"1180":1,"1181":2,"1182":2,"1183":1,"1184":1,"1185":2,"1189":2,"1191":1,"1192":1,"1193":1,"1194":2,"1195":1,"1197":1,"1198":1,"1199":3,"1200":2,"1202":2,"1203":5,"1204":1,"1205":2,"1206":1,"1207":1,"1209":1,"1210":2,"1213":1,"1214":1,"1216":1,"1217":2,"1218":2,"1219":1,"1220":1,"1221":2,"1225":2,"1227":1,"1228":1,"1229":1,"1230":2,"1231":1,"1233":1,"1234":1,"1235":3,"1236":6,"1240":1,"1241":4,"1242":4,"1243":1,"1246":1,"1247":1,"1248":6,"1249":6,"1250":1,"1252":1,"1253":2,"1254":1,"1256":1,"1257":1,"1258":8,"1273":1,"1274":1,"1278":1,"1281":1,"1282":7,"1284":3,"1285":1,"1286":2,"1287":2,"1288":8,"1289":4,"1290":3,"1293":2,"1296":1,"1297":2,"1298":1,"1299":1,"1300":1,"1301":2,"1304":1,"1305":1,"1306":1,"1307":1,"1308":2,"1310":1,"1311":1,"1312":1,"1313":1,"1316":2,"1317":1,"1319":1,"1320":1,"1321":2,"1323":2,"1327":1,"1333":2,"1336":3,"1337":1,"1342":6,"1345":2,"1346":2,"1347":1,"1348":2,"1349":1,"1351":1,"1352":1,"1353":2,"1356":1,"1357":1,"1358":2,"1359":1,"1360":2,"1361":2,"1362":2,"1363":1,"1364":1,"1365":1,"1366":1,"1367":2,"1368":1,"1369":5,"1371":1,"1372":1,"1373":3,"1376":2,"1377":2,"1378":1,"1379":2,"1380":1,"1382":1,"1383":2,"1384":1,"1385":2,"1388":1,"1389":1,"1391":2,"1392":2,"1393":1,"1394":1,"1395":1,"1396":2,"1397":1,"1399":1,"1400":1,"1401":2,"1402":3,"1404":2,"1405":12,"1407":2,"1408":5,"1411":2,"1412":2,"1414":1,"1415":2,"1416":1,"1417":2,"1418":2,"1419":1,"1422":3,"1424":11,"1426":9,"1427":3,"1429":6,"1430":10,"1431":3,"1433":2,"1434":1,"1435":2,"1436":1,"1437":1,"1438":1,"1439":2,"1442":1,"1443":1,"1445":2,"1446":1,"1447":1,"1448":1,"1449":2,"1450":1,"1452":1,"1453":1,"1454":2,"1456":1,"1457":5,"1461":1,"1462":3,"1464":2,"1465":1,"1467":1,"1473":3,"1477":1,"1480":1,"1481":4,"1483":2,"1484":2,"1485":1,"1486":2,"1487":1,"1489":1,"1490":1,"1491":2,"1494":1,"1495":1,"1496":1,"1497":2,"1498":2,"1499":2,"1500":1,"1501":1,"1502":1,"1503":2,"1504":1,"1506":1,"1507":1,"1508":3,"1509":3,"1510":4,"1512":2,"1513":7,"1514":1,"1515":2,"1516":1,"1518":1,"1519":1,"1520":2,"1523":1,"1524":1,"1527":2,"1528":2,"1530":1,"1531":1,"1532":1,"1534":2,"1535":1,"1536":2,"1537":1,"1538":2,"1540":1,"1541":1,"1542":3,"1543":3,"1544":2,"1547":2,"1548":1,"1549":2,"1550":1,"1551":1,"1552":1,"1553":2,"1556":1,"1557":1,"1559":2,"1560":1,"1561":1,"1562":1,"1563":2,"1564":1,"1566":1,"1567":1,"1568":3,"1569":5,"1571":2,"1572":2,"1573":1,"1574":2,"1575":1,"1577":1,"1578":1,"1579":2,"1582":1,"1583":1,"1584":2,"1585":1,"1586":2,"1587":2,"1588":2,"1589":1,"1590":1,"1591":1,"1592":1,"1593":2,"1594":1,"1596":1,"1597":1,"1598":2,"1600":5,"1602":2,"1603":2,"1604":1,"1605":2,"1606":1,"1608":1,"1609":1,"1610":2,"1613":1,"1614":1,"1615":1,"1616":2,"1617":2,"1618":2,"1619":1,"1620":1,"1621":1,"1622":2,"1623":1,"1625":1,"1626":1,"1627":2,"1629":11,"1631":2,"1633":4,"1634":1,"1635":2,"1636":1,"1638":1,"1639":1,"1640":1,"1641":2,"1644":1,"1645":1,"1647":2,"1650":1,"1651":1,"1652":1,"1653":1,"1654":1,"1655":2,"1656":2,"1657":1,"1659":1,"1660":1,"1661":3,"1664":2,"1666":2,"1667":1,"1668":2,"1669":1,"1671":1,"1672":1,"1673":1,"1674":2,"1677":1,"1678":1,"1679":2,"1680":1,"1681":2,"1683":1,"1684":1,"1685":1,"1686":6,"1687":1,"1688":1,"1689":2,"1690":2,"1691":1,"1693":1,"1694":1,"1749":3,"1753":1,"1754":1,"1755":3,"1758":1,"1759":1,"1760":1,"1761":1,"1762":3,"1763":1,"1764":2,"1765":2,"1766":1,"1770":1,"1772":1,"1773":8,"1776":2,"1777":7,"1778":1,"1779":2,"1780":1,"1782":1,"1783":1,"1784":2,"1787":1,"1788":1,"1791":2,"1792":2,"1794":1,"1795":1,"1796":1,"1798":2,"1799":1,"1800":2,"1801":1,"1802":2,"1804":1,"1805":1,"1806":3,"1811":1,"1812":1,"1815":1,"1816":1,"1822":1,"1823":1,"1824":2,"1825":1,"1829":1,"1830":1,"1831":17,"1832":1,"1836":1,"1837":1,"1840":1,"1841":1,"1847":1,"1848":1,"1849":2,"1850":1,"1854":1,"1855":1,"1856":7,"1858":5,"1859":2,"1860":2,"1865":1,"1867":1,"1868":2,"1869":1,"1870":1,"1873":3,"1874":2,"1875":2,"1876":3,"1877":1,"1878":4,"1879":5,"1882":2,"1883":2,"1884":1,"1885":2,"1886":1,"1888":1,"1889":2,"1890":1,"1891":2,"1894":1,"1895":1,"1897":2,"1898":2,"1899":1,"1900":1,"1901":1,"1902":2,"1903":1,"1905":1,"1906":1,"1907":2,"1908":2,"1911":5,"1912":1,"1914":13,"1915":4,"1916":3,"1917":13,"1918":2,"1922":7,"1924":2,"1925":3,"1926":1,"1927":2,"1928":1,"1930":1,"1933":1,"1934":3,"1935":2,"1936":2,"1939":1,"1940":1,"1941":2,"1942":1,"1943":4,"1944":4,"1945":1,"1946":1,"1947":1,"1948":1,"1949":3,"1950":2,"1951":1,"1952":2,"1953":2,"1954":4,"1956":1,"1958":1,"1959":2,"1962":2,"1963":3,"1964":1,"1965":2,"1966":1,"1968":1,"1969":1,"1970":2,"1973":1,"1974":1,"1977":2,"1978":2,"1979":2,"1980":1,"1984":2,"1986":1,"1987":1,"1988":1,"1989":2,"1990":1,"1991":2,"1992":2,"1994":1,"1995":1,"1996":9,"2016":3,"2017":1,"2019":2,"2020":1,"2021":2,"2022":1,"2023":1,"2026":1,"2027":2,"2030":1,"2031":1,"2032":2,"2035":1,"2036":1,"2037":1,"2038":2,"2039":1,"2041":1,"2042":1,"2043":3,"2046":2,"2047":2,"2048":1,"2049":2,"2050":1,"2052":1,"2053":1,"2054":2,"2057":1,"2058":1,"2059":2,"2060":1,"2061":2,"2062":2,"2063":2,"2064":1,"2065":1,"2066":1,"2067":1,"2068":2,"2069":1,"2070":5,"2072":1,"2073":1,"2074":4,"2082":1,"2083":1,"2086":1,"2087":1,"2090":1,"2091":1,"2092":1,"2093":2,"2094":1,"2103":1,"2109":1,"2110":2,"2113":1,"2118":3,"2121":3,"2124":2,"2127":6,"2128":1,"2129":2,"2130":1,"2132":1,"2133":1,"2135":2,"2138":1,"2139":1,"2144":2,"2147":1,"2148":1,"2149":1,"2151":2,"2152":1,"2155":1,"2156":1,"2157":3,"2158":13,"2160":2,"2162":1,"2163":1,"2164":2,"2165":1,"2166":1,"2167":1,"2168":1,"2169":2,"2172":1,"2173":1,"2174":4,"2175":2,"2177":1,"2178":1,"2179":1,"2180":1,"2181":1,"2182":2,"2183":2,"2184":1,"2186":1,"2187":1,"2188":4,"2189":11,"2190":2,"2191":2,"2192":1,"2193":5,"2194":9,"2195":2,"2196":5,"2197":3,"2199":2,"2200":2,"2201":5,"2202":1,"2203":2,"2204":1,"2205":1,"2206":4,"2208":1,"2209":1,"2210":3,"2211":2,"2212":2,"2215":1,"2216":1,"2217":2,"2218":1,"2219":2,"2220":1,"2221":1,"2222":1,"2223":3,"2224":1,"2225":3,"2226":1,"2227":2,"2228":1,"2229":2,"2230":2,"2231":2,"2232":4,"2234":1,"2235":1,"2237":3,"2241":4,"2242":2,"2243":1,"2244":1,"2245":1,"2246":1,"2249":1,"2250":1,"2251":1,"2252":1,"2253":4,"2254":2,"2255":2,"2256":2,"2257":1,"2258":1,"2259":2,"2260":1,"2261":1,"2264":1,"2265":2,"2267":1,"2268":2,"2269":1,"2273":5,"2275":12,"2276":6,"2278":2,"2280":1,"2282":5,"2283":5,"2284":1,"2287":1,"2288":1,"2290":3,"2291":1,"2293":1,"2294":2,"2295":1,"2297":1,"2298":3,"2299":1,"2300":3,"2301":6,"2303":10,"2304":2,"2305":2,"2306":2,"2307":2,"2308":2,"2309":2,"2310":2,"2311":3,"2312":2,"2313":2,"2316":1,"2317":2,"2318":2,"2319":2,"2321":2,"2322":1,"2323":1,"2324":1,"2325":2,"2326":1,"2327":1,"2328":2,"2329":3,"2338":1,"2339":1,"2342":1,"2346":1,"2347":1,"2351":1,"2354":1,"2355":1,"2358":1,"2359":2,"2360":1,"2364":1,"2365":1,"2367":1,"2368":4,"2370":2,"2371":2,"2372":1,"2373":2,"2374":1,"2376":1,"2377":1,"2378":2,"2381":1,"2382":1,"2383":1,"2384":2,"2385":2,"2386":2,"2387":1,"2388":1,"2389":1,"2390":2,"2391":1,"2393":1,"2394":1,"2395":3,"2396":3,"2397":2,"2398":1,"2401":1,"2402":2,"2404":1,"2405":2,"2406":1,"2407":1,"2408":1,"2410":1,"2411":2,"2414":1,"2415":1,"2416":1,"2417":2,"2418":2,"2419":2,"2421":1,"2422":1,"2423":1,"2424":1,"2425":1,"2426":2,"2427":2,"2428":1,"2430":1,"2431":1,"2432":3,"2435":2,"2438":1,"2439":2,"2440":1,"2441":1,"2442":1,"2443":2,"2446":1,"2447":1,"2449":2,"2450":1,"2451":1,"2452":1,"2453":2,"2454":1,"2456":1,"2457":1,"2458":3,"2459":11,"2461":2,"2462":4,"2463":4,"2464":1,"2465":2,"2466":1,"2467":2,"2468":2,"2469":2,"2470":2,"2471":2,"2472":1,"2473":1,"2475":2,"2476":2,"2477":2,"2478":6,"2480":2,"2481":3,"2482":3,"2483":2,"2484":11,"2485":9,"2486":5,"2488":2,"2491":1,"2492":2,"2493":1,"2494":1,"2495":2,"2496":1,"2497":1,"2498":2,"2499":2,"2502":1,"2503":1,"2504":1,"2505":1,"2506":2,"2508":1,"2509":1,"2510":1,"2511":1,"2512":1,"2513":2,"2514":2,"2515":1,"2517":1,"2519":1,"2520":4,"2522":2,"2523":7,"2524":1,"2525":2,"2526":1,"2528":1,"2529":1,"2530":2,"2533":1,"2534":1,"2537":2,"2538":2,"2540":1,"2541":1,"2542":1,"2544":2,"2545":1,"2546":2,"2547":1,"2548":2,"2550":1,"2551":1,"2552":3,"2553":3,"2554":2,"2555":9,"2573":2,"2576":2,"2577":2,"2578":1,"2579":2,"2580":1,"2582":1,"2583":1,"2584":2,"2587":1,"2588":1,"2589":1,"2590":2,"2591":2,"2592":2,"2593":1,"2594":1,"2595":1,"2596":2,"2597":1,"2599":1,"2600":1,"2601":11,"2603":2,"2604":23,"2605":14,"2613":2,"2615":82,"2616":2,"2617":1,"2618":17,"2619":13,"2620":7,"2621":2,"2622":4,"2623":3,"2624":8,"2625":5,"2626":5,"2627":5,"2628":4,"2629":9,"2630":2,"2631":3,"2632":12,"2633":10,"2634":3,"2635":5,"2636":7,"2637":6,"2638":10,"2639":8,"2640":34,"2641":3,"2642":12,"2643":5,"2644":39,"2646":3,"2647":4,"2648":11,"2649":18,"2650":1,"2653":3,"2654":1}}],["tokyo50",{"2":{"2656":1}}],["tokyo25",{"2":{"2656":1}}],["tokyo100",{"2":{"2656":1}}],["tokyo10",{"2":{"2656":1}}],["tokyo",{"2":{"2656":1}}],["tofino50",{"2":{"2656":1}}],["tofino25",{"2":{"2656":1}}],["tofino100",{"2":{"2656":1}}],["tofino10",{"2":{"2656":1}}],["tofino",{"2":{"2656":1}}],["touching",{"2":{"626":1}}],["touches",{"2":{"396":2}}],["tomato",{"2":{"192":1,"194":1,"195":2,"1572":2,"1585":1,"1925":1,"1926":1,"1952":1,"1953":1,"2621":3,"2622":2}}],["toml",{"2":{"149":1,"2618":2}}],["tos",{"2":{"148":4}}],["took",{"2":{"1288":9}}],["tools",{"2":{"2624":1}}],["tool",{"2":{"150":1}}],["tooltips",{"2":{"0":1,"150":1,"152":3}}],["tooltip",{"0":{"61":1,"1737":1,"2237":1,"2239":1},"1":{"2238":1,"2239":1,"2240":1,"2241":1,"2242":1,"2243":1,"2244":1,"2245":1,"2246":1,"2247":1,"2248":1,"2249":1,"2250":1,"2251":1,"2252":1,"2253":1,"2254":1,"2255":1,"2256":1,"2257":1,"2258":1,"2259":1,"2260":1,"2261":1,"2262":1,"2263":1,"2264":1,"2265":1,"2266":1,"2267":1,"2268":1,"2269":1,"2270":1,"2271":1,"2272":1},"2":{"0":27,"61":6,"150":7,"152":16,"2237":5,"2239":2,"2241":2,"2242":1,"2254":1,"2255":1,"2256":1,"2258":1,"2265":1}}],["too",{"0":{"90":1},"1":{"91":1,"92":1},"2":{"56":1,"73":1,"76":1,"91":1,"98":1,"578":3,"1285":1,"1408":1,"1914":1,"2197":2,"2615":2,"2629":1,"2632":1,"2638":1}}],["to=",{"2":{"56":1,"1457":2}}],["tocartesian",{"2":{"36":3}}],["tolines",{"2":{"36":4}}],["totally",{"2":{"2646":1}}],["totaling",{"2":{"152":1}}],["total",{"2":{"35":2,"2644":2}}],["torso",{"2":{"35":9,"2644":9}}],["together",{"2":{"0":40,"31":1,"35":1,"145":1,"162":1,"179":1,"185":1,"192":2,"290":1,"337":1,"623":1,"624":1,"628":1,"930":1,"958":1,"995":1,"1024":1,"1032":1,"1067":1,"1170":1,"1206":1,"1298":1,"1349":1,"1380":1,"1416":1,"1436":1,"1487":1,"1510":1,"1516":1,"1550":1,"1575":1,"1606":1,"1636":1,"1669":1,"1780":1,"1856":1,"1886":1,"1928":1,"1966":1,"2022":1,"2050":1,"2130":1,"2165":1,"2193":1,"2204":1,"2374":1,"2406":1,"2440":1,"2466":1,"2493":1,"2520":1,"2526":1,"2580":1,"2619":1,"2626":1,"2634":1}}],["toggles",{"2":{"908":5,"2433":3}}],["toggled",{"2":{"0":2}}],["toggleduration",{"0":{"921":1},"2":{"0":1}}],["toggle",{"0":{"747":1,"908":1},"1":{"909":1,"910":1,"911":1,"912":1,"913":1,"914":1,"915":1,"916":1,"917":1,"918":1,"919":1,"920":1,"921":1,"922":1,"923":1},"2":{"0":3,"34":4,"908":2,"910":1,"911":1,"912":1,"914":1,"915":1,"916":1,"917":1,"918":1,"921":1,"922":1,"923":1,"2433":1}}],["todo",{"2":{"0":1}}],["towards",{"2":{"0":6,"15":1,"45":5,"71":1,"168":1,"412":1,"445":1,"476":1,"1236":1,"2276":1}}],["topleft",{"2":{"2624":1,"2637":1}}],["toplevel",{"2":{"2601":1}}],["topic",{"2":{"200":1}}],["topoints3d",{"2":{"36":3}}],["topoints",{"2":{"36":2}}],["topographie",{"2":{"33":1}}],["topography",{"0":{"33":1},"2":{"33":1,"36":1}}],["top",{"2":{"0":14,"18":1,"39":1,"45":1,"99":1,"103":1,"110":1,"123":1,"127":1,"129":1,"140":1,"148":1,"152":1,"157":1,"184":1,"205":1,"208":1,"256":1,"257":1,"261":2,"358":1,"379":1,"384":1,"396":1,"524":1,"568":1,"569":1,"579":1,"625":1,"626":2,"628":5,"685":4,"838":1,"1337":1,"1569":1,"1600":1,"1922":1,"2191":2,"2192":1,"2194":1,"2196":1,"2199":1,"2265":1,"2484":1,"2619":1,"2624":2,"2629":3,"2630":1,"2633":1,"2634":2,"2637":1,"2644":1}}],["topspinevisible",{"0":{"257":1,"569":1},"2":{"0":2,"183":1,"304":1,"351":1}}],["topspinecolor",{"0":{"256":1,"568":1},"2":{"0":2}}],["to",{"0":{"38":1,"88":1,"97":1,"107":1,"192":1,"193":1,"196":1,"1409":1,"1477":1,"2119":1},"1":{"194":1,"195":1,"197":1,"198":1,"199":1,"200":1},"2":{"0":696,"7":2,"8":5,"9":1,"10":7,"11":2,"12":6,"13":1,"14":3,"15":3,"16":3,"18":1,"19":3,"22":10,"23":1,"24":6,"25":2,"26":2,"27":5,"28":1,"29":3,"30":6,"31":15,"32":2,"33":1,"34":5,"37":6,"38":2,"39":2,"40":1,"41":2,"42":2,"43":1,"44":7,"45":15,"46":1,"47":8,"48":3,"51":1,"52":3,"53":1,"55":2,"56":8,"57":3,"58":12,"59":2,"60":9,"61":8,"62":1,"63":5,"64":2,"66":3,"67":3,"68":5,"69":8,"70":5,"71":8,"72":2,"73":4,"74":12,"75":7,"76":15,"77":3,"78":2,"79":2,"80":12,"81":7,"82":21,"83":18,"88":2,"90":5,"92":3,"94":2,"96":3,"97":4,"98":8,"100":4,"102":3,"104":7,"105":10,"106":21,"107":17,"109":4,"110":1,"111":5,"112":1,"114":2,"115":2,"116":8,"118":9,"120":1,"121":2,"122":3,"123":2,"126":4,"128":10,"129":1,"130":1,"131":2,"132":8,"134":7,"135":5,"136":3,"137":1,"138":4,"140":7,"141":1,"142":2,"143":4,"144":3,"145":4,"146":4,"147":12,"148":16,"149":3,"150":4,"152":28,"153":3,"155":4,"156":1,"157":1,"158":9,"159":5,"161":7,"162":11,"163":2,"164":1,"165":5,"166":5,"167":6,"168":5,"177":1,"178":2,"179":3,"180":2,"181":3,"184":5,"185":2,"186":7,"187":2,"188":1,"189":3,"190":3,"191":5,"192":2,"194":3,"197":1,"198":1,"200":6,"205":5,"206":1,"207":5,"208":2,"210":2,"211":2,"212":1,"213":1,"214":2,"215":2,"216":1,"217":4,"219":1,"221":1,"222":5,"223":6,"224":1,"225":1,"226":1,"227":1,"228":1,"229":1,"230":1,"231":1,"232":1,"233":1,"234":8,"235":1,"236":1,"237":1,"238":1,"239":1,"240":1,"241":1,"242":1,"243":1,"244":1,"245":1,"246":2,"247":2,"248":1,"249":1,"250":1,"251":1,"252":1,"253":1,"254":1,"255":1,"256":1,"257":1,"258":1,"259":1,"260":2,"261":1,"262":1,"263":1,"264":1,"265":1,"266":1,"267":1,"268":1,"269":1,"270":1,"271":1,"272":1,"273":1,"274":1,"275":1,"276":1,"277":1,"278":1,"279":1,"280":1,"281":1,"282":1,"283":2,"284":1,"285":1,"286":1,"287":5,"288":2,"289":1,"290":2,"291":1,"292":1,"293":1,"294":1,"295":1,"296":1,"297":1,"298":1,"299":2,"300":1,"301":1,"302":1,"303":1,"304":4,"305":2,"306":1,"307":2,"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1,"326":1,"327":1,"328":1,"329":1,"330":2,"331":1,"332":1,"333":1,"334":5,"335":2,"336":1,"337":2,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1,"344":1,"345":1,"346":2,"347":1,"348":1,"349":1,"350":1,"351":4,"352":2,"353":1,"354":1,"356":1,"357":1,"358":1,"359":1,"360":1,"361":1,"362":1,"363":1,"364":1,"365":2,"366":2,"367":1,"368":1,"369":1,"372":1,"373":3,"374":4,"375":1,"376":1,"377":1,"378":1,"379":1,"380":1,"381":1,"382":2,"383":2,"384":3,"385":2,"386":2,"387":2,"388":1,"389":1,"390":1,"391":1,"392":1,"393":1,"394":1,"395":1,"396":2,"397":1,"398":2,"399":1,"400":1,"401":1,"402":1,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"410":1,"411":1,"412":1,"413":1,"414":1,"415":1,"416":1,"417":1,"418":1,"419":1,"420":1,"421":1,"422":1,"423":1,"424":1,"425":1,"426":1,"427":1,"428":1,"429":1,"430":1,"431":2,"432":1,"433":1,"434":1,"435":1,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"443":1,"444":1,"445":1,"446":1,"447":1,"448":1,"449":1,"450":1,"451":1,"452":1,"453":1,"454":1,"455":1,"456":1,"457":1,"458":1,"459":1,"460":1,"461":1,"462":2,"463":1,"464":1,"465":1,"466":1,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"474":1,"475":1,"476":1,"477":1,"478":1,"479":1,"480":1,"481":1,"482":1,"483":1,"484":1,"485":1,"486":1,"487":1,"488":1,"489":1,"490":1,"493":1,"494":1,"495":1,"496":1,"497":1,"498":1,"499":1,"500":1,"501":1,"502":1,"503":1,"504":1,"505":1,"506":1,"507":1,"508":2,"509":1,"510":1,"511":2,"512":2,"513":1,"514":1,"515":3,"518":1,"519":1,"520":1,"521":1,"522":1,"523":1,"524":3,"525":1,"526":1,"527":1,"528":1,"529":1,"530":1,"531":1,"532":1,"533":1,"534":1,"535":1,"536":1,"537":1,"538":1,"539":1,"540":1,"541":1,"542":1,"543":1,"544":1,"545":1,"546":1,"547":1,"548":1,"549":1,"550":1,"551":2,"552":2,"553":2,"554":1,"555":1,"556":1,"557":1,"558":1,"559":1,"560":1,"561":1,"562":1,"563":1,"564":1,"565":1,"566":1,"567":1,"568":1,"569":1,"570":1,"571":1,"572":3,"575":3,"576":3,"577":8,"578":8,"579":3,"581":1,"582":5,"584":2,"585":6,"587":1,"588":1,"589":1,"590":1,"591":1,"592":1,"593":1,"594":2,"595":1,"596":1,"597":2,"598":1,"599":2,"600":2,"601":1,"602":1,"603":4,"605":1,"606":1,"607":1,"608":1,"609":1,"610":1,"611":1,"612":1,"613":2,"614":1,"615":2,"616":2,"617":1,"618":1,"619":1,"620":1,"621":2,"624":4,"625":1,"626":6,"627":5,"628":2,"630":1,"631":1,"632":1,"633":1,"634":1,"635":1,"636":1,"637":1,"638":1,"639":1,"640":1,"641":1,"642":1,"643":1,"644":1,"645":1,"646":2,"647":1,"648":1,"649":1,"650":1,"651":1,"652":2,"653":1,"654":1,"655":1,"656":1,"657":1,"658":1,"659":1,"660":2,"661":1,"662":1,"663":1,"664":1,"665":1,"666":1,"667":1,"668":1,"669":2,"670":1,"671":1,"672":1,"673":1,"674":1,"675":2,"676":1,"677":1,"678":1,"679":2,"680":2,"681":1,"682":1,"683":1,"684":1,"685":2,"686":1,"687":1,"688":1,"689":1,"690":1,"691":7,"693":1,"694":1,"695":1,"696":1,"697":1,"698":1,"699":1,"700":2,"701":2,"702":1,"703":1,"705":1,"707":1,"708":1,"709":1,"710":1,"711":1,"712":1,"713":1,"714":1,"715":1,"716":1,"717":1,"718":1,"719":1,"720":1,"721":1,"722":1,"723":4,"724":1,"725":2,"726":2,"727":1,"728":1,"729":1,"730":1,"748":1,"751":7,"752":9,"754":4,"756":4,"757":3,"760":1,"761":1,"762":1,"763":2,"764":1,"765":1,"766":1,"767":1,"768":1,"769":2,"770":3,"771":1,"772":1,"773":3,"774":1,"775":3,"776":2,"777":2,"778":1,"779":1,"780":1,"781":1,"782":1,"783":1,"784":1,"785":1,"786":1,"787":1,"788":1,"789":1,"790":1,"791":1,"792":1,"793":1,"794":3,"795":1,"796":1,"797":2,"798":1,"799":2,"800":6,"801":1,"802":1,"803":1,"804":1,"805":1,"806":1,"807":2,"808":2,"809":1,"810":1,"811":1,"812":2,"813":1,"814":1,"815":1,"816":1,"817":1,"818":1,"819":1,"820":1,"821":1,"822":1,"823":1,"824":1,"825":1,"826":1,"827":1,"828":1,"829":2,"830":1,"831":2,"832":6,"833":1,"834":1,"835":1,"836":1,"837":1,"838":1,"839":1,"840":1,"841":1,"842":1,"843":2,"844":6,"847":1,"848":1,"849":1,"850":1,"851":1,"852":1,"853":1,"854":1,"855":1,"856":2,"857":1,"858":2,"859":2,"860":1,"861":2,"862":1,"863":2,"865":1,"866":1,"867":1,"868":2,"869":2,"870":1,"871":1,"872":1,"874":2,"876":1,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"886":1,"887":1,"888":1,"889":1,"890":1,"891":1,"892":1,"893":1,"894":1,"895":1,"896":2,"897":2,"898":1,"899":1,"900":2,"901":2,"902":1,"903":1,"904":1,"905":3,"906":1,"907":1,"908":1,"910":1,"911":1,"912":1,"913":1,"914":1,"915":1,"916":1,"917":1,"918":1,"919":2,"920":2,"921":1,"922":1,"923":1,"926":1,"927":1,"928":2,"929":1,"930":1,"931":2,"932":3,"933":1,"934":1,"935":1,"936":1,"937":1,"938":1,"939":1,"940":2,"941":1,"942":1,"943":1,"944":1,"945":1,"946":1,"947":1,"948":1,"949":1,"950":1,"951":1,"954":1,"955":1,"956":2,"957":1,"958":1,"959":2,"960":3,"961":1,"962":1,"963":1,"964":1,"965":1,"966":1,"967":3,"968":1,"969":2,"970":1,"971":1,"972":2,"973":1,"974":1,"975":1,"976":1,"977":1,"978":1,"979":1,"980":1,"981":1,"985":2,"986":1,"987":2,"988":1,"989":3,"990":2,"991":1,"992":1,"993":2,"994":1,"995":1,"996":3,"997":2,"998":1,"999":1,"1000":1,"1001":1,"1002":1,"1003":1,"1004":1,"1005":2,"1006":2,"1007":2,"1008":1,"1009":1,"1010":3,"1011":1,"1012":1,"1013":4,"1014":1,"1015":2,"1016":1,"1017":1,"1018":1,"1019":1,"1020":1,"1021":1,"1022":1,"1023":1,"1024":1,"1027":1,"1028":1,"1029":3,"1030":2,"1031":1,"1032":1,"1033":1,"1034":3,"1035":2,"1036":1,"1037":1,"1038":1,"1039":1,"1040":1,"1041":1,"1042":1,"1043":1,"1044":1,"1045":3,"1046":1,"1047":1,"1048":1,"1049":1,"1050":1,"1051":1,"1052":1,"1053":1,"1054":1,"1055":1,"1056":1,"1060":1,"1061":1,"1062":1,"1063":1,"1064":1,"1065":2,"1066":1,"1067":1,"1068":1,"1069":3,"1070":1,"1071":1,"1072":1,"1073":1,"1074":1,"1075":1,"1076":1,"1077":1,"1078":1,"1079":1,"1080":1,"1081":1,"1082":1,"1083":1,"1084":1,"1085":1,"1086":1,"1087":1,"1088":1,"1089":1,"1090":1,"1091":1,"1092":1,"1093":1,"1094":1,"1095":1,"1096":1,"1097":1,"1098":1,"1099":1,"1100":1,"1101":1,"1102":1,"1103":1,"1105":3,"1107":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1114":2,"1115":1,"1116":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1123":1,"1124":1,"1125":1,"1126":1,"1127":1,"1128":1,"1129":1,"1130":1,"1131":1,"1132":1,"1133":1,"1134":1,"1135":1,"1136":1,"1137":2,"1138":1,"1139":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1155":3,"1156":3,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1162":2,"1166":1,"1167":1,"1168":2,"1169":1,"1170":1,"1171":3,"1172":1,"1173":1,"1174":1,"1175":1,"1176":1,"1177":1,"1178":1,"1179":1,"1180":1,"1181":1,"1182":2,"1183":2,"1184":1,"1185":2,"1186":1,"1187":1,"1188":1,"1189":1,"1190":1,"1191":1,"1192":1,"1193":1,"1194":1,"1195":1,"1196":1,"1197":1,"1198":1,"1202":1,"1203":1,"1204":2,"1205":1,"1206":1,"1207":3,"1208":1,"1209":1,"1210":1,"1211":1,"1212":1,"1213":1,"1214":1,"1215":1,"1216":1,"1217":1,"1218":2,"1219":2,"1220":1,"1221":2,"1222":1,"1223":1,"1224":1,"1225":1,"1226":1,"1227":1,"1228":1,"1229":1,"1230":1,"1231":1,"1232":1,"1233":1,"1234":1,"1236":5,"1238":1,"1239":1,"1240":3,"1241":5,"1242":5,"1243":1,"1244":1,"1245":1,"1246":1,"1247":1,"1248":6,"1249":3,"1250":1,"1251":1,"1252":1,"1253":1,"1254":1,"1255":1,"1256":1,"1257":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1268":1,"1269":1,"1270":1,"1271":1,"1272":1,"1273":1,"1274":1,"1275":1,"1276":1,"1277":1,"1278":2,"1279":1,"1280":1,"1281":1,"1282":3,"1284":2,"1285":2,"1286":3,"1288":7,"1289":3,"1290":1,"1292":1,"1293":1,"1294":2,"1295":2,"1296":2,"1297":1,"1298":1,"1299":3,"1300":1,"1301":1,"1302":1,"1303":1,"1304":1,"1305":1,"1306":1,"1307":1,"1308":1,"1309":1,"1310":1,"1311":1,"1312":2,"1313":1,"1314":2,"1315":4,"1316":1,"1317":1,"1318":1,"1319":1,"1320":1,"1323":1,"1326":1,"1327":1,"1328":4,"1329":1,"1330":1,"1331":1,"1332":1,"1333":1,"1334":1,"1335":1,"1336":1,"1337":1,"1338":1,"1339":1,"1340":1,"1341":2,"1345":1,"1346":1,"1347":2,"1348":1,"1349":1,"1350":2,"1351":3,"1352":1,"1353":1,"1354":1,"1355":1,"1356":1,"1357":1,"1358":3,"1359":1,"1360":2,"1361":1,"1362":1,"1363":2,"1364":1,"1365":1,"1366":1,"1367":1,"1368":1,"1369":3,"1370":1,"1371":1,"1372":1,"1373":2,"1376":1,"1377":2,"1378":2,"1379":1,"1380":1,"1381":1,"1382":3,"1383":1,"1384":1,"1385":1,"1386":1,"1387":1,"1388":1,"1389":1,"1390":1,"1391":1,"1392":1,"1393":1,"1394":1,"1395":1,"1396":1,"1397":1,"1398":1,"1399":1,"1400":1,"1401":1,"1404":3,"1405":2,"1407":2,"1408":3,"1411":1,"1412":1,"1413":1,"1414":2,"1415":1,"1416":1,"1417":1,"1418":1,"1419":1,"1420":1,"1421":1,"1422":2,"1423":1,"1424":2,"1426":1,"1428":1,"1429":2,"1430":4,"1433":1,"1434":2,"1435":1,"1436":1,"1437":3,"1438":1,"1439":1,"1440":1,"1441":1,"1442":1,"1443":1,"1444":1,"1445":1,"1446":1,"1447":1,"1448":1,"1449":1,"1450":1,"1451":1,"1452":1,"1453":1,"1457":5,"1460":1,"1461":2,"1462":2,"1463":1,"1464":1,"1465":1,"1466":1,"1467":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1473":2,"1474":2,"1475":1,"1476":1,"1477":6,"1478":1,"1479":1,"1480":2,"1481":3,"1483":1,"1484":1,"1485":2,"1486":1,"1487":1,"1488":2,"1489":3,"1490":1,"1491":1,"1492":1,"1493":1,"1494":1,"1495":1,"1496":1,"1497":2,"1498":1,"1499":1,"1500":1,"1501":1,"1502":1,"1503":1,"1504":1,"1505":1,"1506":1,"1507":1,"1508":2,"1509":2,"1510":4,"1512":1,"1513":6,"1514":2,"1515":1,"1516":1,"1517":1,"1518":3,"1519":1,"1520":1,"1521":1,"1522":1,"1523":1,"1524":1,"1525":1,"1526":1,"1527":2,"1528":1,"1529":1,"1530":1,"1531":1,"1532":1,"1533":1,"1534":1,"1535":1,"1536":1,"1537":1,"1538":1,"1539":1,"1540":1,"1541":1,"1542":2,"1543":2,"1544":1,"1547":1,"1548":2,"1549":1,"1550":1,"1551":3,"1552":1,"1553":1,"1554":1,"1555":1,"1556":1,"1557":1,"1558":1,"1559":1,"1560":1,"1561":1,"1562":1,"1563":1,"1564":1,"1565":1,"1566":1,"1567":1,"1569":3,"1571":1,"1572":1,"1573":2,"1574":1,"1575":1,"1576":2,"1577":3,"1578":1,"1579":1,"1580":1,"1581":1,"1582":1,"1583":1,"1584":3,"1585":1,"1586":2,"1587":1,"1588":1,"1589":2,"1590":1,"1591":1,"1592":1,"1593":1,"1594":1,"1595":1,"1596":1,"1597":1,"1600":3,"1602":1,"1603":1,"1604":2,"1605":1,"1606":1,"1607":2,"1608":3,"1609":1,"1610":1,"1611":1,"1612":1,"1613":1,"1614":1,"1615":1,"1616":2,"1617":1,"1618":1,"1619":1,"1620":1,"1621":1,"1622":1,"1623":1,"1624":1,"1625":1,"1626":1,"1629":9,"1631":1,"1632":1,"1633":3,"1634":2,"1635":1,"1636":1,"1637":1,"1638":3,"1639":2,"1640":1,"1641":1,"1642":1,"1643":1,"1644":1,"1645":1,"1646":1,"1647":1,"1648":1,"1649":3,"1650":1,"1651":1,"1652":1,"1653":1,"1654":1,"1655":1,"1656":1,"1657":1,"1658":1,"1659":1,"1660":1,"1661":2,"1664":1,"1665":1,"1666":1,"1667":2,"1668":1,"1669":1,"1670":1,"1671":3,"1672":2,"1673":1,"1674":1,"1675":1,"1676":1,"1677":1,"1678":1,"1679":1,"1680":1,"1681":3,"1682":3,"1683":1,"1684":1,"1685":1,"1686":4,"1687":1,"1688":1,"1689":1,"1690":1,"1691":1,"1692":1,"1693":1,"1694":1,"1752":1,"1753":3,"1754":1,"1755":1,"1756":1,"1757":1,"1758":1,"1759":1,"1760":1,"1761":2,"1762":1,"1763":1,"1764":1,"1765":1,"1766":1,"1767":1,"1768":1,"1769":1,"1770":1,"1771":1,"1772":1,"1773":1,"1776":1,"1777":6,"1778":2,"1779":1,"1780":1,"1781":1,"1782":3,"1783":1,"1784":1,"1785":1,"1786":1,"1787":1,"1788":1,"1789":1,"1790":1,"1791":2,"1792":1,"1793":1,"1794":1,"1795":1,"1796":1,"1797":1,"1798":1,"1799":1,"1800":1,"1801":1,"1802":1,"1803":1,"1804":1,"1805":1,"1809":1,"1810":1,"1811":3,"1812":1,"1813":1,"1814":1,"1815":1,"1816":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1822":1,"1823":1,"1824":1,"1825":1,"1826":1,"1827":1,"1828":1,"1829":1,"1830":1,"1831":5,"1834":1,"1835":1,"1836":3,"1837":1,"1838":1,"1839":1,"1840":1,"1841":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1847":1,"1848":1,"1849":1,"1850":1,"1851":1,"1852":1,"1853":1,"1854":1,"1855":1,"1856":3,"1858":2,"1859":1,"1860":2,"1861":2,"1862":2,"1863":1,"1864":1,"1865":2,"1866":1,"1867":1,"1868":2,"1869":1,"1870":3,"1871":1,"1872":3,"1873":2,"1874":2,"1875":2,"1876":1,"1877":2,"1878":1,"1879":3,"1882":1,"1883":2,"1884":2,"1885":1,"1886":1,"1887":1,"1888":3,"1889":1,"1890":1,"1891":1,"1892":1,"1893":1,"1894":1,"1895":1,"1896":1,"1897":1,"1898":1,"1899":1,"1900":1,"1901":1,"1902":1,"1903":1,"1904":1,"1905":1,"1906":1,"1907":1,"1911":3,"1912":4,"1914":5,"1915":2,"1916":1,"1917":1,"1922":4,"1924":1,"1925":2,"1926":2,"1927":1,"1928":1,"1929":2,"1930":3,"1931":1,"1932":1,"1933":1,"1934":1,"1935":1,"1936":1,"1937":1,"1938":1,"1939":1,"1940":1,"1941":1,"1942":1,"1943":1,"1944":2,"1945":1,"1946":1,"1947":1,"1948":1,"1949":1,"1950":1,"1951":1,"1952":1,"1953":1,"1954":2,"1955":1,"1956":1,"1957":1,"1958":1,"1962":1,"1963":1,"1964":2,"1965":1,"1966":1,"1967":1,"1968":3,"1969":1,"1970":1,"1971":1,"1972":1,"1973":1,"1974":1,"1975":1,"1976":1,"1977":1,"1978":1,"1979":1,"1980":1,"1981":1,"1982":1,"1983":1,"1984":1,"1985":1,"1986":1,"1987":1,"1988":1,"1989":1,"1990":1,"1991":1,"1992":1,"1993":1,"1994":1,"1995":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1,"2016":1,"2019":1,"2020":2,"2021":1,"2022":1,"2023":3,"2024":1,"2025":1,"2026":1,"2027":1,"2028":1,"2029":1,"2030":1,"2031":1,"2032":1,"2033":1,"2034":1,"2035":1,"2036":1,"2037":1,"2038":1,"2039":1,"2040":1,"2041":1,"2042":1,"2046":1,"2047":1,"2048":2,"2049":1,"2050":1,"2051":2,"2052":3,"2053":1,"2054":1,"2055":1,"2056":1,"2057":1,"2058":1,"2059":3,"2060":1,"2061":2,"2062":1,"2063":1,"2064":2,"2065":1,"2066":1,"2067":1,"2068":1,"2069":1,"2070":3,"2071":1,"2072":1,"2073":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2082":3,"2083":1,"2084":1,"2085":1,"2086":1,"2087":1,"2088":1,"2089":1,"2090":1,"2091":1,"2092":1,"2093":1,"2094":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2103":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2109":1,"2113":2,"2114":1,"2115":1,"2116":1,"2117":1,"2118":3,"2119":3,"2120":2,"2122":2,"2124":1,"2125":1,"2126":1,"2127":4,"2128":2,"2129":1,"2130":1,"2131":1,"2132":3,"2133":1,"2134":1,"2135":1,"2136":1,"2137":1,"2138":1,"2139":1,"2140":1,"2141":1,"2142":1,"2143":1,"2144":1,"2145":1,"2146":1,"2147":1,"2148":1,"2149":1,"2150":1,"2151":1,"2152":1,"2153":1,"2154":1,"2155":1,"2156":1,"2158":1,"2160":1,"2161":1,"2162":4,"2163":2,"2164":1,"2165":1,"2166":3,"2167":2,"2168":1,"2169":1,"2170":1,"2171":1,"2172":1,"2173":1,"2174":2,"2175":1,"2176":3,"2177":1,"2178":1,"2179":1,"2180":1,"2181":1,"2182":1,"2183":1,"2184":1,"2185":1,"2186":1,"2187":1,"2189":2,"2193":3,"2194":5,"2195":1,"2196":1,"2197":3,"2199":1,"2200":1,"2201":3,"2202":2,"2203":1,"2204":1,"2205":3,"2206":1,"2207":2,"2208":1,"2209":1,"2210":1,"2211":1,"2212":1,"2213":1,"2214":1,"2215":1,"2216":1,"2217":2,"2218":1,"2219":1,"2220":1,"2221":1,"2222":1,"2223":1,"2224":1,"2225":2,"2226":1,"2227":1,"2228":1,"2229":1,"2230":1,"2231":3,"2232":2,"2233":1,"2234":1,"2235":1,"2236":1,"2241":1,"2242":1,"2243":3,"2244":1,"2245":1,"2246":1,"2247":1,"2248":1,"2249":1,"2250":1,"2251":2,"2252":1,"2253":1,"2254":1,"2255":1,"2256":1,"2257":1,"2258":2,"2259":1,"2260":1,"2261":1,"2262":2,"2263":1,"2264":1,"2265":1,"2266":1,"2267":1,"2268":1,"2269":1,"2270":1,"2271":1,"2272":1,"2275":4,"2276":5,"2278":1,"2279":1,"2280":3,"2281":1,"2282":2,"2283":2,"2284":1,"2285":1,"2286":1,"2287":1,"2288":1,"2289":2,"2290":2,"2291":1,"2292":1,"2293":1,"2294":1,"2295":1,"2296":1,"2297":1,"2298":1,"2299":1,"2301":2,"2303":1,"2304":1,"2305":1,"2306":1,"2307":1,"2308":1,"2309":1,"2310":1,"2311":1,"2312":1,"2313":1,"2314":1,"2315":1,"2316":1,"2317":1,"2318":1,"2319":1,"2320":1,"2321":2,"2322":2,"2323":2,"2324":2,"2325":2,"2326":1,"2327":1,"2328":1,"2332":1,"2334":1,"2335":1,"2336":1,"2337":1,"2338":2,"2339":3,"2340":1,"2341":1,"2342":1,"2343":1,"2344":1,"2345":1,"2346":1,"2347":1,"2348":1,"2349":1,"2350":1,"2351":1,"2352":1,"2353":1,"2354":1,"2355":1,"2356":1,"2357":1,"2358":2,"2359":1,"2360":1,"2361":1,"2362":1,"2363":1,"2364":1,"2365":1,"2366":1,"2367":1,"2368":3,"2370":1,"2371":1,"2372":2,"2373":1,"2374":1,"2375":2,"2376":3,"2377":1,"2378":1,"2379":1,"2380":1,"2381":1,"2382":1,"2383":1,"2384":2,"2385":1,"2386":1,"2387":1,"2388":1,"2389":1,"2390":1,"2391":1,"2392":1,"2393":1,"2394":1,"2395":2,"2396":2,"2398":1,"2400":1,"2401":1,"2402":1,"2403":1,"2404":2,"2405":1,"2406":1,"2407":3,"2408":2,"2409":1,"2410":1,"2411":1,"2412":1,"2413":1,"2414":1,"2415":1,"2416":1,"2417":1,"2418":1,"2419":1,"2420":3,"2421":1,"2422":1,"2423":1,"2424":1,"2425":1,"2426":1,"2427":1,"2428":1,"2429":1,"2430":1,"2431":1,"2433":5,"2435":1,"2436":1,"2437":1,"2438":2,"2439":1,"2440":1,"2441":3,"2442":1,"2443":1,"2444":1,"2445":1,"2446":1,"2447":1,"2448":1,"2449":1,"2450":1,"2451":1,"2452":1,"2453":1,"2454":1,"2455":1,"2456":1,"2457":1,"2459":4,"2461":1,"2462":1,"2463":2,"2464":2,"2465":1,"2466":1,"2467":1,"2468":1,"2469":1,"2470":1,"2471":1,"2472":1,"2473":2,"2474":1,"2475":1,"2476":1,"2477":1,"2480":2,"2481":2,"2483":4,"2484":6,"2485":3,"2486":3,"2488":1,"2489":1,"2490":3,"2491":2,"2492":1,"2493":1,"2494":3,"2495":5,"2496":2,"2497":1,"2498":3,"2499":1,"2500":1,"2501":1,"2502":1,"2503":1,"2504":1,"2505":2,"2506":1,"2507":3,"2508":1,"2509":1,"2510":1,"2511":1,"2512":1,"2513":1,"2514":1,"2515":1,"2516":1,"2517":1,"2518":3,"2519":1,"2520":4,"2522":1,"2523":6,"2524":2,"2525":1,"2526":1,"2527":1,"2528":3,"2529":1,"2530":1,"2531":1,"2532":1,"2533":1,"2534":1,"2535":1,"2536":1,"2537":2,"2538":1,"2539":1,"2540":1,"2541":1,"2542":1,"2543":1,"2544":1,"2545":1,"2546":1,"2547":1,"2548":1,"2549":1,"2550":1,"2551":1,"2552":2,"2553":2,"2554":3,"2555":3,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1,"2576":1,"2577":1,"2578":2,"2579":1,"2580":1,"2581":2,"2582":3,"2583":1,"2584":1,"2585":1,"2586":1,"2587":1,"2588":1,"2589":1,"2590":2,"2591":1,"2592":1,"2593":1,"2594":1,"2595":1,"2596":1,"2597":1,"2598":1,"2599":1,"2600":1,"2601":6,"2603":3,"2604":4,"2605":4,"2611":2,"2613":2,"2615":31,"2616":2,"2618":8,"2619":4,"2621":2,"2622":1,"2623":1,"2624":4,"2625":2,"2626":6,"2628":2,"2629":4,"2630":1,"2631":1,"2632":1,"2633":3,"2634":1,"2635":2,"2636":3,"2637":2,"2638":1,"2639":3,"2640":21,"2641":2,"2642":8,"2643":3,"2644":22,"2646":9,"2647":4,"2648":5,"2649":5,"2650":1}}],["m96",{"2":{"1917":1}}],["msh",{"2":{"2611":2}}],["mschauer",{"2":{"2158":1}}],["ms",{"2":{"290":1,"337":1,"628":2}}],["msgs",{"2":{"58":2,"59":1,"60":2,"61":1,"63":2}}],["msgs=>",{"2":{"58":2,"59":1,"60":2,"61":1,"63":2}}],["msg",{"2":{"0":2}}],["mmap",{"2":{"1288":3}}],["mm",{"2":{"105":1}}],["mrybm",{"2":{"80":1,"81":1,"2660":2}}],["mb",{"2":{"80":8,"81":4}}],["mp",{"2":{"80":12,"81":5,"82":1}}],["mplot",{"2":{"32":2}}],["mp4",{"2":{"0":22,"8":2,"9":1,"10":2,"11":1,"12":2,"35":1,"85":1,"148":1,"168":1,"196":1,"1629":2,"2644":1}}],["mv",{"2":{"28":1}}],["mk4",{"2":{"0":2}}],["mkv",{"2":{"0":6,"9":1}}],["mygbm",{"2":{"2660":2}}],["myhist",{"2":{"2646":3,"2647":3,"2648":6}}],["myinteraction",{"2":{"218":4}}],["mysimulation",{"2":{"168":3}}],["myvolume",{"2":{"147":3}}],["myplot",{"2":{"147":28,"152":2}}],["myothertype",{"2":{"145":1}}],["mydimtypes",{"2":{"76":1}}],["mydimconversion",{"2":{"76":7}}],["myunit",{"2":{"76":8}}],["myarrows",{"2":{"66":3}}],["myagg",{"2":{"0":7,"1292":7}}],["mytype",{"2":{"0":5,"145":5}}],["my",{"0":{"94":1},"2":{"0":2,"150":1,"151":1,"152":2,"187":2,"217":1,"575":2,"576":2,"577":4,"1856":7}}],["mitigate",{"2":{"1569":1,"1600":1,"1922":1}}],["miter",{"0":{"972":1,"1154":1,"1190":1,"1226":1,"1363":1,"1529":1,"1589":1,"1793":1,"1985":1,"2011":1,"2064":1,"2146":1,"2320":1,"2539":1},"2":{"0":55,"967":3,"972":3,"1154":1,"1190":1,"1226":1,"1358":3,"1363":3,"1529":1,"1584":6,"1589":3,"1793":1,"1985":1,"2011":1,"2059":3,"2064":3,"2146":1,"2320":1,"2539":1}}],["million",{"0":{"1287":1}}],["mixed",{"0":{"2632":1},"2":{"2604":1,"2624":1,"2632":2}}],["mixture",{"2":{"720":1}}],["mix",{"2":{"106":1,"120":1,"191":1}}],["mime",{"2":{"31":2,"64":1,"106":1}}],["microsoft",{"2":{"28":1}}],["mip",{"2":{"0":2,"2397":1,"2398":1,"2401":1}}],["misc",{"0":{"2654":1}}],["misaligned",{"2":{"207":1}}],["mismatch",{"2":{"135":1}}],["missings",{"2":{"146":2}}],["missing",{"0":{"49":1},"2":{"0":1,"55":1,"81":1,"748":1,"1287":1,"1424":1,"2622":1}}],["misl",{"2":{"0":1}}],["middle",{"2":{"31":1,"190":1,"1058":5,"2643":1}}],["middleup",{"2":{"0":1}}],["middledragstop",{"2":{"0":1}}],["middledragstart",{"2":{"0":1}}],["middledrag",{"2":{"0":1}}],["middledown",{"2":{"0":1}}],["middledoubleclick",{"2":{"0":1}}],["middleclick",{"2":{"0":1}}],["midpoint",{"2":{"0":1,"1139":1}}],["midlinewidth",{"0":{"1271":1},"2":{"0":1}}],["midlinecolor",{"0":{"1270":1},"2":{"0":1}}],["midline",{"0":{"1277":1},"2":{"0":6,"1104":1,"1129":1,"1258":1,"1277":1,"2357":1}}],["mint",{"2":{"2662":1}}],["minl",{"2":{"2660":1}}],["minc",{"2":{"2660":5}}],["minus",{"2":{"576":1}}],["mind",{"2":{"131":1,"578":1}}],["min=automatic",{"2":{"75":1}}],["mini",{"2":{"33":3,"2193":1,"2398":3}}],["minimized",{"2":{"207":1}}],["minimal",{"0":{"172":1},"2":{"0":1,"172":1,"1422":1}}],["minimum",{"2":{"0":18,"66":1,"972":1,"1073":1,"1103":1,"1236":1,"1249":1,"1363":1,"1404":1,"1589":1,"2064":1,"2276":1,"2283":1,"2290":1,"2601":1}}],["min",{"2":{"0":8,"63":1,"76":2,"148":2,"423":1,"456":1,"487":1,"1856":4,"2643":1}}],["minorgrid",{"2":{"0":6,"205":1,"753":1}}],["minor",{"2":{"0":1,"273":1,"274":1,"275":1,"276":1,"277":1,"278":1,"279":2,"280":1,"281":1,"282":1,"301":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1,"326":2,"327":1,"328":1,"329":1,"348":1,"539":1,"540":1,"541":1,"542":1,"543":1,"544":1,"753":2,"784":1,"785":1,"786":1,"787":1,"788":1,"818":1,"819":1,"820":1,"821":1,"822":1}}],["minortickwidth",{"0":{"544":1},"2":{"0":1}}],["minorticksvisible",{"0":{"543":1},"2":{"0":1}}],["minorticksize",{"0":{"542":1},"2":{"0":1}}],["minorticks",{"0":{"541":1},"2":{"0":4,"205":1}}],["minortickcolor",{"0":{"540":1},"2":{"0":1}}],["minortickalign",{"0":{"539":1},"2":{"0":1}}],["mirrored",{"2":{"301":1,"348":1,"1629":2}}],["mirror",{"2":{"0":1,"1629":1}}],["might",{"2":{"0":3,"8":1,"148":1,"161":1,"219":1,"384":1,"516":1,"627":1,"748":1,"1282":2,"2189":1,"2555":1,"2615":2,"2619":1,"2648":1}}],["munch",{"2":{"2662":1}}],["muted6",{"2":{"2661":1}}],["muted",{"2":{"2661":1}}],["mutable",{"2":{"196":1}}],["mutation",{"2":{"158":1}}],["mutatingly",{"2":{"162":1}}],["mutating",{"0":{"137":1,"139":1,"141":1,"142":1},"1":{"138":1},"2":{"0":56,"100":1,"136":2,"137":1,"139":1,"141":1,"142":1,"162":1,"203":1,"750":1}}],["mutated",{"2":{"133":1}}],["mutate",{"2":{"0":1,"41":1,"135":2,"2321":1}}],["mu",{"2":{"625":3}}],["much",{"2":{"0":3,"31":3,"107":1,"127":1,"152":1,"161":1,"162":1,"218":1,"384":1,"753":1,"1914":1,"2400":1,"2615":1}}],["mult",{"2":{"0":1,"45":1}}],["multicolored",{"2":{"111":1}}],["multiscatter=input",{"2":{"34":1}}],["multipage",{"2":{"58":1}}],["multipolygon",{"2":{"0":2}}],["multiply",{"2":{"107":1}}],["multiplying",{"2":{"0":2,"158":1,"1944":1,"2644":1}}],["multiples",{"2":{"0":2,"299":1,"346":1}}],["multiplesticks",{"2":{"0":2,"299":1,"346":1}}],["multiple",{"0":{"25":1,"145":1,"1430":1},"2":{"0":70,"25":1,"28":1,"31":2,"58":1,"60":1,"80":1,"104":1,"106":1,"108":1,"135":2,"140":1,"145":1,"184":2,"217":1,"577":1,"581":1,"628":1,"924":1,"926":1,"931":1,"954":1,"959":1,"986":1,"1016":1,"1027":1,"1049":1,"1060":1,"1114":1,"1128":1,"1166":1,"1202":1,"1293":1,"1337":1,"1345":1,"1350":1,"1376":1,"1411":1,"1433":1,"1457":1,"1481":1,"1483":1,"1488":1,"1510":1,"1512":1,"1547":1,"1571":1,"1576":1,"1602":1,"1607":1,"1631":1,"1653":1,"1664":1,"1687":1,"1776":1,"1865":1,"1882":1,"1924":1,"1925":1,"1929":1,"1962":1,"2019":1,"2046":1,"2051":1,"2124":1,"2160":1,"2180":1,"2188":1,"2200":1,"2368":1,"2370":1,"2375":1,"2402":1,"2424":1,"2435":1,"2461":1,"2488":1,"2511":1,"2520":1,"2522":1,"2576":1,"2581":1,"2605":1,"2618":1,"2626":1,"2640":1,"2646":1,"2649":1}}],["multiplied",{"2":{"0":37,"926":1,"954":1,"986":1,"1027":1,"1060":1,"1166":1,"1202":1,"1293":1,"1345":1,"1376":1,"1411":1,"1433":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1962":1,"2019":1,"2046":1,"2124":1,"2160":1,"2200":1,"2370":1,"2402":1,"2435":1,"2461":1,"2488":1,"2522":1,"2576":1}}],["multiplier",{"2":{"0":8,"45":1,"243":1,"253":1,"612":1,"1123":1,"1137":1,"1275":1,"2218":1,"2400":1}}],["multiplicatively",{"2":{"0":1,"45":1}}],["multiline",{"2":{"134":1,"603":3,"2192":1}}],["multilinestring",{"2":{"0":2}}],["multilightshading",{"2":{"0":12,"22":1,"1016":1,"1049":1,"1653":1,"1687":1,"2180":1,"2424":1,"2511":1,"2605":1}}],["multi",{"0":{"628":1},"2":{"0":1,"58":1}}],["must",{"2":{"0":18,"45":1,"59":1,"62":1,"73":1,"83":1,"133":1,"145":1,"148":1,"184":2,"761":1,"951":2,"982":1,"1105":2,"1294":1,"1428":1,"1831":1,"2121":2,"2604":1,"2649":1}}],["mercedes",{"2":{"2193":1}}],["merge",{"0":{"179":1},"2":{"0":5,"169":1,"179":1,"625":6,"1292":1,"2648":1}}],["meet",{"2":{"575":1}}],["me",{"2":{"196":1,"2615":1}}],["mentioned",{"2":{"82":1}}],["menus",{"2":{"84":1}}],["menu2",{"2":{"0":2,"704":5,"705":2}}],["menu",{"0":{"704":1,"705":1,"742":1},"1":{"705":1,"706":1,"707":1,"708":1,"709":1,"710":1,"711":1,"712":1,"713":1,"714":1,"715":1,"716":1,"717":1,"718":1,"719":1,"720":1,"721":1,"722":1,"723":1,"724":1,"725":1,"726":1,"727":1,"728":1,"729":1,"730":1},"2":{"0":11,"29":2,"168":2,"704":6,"705":5,"707":1,"712":1,"716":1,"717":1,"719":1,"720":1,"722":1,"723":1,"729":1,"730":1}}],["medium",{"2":{"78":6}}],["median=true",{"2":{"2330":1}}],["medianlinewidth",{"0":{"1121":1,"2350":1},"2":{"0":2}}],["mediancolor",{"0":{"1120":1,"2349":1},"2":{"0":2}}],["median",{"0":{"1129":1,"1874":1,"2357":1},"2":{"0":7,"1104":1,"1129":1,"1874":1,"2357":1}}],["measurement",{"2":{"2619":1}}],["measurements",{"2":{"169":1,"2615":1,"2619":6,"2620":2,"2621":1,"2622":2}}],["measures",{"2":{"60":1}}],["meat",{"2":{"148":1}}],["mean",{"2":{"105":1,"106":1,"625":2,"1025":3,"1856":6}}],["meaningful",{"2":{"122":1,"2189":1,"2190":1,"2625":1}}],["meaning",{"2":{"71":1,"73":1,"78":1,"516":1,"748":1,"2459":1}}],["meant",{"2":{"0":1,"68":1,"122":2}}],["means",{"2":{"0":54,"27":1,"45":1,"60":1,"61":1,"74":1,"82":1,"106":1,"107":1,"132":1,"148":2,"152":2,"162":1,"187":1,"234":1,"396":1,"579":1,"752":1,"945":1,"975":1,"1014":1,"1048":1,"1094":1,"1193":1,"1229":1,"1241":1,"1242":1,"1252":1,"1313":1,"1366":1,"1395":1,"1448":1,"1502":1,"1532":1,"1562":1,"1592":1,"1621":1,"1629":2,"1652":1,"1685":1,"1763":1,"1796":1,"1823":1,"1848":1,"1901":1,"1948":1,"1988":1,"2037":1,"2067":1,"2092":1,"2149":1,"2179":1,"2189":2,"2190":1,"2194":1,"2224":1,"2257":1,"2293":1,"2355":1,"2389":1,"2423":1,"2452":1,"2483":1,"2490":1,"2510":1,"2542":1,"2595":1,"2615":2,"2618":1,"2620":1,"2625":1,"2632":1}}],["meter",{"2":{"75":1}}],["metallic",{"2":{"2604":1}}],["metalness=input",{"2":{"34":1}}],["metalness",{"2":{"33":1}}],["meta",{"2":{"35":1,"1629":1,"2609":1,"2611":1,"2644":1}}],["method=makie",{"2":{"0":1,"1282":1}}],["methods",{"0":{"136":1},"1":{"137":1,"138":1,"139":1,"140":1,"141":1,"142":1},"2":{"0":45,"67":1,"68":1,"76":1,"82":1,"136":2,"137":1,"138":2,"139":1,"146":1,"149":3,"217":1,"219":1,"287":1,"334":1,"937":1,"965":1,"1002":1,"1040":1,"1080":1,"1177":1,"1213":1,"1246":1,"1304":1,"1356":1,"1388":1,"1442":1,"1494":1,"1523":1,"1556":1,"1582":1,"1613":1,"1644":1,"1677":1,"1758":1,"1787":1,"1815":1,"1840":1,"1894":1,"1939":1,"1973":1,"2030":1,"2057":1,"2086":1,"2138":1,"2172":1,"2215":1,"2249":1,"2287":1,"2346":1,"2381":1,"2414":1,"2433":1,"2446":1,"2502":1,"2533":1,"2587":1,"2603":1}}],["method",{"0":{"1309":1},"2":{"0":194,"76":1,"82":1,"144":3,"147":1,"148":4,"152":2,"166":3,"167":1,"169":1,"290":1,"299":1,"337":1,"346":1,"983":2,"2158":1,"2647":1,"2648":1}}],["mess",{"2":{"2615":1}}],["messing",{"2":{"752":1}}],["message",{"2":{"0":1,"721":1}}],["mesa",{"2":{"28":2}}],["meshio",{"2":{"35":1,"2644":1}}],["meshes",{"2":{"0":1,"19":1,"1015":1}}],["meshscatter",{"0":{"1661":1,"1720":1},"1":{"1662":1,"1663":1,"1664":1,"1665":1,"1666":1,"1667":1,"1668":1,"1669":1,"1670":1,"1671":1,"1672":1,"1673":1,"1674":1,"1675":1,"1676":1,"1677":1,"1678":1,"1679":1,"1680":1,"1681":1,"1682":1,"1683":1,"1684":1,"1685":1,"1686":1,"1687":1,"1688":1,"1689":1,"1690":1,"1691":1,"1692":1,"1693":1,"1694":1},"2":{"0":13,"36":1,"82":2,"691":1,"1661":5,"1662":1,"2602":1,"2603":1,"2609":3,"2610":1,"2613":1,"2640":1}}],["mesh",{"0":{"1627":1,"1629":1,"1719":1},"1":{"1628":1,"1629":1,"1630":1,"1631":1,"1632":1,"1633":1,"1634":1,"1635":1,"1636":1,"1637":1,"1638":1,"1639":1,"1640":1,"1641":1,"1642":1,"1643":1,"1644":1,"1645":1,"1646":1,"1647":1,"1648":1,"1649":1,"1650":1,"1651":1,"1652":1,"1653":1,"1654":1,"1655":1,"1656":1,"1657":1,"1658":1,"1659":1,"1660":1},"2":{"0":54,"31":1,"32":1,"35":5,"61":1,"64":1,"68":1,"82":2,"152":6,"163":3,"190":5,"191":8,"373":1,"410":1,"443":1,"474":1,"752":1,"988":3,"990":1,"1029":3,"1513":2,"1627":10,"1628":2,"1629":11,"1633":3,"1661":1,"1680":1,"1681":2,"1686":3,"1773":2,"1777":2,"1922":1,"2301":1,"2523":2,"2573":2,"2603":2,"2607":1,"2608":1,"2609":3,"2611":9,"2613":3,"2614":1,"2624":1,"2633":1,"2644":10}}],["memory",{"2":{"0":1,"1282":1,"1286":1,"1288":1}}],["mechanism",{"2":{"0":1,"133":1}}],["m",{"2":{"0":4,"30":2,"35":5,"63":1,"75":1,"102":2,"168":5,"169":1,"578":2,"1025":2,"2158":6,"2624":2,"2633":2,"2644":5}}],["magma",{"2":{"2122":1,"2624":1,"2633":1,"2657":1}}],["magenta",{"2":{"0":1,"1235":1,"2304":1,"2482":1,"2651":2}}],["machinery",{"2":{"148":1,"162":1}}],["machine",{"2":{"118":1,"1058":4}}],["macbook",{"2":{"106":1}}],["mac",{"2":{"30":1,"196":1,"2617":1}}],["macos",{"0":{"29":1},"2":{"29":3}}],["macro",{"0":{"134":1,"147":1},"2":{"0":5,"10":1,"74":1,"120":1,"134":2,"143":1,"147":3}}],["master",{"2":{"36":2,"2614":1}}],["mass",{"2":{"0":2,"1473":1,"2118":1}}],["mask",{"2":{"0":3}}],["managua50",{"2":{"2656":1}}],["managua25",{"2":{"2656":1}}],["managua100",{"2":{"2656":1}}],["managua10",{"2":{"2656":1}}],["managua",{"2":{"2656":1}}],["manages",{"2":{"2639":1}}],["manager",{"2":{"197":1,"2618":1}}],["manifest",{"2":{"2618":1}}],["manipulate",{"2":{"136":1,"753":1,"2615":1,"2626":1,"2644":1}}],["manipulation",{"2":{"0":1,"102":1}}],["manual",{"0":{"186":1},"2":{"164":1,"167":1,"1290":2,"2275":2}}],["manually",{"0":{"627":1},"2":{"0":2,"10":1,"30":1,"31":4,"39":2,"96":1,"132":1,"135":1,"148":1,"186":1,"200":1,"205":1,"234":1,"382":1,"515":1,"585":1,"594":1,"844":1,"861":1,"863":1,"1236":1,"1430":1,"2189":1,"2276":1,"2640":1,"2644":1,"2649":1}}],["mandelbrot",{"2":{"12":5,"1427":2}}],["many",{"2":{"0":2,"4":1,"8":1,"31":1,"98":1,"152":1,"155":1,"162":1,"577":1,"578":1,"1295":1,"1771":1,"2195":1,"2615":1,"2621":1,"2631":1,"2649":1}}],["maxl",{"2":{"2660":1}}],["max=automatic",{"2":{"75":1}}],["maxi",{"2":{"33":2,"2398":2}}],["maximumintensityprojection",{"2":{"0":1,"2397":1}}],["maximum",{"2":{"0":10,"22":2,"82":1,"92":2,"97":1,"191":1,"207":3,"577":1,"627":1,"863":1,"1058":1,"1236":1,"1249":1,"1870":1,"2276":1,"2282":1,"2290":1,"2398":1}}],["maxsteps",{"0":{"2145":1},"2":{"0":1}}],["max",{"0":{"2348":1},"2":{"0":8,"22":2,"76":2,"92":1,"148":2,"167":2,"1856":2,"2301":1,"2459":2,"2605":2,"2643":1}}],["mainly",{"2":{"162":1,"765":1}}],["maintain",{"2":{"23":1}}],["maintained",{"2":{"2":1,"396":3}}],["main",{"2":{"0":5,"31":1,"55":1,"82":1,"98":1,"122":1,"124":1,"127":1,"149":1,"155":1,"159":1,"165":1,"580":1,"624":2,"691":1,"1867":1,"1916":1,"2604":1,"2624":1}}],["may",{"2":{"0":12,"22":2,"23":1,"24":4,"27":2,"28":2,"30":1,"31":3,"52":1,"55":2,"78":1,"82":1,"83":1,"88":2,"91":1,"145":1,"152":1,"159":1,"165":3,"177":1,"191":2,"287":3,"334":3,"752":1,"757":1,"1010":1,"1045":1,"1323":1,"1424":1,"1649":1,"1682":1,"1922":1,"2157":1,"2176":1,"2420":1,"2478":1,"2507":1,"2601":1,"2605":1,"2613":1,"2644":1}}],["made",{"2":{"0":44,"105":1,"148":1,"152":1,"155":1,"579":1,"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1323":1,"1364":1,"1393":1,"1446":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1916":1,"1946":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2252":1,"2291":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1,"2619":1}}],["march",{"2":{"1323":1}}],["marble",{"2":{"36":1}}],["margin=",{"2":{"64":1}}],["margins",{"2":{"0":4,"260":1,"307":1,"398":1,"431":1,"462":1,"580":1,"776":1,"812":1,"1248":1}}],["marginally",{"2":{"0":2}}],["margin",{"0":{"655":1},"2":{"0":1,"63":2,"103":1,"626":2}}],["mark",{"2":{"152":2,"165":1,"166":1}}],["markdown",{"2":{"58":1,"63":2}}],["marked",{"2":{"10":1}}],["marker=box",{"2":{"2602":1}}],["marker=polygon",{"2":{"1918":1}}],["markerelements",{"2":{"624":1,"627":1,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1}}],["markerelement",{"2":{"623":1,"627":3,"628":1}}],["markerpoints",{"0":{"660":1},"2":{"0":1,"627":1}}],["markercolorrange",{"0":{"659":1,"1983":1},"2":{"0":2}}],["markercolormap",{"0":{"658":1,"1982":1},"2":{"0":2}}],["markercolor",{"0":{"657":1,"1820":1,"1845":1,"1981":1,"2009":1,"2318":1,"2470":1},"2":{"0":15,"184":1,"657":1,"1666":1,"1809":1,"1834":1,"1925":1,"1960":1,"1996":1,"2077":1,"2318":1,"2470":1}}],["markerspace",{"0":{"1009":1,"1945":1,"2220":1},"2":{"0":9,"1914":2,"1920":6,"1943":1,"2189":2,"2190":2,"2208":1,"2223":1}}],["markerstrokewidth",{"0":{"663":1},"2":{"0":7,"663":1,"1127":1,"1827":1,"1852":1,"1953":1,"1992":1,"2101":1}}],["markerstrokecolor",{"0":{"662":1},"2":{"0":7,"662":1,"1126":1,"1826":1,"1851":1,"1952":1,"1991":1,"2100":1}}],["markersizes",{"2":{"628":3}}],["markersize=1",{"2":{"2602":1}}],["markersize=100",{"2":{"61":1,"1918":1}}],["markersize=5",{"2":{"1999":1}}],["markersize=200",{"2":{"190":3}}],["markersize=0",{"2":{"36":1}}],["markersize",{"0":{"661":1,"1119":1,"1681":1,"1821":1,"1846":1,"1869":1,"1914":1,"1919":1,"1944":1,"1984":1,"2010":1,"2034":1,"2089":1,"2319":1,"2471":1},"2":{"0":30,"10":1,"19":2,"60":5,"150":1,"167":1,"189":10,"627":3,"628":1,"661":1,"704":1,"844":1,"1119":1,"1374":3,"1404":2,"1405":2,"1661":1,"1662":1,"1821":1,"1846":1,"1911":2,"1913":1,"1914":9,"1915":1,"1916":1,"1917":1,"1919":1,"1920":2,"1921":1,"1922":6,"1925":1,"1926":1,"1943":1,"1944":7,"1945":1,"1949":1,"1952":1,"1953":1,"1960":2,"1984":1,"1996":1,"2017":1,"2075":1,"2089":1,"2192":1,"2239":1,"2319":1,"2459":2,"2471":1,"2609":2,"2610":1,"2651":1,"2653":2}}],["markers",{"0":{"1912":1,"1913":1,"1915":1,"1918":1},"1":{"1913":1,"1914":1,"1916":1,"1917":1},"2":{"0":8,"82":3,"111":1,"184":1,"187":1,"624":1,"627":1,"667":1,"669":1,"670":1,"671":1,"1809":1,"1834":1,"1912":3,"1913":2,"1914":7,"1915":2,"1919":1,"1922":8,"1931":1,"1959":1,"1963":1,"2074":1,"2555":1,"2611":1,"2649":1}}],["marker",{"0":{"656":1,"1118":1,"1680":1,"1819":1,"1844":1,"1920":1,"1942":1,"1943":1,"1954":1,"1980":1,"2008":1,"2033":1,"2088":1,"2189":1,"2190":1,"2232":1,"2317":1,"2469":1,"2566":1,"2567":1},"2":{"0":67,"66":1,"82":10,"105":1,"184":5,"185":3,"187":1,"190":2,"624":2,"627":9,"628":2,"656":2,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"988":1,"1118":1,"1536":1,"1661":1,"1666":1,"1800":1,"1819":1,"1844":1,"1869":1,"1908":1,"1912":1,"1913":3,"1914":9,"1915":3,"1916":1,"1917":1,"1918":1,"1919":1,"1920":4,"1921":1,"1925":1,"1934":1,"1935":1,"1942":2,"1943":1,"1944":6,"1949":2,"1952":1,"1953":1,"1954":2,"1960":1,"1980":2,"1984":1,"1991":1,"1992":1,"1996":1,"2017":1,"2075":1,"2192":1,"2229":1,"2230":1,"2239":1,"2317":1,"2459":1,"2469":1,"2546":1,"2555":2,"2609":3,"2619":1}}],["marking",{"2":{"0":2,"1104":2}}],["marks",{"2":{"0":3,"288":1,"289":1,"300":1,"302":1,"303":1,"304":1,"335":1,"336":1,"347":1,"349":1,"350":1,"351":1,"424":1,"457":1,"488":1,"553":1,"554":1,"559":1,"565":1,"566":1,"567":1}}],["major",{"2":{"0":1,"279":1,"304":1,"326":1,"351":1,"753":1}}],["matplotlib",{"0":{"2657":1},"2":{"2653":1}}],["mattheus",{"2":{"35":1}}],["matters",{"2":{"287":1,"334":1}}],["matter",{"2":{"0":1,"105":2,"106":3,"128":1,"576":1,"578":1,"1289":1,"2275":1,"2615":1,"2655":1}}],["matball",{"2":{"32":3}}],["mat",{"2":{"31":1,"32":3}}],["matsys",{"2":{"31":3,"32":9,"34":1}}],["matx",{"2":{"31":1}}],["materialx",{"0":{"32":1},"2":{"32":2}}],["material=material",{"2":{"33":1,"34":1}}],["material=mat",{"2":{"31":1}}],["materials",{"0":{"32":2},"2":{"0":7,"31":3,"32":8,"1010":1,"1045":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1,"2613":1}}],["material",{"0":{"33":1,"1010":1,"1045":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1,"2604":1},"2":{"0":14,"31":3,"33":3,"34":3,"60":7,"1010":1,"1045":1,"1649":1,"1682":1,"2176":1,"2420":1,"2507":1,"2604":5,"2613":1}}],["matcap=gold",{"2":{"2614":1}}],["matcaps",{"2":{"2613":1,"2614":1}}],["matcap",{"0":{"1044":1,"1648":1,"2613":1},"1":{"2614":1},"2":{"0":2,"2613":3}}],["matches",{"2":{"0":2,"82":1,"83":4,"94":1,"109":1,"146":1,"190":1,"222":2,"1180":1,"1216":1,"2604":1}}],["matching",{"0":{"107":1},"2":{"0":3,"82":1,"109":1,"121":1,"144":2,"754":1,"1917":1,"2478":1}}],["match",{"2":{"0":7,"97":1,"104":3,"106":2,"107":2,"775":1,"874":1,"905":1,"1137":2,"1914":4,"2231":1,"2480":1,"2604":1}}],["mathtex",{"0":{"2195":1}}],["mathtexengine",{"2":{"0":2,"119":1,"2195":1,"2231":1}}],["mathfrak",{"2":{"120":1}}],["mathscr",{"2":{"120":1}}],["mathbb",{"2":{"120":1}}],["mathcal",{"2":{"120":1}}],["math",{"2":{"61":1,"120":2}}],["mathrm",{"2":{"0":2}}],["mathematical",{"2":{"0":3,"2231":1}}],["matrix",{"0":{"1426":1,"1427":1,"1998":1,"2000":1},"2":{"0":75,"12":2,"31":1,"68":3,"69":1,"70":2,"71":2,"163":2,"167":1,"752":1,"943":1,"973":1,"1011":1,"1029":1,"1046":1,"1090":1,"1163":3,"1191":1,"1199":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1424":6,"1446":1,"1500":1,"1513":1,"1530":1,"1560":1,"1590":1,"1619":1,"1629":2,"1633":1,"1650":1,"1683":1,"1760":1,"1777":1,"1794":1,"1822":1,"1847":1,"1899":1,"1912":1,"1946":1,"1954":1,"1986":1,"2017":2,"2035":1,"2065":1,"2090":1,"2147":1,"2158":5,"2162":1,"2177":1,"2221":1,"2232":1,"2252":1,"2275":1,"2291":1,"2351":1,"2387":1,"2421":1,"2450":1,"2484":2,"2490":1,"2508":1,"2523":1,"2540":1,"2593":1,"2642":5}}],["matrices",{"2":{"0":7,"69":2,"70":1,"163":1,"1513":1,"1777":1,"2016":1,"2157":1,"2523":1,"2639":1}}],["mapped",{"2":{"0":2,"1282":1,"1286":1,"2505":1}}],["mapping",{"2":{"0":4,"24":1,"143":1,"147":1,"2490":1,"2518":1,"2642":1}}],["maps",{"2":{"0":1,"2483":1,"2484":1}}],["map",{"2":{"0":10,"31":1,"33":2,"34":2,"46":2,"59":1,"66":13,"76":1,"80":1,"81":1,"106":1,"148":1,"152":1,"163":1,"168":1,"184":2,"195":1,"204":1,"516":1,"585":1,"838":1,"839":1,"983":2,"1105":1,"1288":1,"1307":1,"1408":1,"1513":1,"1629":2,"1777":1,"2196":1,"2201":1,"2275":2,"2330":4,"2433":1,"2480":1,"2484":11,"2504":1,"2518":1,"2523":1,"2609":2,"2610":2,"2649":2,"2653":1}}],["making",{"2":{"0":1,"7":1,"107":1,"2625":1}}],["makies",{"0":{"2639":1},"1":{"2640":1,"2641":1,"2642":1,"2643":1,"2644":1},"2":{"2603":1}}],["makieextension",{"2":{"149":1}}],["makiepkgexttest",{"2":{"149":1}}],["makiecore",{"2":{"0":66,"76":2,"143":1,"145":2,"149":1,"982":1,"1424":1,"1544":1,"1568":1,"1598":1,"1627":1,"1661":1,"1773":1,"1908":1,"2157":1,"2188":1,"2397":1,"2478":1,"2505":1,"2573":1,"2646":2}}],["makie",{"0":{"4":1,"75":1,"149":1,"196":1,"199":1,"2647":1,"2648":1},"1":{"197":1,"198":1,"199":1,"200":1},"2":{"0":639,"2":1,"7":1,"8":1,"13":2,"16":1,"22":3,"27":1,"31":3,"32":2,"35":3,"36":1,"41":1,"45":1,"46":4,"56":1,"58":1,"61":1,"62":1,"66":5,"67":1,"71":1,"72":1,"73":2,"75":7,"76":15,"78":1,"82":4,"84":1,"88":2,"92":1,"94":1,"105":2,"106":2,"107":1,"108":2,"109":4,"110":6,"111":2,"112":1,"119":1,"130":2,"131":1,"136":1,"143":2,"144":3,"146":1,"147":1,"148":5,"149":6,"150":3,"152":3,"155":1,"158":4,"159":2,"161":1,"162":7,"163":3,"164":2,"165":1,"166":3,"167":2,"168":2,"169":1,"176":1,"177":1,"184":1,"189":1,"192":2,"196":2,"197":1,"198":3,"199":3,"200":5,"214":1,"218":2,"235":1,"270":1,"283":1,"287":8,"290":4,"291":1,"297":1,"299":5,"305":1,"317":1,"330":1,"334":8,"337":4,"338":1,"344":1,"346":5,"352":1,"403":1,"407":1,"417":1,"436":1,"440":1,"450":1,"467":1,"471":1,"481":1,"516":1,"532":1,"555":1,"556":1,"562":1,"564":1,"585":1,"598":1,"691":1,"790":1,"792":1,"823":1,"825":1,"837":1,"924":1,"928":2,"930":2,"940":1,"946":1,"951":1,"956":2,"958":2,"969":1,"972":1,"977":1,"993":2,"995":2,"1018":1,"1024":1,"1030":2,"1032":2,"1051":1,"1057":1,"1058":1,"1065":2,"1067":2,"1095":1,"1104":1,"1139":1,"1163":1,"1168":2,"1170":2,"1194":1,"1199":1,"1204":2,"1206":2,"1230":1,"1235":4,"1236":1,"1253":1,"1258":1,"1282":2,"1284":1,"1285":2,"1292":5,"1296":2,"1298":2,"1312":1,"1316":1,"1321":1,"1330":1,"1342":1,"1347":2,"1349":2,"1360":1,"1363":1,"1367":1,"1373":1,"1378":2,"1380":2,"1396":1,"1402":1,"1408":3,"1409":2,"1414":2,"1416":2,"1434":2,"1436":2,"1449":1,"1454":1,"1481":1,"1485":2,"1487":2,"1497":1,"1503":1,"1510":1,"1513":1,"1514":2,"1516":2,"1527":1,"1534":1,"1548":2,"1550":2,"1563":1,"1573":2,"1575":2,"1586":1,"1589":1,"1593":1,"1604":2,"1606":2,"1616":1,"1622":1,"1629":1,"1634":2,"1636":2,"1655":1,"1667":2,"1669":2,"1689":1,"1749":1,"1765":1,"1774":6,"1777":1,"1778":2,"1780":2,"1791":1,"1798":1,"1806":1,"1824":1,"1831":1,"1849":1,"1856":5,"1879":1,"1884":2,"1886":2,"1902":1,"1912":2,"1914":1,"1926":2,"1928":2,"1945":1,"1950":1,"1959":1,"1964":2,"1966":2,"1989":1,"1996":1,"2016":1,"2020":2,"2022":2,"2038":1,"2043":1,"2048":2,"2050":2,"2061":1,"2064":1,"2068":1,"2074":1,"2093":1,"2110":1,"2121":2,"2128":2,"2130":2,"2151":1,"2158":1,"2163":2,"2165":2,"2182":1,"2190":1,"2195":1,"2202":2,"2204":2,"2220":1,"2227":1,"2231":1,"2237":1,"2259":1,"2273":1,"2275":1,"2294":1,"2300":1,"2329":1,"2330":1,"2359":1,"2368":1,"2372":2,"2374":2,"2384":1,"2390":1,"2398":1,"2404":2,"2406":2,"2426":1,"2432":1,"2438":2,"2440":2,"2453":1,"2458":1,"2464":2,"2466":2,"2484":2,"2485":1,"2491":2,"2493":2,"2505":2,"2513":1,"2520":1,"2523":1,"2524":2,"2526":2,"2537":1,"2544":1,"2554":1,"2555":4,"2578":2,"2580":2,"2590":1,"2596":1,"2602":1,"2603":1,"2604":1,"2605":1,"2611":5,"2615":1,"2616":1,"2617":1,"2618":7,"2619":1,"2620":1,"2623":1,"2624":2,"2639":2,"2640":6,"2641":8,"2642":5,"2643":1,"2644":8,"2646":4,"2647":2,"2648":5,"2649":1,"2650":1,"2651":1,"2652":1,"2653":5,"2654":1}}],["makes",{"2":{"0":44,"19":1,"60":4,"102":1,"107":1,"140":1,"162":1,"383":1,"575":1,"691":1,"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1290":1,"1317":1,"1368":1,"1397":1,"1413":1,"1450":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1914":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2295":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2604":1}}],["make",{"2":{"0":7,"8":1,"10":1,"11":1,"29":1,"31":1,"32":1,"51":1,"53":1,"58":2,"63":1,"64":1,"75":1,"76":1,"80":1,"130":1,"135":1,"145":2,"147":1,"148":1,"152":1,"162":1,"168":1,"184":1,"189":1,"200":1,"214":1,"222":1,"691":1,"751":1,"757":1,"1282":1,"1285":1,"1287":1,"1856":1,"2275":1,"2398":1,"2601":1,"2615":2,"2618":1,"2619":1,"2626":1,"2629":1,"2631":1,"2634":1,"2640":3,"2643":1,"2650":1}}],["moritz",{"2":{"2158":1}}],["more",{"2":{"0":35,"7":1,"15":1,"31":3,"45":1,"47":1,"48":2,"58":1,"62":3,"64":1,"74":1,"76":1,"82":1,"96":1,"97":1,"106":1,"107":2,"115":1,"118":1,"133":1,"135":2,"136":1,"142":1,"149":1,"150":1,"152":1,"155":2,"161":1,"163":1,"164":1,"165":1,"176":1,"190":2,"197":2,"218":2,"219":1,"290":1,"337":1,"383":1,"577":2,"748":1,"757":1,"1290":2,"1426":1,"1806":1,"1856":9,"2111":1,"2275":1,"2601":2,"2603":1,"2604":2,"2625":1,"2630":1,"2636":1,"2638":2,"2639":1,"2640":2,"2644":3}}],["mockup",{"2":{"1856":8}}],["moment",{"2":{"135":1,"216":1}}],["months",{"2":{"1323":2}}],["month",{"2":{"1287":2}}],["monochrome",{"2":{"111":1}}],["monitor",{"2":{"0":1,"22":4,"106":3}}],["mobile",{"2":{"55":1}}],["moving",{"0":{"1457":1},"2":{"48":1,"68":1,"82":1,"152":1}}],["move",{"2":{"191":1,"192":1,"583":1,"585":1,"597":1,"844":1,"1457":1,"2630":1,"2633":1,"2634":1,"2641":2}}],["moved",{"2":{"23":1}}],["moves",{"2":{"0":3,"80":1,"856":1}}],["movements",{"2":{"0":1}}],["movement",{"2":{"0":1,"150":1,"210":1,"211":1}}],["moveto",{"2":{"0":4,"1915":3,"1916":3}}],["mouth",{"2":{"35":2,"2644":2}}],["mousepos",{"2":{"2641":2}}],["mouseposition",{"2":{"0":3,"79":1,"80":7,"81":2,"82":10,"152":1,"2641":2}}],["mouseover",{"2":{"0":1,"82":1}}],["mouseinside",{"2":{"0":2}}],["mouseevents",{"2":{"0":2}}],["mouseeventhandle",{"2":{"0":26}}],["mouseeventtypes",{"2":{"217":1,"218":2}}],["mouseeventtype",{"2":{"0":1}}],["mouseevent",{"2":{"0":27,"217":2,"218":1}}],["mousebuttons",{"2":{"0":1}}],["mousebuttonstate",{"2":{"0":1,"79":1,"80":1,"82":1,"2641":1}}],["mousebuttonevent",{"2":{"0":2,"79":2,"80":1,"2641":1}}],["mousebutton",{"2":{"0":4,"79":1,"80":7,"81":2,"82":3,"2641":1}}],["mousewheel",{"2":{"0":1,"45":1}}],["mouse",{"0":{"80":1},"2":{"0":45,"44":4,"45":15,"79":5,"80":18,"81":7,"82":6,"83":5,"150":1,"235":1,"495":1,"496":1,"506":1,"507":1,"585":2,"588":1,"589":1,"754":5,"761":2,"774":2,"778":1,"811":2,"844":1,"848":1,"849":1,"2641":5}}],["moerman",{"2":{"35":1,"2644":1}}],["mod1",{"2":{"80":1,"81":1,"2609":2}}],["modus",{"2":{"16":1,"30":1}}],["module",{"2":{"0":3,"149":2}}],["modified",{"2":{"753":1,"2555":1}}],["modifies",{"2":{"8":1,"22":1}}],["modifier",{"2":{"0":14,"45":1,"47":1,"940":1,"969":1,"1360":1,"1497":1,"1527":1,"1586":1,"1616":1,"1791":1,"2061":1,"2384":1,"2537":1,"2590":1}}],["modifying",{"0":{"158":1},"2":{"47":1}}],["modify",{"2":{"0":2,"110":1,"1473":1,"2118":1}}],["mod",{"2":{"0":1,"45":1}}],["modes",{"0":{"2275":1},"2":{"57":1,"580":1}}],["moderngl",{"2":{"92":1}}],["modern",{"2":{"55":1}}],["mode=input",{"2":{"34":1}}],["models",{"2":{"88":1}}],["model",{"0":{"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1446":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1946":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2252":1,"2291":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1},"2":{"0":93,"35":1,"66":1,"68":1,"69":7,"71":1,"152":2,"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1446":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1946":1,"1954":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2232":1,"2252":1,"2291":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1,"2603":2,"2604":1,"2605":2,"2644":2}}],["mode",{"0":{"29":1,"1236":1,"1249":1,"2276":1,"2290":1},"2":{"0":12,"22":1,"45":4,"106":2,"120":2,"200":1,"218":2,"221":1,"356":1,"396":1,"493":1,"518":1,"580":2,"587":1,"605":1,"630":1,"847":1,"865":1,"911":1,"1236":4,"1241":1,"1242":1,"1249":3,"1856":4,"2276":2,"2298":1,"2644":1}}],["mostly",{"2":{"48":1,"52":1,"58":1,"60":1,"122":1,"144":1,"148":1,"155":1,"580":1}}],["most",{"2":{"0":6,"10":1,"21":1,"27":1,"30":1,"31":2,"76":1,"79":5,"100":1,"108":1,"119":1,"136":1,"152":1,"218":1,"383":1,"578":1,"1258":1,"1290":1,"1912":1,"2275":1,"2618":1,"2623":1,"2649":1,"2650":1}}],["mdash",{"2":{"0":424,"16":1,"22":1,"31":1,"45":1,"56":1,"75":3,"150":1,"158":3,"159":1,"924":1,"951":1,"982":1,"1024":1,"1057":1,"1104":1,"1139":1,"1163":1,"1199":1,"1235":1,"1258":1,"1282":1,"1321":1,"1342":1,"1373":1,"1402":1,"1424":1,"1454":1,"1481":1,"1510":1,"1544":1,"1568":1,"1598":1,"1627":1,"1661":1,"1749":1,"1773":1,"1806":1,"1831":1,"1856":1,"1879":1,"1908":1,"1959":1,"1996":1,"2016":1,"2043":1,"2074":1,"2110":1,"2121":1,"2157":1,"2188":1,"2237":1,"2273":1,"2300":1,"2329":1,"2368":1,"2397":1,"2432":1,"2458":1,"2478":1,"2520":1,"2554":1,"2573":1,"2644":3}}],["aquamarine",{"2":{"2662":1}}],["aquire",{"2":{"0":1}}],["aurora",{"2":{"2662":1}}],["auerbach",{"2":{"2662":1}}],["august",{"2":{"1323":1}}],["autumn",{"2":{"2662":1}}],["autumn1",{"2":{"2657":1}}],["author",{"2":{"199":1}}],["autoadjust",{"2":{"223":1}}],["auto",{"0":{"125":1,"577":1},"2":{"0":4,"63":2,"97":3,"122":1,"125":1,"126":2,"128":8,"163":2,"164":2,"384":1,"503":1,"514":1,"526":1,"572":1,"575":1,"576":1,"577":14,"592":1,"602":1,"603":1,"610":1,"620":1,"641":1,"690":1,"717":1,"852":1,"862":1,"867":1,"872":1,"895":1,"907":1,"1235":2,"1241":1,"1242":1,"2282":1,"2283":1,"2615":2,"2624":4,"2636":3,"2638":5}}],["autolimit",{"2":{"0":3}}],["autolimits",{"2":{"0":3,"12":1,"148":1,"168":1,"212":1,"223":1,"234":1,"260":1,"307":1,"382":1,"398":1,"431":1,"462":1,"704":1,"751":1,"776":1,"812":1,"1409":1,"2189":1}}],["autolimitaspect=1",{"2":{"1289":1}}],["autolimitaspect",{"0":{"223":1},"2":{"0":1,"223":6,"1287":1,"1288":1,"1750":2}}],["automatically",{"2":{"0":16,"22":1,"23":1,"29":1,"75":4,"102":1,"106":2,"141":1,"147":1,"148":1,"152":1,"162":1,"167":1,"181":1,"184":1,"212":1,"234":2,"384":1,"515":1,"579":1,"582":1,"705":1,"863":1,"1326":1,"1327":1,"1431":1,"1457":1,"1911":1,"1917":1,"1932":1,"2459":1,"2462":1,"2640":1}}],["automatic",{"0":{"2615":1},"2":{"0":421,"22":2,"23":1,"45":2,"75":2,"97":1,"202":1,"270":1,"290":1,"291":1,"297":1,"299":1,"317":1,"337":1,"338":1,"344":1,"346":1,"403":1,"407":1,"417":1,"436":1,"440":1,"450":1,"467":1,"471":1,"481":1,"532":1,"555":1,"556":1,"562":1,"564":1,"585":1,"598":1,"646":2,"651":1,"659":1,"674":1,"679":1,"680":1,"712":1,"765":1,"775":2,"789":1,"790":1,"794":2,"796":1,"823":1,"828":1,"871":2,"929":1,"934":1,"936":1,"937":1,"938":1,"942":1,"943":1,"948":1,"957":1,"962":1,"964":1,"965":1,"966":1,"971":1,"973":1,"979":1,"987":2,"988":1,"989":1,"990":1,"994":1,"998":1,"999":1,"1001":1,"1002":1,"1003":1,"1005":2,"1007":1,"1008":1,"1011":1,"1016":1,"1021":1,"1031":1,"1037":1,"1039":1,"1040":1,"1041":1,"1043":1,"1046":1,"1054":1,"1063":1,"1064":1,"1066":1,"1071":1,"1073":3,"1077":1,"1079":1,"1080":1,"1081":1,"1082":1,"1089":1,"1090":1,"1091":1,"1097":1,"1100":1,"1103":2,"1111":1,"1114":1,"1122":1,"1125":1,"1134":1,"1138":1,"1150":1,"1157":1,"1161":1,"1169":1,"1174":1,"1176":1,"1177":1,"1178":1,"1189":1,"1191":1,"1196":1,"1205":1,"1210":1,"1212":1,"1213":1,"1214":1,"1225":1,"1227":1,"1232":1,"1245":1,"1246":1,"1247":1,"1250":1,"1255":1,"1263":1,"1266":1,"1270":1,"1272":1,"1273":1,"1274":1,"1281":1,"1297":1,"1301":1,"1303":1,"1304":1,"1305":1,"1308":1,"1310":1,"1312":1,"1318":1,"1326":2,"1327":2,"1330":1,"1341":1,"1348":1,"1353":1,"1355":1,"1356":1,"1357":1,"1362":1,"1364":1,"1370":1,"1379":1,"1385":1,"1387":1,"1388":1,"1389":1,"1392":1,"1393":1,"1398":1,"1415":1,"1417":1,"1418":1,"1435":1,"1439":1,"1441":1,"1442":1,"1443":1,"1445":1,"1446":1,"1451":1,"1465":1,"1475":1,"1476":1,"1480":1,"1486":1,"1491":1,"1493":1,"1494":1,"1495":1,"1499":1,"1500":1,"1505":1,"1515":1,"1520":1,"1522":1,"1523":1,"1524":1,"1528":1,"1530":1,"1539":1,"1549":1,"1553":1,"1555":1,"1556":1,"1557":1,"1559":1,"1560":1,"1565":1,"1574":1,"1579":1,"1581":1,"1582":1,"1583":1,"1588":1,"1590":1,"1595":1,"1605":1,"1610":1,"1612":1,"1613":1,"1614":1,"1618":1,"1619":1,"1624":1,"1635":1,"1641":1,"1643":1,"1644":1,"1645":1,"1647":1,"1650":1,"1653":1,"1658":1,"1668":1,"1674":1,"1676":1,"1677":1,"1678":1,"1679":1,"1683":1,"1687":1,"1692":1,"1757":1,"1758":1,"1759":1,"1760":1,"1769":1,"1779":1,"1784":1,"1786":1,"1787":1,"1788":1,"1792":1,"1794":1,"1803":1,"1814":1,"1815":1,"1816":1,"1820":1,"1822":1,"1828":1,"1839":1,"1840":1,"1841":1,"1845":1,"1847":1,"1853":1,"1865":1,"1870":1,"1885":1,"1891":1,"1893":1,"1894":1,"1895":1,"1898":1,"1899":1,"1904":1,"1927":1,"1936":1,"1938":1,"1939":1,"1940":1,"1941":1,"1943":1,"1946":1,"1955":1,"1965":1,"1970":1,"1972":1,"1973":1,"1974":1,"1979":1,"1981":1,"1982":1,"1983":1,"1986":1,"1993":1,"2009":1,"2021":1,"2027":1,"2029":1,"2030":1,"2031":1,"2032":1,"2033":1,"2034":1,"2035":1,"2040":1,"2049":1,"2054":1,"2056":1,"2057":1,"2058":1,"2063":1,"2065":1,"2071":1,"2079":1,"2085":1,"2086":1,"2087":1,"2090":1,"2097":1,"2102":1,"2106":1,"2120":1,"2125":1,"2126":1,"2129":1,"2135":1,"2137":1,"2138":1,"2139":1,"2144":1,"2147":1,"2154":1,"2164":1,"2169":1,"2171":1,"2172":1,"2173":1,"2175":1,"2177":1,"2180":1,"2185":1,"2203":1,"2212":1,"2214":1,"2215":1,"2216":1,"2217":1,"2219":1,"2221":1,"2233":1,"2248":1,"2249":1,"2250":1,"2252":1,"2266":1,"2286":1,"2287":1,"2288":1,"2291":1,"2296":1,"2303":1,"2334":1,"2335":1,"2340":1,"2345":1,"2346":1,"2347":1,"2348":1,"2351":1,"2352":1,"2363":1,"2366":1,"2367":1,"2373":1,"2378":1,"2380":1,"2381":1,"2382":1,"2386":1,"2387":1,"2392":1,"2405":1,"2411":1,"2413":1,"2414":1,"2415":1,"2419":1,"2421":1,"2424":1,"2429":1,"2439":1,"2443":1,"2445":1,"2446":1,"2447":1,"2449":1,"2450":1,"2455":1,"2459":1,"2462":1,"2463":2,"2465":1,"2467":1,"2468":1,"2492":1,"2499":1,"2501":1,"2502":1,"2503":1,"2506":1,"2508":1,"2511":1,"2516":1,"2525":1,"2530":1,"2532":1,"2533":1,"2534":1,"2538":1,"2540":1,"2549":1,"2560":1,"2564":1,"2568":1,"2571":1,"2572":1,"2579":1,"2584":1,"2586":1,"2587":1,"2588":1,"2592":1,"2593":1,"2598":1,"2605":1,"2633":1,"2639":1,"2651":4}}],["awake",{"2":{"2624":1,"2635":1}}],["aware",{"2":{"222":1}}],["away",{"2":{"0":4,"45":2,"71":1,"104":1,"152":1,"167":1,"757":1,"1162":1,"1858":1,"2193":1}}],["a^b",{"2":{"120":1}}],["a654",{"2":{"61":1}}],["a4c9",{"2":{"60":1}}],["a8d4",{"2":{"60":1}}],["aesthetics",{"2":{"383":1}}],["ae68546f",{"2":{"60":1}}],["aeff49ab",{"2":{"58":1}}],["a7ba2612",{"2":{"58":1}}],["airplane",{"2":{"1913":1}}],["airport",{"0":{"1921":1}}],["airportlocations",{"2":{"1284":1,"1408":1,"1921":1}}],["airports",{"0":{"1284":1},"2":{"1284":3,"1408":1}}],["air",{"0":{"2505":1},"2":{"0":3,"2478":1,"2480":3,"2482":1,"2484":1,"2505":1}}],["again",{"2":{"22":1,"78":1,"82":1,"106":1,"147":1,"148":1,"216":1,"2615":5,"2634":1}}],["against",{"2":{"0":1,"82":1,"904":1,"1806":1}}],["aggregated",{"2":{"1289":1}}],["aggregate",{"2":{"0":1,"1315":1}}],["aggregating",{"2":{"0":1,"1288":1,"1314":1}}],["aggregation",{"2":{"0":10,"1288":10,"1290":1,"1292":4,"1294":1,"1307":2,"1309":1,"1312":2}}],["aggserial",{"2":{"0":1,"1309":1}}],["aggop",{"2":{"0":1,"1292":1}}],["aggmean",{"2":{"0":1,"1292":1}}],["aggany",{"2":{"0":1,"1292":1}}],["aggcount",{"2":{"0":2,"1292":2}}],["agg",{"0":{"1292":1},"2":{"0":1}}],["aggthreads",{"2":{"0":3,"1282":1,"1309":2}}],["avocado",{"2":{"2662":1}}],["avoided",{"2":{"383":1}}],["avoid",{"2":{"0":7,"69":1,"82":1,"135":1,"705":1,"752":1,"967":1,"1282":1,"1358":1,"1584":1,"1911":1,"2059":1,"2646":1}}],["available",{"2":{"0":378,"98":1,"102":1,"122":1,"123":1,"146":1,"196":1,"218":1,"222":3,"396":3,"576":3,"585":1,"719":1,"844":1,"928":2,"948":1,"956":2,"979":1,"993":2,"1009":1,"1021":1,"1030":2,"1033":1,"1044":1,"1054":1,"1062":1,"1063":1,"1064":1,"1065":2,"1068":1,"1071":1,"1072":1,"1074":1,"1082":1,"1083":1,"1085":1,"1087":1,"1091":1,"1093":1,"1097":1,"1098":1,"1099":1,"1100":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1125":1,"1126":1,"1127":1,"1132":1,"1133":1,"1135":1,"1136":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1168":2,"1172":1,"1179":1,"1186":1,"1187":1,"1188":1,"1190":1,"1196":1,"1204":2,"1208":1,"1215":1,"1222":1,"1223":1,"1224":1,"1226":1,"1232":1,"1238":1,"1239":1,"1251":1,"1255":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1269":1,"1270":1,"1271":1,"1272":1,"1279":1,"1280":1,"1296":2,"1318":1,"1329":1,"1330":1,"1331":1,"1332":1,"1334":1,"1335":1,"1338":1,"1339":1,"1340":1,"1347":2,"1370":1,"1378":2,"1381":1,"1390":1,"1398":1,"1414":2,"1420":1,"1421":1,"1434":2,"1451":1,"1460":1,"1463":1,"1466":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1475":1,"1476":1,"1478":1,"1479":1,"1485":2,"1505":1,"1514":2,"1517":1,"1525":1,"1526":1,"1529":1,"1533":1,"1539":1,"1548":2,"1565":1,"1573":2,"1595":1,"1604":2,"1624":1,"1634":2,"1637":1,"1648":1,"1658":1,"1667":2,"1670":1,"1692":1,"1752":1,"1767":1,"1768":1,"1769":1,"1778":2,"1781":1,"1789":1,"1790":1,"1793":1,"1797":1,"1803":1,"1810":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1826":1,"1827":1,"1828":1,"1835":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1851":1,"1852":1,"1853":1,"1864":1,"1884":2,"1887":1,"1896":1,"1904":1,"1926":2,"1955":1,"1957":1,"1964":2,"1967":1,"1975":1,"1976":1,"1981":1,"1982":1,"1983":1,"1985":1,"1993":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1,"2020":2,"2024":1,"2025":1,"2033":1,"2034":1,"2040":1,"2048":2,"2071":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2088":1,"2089":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2114":1,"2115":1,"2116":1,"2117":1,"2125":1,"2126":1,"2128":2,"2131":1,"2134":1,"2140":1,"2141":1,"2142":1,"2143":1,"2145":1,"2146":1,"2150":1,"2153":1,"2154":1,"2163":2,"2185":1,"2202":2,"2233":1,"2263":1,"2266":1,"2270":1,"2271":1,"2272":1,"2281":1,"2292":1,"2296":1,"2314":1,"2315":1,"2320":1,"2334":1,"2335":1,"2336":1,"2337":1,"2340":1,"2341":1,"2348":1,"2349":1,"2350":1,"2352":1,"2353":1,"2361":1,"2362":1,"2363":1,"2372":2,"2392":1,"2397":1,"2404":2,"2429":1,"2436":1,"2437":1,"2438":2,"2455":1,"2464":2,"2474":1,"2491":2,"2516":1,"2524":2,"2527":1,"2535":1,"2536":1,"2539":1,"2543":1,"2549":1,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1,"2578":2,"2598":1,"2604":1,"2615":2,"2617":1,"2618":1,"2619":1,"2624":1,"2644":1}}],["availability",{"2":{"0":6}}],["afmhot",{"2":{"2659":1}}],["affine",{"2":{"0":1,"1831":1}}],["affects",{"2":{"285":1,"332":1,"396":1,"2485":1}}],["affected",{"2":{"213":1}}],["affect",{"2":{"0":10,"179":1,"287":1,"334":1,"775":1,"1016":1,"1049":1,"1653":1,"1687":1,"1954":1,"2180":1,"2232":1,"2424":1,"2511":1}}],["afterwards",{"2":{"0":1,"515":1,"2626":1}}],["after",{"2":{"0":47,"18":1,"58":1,"60":2,"69":2,"82":1,"102":1,"116":1,"124":1,"132":1,"135":1,"141":1,"180":1,"290":1,"299":1,"337":1,"346":1,"577":1,"753":1,"764":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1307":1,"1351":1,"1382":1,"1437":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2280":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1,"2618":1,"2624":1,"2627":1}}],["a2",{"2":{"0":5}}],["a1683cec89f0",{"2":{"63":1}}],["a1",{"2":{"0":5,"35":5,"2644":5}}],["axright",{"2":{"2624":5,"2627":4,"2629":1}}],["axmain",{"2":{"2624":6,"2627":4,"2628":2}}],["axtop",{"2":{"2624":6,"2627":4,"2629":1}}],["ax5",{"2":{"753":2}}],["ax4",{"2":{"222":2,"234":2,"304":2,"351":2,"753":2}}],["axs",{"2":{"204":4,"584":5,"2624":5,"2634":4}}],["axspec",{"2":{"162":2}}],["ax3d",{"2":{"2624":2,"2633":2}}],["ax3",{"2":{"96":1,"205":2,"206":4,"207":3,"222":2,"234":2,"304":2,"351":2,"753":2,"757":2,"2194":2,"2633":1}}],["ax22",{"2":{"2607":2,"2608":2}}],["ax21",{"2":{"2607":2,"2608":2}}],["ax2",{"2":{"96":1,"191":3,"205":4,"206":5,"207":5,"208":4,"222":2,"223":2,"234":2,"287":2,"304":2,"334":2,"351":2,"373":2,"410":2,"443":2,"474":2,"583":2,"753":7,"757":2,"758":2,"1430":1,"2194":2,"2624":2,"2630":2}}],["ax12",{"2":{"2607":2,"2608":2}}],["ax11",{"2":{"2607":2,"2608":2}}],["ax1",{"2":{"96":1,"191":4,"205":4,"206":4,"207":3,"208":2,"222":2,"223":2,"234":2,"287":2,"304":2,"334":2,"351":2,"373":2,"410":2,"443":2,"474":2,"583":1,"753":3,"757":2,"758":2,"1430":1,"2194":2,"2624":4,"2630":4}}],["ax",{"2":{"0":58,"8":1,"11":2,"12":4,"31":7,"32":6,"33":4,"34":5,"36":5,"38":1,"59":2,"60":1,"61":1,"66":1,"73":10,"82":7,"98":3,"101":1,"104":8,"137":2,"138":1,"141":1,"142":2,"148":2,"151":1,"163":12,"167":2,"168":3,"169":5,"189":11,"190":6,"191":8,"196":2,"202":1,"203":2,"204":4,"206":4,"212":3,"215":3,"216":2,"217":1,"218":1,"222":2,"223":2,"234":2,"287":2,"304":6,"334":2,"351":6,"373":2,"383":2,"384":2,"396":2,"410":2,"443":2,"474":2,"491":2,"515":4,"516":1,"625":2,"626":2,"633":6,"639":4,"664":14,"665":6,"668":6,"669":6,"678":6,"685":6,"704":3,"749":1,"750":4,"751":19,"752":10,"753":2,"754":12,"757":11,"758":4,"844":2,"863":3,"908":1,"983":2,"1058":4,"1107":4,"1141":2,"1142":3,"1143":4,"1164":1,"1235":4,"1248":1,"1284":3,"1285":3,"1287":3,"1288":3,"1289":6,"1290":1,"1404":8,"1405":8,"1406":2,"1408":2,"1409":3,"1426":12,"1429":1,"1431":1,"1457":2,"1572":7,"1584":5,"1585":4,"1586":8,"1587":4,"1629":4,"1750":2,"1856":2,"1913":2,"1914":4,"1919":2,"1920":5,"1998":2,"2017":3,"2122":1,"2193":3,"2194":2,"2195":2,"2239":1,"2274":2,"2275":4,"2276":1,"2301":4,"2330":3,"2332":4,"2433":3,"2459":9,"2602":3,"2605":1,"2607":2,"2608":2,"2609":9,"2610":3,"2615":3,"2620":6,"2621":3,"2622":3,"2640":1,"2651":33,"2653":6}}],["axes",{"0":{"206":1,"2636":1},"2":{"0":6,"35":2,"39":1,"45":1,"98":1,"122":1,"141":1,"162":1,"165":1,"166":2,"183":1,"192":1,"206":2,"207":3,"373":3,"580":1,"583":1,"1107":2,"1424":1,"1917":1,"2194":1,"2332":2,"2615":4,"2627":3,"2629":2,"2630":2,"2632":1,"2634":2,"2636":1,"2644":2}}],["axisaspect",{"2":{"222":6,"223":1,"578":3}}],["axis=",{"2":{"75":3,"983":2,"1025":1,"1285":1,"1287":1,"1288":1,"1918":1,"2158":2,"2398":2,"2574":1}}],["axis=false",{"2":{"32":1,"33":1,"34":1,"36":1,"190":2,"191":3,"691":1,"2433":1}}],["axisplot",{"2":{"0":1,"137":2,"138":2}}],["axislegend",{"2":{"0":5,"625":1,"626":4,"1289":1,"1920":1,"1998":1,"2622":2}}],["axislinewidth",{"2":{"0":1}}],["axiscolor",{"2":{"0":1}}],["axisnames",{"2":{"0":1}}],["axis3d",{"2":{"0":3}}],["axis3",{"0":{"370":1,"733":1},"1":{"371":1,"372":1,"373":1,"374":1,"375":1,"376":1,"377":1,"378":1,"379":1,"380":1,"381":1,"382":1,"383":1,"384":1,"385":1,"386":1,"387":1,"388":1,"389":1,"390":1,"391":1,"392":1,"393":1,"394":1,"395":1,"396":1,"397":1,"398":1,"399":1,"400":1,"401":1,"402":1,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"410":1,"411":1,"412":1,"413":1,"414":1,"415":1,"416":1,"417":1,"418":1,"419":1,"420":1,"421":1,"422":1,"423":1,"424":1,"425":1,"426":1,"427":1,"428":1,"429":1,"430":1,"431":1,"432":1,"433":1,"434":1,"435":1,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"443":1,"444":1,"445":1,"446":1,"447":1,"448":1,"449":1,"450":1,"451":1,"452":1,"453":1,"454":1,"455":1,"456":1,"457":1,"458":1,"459":1,"460":1,"461":1,"462":1,"463":1,"464":1,"465":1,"466":1,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"474":1,"475":1,"476":1,"477":1,"478":1,"479":1,"480":1,"481":1,"482":1,"483":1,"484":1,"485":1,"486":1,"487":1,"488":1,"489":1,"490":1},"2":{"0":8,"79":1,"163":2,"169":1,"196":1,"373":6,"374":1,"379":1,"383":1,"384":5,"396":1,"410":2,"443":2,"474":2,"1200":2,"2605":1,"2624":1,"2633":3}}],["axis",{"0":{"201":1,"202":1,"203":1,"205":1,"207":1,"208":1,"209":1,"625":1,"626":1,"699":1,"732":1,"761":1,"777":1,"1107":1,"2332":1,"2620":1,"2643":1},"1":{"202":1,"203":1,"204":1,"205":1,"206":1,"207":1,"208":1,"209":1,"210":2,"211":2,"212":2,"213":2,"214":2,"215":2,"216":2,"217":2,"218":2,"219":2,"220":1,"221":1,"222":1,"223":1,"224":1,"225":1,"226":1,"227":1,"228":1,"229":1,"230":1,"231":1,"232":1,"233":1,"234":1,"235":1,"236":1,"237":1,"238":1,"239":1,"240":1,"241":1,"242":1,"243":1,"244":1,"245":1,"246":1,"247":1,"248":1,"249":1,"250":1,"251":1,"252":1,"253":1,"254":1,"255":1,"256":1,"257":1,"258":1,"259":1,"260":1,"261":1,"262":1,"263":1,"264":1,"265":1,"266":1,"267":1,"268":1,"269":1,"270":1,"271":1,"272":1,"273":1,"274":1,"275":1,"276":1,"277":1,"278":1,"279":1,"280":1,"281":1,"282":1,"283":1,"284":1,"285":1,"286":1,"287":1,"288":1,"289":1,"290":1,"291":1,"292":1,"293":1,"294":1,"295":1,"296":1,"297":1,"298":1,"299":1,"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1,"307":1,"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1,"326":1,"327":1,"328":1,"329":1,"330":1,"331":1,"332":1,"333":1,"334":1,"335":1,"336":1,"337":1,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1,"344":1,"345":1,"346":1,"347":1,"348":1,"349":1,"350":1,"351":1,"352":1,"353":1},"2":{"0":178,"10":1,"31":2,"38":2,"39":4,"44":1,"45":14,"47":1,"67":1,"69":4,"72":1,"73":5,"74":4,"75":6,"76":2,"79":1,"82":9,"96":3,"97":2,"98":3,"99":1,"100":2,"101":1,"102":3,"103":1,"104":3,"110":1,"120":2,"121":2,"122":1,"125":1,"127":3,"137":4,"138":6,"139":3,"142":7,"148":1,"150":2,"155":1,"158":4,"162":11,"163":2,"164":6,"166":1,"167":2,"169":3,"183":2,"186":1,"187":4,"192":7,"194":1,"195":2,"196":1,"202":3,"203":3,"204":1,"205":11,"206":4,"207":6,"208":5,"209":1,"210":2,"211":2,"212":1,"213":1,"217":4,"218":4,"221":1,"222":11,"223":6,"224":1,"225":1,"226":1,"230":1,"231":1,"232":1,"233":1,"234":9,"236":1,"237":1,"238":1,"239":4,"243":1,"248":4,"249":3,"252":1,"253":1,"256":1,"257":1,"258":1,"259":1,"261":3,"266":4,"269":1,"277":1,"279":4,"281":1,"286":1,"287":5,"288":1,"290":5,"299":4,"301":3,"304":5,"308":3,"313":4,"316":1,"324":1,"326":4,"328":1,"333":1,"334":5,"335":1,"337":5,"346":4,"348":3,"351":5,"374":4,"384":3,"385":1,"388":1,"392":1,"396":6,"410":1,"443":1,"474":1,"491":1,"515":3,"523":1,"524":1,"539":1,"548":1,"553":1,"575":2,"576":2,"577":4,"578":6,"579":2,"580":8,"581":5,"582":4,"583":5,"584":1,"585":1,"603":1,"624":1,"625":7,"626":9,"627":1,"633":1,"639":1,"664":2,"665":1,"668":1,"669":1,"678":1,"685":1,"699":1,"704":1,"748":1,"749":1,"750":1,"751":1,"752":1,"753":1,"754":7,"756":1,"762":1,"777":3,"778":1,"779":1,"780":1,"781":1,"782":1,"784":1,"785":1,"786":1,"787":1,"791":1,"792":1,"795":1,"798":1,"799":1,"809":1,"813":1,"814":1,"815":1,"816":1,"818":1,"819":1,"820":1,"821":1,"824":1,"825":1,"827":1,"830":1,"831":1,"836":1,"837":1,"838":2,"839":1,"840":1,"844":1,"863":1,"908":1,"952":2,"983":2,"1025":2,"1058":10,"1073":1,"1107":2,"1141":1,"1142":1,"1143":1,"1164":2,"1235":3,"1236":2,"1248":2,"1284":2,"1289":1,"1322":4,"1323":2,"1343":3,"1374":3,"1404":2,"1405":3,"1406":1,"1407":2,"1408":1,"1409":1,"1426":4,"1431":1,"1457":1,"1508":1,"1509":1,"1542":1,"1543":1,"1545":5,"1572":1,"1584":1,"1585":1,"1586":2,"1587":1,"1599":1,"1686":2,"1750":2,"1774":6,"1856":16,"1859":1,"1867":1,"1880":2,"1913":1,"1914":1,"1919":1,"1920":1,"1925":2,"1926":1,"1944":1,"1949":2,"1960":1,"2017":1,"2075":3,"2189":2,"2193":1,"2194":6,"2195":1,"2275":4,"2330":1,"2332":2,"2395":1,"2396":1,"2433":3,"2459":2,"2552":1,"2553":1,"2609":1,"2611":1,"2615":24,"2619":1,"2620":11,"2621":1,"2622":1,"2624":4,"2626":1,"2627":3,"2629":2,"2630":1,"2633":2,"2634":1,"2636":1,"2638":1,"2643":4,"2644":5,"2651":1}}],["amazonaws",{"2":{"1287":1}}],["amazing",{"2":{"60":2}}],["ambigious",{"2":{"516":1}}],["ambiguous",{"2":{"74":1}}],["ambient=rgbf",{"2":{"2639":1}}],["ambient=vec3f",{"2":{"34":1}}],["ambient",{"2":{"0":44,"22":1,"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1450":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2295":1,"2360":1,"2391":1,"2428":1,"2454":1,"2515":1,"2545":1,"2597":1,"2601":1,"2605":1}}],["ambientlight",{"0":{"2607":1},"2":{"0":8,"691":1,"1016":1,"1049":1,"1653":1,"1687":1,"2180":1,"2424":1,"2511":1,"2605":1,"2607":3,"2611":1}}],["amds",{"2":{"30":1,"31":2}}],["amd",{"2":{"27":1,"30":1}}],["amount",{"2":{"0":1,"103":1,"152":1,"1284":1,"1457":1,"1944":1,"2197":1,"2604":1}}],["ampere",{"2":{"0":1}}],["amplitude",{"2":{"0":1,"169":1,"1141":1}}],["amp",{"0":{"2643":1},"2":{"0":14,"22":1,"29":1,"31":2,"45":2,"55":1,"58":1,"75":1,"83":3,"199":1,"754":2,"761":1,"778":1,"1282":1,"2640":1,"2641":1,"2655":1}}],["advantage",{"2":{"110":1,"132":1}}],["advance",{"2":{"106":1,"186":1}}],["advanced",{"0":{"33":1,"164":1,"1290":1},"2":{"4":1,"62":1,"186":1}}],["adhere",{"2":{"107":1,"2615":1}}],["adapter",{"2":{"28":1}}],["adaptive",{"2":{"0":2,"45":2}}],["ad",{"2":{"0":1}}],["adjustable",{"2":{"83":1,"98":1}}],["adjustments",{"2":{"0":43,"751":2,"943":1,"973":1,"1011":1,"1046":1,"1090":1,"1191":1,"1227":1,"1250":1,"1310":1,"1364":1,"1393":1,"1446":1,"1500":1,"1530":1,"1560":1,"1590":1,"1619":1,"1650":1,"1683":1,"1760":1,"1794":1,"1822":1,"1847":1,"1899":1,"1946":1,"1986":1,"2035":1,"2065":1,"2090":1,"2147":1,"2177":1,"2221":1,"2252":1,"2291":1,"2351":1,"2387":1,"2421":1,"2450":1,"2508":1,"2540":1,"2593":1}}],["adjust",{"2":{"0":43,"70":1,"73":1,"128":5,"152":1,"246":1,"247":1,"365":1,"366":1,"386":1,"387":1,"511":1,"512":1,"515":1,"551":1,"552":1,"599":1,"600":1,"615":1,"616":1,"679":1,"680":1,"700":1,"701":1,"725":1,"726":1,"751":2,"752":1,"754":2,"807":1,"808":1,"858":1,"859":1,"868":1,"869":1,"900":1,"901":1,"919":1,"920":1,"932":1,"960":1,"996":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1437":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1856":2,"1888":1,"1930":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2243":1,"2280":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1,"2605":1,"2615":2,"2644":1}}],["adjusts",{"2":{"0":172,"22":1,"106":1,"234":1,"932":1,"933":1,"947":1,"949":1,"960":1,"961":1,"978":1,"980":1,"996":1,"998":1,"1020":1,"1022":1,"1034":1,"1036":1,"1053":1,"1055":1,"1069":1,"1075":1,"1096":1,"1101":1,"1171":1,"1173":1,"1195":1,"1197":1,"1207":1,"1209":1,"1231":1,"1233":1,"1240":1,"1243":1,"1254":1,"1256":1,"1299":1,"1300":1,"1317":1,"1319":1,"1351":1,"1352":1,"1368":1,"1371":1,"1382":1,"1384":1,"1397":1,"1399":1,"1437":1,"1438":1,"1450":1,"1452":1,"1489":1,"1490":1,"1504":1,"1506":1,"1518":1,"1519":1,"1535":1,"1540":1,"1551":1,"1552":1,"1564":1,"1566":1,"1577":1,"1578":1,"1594":1,"1596":1,"1608":1,"1609":1,"1623":1,"1625":1,"1638":1,"1640":1,"1657":1,"1659":1,"1671":1,"1673":1,"1691":1,"1693":1,"1753":1,"1754":1,"1766":1,"1770":1,"1782":1,"1783":1,"1799":1,"1804":1,"1811":1,"1812":1,"1825":1,"1829":1,"1836":1,"1837":1,"1850":1,"1854":1,"1888":1,"1890":1,"1903":1,"1905":1,"1930":1,"1933":1,"1951":1,"1956":1,"1968":1,"1969":1,"1990":1,"1994":1,"2023":1,"2026":1,"2039":1,"2041":1,"2052":1,"2053":1,"2069":1,"2072":1,"2082":1,"2083":1,"2094":1,"2103":1,"2132":1,"2133":1,"2152":1,"2155":1,"2166":1,"2168":1,"2184":1,"2186":1,"2205":1,"2209":1,"2228":1,"2234":1,"2243":1,"2246":1,"2260":1,"2267":1,"2280":1,"2284":1,"2295":1,"2297":1,"2339":1,"2342":1,"2360":1,"2364":1,"2376":1,"2377":1,"2391":1,"2393":1,"2407":1,"2410":1,"2428":1,"2430":1,"2441":1,"2442":1,"2454":1,"2456":1,"2494":1,"2497":1,"2515":1,"2517":1,"2528":1,"2529":1,"2545":1,"2550":1,"2582":1,"2583":1,"2597":1,"2599":1}}],["adjusting",{"2":{"0":1,"191":2,"751":1,"801":1,"833":1,"1920":1,"2644":1}}],["adjusted",{"2":{"0":4,"45":2,"150":2,"151":2,"753":1,"2640":1}}],["adjacent",{"2":{"0":4,"279":1,"326":1,"1369":1,"1426":1,"2070":1,"2481":1,"2498":1}}],["adding",{"0":{"38":1,"582":1},"2":{"37":1,"82":4,"143":1,"147":1,"2615":1}}],["additivergba",{"2":{"0":1,"2397":1}}],["additive",{"2":{"0":1,"2397":1}}],["addition",{"2":{"0":4,"137":1}}],["additional",{"2":{"0":5,"44":1,"45":1,"51":1,"83":1,"181":1,"214":1,"655":1,"666":1,"2282":1,"2283":1,"2632":1}}],["additionally",{"2":{"0":1,"138":1,"185":1}}],["add",{"2":{"0":4,"12":1,"26":1,"35":1,"38":1,"52":1,"60":1,"78":2,"81":1,"82":2,"94":1,"110":1,"143":1,"147":1,"149":1,"167":1,"178":1,"181":1,"189":1,"197":1,"208":1,"582":1,"626":2,"1058":2,"1164":1,"1286":1,"1408":1,"1426":1,"1429":1,"1629":1,"2433":1,"2554":1,"2618":1,"2635":1,"2637":1,"2638":1,"2644":2}}],["adds",{"2":{"0":4,"1183":1,"1219":1,"1474":1,"2605":1,"2644":1}}],["addmouseevents",{"2":{"0":2}}],["added",{"2":{"0":5,"37":3,"45":1,"72":1,"76":1,"135":1,"191":1,"234":1,"260":1,"307":1,"398":1,"431":1,"462":1,"508":1,"613":1,"776":1,"812":1,"1061":1,"1996":1,"2282":1,"2283":1,"2644":1}}],["academic",{"2":{"107":1,"2615":1}}],["acurate",{"2":{"31":1}}],["achieve",{"2":{"15":1,"24":1,"223":1}}],["achieved",{"2":{"0":1,"102":1,"2275":1,"2615":1,"2648":1}}],["across",{"2":{"0":6,"23":1,"141":1,"164":1,"1481":1,"1510":1,"2368":1,"2520":1,"2629":1,"2634":1}}],["acton50",{"2":{"2656":1}}],["acton25",{"2":{"2656":1}}],["acton100",{"2":{"2656":1}}],["acton10",{"2":{"2656":1}}],["acton",{"2":{"2656":1}}],["actually",{"2":{"61":1,"69":1,"148":1,"161":1,"585":1,"844":1,"2615":1,"2640":1}}],["actual",{"2":{"0":1,"36":1,"60":1,"76":2,"98":1,"123":1,"147":2,"234":1,"578":1,"1103":1}}],["acts",{"2":{"0":3,"69":1,"2220":1,"2482":1}}],["activation",{"0":{"16":1,"22":1,"31":1,"56":1},"1":{"17":1,"18":1,"19":1,"20":1,"23":1,"24":1,"25":1},"2":{"2624":1,"2633":1}}],["activating",{"0":{"14":1,"216":1},"2":{"180":1}}],["activated",{"2":{"0":1,"180":1}}],["activate",{"2":{"0":5,"14":6,"16":4,"17":3,"22":4,"31":5,"33":1,"34":1,"35":1,"36":1,"56":4,"58":1,"64":1,"66":1,"80":3,"81":1,"178":1,"216":1,"763":1,"2601":1,"2602":2,"2618":2,"2624":1,"2644":1}}],["active=val",{"2":{"34":1}}],["active",{"0":{"495":1,"506":1,"588":1,"589":1,"708":1,"848":1,"849":1,"910":1,"914":1},"2":{"0":17,"16":1,"22":1,"31":1,"34":1,"45":1,"56":1,"161":1,"178":1,"184":1,"215":1,"708":1,"908":7,"910":1,"2433":2,"2618":1}}],["action",{"2":{"0":2,"79":4,"80":9,"81":5,"82":3,"83":1}}],["act",{"2":{"0":2,"69":1,"2603":1}}],["account",{"2":{"2604":1}}],["accommodating",{"2":{"149":1}}],["accordingly",{"2":{"0":2,"73":1,"234":1,"2282":1,"2283":1,"2615":1}}],["according",{"2":{"0":3,"148":1,"234":1,"2463":1}}],["accurately",{"2":{"0":1,"2601":1}}],["accum",{"2":{"0":3,"158":2,"2644":2}}],["accent",{"2":{"495":1,"496":1,"588":1,"589":1,"708":1,"709":1,"848":1,"849":1,"878":1,"880":1,"912":1,"914":1,"2658":6}}],["acceleration",{"2":{"31":1,"1286":1}}],["accelerated",{"2":{"31":1}}],["acceptable",{"2":{"69":1}}],["accepted",{"2":{"0":1,"14":1}}],["accept",{"2":{"0":2,"138":2,"217":1,"982":1,"2121":1}}],["accepts",{"2":{"0":6,"109":1,"164":1,"384":1}}],["accessing",{"2":{"44":1,"62":1,"79":1}}],["accessible",{"2":{"0":1,"68":1,"200":1,"691":1,"1913":1,"2653":1}}],["access",{"2":{"31":2,"73":1,"79":1,"100":2,"132":1,"186":2,"1286":1,"2605":1,"2642":1}}],["accessed",{"2":{"0":1,"155":3,"160":1,"1912":1}}],["atlantic",{"2":{"2662":1}}],["at=",{"2":{"1058":1}}],["at=0",{"2":{"1058":1}}],["atomic",{"2":{"147":1}}],["atomics",{"2":{"60":1}}],["attempted",{"2":{"144":1}}],["attention",{"2":{"0":1,"1282":1}}],["attenuation",{"2":{"0":5,"22":1,"2609":1}}],["attached",{"2":{"105":1}}],["attach",{"2":{"37":1}}],["attractors",{"0":{"1285":1},"2":{"1285":1}}],["attractor",{"2":{"196":2}}],["attr",{"2":{"0":2}}],["attrs",{"2":{"0":7,"924":1,"1481":1,"1510":2,"2368":1,"2520":2}}],["attribute",{"0":{"2481":1},"2":{"0":94,"7":1,"19":1,"31":1,"41":1,"60":1,"97":1,"110":1,"143":1,"150":1,"151":1,"153":1,"157":1,"165":1,"166":1,"184":3,"186":3,"187":2,"234":1,"384":1,"585":4,"624":1,"625":1,"628":1,"752":1,"756":1,"844":3,"863":1,"874":1,"908":1,"926":1,"954":1,"985":1,"986":1,"1010":2,"1013":1,"1027":1,"1045":2,"1060":1,"1076":1,"1105":1,"1155":1,"1166":1,"1202":1,"1236":1,"1249":1,"1293":1,"1323":1,"1345":1,"1376":1,"1411":1,"1433":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1631":1,"1649":2,"1664":1,"1682":2,"1776":1,"1831":1,"1882":1,"1911":1,"1914":1,"1924":1,"1962":1,"2019":1,"2046":1,"2124":1,"2127":1,"2160":1,"2176":2,"2189":1,"2192":1,"2193":1,"2200":1,"2276":1,"2370":1,"2402":1,"2420":2,"2435":1,"2461":1,"2481":2,"2488":1,"2507":2,"2522":1,"2555":1,"2576":1,"2601":1,"2604":1,"2605":1,"2613":1,"2615":1,"2628":1,"2629":1,"2633":1,"2649":2,"2650":1}}],["attributes`",{"2":{"166":1}}],["attributes",{"0":{"128":1,"129":1,"157":1,"188":1,"220":1,"355":1,"371":1,"492":1,"517":1,"586":1,"604":1,"624":1,"629":1,"692":1,"706":1,"759":1,"846":1,"864":1,"875":1,"909":1,"925":1,"953":1,"984":1,"1026":1,"1059":1,"1108":1,"1144":1,"1165":1,"1201":1,"1237":1,"1260":1,"1291":1,"1325":1,"1344":1,"1375":1,"1410":1,"1432":1,"1459":1,"1482":1,"1511":1,"1546":1,"1570":1,"1601":1,"1630":1,"1663":1,"1751":1,"1775":1,"1808":1,"1833":1,"1857":1,"1881":1,"1923":1,"1961":1,"2001":1,"2018":1,"2045":1,"2076":1,"2112":1,"2123":1,"2159":1,"2198":1,"2240":1,"2277":1,"2302":1,"2333":1,"2369":1,"2399":1,"2434":1,"2460":1,"2487":1,"2521":1,"2556":1,"2575":1,"2604":1},"1":{"221":1,"222":1,"223":1,"224":1,"225":1,"226":1,"227":1,"228":1,"229":1,"230":1,"231":1,"232":1,"233":1,"234":1,"235":1,"236":1,"237":1,"238":1,"239":1,"240":1,"241":1,"242":1,"243":1,"244":1,"245":1,"246":1,"247":1,"248":1,"249":1,"250":1,"251":1,"252":1,"253":1,"254":1,"255":1,"256":1,"257":1,"258":1,"259":1,"260":1,"261":1,"262":1,"263":1,"264":1,"265":1,"266":1,"267":1,"268":1,"269":1,"270":1,"271":1,"272":1,"273":1,"274":1,"275":1,"276":1,"277":1,"278":1,"279":1,"280":1,"281":1,"282":1,"283":1,"284":1,"285":1,"286":1,"287":1,"288":1,"289":1,"290":1,"291":1,"292":1,"293":1,"294":1,"295":1,"296":1,"297":1,"298":1,"299":1,"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1,"307":1,"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1,"326":1,"327":1,"328":1,"329":1,"330":1,"331":1,"332":1,"333":1,"334":1,"335":1,"336":1,"337":1,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1,"344":1,"345":1,"346":1,"347":1,"348":1,"349":1,"350":1,"351":1,"352":1,"353":1,"356":1,"357":1,"358":1,"359":1,"360":1,"361":1,"362":1,"363":1,"364":1,"365":1,"366":1,"367":1,"368":1,"369":1,"372":1,"373":1,"374":1,"375":1,"376":1,"377":1,"378":1,"379":1,"380":1,"381":1,"382":1,"383":1,"384":1,"385":1,"386":1,"387":1,"388":1,"389":1,"390":1,"391":1,"392":1,"393":1,"394":1,"395":1,"396":1,"397":1,"398":1,"399":1,"400":1,"401":1,"402":1,"403":1,"404":1,"405":1,"406":1,"407":1,"408":1,"409":1,"410":1,"411":1,"412":1,"413":1,"414":1,"415":1,"416":1,"417":1,"418":1,"419":1,"420":1,"421":1,"422":1,"423":1,"424":1,"425":1,"426":1,"427":1,"428":1,"429":1,"430":1,"431":1,"432":1,"433":1,"434":1,"435":1,"436":1,"437":1,"438":1,"439":1,"440":1,"441":1,"442":1,"443":1,"444":1,"445":1,"446":1,"447":1,"448":1,"449":1,"450":1,"451":1,"452":1,"453":1,"454":1,"455":1,"456":1,"457":1,"458":1,"459":1,"460":1,"461":1,"462":1,"463":1,"464":1,"465":1,"466":1,"467":1,"468":1,"469":1,"470":1,"471":1,"472":1,"473":1,"474":1,"475":1,"476":1,"477":1,"478":1,"479":1,"480":1,"481":1,"482":1,"483":1,"484":1,"485":1,"486":1,"487":1,"488":1,"489":1,"490":1,"493":1,"494":1,"495":1,"496":1,"497":1,"498":1,"499":1,"500":1,"501":1,"502":1,"503":1,"504":1,"505":1,"506":1,"507":1,"508":1,"509":1,"510":1,"511":1,"512":1,"513":1,"514":1,"518":1,"519":1,"520":1,"521":1,"522":1,"523":1,"524":1,"525":1,"526":1,"527":1,"528":1,"529":1,"530":1,"531":1,"532":1,"533":1,"534":1,"535":1,"536":1,"537":1,"538":1,"539":1,"540":1,"541":1,"542":1,"543":1,"544":1,"545":1,"546":1,"547":1,"548":1,"549":1,"550":1,"551":1,"552":1,"553":1,"554":1,"555":1,"556":1,"557":1,"558":1,"559":1,"560":1,"561":1,"562":1,"563":1,"564":1,"565":1,"566":1,"567":1,"568":1,"569":1,"570":1,"571":1,"572":1,"587":1,"588":1,"589":1,"590":1,"591":1,"592":1,"593":1,"594":1,"595":1,"596":1,"597":1,"598":1,"599":1,"600":1,"601":1,"602":1,"605":1,"606":1,"607":1,"608":1,"609":1,"610":1,"611":1,"612":1,"613":1,"614":1,"615":1,"616":1,"617":1,"618":1,"619":1,"620":1,"621":1,"630":1,"631":1,"632":1,"633":1,"634":1,"635":1,"636":1,"637":1,"638":1,"639":1,"640":1,"641":1,"642":1,"643":1,"644":1,"645":1,"646":1,"647":1,"648":1,"649":1,"650":1,"651":1,"652":1,"653":1,"654":1,"655":1,"656":1,"657":1,"658":1,"659":1,"660":1,"661":1,"662":1,"663":1,"664":1,"665":1,"666":1,"667":1,"668":1,"669":1,"670":1,"671":1,"672":1,"673":1,"674":1,"675":1,"676":1,"677":1,"678":1,"679":1,"680":1,"681":1,"682":1,"683":1,"684":1,"685":1,"686":1,"687":1,"688":1,"689":1,"690":1,"693":1,"694":1,"695":1,"696":1,"697":1,"698":1,"699":1,"700":1,"701":1,"702":1,"703":1,"707":1,"708":1,"709":1,"710":1,"711":1,"712":1,"713":1,"714":1,"715":1,"716":1,"717":1,"718":1,"719":1,"720":1,"721":1,"722":1,"723":1,"724":1,"725":1,"726":1,"727":1,"728":1,"729":1,"730":1,"760":1,"761":1,"762":1,"763":1,"764":1,"765":1,"766":1,"767":1,"768":1,"769":1,"770":1,"771":1,"772":1,"773":1,"774":1,"775":1,"776":1,"777":1,"778":1,"779":1,"780":1,"781":1,"782":1,"783":1,"784":1,"785":1,"786":1,"787":1,"788":1,"789":1,"790":1,"791":1,"792":1,"793":1,"794":1,"795":1,"796":1,"797":1,"798":1,"799":1,"800":1,"801":1,"802":1,"803":1,"804":1,"805":1,"806":1,"807":1,"808":1,"809":1,"810":1,"811":1,"812":1,"813":1,"814":1,"815":1,"816":1,"817":1,"818":1,"819":1,"820":1,"821":1,"822":1,"823":1,"824":1,"825":1,"826":1,"827":1,"828":1,"829":1,"830":1,"831":1,"832":1,"833":1,"834":1,"835":1,"836":1,"837":1,"838":1,"839":1,"840":1,"841":1,"842":1,"843":1,"847":1,"848":1,"849":1,"850":1,"851":1,"852":1,"853":1,"854":1,"855":1,"856":1,"857":1,"858":1,"859":1,"860":1,"861":1,"862":1,"865":1,"866":1,"867":1,"868":1,"869":1,"870":1,"871":1,"872":1,"876":1,"877":1,"878":1,"879":1,"880":1,"881":1,"882":1,"883":1,"884":1,"885":1,"886":1,"887":1,"888":1,"889":1,"890":1,"891":1,"892":1,"893":1,"894":1,"895":1,"896":1,"897":1,"898":1,"899":1,"900":1,"901":1,"902":1,"903":1,"904":1,"905":1,"906":1,"907":1,"910":1,"911":1,"912":1,"913":1,"914":1,"915":1,"916":1,"917":1,"918":1,"919":1,"920":1,"921":1,"922":1,"923":1,"926":1,"927":1,"928":1,"929":1,"930":1,"931":1,"932":1,"933":1,"934":1,"935":1,"936":1,"937":1,"938":1,"939":1,"940":1,"941":1,"942":1,"943":1,"944":1,"945":1,"946":1,"947":1,"948":1,"949":1,"950":1,"954":1,"955":1,"956":1,"957":1,"958":1,"959":1,"960":1,"961":1,"962":1,"963":1,"964":1,"965":1,"966":1,"967":1,"968":1,"969":1,"970":1,"971":1,"972":1,"973":1,"974":1,"975":1,"976":1,"977":1,"978":1,"979":1,"980":1,"981":1,"985":1,"986":1,"987":1,"988":1,"989":1,"990":1,"991":1,"992":1,"993":1,"994":1,"995":1,"996":1,"997":1,"998":1,"999":1,"1000":1,"1001":1,"1002":1,"1003":1,"1004":1,"1005":1,"1006":1,"1007":1,"1008":1,"1009":1,"1010":1,"1011":1,"1012":1,"1013":1,"1014":1,"1015":1,"1016":1,"1017":1,"1018":1,"1019":1,"1020":1,"1021":1,"1022":1,"1023":1,"1027":1,"1028":1,"1029":1,"1030":1,"1031":1,"1032":1,"1033":1,"1034":1,"1035":1,"1036":1,"1037":1,"1038":1,"1039":1,"1040":1,"1041":1,"1042":1,"1043":1,"1044":1,"1045":1,"1046":1,"1047":1,"1048":1,"1049":1,"1050":1,"1051":1,"1052":1,"1053":1,"1054":1,"1055":1,"1056":1,"1060":1,"1061":1,"1062":1,"1063":1,"1064":1,"1065":1,"1066":1,"1067":1,"1068":1,"1069":1,"1070":1,"1071":1,"1072":1,"1073":1,"1074":1,"1075":1,"1076":1,"1077":1,"1078":1,"1079":1,"1080":1,"1081":1,"1082":1,"1083":1,"1084":1,"1085":1,"1086":1,"1087":1,"1088":1,"1089":1,"1090":1,"1091":1,"1092":1,"1093":1,"1094":1,"1095":1,"1096":1,"1097":1,"1098":1,"1099":1,"1100":1,"1101":1,"1102":1,"1103":1,"1109":1,"1110":1,"1111":1,"1112":1,"1113":1,"1114":1,"1115":1,"1116":1,"1117":1,"1118":1,"1119":1,"1120":1,"1121":1,"1122":1,"1123":1,"1124":1,"1125":1,"1126":1,"1127":1,"1128":1,"1129":1,"1130":1,"1131":1,"1132":1,"1133":1,"1134":1,"1135":1,"1136":1,"1137":1,"1138":1,"1145":1,"1146":1,"1147":1,"1148":1,"1149":1,"1150":1,"1151":1,"1152":1,"1153":1,"1154":1,"1155":1,"1156":1,"1157":1,"1158":1,"1159":1,"1160":1,"1161":1,"1162":1,"1166":1,"1167":1,"1168":1,"1169":1,"1170":1,"1171":1,"1172":1,"1173":1,"1174":1,"1175":1,"1176":1,"1177":1,"1178":1,"1179":1,"1180":1,"1181":1,"1182":1,"1183":1,"1184":1,"1185":1,"1186":1,"1187":1,"1188":1,"1189":1,"1190":1,"1191":1,"1192":1,"1193":1,"1194":1,"1195":1,"1196":1,"1197":1,"1198":1,"1202":1,"1203":1,"1204":1,"1205":1,"1206":1,"1207":1,"1208":1,"1209":1,"1210":1,"1211":1,"1212":1,"1213":1,"1214":1,"1215":1,"1216":1,"1217":1,"1218":1,"1219":1,"1220":1,"1221":1,"1222":1,"1223":1,"1224":1,"1225":1,"1226":1,"1227":1,"1228":1,"1229":1,"1230":1,"1231":1,"1232":1,"1233":1,"1234":1,"1238":1,"1239":1,"1240":1,"1241":1,"1242":1,"1243":1,"1244":1,"1245":1,"1246":1,"1247":1,"1248":1,"1249":1,"1250":1,"1251":1,"1252":1,"1253":1,"1254":1,"1255":1,"1256":1,"1257":1,"1261":1,"1262":1,"1263":1,"1264":1,"1265":1,"1266":1,"1267":1,"1268":1,"1269":1,"1270":1,"1271":1,"1272":1,"1273":1,"1274":1,"1275":1,"1276":1,"1277":1,"1278":1,"1279":1,"1280":1,"1281":1,"1292":1,"1293":1,"1294":1,"1295":1,"1296":1,"1297":1,"1298":1,"1299":1,"1300":1,"1301":1,"1302":1,"1303":1,"1304":1,"1305":1,"1306":1,"1307":1,"1308":1,"1309":1,"1310":1,"1311":1,"1312":1,"1313":1,"1314":1,"1315":1,"1316":1,"1317":1,"1318":1,"1319":1,"1320":1,"1326":1,"1327":1,"1328":1,"1329":1,"1330":1,"1331":1,"1332":1,"1333":1,"1334":1,"1335":1,"1336":1,"1337":1,"1338":1,"1339":1,"1340":1,"1341":1,"1345":1,"1346":1,"1347":1,"1348":1,"1349":1,"1350":1,"1351":1,"1352":1,"1353":1,"1354":1,"1355":1,"1356":1,"1357":1,"1358":1,"1359":1,"1360":1,"1361":1,"1362":1,"1363":1,"1364":1,"1365":1,"1366":1,"1367":1,"1368":1,"1369":1,"1370":1,"1371":1,"1372":1,"1376":1,"1377":1,"1378":1,"1379":1,"1380":1,"1381":1,"1382":1,"1383":1,"1384":1,"1385":1,"1386":1,"1387":1,"1388":1,"1389":1,"1390":1,"1391":1,"1392":1,"1393":1,"1394":1,"1395":1,"1396":1,"1397":1,"1398":1,"1399":1,"1400":1,"1401":1,"1411":1,"1412":1,"1413":1,"1414":1,"1415":1,"1416":1,"1417":1,"1418":1,"1419":1,"1420":1,"1421":1,"1422":1,"1423":1,"1433":1,"1434":1,"1435":1,"1436":1,"1437":1,"1438":1,"1439":1,"1440":1,"1441":1,"1442":1,"1443":1,"1444":1,"1445":1,"1446":1,"1447":1,"1448":1,"1449":1,"1450":1,"1451":1,"1452":1,"1453":1,"1460":1,"1461":1,"1462":1,"1463":1,"1464":1,"1465":1,"1466":1,"1467":1,"1468":1,"1469":1,"1470":1,"1471":1,"1472":1,"1473":1,"1474":1,"1475":1,"1476":1,"1477":1,"1478":1,"1479":1,"1480":1,"1483":1,"1484":1,"1485":1,"1486":1,"1487":1,"1488":1,"1489":1,"1490":1,"1491":1,"1492":1,"1493":1,"1494":1,"1495":1,"1496":1,"1497":1,"1498":1,"1499":1,"1500":1,"1501":1,"1502":1,"1503":1,"1504":1,"1505":1,"1506":1,"1507":1,"1508":1,"1509":1,"1512":1,"1513":1,"1514":1,"1515":1,"1516":1,"1517":1,"1518":1,"1519":1,"1520":1,"1521":1,"1522":1,"1523":1,"1524":1,"1525":1,"1526":1,"1527":1,"1528":1,"1529":1,"1530":1,"1531":1,"1532":1,"1533":1,"1534":1,"1535":1,"1536":1,"1537":1,"1538":1,"1539":1,"1540":1,"1541":1,"1542":1,"1543":1,"1547":1,"1548":1,"1549":1,"1550":1,"1551":1,"1552":1,"1553":1,"1554":1,"1555":1,"1556":1,"1557":1,"1558":1,"1559":1,"1560":1,"1561":1,"1562":1,"1563":1,"1564":1,"1565":1,"1566":1,"1567":1,"1571":1,"1572":1,"1573":1,"1574":1,"1575":1,"1576":1,"1577":1,"1578":1,"1579":1,"1580":1,"1581":1,"1582":1,"1583":1,"1584":1,"1585":1,"1586":1,"1587":1,"1588":1,"1589":1,"1590":1,"1591":1,"1592":1,"1593":1,"1594":1,"1595":1,"1596":1,"1597":1,"1602":1,"1603":1,"1604":1,"1605":1,"1606":1,"1607":1,"1608":1,"1609":1,"1610":1,"1611":1,"1612":1,"1613":1,"1614":1,"1615":1,"1616":1,"1617":1,"1618":1,"1619":1,"1620":1,"1621":1,"1622":1,"1623":1,"1624":1,"1625":1,"1626":1,"1631":1,"1632":1,"1633":1,"1634":1,"1635":1,"1636":1,"1637":1,"1638":1,"1639":1,"1640":1,"1641":1,"1642":1,"1643":1,"1644":1,"1645":1,"1646":1,"1647":1,"1648":1,"1649":1,"1650":1,"1651":1,"1652":1,"1653":1,"1654":1,"1655":1,"1656":1,"1657":1,"1658":1,"1659":1,"1660":1,"1664":1,"1665":1,"1666":1,"1667":1,"1668":1,"1669":1,"1670":1,"1671":1,"1672":1,"1673":1,"1674":1,"1675":1,"1676":1,"1677":1,"1678":1,"1679":1,"1680":1,"1681":1,"1682":1,"1683":1,"1684":1,"1685":1,"1686":1,"1687":1,"1688":1,"1689":1,"1690":1,"1691":1,"1692":1,"1693":1,"1694":1,"1752":1,"1753":1,"1754":1,"1755":1,"1756":1,"1757":1,"1758":1,"1759":1,"1760":1,"1761":1,"1762":1,"1763":1,"1764":1,"1765":1,"1766":1,"1767":1,"1768":1,"1769":1,"1770":1,"1771":1,"1772":1,"1776":1,"1777":1,"1778":1,"1779":1,"1780":1,"1781":1,"1782":1,"1783":1,"1784":1,"1785":1,"1786":1,"1787":1,"1788":1,"1789":1,"1790":1,"1791":1,"1792":1,"1793":1,"1794":1,"1795":1,"1796":1,"1797":1,"1798":1,"1799":1,"1800":1,"1801":1,"1802":1,"1803":1,"1804":1,"1805":1,"1809":1,"1810":1,"1811":1,"1812":1,"1813":1,"1814":1,"1815":1,"1816":1,"1817":1,"1818":1,"1819":1,"1820":1,"1821":1,"1822":1,"1823":1,"1824":1,"1825":1,"1826":1,"1827":1,"1828":1,"1829":1,"1830":1,"1834":1,"1835":1,"1836":1,"1837":1,"1838":1,"1839":1,"1840":1,"1841":1,"1842":1,"1843":1,"1844":1,"1845":1,"1846":1,"1847":1,"1848":1,"1849":1,"1850":1,"1851":1,"1852":1,"1853":1,"1854":1,"1855":1,"1858":1,"1859":1,"1860":1,"1861":1,"1862":1,"1863":1,"1864":1,"1865":1,"1866":1,"1867":1,"1868":1,"1869":1,"1870":1,"1871":1,"1872":1,"1873":1,"1874":1,"1875":1,"1876":1,"1877":1,"1878":1,"1882":1,"1883":1,"1884":1,"1885":1,"1886":1,"1887":1,"1888":1,"1889":1,"1890":1,"1891":1,"1892":1,"1893":1,"1894":1,"1895":1,"1896":1,"1897":1,"1898":1,"1899":1,"1900":1,"1901":1,"1902":1,"1903":1,"1904":1,"1905":1,"1906":1,"1907":1,"1924":1,"1925":1,"1926":1,"1927":1,"1928":1,"1929":1,"1930":1,"1931":1,"1932":1,"1933":1,"1934":1,"1935":1,"1936":1,"1937":1,"1938":1,"1939":1,"1940":1,"1941":1,"1942":1,"1943":1,"1944":1,"1945":1,"1946":1,"1947":1,"1948":1,"1949":1,"1950":1,"1951":1,"1952":1,"1953":1,"1954":1,"1955":1,"1956":1,"1957":1,"1958":1,"1962":1,"1963":1,"1964":1,"1965":1,"1966":1,"1967":1,"1968":1,"1969":1,"1970":1,"1971":1,"1972":1,"1973":1,"1974":1,"1975":1,"1976":1,"1977":1,"1978":1,"1979":1,"1980":1,"1981":1,"1982":1,"1983":1,"1984":1,"1985":1,"1986":1,"1987":1,"1988":1,"1989":1,"1990":1,"1991":1,"1992":1,"1993":1,"1994":1,"1995":1,"2002":1,"2003":1,"2004":1,"2005":1,"2006":1,"2007":1,"2008":1,"2009":1,"2010":1,"2011":1,"2012":1,"2013":1,"2014":1,"2015":1,"2019":1,"2020":1,"2021":1,"2022":1,"2023":1,"2024":1,"2025":1,"2026":1,"2027":1,"2028":1,"2029":1,"2030":1,"2031":1,"2032":1,"2033":1,"2034":1,"2035":1,"2036":1,"2037":1,"2038":1,"2039":1,"2040":1,"2041":1,"2042":1,"2046":1,"2047":1,"2048":1,"2049":1,"2050":1,"2051":1,"2052":1,"2053":1,"2054":1,"2055":1,"2056":1,"2057":1,"2058":1,"2059":1,"2060":1,"2061":1,"2062":1,"2063":1,"2064":1,"2065":1,"2066":1,"2067":1,"2068":1,"2069":1,"2070":1,"2071":1,"2072":1,"2073":1,"2077":1,"2078":1,"2079":1,"2080":1,"2081":1,"2082":1,"2083":1,"2084":1,"2085":1,"2086":1,"2087":1,"2088":1,"2089":1,"2090":1,"2091":1,"2092":1,"2093":1,"2094":1,"2095":1,"2096":1,"2097":1,"2098":1,"2099":1,"2100":1,"2101":1,"2102":1,"2103":1,"2104":1,"2105":1,"2106":1,"2107":1,"2108":1,"2109":1,"2113":1,"2114":1,"2115":1,"2116":1,"2117":1,"2118":1,"2119":1,"2120":1,"2124":1,"2125":1,"2126":1,"2127":1,"2128":1,"2129":1,"2130":1,"2131":1,"2132":1,"2133":1,"2134":1,"2135":1,"2136":1,"2137":1,"2138":1,"2139":1,"2140":1,"2141":1,"2142":1,"2143":1,"2144":1,"2145":1,"2146":1,"2147":1,"2148":1,"2149":1,"2150":1,"2151":1,"2152":1,"2153":1,"2154":1,"2155":1,"2156":1,"2160":1,"2161":1,"2162":1,"2163":1,"2164":1,"2165":1,"2166":1,"2167":1,"2168":1,"2169":1,"2170":1,"2171":1,"2172":1,"2173":1,"2174":1,"2175":1,"2176":1,"2177":1,"2178":1,"2179":1,"2180":1,"2181":1,"2182":1,"2183":1,"2184":1,"2185":1,"2186":1,"2187":1,"2199":1,"2200":1,"2201":1,"2202":1,"2203":1,"2204":1,"2205":1,"2206":1,"2207":1,"2208":1,"2209":1,"2210":1,"2211":1,"2212":1,"2213":1,"2214":1,"2215":1,"2216":1,"2217":1,"2218":1,"2219":1,"2220":1,"2221":1,"2222":1,"2223":1,"2224":1,"2225":1,"2226":1,"2227":1,"2228":1,"2229":1,"2230":1,"2231":1,"2232":1,"2233":1,"2234":1,"2235":1,"2236":1,"2241":1,"2242":1,"2243":1,"2244":1,"2245":1,"2246":1,"2247":1,"2248":1,"2249":1,"2250":1,"2251":1,"2252":1,"2253":1,"2254":1,"2255":1,"2256":1,"2257":1,"2258":1,"2259":1,"2260":1,"2261":1,"2262":1,"2263":1,"2264":1,"2265":1,"2266":1,"2267":1,"2268":1,"2269":1,"2270":1,"2271":1,"2272":1,"2278":1,"2279":1,"2280":1,"2281":1,"2282":1,"2283":1,"2284":1,"2285":1,"2286":1,"2287":1,"2288":1,"2289":1,"2290":1,"2291":1,"2292":1,"2293":1,"2294":1,"2295":1,"2296":1,"2297":1,"2298":1,"2299":1,"2303":1,"2304":1,"2305":1,"2306":1,"2307":1,"2308":1,"2309":1,"2310":1,"2311":1,"2312":1,"2313":1,"2314":1,"2315":1,"2316":1,"2317":1,"2318":1,"2319":1,"2320":1,"2321":1,"2322":1,"2323":1,"2324":1,"2325":1,"2326":1,"2327":1,"2328":1,"2334":1,"2335":1,"2336":1,"2337":1,"2338":1,"2339":1,"2340":1,"2341":1,"2342":1,"2343":1,"2344":1,"2345":1,"2346":1,"2347":1,"2348":1,"2349":1,"2350":1,"2351":1,"2352":1,"2353":1,"2354":1,"2355":1,"2356":1,"2357":1,"2358":1,"2359":1,"2360":1,"2361":1,"2362":1,"2363":1,"2364":1,"2365":1,"2366":1,"2367":1,"2370":1,"2371":1,"2372":1,"2373":1,"2374":1,"2375":1,"2376":1,"2377":1,"2378":1,"2379":1,"2380":1,"2381":1,"2382":1,"2383":1,"2384":1,"2385":1,"2386":1,"2387":1,"2388":1,"2389":1,"2390":1,"2391":1,"2392":1,"2393":1,"2394":1,"2395":1,"2396":1,"2400":1,"2401":1,"2402":1,"2403":1,"2404":1,"2405":1,"2406":1,"2407":1,"2408":1,"2409":1,"2410":1,"2411":1,"2412":1,"2413":1,"2414":1,"2415":1,"2416":1,"2417":1,"2418":1,"2419":1,"2420":1,"2421":1,"2422":1,"2423":1,"2424":1,"2425":1,"2426":1,"2427":1,"2428":1,"2429":1,"2430":1,"2431":1,"2435":1,"2436":1,"2437":1,"2438":1,"2439":1,"2440":1,"2441":1,"2442":1,"2443":1,"2444":1,"2445":1,"2446":1,"2447":1,"2448":1,"2449":1,"2450":1,"2451":1,"2452":1,"2453":1,"2454":1,"2455":1,"2456":1,"2457":1,"2461":1,"2462":1,"2463":1,"2464":1,"2465":1,"2466":1,"2467":1,"2468":1,"2469":1,"2470":1,"2471":1,"2472":1,"2473":1,"2474":1,"2475":1,"2476":1,"2477":1,"2488":1,"2489":1,"2490":1,"2491":1,"2492":1,"2493":1,"2494":1,"2495":1,"2496":1,"2497":1,"2498":1,"2499":1,"2500":1,"2501":1,"2502":1,"2503":1,"2504":1,"2505":1,"2506":1,"2507":1,"2508":1,"2509":1,"2510":1,"2511":1,"2512":1,"2513":1,"2514":1,"2515":1,"2516":1,"2517":1,"2518":1,"2519":1,"2522":1,"2523":1,"2524":1,"2525":1,"2526":1,"2527":1,"2528":1,"2529":1,"2530":1,"2531":1,"2532":1,"2533":1,"2534":1,"2535":1,"2536":1,"2537":1,"2538":1,"2539":1,"2540":1,"2541":1,"2542":1,"2543":1,"2544":1,"2545":1,"2546":1,"2547":1,"2548":1,"2549":1,"2550":1,"2551":1,"2552":1,"2553":1,"2557":1,"2558":1,"2559":1,"2560":1,"2561":1,"2562":1,"2563":1,"2564":1,"2565":1,"2566":1,"2567":1,"2568":1,"2569":1,"2570":1,"2571":1,"2572":1,"2576":1,"2577":1,"2578":1,"2579":1,"2580":1,"2581":1,"2582":1,"2583":1,"2584":1,"2585":1,"2586":1,"2587":1,"2588":1,"2589":1,"2590":1,"2591":1,"2592":1,"2593":1,"2594":1,"2595":1,"2596":1,"2597":1,"2598":1,"2599":1,"2600":1},"2":{"0":106,"10":1,"22":1,"44":1,"60":9,"61":1,"100":1,"105":1,"110":1,"122":2,"131":1,"138":1,"148":3,"150":1,"152":3,"161":1,"165":2,"166":1,"177":2,"178":1,"179":1,"180":1,"181":1,"184":6,"185":1,"186":2,"187":1,"205":1,"207":1,"210":2,"211":2,"213":1,"515":2,"603":1,"624":1,"627":3,"691":1,"753":2,"931":1,"959":1,"1105":1,"1164":1,"1350":1,"1430":2,"1488":1,"1576":1,"1607":1,"1911":1,"1929":1,"2051":1,"2196":2,"2375":1,"2482":1,"2483":1,"2581":1,"2601":1,"2602":1,"2604":2,"2621":1,"2648":9,"2649":2,"2651":1}}],["at",{"0":{"775":1,"1074":1,"1466":1},"2":{"0":62,"22":1,"23":1,"27":2,"30":1,"31":1,"36":1,"45":1,"75":2,"76":1,"78":1,"82":2,"85":1,"96":1,"98":1,"104":4,"105":3,"106":6,"107":5,"110":2,"127":3,"134":2,"137":2,"140":1,"141":1,"142":3,"147":1,"152":3,"162":1,"164":1,"190":2,"191":1,"192":1,"198":2,"200":1,"299":2,"346":2,"374":3,"577":1,"578":1,"584":1,"691":1,"705":1,"757":10,"758":4,"764":1,"775":2,"794":3,"802":1,"924":1,"940":1,"951":1,"967":1,"969":1,"982":2,"985":1,"988":1,"990":1,"1058":2,"1061":1,"1114":1,"1139":1,"1235":1,"1358":1,"1360":1,"1373":1,"1424":1,"1481":1,"1497":1,"1527":1,"1569":1,"1584":1,"1586":1,"1600":1,"1616":1,"1791":1,"1862":1,"1865":1,"1879":1,"1922":1,"1977":1,"2059":1,"2061":1,"2074":1,"2091":1,"2127":1,"2237":1,"2239":1,"2253":1,"2268":1,"2273":1,"2368":1,"2384":1,"2459":1,"2478":1,"2481":2,"2484":1,"2537":1,"2590":1,"2609":1,"2615":4,"2617":1,"2618":1,"2619":1,"2620":2,"2625":1,"2640":4,"2649":2}}],["apart",{"2":{"2629":1,"2632":1}}],["april",{"2":{"1323":1}}],["apt",{"2":{"28":2}}],["app",{"2":{"59":1,"60":2,"61":1,"63":2,"64":4}}],["apps",{"2":{"57":1,"162":1}}],["appbundle",{"2":{"29":1}}],["apparent",{"2":{"23":1,"106":5,"396":2}}],["appealing",{"2":{"1856":1}}],["appear",{"2":{"0":1,"8":1,"625":1,"794":2}}],["appearance",{"2":{"0":1,"1405":1}}],["append",{"2":{"11":2,"76":1,"135":1,"148":1,"1856":2}}],["appending",{"0":{"11":1}}],["approach",{"2":{"92":1,"1426":1,"2615":1,"2624":1}}],["appropriately",{"2":{"0":1,"982":1,"2627":1}}],["appropriate",{"2":{"0":1,"14":1,"67":1,"98":1,"106":1,"287":1,"334":1,"1856":1,"2275":1,"2615":1}}],["approximate",{"2":{"191":2,"585":1}}],["approximated",{"2":{"18":1}}],["approximately",{"2":{"0":1,"844":1,"1914":1,"2158":1}}],["approximating",{"2":{"0":2,"976":1}}],["apple",{"2":{"106":1}}],["application",{"2":{"69":1,"2619":1}}],["applications",{"2":{"60":1,"383":1}}],["applicable",{"2":{"0":45,"16":2,"70":1,"74":1,"691":1,"947":1,"978":1,"1020":1,"1053":1,"1096":1,"1195":1,"1231":1,"1254":1,"1317":1,"1368":1,"1397":1,"1450":1,"1504":1,"1535":1,"1564":1,"1594":1,"1623":1,"1657":1,"1691":1,"1766":1,"1799":1,"1825":1,"1850":1,"1903":1,"1951":1,"1990":1,"2039":1,"2069":1,"2094":1,"2152":1,"2184":1,"2228":1,"2260":1,"2295":1,"2360":1,"2391":1,"2428":1,"2454":1,"2483":1,"2515":1,"2545":1,"2597":1}}],["applies",{"2":{"0":53,"45":1,"67":1,"82":1,"145":1,"299":1,"346":1,"578":1,"932":1,"960":1,"996":1,"1015":1,"1034":1,"1069":1,"1171":1,"1207":1,"1240":1,"1299":1,"1351":1,"1382":1,"1437":1,"1489":1,"1518":1,"1551":1,"1577":1,"1608":1,"1638":1,"1671":1,"1753":1,"1782":1,"1811":1,"1836":1,"1888":1,"1930":1,"1954":1,"1968":1,"2023":1,"2052":1,"2082":1,"2132":1,"2166":1,"2205":1,"2232":1,"2243":1,"2280":1,"2339":1,"2376":1,"2407":1,"2441":1,"2494":1,"2528":1,"2582":1}}],["applied",{"2":{"0":5,"45":1,"68":1,"69":1,"76":1,"124":1,"146":1,"169":1,"190":1,"1288":1,"1314":1,"1407":1,"1661":1,"2601":1,"2613":1,"2639":1,"2649":1}}],["applying",{"0":{"1409":1},"2":{"69":1,"764":1}}],["apply",{"2":{"0":12,"68":2,"70":1,"74":1,"106":1,"136":1,"150":1,"158":3,"190":1,"1006":1,"1681":1,"1686":1,"2118":1,"2484":1,"2613":1,"2640":1,"2644":3}}],["api",{"0":{"0":1,"1290":1},"2":{"0":3,"31":2,"35":1,"36":2,"48":2,"60":1,"76":1,"161":2,"162":4,"167":2,"516":1,"1282":1,"1290":1}}],["analysis",{"2":{"2624":1,"2630":1}}],["annulus",{"2":{"2275":1}}],["annotate",{"2":{"106":1}}],["annotations",{"2":{"0":11}}],["anew",{"2":{"212":1}}],["answers",{"2":{"200":1}}],["anchor",{"2":{"152":1,"2189":1}}],["anisotropy",{"2":{"34":1}}],["anisotropy=input",{"2":{"34":1}}],["animating",{"0":{"12":1}}],["animations",{"0":{"7":1,"10":1,"35":1,"85":1},"1":{"8":1,"9":1,"10":1,"11":1,"12":1},"2":{"7":1,"56":1,"85":1,"130":2,"161":1,"196":1}}],["animation",{"2":{"0":1,"8":7,"10":4,"11":2,"35":4,"148":2,"921":1,"2644":3}}],["animate",{"2":{"0":3,"10":1,"12":1,"2644":1}}],["animated",{"2":{"0":1,"7":1}}],["another",{"0":{"97":1},"2":{"0":1,"12":1,"28":1,"62":1,"132":1,"133":1,"135":1,"144":1,"191":2,"208":1,"234":1,"579":1,"1424":1,"2619":1,"2635":1,"2646":1}}],["angularticks",{"2":{"831":1}}],["angular",{"2":{"0":2,"754":2,"809":1,"831":1,"1762":1}}],["angle",{"2":{"0":30,"33":1,"35":2,"45":1,"66":1,"374":1,"379":1,"748":1,"750":1,"751":2,"789":1,"794":2,"817":1,"951":4,"967":1,"972":2,"1015":1,"1358":1,"1363":2,"1584":1,"1589":2,"2059":1,"2064":2,"2604":3,"2611":4,"2644":2}}],["angles",{"2":{"0":10,"22":1,"35":3,"45":2,"159":1,"751":1,"1584":1,"2275":10,"2301":5,"2459":3,"2644":3}}],["anticlockwise",{"2":{"1916":1}}],["antialias",{"2":{"16":6}}],["anti",{"2":{"0":43,"14":1,"22":1,"933":1,"961":1,"983":2,"998":1,"1036":1,"1075":1,"1173":1,"1209":1,"1243":1,"1300":1,"1352":1,"1384":1,"1438":1,"1490":1,"1519":1,"1552":1,"1569":1,"1578":1,"1600":1,"1609":1,"1640":1,"1673":1,"1754":1,"1783":1,"1812":1,"1837":1,"1890":1,"1916":1,"1922":1,"1933":1,"1969":1,"2026":1,"2053":1,"2083":1,"2133":1,"2168":1,"2209":1,"2246":1,"2284":1,"2342":1,"2377":1,"2410":1,"2442":1,"2497":1,"2529":1,"2583":1}}],["anywhere",{"2":{"585":1}}],["anymore",{"2":{"31":1,"144":1,"2615":1}}],["anything",{"2":{"0":6,"45":3,"64":1,"76":1,"290":1,"337":1,"1773":1,"2462":1,"2626":1}}],["any",{"2":{"0":212,"8":1,"14":1,"17":1,"22":2,"27":1,"37":1,"45":1,"47":1,"51":1,"59":1,"63":2,"73":1,"74":1,"75":1,"76":1,"83":4,"97":2,"98":1,"105":1,"106":1,"107":3,"113":1,"118":1,"120":1,"131":1,"133":1,"145":1,"146":2,"147":2,"148":1,"149":1,"150":1,"155":2,"162":1,"165":2,"167":2,"186":1,"215":1,"239":1,"248":1,"266":1,"287":1,"299":2,"313":1,"334":1,"346":2,"704":1,"720":1,"835":1,"928":2,"930":1,"934":1,"942":1,"956":2,"958":1,"962":1,"971":1,"993":2,"995":1,"999":1,"1008":1,"1030":2,"1032":1,"1037":1,"1043":1,"1065":2,"1067":1,"1077":1,"1089":1,"1168":2,"1170":1,"1174":1,"1189":1,"1204":2,"1206":1,"1210":1,"1225":1,"1282":1,"1294":1,"1296":2,"1298":1,"1301":1,"1308":1,"1347":2,"1349":1,"1353":1,"1362":1,"1378":2,"1380":1,"1385":1,"1392":1,"1414":2,"1416":1,"1417":1,"1418":1,"1423":1,"1430":1,"1434":2,"1436":1,"1439":1,"1445":1,"1485":2,"1487":1,"1491":1,"1499":1,"1514":2,"1516":1,"1520":1,"1528":1,"1548":2,"1550":1,"1553":1,"1559":1,"1573":2,"1575":1,"1579":1,"1588":1,"1604":2,"1606":1,"1610":1,"1618":1,"1629":1,"1634":2,"1636":1,"1641":1,"1647":1,"1667":2,"1669":1,"1674":1,"1679":1,"1778":2,"1780":1,"1784":1,"1792":1,"1884":2,"1886":1,"1891":1,"1898":1,"1926":2,"1928":1,"1936":1,"1941":1,"1964":2,"1966":1,"1970":1,"1979":1,"1996":1,"2020":2,"2022":1,"2027":1,"2032":1,"2048":2,"2050":1,"2054":1,"2063":1,"2091":1,"2127":1,"2128":2,"2130":1,"2135":1,"2144":1,"2163":2,"2165":1,"2169":1,"2175":1,"2202":2,"2204":1,"2212":1,"2219":1,"2282":1,"2283":1,"2372":2,"2374":1,"2378":1,"2386":1,"2404":2,"2406":1,"2411":1,"2419":1,"2438":2,"2440":1,"2443":1,"2449":1,"2464":2,"2466":1,"2467":1,"2468":1,"2491":2,"2493":1,"2499":1,"2506":1,"2524":2,"2526":1,"2530":1,"2538":1,"2578":2,"2580":1,"2584":1,"2592":1,"2601":1,"2602":1,"2613":1,"2615":2,"2637":1,"2644":1}}],["and",{"0":{"16":1,"22":1,"31":1,"32":1,"56":1,"65":1,"102":1,"105":1,"106":1,"107":1,"111":1,"125":1,"126":1,"205":1,"215":1,"216":1,"219":1,"574":1,"582":1,"583":1,"584":1,"753":1,"845":1,"1426":1,"1629":1,"1910":1,"2000":1,"2482":1,"2615":1,"2620":1,"2640":1,"2642":1,"2644":1},"1":{"17":1,"18":1,"19":1,"20":1,"23":1,"24":1,"25":1,"66":1,"67":1,"68":1,"69":1,"70":1,"71":1,"106":1,"107":1,"575":1,"576":1,"577":1,"578":1},"2":{"0":618,"2":1,"5":1,"7":1,"10":2,"11":2,"12":2,"13":3,"14":3,"15":2,"16":1,"18":2,"21":1,"22":4,"23":3,"24":1,"27":2,"29":2,"30":7,"31":11,"34":4,"35":2,"36":2,"37":3,"39":3,"40":1,"41":2,"44":2,"45":17,"47":1,"48":6,"49":1,"51":2,"53":1,"55":1,"56":1,"57":4,"58":2,"60":8,"61":1,"62":2,"63":4,"67":3,"68":6,"69":6,"70":3,"71":9,"72":2,"73":2,"74":5,"75":4,"76":4,"77":1,"78":2,"79":2,"80":7,"81":3,"82":21,"83":7,"84":1,"85":1,"92":1,"94":1,"97":1,"98":4,"99":1,"100":2,"102":1,"104":2,"105":8,"106":16,"107":12,"109":1,"111":1,"115":1,"116":2,"118":1,"120":2,"122":6,"124":1,"126":1,"127":1,"128":3,"129":2,"130":4,"132":1,"133":2,"134":4,"135":5,"136":2,"137":3,"138":1,"140":3,"142":1,"143":3,"145":1,"146":2,"147":5,"148":13,"149":3,"150":3,"151":1,"152":8,"155":6,"157":1,"158":2,"159":2,"161":4,"162":8,"163":2,"164":2,"165":2,"168":2,"176":1,"178":2,"179":1,"180":2,"186":2,"188":1,"190":9,"191":3,"192":1,"195":1,"196":2,"199":1,"200":6,"205":2,"206":1,"207":1,"210":2,"211":2,"212":2,"213":1,"216":1,"217":1,"218":3,"219":2,"222":3,"234":7,"242":1,"252":1,"269":1,"287":5,"290":3,"291":1,"294":1,"299":3,"301":1,"316":1,"334":5,"337":3,"338":1,"341":1,"346":3,"348":1,"373":2,"374":2,"379":1,"382":2,"383":1,"384":3,"392":1,"515":3,"524":1,"531":1,"556":1,"559":1,"574":1,"577":5,"578":2,"579":1,"580":4,"581":2,"582":2,"583":2,"584":1,"585":5,"588":1,"603":4,"623":2,"624":1,"625":3,"626":3,"627":3,"628":3,"633":1,"639":1,"655":1,"666":1,"668":1,"683":1,"720":5,"748":2,"750":1,"751":6,"752":2,"753":4,"754":6,"756":2,"761":1,"769":1,"770":1,"794":2,"838":1,"844":1,"845":1,"848":1,"863":2,"871":1,"874":1,"879":1,"891":1,"905":1,"929":1,"930":1,"932":2,"940":1,"943":1,"947":1,"957":1,"958":1,"960":2,"967":1,"969":1,"973":1,"978":1,"982":6,"985":2,"988":2,"989":3,"990":1,"992":2,"994":1,"995":1,"996":2,"997":1,"1007":1,"1010":1,"1011":1,"1015":1,"1019":1,"1020":1,"1024":1,"1031":1,"1032":1,"1034":2,"1035":1,"1045":1,"1046":1,"1052":1,"1053":1,"1058":3,"1066":1,"1067":1,"1069":2,"1090":1,"1096":1,"1139":1,"1163":1,"1164":2,"1167":1,"1169":1,"1170":1,"1171":2,"1185":1,"1191":1,"1195":1,"1200":1,"1203":1,"1205":1,"1206":1,"1207":2,"1221":1,"1227":1,"1231":1,"1235":1,"1236":2,"1240":2,"1249":1,"1250":1,"1254":1,"1282":6,"1284":1,"1286":1,"1287":1,"1288":2,"1289":1,"1290":1,"1294":1,"1297":1,"1298":1,"1299":2,"1310":1,"1317":1,"1348":1,"1349":1,"1351":2,"1358":1,"1360":1,"1364":1,"1368":1,"1374":4,"1379":1,"1380":1,"1382":2,"1393":1,"1397":1,"1402":1,"1404":2,"1405":2,"1408":1,"1412":2,"1413":1,"1415":1,"1416":1,"1424":9,"1426":2,"1427":1,"1428":1,"1429":2,"1430":3,"1435":1,"1436":1,"1437":2,"1446":1,"1450":1,"1457":1,"1473":4,"1481":1,"1486":1,"1487":1,"1489":2,"1497":1,"1500":1,"1504":1,"1510":1,"1515":1,"1516":1,"1518":2,"1527":1,"1530":1,"1535":1,"1544":1,"1545":1,"1549":1,"1550":1,"1551":2,"1560":1,"1564":1,"1569":3,"1574":1,"1575":1,"1577":2,"1584":1,"1586":1,"1590":1,"1594":1,"1600":3,"1605":1,"1606":1,"1608":2,"1616":1,"1619":1,"1623":1,"1635":1,"1636":1,"1638":2,"1639":1,"1649":1,"1650":1,"1656":1,"1657":1,"1668":1,"1669":1,"1671":2,"1672":1,"1682":1,"1683":1,"1686":1,"1690":1,"1691":1,"1753":2,"1760":1,"1766":1,"1773":2,"1779":1,"1780":1,"1782":2,"1791":1,"1794":1,"1799":1,"1809":1,"1811":2,"1822":1,"1825":1,"1831":3,"1832":1,"1834":1,"1836":2,"1847":1,"1850":1,"1856":13,"1885":1,"1886":1,"1888":2,"1899":1,"1903":1,"1910":1,"1911":2,"1912":2,"1914":5,"1915":5,"1916":1,"1917":4,"1919":1,"1922":3,"1927":1,"1928":1,"1930":2,"1932":1,"1944":2,"1946":1,"1951":1,"1954":1,"1959":1,"1963":1,"1965":1,"1966":1,"1968":2,"1986":1,"1990":1,"1996":1,"2016":1,"2021":1,"2022":1,"2023":2,"2035":1,"2039":1,"2049":1,"2050":1,"2052":2,"2059":1,"2061":1,"2065":1,"2069":1,"2082":2,"2090":1,"2091":1,"2094":1,"2118":4,"2129":1,"2130":1,"2132":2,"2147":1,"2152":1,"2157":1,"2164":1,"2165":1,"2166":2,"2167":1,"2176":1,"2177":1,"2183":1,"2184":1,"2189":1,"2191":1,"2193":1,"2194":2,"2196":3,"2197":1,"2203":1,"2204":1,"2205":2,"2221":1,"2228":1,"2231":1,"2232":1,"2243":2,"2252":1,"2253":1,"2260":1,"2273":3,"2275":2,"2276":2,"2280":2,"2282":1,"2283":1,"2290":1,"2291":1,"2295":1,"2298":1,"2301":1,"2303":2,"2339":2,"2351":1,"2360":1,"2368":1,"2373":1,"2374":1,"2376":2,"2384":1,"2387":1,"2391":1,"2405":1,"2406":1,"2407":2,"2408":1,"2420":1,"2421":1,"2427":1,"2428":1,"2439":1,"2440":1,"2441":2,"2450":1,"2454":1,"2458":1,"2459":2,"2465":1,"2466":1,"2478":3,"2480":1,"2481":1,"2482":1,"2483":3,"2484":2,"2485":5,"2486":2,"2490":1,"2492":1,"2493":1,"2494":2,"2495":1,"2496":1,"2507":1,"2508":1,"2514":1,"2515":1,"2518":1,"2520":1,"2525":1,"2526":1,"2528":2,"2537":1,"2540":1,"2545":1,"2554":1,"2579":1,"2580":1,"2582":2,"2590":1,"2593":1,"2597":1,"2601":3,"2603":4,"2604":8,"2605":5,"2609":1,"2613":2,"2615":16,"2616":1,"2617":2,"2618":6,"2619":1,"2620":6,"2621":2,"2622":2,"2623":1,"2624":1,"2625":9,"2626":4,"2627":3,"2629":2,"2630":1,"2631":1,"2632":1,"2633":1,"2634":1,"2638":1,"2639":2,"2640":8,"2642":2,"2643":1,"2644":11,"2646":2,"2649":3,"2652":1}}],["an",{"0":{"202":1,"203":1,"625":1,"626":1,"750":1},"2":{"0":109,"2":1,"8":2,"10":1,"11":1,"13":1,"19":1,"20":1,"21":1,"26":1,"27":4,"29":1,"30":1,"31":4,"37":2,"38":1,"39":3,"44":2,"45":3,"47":1,"58":2,"59":1,"60":5,"61":1,"73":1,"75":1,"76":1,"77":1,"80":4,"82":6,"91":1,"96":2,"98":2,"100":1,"104":1,"105":6,"106":4,"107":1,"110":2,"115":1,"120":2,"121":1,"125":2,"127":1,"128":1,"129":1,"130":2,"131":1,"134":2,"135":1,"137":2,"138":1,"142":2,"143":1,"147":3,"148":3,"150":1,"152":3,"155":3,"157":1,"158":3,"159":1,"160":1,"162":2,"165":2,"167":2,"168":1,"177":1,"181":1,"187":1,"189":1,"191":4,"195":2,"198":1,"200":1,"203":1,"208":2,"209":1,"210":1,"214":1,"215":1,"216":1,"217":3,"218":2,"222":1,"299":1,"346":1,"373":1,"383":1,"384":1,"516":1,"575":1,"577":1,"578":4,"582":1,"585":1,"623":1,"624":1,"625":1,"626":2,"628":2,"720":2,"748":3,"749":1,"750":2,"751":1,"754":1,"908":2,"982":1,"1010":1,"1045":1,"1073":1,"1104":1,"1185":2,"1221":2,"1248":5,"1377":1,"1404":1,"1412":1,"1426":1,"1461":1,"1474":1,"1510":1,"1544":1,"1629":1,"1649":1,"1682":1,"1831":2,"1856":1,"1883":1,"1913":1,"1915":1,"1917":3,"1918":1,"1944":1,"2017":1,"2091":1,"2113":1,"2157":1,"2162":1,"2176":1,"2194":1,"2197":1,"2262":1,"2273":1,"2282":1,"2283":1,"2289":2,"2298":1,"2301":1,"2420":1,"2478":1,"2482":4,"2483":1,"2484":1,"2485":2,"2486":1,"2490":1,"2507":1,"2520":1,"2601":1,"2604":5,"2605":2,"2615":6,"2617":1,"2618":1,"2619":3,"2620":3,"2629":1,"2630":1,"2632":1,"2633":1,"2640":3,"2642":1,"2644":5,"2649":2}}],["army",{"2":{"2662":1}}],["arm+hand",{"2":{"2644":1}}],["arm",{"2":{"30":2,"35":14,"2644":14}}],["article",{"2":{"27":1,"199":1}}],["artifacts",{"0":{"1569":1,"1600":1,"1922":1},"2":{"0":1,"1569":3,"1600":3,"1922":3,"1931":1}}],["arbitrary",{"2":{"0":1,"63":2,"105":1,"111":1,"579":1,"752":1,"1164":1,"1200":1,"2301":1}}],["arbitrarily",{"2":{"0":1,"102":1}}],["argmax",{"2":{"167":1}}],["arg1",{"2":{"147":1}}],["argtypes",{"2":{"147":2}}],["argtuple",{"2":{"0":1}}],["arg",{"2":{"0":1,"1285":3,"1861":1}}],["args",{"2":{"0":18,"63":3,"66":1,"67":4,"137":5,"139":5,"144":3,"147":4,"168":2,"2201":1,"2485":3,"2486":1}}],["argument",{"0":{"67":1,"145":1,"146":2},"2":{"0":20,"8":2,"20":2,"24":1,"47":1,"74":1,"76":1,"83":1,"101":1,"104":1,"131":1,"133":1,"134":3,"136":1,"138":1,"144":3,"146":5,"147":7,"148":4,"149":1,"155":1,"203":1,"215":1,"217":1,"623":1,"625":1,"810":1,"1288":1,"1424":2,"1427":1,"1429":1,"1879":1,"1917":1,"1996":1,"2225":1,"2275":1,"2628":1}}],["arguments`",{"2":{"167":1}}],["arguments",{"0":{"138":1,"145":1,"165":1,"166":1,"167":1,"1141":1,"1142":1,"2647":1},"2":{"0":80,"14":2,"16":1,"22":3,"31":1,"44":1,"45":2,"56":1,"66":1,"67":4,"74":2,"75":2,"100":1,"138":3,"143":1,"144":3,"145":8,"146":2,"147":1,"148":2,"150":1,"158":1,"164":1,"165":4,"166":2,"167":5,"168":3,"178":1,"205":1,"217":1,"626":1,"691":1,"750":2,"951":1,"1104":1,"1258":1,"1456":1,"1513":1,"1773":1,"1777":1,"1856":1,"2196":2,"2329":1,"2523":1,"2621":1,"2644":1,"2647":2,"2648":2}}],["arrangement",{"2":{"2615":1}}],["arranged",{"2":{"0":1}}],["arrays",{"2":{"0":2,"75":1,"135":1,"146":1,"1282":2,"1286":1,"1629":1}}],["array",{"2":{"0":23,"36":1,"60":3,"61":4,"75":1,"82":2,"134":1,"147":1,"155":1,"165":2,"628":3,"982":1,"1282":2,"1287":2,"1312":1,"1377":1,"1629":1,"1856":31,"1883":1,"1944":1,"2478":2,"2482":2,"2483":1,"2485":1,"2486":1,"2649":2,"2652":1}}],["arrowpos",{"2":{"66":2}}],["arrowtail",{"0":{"990":1},"2":{"0":1}}],["arrowheads",{"2":{"0":1,"992":1}}],["arrowhead",{"0":{"988":1},"2":{"0":1}}],["arrowcolor",{"0":{"987":1},"2":{"0":2,"983":3,"992":1}}],["arrowsize",{"0":{"989":1},"2":{"0":2,"983":4,"989":1}}],["arrows",{"0":{"982":1,"1698":1},"1":{"983":1,"984":1,"985":1,"986":1,"987":1,"988":1,"989":1,"990":1,"991":1,"992":1,"993":1,"994":1,"995":1,"996":1,"997":1,"998":1,"999":1,"1000":1,"1001":1,"1002":1,"1003":1,"1004":1,"1005":1,"1006":1,"1007":1,"1008":1,"1009":1,"1010":1,"1011":1,"1012":1,"1013":1,"1014":1,"1015":1,"1016":1,"1017":1,"1018":1,"1019":1,"1020":1,"1021":1,"1022":1,"1023":1},"2":{"0":21,"66":2,"982":10,"983":5,"985":2,"1013":1,"2603":1}}],["arrow",{"0":{"713":1,"714":1,"2125":1,"2126":1},"2":{"0":15,"713":1,"714":1,"983":4,"985":1,"987":1,"988":1,"989":1,"990":1,"1004":1,"1005":1,"1007":1,"1013":1,"1015":1,"1915":3}}],["around",{"0":{"192":1},"2":{"0":46,"31":1,"45":10,"60":1,"74":1,"103":1,"134":1,"159":1,"211":1,"222":1,"396":1,"585":2,"691":1,"752":1,"1424":1,"1426":2,"1536":1,"1686":1,"1800":1,"1934":1,"1935":1,"1943":1,"1949":1,"1952":1,"1953":1,"1991":1,"1992":1,"2210":1,"2211":1,"2226":1,"2229":1,"2230":1,"2265":1,"2546":1,"2615":1,"2625":1,"2641":1,"2644":1}}],["aren",{"2":{"0":2,"1286":1,"2640":1}}],["area=1e",{"2":{"2301":1}}],["areas",{"2":{"63":3,"2625":1,"2639":1}}],["area",{"2":{"0":15,"37":1,"79":1,"107":1,"124":1,"127":1,"159":2,"213":1,"222":1,"585":1,"753":1,"756":3,"1944":1,"2194":1,"2301":1,"2330":1,"2356":3,"2459":2,"2462":2,"2605":1,"2615":1,"2639":1,"2641":1}}],["are",{"0":{"96":1,"97":1},"2":{"0":143,"2":1,"9":1,"13":1,"14":1,"16":1,"18":1,"22":1,"23":2,"31":7,"32":1,"35":1,"37":1,"39":1,"42":2,"43":2,"45":2,"47":1,"48":1,"58":1,"60":1,"67":2,"68":7,"69":1,"70":1,"71":1,"72":1,"75":2,"77":1,"79":1,"80":2,"81":2,"82":3,"83":6,"87":1,"97":1,"98":3,"102":4,"104":2,"105":2,"106":7,"107":2,"111":1,"120":1,"122":3,"127":1,"130":3,"132":3,"133":1,"138":2,"143":1,"144":2,"145":1,"146":2,"147":2,"148":3,"152":4,"155":2,"157":1,"158":1,"161":1,"162":5,"164":3,"167":1,"177":2,"184":1,"187":1,"190":3,"191":2,"192":2,"198":1,"205":1,"207":1,"212":1,"215":1,"217":1,"219":1,"234":2,"249":1,"264":1,"275":1,"279":1,"281":1,"287":2,"290":2,"298":1,"299":3,"301":1,"302":1,"311":1,"322":1,"326":1,"328":1,"334":2,"337":2,"345":1,"346":3,"348":1,"349":1,"373":1,"379":1,"382":3,"383":1,"411":1,"422":1,"425":1,"444":1,"455":1,"458":1,"475":1,"486":1,"489":1,"543":1,"563":1,"566":1,"574":1,"577":5,"578":2,"579":3,"580":1,"585":3,"598":1,"603":1,"624":1,"625":1,"626":1,"627":2,"628":1,"664":1,"669":1,"688":1,"691":2,"751":2,"752":1,"754":2,"756":2,"758":1,"789":1,"798":1,"802":1,"830":1,"845":1,"863":1,"940":1,"967":1,"968":1,"969":1,"982":6,"985":1,"1013":2,"1016":1,"1049":1,"1105":1,"1286":1,"1287":1,"1289":2,"1333":1,"1342":1,"1358":1,"1359":1,"1360":1,"1383":1,"1408":2,"1424":5,"1426":3,"1430":2,"1473":1,"1481":1,"1497":1,"1510":1,"1527":1,"1568":1,"1569":2,"1584":1,"1585":1,"1586":1,"1600":2,"1616":1,"1629":1,"1653":1,"1687":1,"1771":1,"1773":3,"1791":1,"1831":2,"1856":1,"1889":1,"1911":1,"1912":5,"1913":1,"1914":2,"1915":3,"1920":1,"1922":3,"2059":1,"2060":1,"2061":1,"2118":1,"2157":1,"2180":1,"2190":1,"2196":1,"2197":1,"2201":1,"2278":1,"2282":1,"2283":1,"2298":1,"2303":1,"2311":1,"2368":1,"2384":1,"2397":1,"2424":1,"2459":3,"2478":3,"2482":2,"2483":2,"2484":1,"2495":2,"2505":1,"2511":1,"2518":1,"2520":1,"2537":1,"2555":2,"2590":1,"2601":1,"2602":1,"2603":1,"2604":4,"2605":2,"2615":3,"2618":2,"2619":2,"2623":2,"2625":5,"2626":3,"2627":1,"2629":4,"2631":1,"2632":1,"2633":1,"2635":1,"2638":2,"2639":1,"2640":1,"2642":1,"2643":1,"2644":3,"2646":1,"2648":1,"2649":6,"2652":1,"2653":1,"2654":2}}],["architecture",{"2":{"30":1}}],["arcs",{"2":{"0":1}}],["arc",{"0":{"951":1,"1697":1},"1":{"952":1,"953":1,"954":1,"955":1,"956":1,"957":1,"958":1,"959":1,"960":1,"961":1,"962":1,"963":1,"964":1,"965":1,"966":1,"967":1,"968":1,"969":1,"970":1,"971":1,"972":1,"973":1,"974":1,"975":1,"976":1,"977":1,"978":1,"979":1,"980":1,"981":1},"2":{"0":21,"751":1,"951":6,"952":6,"976":1}}],["azimuth",{"0":{"374":1},"2":{"0":1,"196":1,"374":7,"2158":1}}],["asinh",{"2":{"1431":1}}],["asked",{"0":{"86":1},"1":{"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1,"98":1}}],["asap",{"2":{"60":1}}],["async=false",{"2":{"1285":1}}],["async",{"0":{"1294":1},"2":{"0":3,"1284":2,"1289":1}}],["ascii",{"2":{"0":1}}],["assemble",{"2":{"90":1,"140":1}}],["assets",{"2":{"63":1}}],["asset",{"2":{"63":2}}],["assetpath",{"2":{"31":1,"32":2,"33":1,"34":1,"35":2,"36":1,"64":1,"163":2,"189":1,"222":1,"373":1,"410":1,"443":1,"474":1,"1235":3,"1236":1,"1284":1,"1408":1,"1545":1,"1628":1,"1629":1,"1921":1,"2158":1,"2398":1,"2484":2,"2611":2,"2614":1,"2624":1,"2633":1,"2644":2}}],["assumes",{"2":{"98":1,"153":1}}],["assume",{"2":{"83":1,"87":1,"751":1}}],["assumed",{"2":{"0":3,"1424":1}}],["assuming",{"2":{"19":1}}],["assumption",{"2":{"0":2}}],["assigning",{"2":{"148":1}}],["assignment",{"2":{"137":1}}],["assigned",{"2":{"106":1}}],["assign",{"2":{"0":1,"63":1,"1341":1}}],["associated",{"2":{"0":61,"136":1,"155":2}}],["as",{"0":{"810":1},"2":{"0":160,"2":1,"8":5,"10":1,"12":1,"14":1,"15":1,"16":1,"18":1,"20":1,"22":2,"24":1,"26":1,"27":1,"30":1,"31":2,"37":1,"45":4,"47":1,"56":1,"58":3,"60":4,"62":2,"63":1,"64":2,"67":2,"68":4,"69":1,"73":3,"74":1,"75":3,"77":1,"78":3,"79":2,"80":4,"82":6,"83":2,"88":1,"90":1,"91":1,"97":2,"98":3,"99":2,"101":1,"102":1,"105":6,"106":3,"107":4,"108":1,"109":4,"111":1,"112":1,"120":1,"122":2,"134":2,"135":2,"136":1,"137":1,"138":1,"143":2,"145":2,"147":1,"148":3,"149":2,"152":3,"162":3,"163":1,"164":3,"166":1,"167":3,"168":1,"177":1,"182":1,"183":2,"184":1,"187":2,"190":1,"192":1,"196":1,"200":1,"205":1,"212":2,"217":1,"290":1,"299":2,"337":1,"346":2,"354":1,"577":1,"580":1,"585":1,"623":2,"625":1,"626":4,"628":1,"749":1,"750":5,"752":4,"753":2,"757":1,"758":1,"761":1,"773":2,"810":1,"811":1,"874":1,"905":1,"918":1,"928":1,"956":1,"982":5,"988":1,"993":1,"1024":1,"1030":1,"1065":1,"1076":2,"1103":2,"1105":2,"1129":1,"1131":1,"1163":1,"1164":1,"1168":1,"1204":1,"1241":1,"1242":1,"1248":2,"1258":1,"1296":1,"1347":1,"1378":1,"1405":1,"1414":1,"1424":3,"1426":1,"1427":1,"1434":1,"1456":1,"1485":1,"1510":1,"1513":1,"1514":1,"1548":1,"1568":1,"1573":1,"1604":1,"1629":1,"1634":1,"1661":1,"1667":1,"1681":1,"1686":1,"1777":1,"1778":1,"1862":1,"1873":1,"1878":1,"1884":1,"1911":1,"1912":2,"1913":2,"1915":2,"1918":1,"1926":1,"1944":2,"1964":1,"1996":2,"2020":1,"2048":1,"2091":3,"2128":1,"2163":1,"2195":1,"2196":3,"2202":1,"2207":1,"2265":1,"2275":4,"2290":1,"2298":2,"2357":1,"2372":1,"2404":1,"2438":1,"2458":1,"2462":2,"2464":1,"2478":2,"2480":1,"2482":3,"2483":1,"2485":2,"2491":1,"2520":1,"2523":1,"2524":1,"2554":1,"2573":2,"2578":1,"2603":1,"2604":2,"2605":4,"2615":5,"2618":2,"2619":3,"2620":2,"2621":1,"2624":1,"2626":1,"2628":1,"2629":1,"2632":1,"2638":3,"2640":1,"2644":4,"2646":2,"2647":2,"2648":2,"2649":4}}],["aspect=",{"2":{"1200":2}}],["aspects",{"2":{"14":1,"31":1,"136":1,"159":1}}],["aspect",{"0":{"222":1,"373":1,"578":1,"2615":1},"2":{"0":7,"44":1,"98":1,"177":1,"222":11,"223":2,"373":12,"385":1,"396":5,"577":1,"578":12,"1404":2,"1405":3,"1406":1,"1407":2,"1408":1,"1409":1,"1545":3,"1774":1,"1914":1,"1917":3,"2189":1,"2275":4,"2615":22,"2642":2}}],["alpine",{"2":{"2662":1}}],["alpha+1",{"2":{"120":1}}],["alpha=1",{"2":{"0":1}}],["alpha=0",{"2":{"0":37,"163":1,"926":1,"954":1,"986":1,"1027":1,"1060":1,"1166":1,"1202":1,"1293":1,"1345":1,"1376":1,"1411":1,"1433":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1962":1,"2019":1,"2046":1,"2124":1,"2160":1,"2200":1,"2370":1,"2398":1,"2402":1,"2435":1,"2461":1,"2488":1,"2522":1,"2576":1}}],["alphas",{"2":{"0":37,"195":2,"926":1,"954":1,"986":1,"1027":1,"1060":1,"1166":1,"1202":1,"1293":1,"1345":1,"1376":1,"1411":1,"1433":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1962":1,"2019":1,"2046":1,"2124":1,"2160":1,"2200":1,"2370":1,"2402":1,"2435":1,"2461":1,"2488":1,"2522":1,"2576":1}}],["alpha",{"0":{"926":1,"954":1,"986":1,"1027":1,"1060":1,"1166":1,"1202":1,"1293":1,"1345":1,"1376":1,"1411":1,"1433":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1962":1,"2019":1,"2046":1,"2124":1,"2160":1,"2200":1,"2370":1,"2402":1,"2435":1,"2461":1,"2488":1,"2522":1,"2576":1,"2650":1},"2":{"0":78,"169":1,"189":1,"191":5,"195":16,"926":1,"954":1,"986":1,"1027":1,"1060":1,"1166":1,"1202":1,"1289":1,"1293":1,"1345":1,"1376":1,"1411":1,"1433":1,"1483":1,"1512":1,"1547":1,"1571":1,"1602":1,"1631":1,"1664":1,"1776":1,"1882":1,"1924":1,"1962":1,"2019":1,"2046":1,"2124":1,"2160":1,"2200":1,"2370":1,"2402":1,"2435":1,"2461":1,"2488":1,"2522":1,"2576":1,"2650":2}}],["al",{"2":{"691":2,"2192":4}}],["almost",{"2":{"120":1,"177":1,"2648":1}}],["alone",{"2":{"76":1}}],["alonso",{"2":{"36":1,"1285":1}}],["alongside",{"2":{"2630":1}}],["along",{"2":{"0":26,"122":1,"141":1,"515":1,"579":1,"789":1,"982":1,"985":1,"1024":1,"1333":1,"1336":1,"1508":1,"1509":1,"1542":1,"1543":1,"2074":1,"2395":1,"2396":1,"2552":1,"2553":1}}],["alright",{"2":{"28":1}}],["already",{"2":{"0":2,"35":1,"58":2,"63":1,"107":1,"142":1,"144":1,"152":1,"180":1,"1473":1,"2118":1,"2626":1,"2637":1,"2638":1,"2642":1,"2648":1}}],["algae",{"2":{"2655":1}}],["algebraofgraphics",{"0":{"3":1}}],["algorithm=",{"2":{"0":1,"2400":1}}],["algorithms",{"2":{"0":1,"5":1,"2397":1}}],["algorithm",{"0":{"2401":1,"2605":1},"2":{"0":12,"98":1,"1016":1,"1049":1,"1653":1,"1687":1,"2180":1,"2398":3,"2401":1,"2417":1,"2418":1,"2424":1,"2511":1,"2601":1}}],["aliasing",{"2":{"0":43,"14":1,"22":1,"933":1,"961":1,"983":2,"998":1,"1036":1,"1075":1,"1173":1,"1209":1,"1243":1,"1300":1,"1352":1,"1384":1,"1438":1,"1490":1,"1519":1,"1552":1,"1569":1,"1578":1,"1600":1,"1609":1,"1640":1,"1673":1,"1754":1,"1783":1,"1812":1,"1837":1,"1890":1,"1922":1,"1933":1,"1969":1,"2026":1,"2053":1,"2083":1,"2133":1,"2168":1,"2209":1,"2246":1,"2284":1,"2342":1,"2377":1,"2410":1,"2442":1,"2497":1,"2529":1,"2583":1}}],["alias",{"2":{"0":56,"924":1,"951":1,"982":1,"1024":1,"1057":1,"1104":1,"1139":1,"1163":1,"1199":1,"1235":1,"1258":1,"1282":1,"1321":1,"1342":1,"1373":1,"1402":1,"1424":1,"1454":1,"1481":1,"1510":1,"1544":1,"1568":1,"1598":1,"1627":1,"1661":1,"1749":1,"1773":1,"1806":1,"1831":1,"1856":1,"1879":1,"1908":1,"1959":1,"1996":1,"2016":1,"2043":1,"2074":1,"2110":1,"2121":1,"2157":1,"2188":1,"2237":1,"2273":1,"2300":1,"2329":1,"2368":1,"2397":1,"2432":1,"2458":1,"2478":1,"2520":1,"2554":1,"2573":1}}],["aligns",{"2":{"580":1,"2191":3}}],["aligning",{"0":{"207":1}}],["align=",{"2":{"34":1}}],["alignments",{"2":{"2191":2,"2637":1}}],["alignment",{"0":{"129":1,"580":1,"2191":1},"2":{"0":9,"122":2,"129":3,"152":4,"230":1,"249":2,"258":1,"277":1,"288":1,"291":1,"324":1,"335":1,"338":1,"359":1,"367":1,"372":1,"380":1,"389":1,"395":1,"502":1,"513":1,"525":1,"539":1,"553":1,"556":1,"570":1,"578":1,"580":1,"591":1,"601":1,"603":1,"609":1,"618":1,"637":1,"638":1,"640":1,"645":1,"648":1,"684":1,"687":1,"689":1,"693":1,"697":1,"702":1,"707":1,"716":1,"729":1,"760":1,"771":1,"835":1,"841":1,"851":1,"860":1,"866":1,"870":1,"876":1,"894":1,"906":1,"916":1,"922":1,"2192":1,"2199":1,"2217":2,"2241":1}}],["alignmode",{"0":{"221":1,"356":1,"372":1,"493":1,"518":1,"587":1,"605":1,"630":1,"693":1,"707":1,"760":1,"847":1,"865":1,"876":1,"911":1,"2632":1},"2":{"0":15,"164":1,"192":3,"579":1,"580":4,"2624":1,"2632":2}}],["align",{"0":{"985":1,"1082":1,"1145":1,"2199":1,"2241":1},"2":{"0":15,"63":7,"66":4,"96":1,"123":2,"152":1,"207":2,"221":1,"356":1,"403":1,"436":1,"467":1,"493":1,"518":1,"580":1,"587":1,"605":1,"626":1,"630":1,"847":1,"865":1,"911":1,"983":2,"1058":1,"1141":1,"1584":2,"1585":1,"1586":1,"1587":1,"1913":1,"1914":1,"2189":2,"2190":1,"2191":1,"2192":4,"2193":1,"2194":1,"2217":1,"2241":1,"2651":1,"2653":2}}],["aligned",{"2":{"0":3,"122":1,"123":1,"129":1,"249":3,"578":2,"579":2,"580":1,"794":2,"2191":1,"2192":1,"2251":1,"2632":1}}],["always",{"2":{"0":9,"58":1,"60":1,"74":2,"75":2,"79":1,"82":3,"106":2,"107":1,"128":1,"133":1,"139":1,"145":2,"147":1,"150":1,"152":1,"161":1,"162":1,"168":1,"191":1,"249":1,"578":2,"603":1,"800":1,"832":1,"1569":1,"1600":1,"1918":1,"1922":1,"1949":1,"2478":2,"2615":1,"2624":1,"2625":1,"2640":1}}],["also",{"2":{"0":74,"8":2,"11":1,"16":2,"20":1,"22":2,"24":1,"27":2,"30":1,"31":4,"32":1,"37":1,"39":1,"45":1,"56":2,"60":1,"61":1,"62":2,"63":2,"67":1,"68":1,"72":1,"74":1,"78":1,"79":1,"80":1,"81":1,"82":3,"85":1,"96":1,"98":1,"100":3,"102":2,"103":1,"104":1,"116":1,"117":1,"118":3,"120":1,"128":1,"130":2,"134":1,"135":1,"137":1,"142":1,"145":1,"148":1,"150":1,"152":3,"153":2,"155":3,"161":3,"162":2,"164":2,"165":1,"166":1,"176":1,"177":1,"178":1,"181":1,"184":1,"185":1,"187":1,"191":1,"204":1,"210":1,"211":1,"213":1,"217":1,"223":1,"234":2,"304":1,"351":1,"384":1,"396":1,"575":1,"577":3,"578":1,"579":1,"581":1,"625":1,"751":1,"753":1,"754":2,"757":1,"940":1,"969":1,"972":1,"982":1,"983":1,"1164":2,"1200":1,"1289":1,"1290":2,"1328":1,"1360":1,"1363":1,"1404":1,"1405":1,"1424":2,"1457":1,"1477":1,"1497":1,"1513":1,"1527":1,"1586":1,"1589":1,"1616":1,"1629":1,"1777":1,"1791":1,"1911":1,"1917":1,"1918":2,"1963":1,"2061":1,"2064":1,"2091":1,"2122":1,"2189":1,"2192":1,"2195":1,"2196":1,"2273":1,"2275":1,"2298":1,"2301":1,"2384":1,"2458":1,"2459":1,"2484":1,"2485":1,"2490":1,"2523":1,"2537":1,"2555":1,"2590":1,"2601":1,"2603":1,"2615":2,"2618":1,"2626":2,"2627":1,"2629":1,"2638":1,"2640":2,"2641":1,"2642":2,"2644":2}}],["alternativly",{"2":{"1430":1}}],["alternatively",{"2":{"0":3,"97":1,"147":1,"212":1,"626":1,"863":1,"1461":1,"2113":1,"2649":1,"2650":1}}],["alternative",{"2":{"0":1,"60":1,"299":1,"346":1}}],["alter",{"2":{"73":1}}],["alt",{"2":{"0":1,"45":1}}],["allured",{"2":{"2647":1}}],["allowing",{"2":{"2275":1}}],["allow",{"2":{"85":1,"122":1,"132":1,"136":1,"143":1,"147":1,"167":1,"218":7,"234":1,"874":1,"1569":1,"1600":1,"1922":1,"2604":1,"2649":1}}],["allowed",{"2":{"0":1,"56":1,"754":1,"898":2,"1424":1,"1428":1,"2615":1}}],["allows",{"2":{"0":10,"16":1,"31":1,"45":1,"56":1,"59":1,"63":2,"75":1,"78":1,"83":1,"131":1,"167":1,"177":1,"185":1,"217":1,"1473":1,"1477":1,"1480":1,"2118":1,"2119":1,"2120":1,"2481":1,"2484":1,"2605":1}}],["allocated",{"2":{"0":4,"207":1}}],["allocations",{"2":{"0":1}}],["all",{"2":{"0":141,"10":1,"12":1,"13":2,"18":1,"22":1,"25":1,"27":1,"31":1,"35":1,"48":2,"51":1,"53":1,"55":1,"58":1,"59":1,"60":2,"63":1,"71":1,"75":1,"76":1,"79":2,"80":1,"81":1,"82":3,"83":3,"97":1,"98":5,"101":1,"102":1,"103":1,"104":2,"105":2,"121":1,"122":1,"128":1,"132":2,"135":1,"138":1,"141":1,"143":2,"145":1,"148":1,"150":1,"152":1,"155":1,"158":1,"162":1,"164":2,"177":1,"185":2,"186":1,"190":1,"192":1,"203":1,"204":1,"205":1,"210":1,"211":1,"212":1,"213":1,"218":2,"234":1,"287":1,"334":1,"358":1,"384":2,"396":1,"577":1,"578":1,"584":1,"625":3,"753":2,"928":1,"932":1,"956":1,"960":1,"993":1,"996":1,"1030":1,"1034":1,"1065":1,"1069":1,"1105":1,"1168":1,"1171":1,"1204":1,"1207":1,"1240":1,"1248":1,"1289":2,"1296":1,"1299":1,"1347":1,"1351":1,"1378":1,"1382":1,"1406":1,"1408":1,"1414":1,"1422":1,"1430":1,"1434":1,"1437":1,"1456":1,"1477":1,"1481":1,"1485":1,"1489":1,"1510":1,"1514":1,"1518":1,"1548":1,"1551":1,"1569":2,"1573":1,"1577":1,"1600":2,"1604":1,"1608":1,"1634":1,"1638":1,"1667":1,"1671":1,"1753":1,"1761":1,"1773":1,"1778":1,"1782":1,"1811":1,"1836":1,"1856":3,"1862":1,"1884":1,"1888":1,"1922":2,"1926":1,"1930":1,"1964":1,"1968":1,"1996":1,"2020":1,"2023":1,"2048":1,"2052":1,"2082":1,"2119":1,"2128":1,"2132":1,"2163":1,"2166":1,"2196":1,"2202":1,"2205":1,"2231":1,"2243":1,"2280":1,"2339":1,"2368":1,"2372":1,"2376":1,"2404":1,"2407":1,"2438":1,"2441":1,"2464":1,"2480":1,"2482":1,"2491":1,"2494":1,"2520":1,"2524":1,"2528":1,"2578":1,"2582":1,"2605":1,"2615":6,"2618":2,"2633":1,"2637":1,"2638":1,"2639":2,"2641":1,"2644":3,"2648":1,"2649":1,"2652":1,"2653":1}}],["a",{"0":{"8":1,"12":1,"13":1,"38":1,"39":1,"59":1,"100":1,"101":1,"104":1,"132":1,"155":1,"158":1,"193":1,"208":1,"623":1,"625":1,"749":1,"756":1,"1407":1,"1426":1,"1427":2,"1431":1,"2623":1,"2627":1,"2639":1},"1":{"14":1,"194":1,"195":1,"624":1,"2628":1,"2629":1,"2640":1,"2641":1,"2642":1,"2643":1,"2644":1},"2":{"0":865,"8":5,"10":7,"11":3,"12":7,"14":1,"16":1,"18":1,"19":6,"22":6,"23":4,"24":2,"25":1,"27":6,"28":2,"29":2,"30":2,"31":12,"32":1,"33":1,"34":3,"37":12,"38":2,"39":4,"41":2,"43":1,"44":2,"45":12,"47":4,"48":2,"52":1,"54":2,"56":3,"58":7,"59":3,"60":4,"61":8,"62":2,"63":2,"64":1,"66":1,"67":4,"68":6,"69":6,"70":1,"71":3,"72":1,"73":2,"74":4,"75":3,"76":6,"78":5,"79":3,"80":7,"81":3,"82":18,"83":20,"84":1,"85":2,"88":1,"90":1,"91":1,"92":2,"94":1,"96":4,"97":1,"99":3,"100":4,"102":8,"103":2,"104":7,"105":14,"106":24,"107":7,"109":5,"110":3,"113":1,"116":1,"117":1,"118":4,"119":1,"120":1,"121":4,"122":3,"123":2,"124":1,"126":4,"128":6,"130":2,"131":4,"132":3,"133":2,"134":4,"135":5,"136":5,"137":6,"138":6,"139":1,"140":5,"141":1,"142":1,"143":6,"144":1,"145":9,"146":1,"147":10,"148":22,"149":3,"150":13,"151":3,"152":27,"153":3,"155":8,"156":3,"157":2,"158":4,"162":13,"164":1,"165":3,"166":4,"167":3,"168":3,"169":1,"177":2,"178":3,"180":1,"182":1,"183":2,"184":5,"185":2,"186":4,"187":1,"189":1,"190":12,"191":6,"192":4,"194":4,"196":1,"197":1,"198":2,"199":1,"200":2,"202":1,"204":1,"205":1,"206":1,"208":1,"209":1,"212":1,"215":1,"216":1,"217":3,"218":2,"222":1,"223":2,"234":4,"279":1,"287":3,"290":7,"299":5,"304":1,"326":1,"334":3,"337":7,"346":5,"351":1,"354":3,"373":5,"374":1,"382":2,"383":2,"384":3,"396":6,"515":6,"516":2,"575":1,"576":4,"577":13,"578":6,"579":1,"581":1,"582":2,"583":1,"584":1,"585":2,"593":1,"603":5,"623":3,"624":2,"625":3,"626":6,"627":1,"628":2,"691":5,"705":2,"720":3,"721":1,"748":1,"749":1,"750":3,"751":3,"752":7,"753":1,"756":1,"757":3,"758":1,"761":2,"770":1,"773":1,"794":2,"799":1,"817":1,"831":1,"844":5,"853":1,"863":3,"871":1,"873":2,"874":6,"889":1,"896":1,"905":5,"908":1,"918":1,"924":2,"932":2,"936":1,"937":1,"938":1,"940":3,"943":1,"951":3,"960":2,"964":1,"965":1,"966":1,"968":1,"969":3,"973":1,"982":4,"983":1,"988":1,"989":1,"990":1,"991":1,"996":2,"1001":1,"1002":1,"1003":1,"1005":1,"1011":1,"1024":3,"1028":1,"1029":4,"1034":2,"1039":1,"1040":1,"1041":1,"1046":1,"1057":1,"1058":1,"1069":2,"1073":3,"1079":1,"1080":1,"1081":1,"1090":1,"1104":3,"1139":2,"1142":1,"1163":1,"1171":2,"1176":1,"1177":1,"1178":1,"1191":1,"1199":1,"1207":2,"1212":1,"1213":1,"1214":1,"1227":1,"1235":1,"1240":2,"1241":2,"1242":2,"1245":1,"1246":1,"1247":1,"1250":1,"1258":4,"1282":2,"1284":2,"1285":4,"1286":1,"1287":1,"1288":4,"1289":5,"1294":1,"1295":1,"1299":2,"1303":1,"1304":1,"1305":1,"1310":1,"1321":1,"1323":1,"1328":2,"1341":1,"1342":1,"1351":2,"1355":1,"1356":1,"1357":1,"1359":1,"1360":3,"1364":1,"1382":2,"1387":1,"1388":1,"1389":1,"1393":1,"1402":1,"1404":1,"1405":2,"1406":1,"1407":1,"1408":3,"1412":1,"1413":2,"1424":5,"1426":1,"1427":1,"1429":2,"1430":2,"1431":1,"1437":2,"1441":1,"1442":1,"1443":1,"1446":1,"1454":1,"1457":1,"1461":1,"1462":2,"1473":2,"1477":2,"1481":1,"1489":2,"1493":1,"1494":1,"1495":1,"1497":3,"1500":1,"1510":1,"1513":5,"1518":2,"1522":1,"1523":1,"1524":1,"1527":3,"1530":1,"1536":1,"1544":1,"1551":2,"1555":1,"1556":1,"1557":1,"1560":1,"1568":1,"1569":3,"1577":2,"1581":1,"1582":1,"1583":1,"1585":1,"1586":3,"1590":1,"1598":1,"1600":3,"1608":2,"1612":1,"1613":1,"1614":1,"1616":3,"1619":1,"1627":1,"1629":8,"1632":1,"1633":4,"1638":2,"1643":1,"1644":1,"1645":1,"1650":1,"1661":2,"1665":1,"1671":2,"1676":1,"1677":1,"1678":1,"1681":1,"1683":1,"1686":5,"1749":1,"1753":2,"1757":1,"1758":1,"1759":1,"1760":1,"1761":1,"1773":2,"1777":5,"1782":2,"1786":1,"1787":1,"1788":1,"1791":3,"1794":1,"1800":1,"1806":1,"1811":2,"1814":1,"1815":1,"1816":1,"1822":1,"1831":6,"1836":2,"1839":1,"1840":1,"1841":1,"1847":1,"1856":5,"1863":2,"1874":1,"1877":2,"1878":1,"1879":2,"1888":2,"1893":1,"1894":1,"1895":1,"1899":1,"1908":1,"1910":1,"1911":2,"1912":1,"1913":3,"1914":12,"1915":8,"1916":4,"1917":4,"1918":5,"1919":1,"1920":1,"1921":2,"1922":4,"1930":2,"1935":1,"1938":1,"1939":1,"1940":1,"1944":4,"1946":1,"1949":1,"1952":1,"1953":1,"1968":2,"1972":1,"1973":1,"1974":1,"1986":1,"1991":1,"1992":1,"1996":5,"2017":3,"2023":2,"2029":1,"2030":1,"2031":1,"2035":1,"2043":1,"2052":2,"2056":1,"2057":1,"2058":1,"2060":1,"2061":3,"2065":1,"2082":2,"2085":1,"2086":1,"2087":1,"2090":1,"2091":3,"2110":1,"2113":1,"2118":3,"2119":1,"2121":1,"2122":2,"2127":1,"2132":2,"2137":1,"2138":1,"2139":1,"2147":1,"2157":3,"2161":1,"2166":2,"2171":1,"2172":1,"2173":1,"2177":1,"2189":6,"2192":1,"2193":1,"2194":4,"2196":3,"2201":2,"2205":2,"2206":4,"2207":1,"2211":1,"2214":1,"2215":1,"2216":1,"2217":1,"2221":1,"2229":1,"2230":1,"2231":1,"2236":3,"2237":1,"2239":1,"2243":2,"2248":1,"2249":1,"2250":1,"2252":1,"2262":1,"2273":2,"2275":1,"2280":2,"2286":1,"2287":1,"2288":1,"2290":2,"2291":1,"2298":3,"2300":1,"2301":3,"2303":5,"2329":1,"2338":2,"2339":2,"2345":1,"2346":1,"2347":1,"2351":1,"2368":1,"2376":2,"2380":1,"2381":1,"2382":1,"2384":3,"2387":1,"2397":1,"2398":1,"2403":1,"2407":2,"2413":1,"2414":1,"2415":1,"2421":1,"2441":2,"2445":1,"2446":1,"2447":1,"2450":1,"2458":2,"2459":6,"2462":3,"2478":3,"2480":1,"2481":1,"2482":1,"2483":2,"2484":7,"2485":7,"2486":3,"2489":1,"2490":2,"2494":2,"2501":1,"2502":1,"2503":1,"2505":1,"2508":1,"2518":2,"2520":1,"2523":5,"2528":2,"2532":1,"2533":1,"2534":1,"2537":3,"2540":1,"2546":1,"2554":3,"2573":3,"2582":2,"2586":1,"2587":1,"2588":1,"2590":3,"2593":1,"2601":4,"2603":1,"2604":9,"2605":5,"2609":1,"2613":7,"2615":17,"2617":1,"2618":8,"2619":7,"2620":3,"2621":1,"2622":1,"2623":1,"2624":3,"2625":7,"2626":2,"2627":3,"2629":5,"2630":1,"2631":2,"2632":4,"2633":3,"2634":3,"2636":1,"2637":1,"2638":4,"2639":3,"2640":18,"2641":1,"2642":3,"2643":3,"2644":13,"2646":5,"2647":1,"2649":2,"2650":1,"2651":1,"2652":2,"2653":4}}],["ability",{"2":{"111":1}}],["able",{"2":{"63":1,"105":1,"150":1,"2486":1,"2618":1}}],["ablines",{"0":{"924":1,"1696":1},"1":{"925":1,"926":1,"927":1,"928":1,"929":1,"930":1,"931":1,"932":1,"933":1,"934":1,"935":1,"936":1,"937":1,"938":1,"939":1,"940":1,"941":1,"942":1,"943":1,"944":1,"945":1,"946":1,"947":1,"948":1,"949":1,"950":1},"2":{"0":11,"924":5}}],["above",{"2":{"0":42,"8":1,"14":1,"22":1,"31":1,"60":1,"63":2,"71":1,"76":1,"83":2,"131":1,"134":1,"135":1,"149":1,"190":2,"770":1,"934":1,"962":1,"999":1,"1037":1,"1077":1,"1105":1,"1174":1,"1210":1,"1301":1,"1353":1,"1385":1,"1417":1,"1439":1,"1491":1,"1520":1,"1553":1,"1579":1,"1610":1,"1641":1,"1674":1,"1784":1,"1891":1,"1936":1,"1970":1,"1996":1,"2027":1,"2054":1,"2135":1,"2169":1,"2212":1,"2241":1,"2258":2,"2275":1,"2378":1,"2411":1,"2443":1,"2467":1,"2499":1,"2530":1,"2584":1,"2605":1,"2615":1,"2646":1}}],["about",{"2":{"0":17,"7":1,"31":1,"62":1,"84":1,"105":1,"115":2,"118":1,"135":1,"155":2,"200":1,"2615":2,"2642":1,"2644":2,"2646":1}}],["abs",{"2":{"12":1,"1427":1}}],["absorbs",{"2":{"0":1,"2400":1}}],["absorption=4f0",{"2":{"2398":1}}],["absorptionrgba",{"2":{"0":2,"2397":2}}],["absorption",{"0":{"2400":1},"2":{"0":5,"34":2,"2397":2,"2398":2,"2400":2}}],["absolute",{"2":{"0":7,"63":3,"158":3,"575":1,"1856":1,"2644":3}}],["abstracted",{"2":{"167":1}}],["abstraction",{"2":{"94":1,"214":1}}],["abstractinterval",{"2":{"0":1}}],["abstractdimconversion",{"2":{"76":1}}],["abstractsparsearray",{"2":{"0":1,"2016":1}}],["abstractstring",{"2":{"0":3}}],["abstractmatrix",{"2":{"0":8,"982":3,"1996":2,"2298":1}}],["abstractfloat",{"2":{"0":1,"147":1,"158":1,"2644":1}}],["abstract",{"2":{"0":1,"13":1,"37":1,"68":1,"105":1,"106":1,"1831":1}}],["abstractweights",{"2":{"0":1,"1423":1}}],["abstractvector",{"2":{"0":28,"76":1,"148":4,"168":1,"982":3,"1185":1,"1221":1,"1248":2,"1282":1,"1423":1,"1831":1,"1996":6,"2289":1}}],["abstractarrays",{"2":{"146":1}}],["abstractarray",{"2":{"0":2,"147":1}}],["abstractplots",{"2":{"0":2}}],["abstractplot",{"2":{"0":7,"145":2,"167":1,"168":1}}],["abstractlight",{"2":{"0":1,"2611":1}}]],"serializationVersion":2}';export{e as default}; diff --git a/previews/PR3974/assets/chunks/VPLocalSearchBox.BQV0MUjH.js b/previews/PR3974/assets/chunks/VPLocalSearchBox.YxxmFh7M.js similarity index 99% rename from previews/PR3974/assets/chunks/VPLocalSearchBox.BQV0MUjH.js rename to previews/PR3974/assets/chunks/VPLocalSearchBox.YxxmFh7M.js index 91f76077631..be69550a6de 100644 --- a/previews/PR3974/assets/chunks/VPLocalSearchBox.BQV0MUjH.js +++ b/previews/PR3974/assets/chunks/VPLocalSearchBox.YxxmFh7M.js @@ -1,4 +1,4 @@ -var Ct=Object.defineProperty;var It=(o,e,t)=>e in o?Ct(o,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):o[e]=t;var Oe=(o,e,t)=>It(o,typeof e!="symbol"?e+"":e,t);import{X as Dt,s as oe,v as $e,ak as kt,al as Ot,d as Rt,G as xe,am as tt,h as Fe,an as _t,ao as Mt,x as Lt,ap as zt,y as Re,R as de,Q as Ee,aq as Pt,ar as Bt,Y as Vt,U as $t,as as Wt,o as ee,b as Kt,j as k,a1 as Jt,k as j,at as Ut,au as jt,av as Gt,c as re,n as rt,e as Se,E as at,F as nt,a as ve,t as pe,aw as Qt,p as qt,l as Ht,ax as it,ay as Yt,aa as Zt,ag as Xt,az as er,_ as tr}from"./framework.DT0bu0uC.js";import{u as rr,c as ar}from"./theme.CQq8el2d.js";const nr={root:()=>Dt(()=>import("./@localSearchIndexroot.DSx-jtSD.js"),[])};/*! +var Ct=Object.defineProperty;var It=(o,e,t)=>e in o?Ct(o,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):o[e]=t;var Oe=(o,e,t)=>It(o,typeof e!="symbol"?e+"":e,t);import{X as Dt,s as oe,v as $e,ak as kt,al as Ot,d as Rt,G as xe,am as tt,h as Fe,an as _t,ao as Mt,x as Lt,ap as zt,y as Re,R as de,Q as Ee,aq as Pt,ar as Bt,Y as Vt,U as $t,as as Wt,o as ee,b as Kt,j as k,a1 as Jt,k as j,at as Ut,au as jt,av as Gt,c as re,n as rt,e as Se,E as at,F as nt,a as ve,t as pe,aw as Qt,p as qt,l as Ht,ax as it,ay as Yt,aa as Zt,ag as Xt,az as er,_ as tr}from"./framework.DT0bu0uC.js";import{u as rr,c as ar}from"./theme.Btxu3YMJ.js";const nr={root:()=>Dt(()=>import("./@localSearchIndexroot.CMSUXAzX.js"),[])};/*! * tabbable 6.2.0 * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE */var yt=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],Ne=yt.join(","),mt=typeof Element>"u",ue=mt?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Ce=!mt&&Element.prototype.getRootNode?function(o){var e;return o==null||(e=o.getRootNode)===null||e===void 0?void 0:e.call(o)}:function(o){return o==null?void 0:o.ownerDocument},Ie=function o(e,t){var r;t===void 0&&(t=!0);var n=e==null||(r=e.getAttribute)===null||r===void 0?void 0:r.call(e,"inert"),a=n===""||n==="true",i=a||t&&e&&o(e.parentNode);return i},ir=function(e){var t,r=e==null||(t=e.getAttribute)===null||t===void 0?void 0:t.call(e,"contenteditable");return r===""||r==="true"},gt=function(e,t,r){if(Ie(e))return[];var n=Array.prototype.slice.apply(e.querySelectorAll(Ne));return t&&ue.call(e,Ne)&&n.unshift(e),n=n.filter(r),n},bt=function o(e,t,r){for(var n=[],a=Array.from(e);a.length;){var i=a.shift();if(!Ie(i,!1))if(i.tagName==="SLOT"){var s=i.assignedElements(),u=s.length?s:i.children,l=o(u,!0,r);r.flatten?n.push.apply(n,l):n.push({scopeParent:i,candidates:l})}else{var h=ue.call(i,Ne);h&&r.filter(i)&&(t||!e.includes(i))&&n.push(i);var d=i.shadowRoot||typeof r.getShadowRoot=="function"&&r.getShadowRoot(i),v=!Ie(d,!1)&&(!r.shadowRootFilter||r.shadowRootFilter(i));if(d&&v){var y=o(d===!0?i.children:d.children,!0,r);r.flatten?n.push.apply(n,y):n.push({scopeParent:i,candidates:y})}else a.unshift.apply(a,i.children)}}return n},wt=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},se=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||ir(e))&&!wt(e)?0:e.tabIndex},or=function(e,t){var r=se(e);return r<0&&t&&!wt(e)?0:r},sr=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},xt=function(e){return e.tagName==="INPUT"},ur=function(e){return xt(e)&&e.type==="hidden"},lr=function(e){var t=e.tagName==="DETAILS"&&Array.prototype.slice.apply(e.children).some(function(r){return r.tagName==="SUMMARY"});return t},cr=function(e,t){for(var r=0;rsummary:first-of-type"),i=a?e.parentElement:e;if(ue.call(i,"details:not([open]) *"))return!0;if(!r||r==="full"||r==="legacy-full"){if(typeof n=="function"){for(var s=e;e;){var u=e.parentElement,l=Ce(e);if(u&&!u.shadowRoot&&n(u)===!0)return ot(e);e.assignedSlot?e=e.assignedSlot:!u&&l!==e.ownerDocument?e=l.host:e=u}e=s}if(vr(e))return!e.getClientRects().length;if(r!=="legacy-full")return!0}else if(r==="non-zero-area")return ot(e);return!1},yr=function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if(t.tagName==="FIELDSET"&&t.disabled){for(var r=0;r=0)},gr=function o(e){var t=[],r=[];return e.forEach(function(n,a){var i=!!n.scopeParent,s=i?n.scopeParent:n,u=or(s,i),l=i?o(n.candidates):s;u===0?i?t.push.apply(t,l):t.push(s):r.push({documentOrder:a,tabIndex:u,item:n,isScope:i,content:l})}),r.sort(sr).reduce(function(n,a){return a.isScope?n.push.apply(n,a.content):n.push(a.content),n},[]).concat(t)},br=function(e,t){t=t||{};var r;return t.getShadowRoot?r=bt([e],t.includeContainer,{filter:We.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:mr}):r=gt(e,t.includeContainer,We.bind(null,t)),gr(r)},wr=function(e,t){t=t||{};var r;return t.getShadowRoot?r=bt([e],t.includeContainer,{filter:De.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):r=gt(e,t.includeContainer,De.bind(null,t)),r},le=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return ue.call(e,Ne)===!1?!1:We(t,e)},xr=yt.concat("iframe").join(","),_e=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return ue.call(e,xr)===!1?!1:De(t,e)};/*! diff --git a/previews/PR3974/assets/chunks/theme.CQq8el2d.js b/previews/PR3974/assets/chunks/theme.Btxu3YMJ.js similarity index 99% rename from previews/PR3974/assets/chunks/theme.CQq8el2d.js rename to previews/PR3974/assets/chunks/theme.Btxu3YMJ.js index f26148fdd9d..13f7445c32a 100644 --- a/previews/PR3974/assets/chunks/theme.CQq8el2d.js +++ b/previews/PR3974/assets/chunks/theme.Btxu3YMJ.js @@ -1,2 +1,2 @@ -const __vite__fileDeps=["assets/chunks/VPLocalSearchBox.BQV0MUjH.js","assets/chunks/framework.DT0bu0uC.js"],__vite__mapDeps=i=>i.map(i=>__vite__fileDeps[i]); -import{d as _,o as a,c as u,r as c,n as N,a as F,t as w,b as y,w as p,e as h,T as pe,_ as $,u as Ye,i as Xe,f as Qe,g as fe,h as g,j as v,k as i,p as A,l as B,m as G,q as le,s as I,v as O,x as ee,y as z,z as he,A as Te,B as Ze,C as xe,D as K,F as M,E as H,G as we,H as te,I as k,J as q,K as Ie,L as ne,M as Q,N as J,O as et,P as Ne,Q as ce,R as Me,S as Ee,U as oe,V as tt,W as nt,X as ot,Y as Ce,Z as _e,$ as st,a0 as at,a1 as rt,a2 as Ae,a3 as it,a4 as lt,a5 as Se}from"./framework.DT0bu0uC.js";const ct=_({__name:"VPBadge",props:{text:{},type:{default:"tip"}},setup(n){return(e,t)=>(a(),u("span",{class:N(["VPBadge",e.type])},[c(e.$slots,"default",{},()=>[F(w(e.text),1)])],2))}}),ut={key:0,class:"VPBackdrop"},dt=_({__name:"VPBackdrop",props:{show:{type:Boolean}},setup(n){return(e,t)=>(a(),y(pe,{name:"fade"},{default:p(()=>[e.show?(a(),u("div",ut)):h("",!0)]),_:1}))}}),vt=$(dt,[["__scopeId","data-v-b06cdb19"]]),V=Ye;function pt(n,e){let t,o=!1;return()=>{t&&clearTimeout(t),o?t=setTimeout(n,e):(n(),(o=!0)&&setTimeout(()=>o=!1,e))}}function ue(n){return/^\//.test(n)?n:`/${n}`}function me(n){const{pathname:e,search:t,hash:o,protocol:s}=new URL(n,"http://a.com");if(Xe(n)||n.startsWith("#")||!s.startsWith("http")||!Qe(e))return n;const{site:r}=V(),l=e.endsWith("/")||e.endsWith(".html")?n:n.replace(/(?:(^\.+)\/)?.*$/,`$1${e.replace(/(\.md)?$/,r.value.cleanUrls?"":".html")}${t}${o}`);return fe(l)}function X({correspondingLink:n=!1}={}){const{site:e,localeIndex:t,page:o,theme:s,hash:r}=V(),l=g(()=>{var d,m;return{label:(d=e.value.locales[t.value])==null?void 0:d.label,link:((m=e.value.locales[t.value])==null?void 0:m.link)||(t.value==="root"?"/":`/${t.value}/`)}});return{localeLinks:g(()=>Object.entries(e.value.locales).flatMap(([d,m])=>l.value.label===m.label?[]:{text:m.label,link:ft(m.link||(d==="root"?"/":`/${d}/`),s.value.i18nRouting!==!1&&n,o.value.relativePath.slice(l.value.link.length-1),!e.value.cleanUrls)+r.value})),currentLang:l}}function ft(n,e,t,o){return e?n.replace(/\/$/,"")+ue(t.replace(/(^|\/)index\.md$/,"$1").replace(/\.md$/,o?".html":"")):n}const ht=n=>(A("data-v-951cab6c"),n=n(),B(),n),_t={class:"NotFound"},mt={class:"code"},bt={class:"title"},kt=ht(()=>v("div",{class:"divider"},null,-1)),$t={class:"quote"},gt={class:"action"},yt=["href","aria-label"],St=_({__name:"NotFound",setup(n){const{theme:e}=V(),{currentLang:t}=X();return(o,s)=>{var r,l,f,d,m;return a(),u("div",_t,[v("p",mt,w(((r=i(e).notFound)==null?void 0:r.code)??"404"),1),v("h1",bt,w(((l=i(e).notFound)==null?void 0:l.title)??"PAGE NOT FOUND"),1),kt,v("blockquote",$t,w(((f=i(e).notFound)==null?void 0:f.quote)??"But if you don't change your direction, and if you keep looking, you may end up where you are heading."),1),v("div",gt,[v("a",{class:"link",href:i(fe)(i(t).link),"aria-label":((d=i(e).notFound)==null?void 0:d.linkLabel)??"go to home"},w(((m=i(e).notFound)==null?void 0:m.linkText)??"Take me home"),9,yt)])])}}}),Pt=$(St,[["__scopeId","data-v-951cab6c"]]);function Be(n,e){if(Array.isArray(n))return Z(n);if(n==null)return[];e=ue(e);const t=Object.keys(n).sort((s,r)=>r.split("/").length-s.split("/").length).find(s=>e.startsWith(ue(s))),o=t?n[t]:[];return Array.isArray(o)?Z(o):Z(o.items,o.base)}function Lt(n){const e=[];let t=0;for(const o in n){const s=n[o];if(s.items){t=e.push(s);continue}e[t]||e.push({items:[]}),e[t].items.push(s)}return e}function Vt(n){const e=[];function t(o){for(const s of o)s.text&&s.link&&e.push({text:s.text,link:s.link,docFooterText:s.docFooterText}),s.items&&t(s.items)}return t(n),e}function de(n,e){return Array.isArray(e)?e.some(t=>de(n,t)):G(n,e.link)?!0:e.items?de(n,e.items):!1}function Z(n,e){return[...n].map(t=>{const o={...t},s=o.base||e;return s&&o.link&&(o.link=s+o.link),o.items&&(o.items=Z(o.items,s)),o})}function U(){const{frontmatter:n,page:e,theme:t}=V(),o=le("(min-width: 960px)"),s=I(!1),r=g(()=>{const C=t.value.sidebar,T=e.value.relativePath;return C?Be(C,T):[]}),l=I(r.value);O(r,(C,T)=>{JSON.stringify(C)!==JSON.stringify(T)&&(l.value=r.value)});const f=g(()=>n.value.sidebar!==!1&&l.value.length>0&&n.value.layout!=="home"),d=g(()=>m?n.value.aside==null?t.value.aside==="left":n.value.aside==="left":!1),m=g(()=>n.value.layout==="home"?!1:n.value.aside!=null?!!n.value.aside:t.value.aside!==!1),L=g(()=>f.value&&o.value),b=g(()=>f.value?Lt(l.value):[]);function S(){s.value=!0}function P(){s.value=!1}function E(){s.value?P():S()}return{isOpen:s,sidebar:l,sidebarGroups:b,hasSidebar:f,hasAside:m,leftAside:d,isSidebarEnabled:L,open:S,close:P,toggle:E}}function Tt(n,e){let t;ee(()=>{t=n.value?document.activeElement:void 0}),z(()=>{window.addEventListener("keyup",o)}),he(()=>{window.removeEventListener("keyup",o)});function o(s){s.key==="Escape"&&n.value&&(e(),t==null||t.focus())}}function wt(n){const{page:e,hash:t}=V(),o=I(!1),s=g(()=>n.value.collapsed!=null),r=g(()=>!!n.value.link),l=I(!1),f=()=>{l.value=G(e.value.relativePath,n.value.link)};O([e,n,t],f),z(f);const d=g(()=>l.value?!0:n.value.items?de(e.value.relativePath,n.value.items):!1),m=g(()=>!!(n.value.items&&n.value.items.length));ee(()=>{o.value=!!(s.value&&n.value.collapsed)}),Te(()=>{(l.value||d.value)&&(o.value=!1)});function L(){s.value&&(o.value=!o.value)}return{collapsed:o,collapsible:s,isLink:r,isActiveLink:l,hasActiveLink:d,hasChildren:m,toggle:L}}function It(){const{hasSidebar:n}=U(),e=le("(min-width: 960px)"),t=le("(min-width: 1280px)");return{isAsideEnabled:g(()=>!t.value&&!e.value?!1:n.value?t.value:e.value)}}const ve=[];function He(n){return typeof n.outline=="object"&&!Array.isArray(n.outline)&&n.outline.label||n.outlineTitle||"On this page"}function be(n){const e=[...document.querySelectorAll(".VPDoc :where(h1,h2,h3,h4,h5,h6)")].filter(t=>t.id&&t.hasChildNodes()).map(t=>{const o=Number(t.tagName[1]);return{element:t,title:Nt(t),link:"#"+t.id,level:o}});return Mt(e,n)}function Nt(n){let e="";for(const t of n.childNodes)if(t.nodeType===1){if(t.classList.contains("VPBadge")||t.classList.contains("header-anchor")||t.classList.contains("ignore-header"))continue;e+=t.textContent}else t.nodeType===3&&(e+=t.textContent);return e.trim()}function Mt(n,e){if(e===!1)return[];const t=(typeof e=="object"&&!Array.isArray(e)?e.level:e)||2,[o,s]=typeof t=="number"?[t,t]:t==="deep"?[2,6]:t;n=n.filter(l=>l.level>=o&&l.level<=s),ve.length=0;for(const{element:l,link:f}of n)ve.push({element:l,link:f});const r=[];e:for(let l=0;l=0;d--){const m=n[d];if(m.level{requestAnimationFrame(r),window.addEventListener("scroll",o)}),Ze(()=>{l(location.hash)}),he(()=>{window.removeEventListener("scroll",o)});function r(){if(!t.value)return;const f=window.scrollY,d=window.innerHeight,m=document.body.offsetHeight,L=Math.abs(f+d-m)<1,b=ve.map(({element:P,link:E})=>({link:E,top:Ct(P)})).filter(({top:P})=>!Number.isNaN(P)).sort((P,E)=>P.top-E.top);if(!b.length){l(null);return}if(f<1){l(null);return}if(L){l(b[b.length-1].link);return}let S=null;for(const{link:P,top:E}of b){if(E>f+xe()+4)break;S=P}l(S)}function l(f){s&&s.classList.remove("active"),f==null?s=null:s=n.value.querySelector(`a[href="${decodeURIComponent(f)}"]`);const d=s;d?(d.classList.add("active"),e.value.style.top=d.offsetTop+39+"px",e.value.style.opacity="1"):(e.value.style.top="33px",e.value.style.opacity="0")}}function Ct(n){let e=0;for(;n!==document.body;){if(n===null)return NaN;e+=n.offsetTop,n=n.offsetParent}return e}const At=["href","title"],Bt=_({__name:"VPDocOutlineItem",props:{headers:{},root:{type:Boolean}},setup(n){function e({target:t}){const o=t.href.split("#")[1],s=document.getElementById(decodeURIComponent(o));s==null||s.focus({preventScroll:!0})}return(t,o)=>{const s=K("VPDocOutlineItem",!0);return a(),u("ul",{class:N(["VPDocOutlineItem",t.root?"root":"nested"])},[(a(!0),u(M,null,H(t.headers,({children:r,link:l,title:f})=>(a(),u("li",null,[v("a",{class:"outline-link",href:l,onClick:e,title:f},w(f),9,At),r!=null&&r.length?(a(),y(s,{key:0,headers:r},null,8,["headers"])):h("",!0)]))),256))],2)}}}),De=$(Bt,[["__scopeId","data-v-3f927ebe"]]),Ht={class:"content"},Dt={"aria-level":"2",class:"outline-title",id:"doc-outline-aria-label",role:"heading"},Ot=_({__name:"VPDocAsideOutline",setup(n){const{frontmatter:e,theme:t}=V(),o=we([]);te(()=>{o.value=be(e.value.outline??t.value.outline)});const s=I(),r=I();return Et(s,r),(l,f)=>(a(),u("nav",{"aria-labelledby":"doc-outline-aria-label",class:N(["VPDocAsideOutline",{"has-outline":o.value.length>0}]),ref_key:"container",ref:s},[v("div",Ht,[v("div",{class:"outline-marker",ref_key:"marker",ref:r},null,512),v("div",Dt,w(i(He)(i(t))),1),k(De,{headers:o.value,root:!0},null,8,["headers"])])],2))}}),Ft=$(Ot,[["__scopeId","data-v-b38bf2ff"]]),Ut={class:"VPDocAsideCarbonAds"},Rt=_({__name:"VPDocAsideCarbonAds",props:{carbonAds:{}},setup(n){const e=()=>null;return(t,o)=>(a(),u("div",Ut,[k(i(e),{"carbon-ads":t.carbonAds},null,8,["carbon-ads"])]))}}),jt=n=>(A("data-v-6d7b3c46"),n=n(),B(),n),Gt={class:"VPDocAside"},zt=jt(()=>v("div",{class:"spacer"},null,-1)),Kt=_({__name:"VPDocAside",setup(n){const{theme:e}=V();return(t,o)=>(a(),u("div",Gt,[c(t.$slots,"aside-top",{},void 0,!0),c(t.$slots,"aside-outline-before",{},void 0,!0),k(Ft),c(t.$slots,"aside-outline-after",{},void 0,!0),zt,c(t.$slots,"aside-ads-before",{},void 0,!0),i(e).carbonAds?(a(),y(Rt,{key:0,"carbon-ads":i(e).carbonAds},null,8,["carbon-ads"])):h("",!0),c(t.$slots,"aside-ads-after",{},void 0,!0),c(t.$slots,"aside-bottom",{},void 0,!0)]))}}),Wt=$(Kt,[["__scopeId","data-v-6d7b3c46"]]);function qt(){const{theme:n,page:e}=V();return g(()=>{const{text:t="Edit this page",pattern:o=""}=n.value.editLink||{};let s;return typeof o=="function"?s=o(e.value):s=o.replace(/:path/g,e.value.filePath),{url:s,text:t}})}function Jt(){const{page:n,theme:e,frontmatter:t}=V();return g(()=>{var m,L,b,S,P,E,C,T;const o=Be(e.value.sidebar,n.value.relativePath),s=Vt(o),r=Yt(s,R=>R.link.replace(/[?#].*$/,"")),l=r.findIndex(R=>G(n.value.relativePath,R.link)),f=((m=e.value.docFooter)==null?void 0:m.prev)===!1&&!t.value.prev||t.value.prev===!1,d=((L=e.value.docFooter)==null?void 0:L.next)===!1&&!t.value.next||t.value.next===!1;return{prev:f?void 0:{text:(typeof t.value.prev=="string"?t.value.prev:typeof t.value.prev=="object"?t.value.prev.text:void 0)??((b=r[l-1])==null?void 0:b.docFooterText)??((S=r[l-1])==null?void 0:S.text),link:(typeof t.value.prev=="object"?t.value.prev.link:void 0)??((P=r[l-1])==null?void 0:P.link)},next:d?void 0:{text:(typeof t.value.next=="string"?t.value.next:typeof t.value.next=="object"?t.value.next.text:void 0)??((E=r[l+1])==null?void 0:E.docFooterText)??((C=r[l+1])==null?void 0:C.text),link:(typeof t.value.next=="object"?t.value.next.link:void 0)??((T=r[l+1])==null?void 0:T.link)}}})}function Yt(n,e){const t=new Set;return n.filter(o=>{const s=e(o);return t.has(s)?!1:t.add(s)})}const D=_({__name:"VPLink",props:{tag:{},href:{},noIcon:{type:Boolean},target:{},rel:{}},setup(n){const e=n,t=g(()=>e.tag??(e.href?"a":"span")),o=g(()=>e.href&&Ie.test(e.href)||e.target==="_blank");return(s,r)=>(a(),y(q(t.value),{class:N(["VPLink",{link:s.href,"vp-external-link-icon":o.value,"no-icon":s.noIcon}]),href:s.href?i(me)(s.href):void 0,target:s.target??(o.value?"_blank":void 0),rel:s.rel??(o.value?"noreferrer":void 0)},{default:p(()=>[c(s.$slots,"default")]),_:3},8,["class","href","target","rel"]))}}),Xt={class:"VPLastUpdated"},Qt=["datetime"],Zt=_({__name:"VPDocFooterLastUpdated",setup(n){const{theme:e,page:t,frontmatter:o,lang:s}=V(),r=g(()=>new Date(o.value.lastUpdated??t.value.lastUpdated)),l=g(()=>r.value.toISOString()),f=I("");return z(()=>{ee(()=>{var d,m,L;f.value=new Intl.DateTimeFormat((m=(d=e.value.lastUpdated)==null?void 0:d.formatOptions)!=null&&m.forceLocale?s.value:void 0,((L=e.value.lastUpdated)==null?void 0:L.formatOptions)??{dateStyle:"short",timeStyle:"short"}).format(r.value)})}),(d,m)=>{var L;return a(),u("p",Xt,[F(w(((L=i(e).lastUpdated)==null?void 0:L.text)||i(e).lastUpdatedText||"Last updated")+": ",1),v("time",{datetime:l.value},w(f.value),9,Qt)])}}}),xt=$(Zt,[["__scopeId","data-v-9da12f1d"]]),Oe=n=>(A("data-v-b88cabfa"),n=n(),B(),n),en={key:0,class:"VPDocFooter"},tn={key:0,class:"edit-info"},nn={key:0,class:"edit-link"},on=Oe(()=>v("span",{class:"vpi-square-pen edit-link-icon"},null,-1)),sn={key:1,class:"last-updated"},an={key:1,class:"prev-next","aria-labelledby":"doc-footer-aria-label"},rn=Oe(()=>v("span",{class:"visually-hidden",id:"doc-footer-aria-label"},"Pager",-1)),ln={class:"pager"},cn=["innerHTML"],un=["innerHTML"],dn={class:"pager"},vn=["innerHTML"],pn=["innerHTML"],fn=_({__name:"VPDocFooter",setup(n){const{theme:e,page:t,frontmatter:o}=V(),s=qt(),r=Jt(),l=g(()=>e.value.editLink&&o.value.editLink!==!1),f=g(()=>t.value.lastUpdated&&o.value.lastUpdated!==!1),d=g(()=>l.value||f.value||r.value.prev||r.value.next);return(m,L)=>{var b,S,P,E;return d.value?(a(),u("footer",en,[c(m.$slots,"doc-footer-before",{},void 0,!0),l.value||f.value?(a(),u("div",tn,[l.value?(a(),u("div",nn,[k(D,{class:"edit-link-button",href:i(s).url,"no-icon":!0},{default:p(()=>[on,F(" "+w(i(s).text),1)]),_:1},8,["href"])])):h("",!0),f.value?(a(),u("div",sn,[k(xt)])):h("",!0)])):h("",!0),(b=i(r).prev)!=null&&b.link||(S=i(r).next)!=null&&S.link?(a(),u("nav",an,[rn,v("div",ln,[(P=i(r).prev)!=null&&P.link?(a(),y(D,{key:0,class:"pager-link prev",href:i(r).prev.link},{default:p(()=>{var C;return[v("span",{class:"desc",innerHTML:((C=i(e).docFooter)==null?void 0:C.prev)||"Previous page"},null,8,cn),v("span",{class:"title",innerHTML:i(r).prev.text},null,8,un)]}),_:1},8,["href"])):h("",!0)]),v("div",dn,[(E=i(r).next)!=null&&E.link?(a(),y(D,{key:0,class:"pager-link next",href:i(r).next.link},{default:p(()=>{var C;return[v("span",{class:"desc",innerHTML:((C=i(e).docFooter)==null?void 0:C.next)||"Next page"},null,8,vn),v("span",{class:"title",innerHTML:i(r).next.text},null,8,pn)]}),_:1},8,["href"])):h("",!0)])])):h("",!0)])):h("",!0)}}}),hn=$(fn,[["__scopeId","data-v-b88cabfa"]]),_n=n=>(A("data-v-83890dd9"),n=n(),B(),n),mn={class:"container"},bn=_n(()=>v("div",{class:"aside-curtain"},null,-1)),kn={class:"aside-container"},$n={class:"aside-content"},gn={class:"content"},yn={class:"content-container"},Sn={class:"main"},Pn=_({__name:"VPDoc",setup(n){const{theme:e}=V(),t=ne(),{hasSidebar:o,hasAside:s,leftAside:r}=U(),l=g(()=>t.path.replace(/[./]+/g,"_").replace(/_html$/,""));return(f,d)=>{const m=K("Content");return a(),u("div",{class:N(["VPDoc",{"has-sidebar":i(o),"has-aside":i(s)}])},[c(f.$slots,"doc-top",{},void 0,!0),v("div",mn,[i(s)?(a(),u("div",{key:0,class:N(["aside",{"left-aside":i(r)}])},[bn,v("div",kn,[v("div",$n,[k(Wt,null,{"aside-top":p(()=>[c(f.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":p(()=>[c(f.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":p(()=>[c(f.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":p(()=>[c(f.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":p(()=>[c(f.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":p(()=>[c(f.$slots,"aside-ads-after",{},void 0,!0)]),_:3})])])],2)):h("",!0),v("div",gn,[v("div",yn,[c(f.$slots,"doc-before",{},void 0,!0),v("main",Sn,[k(m,{class:N(["vp-doc",[l.value,i(e).externalLinkIcon&&"external-link-icon-enabled"]])},null,8,["class"])]),k(hn,null,{"doc-footer-before":p(()=>[c(f.$slots,"doc-footer-before",{},void 0,!0)]),_:3}),c(f.$slots,"doc-after",{},void 0,!0)])])]),c(f.$slots,"doc-bottom",{},void 0,!0)],2)}}}),Ln=$(Pn,[["__scopeId","data-v-83890dd9"]]),Vn=_({__name:"VPButton",props:{tag:{},size:{default:"medium"},theme:{default:"brand"},text:{},href:{},target:{},rel:{}},setup(n){const e=n,t=g(()=>e.href&&Ie.test(e.href)),o=g(()=>e.tag||e.href?"a":"button");return(s,r)=>(a(),y(q(o.value),{class:N(["VPButton",[s.size,s.theme]]),href:s.href?i(me)(s.href):void 0,target:e.target??(t.value?"_blank":void 0),rel:e.rel??(t.value?"noreferrer":void 0)},{default:p(()=>[F(w(s.text),1)]),_:1},8,["class","href","target","rel"]))}}),Tn=$(Vn,[["__scopeId","data-v-14206e74"]]),wn=["src","alt"],In=_({inheritAttrs:!1,__name:"VPImage",props:{image:{},alt:{}},setup(n){return(e,t)=>{const o=K("VPImage",!0);return e.image?(a(),u(M,{key:0},[typeof e.image=="string"||"src"in e.image?(a(),u("img",Q({key:0,class:"VPImage"},typeof e.image=="string"?e.$attrs:{...e.image,...e.$attrs},{src:i(fe)(typeof e.image=="string"?e.image:e.image.src),alt:e.alt??(typeof e.image=="string"?"":e.image.alt||"")}),null,16,wn)):(a(),u(M,{key:1},[k(o,Q({class:"dark",image:e.image.dark,alt:e.image.alt},e.$attrs),null,16,["image","alt"]),k(o,Q({class:"light",image:e.image.light,alt:e.image.alt},e.$attrs),null,16,["image","alt"])],64))],64)):h("",!0)}}}),x=$(In,[["__scopeId","data-v-35a7d0b8"]]),Nn=n=>(A("data-v-955009fc"),n=n(),B(),n),Mn={class:"container"},En={class:"main"},Cn={key:0,class:"name"},An=["innerHTML"],Bn=["innerHTML"],Hn=["innerHTML"],Dn={key:0,class:"actions"},On={key:0,class:"image"},Fn={class:"image-container"},Un=Nn(()=>v("div",{class:"image-bg"},null,-1)),Rn=_({__name:"VPHero",props:{name:{},text:{},tagline:{},image:{},actions:{}},setup(n){const e=J("hero-image-slot-exists");return(t,o)=>(a(),u("div",{class:N(["VPHero",{"has-image":t.image||i(e)}])},[v("div",Mn,[v("div",En,[c(t.$slots,"home-hero-info-before",{},void 0,!0),c(t.$slots,"home-hero-info",{},()=>[t.name?(a(),u("h1",Cn,[v("span",{innerHTML:t.name,class:"clip"},null,8,An)])):h("",!0),t.text?(a(),u("p",{key:1,innerHTML:t.text,class:"text"},null,8,Bn)):h("",!0),t.tagline?(a(),u("p",{key:2,innerHTML:t.tagline,class:"tagline"},null,8,Hn)):h("",!0)],!0),c(t.$slots,"home-hero-info-after",{},void 0,!0),t.actions?(a(),u("div",Dn,[(a(!0),u(M,null,H(t.actions,s=>(a(),u("div",{key:s.link,class:"action"},[k(Tn,{tag:"a",size:"medium",theme:s.theme,text:s.text,href:s.link,target:s.target,rel:s.rel},null,8,["theme","text","href","target","rel"])]))),128))])):h("",!0),c(t.$slots,"home-hero-actions-after",{},void 0,!0)]),t.image||i(e)?(a(),u("div",On,[v("div",Fn,[Un,c(t.$slots,"home-hero-image",{},()=>[t.image?(a(),y(x,{key:0,class:"image-src",image:t.image},null,8,["image"])):h("",!0)],!0)])])):h("",!0)])],2))}}),jn=$(Rn,[["__scopeId","data-v-955009fc"]]),Gn=_({__name:"VPHomeHero",setup(n){const{frontmatter:e}=V();return(t,o)=>i(e).hero?(a(),y(jn,{key:0,class:"VPHomeHero",name:i(e).hero.name,text:i(e).hero.text,tagline:i(e).hero.tagline,image:i(e).hero.image,actions:i(e).hero.actions},{"home-hero-info-before":p(()=>[c(t.$slots,"home-hero-info-before")]),"home-hero-info":p(()=>[c(t.$slots,"home-hero-info")]),"home-hero-info-after":p(()=>[c(t.$slots,"home-hero-info-after")]),"home-hero-actions-after":p(()=>[c(t.$slots,"home-hero-actions-after")]),"home-hero-image":p(()=>[c(t.$slots,"home-hero-image")]),_:3},8,["name","text","tagline","image","actions"])):h("",!0)}}),zn=n=>(A("data-v-f5e9645b"),n=n(),B(),n),Kn={class:"box"},Wn={key:0,class:"icon"},qn=["innerHTML"],Jn=["innerHTML"],Yn=["innerHTML"],Xn={key:4,class:"link-text"},Qn={class:"link-text-value"},Zn=zn(()=>v("span",{class:"vpi-arrow-right link-text-icon"},null,-1)),xn=_({__name:"VPFeature",props:{icon:{},title:{},details:{},link:{},linkText:{},rel:{},target:{}},setup(n){return(e,t)=>(a(),y(D,{class:"VPFeature",href:e.link,rel:e.rel,target:e.target,"no-icon":!0,tag:e.link?"a":"div"},{default:p(()=>[v("article",Kn,[typeof e.icon=="object"&&e.icon.wrap?(a(),u("div",Wn,[k(x,{image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])])):typeof e.icon=="object"?(a(),y(x,{key:1,image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])):e.icon?(a(),u("div",{key:2,class:"icon",innerHTML:e.icon},null,8,qn)):h("",!0),v("h2",{class:"title",innerHTML:e.title},null,8,Jn),e.details?(a(),u("p",{key:3,class:"details",innerHTML:e.details},null,8,Yn)):h("",!0),e.linkText?(a(),u("div",Xn,[v("p",Qn,[F(w(e.linkText)+" ",1),Zn])])):h("",!0)])]),_:1},8,["href","rel","target","tag"]))}}),eo=$(xn,[["__scopeId","data-v-f5e9645b"]]),to={key:0,class:"VPFeatures"},no={class:"container"},oo={class:"items"},so=_({__name:"VPFeatures",props:{features:{}},setup(n){const e=n,t=g(()=>{const o=e.features.length;if(o){if(o===2)return"grid-2";if(o===3)return"grid-3";if(o%3===0)return"grid-6";if(o>3)return"grid-4"}else return});return(o,s)=>o.features?(a(),u("div",to,[v("div",no,[v("div",oo,[(a(!0),u(M,null,H(o.features,r=>(a(),u("div",{key:r.title,class:N(["item",[t.value]])},[k(eo,{icon:r.icon,title:r.title,details:r.details,link:r.link,"link-text":r.linkText,rel:r.rel,target:r.target},null,8,["icon","title","details","link","link-text","rel","target"])],2))),128))])])])):h("",!0)}}),ao=$(so,[["__scopeId","data-v-d0a190d7"]]),ro=_({__name:"VPHomeFeatures",setup(n){const{frontmatter:e}=V();return(t,o)=>i(e).features?(a(),y(ao,{key:0,class:"VPHomeFeatures",features:i(e).features},null,8,["features"])):h("",!0)}}),io=_({__name:"VPHomeContent",setup(n){const{width:e}=et({initialWidth:0,includeScrollbar:!1});return(t,o)=>(a(),u("div",{class:"vp-doc container",style:Ne(i(e)?{"--vp-offset":`calc(50% - ${i(e)/2}px)`}:{})},[c(t.$slots,"default",{},void 0,!0)],4))}}),lo=$(io,[["__scopeId","data-v-7a48a447"]]),co={class:"VPHome"},uo=_({__name:"VPHome",setup(n){const{frontmatter:e}=V();return(t,o)=>{const s=K("Content");return a(),u("div",co,[c(t.$slots,"home-hero-before",{},void 0,!0),k(Gn,null,{"home-hero-info-before":p(()=>[c(t.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":p(()=>[c(t.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":p(()=>[c(t.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":p(()=>[c(t.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":p(()=>[c(t.$slots,"home-hero-image",{},void 0,!0)]),_:3}),c(t.$slots,"home-hero-after",{},void 0,!0),c(t.$slots,"home-features-before",{},void 0,!0),k(ro),c(t.$slots,"home-features-after",{},void 0,!0),i(e).markdownStyles!==!1?(a(),y(lo,{key:0},{default:p(()=>[k(s)]),_:1})):(a(),y(s,{key:1}))])}}}),vo=$(uo,[["__scopeId","data-v-cbb6ec48"]]),po={},fo={class:"VPPage"};function ho(n,e){const t=K("Content");return a(),u("div",fo,[c(n.$slots,"page-top"),k(t),c(n.$slots,"page-bottom")])}const _o=$(po,[["render",ho]]),mo=_({__name:"VPContent",setup(n){const{page:e,frontmatter:t}=V(),{hasSidebar:o}=U();return(s,r)=>(a(),u("div",{class:N(["VPContent",{"has-sidebar":i(o),"is-home":i(t).layout==="home"}]),id:"VPContent"},[i(e).isNotFound?c(s.$slots,"not-found",{key:0},()=>[k(Pt)],!0):i(t).layout==="page"?(a(),y(_o,{key:1},{"page-top":p(()=>[c(s.$slots,"page-top",{},void 0,!0)]),"page-bottom":p(()=>[c(s.$slots,"page-bottom",{},void 0,!0)]),_:3})):i(t).layout==="home"?(a(),y(vo,{key:2},{"home-hero-before":p(()=>[c(s.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":p(()=>[c(s.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":p(()=>[c(s.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":p(()=>[c(s.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":p(()=>[c(s.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":p(()=>[c(s.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":p(()=>[c(s.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":p(()=>[c(s.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":p(()=>[c(s.$slots,"home-features-after",{},void 0,!0)]),_:3})):i(t).layout&&i(t).layout!=="doc"?(a(),y(q(i(t).layout),{key:3})):(a(),y(Ln,{key:4},{"doc-top":p(()=>[c(s.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":p(()=>[c(s.$slots,"doc-bottom",{},void 0,!0)]),"doc-footer-before":p(()=>[c(s.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":p(()=>[c(s.$slots,"doc-before",{},void 0,!0)]),"doc-after":p(()=>[c(s.$slots,"doc-after",{},void 0,!0)]),"aside-top":p(()=>[c(s.$slots,"aside-top",{},void 0,!0)]),"aside-outline-before":p(()=>[c(s.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":p(()=>[c(s.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":p(()=>[c(s.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":p(()=>[c(s.$slots,"aside-ads-after",{},void 0,!0)]),"aside-bottom":p(()=>[c(s.$slots,"aside-bottom",{},void 0,!0)]),_:3}))],2))}}),bo=$(mo,[["__scopeId","data-v-91765379"]]),ko={class:"container"},$o=["innerHTML"],go=["innerHTML"],yo=_({__name:"VPFooter",setup(n){const{theme:e,frontmatter:t}=V(),{hasSidebar:o}=U();return(s,r)=>i(e).footer&&i(t).footer!==!1?(a(),u("footer",{key:0,class:N(["VPFooter",{"has-sidebar":i(o)}])},[v("div",ko,[i(e).footer.message?(a(),u("p",{key:0,class:"message",innerHTML:i(e).footer.message},null,8,$o)):h("",!0),i(e).footer.copyright?(a(),u("p",{key:1,class:"copyright",innerHTML:i(e).footer.copyright},null,8,go)):h("",!0)])],2)):h("",!0)}}),So=$(yo,[["__scopeId","data-v-c970a860"]]);function Po(){const{theme:n,frontmatter:e}=V(),t=we([]),o=g(()=>t.value.length>0);return te(()=>{t.value=be(e.value.outline??n.value.outline)}),{headers:t,hasLocalNav:o}}const Lo=n=>(A("data-v-bc9dc845"),n=n(),B(),n),Vo={class:"menu-text"},To=Lo(()=>v("span",{class:"vpi-chevron-right icon"},null,-1)),wo={class:"header"},Io={class:"outline"},No=_({__name:"VPLocalNavOutlineDropdown",props:{headers:{},navHeight:{}},setup(n){const e=n,{theme:t}=V(),o=I(!1),s=I(0),r=I(),l=I();function f(b){var S;(S=r.value)!=null&&S.contains(b.target)||(o.value=!1)}O(o,b=>{if(b){document.addEventListener("click",f);return}document.removeEventListener("click",f)}),ce("Escape",()=>{o.value=!1}),te(()=>{o.value=!1});function d(){o.value=!o.value,s.value=window.innerHeight+Math.min(window.scrollY-e.navHeight,0)}function m(b){b.target.classList.contains("outline-link")&&(l.value&&(l.value.style.transition="none"),Me(()=>{o.value=!1}))}function L(){o.value=!1,window.scrollTo({top:0,left:0,behavior:"smooth"})}return(b,S)=>(a(),u("div",{class:"VPLocalNavOutlineDropdown",style:Ne({"--vp-vh":s.value+"px"}),ref_key:"main",ref:r},[b.headers.length>0?(a(),u("button",{key:0,onClick:d,class:N({open:o.value})},[v("span",Vo,w(i(He)(i(t))),1),To],2)):(a(),u("button",{key:1,onClick:L},w(i(t).returnToTopLabel||"Return to top"),1)),k(pe,{name:"flyout"},{default:p(()=>[o.value?(a(),u("div",{key:0,ref_key:"items",ref:l,class:"items",onClick:m},[v("div",wo,[v("a",{class:"top-link",href:"#",onClick:L},w(i(t).returnToTopLabel||"Return to top"),1)]),v("div",Io,[k(De,{headers:b.headers},null,8,["headers"])])],512)):h("",!0)]),_:1})],4))}}),Mo=$(No,[["__scopeId","data-v-bc9dc845"]]),Eo=n=>(A("data-v-070ab83d"),n=n(),B(),n),Co={class:"container"},Ao=["aria-expanded"],Bo=Eo(()=>v("span",{class:"vpi-align-left menu-icon"},null,-1)),Ho={class:"menu-text"},Do=_({__name:"VPLocalNav",props:{open:{type:Boolean}},emits:["open-menu"],setup(n){const{theme:e,frontmatter:t}=V(),{hasSidebar:o}=U(),{headers:s}=Po(),{y:r}=Ee(),l=I(0);z(()=>{l.value=parseInt(getComputedStyle(document.documentElement).getPropertyValue("--vp-nav-height"))}),te(()=>{s.value=be(t.value.outline??e.value.outline)});const f=g(()=>s.value.length===0),d=g(()=>f.value&&!o.value),m=g(()=>({VPLocalNav:!0,"has-sidebar":o.value,empty:f.value,fixed:d.value}));return(L,b)=>i(t).layout!=="home"&&(!d.value||i(r)>=l.value)?(a(),u("div",{key:0,class:N(m.value)},[v("div",Co,[i(o)?(a(),u("button",{key:0,class:"menu","aria-expanded":L.open,"aria-controls":"VPSidebarNav",onClick:b[0]||(b[0]=S=>L.$emit("open-menu"))},[Bo,v("span",Ho,w(i(e).sidebarMenuLabel||"Menu"),1)],8,Ao)):h("",!0),k(Mo,{headers:i(s),navHeight:l.value},null,8,["headers","navHeight"])])],2)):h("",!0)}}),Oo=$(Do,[["__scopeId","data-v-070ab83d"]]);function Fo(){const n=I(!1);function e(){n.value=!0,window.addEventListener("resize",s)}function t(){n.value=!1,window.removeEventListener("resize",s)}function o(){n.value?t():e()}function s(){window.outerWidth>=768&&t()}const r=ne();return O(()=>r.path,t),{isScreenOpen:n,openScreen:e,closeScreen:t,toggleScreen:o}}const Uo={},Ro={class:"VPSwitch",type:"button",role:"switch"},jo={class:"check"},Go={key:0,class:"icon"};function zo(n,e){return a(),u("button",Ro,[v("span",jo,[n.$slots.default?(a(),u("span",Go,[c(n.$slots,"default",{},void 0,!0)])):h("",!0)])])}const Ko=$(Uo,[["render",zo],["__scopeId","data-v-4a1c76db"]]),Fe=n=>(A("data-v-b79b56d4"),n=n(),B(),n),Wo=Fe(()=>v("span",{class:"vpi-sun sun"},null,-1)),qo=Fe(()=>v("span",{class:"vpi-moon moon"},null,-1)),Jo=_({__name:"VPSwitchAppearance",setup(n){const{isDark:e,theme:t}=V(),o=J("toggle-appearance",()=>{e.value=!e.value}),s=g(()=>e.value?t.value.lightModeSwitchTitle||"Switch to light theme":t.value.darkModeSwitchTitle||"Switch to dark theme");return(r,l)=>(a(),y(Ko,{title:s.value,class:"VPSwitchAppearance","aria-checked":i(e),onClick:i(o)},{default:p(()=>[Wo,qo]),_:1},8,["title","aria-checked","onClick"]))}}),ke=$(Jo,[["__scopeId","data-v-b79b56d4"]]),Yo={key:0,class:"VPNavBarAppearance"},Xo=_({__name:"VPNavBarAppearance",setup(n){const{site:e}=V();return(t,o)=>i(e).appearance&&i(e).appearance!=="force-dark"?(a(),u("div",Yo,[k(ke)])):h("",!0)}}),Qo=$(Xo,[["__scopeId","data-v-ead91a81"]]),$e=I();let Ue=!1,ie=0;function Zo(n){const e=I(!1);if(oe){!Ue&&xo(),ie++;const t=O($e,o=>{var s,r,l;o===n.el.value||(s=n.el.value)!=null&&s.contains(o)?(e.value=!0,(r=n.onFocus)==null||r.call(n)):(e.value=!1,(l=n.onBlur)==null||l.call(n))});he(()=>{t(),ie--,ie||es()})}return tt(e)}function xo(){document.addEventListener("focusin",Re),Ue=!0,$e.value=document.activeElement}function es(){document.removeEventListener("focusin",Re)}function Re(){$e.value=document.activeElement}const ts={class:"VPMenuLink"},ns=_({__name:"VPMenuLink",props:{item:{}},setup(n){const{page:e}=V();return(t,o)=>(a(),u("div",ts,[k(D,{class:N({active:i(G)(i(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,target:t.item.target,rel:t.item.rel},{default:p(()=>[F(w(t.item.text),1)]),_:1},8,["class","href","target","rel"])]))}}),se=$(ns,[["__scopeId","data-v-8b74d055"]]),os={class:"VPMenuGroup"},ss={key:0,class:"title"},as=_({__name:"VPMenuGroup",props:{text:{},items:{}},setup(n){return(e,t)=>(a(),u("div",os,[e.text?(a(),u("p",ss,w(e.text),1)):h("",!0),(a(!0),u(M,null,H(e.items,o=>(a(),u(M,null,["link"in o?(a(),y(se,{key:0,item:o},null,8,["item"])):h("",!0)],64))),256))]))}}),rs=$(as,[["__scopeId","data-v-48c802d0"]]),is={class:"VPMenu"},ls={key:0,class:"items"},cs=_({__name:"VPMenu",props:{items:{}},setup(n){return(e,t)=>(a(),u("div",is,[e.items?(a(),u("div",ls,[(a(!0),u(M,null,H(e.items,o=>(a(),u(M,{key:o.text},["link"in o?(a(),y(se,{key:0,item:o},null,8,["item"])):(a(),y(rs,{key:1,text:o.text,items:o.items},null,8,["text","items"]))],64))),128))])):h("",!0),c(e.$slots,"default",{},void 0,!0)]))}}),us=$(cs,[["__scopeId","data-v-97491713"]]),ds=n=>(A("data-v-e5380155"),n=n(),B(),n),vs=["aria-expanded","aria-label"],ps={key:0,class:"text"},fs=["innerHTML"],hs=ds(()=>v("span",{class:"vpi-chevron-down text-icon"},null,-1)),_s={key:1,class:"vpi-more-horizontal icon"},ms={class:"menu"},bs=_({__name:"VPFlyout",props:{icon:{},button:{},label:{},items:{}},setup(n){const e=I(!1),t=I();Zo({el:t,onBlur:o});function o(){e.value=!1}return(s,r)=>(a(),u("div",{class:"VPFlyout",ref_key:"el",ref:t,onMouseenter:r[1]||(r[1]=l=>e.value=!0),onMouseleave:r[2]||(r[2]=l=>e.value=!1)},[v("button",{type:"button",class:"button","aria-haspopup":"true","aria-expanded":e.value,"aria-label":s.label,onClick:r[0]||(r[0]=l=>e.value=!e.value)},[s.button||s.icon?(a(),u("span",ps,[s.icon?(a(),u("span",{key:0,class:N([s.icon,"option-icon"])},null,2)):h("",!0),s.button?(a(),u("span",{key:1,innerHTML:s.button},null,8,fs)):h("",!0),hs])):(a(),u("span",_s))],8,vs),v("div",ms,[k(us,{items:s.items},{default:p(()=>[c(s.$slots,"default",{},void 0,!0)]),_:3},8,["items"])])],544))}}),ge=$(bs,[["__scopeId","data-v-e5380155"]]),ks=["href","aria-label","innerHTML"],$s=_({__name:"VPSocialLink",props:{icon:{},link:{},ariaLabel:{}},setup(n){const e=n,t=g(()=>typeof e.icon=="object"?e.icon.svg:``);return(o,s)=>(a(),u("a",{class:"VPSocialLink no-icon",href:o.link,"aria-label":o.ariaLabel??(typeof o.icon=="string"?o.icon:""),target:"_blank",rel:"noopener",innerHTML:t.value},null,8,ks))}}),gs=$($s,[["__scopeId","data-v-717b8b75"]]),ys={class:"VPSocialLinks"},Ss=_({__name:"VPSocialLinks",props:{links:{}},setup(n){return(e,t)=>(a(),u("div",ys,[(a(!0),u(M,null,H(e.links,({link:o,icon:s,ariaLabel:r})=>(a(),y(gs,{key:o,icon:s,link:o,ariaLabel:r},null,8,["icon","link","ariaLabel"]))),128))]))}}),ye=$(Ss,[["__scopeId","data-v-ee7a9424"]]),Ps={key:0,class:"group translations"},Ls={class:"trans-title"},Vs={key:1,class:"group"},Ts={class:"item appearance"},ws={class:"label"},Is={class:"appearance-action"},Ns={key:2,class:"group"},Ms={class:"item social-links"},Es=_({__name:"VPNavBarExtra",setup(n){const{site:e,theme:t}=V(),{localeLinks:o,currentLang:s}=X({correspondingLink:!0}),r=g(()=>o.value.length&&s.value.label||e.value.appearance||t.value.socialLinks);return(l,f)=>r.value?(a(),y(ge,{key:0,class:"VPNavBarExtra",label:"extra navigation"},{default:p(()=>[i(o).length&&i(s).label?(a(),u("div",Ps,[v("p",Ls,w(i(s).label),1),(a(!0),u(M,null,H(i(o),d=>(a(),y(se,{key:d.link,item:d},null,8,["item"]))),128))])):h("",!0),i(e).appearance&&i(e).appearance!=="force-dark"?(a(),u("div",Vs,[v("div",Ts,[v("p",ws,w(i(t).darkModeSwitchLabel||"Appearance"),1),v("div",Is,[k(ke)])])])):h("",!0),i(t).socialLinks?(a(),u("div",Ns,[v("div",Ms,[k(ye,{class:"social-links-list",links:i(t).socialLinks},null,8,["links"])])])):h("",!0)]),_:1})):h("",!0)}}),Cs=$(Es,[["__scopeId","data-v-9b536d0b"]]),As=n=>(A("data-v-5dea55bf"),n=n(),B(),n),Bs=["aria-expanded"],Hs=As(()=>v("span",{class:"container"},[v("span",{class:"top"}),v("span",{class:"middle"}),v("span",{class:"bottom"})],-1)),Ds=[Hs],Os=_({__name:"VPNavBarHamburger",props:{active:{type:Boolean}},emits:["click"],setup(n){return(e,t)=>(a(),u("button",{type:"button",class:N(["VPNavBarHamburger",{active:e.active}]),"aria-label":"mobile navigation","aria-expanded":e.active,"aria-controls":"VPNavScreen",onClick:t[0]||(t[0]=o=>e.$emit("click"))},Ds,10,Bs))}}),Fs=$(Os,[["__scopeId","data-v-5dea55bf"]]),Us=["innerHTML"],Rs=_({__name:"VPNavBarMenuLink",props:{item:{}},setup(n){const{page:e}=V();return(t,o)=>(a(),y(D,{class:N({VPNavBarMenuLink:!0,active:i(G)(i(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,noIcon:t.item.noIcon,target:t.item.target,rel:t.item.rel,tabindex:"0"},{default:p(()=>[v("span",{innerHTML:t.item.text},null,8,Us)]),_:1},8,["class","href","noIcon","target","rel"]))}}),js=$(Rs,[["__scopeId","data-v-ed5ac1f6"]]),Gs=_({__name:"VPNavBarMenuGroup",props:{item:{}},setup(n){const e=n,{page:t}=V(),o=r=>"link"in r?G(t.value.relativePath,r.link,!!e.item.activeMatch):r.items.some(o),s=g(()=>o(e.item));return(r,l)=>(a(),y(ge,{class:N({VPNavBarMenuGroup:!0,active:i(G)(i(t).relativePath,r.item.activeMatch,!!r.item.activeMatch)||s.value}),button:r.item.text,items:r.item.items},null,8,["class","button","items"]))}}),zs=n=>(A("data-v-492ea56d"),n=n(),B(),n),Ks={key:0,"aria-labelledby":"main-nav-aria-label",class:"VPNavBarMenu"},Ws=zs(()=>v("span",{id:"main-nav-aria-label",class:"visually-hidden"},"Main Navigation",-1)),qs=_({__name:"VPNavBarMenu",setup(n){const{theme:e}=V();return(t,o)=>i(e).nav?(a(),u("nav",Ks,[Ws,(a(!0),u(M,null,H(i(e).nav,s=>(a(),u(M,{key:s.text},["link"in s?(a(),y(js,{key:0,item:s},null,8,["item"])):(a(),y(Gs,{key:1,item:s},null,8,["item"]))],64))),128))])):h("",!0)}}),Js=$(qs,[["__scopeId","data-v-492ea56d"]]);function Ys(n){const{localeIndex:e,theme:t}=V();function o(s){var E,C,T;const r=s.split("."),l=(E=t.value.search)==null?void 0:E.options,f=l&&typeof l=="object",d=f&&((T=(C=l.locales)==null?void 0:C[e.value])==null?void 0:T.translations)||null,m=f&&l.translations||null;let L=d,b=m,S=n;const P=r.pop();for(const R of r){let j=null;const W=S==null?void 0:S[R];W&&(j=S=W);const ae=b==null?void 0:b[R];ae&&(j=b=ae);const re=L==null?void 0:L[R];re&&(j=L=re),W||(S=j),ae||(b=j),re||(L=j)}return(L==null?void 0:L[P])??(b==null?void 0:b[P])??(S==null?void 0:S[P])??""}return o}const Xs=["aria-label"],Qs={class:"DocSearch-Button-Container"},Zs=v("span",{class:"vp-icon DocSearch-Search-Icon"},null,-1),xs={class:"DocSearch-Button-Placeholder"},ea=v("span",{class:"DocSearch-Button-Keys"},[v("kbd",{class:"DocSearch-Button-Key"}),v("kbd",{class:"DocSearch-Button-Key"},"K")],-1),Pe=_({__name:"VPNavBarSearchButton",setup(n){const t=Ys({button:{buttonText:"Search",buttonAriaLabel:"Search"}});return(o,s)=>(a(),u("button",{type:"button",class:"DocSearch DocSearch-Button","aria-label":i(t)("button.buttonAriaLabel")},[v("span",Qs,[Zs,v("span",xs,w(i(t)("button.buttonText")),1)]),ea],8,Xs))}}),ta={class:"VPNavBarSearch"},na={id:"local-search"},oa={key:1,id:"docsearch"},sa=_({__name:"VPNavBarSearch",setup(n){const e=nt(()=>ot(()=>import("./VPLocalSearchBox.BQV0MUjH.js"),__vite__mapDeps([0,1]))),t=()=>null,{theme:o}=V(),s=I(!1),r=I(!1);z(()=>{});function l(){s.value||(s.value=!0,setTimeout(f,16))}function f(){const b=new Event("keydown");b.key="k",b.metaKey=!0,window.dispatchEvent(b),setTimeout(()=>{document.querySelector(".DocSearch-Modal")||f()},16)}function d(b){const S=b.target,P=S.tagName;return S.isContentEditable||P==="INPUT"||P==="SELECT"||P==="TEXTAREA"}const m=I(!1);ce("k",b=>{(b.ctrlKey||b.metaKey)&&(b.preventDefault(),m.value=!0)}),ce("/",b=>{d(b)||(b.preventDefault(),m.value=!0)});const L="local";return(b,S)=>{var P;return a(),u("div",ta,[i(L)==="local"?(a(),u(M,{key:0},[m.value?(a(),y(i(e),{key:0,onClose:S[0]||(S[0]=E=>m.value=!1)})):h("",!0),v("div",na,[k(Pe,{onClick:S[1]||(S[1]=E=>m.value=!0)})])],64)):i(L)==="algolia"?(a(),u(M,{key:1},[s.value?(a(),y(i(t),{key:0,algolia:((P=i(o).search)==null?void 0:P.options)??i(o).algolia,onVnodeBeforeMount:S[2]||(S[2]=E=>r.value=!0)},null,8,["algolia"])):h("",!0),r.value?h("",!0):(a(),u("div",oa,[k(Pe,{onClick:l})]))],64)):h("",!0)])}}}),aa=_({__name:"VPNavBarSocialLinks",setup(n){const{theme:e}=V();return(t,o)=>i(e).socialLinks?(a(),y(ye,{key:0,class:"VPNavBarSocialLinks",links:i(e).socialLinks},null,8,["links"])):h("",!0)}}),ra=$(aa,[["__scopeId","data-v-164c457f"]]),ia=["href","rel","target"],la={key:1},ca={key:2},ua=_({__name:"VPNavBarTitle",setup(n){const{site:e,theme:t}=V(),{hasSidebar:o}=U(),{currentLang:s}=X(),r=g(()=>{var d;return typeof t.value.logoLink=="string"?t.value.logoLink:(d=t.value.logoLink)==null?void 0:d.link}),l=g(()=>{var d;return typeof t.value.logoLink=="string"||(d=t.value.logoLink)==null?void 0:d.rel}),f=g(()=>{var d;return typeof t.value.logoLink=="string"||(d=t.value.logoLink)==null?void 0:d.target});return(d,m)=>(a(),u("div",{class:N(["VPNavBarTitle",{"has-sidebar":i(o)}])},[v("a",{class:"title",href:r.value??i(me)(i(s).link),rel:l.value,target:f.value},[c(d.$slots,"nav-bar-title-before",{},void 0,!0),i(t).logo?(a(),y(x,{key:0,class:"logo",image:i(t).logo},null,8,["image"])):h("",!0),i(t).siteTitle?(a(),u("span",la,w(i(t).siteTitle),1)):i(t).siteTitle===void 0?(a(),u("span",ca,w(i(e).title),1)):h("",!0),c(d.$slots,"nav-bar-title-after",{},void 0,!0)],8,ia)],2))}}),da=$(ua,[["__scopeId","data-v-28a961f9"]]),va={class:"items"},pa={class:"title"},fa=_({__name:"VPNavBarTranslations",setup(n){const{theme:e}=V(),{localeLinks:t,currentLang:o}=X({correspondingLink:!0});return(s,r)=>i(t).length&&i(o).label?(a(),y(ge,{key:0,class:"VPNavBarTranslations",icon:"vpi-languages",label:i(e).langMenuLabel||"Change language"},{default:p(()=>[v("div",va,[v("p",pa,w(i(o).label),1),(a(!0),u(M,null,H(i(t),l=>(a(),y(se,{key:l.link,item:l},null,8,["item"]))),128))])]),_:1},8,["label"])):h("",!0)}}),ha=$(fa,[["__scopeId","data-v-c80d9ad0"]]),_a=n=>(A("data-v-40788ea0"),n=n(),B(),n),ma={class:"wrapper"},ba={class:"container"},ka={class:"title"},$a={class:"content"},ga={class:"content-body"},ya=_a(()=>v("div",{class:"divider"},[v("div",{class:"divider-line"})],-1)),Sa=_({__name:"VPNavBar",props:{isScreenOpen:{type:Boolean}},emits:["toggle-screen"],setup(n){const{y:e}=Ee(),{hasSidebar:t}=U(),{frontmatter:o}=V(),s=I({});return Te(()=>{s.value={"has-sidebar":t.value,home:o.value.layout==="home",top:e.value===0}}),(r,l)=>(a(),u("div",{class:N(["VPNavBar",s.value])},[v("div",ma,[v("div",ba,[v("div",ka,[k(da,null,{"nav-bar-title-before":p(()=>[c(r.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":p(()=>[c(r.$slots,"nav-bar-title-after",{},void 0,!0)]),_:3})]),v("div",$a,[v("div",ga,[c(r.$slots,"nav-bar-content-before",{},void 0,!0),k(sa,{class:"search"}),k(Js,{class:"menu"}),k(ha,{class:"translations"}),k(Qo,{class:"appearance"}),k(ra,{class:"social-links"}),k(Cs,{class:"extra"}),c(r.$slots,"nav-bar-content-after",{},void 0,!0),k(Fs,{class:"hamburger",active:r.isScreenOpen,onClick:l[0]||(l[0]=f=>r.$emit("toggle-screen"))},null,8,["active"])])])])]),ya],2))}}),Pa=$(Sa,[["__scopeId","data-v-40788ea0"]]),La={key:0,class:"VPNavScreenAppearance"},Va={class:"text"},Ta=_({__name:"VPNavScreenAppearance",setup(n){const{site:e,theme:t}=V();return(o,s)=>i(e).appearance&&i(e).appearance!=="force-dark"?(a(),u("div",La,[v("p",Va,w(i(t).darkModeSwitchLabel||"Appearance"),1),k(ke)])):h("",!0)}}),wa=$(Ta,[["__scopeId","data-v-2b89f08b"]]),Ia=_({__name:"VPNavScreenMenuLink",props:{item:{}},setup(n){const e=J("close-screen");return(t,o)=>(a(),y(D,{class:"VPNavScreenMenuLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:i(e),innerHTML:t.item.text},null,8,["href","target","rel","onClick","innerHTML"]))}}),Na=$(Ia,[["__scopeId","data-v-27d04aeb"]]),Ma=_({__name:"VPNavScreenMenuGroupLink",props:{item:{}},setup(n){const e=J("close-screen");return(t,o)=>(a(),y(D,{class:"VPNavScreenMenuGroupLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:i(e)},{default:p(()=>[F(w(t.item.text),1)]),_:1},8,["href","target","rel","onClick"]))}}),je=$(Ma,[["__scopeId","data-v-7179dbb7"]]),Ea={class:"VPNavScreenMenuGroupSection"},Ca={key:0,class:"title"},Aa=_({__name:"VPNavScreenMenuGroupSection",props:{text:{},items:{}},setup(n){return(e,t)=>(a(),u("div",Ea,[e.text?(a(),u("p",Ca,w(e.text),1)):h("",!0),(a(!0),u(M,null,H(e.items,o=>(a(),y(je,{key:o.text,item:o},null,8,["item"]))),128))]))}}),Ba=$(Aa,[["__scopeId","data-v-4b8941ac"]]),Ha=n=>(A("data-v-c9df2649"),n=n(),B(),n),Da=["aria-controls","aria-expanded"],Oa=["innerHTML"],Fa=Ha(()=>v("span",{class:"vpi-plus button-icon"},null,-1)),Ua=["id"],Ra={key:1,class:"group"},ja=_({__name:"VPNavScreenMenuGroup",props:{text:{},items:{}},setup(n){const e=n,t=I(!1),o=g(()=>`NavScreenGroup-${e.text.replace(" ","-").toLowerCase()}`);function s(){t.value=!t.value}return(r,l)=>(a(),u("div",{class:N(["VPNavScreenMenuGroup",{open:t.value}])},[v("button",{class:"button","aria-controls":o.value,"aria-expanded":t.value,onClick:s},[v("span",{class:"button-text",innerHTML:r.text},null,8,Oa),Fa],8,Da),v("div",{id:o.value,class:"items"},[(a(!0),u(M,null,H(r.items,f=>(a(),u(M,{key:f.text},["link"in f?(a(),u("div",{key:f.text,class:"item"},[k(je,{item:f},null,8,["item"])])):(a(),u("div",Ra,[k(Ba,{text:f.text,items:f.items},null,8,["text","items"])]))],64))),128))],8,Ua)],2))}}),Ga=$(ja,[["__scopeId","data-v-c9df2649"]]),za={key:0,class:"VPNavScreenMenu"},Ka=_({__name:"VPNavScreenMenu",setup(n){const{theme:e}=V();return(t,o)=>i(e).nav?(a(),u("nav",za,[(a(!0),u(M,null,H(i(e).nav,s=>(a(),u(M,{key:s.text},["link"in s?(a(),y(Na,{key:0,item:s},null,8,["item"])):(a(),y(Ga,{key:1,text:s.text||"",items:s.items},null,8,["text","items"]))],64))),128))])):h("",!0)}}),Wa=_({__name:"VPNavScreenSocialLinks",setup(n){const{theme:e}=V();return(t,o)=>i(e).socialLinks?(a(),y(ye,{key:0,class:"VPNavScreenSocialLinks",links:i(e).socialLinks},null,8,["links"])):h("",!0)}}),Ge=n=>(A("data-v-362991c2"),n=n(),B(),n),qa=Ge(()=>v("span",{class:"vpi-languages icon lang"},null,-1)),Ja=Ge(()=>v("span",{class:"vpi-chevron-down icon chevron"},null,-1)),Ya={class:"list"},Xa=_({__name:"VPNavScreenTranslations",setup(n){const{localeLinks:e,currentLang:t}=X({correspondingLink:!0}),o=I(!1);function s(){o.value=!o.value}return(r,l)=>i(e).length&&i(t).label?(a(),u("div",{key:0,class:N(["VPNavScreenTranslations",{open:o.value}])},[v("button",{class:"title",onClick:s},[qa,F(" "+w(i(t).label)+" ",1),Ja]),v("ul",Ya,[(a(!0),u(M,null,H(i(e),f=>(a(),u("li",{key:f.link,class:"item"},[k(D,{class:"link",href:f.link},{default:p(()=>[F(w(f.text),1)]),_:2},1032,["href"])]))),128))])],2)):h("",!0)}}),Qa=$(Xa,[["__scopeId","data-v-362991c2"]]),Za={class:"container"},xa=_({__name:"VPNavScreen",props:{open:{type:Boolean}},setup(n){const e=I(null),t=Ce(oe?document.body:null);return(o,s)=>(a(),y(pe,{name:"fade",onEnter:s[0]||(s[0]=r=>t.value=!0),onAfterLeave:s[1]||(s[1]=r=>t.value=!1)},{default:p(()=>[o.open?(a(),u("div",{key:0,class:"VPNavScreen",ref_key:"screen",ref:e,id:"VPNavScreen"},[v("div",Za,[c(o.$slots,"nav-screen-content-before",{},void 0,!0),k(Ka,{class:"menu"}),k(Qa,{class:"translations"}),k(wa,{class:"appearance"}),k(Wa,{class:"social-links"}),c(o.$slots,"nav-screen-content-after",{},void 0,!0)])],512)):h("",!0)]),_:3}))}}),er=$(xa,[["__scopeId","data-v-382f42e9"]]),tr={key:0,class:"VPNav"},nr=_({__name:"VPNav",setup(n){const{isScreenOpen:e,closeScreen:t,toggleScreen:o}=Fo(),{frontmatter:s}=V(),r=g(()=>s.value.navbar!==!1);return _e("close-screen",t),ee(()=>{oe&&document.documentElement.classList.toggle("hide-nav",!r.value)}),(l,f)=>r.value?(a(),u("header",tr,[k(Pa,{"is-screen-open":i(e),onToggleScreen:i(o)},{"nav-bar-title-before":p(()=>[c(l.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":p(()=>[c(l.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":p(()=>[c(l.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":p(()=>[c(l.$slots,"nav-bar-content-after",{},void 0,!0)]),_:3},8,["is-screen-open","onToggleScreen"]),k(er,{open:i(e)},{"nav-screen-content-before":p(()=>[c(l.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":p(()=>[c(l.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3},8,["open"])])):h("",!0)}}),or=$(nr,[["__scopeId","data-v-f1e365da"]]),ze=n=>(A("data-v-2ea20db7"),n=n(),B(),n),sr=["role","tabindex"],ar=ze(()=>v("div",{class:"indicator"},null,-1)),rr=ze(()=>v("span",{class:"vpi-chevron-right caret-icon"},null,-1)),ir=[rr],lr={key:1,class:"items"},cr=_({__name:"VPSidebarItem",props:{item:{},depth:{}},setup(n){const e=n,{collapsed:t,collapsible:o,isLink:s,isActiveLink:r,hasActiveLink:l,hasChildren:f,toggle:d}=wt(g(()=>e.item)),m=g(()=>f.value?"section":"div"),L=g(()=>s.value?"a":"div"),b=g(()=>f.value?e.depth+2===7?"p":`h${e.depth+2}`:"p"),S=g(()=>s.value?void 0:"button"),P=g(()=>[[`level-${e.depth}`],{collapsible:o.value},{collapsed:t.value},{"is-link":s.value},{"is-active":r.value},{"has-active":l.value}]);function E(T){"key"in T&&T.key!=="Enter"||!e.item.link&&d()}function C(){e.item.link&&d()}return(T,R)=>{const j=K("VPSidebarItem",!0);return a(),y(q(m.value),{class:N(["VPSidebarItem",P.value])},{default:p(()=>[T.item.text?(a(),u("div",Q({key:0,class:"item",role:S.value},at(T.item.items?{click:E,keydown:E}:{},!0),{tabindex:T.item.items&&0}),[ar,T.item.link?(a(),y(D,{key:0,tag:L.value,class:"link",href:T.item.link,rel:T.item.rel,target:T.item.target},{default:p(()=>[(a(),y(q(b.value),{class:"text",innerHTML:T.item.text},null,8,["innerHTML"]))]),_:1},8,["tag","href","rel","target"])):(a(),y(q(b.value),{key:1,class:"text",innerHTML:T.item.text},null,8,["innerHTML"])),T.item.collapsed!=null&&T.item.items&&T.item.items.length?(a(),u("div",{key:2,class:"caret",role:"button","aria-label":"toggle section",onClick:C,onKeydown:st(C,["enter"]),tabindex:"0"},ir,32)):h("",!0)],16,sr)):h("",!0),T.item.items&&T.item.items.length?(a(),u("div",lr,[T.depth<5?(a(!0),u(M,{key:0},H(T.item.items,W=>(a(),y(j,{key:W.text,item:W,depth:T.depth+1},null,8,["item","depth"]))),128)):h("",!0)])):h("",!0)]),_:1},8,["class"])}}}),ur=$(cr,[["__scopeId","data-v-2ea20db7"]]),Ke=n=>(A("data-v-ec846e01"),n=n(),B(),n),dr=Ke(()=>v("div",{class:"curtain"},null,-1)),vr={class:"nav",id:"VPSidebarNav","aria-labelledby":"sidebar-aria-label",tabindex:"-1"},pr=Ke(()=>v("span",{class:"visually-hidden",id:"sidebar-aria-label"}," Sidebar Navigation ",-1)),fr=_({__name:"VPSidebar",props:{open:{type:Boolean}},setup(n){const{sidebarGroups:e,hasSidebar:t}=U(),o=n,s=I(null),r=Ce(oe?document.body:null);return O([o,s],()=>{var l;o.open?(r.value=!0,(l=s.value)==null||l.focus()):r.value=!1},{immediate:!0,flush:"post"}),(l,f)=>i(t)?(a(),u("aside",{key:0,class:N(["VPSidebar",{open:l.open}]),ref_key:"navEl",ref:s,onClick:f[0]||(f[0]=rt(()=>{},["stop"]))},[dr,v("nav",vr,[pr,c(l.$slots,"sidebar-nav-before",{},void 0,!0),(a(!0),u(M,null,H(i(e),d=>(a(),u("div",{key:d.text,class:"group"},[k(ur,{item:d,depth:0},null,8,["item"])]))),128)),c(l.$slots,"sidebar-nav-after",{},void 0,!0)])],2)):h("",!0)}}),hr=$(fr,[["__scopeId","data-v-ec846e01"]]),_r=_({__name:"VPSkipLink",setup(n){const e=ne(),t=I();O(()=>e.path,()=>t.value.focus());function o({target:s}){const r=document.getElementById(decodeURIComponent(s.hash).slice(1));if(r){const l=()=>{r.removeAttribute("tabindex"),r.removeEventListener("blur",l)};r.setAttribute("tabindex","-1"),r.addEventListener("blur",l),r.focus(),window.scrollTo(0,0)}}return(s,r)=>(a(),u(M,null,[v("span",{ref_key:"backToTop",ref:t,tabindex:"-1"},null,512),v("a",{href:"#VPContent",class:"VPSkipLink visually-hidden",onClick:o}," Skip to content ")],64))}}),mr=$(_r,[["__scopeId","data-v-c3508ec8"]]),br=_({__name:"Layout",setup(n){const{isOpen:e,open:t,close:o}=U(),s=ne();O(()=>s.path,o),Tt(e,o);const{frontmatter:r}=V(),l=Ae(),f=g(()=>!!l["home-hero-image"]);return _e("hero-image-slot-exists",f),(d,m)=>{const L=K("Content");return i(r).layout!==!1?(a(),u("div",{key:0,class:N(["Layout",i(r).pageClass])},[c(d.$slots,"layout-top",{},void 0,!0),k(mr),k(vt,{class:"backdrop",show:i(e),onClick:i(o)},null,8,["show","onClick"]),k(or,null,{"nav-bar-title-before":p(()=>[c(d.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":p(()=>[c(d.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":p(()=>[c(d.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":p(()=>[c(d.$slots,"nav-bar-content-after",{},void 0,!0)]),"nav-screen-content-before":p(()=>[c(d.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":p(()=>[c(d.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3}),k(Oo,{open:i(e),onOpenMenu:i(t)},null,8,["open","onOpenMenu"]),k(hr,{open:i(e)},{"sidebar-nav-before":p(()=>[c(d.$slots,"sidebar-nav-before",{},void 0,!0)]),"sidebar-nav-after":p(()=>[c(d.$slots,"sidebar-nav-after",{},void 0,!0)]),_:3},8,["open"]),k(bo,null,{"page-top":p(()=>[c(d.$slots,"page-top",{},void 0,!0)]),"page-bottom":p(()=>[c(d.$slots,"page-bottom",{},void 0,!0)]),"not-found":p(()=>[c(d.$slots,"not-found",{},void 0,!0)]),"home-hero-before":p(()=>[c(d.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":p(()=>[c(d.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":p(()=>[c(d.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":p(()=>[c(d.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":p(()=>[c(d.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":p(()=>[c(d.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":p(()=>[c(d.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":p(()=>[c(d.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":p(()=>[c(d.$slots,"home-features-after",{},void 0,!0)]),"doc-footer-before":p(()=>[c(d.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":p(()=>[c(d.$slots,"doc-before",{},void 0,!0)]),"doc-after":p(()=>[c(d.$slots,"doc-after",{},void 0,!0)]),"doc-top":p(()=>[c(d.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":p(()=>[c(d.$slots,"doc-bottom",{},void 0,!0)]),"aside-top":p(()=>[c(d.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":p(()=>[c(d.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":p(()=>[c(d.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":p(()=>[c(d.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":p(()=>[c(d.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":p(()=>[c(d.$slots,"aside-ads-after",{},void 0,!0)]),_:3}),k(So),c(d.$slots,"layout-bottom",{},void 0,!0)],2)):(a(),y(L,{key:1}))}}}),kr=$(br,[["__scopeId","data-v-a9a9e638"]]),Le={Layout:kr,enhanceApp:({app:n})=>{n.component("Badge",ct)}},$r={},gr={innerHTML:' + - - + + @@ -20,8 +20,8 @@ -
Skip to content

Changelog

Unreleased

0.21.3 - 2024-06-17 {#0.21.3-2024-06-17}

  • Fix stack overflows when using markerspace = :data with scatter #3960.

  • CairoMakie: Fix broken SVGs when using non-interpolated image primitives, for example Colorbars, with recent Cairo versions #3967.

  • CairoMakie: Add argument pdf_version to restrict the PDF version when saving a figure as a PDF #3845.

  • CairoMakie: Fix incorrect scaling factor for SVGs with Cairo_jll 1.18 #3964.

0.21.2 - 2024-05-22 {#0.21.2-2024-05-22}

  • Added cycle to general attribute allowlist so that it works also with plot types that don't set one in their theme #3879.

0.21.1 - 2024-05-21 {#0.21.1-2024-05-21}

  • boundingbox now relies on apply_transform(transform, data_limits(plot)) rather than transforming the corner points of the bounding box #3856.

  • Adjusted Axis limits to consider transformations more consistently #3864.

  • Fix problems with incorrectly disabled attributes in recipes #3870, #3866.

  • Fix RPRMakie with Material #3872.

  • Support the loop option in html video output #3697.

0.21.0 - 2024-05-08 {#0.21.0-2024-05-08}

  • Add voxels plot #3527.

  • Added supported markers hint to unsupported marker warn message #3666.

  • Fixed bug in CairoMakie line drawing when multiple successive points had the same color #3712.

  • Remove StableHashTraits in favor of calculating hashes directly with CRC32c #3667.

  • Breaking (sort of) Added a new @recipe variant which allows documenting attributes directly where they are defined and validating that all attributes are known whenever a plot is created. This is not breaking in the sense that the API changes, but user code is likely to break because of misspelled attribute names etc. that have so far gone unnoticed.

  • Add axis converts, enabling unit/categorical support and more #3226.

  • Breaking Streamlined data_limits and boundingbox #3671

    • data_limits now only considers plot positions, completely ignoring transformations

    • boundingbox(p::Text) is deprecated in favor of boundingbox(p::Text, p.markerspace[]). The more internal methods use string_boundingbox(p). #3723

    • boundingbox overwrites must now include a secondary space argument to work boundingbox(plot, space::Symbol = :data) #3723

    • boundingbox now always consider transform_func and model

    • data_limits(::Scatter) and boundingbox(::Scatter) now consider marker transformations #3716

  • Breaking Improved Float64 compatability of Axis #3681

    • This added an extra conversion step which only takes effect when Float32 precision becomes relevant. In those cases code using project() functions will be wrong as the transformation is not applied. Use project(plot_or_scene, ...) or apply the conversion yourself beforehand with Makie.f32_convert(plot_or_scene, transformed_point) and use patched_model = Makie.patch_model(plot_or_scene, model).

    • Makie.to_world(point, matrix, resolution) has been deprecated in favor of Makie.to_world(scene_or_plot, point) to include float32 conversions.

  • Breaking Reworked line shaders in GLMakie and WGLMakie #3558

    • GLMakie: Removed support for per point linewidths

    • GLMakie: Adjusted dots (e.g. with linestyle = :dot) to bend across a joint

    • GLMakie: Adjusted linestyles to scale with linewidth dynamically so that dots remain dots with changing linewidth

    • GLMakie: Cleaned up anti-aliasing for truncated joints

    • WGLMakie: Added support for linestyles

    • WGLMakie: Added line joints

    • WGLMakie: Added native anti-aliasing which generally improves quality but introduces outline artifacts in some cases (same as GLMakie)

    • Both: Adjusted handling of thin lines which may result in different color intensities

  • Fixed an issue with lines being drawn in the wrong direction in 3D (with perspective projection) #3651.

  • Breaking Renamed attribute rotations to rotation for scatter and meshscatter which had been inconsistent with the otherwise singular naming scheme and other plots like text #3724.

  • Fixed contourf bug where n levels would sometimes miss the uppermost value, causing gaps #3713.

  • Added scale attribute to violin #3352.

  • Use label formatter in barplot #3718.

  • Fix the incorrect shading with non uniform markerscale in meshscatter #3722

  • Add scale_to=:flip option to hist, which flips the direction of the bars #3732

  • Fixed an issue with the texture atlas not updating in WGLMakie after display, causing new symbols to not show up #3737

  • Added linecap and joinstyle attributes for lines and linesegments. Also normalized miter_limit to 60° across all backends. #3771

0.20.10 2024-05-07 {#0.20.10-2024-05-07}

  • Loosened type restrictions for potentially array-valued colors in Axis attributes like xticklabelcolor #3826.

  • Added support for intervals for specifying axis limits #3696

  • Added recipes for plotting intervals to Band, Rangebars, H/VSpan 3695

  • Documented WilkinsonTicks #3819.

  • Added axislegend(ax, "title") method #3808.

  • Improved thread safety of rendering with CairoMakie (independent Scenes only) by locking FreeType handles #3777.

  • Adds a tutorial for how to make recipes work with new types #3816.

  • Provided an interface to convert markers in CairoMakie separately (cairo_scatter_marker) so external packages can overload it. #3811

  • Updated to DelaunayTriangulation v1.0 #3787.

  • Added methods hidedecorations!, hiderdecorations!, hidethetadecorations! and hidespines! for PolarAxis axes #3823.

  • Added loop option support for HTML outputs when recording videos with record #3697.

0.20.9 - 2024-03-29 {#0.20.9-2024-03-29}

  • Added supported markers hint to unsupported marker warn message #3666.

  • Fixed bug in CairoMakie line drawing when multiple successive points had the same color #3712.

  • Remove StableHashTraits in favor of calculating hashes directly with CRC32c #3667.

  • Fixed contourf bug where n levels would sometimes miss the uppermost value, causing gaps #3713.

  • Added scale attribute to violin #3352.

  • Use label formatter in barplot #3718.

  • Fix the incorrect shading with non uniform markerscale in meshscatter #3722

  • Add scale_to=:flip option to hist, which flips the direction of the bars #3732

  • Fixed an issue with the texture atlas not updating in WGLMakie after display, causing new symbols to not show up #3737

0.20.8 - 2024-02-22 {#0.20.8-2024-02-22}

  • Fixed excessive use of space with HTML image outputs #3642.

  • Fixed bugs with format strings and add new features by switching to Format.jl #3633.

  • Fixed an issue where CairoMakie would unnecessarily rasterize polygons #3605.

  • Added PointBased conversion trait to scatterlines recipe #3603.

  • Multiple small fixes for map_latest, WGLMakie picking and PlotSpec #3637.

  • Fixed PolarAxis rticks being incompatible with rich text. #3615

  • Fixed an issue causing lines, scatter and text to not scale with resolution after deleting plots in GLMakie. #3649

0.20.7 - 2024-02-04 {#0.20.7-2024-02-04}

  • Equalized alignment point of mirrored ticks to that of normal ticks #3598.

  • Fixed stack overflow error on conversion of gridlike data with missings #3597.

  • Fixed mutation of CairoMakie src dir when displaying png files #3588.

  • Added better error messages for plotting into FigureAxisPlot and AxisPlot as Plots.jl users are likely to do #3596.

  • Added compat bounds for IntervalArithmetic.jl due to bug with DelaunayTriangulation.jl #3595.

  • Removed possibility of three-argument barplot #3574.

0.20.6 - 2024-02-02 {#0.20.6-2024-02-02}

  • Fix issues with Camera3D not centering #3582

  • Allowed creating legend entries from plot objects with scalar numbers as colors #3587.

0.20.5 - 2024-01-25 {#0.20.5-2024-01-25}

  • Use plot plot instead of scene transform functions in CairoMakie, fixing missplaced h/vspan. #3552

  • Fix error printing on shader error #3530.

  • Update pagefind to 1.0.4 for better headline search #3534.

  • Remove unecessary deps, e.g. Setfield 3546.

  • Don't clear args, rely on delete deregister_callbacks #3543.

  • Add interpolate keyword for Surface #3541.

  • Fix a DataInspector bug if inspector_label is used with RGB images #3468.

0.20.4 - 2024-01-04 {#0.20.4-2024-01-04}

  • Changes for Bonito rename and WGLMakie docs improvements #3477.

  • Add stroke and glow support to scatter and text in WGLMakie #3518.

  • Fix clipping issues with Camera3D when zooming in #3529

0.20.3 - 2023-12-21 {#0.20.3-2023-12-21}

  • Add depthsorting as a hidden attribute for scatter plots in GLMakie as an alternative fix for outline artifacts. #3432

  • Disable SDF based anti-aliasing in scatter, text and lines plots when fxaa = true in GLMakie. This allows removing outline artifacts at the cost of quality. #3408

  • DataInspector Fixes: Fixed depth order, positional labels being in transformed space and :inspector_clear not getting called when moving from one plot to another. #3454

  • Fixed bug in GLMakie where the update from a (i, j) sized GPU buffer to a (j, i) sized buffer would fail #3456.

  • Add interpolate=true to volume(...), allowing to disable interpolation #3485.

0.20.2 - 2023-12-01 {#0.20.2-2023-12-01}

  • Switched from SHA512 to CRC32c salting in CairoMakie svgs, drastically improving svg rendering speed #3435.

  • Fixed a bug with h/vlines and h/vspan not correctly resolving transformations #3418.

  • Fixed a bug with h/vlines and h/vspan returning the wrong limits, causing an error in Axis #3427.

  • Fixed clipping when zooming out of a 3D (L)Scene #3433.

  • Moved the texture atlas cache to .julia/scratchspaces instead of a dedicated .julia/makie #3437

0.20.1 - 2023-11-23 {#0.20.1-2023-11-23}

  • Fixed bad rendering of poly in GLMakie by triangulating points after transformations #3402.

  • Fixed bug regarding inline display in VSCode Jupyter notebooks and other similar environments #3403.

  • Fixed issue with plottype, allowed onany(...; update = true) and fixed Block macro use outside Makie #3401.

0.20.0 - 2023-11-21 {#0.20.0-2023-11-21}

  • GLMakie has gained support for HiDPI (aka Retina) screens. This also enables saving images with higher resolution than screen pixel dimensions #2544.

  • Fixed an issue where NaN was interpreted as zero when rendering surface through CairoMakie #2598.

  • Improved 3D camera handling, hotkeys and functionality #2746.

  • Added shading = :verbose in GLMakie to allow for multiple light sources. Also added more light types, fixed light directions for the previous lighting model (now shading = :fast) and adjusted backlight to affect normals#3246.

  • Changed the glyph used for negative numbers in tick labels from hyphen to minus #3379.

  • Added new declarative API for AlgebraOfGraphics, Pluto and easier dashboards #3281.

  • WGLMakie got faster line rendering with less updating bugs #3062.

  • Breaking Replaced PolarAxis.radial_distortion_threshold with PolarAxis.radius_at_origin. #3381

  • Breaking Deprecated the resolution keyword in favor of size to reflect that this value is not a pixel resolution anymore #3343.

  • Breaking Refactored the SurfaceLike family of traits into VertexGrid, CellGrid and ImageLike #3106.

  • Breaking Deprecated pixelarea(scene) and scene.px_area in favor of viewport.

  • Breaking Refactored the Combined Plot object and renamed it to Plot, improving compile times ~2x #3082.

  • Breaking Removed old depreactions in #3113.

  • Breaking Deprecated using AbstractVector as sides of image #3395.

  • Breaking errorbars and rangebars now use color cycling #3230.

0.19.12 - 2023-10-31 {#0.19.12-2023-10-31}

  • Added cornerradius attribute to Box for rounded corners #3346.

  • Fix grouping of a zero-height bar in barplot. Now a zero-height bar shares the same properties of the previous bar, and if the bar is the first one, its height is treated as positive if and only if there exists a bar of positive height or all bars are zero-height #3058.

  • Fixed a bug where Axis still consumes scroll events when interactions are disabled #3272.

  • Added cornerradius attribute to Box for rounded corners #3308.

  • Upgraded StableHashTraits from 1.0 to 1.1 #3309.

0.19.11 - 2023-10-05 {#0.19.11-2023-10-05}

  • Setup automatic colorbars for volumeslices #3253.

  • Colorbar for arrows #3275.

  • Small bugfixes #3275.

0.19.10 - 2023-09-21 {#0.19.10-2023-09-21}

  • Fixed bugs with Colorbar in recipes, add new API for creating a recipe colorbar and introduce experimental support for Categorical colormaps #3090.

  • Added experimental Datashader implementation #2883.

  • Breaking Changed the default order Polar arguments to (theta, r). #3154

  • General improvements to PolarAxis: full rlimtis & thetalimits, more controls and visual tweaks. See pr for more details.#3154

0.19.9 - 2023-09-11 {#0.19.9-2023-09-11}

  • Allow arbitrary reversible scale functions through ReversibleScale.

  • Deprecated linestyle=vector_of_gaps in favor of linestyle=Linestyle(vector_of_gaps) 3135, 3193.

  • Fixed some errors around dynamic changes of ax.xscale or ax.yscale #3084

  • Improved Barplot Label Alignment #3160.

  • Fixed regression in determining axis limits #3179

  • Added a theme theme_latexfonts that uses the latex font family as default fonts #3147, #3180.

  • Upgrades StableHashTraits from 0.3 to 1.0

0.19.8 - 2023-08-15 {#0.19.8-2023-08-15}

  • Improved CairoMakie rendering of lines with repeating colors in an array #3141.

  • Added strokecolormap to poly. #3145

  • Added xreversed, yreversed and zreversed attributes to Axis3 #3138.

  • Fixed incorrect placement of contourlabels with transform functions #3083

  • Fixed automatic normal generation for meshes with shading and no normals #3041.

  • Added the triplot and voronoiplot recipes from DelaunayTriangulation.jl #3102, #3159.

0.19.7 - 2023-07-22 {#0.19.7-2023-07-22}

  • Allow arbitrary functions to color streamplot lines by passing a Function to color. This must accept Point of the appropriate dimension and return a Point, Vec, or other arraylike object #2002.

  • arrows can now take input of the form x::AbstractVector, y::AbstractVector, [z::AbstractVector,] f::Function, where f must return a VecTypes of the appropriate dimension #2597.

  • Exported colorbuffer, and added colorbuffer(axis::Axis; include_decorations=false, colorbuffer_kws...), to get an image of an axis with or without decorations #3078.

  • Fixed an issue where the linestyle of some polys was not applied to the stroke in CairoMakie. #2604

  • Add colorscale = identity to any plotting function using a colormap. This works with any scaling function like log10, sqrt etc. Consequently, scale for hexbin is replaced with colorscale #2900.

  • Add alpha=1.0 argument to all basic plots, which supports independently adding an alpha component to colormaps and colors. Multiple alphas like in plot(alpha=0.2, color=RGBAf(1, 0, 0, 0.5)), will get multiplied #2900.

  • hexbin now supports any per-observation weights which StatsBase respects - <: StatsBase.AbstractWeights, Vector{Real}, or nothing (the default). #2804

  • Added a new Axis type, PolarAxis, which is an axis with a polar projection. Input is in (r, theta) coordinates and is transformed to (x, y) coordinates using the standard polar-to-cartesian transformation. Generally, its attributes are very similar to the usual Axis attributes, but x is replaced by r and y by θ. It also inherits from the theme of Axis in this manner, so should work seamlessly with Makie themes #2990.

  • inherit now has a new signature inherit(scene, attrs::NTuple{N, Symbol}, default_value), allowing recipe authors to access nested attributes when trying to inherit from the parent Scene. For example, one could inherit from scene.Axis.yticks by inherit(scene, (:Axis, :yticks), $default_value) #2990.

  • Fixed incorrect rendering of 3D heatmaps #2959

  • Deprecated flatten_plots in favor of collect_atomic_plots. Using the new collect_atomic_plots fixed a bug in CairoMakie where the z-level of plots within recipes was not respected. #2793

  • Fixed incorrect line depth in GLMakie #2843

  • Fixed incorrect line alpha in dense lines in GLMakie #2843

  • Fixed DataInspector interaction with transformations #3002

  • Added option WGLMakie.activate!(resize_to_body=true), to make plots resize to the VSCode plotpane. Resizes to the HTML body element, so may work outside VSCode #3044, #3042.

  • Fixed DataInspector interaction with transformations #3002.

  • Fixed incomplete stroke with some Bezier markers in CairoMakie and blurry strokes in GLMakie #2961

  • Added the ability to use custom triangulations from DelaunayTriangulation.jl #2896.

  • Adjusted scaling of scatter/text stroke, glow and anti-aliasing width under non-uniform 2D scaling (Vec2f markersize/fontsize) in GLMakie #2950.

  • Scaled errorbar whiskers and bracket correctly with transformations #3012.

  • Updated bracket when the screen is resized or transformations change #3012.

0.19.6 - 2023-06-09 {#0.19.6-2023-06-09}

  • Fixed broken AA for lines with strongly varying linewidth #2953.

  • Fixed WGLMakie JS popup #2976.

  • Fixed legendelements when children have no elements #2982.

  • Bumped compat for StatsBase to 0.34 #2915.

  • Improved thread safety #2840.

0.19.5 - 2023-05-12 {#0.19.5-2023-05-12}

  • Added loop option for GIF outputs when recording videos with record #2891.

  • Fixed line rendering issues in GLMakie #2843.

  • Fixed incorrect line alpha in dense lines in GLMakie #2843.

  • Changed scene.clear to an observable and made changes in Scene Observables trigger renders in GLMakie #2929.

  • Added contour labels #2496.

  • Allowed rich text to be used in Legends #2902.

  • Added more support for zero length Geometries #2917.

  • Made CairoMakie drawing for polygons with holes order independent #2918.

  • Fixes for Makie.inline!(), allowing now for Makie.inline!(automatic) (default), which is better at automatically opening a window/ inlining a plot into plotpane when needed #2919 #2937.

  • Block/Axis doc improvements #2940 #2932 #2894.

0.19.4 - 2023-03-31 {#0.19.4-2023-03-31}

  • Added export of hidezdecorations! from MakieLayout #2821.

  • Fixed an issue with GLMakie lines becoming discontinuous #2828.

0.19.3 - 2023-03-21 {#0.19.3-2023-03-21}

  • Added the stephist plotting function #2408.

  • Added the brackets plotting function #2356.

  • Fixed an issue where poly plots with Vector{<: MultiPolygon} inputs with per-polygon color were mistakenly rendered as meshes using CairoMakie #2590.

  • Fixed a small typo which caused an error in the Stepper constructor #2600.

  • Improve cleanup on block deletion #2614

  • Add menu.scroll_speed and increase default speed for non-apple #2616.

  • Fixed rectangle zoom for nonlinear axes #2674

  • Cleaned up linestyles in GLMakie (Fixing artifacting, spacing/size, anti-aliasing) #2666.

  • Fixed issue with scatterlines only accepting concrete color types as markercolor #2691.

  • Fixed an accidental issue where LaTeXStrings were not typeset correctly in Axis3 #2558.

  • Fixed a bug where line segments in text(lstr::LaTeXString) were ignoring offsets #2668.

  • Fixed a bug where the arrows recipe accidentally called a Bool when normalize = true #2740.

  • Re-exported the @colorant_str (colorant"...") macro from Colors.jl #2726.

  • Speedup heatmaps in WGLMakie. #2647

  • Fix slow data_limits for recipes, which made plotting lots of data with recipes much slower #2770.

0.19.1 - 2023-01-01 {#0.19.1-2023-01-01}

  • Add show_data method for band which shows the min and max values of the band at the x position of the cursor #2497.

  • Added xlabelrotation, ylabelrotation (Axis) and labelrotation (Colorbar) #2478.

  • Fixed forced rasterization in CairoMakie svg files when polygons with colors specified as (color, alpha) tuples were used #2535.

  • Do less copies of Observables in Attributes + plot pipeline #2443.

  • Add Search Page and tweak Result Ordering #2474.

  • Remove all global attributes from TextureAtlas implementation and fix julia#master #2498.

  • Use new Bonito, implement WGLMakie picking, improve performance and fix lots of WGLMakie bugs #2428.

0.19.0 - 2022-12-03 {#0.19.0-2022-12-03}

  • Breaking The attribute textsize has been removed everywhere in favor of the attribute fontsize which had also been in use. To migrate, search and replace all uses of textsize to fontsize #2387.

  • Added rich text which allows to more easily use superscripts and subscripts as well as differing colors, fonts, fontsizes, etc. for parts of a given text #2321.

0.18.4 - 2022-12-02 {#0.18.4-2022-12-02}

  • Added the waterfall plotting function #2416.

  • Add support for AbstractPattern in WGLMakie #2432.

  • Broadcast replaces deprecated method for quantile #2430.

  • Fix CairoMakie's screen re-using #2440.

  • Fix repeated rendering with invisible objects #2437.

  • Fix hvlines for GLMakie #2446.

0.18.3 - 2022-11-17 {#0.18.3-2022-11-17}

  • Add render_on_demand flag for GLMakie.Screen. Setting this to true will skip rendering until plots get updated. This is the new default #2336, #2397.

  • Clean up OpenGL state handling in GLMakie #2397.

  • Fix salting #2407.

  • Fixes for GtkMakie #2418.

0.18.2 - 2022-11-03 {#0.18.2-2022-11-03}

  • Fix Axis3 tick flipping with negative azimuth #2364.

  • Fix empty!(fig) and empty!(ax) #2374, #2375.

  • Remove stencil buffer #2389.

  • Move Arrows and Wireframe to MakieCore #2384.

  • Skip legend entry if label is nothing #2350.

0.18.1 - 2022-10-24 {#0.18.1-2022-10-24}

  • fix heatmap interpolation #2343.

  • move poly to MakieCore #2334

  • Fix picking warning and update_axis_camera #2352.

  • bring back inline!, to not open a window in VSCode repl #2353.

0.18.0 - 2022-10-12 {#0.18.0-2022-10-12}

  • Breaking Added BezierPath which can be constructed from SVG like command list, SVG string or from a Polygon. Added ability to use BezierPath and Polgyon as scatter markers. Replaced default symbol markers like :cross which converted to characters before with more precise BezierPaths and adjusted default markersize to 12. Deprecated using String to specify multiple char markers (scatter(1:4, marker="abcd")). Deprecated concrete geometries as markers like Circle(Point2f(0), 1.5) in favor of using the type like Circle for dispatch to special backend methods. Added single image marker support to WGLMakie #979.

  • Breaking Refactored display, record, colorbuffer and screens to be faster and more consistent #2306.

  • Breaking Refactored DataInspector to use tooltip. This results in changes in the attributes of DataInspector. Added inspector_label, inspector_hover and inspector_clear as optional attributes #2095.

  • Added the hexbin plotting function #2201.

  • Added the tricontourf plotting function #2226.

  • Fixed per character attributes in text #2244.

  • Allowed CairoMakie to render scatter with images as markers #2080.

  • Reworked text drawing and added ability to draw special characters via glyph indices in order to draw more LaTeX math characters with MathTeXEngine v0.5 #2139.

  • Allowed text to be copy/pasted into Textbox #2281

  • Fixed updates for multiple meshes #2277.

  • Fixed broadcasting for linewidth, lengthscale & arrowsize in arrow recipe #2273.

  • Made GLMakie relocatable #2282.

  • Fixed changing input types in plot arguments #2297.

  • Better performance for Menus and fix clicks on items #2299.

  • Fixed CairoMakie bitmaps with transparency by using premultiplied ARGB surfaces #2304.

  • Fixed hiding of Scenes by setting scene.visible[] = false #2317.

  • Axis now accepts a Tuple{Bool, Bool} for xtrimspine and ytrimspine to trim only one end of the spine #2171.

0.17.13 - 2022-08-04 {#0.17.13-2022-08-04}

  • Fixed boundingboxes #2184.

  • Fixed highclip/lowclip in meshscatter, poly, contourf, barplot #2183.

  • Fixed gridline updates #2196.

  • Fixed glDisablei argument order, which crashed some Intel drivers.

0.17.12 - 2022-07-22 {#0.17.12-2022-07-22}

  • Fixed stackoverflow in show #2167.

0.17.11 - 2022-07-21 {#0.17.11-2022-07-21}

  • rainclouds(!) now supports violin_limits keyword argument, serving the same.

role as datalimits in violin #2137.

  • Fixed an issue where nonzero strokewidth results in a thin outline of the wrong color if color and strokecolor didn't match and weren't transparent. #2096.

  • Improved performance around Axis(3) limits #2115.

  • Cleaned up stroke artifacts in scatter and text #2096.

  • Compile time improvements #2153.

  • Mesh and Surface now interpolate between values instead of interpolating between colors for WGLMakie + GLMakie #2097.

0.17.10 - 2022-07-13 {#0.17.10-2022-07-13}

  • Bumped compatibility bound of GridLayoutBase.jl to v0.9.0 which fixed a regression with Mixed and Outside alignmodes in nested GridLayouts #2135.

0.17.9 - 2022-07-12 {#0.17.9-2022-07-12}

  • Patterns (Makie.AbstractPattern) are now supported by CairoMakie in poly plots that don't involve mesh, such as bar and poly #2106.

  • Fixed regression where Block alignments could not be specified as numbers anymore #2108.

  • Added the option to show mirrored ticks on the other side of an Axis using the attributes xticksmirrored and yticksmirrored #2105.

  • Fixed a bug where a set of Axis wouldn't be correctly linked together if they were only linked in pairs instead of all at the same time #2116.

0.17.7 - 2022-06-19 {#0.17.7-2022-06-19}

  • Improved Menu performance, now it should be much harder to reach the boundary of 255 scenes in GLMakie. Menu also takes a default keyword argument now and can be scrolled if there is too little space available.

0.17.6 - 2022-06-17 {#0.17.6-2022-06-17}

  • EXPERIMENTAL: Added support for multiple windows in GLMakie through display(GLMakie.Screen(), figure_or_scene) #1771.

  • Added support for RGB matrices in heatmap with GLMakie #2036

  • Textbox doesn't defocus anymore on trying to submit invalid input #2041.

  • text now takes the position as the first argument(s) like scatter and most other plotting functions, it is invoked text(x, y, [z], text = "text"). Because it is now of conversion type PointBased, the positions can be given in all the usual different ways which are implemented as conversion methods. All old invocation styles such as text("text", position = Point(x, y)) still work to maintain backwards compatibility #2020.

0.17.5 - 2022-06-10 {#0.17.5-2022-06-10}

  • Fixed a regression with linkaxes! #2039.

0.17.4 - 2022-06-09 {#0.17.4-2022-06-09}

  • The functions hlines!, vlines!, hspan!, vspan! and abline! were reimplemented as recipes. This allows using them without an Axis argument in first position and also as visuals in AlgebraOfGraphics.jl. Also, abline! is now called ablines! for consistency, abline! is still exported but deprecated and will be removed in the future. #2023.

  • Added rainclouds and rainclouds! #1725.

  • Improve CairoMakie performance #1964 #1981.

  • Interpolate colormap correctly #1973.

  • Fix picking #1993.

  • Improve compile time latency #1968 #2000.

  • Fix multi poly with rects #1999.

  • Respect scale and nonlinear values in PlotUtils cgrads #1979.

  • Fix CairoMakie heatmap filtering #1828.

  • Remove GLVisualize and MakieLayout module #2007 #2008.

  • Add linestyle and default to extrema(z) for contour, remove bitrotten fillrange #2008.

0.17.3 - 2022-05-20 {#0.17.3-2022-05-20}

  • Switched to MathTeXEngine v0.4, which improves the look of LaTeXStrings #1952.

  • Added subtitle capability to Axis #1859.

  • Fixed a bug where scaled colormaps constructed using Makie.cgrad were not interpreted correctly.

0.17.2 - 2022-05-16 {#0.17.2-2022-05-16}

  • Changed the default font from Dejavu Sans to TeX Gyre Heros Makie which is the same as TeX Gyre Heros with slightly decreased descenders and ascenders. Decreasing those metrics reduced unnecessary whitespace and alignment issues. Four fonts in total were added, the styles Regular, Bold, Italic and Bold Italic. Also changed Axis, Axis3 and Legend attributes titlefont to TeX Gyre Heros Makie Bold in order to separate it better from axis labels in multifacet arrangements #1897.

0.17.1 - 2022-05-13 {#0.17.1-2022-05-13}

  • Added word wrapping. In Label, word_wrap = true causes it to use the suggested width and wrap text to fit. In text, word_wrap_width > 0 can be used to set a pixel unit line width. Any word (anything between two spaces without a newline) that goes beyond this width gets a newline inserted before it #1819.

  • Improved Axis3's interactive performance #1835.

  • Fixed errors in GLMakie's scatter implementation when markers are given as images. #1917.

  • Removed some method ambiguities introduced in v0.17 #1922.

  • Add an empty default label, "", to each slider that doesn't have a label in SliderGrid #1888.

0.17.0 - 2022-05-05 {#0.17.0-2022-05-05}

  • Breaking Added space as a generic attribute to switch between data, pixel, relative and clip space for positions. space in text has been renamed to markerspace because of this. Pixel and SceneSpace are no longer valid inputs for space or markerspace #1596.

  • Breaking Deprecated mouse_selection(scene) for pick(scene).

  • Breaking Bumped GridLayoutBase version to v0.7, which introduced offset layouts. Now, indexing into row 0 doesn't create a new row 1, but a new row 0, so that all previous content positions stay the same. This makes building complex layouts order-independent #1704.

  • Breaking deprecate to_colormap(cmap, ncolors) in favor of categorical_colors(cmap, ncolors) and resample_cmap(cmap, ncolors) #1901 #1723.

  • Added empty!(fig) and changed empty!(scene) to remove all child plots without detaching windows #1818.

  • Switched to erroring instead of warning for deprecated events mousebuttons, keyboardbuttons and mousedrag.

  • Layoutable was renamed to Block and the infrastructure changed such that attributes are fixed fields and each block has its own Scene for better encapsulation #1796.

  • Added SliderGrid block which replaces the deprecated labelslider! and labelslidergrid! functions #1796.

  • The default anti-aliasing method can now be set in CairoMakie.activate! using the antialias keyword. Available options are CairoMakie.Cairo.ANTIALIAS_* #1875.

  • Added ability to rasterize a plots in CairoMakie vector graphics if plt.rasterize = true or plt.rasterize = scale::Int #1872.

  • Fixed segfaults in streamplot_impl on Mac M1 #1830.

  • Set the Cairo miter limit to mimic GLMakie behaviour #1844.

  • Fixed a method ambiguity in rotatedrect #1846.

  • Allow weights in statistical recipes #1816.

  • Fixed manual cycling of plot attributes #1873.

  • Fixed type constraints in ticklabelalign attributes #1882.

0.16.4 - 2022-02-16 {#0.16.4-2022-02-16}

  • Fixed WGLMakie performance bug and added option to set fps via WGLMakie.activate!(fps=30).

  • Implemented nan_color, lowclip, highclip for image(::Matrix{Float}) in shader.

  • Cleaned up mesh shader and implemented nan_color, lowclip, highclip for mesh(m; color::Matrix{Float}) on the shader.

  • Allowed GLMakie.Buffer GLMakie.Sampler to be used in GeometryBasics.Mesh to partially update parts of a mesh/texture and different interpolation and clamping modes for the texture.

0.16.0 - 2022-01-07 {#0.16.0-2022-01-07}

  • Breaking Removed Node alias #1307, #1393. To upgrade, simply replace all occurrences of Node with Observable.

  • Breaking Cleaned up Scene type #1192, #1393. The Scene() constructor doesn't create any axes or limits anymore. All keywords like raw, show_axis have been removed. A scene now always works like it did when using the deprecated raw=true. All the high level functionality like showing an axis and adding a 3d camera has been moved to LScene. See the new Scene tutorial for more info: https://docs.makie.org/dev/tutorials/scenes/.

  • Breaking Lights got moved to Scene, see the lighting docs and RPRMakie examples.

  • Added ECDF plot #1310.

  • Added Order Independent Transparency to GLMakie #1418, #1506. This type of transparency is now used with transpareny = true. The old transparency handling is available with transparency = false.

  • Fixed blurry text in GLMakie and WGLMakie #1494.

  • Introduced a new experimental backend for ray tracing: RPRMakie.

  • Added the Cycled type, which can be used to select the i-th value from the current cycler for a specific attribute #1248.

  • The plot function scatterlines now uses color as markercolor if markercolor is automatic. Also, cycling of the color attribute is enabled #1463.

  • Added the function resize_to_layout!, which allows to resize a Figure so that it contains its top GridLayout without additional whitespace or clipping #1438.

  • Cleaned up lighting in 3D contours and isosurfaces #1434.

  • Adjusted attributes of volumeslices to follow the normal structure #1404. This allows you to adjust attributes like colormap without going through nested attributes.

  • Added depth to 3D contours and isosurfaces #1395, #1393. This allows them to intersect correctly with other 3D objects.

  • Restricted 3D scene camera to one scene #1394, #1393. This fixes issues with multiple scenes fighting over events consumed by the camera. You can select a scene by cleaning on it.

  • Added depth shift attribute for GLMakie and WGLMakie #1382, #1393. This can be used to adjust render order similar to overdraw.

  • Simplified automatic width computation in barplots #1223, #1393. If no width attribute is passed, the default width is computed as the minimum difference between consecutive x positions. Gap between bars are given by the (multiplicative) gap attribute. The actual bar width equals width * (1 - gap).

  • Added logical expressions for ispressed #1222, #1393. This moves a lot of control over hotkeys towards the user. With these changes one can now set a hotkey to trigger on any or no key, collections of keys and logical combinations of keys (i.e. "A is pressed and B is not pressed").

  • Fixed issues with Menu render order #1411.

  • Added label_rotation to barplot #1401.

  • Fixed issue where pixelcam! does not remove controls from other cameras #1504.

  • Added conversion for OffsetArrays #1260.

  • The qqplot qqline options were changed to :identity, :fit, :fitrobust and :none (the default) #1563. Fixed numeric error due to double computation of quantiles when fitting qqline. Deprecated plot(q::QQPair) method as it does not have enough information for correct qqline fit.

All other changes are collected in this PR and in the release notes.

0.15.3 - 2021-10-16 {#0.15.3-2021-10-16}

  • The functions labelslidergrid! and labelslider! now set fixed widths for the value column with a heuristic. It is possible now to pass Formatting.format format strings as format specifiers in addition to the previous functions.

  • Fixed 2D arrow rotations in streamplot #1352.

0.15.2 - 2021-08-26 {#0.15.2-2021-08-26}

  • Reenabled Julia 1.3 support.

  • Use MathTexEngine v0.2.

  • Depend on new GeometryBasics, which changes all the Vec/Point/Quaternion/RGB/RGBA - f0 aliases to just f. For example, Vec2f0 is changed to Vec2f. Old aliases are still exported, but deprecated and will be removed in the next breaking release. For more details and an upgrade script, visit GeometryBasics#97.

  • Added hspan! and vspan! functions #1264.

0.15.1 - 2021-08-21 {#0.15.1-2021-08-21}

  • Switched documentation framework to Franklin.jl.

  • Added a specialization for volumeslices to DataInspector.

  • Fixed 1 element hist #1238 and make it easier to move hist #1150.

0.15.0 - 2021-07-15 {#0.15.0-2021-07-15}

  • LaTeXStrings can now be used as input to text and therefore as labels for Axis, Legend, or other comparable objects. Mathematical expressions are typeset using MathTeXEngine.jl which offers a fast approximation of LaTeX typesetting #1022.

  • Added Symlog10 and pseudolog10 axis scales for log scale approximations that work with zero and negative values #1109.

  • Colorbar limits can now be passed as the attribute colorrange similar to plots #1066.

  • Added the option to pass three vectors to heatmaps and other plots using SurfaceLike conversion #1101.

  • Added stairs plot recipe #1086.

  • Breaking Removed FigurePosition and FigureSubposition types. Indexing into a Figure like fig[1, 1] now returns GridPosition and GridSubposition structs, which can be used in the same way as the types they replace. Because of an underlying change in GridLayoutBase.jl, it is now possible to do Axis(gl[1, 1]) where gl is a GridLayout that is a sublayout of a Figure's top layout #1075.

  • Bar plots and histograms have a new option for adding text labels #1069.

  • It is now possible to specify one linewidth value per segment in linesegments #992.

  • Added a new 3d camera that allows for better camera movements using keyboard and mouse #1024.

  • Fixed the application of scale transformations to surface #1070.

  • Added an option to set a custom callback function for the RectangleZoom axis interaction to enable other use cases than zooming #1104.

  • Fixed rendering of heatmaps with one or more reversed ranges in CairoMakie, as in heatmap(1:10, 10:-1:1, rand(10, 10)) #1100.

  • Fixed volume slice recipe and added docs for it #1123.

- +
Skip to content

Changelog

Unreleased

  • validate plot attributes later, for axis specific plot attributes #3974.

0.21.3 - 2024-06-17 {#0.21.3-2024-06-17}

  • Fix stack overflows when using markerspace = :data with scatter #3960.

  • CairoMakie: Fix broken SVGs when using non-interpolated image primitives, for example Colorbars, with recent Cairo versions #3967.

  • CairoMakie: Add argument pdf_version to restrict the PDF version when saving a figure as a PDF #3845.

  • CairoMakie: Fix incorrect scaling factor for SVGs with Cairo_jll 1.18 #3964.

  • Fixed use of Textbox from Bonito #3924

0.21.2 - 2024-05-22 {#0.21.2-2024-05-22}

  • Added cycle to general attribute allowlist so that it works also with plot types that don't set one in their theme #3879.

0.21.1 - 2024-05-21 {#0.21.1-2024-05-21}

  • boundingbox now relies on apply_transform(transform, data_limits(plot)) rather than transforming the corner points of the bounding box #3856.

  • Adjusted Axis limits to consider transformations more consistently #3864.

  • Fix problems with incorrectly disabled attributes in recipes #3870, #3866.

  • Fix RPRMakie with Material #3872.

  • Support the loop option in html video output #3697.

0.21.0 - 2024-05-08 {#0.21.0-2024-05-08}

  • Add voxels plot #3527.

  • Added supported markers hint to unsupported marker warn message #3666.

  • Fixed bug in CairoMakie line drawing when multiple successive points had the same color #3712.

  • Remove StableHashTraits in favor of calculating hashes directly with CRC32c #3667.

  • Breaking (sort of) Added a new @recipe variant which allows documenting attributes directly where they are defined and validating that all attributes are known whenever a plot is created. This is not breaking in the sense that the API changes, but user code is likely to break because of misspelled attribute names etc. that have so far gone unnoticed.

  • Add axis converts, enabling unit/categorical support and more #3226.

  • Breaking Streamlined data_limits and boundingbox #3671

    • data_limits now only considers plot positions, completely ignoring transformations

    • boundingbox(p::Text) is deprecated in favor of boundingbox(p::Text, p.markerspace[]). The more internal methods use string_boundingbox(p). #3723

    • boundingbox overwrites must now include a secondary space argument to work boundingbox(plot, space::Symbol = :data) #3723

    • boundingbox now always consider transform_func and model

    • data_limits(::Scatter) and boundingbox(::Scatter) now consider marker transformations #3716

  • Breaking Improved Float64 compatability of Axis #3681

    • This added an extra conversion step which only takes effect when Float32 precision becomes relevant. In those cases code using project() functions will be wrong as the transformation is not applied. Use project(plot_or_scene, ...) or apply the conversion yourself beforehand with Makie.f32_convert(plot_or_scene, transformed_point) and use patched_model = Makie.patch_model(plot_or_scene, model).

    • Makie.to_world(point, matrix, resolution) has been deprecated in favor of Makie.to_world(scene_or_plot, point) to include float32 conversions.

  • Breaking Reworked line shaders in GLMakie and WGLMakie #3558

    • GLMakie: Removed support for per point linewidths

    • GLMakie: Adjusted dots (e.g. with linestyle = :dot) to bend across a joint

    • GLMakie: Adjusted linestyles to scale with linewidth dynamically so that dots remain dots with changing linewidth

    • GLMakie: Cleaned up anti-aliasing for truncated joints

    • WGLMakie: Added support for linestyles

    • WGLMakie: Added line joints

    • WGLMakie: Added native anti-aliasing which generally improves quality but introduces outline artifacts in some cases (same as GLMakie)

    • Both: Adjusted handling of thin lines which may result in different color intensities

  • Fixed an issue with lines being drawn in the wrong direction in 3D (with perspective projection) #3651.

  • Breaking Renamed attribute rotations to rotation for scatter and meshscatter which had been inconsistent with the otherwise singular naming scheme and other plots like text #3724.

  • Fixed contourf bug where n levels would sometimes miss the uppermost value, causing gaps #3713.

  • Added scale attribute to violin #3352.

  • Use label formatter in barplot #3718.

  • Fix the incorrect shading with non uniform markerscale in meshscatter #3722

  • Add scale_to=:flip option to hist, which flips the direction of the bars #3732

  • Fixed an issue with the texture atlas not updating in WGLMakie after display, causing new symbols to not show up #3737

  • Added linecap and joinstyle attributes for lines and linesegments. Also normalized miter_limit to 60° across all backends. #3771

0.20.10 2024-05-07 {#0.20.10-2024-05-07}

  • Loosened type restrictions for potentially array-valued colors in Axis attributes like xticklabelcolor #3826.

  • Added support for intervals for specifying axis limits #3696

  • Added recipes for plotting intervals to Band, Rangebars, H/VSpan 3695

  • Documented WilkinsonTicks #3819.

  • Added axislegend(ax, "title") method #3808.

  • Improved thread safety of rendering with CairoMakie (independent Scenes only) by locking FreeType handles #3777.

  • Adds a tutorial for how to make recipes work with new types #3816.

  • Provided an interface to convert markers in CairoMakie separately (cairo_scatter_marker) so external packages can overload it. #3811

  • Updated to DelaunayTriangulation v1.0 #3787.

  • Added methods hidedecorations!, hiderdecorations!, hidethetadecorations! and hidespines! for PolarAxis axes #3823.

  • Added loop option support for HTML outputs when recording videos with record #3697.

0.20.9 - 2024-03-29 {#0.20.9-2024-03-29}

  • Added supported markers hint to unsupported marker warn message #3666.

  • Fixed bug in CairoMakie line drawing when multiple successive points had the same color #3712.

  • Remove StableHashTraits in favor of calculating hashes directly with CRC32c #3667.

  • Fixed contourf bug where n levels would sometimes miss the uppermost value, causing gaps #3713.

  • Added scale attribute to violin #3352.

  • Use label formatter in barplot #3718.

  • Fix the incorrect shading with non uniform markerscale in meshscatter #3722

  • Add scale_to=:flip option to hist, which flips the direction of the bars #3732

  • Fixed an issue with the texture atlas not updating in WGLMakie after display, causing new symbols to not show up #3737

0.20.8 - 2024-02-22 {#0.20.8-2024-02-22}

  • Fixed excessive use of space with HTML image outputs #3642.

  • Fixed bugs with format strings and add new features by switching to Format.jl #3633.

  • Fixed an issue where CairoMakie would unnecessarily rasterize polygons #3605.

  • Added PointBased conversion trait to scatterlines recipe #3603.

  • Multiple small fixes for map_latest, WGLMakie picking and PlotSpec #3637.

  • Fixed PolarAxis rticks being incompatible with rich text. #3615

  • Fixed an issue causing lines, scatter and text to not scale with resolution after deleting plots in GLMakie. #3649

0.20.7 - 2024-02-04 {#0.20.7-2024-02-04}

  • Equalized alignment point of mirrored ticks to that of normal ticks #3598.

  • Fixed stack overflow error on conversion of gridlike data with missings #3597.

  • Fixed mutation of CairoMakie src dir when displaying png files #3588.

  • Added better error messages for plotting into FigureAxisPlot and AxisPlot as Plots.jl users are likely to do #3596.

  • Added compat bounds for IntervalArithmetic.jl due to bug with DelaunayTriangulation.jl #3595.

  • Removed possibility of three-argument barplot #3574.

0.20.6 - 2024-02-02 {#0.20.6-2024-02-02}

  • Fix issues with Camera3D not centering #3582

  • Allowed creating legend entries from plot objects with scalar numbers as colors #3587.

0.20.5 - 2024-01-25 {#0.20.5-2024-01-25}

  • Use plot plot instead of scene transform functions in CairoMakie, fixing missplaced h/vspan. #3552

  • Fix error printing on shader error #3530.

  • Update pagefind to 1.0.4 for better headline search #3534.

  • Remove unecessary deps, e.g. Setfield 3546.

  • Don't clear args, rely on delete deregister_callbacks #3543.

  • Add interpolate keyword for Surface #3541.

  • Fix a DataInspector bug if inspector_label is used with RGB images #3468.

0.20.4 - 2024-01-04 {#0.20.4-2024-01-04}

  • Changes for Bonito rename and WGLMakie docs improvements #3477.

  • Add stroke and glow support to scatter and text in WGLMakie #3518.

  • Fix clipping issues with Camera3D when zooming in #3529

0.20.3 - 2023-12-21 {#0.20.3-2023-12-21}

  • Add depthsorting as a hidden attribute for scatter plots in GLMakie as an alternative fix for outline artifacts. #3432

  • Disable SDF based anti-aliasing in scatter, text and lines plots when fxaa = true in GLMakie. This allows removing outline artifacts at the cost of quality. #3408

  • DataInspector Fixes: Fixed depth order, positional labels being in transformed space and :inspector_clear not getting called when moving from one plot to another. #3454

  • Fixed bug in GLMakie where the update from a (i, j) sized GPU buffer to a (j, i) sized buffer would fail #3456.

  • Add interpolate=true to volume(...), allowing to disable interpolation #3485.

0.20.2 - 2023-12-01 {#0.20.2-2023-12-01}

  • Switched from SHA512 to CRC32c salting in CairoMakie svgs, drastically improving svg rendering speed #3435.

  • Fixed a bug with h/vlines and h/vspan not correctly resolving transformations #3418.

  • Fixed a bug with h/vlines and h/vspan returning the wrong limits, causing an error in Axis #3427.

  • Fixed clipping when zooming out of a 3D (L)Scene #3433.

  • Moved the texture atlas cache to .julia/scratchspaces instead of a dedicated .julia/makie #3437

0.20.1 - 2023-11-23 {#0.20.1-2023-11-23}

  • Fixed bad rendering of poly in GLMakie by triangulating points after transformations #3402.

  • Fixed bug regarding inline display in VSCode Jupyter notebooks and other similar environments #3403.

  • Fixed issue with plottype, allowed onany(...; update = true) and fixed Block macro use outside Makie #3401.

0.20.0 - 2023-11-21 {#0.20.0-2023-11-21}

  • GLMakie has gained support for HiDPI (aka Retina) screens. This also enables saving images with higher resolution than screen pixel dimensions #2544.

  • Fixed an issue where NaN was interpreted as zero when rendering surface through CairoMakie #2598.

  • Improved 3D camera handling, hotkeys and functionality #2746.

  • Added shading = :verbose in GLMakie to allow for multiple light sources. Also added more light types, fixed light directions for the previous lighting model (now shading = :fast) and adjusted backlight to affect normals#3246.

  • Changed the glyph used for negative numbers in tick labels from hyphen to minus #3379.

  • Added new declarative API for AlgebraOfGraphics, Pluto and easier dashboards #3281.

  • WGLMakie got faster line rendering with less updating bugs #3062.

  • Breaking Replaced PolarAxis.radial_distortion_threshold with PolarAxis.radius_at_origin. #3381

  • Breaking Deprecated the resolution keyword in favor of size to reflect that this value is not a pixel resolution anymore #3343.

  • Breaking Refactored the SurfaceLike family of traits into VertexGrid, CellGrid and ImageLike #3106.

  • Breaking Deprecated pixelarea(scene) and scene.px_area in favor of viewport.

  • Breaking Refactored the Combined Plot object and renamed it to Plot, improving compile times ~2x #3082.

  • Breaking Removed old depreactions in #3113.

  • Breaking Deprecated using AbstractVector as sides of image #3395.

  • Breaking errorbars and rangebars now use color cycling #3230.

0.19.12 - 2023-10-31 {#0.19.12-2023-10-31}

  • Added cornerradius attribute to Box for rounded corners #3346.

  • Fix grouping of a zero-height bar in barplot. Now a zero-height bar shares the same properties of the previous bar, and if the bar is the first one, its height is treated as positive if and only if there exists a bar of positive height or all bars are zero-height #3058.

  • Fixed a bug where Axis still consumes scroll events when interactions are disabled #3272.

  • Added cornerradius attribute to Box for rounded corners #3308.

  • Upgraded StableHashTraits from 1.0 to 1.1 #3309.

0.19.11 - 2023-10-05 {#0.19.11-2023-10-05}

  • Setup automatic colorbars for volumeslices #3253.

  • Colorbar for arrows #3275.

  • Small bugfixes #3275.

0.19.10 - 2023-09-21 {#0.19.10-2023-09-21}

  • Fixed bugs with Colorbar in recipes, add new API for creating a recipe colorbar and introduce experimental support for Categorical colormaps #3090.

  • Added experimental Datashader implementation #2883.

  • Breaking Changed the default order Polar arguments to (theta, r). #3154

  • General improvements to PolarAxis: full rlimtis & thetalimits, more controls and visual tweaks. See pr for more details.#3154

0.19.9 - 2023-09-11 {#0.19.9-2023-09-11}

  • Allow arbitrary reversible scale functions through ReversibleScale.

  • Deprecated linestyle=vector_of_gaps in favor of linestyle=Linestyle(vector_of_gaps) 3135, 3193.

  • Fixed some errors around dynamic changes of ax.xscale or ax.yscale #3084

  • Improved Barplot Label Alignment #3160.

  • Fixed regression in determining axis limits #3179

  • Added a theme theme_latexfonts that uses the latex font family as default fonts #3147, #3180.

  • Upgrades StableHashTraits from 0.3 to 1.0

0.19.8 - 2023-08-15 {#0.19.8-2023-08-15}

  • Improved CairoMakie rendering of lines with repeating colors in an array #3141.

  • Added strokecolormap to poly. #3145

  • Added xreversed, yreversed and zreversed attributes to Axis3 #3138.

  • Fixed incorrect placement of contourlabels with transform functions #3083

  • Fixed automatic normal generation for meshes with shading and no normals #3041.

  • Added the triplot and voronoiplot recipes from DelaunayTriangulation.jl #3102, #3159.

0.19.7 - 2023-07-22 {#0.19.7-2023-07-22}

  • Allow arbitrary functions to color streamplot lines by passing a Function to color. This must accept Point of the appropriate dimension and return a Point, Vec, or other arraylike object #2002.

  • arrows can now take input of the form x::AbstractVector, y::AbstractVector, [z::AbstractVector,] f::Function, where f must return a VecTypes of the appropriate dimension #2597.

  • Exported colorbuffer, and added colorbuffer(axis::Axis; include_decorations=false, colorbuffer_kws...), to get an image of an axis with or without decorations #3078.

  • Fixed an issue where the linestyle of some polys was not applied to the stroke in CairoMakie. #2604

  • Add colorscale = identity to any plotting function using a colormap. This works with any scaling function like log10, sqrt etc. Consequently, scale for hexbin is replaced with colorscale #2900.

  • Add alpha=1.0 argument to all basic plots, which supports independently adding an alpha component to colormaps and colors. Multiple alphas like in plot(alpha=0.2, color=RGBAf(1, 0, 0, 0.5)), will get multiplied #2900.

  • hexbin now supports any per-observation weights which StatsBase respects - <: StatsBase.AbstractWeights, Vector{Real}, or nothing (the default). #2804

  • Added a new Axis type, PolarAxis, which is an axis with a polar projection. Input is in (r, theta) coordinates and is transformed to (x, y) coordinates using the standard polar-to-cartesian transformation. Generally, its attributes are very similar to the usual Axis attributes, but x is replaced by r and y by θ. It also inherits from the theme of Axis in this manner, so should work seamlessly with Makie themes #2990.

  • inherit now has a new signature inherit(scene, attrs::NTuple{N, Symbol}, default_value), allowing recipe authors to access nested attributes when trying to inherit from the parent Scene. For example, one could inherit from scene.Axis.yticks by inherit(scene, (:Axis, :yticks), $default_value) #2990.

  • Fixed incorrect rendering of 3D heatmaps #2959

  • Deprecated flatten_plots in favor of collect_atomic_plots. Using the new collect_atomic_plots fixed a bug in CairoMakie where the z-level of plots within recipes was not respected. #2793

  • Fixed incorrect line depth in GLMakie #2843

  • Fixed incorrect line alpha in dense lines in GLMakie #2843

  • Fixed DataInspector interaction with transformations #3002

  • Added option WGLMakie.activate!(resize_to_body=true), to make plots resize to the VSCode plotpane. Resizes to the HTML body element, so may work outside VSCode #3044, #3042.

  • Fixed DataInspector interaction with transformations #3002.

  • Fixed incomplete stroke with some Bezier markers in CairoMakie and blurry strokes in GLMakie #2961

  • Added the ability to use custom triangulations from DelaunayTriangulation.jl #2896.

  • Adjusted scaling of scatter/text stroke, glow and anti-aliasing width under non-uniform 2D scaling (Vec2f markersize/fontsize) in GLMakie #2950.

  • Scaled errorbar whiskers and bracket correctly with transformations #3012.

  • Updated bracket when the screen is resized or transformations change #3012.

0.19.6 - 2023-06-09 {#0.19.6-2023-06-09}

  • Fixed broken AA for lines with strongly varying linewidth #2953.

  • Fixed WGLMakie JS popup #2976.

  • Fixed legendelements when children have no elements #2982.

  • Bumped compat for StatsBase to 0.34 #2915.

  • Improved thread safety #2840.

0.19.5 - 2023-05-12 {#0.19.5-2023-05-12}

  • Added loop option for GIF outputs when recording videos with record #2891.

  • Fixed line rendering issues in GLMakie #2843.

  • Fixed incorrect line alpha in dense lines in GLMakie #2843.

  • Changed scene.clear to an observable and made changes in Scene Observables trigger renders in GLMakie #2929.

  • Added contour labels #2496.

  • Allowed rich text to be used in Legends #2902.

  • Added more support for zero length Geometries #2917.

  • Made CairoMakie drawing for polygons with holes order independent #2918.

  • Fixes for Makie.inline!(), allowing now for Makie.inline!(automatic) (default), which is better at automatically opening a window/ inlining a plot into plotpane when needed #2919 #2937.

  • Block/Axis doc improvements #2940 #2932 #2894.

0.19.4 - 2023-03-31 {#0.19.4-2023-03-31}

  • Added export of hidezdecorations! from MakieLayout #2821.

  • Fixed an issue with GLMakie lines becoming discontinuous #2828.

0.19.3 - 2023-03-21 {#0.19.3-2023-03-21}

  • Added the stephist plotting function #2408.

  • Added the brackets plotting function #2356.

  • Fixed an issue where poly plots with Vector{<: MultiPolygon} inputs with per-polygon color were mistakenly rendered as meshes using CairoMakie #2590.

  • Fixed a small typo which caused an error in the Stepper constructor #2600.

  • Improve cleanup on block deletion #2614

  • Add menu.scroll_speed and increase default speed for non-apple #2616.

  • Fixed rectangle zoom for nonlinear axes #2674

  • Cleaned up linestyles in GLMakie (Fixing artifacting, spacing/size, anti-aliasing) #2666.

  • Fixed issue with scatterlines only accepting concrete color types as markercolor #2691.

  • Fixed an accidental issue where LaTeXStrings were not typeset correctly in Axis3 #2558.

  • Fixed a bug where line segments in text(lstr::LaTeXString) were ignoring offsets #2668.

  • Fixed a bug where the arrows recipe accidentally called a Bool when normalize = true #2740.

  • Re-exported the @colorant_str (colorant"...") macro from Colors.jl #2726.

  • Speedup heatmaps in WGLMakie. #2647

  • Fix slow data_limits for recipes, which made plotting lots of data with recipes much slower #2770.

0.19.1 - 2023-01-01 {#0.19.1-2023-01-01}

  • Add show_data method for band which shows the min and max values of the band at the x position of the cursor #2497.

  • Added xlabelrotation, ylabelrotation (Axis) and labelrotation (Colorbar) #2478.

  • Fixed forced rasterization in CairoMakie svg files when polygons with colors specified as (color, alpha) tuples were used #2535.

  • Do less copies of Observables in Attributes + plot pipeline #2443.

  • Add Search Page and tweak Result Ordering #2474.

  • Remove all global attributes from TextureAtlas implementation and fix julia#master #2498.

  • Use new Bonito, implement WGLMakie picking, improve performance and fix lots of WGLMakie bugs #2428.

0.19.0 - 2022-12-03 {#0.19.0-2022-12-03}

  • Breaking The attribute textsize has been removed everywhere in favor of the attribute fontsize which had also been in use. To migrate, search and replace all uses of textsize to fontsize #2387.

  • Added rich text which allows to more easily use superscripts and subscripts as well as differing colors, fonts, fontsizes, etc. for parts of a given text #2321.

0.18.4 - 2022-12-02 {#0.18.4-2022-12-02}

  • Added the waterfall plotting function #2416.

  • Add support for AbstractPattern in WGLMakie #2432.

  • Broadcast replaces deprecated method for quantile #2430.

  • Fix CairoMakie's screen re-using #2440.

  • Fix repeated rendering with invisible objects #2437.

  • Fix hvlines for GLMakie #2446.

0.18.3 - 2022-11-17 {#0.18.3-2022-11-17}

  • Add render_on_demand flag for GLMakie.Screen. Setting this to true will skip rendering until plots get updated. This is the new default #2336, #2397.

  • Clean up OpenGL state handling in GLMakie #2397.

  • Fix salting #2407.

  • Fixes for GtkMakie #2418.

0.18.2 - 2022-11-03 {#0.18.2-2022-11-03}

  • Fix Axis3 tick flipping with negative azimuth #2364.

  • Fix empty!(fig) and empty!(ax) #2374, #2375.

  • Remove stencil buffer #2389.

  • Move Arrows and Wireframe to MakieCore #2384.

  • Skip legend entry if label is nothing #2350.

0.18.1 - 2022-10-24 {#0.18.1-2022-10-24}

  • fix heatmap interpolation #2343.

  • move poly to MakieCore #2334

  • Fix picking warning and update_axis_camera #2352.

  • bring back inline!, to not open a window in VSCode repl #2353.

0.18.0 - 2022-10-12 {#0.18.0-2022-10-12}

  • Breaking Added BezierPath which can be constructed from SVG like command list, SVG string or from a Polygon. Added ability to use BezierPath and Polgyon as scatter markers. Replaced default symbol markers like :cross which converted to characters before with more precise BezierPaths and adjusted default markersize to 12. Deprecated using String to specify multiple char markers (scatter(1:4, marker="abcd")). Deprecated concrete geometries as markers like Circle(Point2f(0), 1.5) in favor of using the type like Circle for dispatch to special backend methods. Added single image marker support to WGLMakie #979.

  • Breaking Refactored display, record, colorbuffer and screens to be faster and more consistent #2306.

  • Breaking Refactored DataInspector to use tooltip. This results in changes in the attributes of DataInspector. Added inspector_label, inspector_hover and inspector_clear as optional attributes #2095.

  • Added the hexbin plotting function #2201.

  • Added the tricontourf plotting function #2226.

  • Fixed per character attributes in text #2244.

  • Allowed CairoMakie to render scatter with images as markers #2080.

  • Reworked text drawing and added ability to draw special characters via glyph indices in order to draw more LaTeX math characters with MathTeXEngine v0.5 #2139.

  • Allowed text to be copy/pasted into Textbox #2281

  • Fixed updates for multiple meshes #2277.

  • Fixed broadcasting for linewidth, lengthscale & arrowsize in arrow recipe #2273.

  • Made GLMakie relocatable #2282.

  • Fixed changing input types in plot arguments #2297.

  • Better performance for Menus and fix clicks on items #2299.

  • Fixed CairoMakie bitmaps with transparency by using premultiplied ARGB surfaces #2304.

  • Fixed hiding of Scenes by setting scene.visible[] = false #2317.

  • Axis now accepts a Tuple{Bool, Bool} for xtrimspine and ytrimspine to trim only one end of the spine #2171.

0.17.13 - 2022-08-04 {#0.17.13-2022-08-04}

  • Fixed boundingboxes #2184.

  • Fixed highclip/lowclip in meshscatter, poly, contourf, barplot #2183.

  • Fixed gridline updates #2196.

  • Fixed glDisablei argument order, which crashed some Intel drivers.

0.17.12 - 2022-07-22 {#0.17.12-2022-07-22}

  • Fixed stackoverflow in show #2167.

0.17.11 - 2022-07-21 {#0.17.11-2022-07-21}

  • rainclouds(!) now supports violin_limits keyword argument, serving the same.

role as datalimits in violin #2137.

  • Fixed an issue where nonzero strokewidth results in a thin outline of the wrong color if color and strokecolor didn't match and weren't transparent. #2096.

  • Improved performance around Axis(3) limits #2115.

  • Cleaned up stroke artifacts in scatter and text #2096.

  • Compile time improvements #2153.

  • Mesh and Surface now interpolate between values instead of interpolating between colors for WGLMakie + GLMakie #2097.

0.17.10 - 2022-07-13 {#0.17.10-2022-07-13}

  • Bumped compatibility bound of GridLayoutBase.jl to v0.9.0 which fixed a regression with Mixed and Outside alignmodes in nested GridLayouts #2135.

0.17.9 - 2022-07-12 {#0.17.9-2022-07-12}

  • Patterns (Makie.AbstractPattern) are now supported by CairoMakie in poly plots that don't involve mesh, such as bar and poly #2106.

  • Fixed regression where Block alignments could not be specified as numbers anymore #2108.

  • Added the option to show mirrored ticks on the other side of an Axis using the attributes xticksmirrored and yticksmirrored #2105.

  • Fixed a bug where a set of Axis wouldn't be correctly linked together if they were only linked in pairs instead of all at the same time #2116.

0.17.7 - 2022-06-19 {#0.17.7-2022-06-19}

  • Improved Menu performance, now it should be much harder to reach the boundary of 255 scenes in GLMakie. Menu also takes a default keyword argument now and can be scrolled if there is too little space available.

0.17.6 - 2022-06-17 {#0.17.6-2022-06-17}

  • EXPERIMENTAL: Added support for multiple windows in GLMakie through display(GLMakie.Screen(), figure_or_scene) #1771.

  • Added support for RGB matrices in heatmap with GLMakie #2036

  • Textbox doesn't defocus anymore on trying to submit invalid input #2041.

  • text now takes the position as the first argument(s) like scatter and most other plotting functions, it is invoked text(x, y, [z], text = "text"). Because it is now of conversion type PointBased, the positions can be given in all the usual different ways which are implemented as conversion methods. All old invocation styles such as text("text", position = Point(x, y)) still work to maintain backwards compatibility #2020.

0.17.5 - 2022-06-10 {#0.17.5-2022-06-10}

  • Fixed a regression with linkaxes! #2039.

0.17.4 - 2022-06-09 {#0.17.4-2022-06-09}

  • The functions hlines!, vlines!, hspan!, vspan! and abline! were reimplemented as recipes. This allows using them without an Axis argument in first position and also as visuals in AlgebraOfGraphics.jl. Also, abline! is now called ablines! for consistency, abline! is still exported but deprecated and will be removed in the future. #2023.

  • Added rainclouds and rainclouds! #1725.

  • Improve CairoMakie performance #1964 #1981.

  • Interpolate colormap correctly #1973.

  • Fix picking #1993.

  • Improve compile time latency #1968 #2000.

  • Fix multi poly with rects #1999.

  • Respect scale and nonlinear values in PlotUtils cgrads #1979.

  • Fix CairoMakie heatmap filtering #1828.

  • Remove GLVisualize and MakieLayout module #2007 #2008.

  • Add linestyle and default to extrema(z) for contour, remove bitrotten fillrange #2008.

0.17.3 - 2022-05-20 {#0.17.3-2022-05-20}

  • Switched to MathTeXEngine v0.4, which improves the look of LaTeXStrings #1952.

  • Added subtitle capability to Axis #1859.

  • Fixed a bug where scaled colormaps constructed using Makie.cgrad were not interpreted correctly.

0.17.2 - 2022-05-16 {#0.17.2-2022-05-16}

  • Changed the default font from Dejavu Sans to TeX Gyre Heros Makie which is the same as TeX Gyre Heros with slightly decreased descenders and ascenders. Decreasing those metrics reduced unnecessary whitespace and alignment issues. Four fonts in total were added, the styles Regular, Bold, Italic and Bold Italic. Also changed Axis, Axis3 and Legend attributes titlefont to TeX Gyre Heros Makie Bold in order to separate it better from axis labels in multifacet arrangements #1897.

0.17.1 - 2022-05-13 {#0.17.1-2022-05-13}

  • Added word wrapping. In Label, word_wrap = true causes it to use the suggested width and wrap text to fit. In text, word_wrap_width > 0 can be used to set a pixel unit line width. Any word (anything between two spaces without a newline) that goes beyond this width gets a newline inserted before it #1819.

  • Improved Axis3's interactive performance #1835.

  • Fixed errors in GLMakie's scatter implementation when markers are given as images. #1917.

  • Removed some method ambiguities introduced in v0.17 #1922.

  • Add an empty default label, "", to each slider that doesn't have a label in SliderGrid #1888.

0.17.0 - 2022-05-05 {#0.17.0-2022-05-05}

  • Breaking Added space as a generic attribute to switch between data, pixel, relative and clip space for positions. space in text has been renamed to markerspace because of this. Pixel and SceneSpace are no longer valid inputs for space or markerspace #1596.

  • Breaking Deprecated mouse_selection(scene) for pick(scene).

  • Breaking Bumped GridLayoutBase version to v0.7, which introduced offset layouts. Now, indexing into row 0 doesn't create a new row 1, but a new row 0, so that all previous content positions stay the same. This makes building complex layouts order-independent #1704.

  • Breaking deprecate to_colormap(cmap, ncolors) in favor of categorical_colors(cmap, ncolors) and resample_cmap(cmap, ncolors) #1901 #1723.

  • Added empty!(fig) and changed empty!(scene) to remove all child plots without detaching windows #1818.

  • Switched to erroring instead of warning for deprecated events mousebuttons, keyboardbuttons and mousedrag.

  • Layoutable was renamed to Block and the infrastructure changed such that attributes are fixed fields and each block has its own Scene for better encapsulation #1796.

  • Added SliderGrid block which replaces the deprecated labelslider! and labelslidergrid! functions #1796.

  • The default anti-aliasing method can now be set in CairoMakie.activate! using the antialias keyword. Available options are CairoMakie.Cairo.ANTIALIAS_* #1875.

  • Added ability to rasterize a plots in CairoMakie vector graphics if plt.rasterize = true or plt.rasterize = scale::Int #1872.

  • Fixed segfaults in streamplot_impl on Mac M1 #1830.

  • Set the Cairo miter limit to mimic GLMakie behaviour #1844.

  • Fixed a method ambiguity in rotatedrect #1846.

  • Allow weights in statistical recipes #1816.

  • Fixed manual cycling of plot attributes #1873.

  • Fixed type constraints in ticklabelalign attributes #1882.

0.16.4 - 2022-02-16 {#0.16.4-2022-02-16}

  • Fixed WGLMakie performance bug and added option to set fps via WGLMakie.activate!(fps=30).

  • Implemented nan_color, lowclip, highclip for image(::Matrix{Float}) in shader.

  • Cleaned up mesh shader and implemented nan_color, lowclip, highclip for mesh(m; color::Matrix{Float}) on the shader.

  • Allowed GLMakie.Buffer GLMakie.Sampler to be used in GeometryBasics.Mesh to partially update parts of a mesh/texture and different interpolation and clamping modes for the texture.

0.16.0 - 2022-01-07 {#0.16.0-2022-01-07}

  • Breaking Removed Node alias #1307, #1393. To upgrade, simply replace all occurrences of Node with Observable.

  • Breaking Cleaned up Scene type #1192, #1393. The Scene() constructor doesn't create any axes or limits anymore. All keywords like raw, show_axis have been removed. A scene now always works like it did when using the deprecated raw=true. All the high level functionality like showing an axis and adding a 3d camera has been moved to LScene. See the new Scene tutorial for more info: https://docs.makie.org/dev/tutorials/scenes/.

  • Breaking Lights got moved to Scene, see the lighting docs and RPRMakie examples.

  • Added ECDF plot #1310.

  • Added Order Independent Transparency to GLMakie #1418, #1506. This type of transparency is now used with transpareny = true. The old transparency handling is available with transparency = false.

  • Fixed blurry text in GLMakie and WGLMakie #1494.

  • Introduced a new experimental backend for ray tracing: RPRMakie.

  • Added the Cycled type, which can be used to select the i-th value from the current cycler for a specific attribute #1248.

  • The plot function scatterlines now uses color as markercolor if markercolor is automatic. Also, cycling of the color attribute is enabled #1463.

  • Added the function resize_to_layout!, which allows to resize a Figure so that it contains its top GridLayout without additional whitespace or clipping #1438.

  • Cleaned up lighting in 3D contours and isosurfaces #1434.

  • Adjusted attributes of volumeslices to follow the normal structure #1404. This allows you to adjust attributes like colormap without going through nested attributes.

  • Added depth to 3D contours and isosurfaces #1395, #1393. This allows them to intersect correctly with other 3D objects.

  • Restricted 3D scene camera to one scene #1394, #1393. This fixes issues with multiple scenes fighting over events consumed by the camera. You can select a scene by cleaning on it.

  • Added depth shift attribute for GLMakie and WGLMakie #1382, #1393. This can be used to adjust render order similar to overdraw.

  • Simplified automatic width computation in barplots #1223, #1393. If no width attribute is passed, the default width is computed as the minimum difference between consecutive x positions. Gap between bars are given by the (multiplicative) gap attribute. The actual bar width equals width * (1 - gap).

  • Added logical expressions for ispressed #1222, #1393. This moves a lot of control over hotkeys towards the user. With these changes one can now set a hotkey to trigger on any or no key, collections of keys and logical combinations of keys (i.e. "A is pressed and B is not pressed").

  • Fixed issues with Menu render order #1411.

  • Added label_rotation to barplot #1401.

  • Fixed issue where pixelcam! does not remove controls from other cameras #1504.

  • Added conversion for OffsetArrays #1260.

  • The qqplot qqline options were changed to :identity, :fit, :fitrobust and :none (the default) #1563. Fixed numeric error due to double computation of quantiles when fitting qqline. Deprecated plot(q::QQPair) method as it does not have enough information for correct qqline fit.

All other changes are collected in this PR and in the release notes.

0.15.3 - 2021-10-16 {#0.15.3-2021-10-16}

  • The functions labelslidergrid! and labelslider! now set fixed widths for the value column with a heuristic. It is possible now to pass Formatting.format format strings as format specifiers in addition to the previous functions.

  • Fixed 2D arrow rotations in streamplot #1352.

0.15.2 - 2021-08-26 {#0.15.2-2021-08-26}

  • Reenabled Julia 1.3 support.

  • Use MathTexEngine v0.2.

  • Depend on new GeometryBasics, which changes all the Vec/Point/Quaternion/RGB/RGBA - f0 aliases to just f. For example, Vec2f0 is changed to Vec2f. Old aliases are still exported, but deprecated and will be removed in the next breaking release. For more details and an upgrade script, visit GeometryBasics#97.

  • Added hspan! and vspan! functions #1264.

0.15.1 - 2021-08-21 {#0.15.1-2021-08-21}

  • Switched documentation framework to Franklin.jl.

  • Added a specialization for volumeslices to DataInspector.

  • Fixed 1 element hist #1238 and make it easier to move hist #1150.

0.15.0 - 2021-07-15 {#0.15.0-2021-07-15}

  • LaTeXStrings can now be used as input to text and therefore as labels for Axis, Legend, or other comparable objects. Mathematical expressions are typeset using MathTeXEngine.jl which offers a fast approximation of LaTeX typesetting #1022.

  • Added Symlog10 and pseudolog10 axis scales for log scale approximations that work with zero and negative values #1109.

  • Colorbar limits can now be passed as the attribute colorrange similar to plots #1066.

  • Added the option to pass three vectors to heatmaps and other plots using SurfaceLike conversion #1101.

  • Added stairs plot recipe #1086.

  • Breaking Removed FigurePosition and FigureSubposition types. Indexing into a Figure like fig[1, 1] now returns GridPosition and GridSubposition structs, which can be used in the same way as the types they replace. Because of an underlying change in GridLayoutBase.jl, it is now possible to do Axis(gl[1, 1]) where gl is a GridLayout that is a sublayout of a Figure's top layout #1075.

  • Bar plots and histograms have a new option for adding text labels #1069.

  • It is now possible to specify one linewidth value per segment in linesegments #992.

  • Added a new 3d camera that allows for better camera movements using keyboard and mouse #1024.

  • Fixed the application of scale transformations to surface #1070.

  • Added an option to set a custom callback function for the RectangleZoom axis interaction to enable other use cases than zooming #1104.

  • Fixed rendering of heatmaps with one or more reversed ranges in CairoMakie, as in heatmap(1:10, 10:-1:1, rand(10, 10)) #1100.

  • Fixed volume slice recipe and added docs for it #1123.

+ \ No newline at end of file diff --git a/previews/PR3974/ecosystem.html b/previews/PR3974/ecosystem.html index d0d8f65b218..6f99e9558b0 100644 --- a/previews/PR3974/ecosystem.html +++ b/previews/PR3974/ecosystem.html @@ -6,12 +6,12 @@ Ecosystem | Makie - + - + - + @@ -21,7 +21,7 @@
Skip to content

Ecosystem

These packages and sites are maintained by third parties. If you install packages, keep an eye on version conflicts or downgrades as the Makie ecosystem is developing quickly so things break occasionally.

AlgebraOfGraphics.jl

Grammar-of-graphics style plotting, inspired by ggplot2.

Beautiful Makie

This third-party gallery contains many advanced examples.

GraphMakie.jl

Graphs with two- and three-dimensional layout algorithms.

GeoMakie.jl

Geographic plotting utilities including projections.

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/animation.html b/previews/PR3974/explanations/animation.html index 155a21aa0d9..ba727c79b48 100644 --- a/previews/PR3974/explanations/animation.html +++ b/previews/PR3974/explanations/animation.html @@ -6,12 +6,12 @@ Animations | Makie - + - + - + @@ -124,7 +124,7 @@ autolimits!(ax) # update limits # yield() -> not required with record end
"heatmap_mandelbrot.mp4"
- + \ No newline at end of file diff --git a/previews/PR3974/explanations/backends/backends.html b/previews/PR3974/explanations/backends/backends.html index 229f86c13a7..a2f568bd6b0 100644 --- a/previews/PR3974/explanations/backends/backends.html +++ b/previews/PR3974/explanations/backends/backends.html @@ -6,12 +6,12 @@ What is a backend | Makie - + - + - + @@ -23,7 +23,7 @@
Skip to content

What is a backend

Makie is the frontend package that defines all plotting functions. It is reexported by every backend, so you don't have to specifically install or import it.

There are four backends which concretely implement all abstract rendering capabilities defined in Makie:

PackageDescription
GLMakieGPU-powered, interactive 2D and 3D plotting in standalone GLFW.jl windows.
CairoMakieCairo.jl based, non-interactive 2D (and some 3D) backend for publication-quality vector graphics.
WGLMakieWebGL-based interactive 2D and 3D plotting that runs within browsers.
RPRMakieAn experimental ray tracing backend.

Activating Backends

You can activate any backend by using the appropriate package and calling its activate! function.

Example with WGLMakie:

julia
using WGLMakie
 WGLMakie.activate!()

Each backend's activate! function optionally takes keyword arguments (referred to as screen_config...) that control various aspects of the backend. For example, to activate the GLMakie backend and set it up to produce windows with a custom title and no anti-aliasing:

julia
using GLMakie
 GLMakie.activate!(title = "Custom title", fxaa = false)

The keyword arguments accepted by each backend are listed in the backend-specific documentation pages linked in the table above.

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/backends/cairomakie.html b/previews/PR3974/explanations/backends/cairomakie.html index 9799f8b85c3..3ea90d73d6c 100644 --- a/previews/PR3974/explanations/backends/cairomakie.html +++ b/previews/PR3974/explanations/backends/cairomakie.html @@ -6,13 +6,13 @@ CairoMakie | Makie - + - + - - + + @@ -20,15 +20,15 @@ -
Skip to content

CairoMakie

CairoMakie uses Cairo.jl to draw vector graphics to SVG and PDF. You should use it if you want to achieve the highest-quality plots for publications, as the rendering process of the GL backends works via bitmaps and is geared more towards speed than pixel-perfection.

Activation and screen config

Activate the backend by calling CairoMakie.activate!() with the following options:

# CairoMakie.activate!Function.
julia
CairoMakie.activate!(; screen_config...)

Sets CairoMakie as the currently active backend and also allows to quickly set the screen_config. Note, that the screen_config can also be set permanently via Makie.set_theme!(CairoMakie=(screen_config...,)).

Arguments one can pass via screen_config:

  • px_per_unit = 2.0

  • pt_per_unit = 0.75

  • antialias::Union{Symbol, Int} = :best: antialias modus Cairo uses to draw. Applicable options: [:best => Cairo.ANTIALIAS_BEST, :good => Cairo.ANTIALIAS_GOOD, :subpixel => Cairo.ANTIALIAS_SUBPIXEL, :none => Cairo.ANTIALIAS_NONE].

  • visible::Bool: if true, a browser/image viewer will open to display rendered output.

  • pdf_version::String = nothing: the version of output PDFs. Applicable options are "1.4", "1.5", "1.6", "1.7", or nothing, which leaves the PDF version unrestricted.

source


Inline Plot Type

You can choose the type of plot that is displayed inline in, e.g., VSCode, Pluto.jl, or any other environment, by setting it via the activate! function.

julia
CairoMakie.activate!(type = "png")
+    
Skip to content

CairoMakie

CairoMakie uses Cairo.jl to draw vector graphics to SVG and PDF. You should use it if you want to achieve the highest-quality plots for publications, as the rendering process of the GL backends works via bitmaps and is geared more towards speed than pixel-perfection.

Activation and screen config

Activate the backend by calling CairoMakie.activate!() with the following options:

# CairoMakie.activate!Function.
julia
CairoMakie.activate!(; screen_config...)

Sets CairoMakie as the currently active backend and also allows to quickly set the screen_config. Note, that the screen_config can also be set permanently via Makie.set_theme!(CairoMakie=(screen_config...,)).

Arguments one can pass via screen_config:

  • px_per_unit = 2.0

  • pt_per_unit = 0.75

  • antialias::Union{Symbol, Int} = :best: antialias modus Cairo uses to draw. Applicable options: [:best => Cairo.ANTIALIAS_BEST, :good => Cairo.ANTIALIAS_GOOD, :subpixel => Cairo.ANTIALIAS_SUBPIXEL, :none => Cairo.ANTIALIAS_NONE].

  • visible::Bool: if true, a browser/image viewer will open to display rendered output.

  • pdf_version::String = nothing: the version of output PDFs. Applicable options are "1.4", "1.5", "1.6", "1.7", or nothing, which leaves the PDF version unrestricted.

source


Inline Plot Type

You can choose the type of plot that is displayed inline in, e.g., VSCode, Pluto.jl, or any other environment, by setting it via the activate! function.

julia
CairoMakie.activate!(type = "png")
 CairoMakie.activate!(type = "svg")

Z-Order

CairoMakie as a 2D engine has no concept of z-clipping, therefore its 3D capabilities are quite limited. The z-values of 3D plots will have no effect and will be projected flat onto the canvas. Z-layering is approximated by sorting all plot objects by their z translation value before drawing, after that by parent scene and then insertion order. Therefore, if you want to draw something on top of something else, but it ends up below, try translating it forward via translate!(obj, 0, 0, some_positive_z_value).

Selective Rasterization

By setting the rasterize attribute of a plot, you can tell CairoMakie that this plot needs to be rasterized when saving, even if saving to a vector backend. This can be very useful for large meshes, surfaces or even heatmaps if on an irregular grid.

Assuming that you have a Plot object plt, you can set plt.rasterize = true for simple rasterization, or you can set plt.rasterize = scale::Int, where scale represents the scaling factor for the image surface.

For example, if your Scene's size is (800, 600), by setting scale=2, the rasterized image embedded in the vector graphic will have a resolution of (1600, 1200).

You can deactivate this rasterization by setting plt.rasterize = false.

Example:

julia
using CairoMakie
 v = rand(10,2)
-scatter(v[:,1], v[:,2], rasterize = true, markersize = 30.0)

If you zoom in, you will see a pretty badly pixelated image - this is because the rasterization density is set to 1 px per pt. Setting rasterize=10 makes this a lot smoother:

julia
using CairoMakie
+scatter(v[:,1], v[:,2], rasterize = true, markersize = 30.0)

If you zoom in, you will see a pretty badly pixelated image - this is because the rasterization density is set to 1 px per pt. Setting rasterize=10 makes this a lot smoother:

julia
using CairoMakie
 v = rand(10,2)
-scatter(v[:,1], v[:,2], rasterize = 10, markersize = 30.0)

PDF version

The version of output PDFs can be restricted via the pdf_version argument of the screen config. Conveniently, it can be also passed as an argument of the save function:

julia
using CairoMakie
+scatter(v[:,1], v[:,2], rasterize = 10, markersize = 30.0)

PDF version

The version of output PDFs can be restricted via the pdf_version argument of the screen config. Conveniently, it can be also passed as an argument of the save function:

julia
using CairoMakie
 fig = Figure()
 save("figure.pdf", fig, pdf_version="1.4")
- + \ No newline at end of file diff --git a/previews/PR3974/explanations/backends/glmakie.html b/previews/PR3974/explanations/backends/glmakie.html index 1f40bc603d3..59feca9132c 100644 --- a/previews/PR3974/explanations/backends/glmakie.html +++ b/previews/PR3974/explanations/backends/glmakie.html @@ -6,13 +6,13 @@ GLMakie | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

GLMakie

GLMakie is the native, desktop-based backend, and is the most feature-complete. It requires an OpenGL enabled graphics card with OpenGL version 3.3 or higher.

Activation and screen config

Activate the backend by calling GLMakie.activate!():

# GLMakie.activate!Function.
julia
GLMakie.activate!(; screen_config...)

Sets GLMakie as the currently active backend and also optionally modifies the screen configuration using screen_config keyword arguments. Note that the screen_config can also be set permanently via Makie.set_theme!(GLMakie=(screen_config...,)).

Arguments one can pass via screen_config:

Renderloop

  • renderloop = GLMakie.renderloop: Sets a function renderloop(::GLMakie.Screen) which starts a renderloop for the screen.

Warning

The keyword arguments below are not effective if renderloop isn't set to GLMakie.renderloop, unless implemented in a custom renderloop function:

  • pause_renderloop = false: If true, creates a screen with a paused renderloop. The renderloop can be started with GLMakie.start_renderloop!(screen) and paused again with GLMakie.pause_renderloop!(screen).

  • vsync = false: Whether to enable vsync for the window.

  • render_on_demand = true: If true, the scene will only be rendered if something has changed in it.

  • framerate = 30.0: Sets the currently rendered frames per second.

  • px_per_unit = automatic: Sets the ratio between the number of rendered pixels and the Makie resolution. It defaults to the value of scalefactor but may be any positive real number.

GLFW window attributes

  • float = false: Whether the window should float above other windows.

  • focus_on_show = false: If true, focuses the window when newly opened.

  • decorated = true: Whether or not to show window decorations.

  • title::String = "Makie": Sets the window title.

  • fullscreen = false: Whether to start the window in fullscreen mode.

  • debugging = false: If true, starts the GLFW.Window/OpenGL context with debug output.

  • monitor::Union{Nothing, GLFW.Monitor} = nothing: Sets the monitor on which the window should be opened. If set to nothing, GLFW will decide which monitor to use.

  • visible = true: Whether or not the window should be visible when first created.

  • scalefactor = automatic: Sets the window scaling factor, such as 2.0 on HiDPI/Retina displays. It is set automatically based on the display, but may be any positive real number.

Rendering constants & Postprocessor

  • oit = false: Whether to enable order independent transparency for the window.

  • fxaa = true: Whether to enable fxaa (anti-aliasing) for the window.

  • ssao = true: Whether to enable screen space ambient occlusion, which simulates natural shadowing at inner edges and crevices.

  • transparency_weight_scale = 1000f0: Adjusts a factor in the rendering shaders for order independent transparency. This should be the same for all of them (within one rendering pipeline) otherwise depth "order" will be broken.

  • max_lights = 64: The maximum number of lights with shading = MultiLightShading

  • max_light_parameters = 5 * N_lights: The maximum number of light parameters that can be uploaded. These include everything other than the light color (i.e. position, direction, attenuation, angles) in terms of scalar floats.

source


Window Scaling

The sizes of figures are given in display-independent "logical" dimensions, and the GLMakie backend will scale the size of the displayed window on HiDPI/Retina displays automatically. For example, the default size = (800, 600) will be shown in a 1600 × 1200 window on a HiDPI display which is configured with a 200% scaling factor.

The scaling factor may be overridden by displaying the figure with a different scalefactor value:

julia
fig = Figure(size = (800, 600))
+    
Skip to content

GLMakie

GLMakie is the native, desktop-based backend, and is the most feature-complete. It requires an OpenGL enabled graphics card with OpenGL version 3.3 or higher.

Activation and screen config

Activate the backend by calling GLMakie.activate!():

# GLMakie.activate!Function.
julia
GLMakie.activate!(; screen_config...)

Sets GLMakie as the currently active backend and also optionally modifies the screen configuration using screen_config keyword arguments. Note that the screen_config can also be set permanently via Makie.set_theme!(GLMakie=(screen_config...,)).

Arguments one can pass via screen_config:

Renderloop

  • renderloop = GLMakie.renderloop: Sets a function renderloop(::GLMakie.Screen) which starts a renderloop for the screen.

Warning

The keyword arguments below are not effective if renderloop isn't set to GLMakie.renderloop, unless implemented in a custom renderloop function:

  • pause_renderloop = false: If true, creates a screen with a paused renderloop. The renderloop can be started with GLMakie.start_renderloop!(screen) and paused again with GLMakie.pause_renderloop!(screen).

  • vsync = false: Whether to enable vsync for the window.

  • render_on_demand = true: If true, the scene will only be rendered if something has changed in it.

  • framerate = 30.0: Sets the currently rendered frames per second.

  • px_per_unit = automatic: Sets the ratio between the number of rendered pixels and the Makie resolution. It defaults to the value of scalefactor but may be any positive real number.

GLFW window attributes

  • float = false: Whether the window should float above other windows.

  • focus_on_show = false: If true, focuses the window when newly opened.

  • decorated = true: Whether or not to show window decorations.

  • title::String = "Makie": Sets the window title.

  • fullscreen = false: Whether to start the window in fullscreen mode.

  • debugging = false: If true, starts the GLFW.Window/OpenGL context with debug output.

  • monitor::Union{Nothing, GLFW.Monitor} = nothing: Sets the monitor on which the window should be opened. If set to nothing, GLFW will decide which monitor to use.

  • visible = true: Whether or not the window should be visible when first created.

  • scalefactor = automatic: Sets the window scaling factor, such as 2.0 on HiDPI/Retina displays. It is set automatically based on the display, but may be any positive real number.

Rendering constants & Postprocessor

  • oit = false: Whether to enable order independent transparency for the window.

  • fxaa = true: Whether to enable fxaa (anti-aliasing) for the window.

  • ssao = true: Whether to enable screen space ambient occlusion, which simulates natural shadowing at inner edges and crevices.

  • transparency_weight_scale = 1000f0: Adjusts a factor in the rendering shaders for order independent transparency. This should be the same for all of them (within one rendering pipeline) otherwise depth "order" will be broken.

  • max_lights = 64: The maximum number of lights with shading = MultiLightShading

  • max_light_parameters = 5 * N_lights: The maximum number of light parameters that can be uploaded. These include everything other than the light color (i.e. position, direction, attenuation, angles) in terms of scalar floats.

source


Window Scaling

The sizes of figures are given in display-independent "logical" dimensions, and the GLMakie backend will scale the size of the displayed window on HiDPI/Retina displays automatically. For example, the default size = (800, 600) will be shown in a 1600 × 1200 window on a HiDPI display which is configured with a 200% scaling factor.

The scaling factor may be overridden by displaying the figure with a different scalefactor value:

julia
fig = Figure(size = (800, 600))
 # ...
 display(fig, scalefactor = 1.5)

If the scale factor is not changed from its default automatic configuration, the window will be resized to maintain its apparent size when moved across displays with different scaling factors on Windows and OSX. (Independent scaling factors are not supported by X11, and at this time the underlying GLFW library is not compiled with Wayland support.)

Resolution Scaling

Related to the window scaling factor, the mapping from figure sizes and positions to pixels can be scaled to achieve HiDPI/Retina resolution renderings. The resolution scaling defaults to the same factor as the window scaling, but it may be independently overridden with the px_per_unit argument when showing a figure:

julia
fig = Figure(size = (800, 600))
 # ...
@@ -28,7 +28,7 @@
 save("lores.png", fig, px_per_unit = 0.5)  #  400 × 300 px png

If a script may run in interactive environments where the native screen DPI can vary, you may want to explicitly set px_per_unit = 1 when saving figures to ensure consistency of results.

Multiple Windows

GLMakie has experimental support for displaying multiple independent figures (or scenes). To open a new window, use display(GLMakie.Screen(), figure_or_scene). To close all windows, use GLMakie.closeall().

Forcing Dedicated GPU Use In Linux

Normally the dedicated GPU is used for rendering. If instead an integrated GPU is used, one can tell Julia to use the dedicated GPU while launching julia as $ sudo DRI_PRIME=1 julia in the bash terminal. To have it permanently used, add the line export DRI_PRIME=1 in your .bashrc or .zshrc file.

Troubleshooting OpenGL

If you get any error loading GLMakie, it likely means you don't have an OpenGL capable graphics card, or you don't have an OpenGL 3.3 capable driver installed. Note that most GPUs, even 8 year old integrated ones, support OpenGL 3.3.

On Linux, you can find out your OpenGL version with: glxinfo | grep "OpenGL version"

If you're using an AMD or Intel gpu on linux, you may run into GLFW#198.

If you're on a headless server, you still need to install x-server and proper graphics drivers.

You can find a demo on how to set that up in this nextjournal article.

GLMakie's CI has no GPU, so you can also look at .github/workflows/glmakie.yaml for a working setup.

If none of these work for you, take a look at the other backends, which all work without a GPU.

If you get an error pointing to GLFW.jl, please look into the existing GLFW issues, and also google for those errors. This is then very likely something that needs fixing in the glfw c library or in the GPU drivers.

Warning

GLMakie is not thread-safe! Makie functions to display in GLMakie or updates to Observable displayed in GLMakie windows from other threads may not work as expected or cause a segmentation fault.

WSL setup or X-forwarding

From: Microsoft/WSL/issues/2855

WSL runs OpenGL alright, but it is not a supported scenario. From a clean Ubuntu install from the store do:

sudo apt install ubuntu-desktop mesa-utils
 export DISPLAY=localhost:0
 glxgears

On the Windows side:

  1. install VcXsrv

  2. choose multiple windows -> display 0 -> start no client -> disable native opengl

Troubleshooting:

1.) install: sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev

2.) WSL has some problems with passing through localhost, so one may need to use: export DISPLAY=192.168.178.31:0, with the local ip of the pcs network adapter, which runs VcXsrv

3.) One may need mv /opt/julia-1.5.2/lib/julia/libstdc++.so.6 /opt/julia-1.5.2/lib/julia/libcpp.backup, another form of GLFW#198

GLMakie does not show Figure or crashes on full screen mode on macOS

MacOS gives a warning if a graphical user interface (GUI) is not started from an AppBundle and this exception can crash the Julia process that initiated the GUI. This warning only occurs if macOS Settings->Desktop & Dock->Menu Bar->Automatically hide and show the menu bar is not set to Never. Therefore make sure this setting is set to Never to enable the use of GLMakie on macOS.

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/backends/rprmakie.html b/previews/PR3974/explanations/backends/rprmakie.html index ab9ee135d1e..30c878df46e 100644 --- a/previews/PR3974/explanations/backends/rprmakie.html +++ b/previews/PR3974/explanations/backends/rprmakie.html @@ -6,14 +6,14 @@ RPRMakie | Makie - + - + - + - + @@ -22,7 +22,7 @@
Skip to content

RPRMakie

Experimental ray tracing backend using AMDs RadeonProRender. While it's created by AMD and tailored to Radeon GPUs, it still works just as well for NVidia and Intel GPUs using OpenCL. It also works on the CPU and even has a hybrid modus to use GPUs and CPUs in tandem to render images.

RadeonProRender currently only works on Windows and Linux, and crashes on OSX when creating the most basic context. If you're on OSX and good at debugging segfaults, help us by debugging:

julia
using RadeonProRender
-RadeonProRender.Context()

To use RPRMakie on a Mac with an M-series chip, for now, you need to use the x84 build of Julia (not the ARM build, you may have to download this manually). RadeonProRender does not distribute binaries built for the ARM architecture of the M-series processors yet.

Activation and screen config

Activate the backend by calling RPRMakie.activate!() with the following options:

# RPRMakie.activate!Function.
julia
RPRMakie.activate!(; screen_config...)

Sets RPRMakie as the currently active backend and also allows to quickly set the screen_config. Note, that the screen_config can also be set permanently via Makie.set_theme!(RPRMakie=(screen_config...,)).

Arguments one can pass via screen_config:

  • iterations = 200: Iterations of light simulations. The more iterations, the less noisy the picture becomes, but higher numbers take much longer. For e.g. iterations=10 one should expect rendering to take a couple of seconds but it will produce pretty noisy output. 200 is a good middle ground taking around ~30s on an old nvidia 1060. For highest quality output, numbers above 500 are required.

  • resource = RPR.RPR_CREATION_FLAGS_ENABLE_GPU0: GPU or CPU to use. Multiple GPUs and CPUs can be used together by using & (e.g. RPR.RPR_CREATION_FLAGS_ENABLE_GPU0 & RPR.RPR_CREATION_FLAGS_ENABLE_CPU).

  • plugin = RPR.Tahoe:

    • RPR.Tahoe, the legacy RadeonProRender backend. It's the most stable, but doesn't have all new features (e.g. the RPR.MatX material), and may be slower than others

    • RPR.Northstar, the new rewritten backend, faster and optimized for many iterations. Single iterations are much slower, so less usable for interactive display. Sometimes, Northstar just produces black, jiggly objects. It's not clear yet, if that's just a bug, or the result of using an unsupported/deprecated feature. Switch to Tahoe if that happens.

    • RPR.Hybrid: Vulkan backend, fit for real time rendering, using AMDs and NVIDIAs new hardware accelerated ray tracing. Doesn't work reliably yet and only works with RPR.Uber material.

    • RPR.HybridPro: The same as Hybrid, but works only for Radeon GPUs, using AMDs own hardware acceleration API.

source


Since RPRMakie is quite the unique backend and still experimental, there are several gotchas when working with it.

julia
fig = Figure(); # RPRMakie can't show Figures yet, since it only supports a physical 3D camera
+RadeonProRender.Context()

To use RPRMakie on a Mac with an M-series chip, for now, you need to use the x84 build of Julia (not the ARM build, you may have to download this manually). RadeonProRender does not distribute binaries built for the ARM architecture of the M-series processors yet.

Activation and screen config

Activate the backend by calling RPRMakie.activate!() with the following options:

# RPRMakie.activate!Function.
julia
RPRMakie.activate!(; screen_config...)

Sets RPRMakie as the currently active backend and also allows to quickly set the screen_config. Note, that the screen_config can also be set permanently via Makie.set_theme!(RPRMakie=(screen_config...,)).

Arguments one can pass via screen_config:

  • iterations = 200: Iterations of light simulations. The more iterations, the less noisy the picture becomes, but higher numbers take much longer. For e.g. iterations=10 one should expect rendering to take a couple of seconds but it will produce pretty noisy output. 200 is a good middle ground taking around ~30s on an old nvidia 1060. For highest quality output, numbers above 500 are required.

  • resource = RPR.RPR_CREATION_FLAGS_ENABLE_GPU0: GPU or CPU to use. Multiple GPUs and CPUs can be used together by using & (e.g. RPR.RPR_CREATION_FLAGS_ENABLE_GPU0 & RPR.RPR_CREATION_FLAGS_ENABLE_CPU).

  • plugin = RPR.Tahoe:

    • RPR.Tahoe, the legacy RadeonProRender backend. It's the most stable, but doesn't have all new features (e.g. the RPR.MatX material), and may be slower than others

    • RPR.Northstar, the new rewritten backend, faster and optimized for many iterations. Single iterations are much slower, so less usable for interactive display. Sometimes, Northstar just produces black, jiggly objects. It's not clear yet, if that's just a bug, or the result of using an unsupported/deprecated feature. Switch to Tahoe if that happens.

    • RPR.Hybrid: Vulkan backend, fit for real time rendering, using AMDs and NVIDIAs new hardware accelerated ray tracing. Doesn't work reliably yet and only works with RPR.Uber material.

    • RPR.HybridPro: The same as Hybrid, but works only for Radeon GPUs, using AMDs own hardware acceleration API.

source


Since RPRMakie is quite the unique backend and still experimental, there are several gotchas when working with it.

julia
fig = Figure(); # RPRMakie can't show Figures yet, since it only supports a physical 3D camera
 radiance = 10000
 # Lights are much more important for ray tracing,
 # so most examples will use extra lights and environment lights.
@@ -419,7 +419,7 @@
 end
 
 save("submarine_cables.png", scene)

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/backends/wglmakie.html b/previews/PR3974/explanations/backends/wglmakie.html index 55ff442700a..c0f827b6112 100644 --- a/previews/PR3974/explanations/backends/wglmakie.html +++ b/previews/PR3974/explanations/backends/wglmakie.html @@ -6,13 +6,13 @@ WGLMakie | Makie - + - + - - + + @@ -20,13 +20,13 @@ -
Skip to content

WGLMakie

WGLMakie is the web-based backend, which is mostly implemented in Julia right now. WGLMakie uses Bonito to generate the HTML and JavaScript for displaying the plots. On the JavaScript side, we use ThreeJS and WebGL to render the plots. Moving more of the implementation to JavaScript is currently the goal and will give us a better JavaScript API, and more interaction without a running Julia server.

Warning

WGLMakie can be considered experimental because the JavaScript API isn't stable yet and the notebook integration isn't perfect yet, but all plot types should work, and therefore all recipes, but there are certain caveats

Missing Backend Features

  • lines(...) just creates unconnected linesegments and linestyle isn't supported

Browser Support

IJulia
  • Bonito now uses the IJulia connection, and therefore can be used even with complex proxy setup without any additional setup

  • reload of the page isn't supported, if you reload, you need to re-execute all cells and make sure that Page() is executed first.

JupyterHub / Jupyterlab / Binder

  • WGLMakie should mostly work with a websocket connection. Bonito tries to infer the proxy setup needed to connect to the julia process. On local jupyterlab instances, this should work without problem, on hosted ones one may need add jupyter-server-proxy. See:

Pluto

  • still uses Bonito's Websocket connection, so needs extra setup for remote servers.

  • reload of the page isn't supported, if you reload, you need to re-execute all cells and make sure that Page() is executed first.

  • static html export not fully working yet

JuliaHub

  • VSCode in the browser should work out of the box.

  • Pluto in JuliaHub still has a problem with the WebSocket connection. So, you will see a plot, but interaction doesn't work.

Browser Support

Some browsers may have only WebGL 1.0, or need extra steps to enable WebGL, but in general, all modern browsers on mobile and desktop should support WebGL 2.0. Safari users may need to enable WebGL, though. If you end up stuck on WebGL 1.0, the main missing feature will be volume & contour(volume).

Activation and screen config

Activate the backend by calling WGLMakie.activate!() with the following options:

# WGLMakie.activate!Function.
julia
WGLMakie.activate!(; screen_config...)

Sets WGLMakie as the currently active backend and also allows to quickly set the screen_config. Note, that the screen_config can also be set permanently via Makie.set_theme!(WGLMakie=(screen_config...,)).

Arguments one can pass via screen_config:

  • framerate = 30: Set framerate (frames per second) to a higher number for smoother animations, or to a lower to use less resources.

  • resize_to = nothing: Resize the canvas to the parent element with resize_to=:parent, or to the body if resize_to = :body. The default nothing, will resize nothing. A tuple is allowed too, with the same values just for width/height.

source


Output

You can use Bonito and WGLMakie in Pluto, IJulia, Webpages and Documenter to create interactive apps and dashboards, serve them on live webpages, or export them to static HTML.

This tutorial will run through the different modes and what kind of limitations to expect.

Page

Page() can be used to reset the Bonito state needed for multipage output like it's the case for Documenter or the various notebooks (IJulia/Pluto/etc). Previously, it was necessary to always insert and display the Page call in notebooks, but now the call to Page() is optional and doesn't need to be displayed. What it does is purely reset the state for a new multi-page output, which is usually the case for Documenter, which creates multiple pages in one Julia session, or you can use it to reset the state in notebooks, e.g. after a page reload. Page(exportable=true, offline=true) can be used to force inlining all data & js dependencies, so that everything can be loaded in a single HTML object without a running Julia process. The defaults should already be chosen this way for e.g. Documenter, so this should mostly be used for e.g. Pluto offline export (which is currently not fully supported, but should be soon).

Here is an example of how to use this in Franklin:

julia
using WGLMakie
+    
Skip to content

WGLMakie

WGLMakie is the web-based backend, which is mostly implemented in Julia right now. WGLMakie uses Bonito to generate the HTML and JavaScript for displaying the plots. On the JavaScript side, we use ThreeJS and WebGL to render the plots. Moving more of the implementation to JavaScript is currently the goal and will give us a better JavaScript API, and more interaction without a running Julia server.

Warning

WGLMakie can be considered experimental because the JavaScript API isn't stable yet and the notebook integration isn't perfect yet, but all plot types should work, and therefore all recipes, but there are certain caveats

Missing Backend Features

  • lines(...) just creates unconnected linesegments and linestyle isn't supported

Browser Support

IJulia
  • Bonito now uses the IJulia connection, and therefore can be used even with complex proxy setup without any additional setup

  • reload of the page isn't supported, if you reload, you need to re-execute all cells and make sure that Page() is executed first.

JupyterHub / Jupyterlab / Binder

  • WGLMakie should mostly work with a websocket connection. Bonito tries to infer the proxy setup needed to connect to the julia process. On local jupyterlab instances, this should work without problem, on hosted ones one may need add jupyter-server-proxy. See:

Pluto

  • still uses Bonito's Websocket connection, so needs extra setup for remote servers.

  • reload of the page isn't supported, if you reload, you need to re-execute all cells and make sure that Page() is executed first.

  • static html export not fully working yet

JuliaHub

  • VSCode in the browser should work out of the box.

  • Pluto in JuliaHub still has a problem with the WebSocket connection. So, you will see a plot, but interaction doesn't work.

Browser Support

Some browsers may have only WebGL 1.0, or need extra steps to enable WebGL, but in general, all modern browsers on mobile and desktop should support WebGL 2.0. Safari users may need to enable WebGL, though. If you end up stuck on WebGL 1.0, the main missing feature will be volume & contour(volume).

Activation and screen config

Activate the backend by calling WGLMakie.activate!() with the following options:

# WGLMakie.activate!Function.
julia
WGLMakie.activate!(; screen_config...)

Sets WGLMakie as the currently active backend and also allows to quickly set the screen_config. Note, that the screen_config can also be set permanently via Makie.set_theme!(WGLMakie=(screen_config...,)).

Arguments one can pass via screen_config:

  • framerate = 30: Set framerate (frames per second) to a higher number for smoother animations, or to a lower to use less resources.

  • resize_to = nothing: Resize the canvas to the parent element with resize_to=:parent, or to the body if resize_to = :body. The default nothing, will resize nothing. A tuple is allowed too, with the same values just for width/height.

source


Output

You can use Bonito and WGLMakie in Pluto, IJulia, Webpages and Documenter to create interactive apps and dashboards, serve them on live webpages, or export them to static HTML.

This tutorial will run through the different modes and what kind of limitations to expect.

Page

Page() can be used to reset the Bonito state needed for multipage output like it's the case for Documenter or the various notebooks (IJulia/Pluto/etc). Previously, it was necessary to always insert and display the Page call in notebooks, but now the call to Page() is optional and doesn't need to be displayed. What it does is purely reset the state for a new multi-page output, which is usually the case for Documenter, which creates multiple pages in one Julia session, or you can use it to reset the state in notebooks, e.g. after a page reload. Page(exportable=true, offline=true) can be used to force inlining all data & js dependencies, so that everything can be loaded in a single HTML object without a running Julia process. The defaults should already be chosen this way for e.g. Documenter, so this should mostly be used for e.g. Pluto offline export (which is currently not fully supported, but should be soon).

Here is an example of how to use this in Franklin:

julia
using WGLMakie
 using Bonito, Markdown
 Page() # for Franklin, you still need to configure
 WGLMakie.activate!()
 Makie.inline!(true) # Make sure to inline plots into Documenter output!
-scatter(1:4, color=1:4)

As you can see, the output is completely static, because we don't have a running Julia server, as it would be the case with e.g. Pluto. To make the plot interactive, we will need to write more parts of WGLMakie in JS, which is an ongoing effort. As you can see, the interactivity already keeps working for 3D:

julia
N = 60
 function xy_data(x, y)
@@ -38,8 +38,8 @@
 surface(
     -1..1, -1..1, z,
     colormap = :Spectral
-)

There are a couple of ways to keep interacting with Plots in a static export.

Record a statemap

Bonito allows to record a statemap for all widgets, that satisfy the following interface:

julia
# must be true to be found inside the DOM
 is_widget(x) = true
@@ -66,8 +66,8 @@
     heatmap(fig[1, 2], slice)
     slider = DOM.div("z-index: ", index_slider, index_slider.value)
     return Bonito.record_states(session, DOM.div(slider, fig))
-end
z-index: 1

Execute Javascript directly

Bonito makes it easy to build whole HTML and JS applications. You can for example directly register JavaScript function that get run on change.

julia
using Bonito
 
@@ -83,8 +83,8 @@
     """)
 
     return DOM.div("slider 1: ", s1, slider_val)
-end
slider 1:

1

One can also interpolate plots into JS and update those via JS. The problem is, that there isn't an amazing interface yet. The returned object is directly a THREE object, with all plot attributes converted into Javascript types. The good news is, all attributes should be in either three_scene.material.uniforms, or three_scene.geometry.attributes. Going forward, we should create an API in WGLMakie, that makes it as easy as in Julia: plot.attribute = value. But while this isn't in place, logging the the returned object makes it pretty easy to figure out what to do - btw, the JS console + logging is amazing and makes it very easy to play around with the object once logged.

julia
using Bonito: on_document_load
 using WGLMakie
@@ -147,8 +147,8 @@
         })
     }""")
     return DOM.div(s1, color_slider, markersize, fig)
-end

This summarizes the current state of interactivity with WGLMakie inside static pages.

Offline Tooltip

Makie.DataInspector works just fine with WGLMakie, but it requires a running Julia process to show and update the tooltip.

There is also a way to show a tooltip in Javascript directly, which needs to be inserted into the HTML dom. This means, we actually need to use Bonito.App to return a DOM object:

julia
App() do session
     f, ax, pl = scatter(1:4, markersize=100, color=Float32[0.3, 0.4, 0.5, 0.6])
@@ -172,8 +172,8 @@
     # ToolTip(figurelike, js_callback; plots=plots_you_want_to_hover)
     tooltip = WGLMakie.ToolTip(f, on_click_callback; plots=pl)
     return DOM.div(f, tooltip)
-end

Pluto/IJulia

Note that the normal interactivity from Makie is preserved with WGLMakie in e.g. Pluto, as long as the Julia session is running. Which brings us to setting up Pluto/IJulia sessions! Locally, WGLMakie should just work out of the box for Pluto/IJulia, but if you're accessing the notebook from another PC, you must set something like:

julia
begin
     using Bonito
@@ -193,7 +193,7 @@
         $(color_swatch).style.backgroundColor = "hsl(" + hue + ",60%,50%)"
     }""")
     return Row(hue_slider, color_swatch)
-end

Bonito also offers a styleable Card component:

julia
using Markdown
 
@@ -224,7 +224,7 @@
     # Markdown creates a DOM as well, and you can interpolate
     # arbitrary jsrender'able elements in there:
     return DOM.div(card)
-end

Hello

Hopefully, over time there will be helper libraries with lots of stylised elements like the above, to make flashy dashboards with Bonito + WGLMakie.

Export

Documenter just renders the plots + Page as html, so if you want to inline WGLMakie/Bonito objects into your own page, one can just use something like this:

julia
using WGLMakie, Bonito, FileIO
 WGLMakie.activate!()
@@ -331,7 +331,7 @@
     </html>
     """)
 end
- + \ No newline at end of file diff --git a/previews/PR3974/explanations/blocks.html b/previews/PR3974/explanations/blocks.html index d92d0344ae4..80012efc4f9 100644 --- a/previews/PR3974/explanations/blocks.html +++ b/previews/PR3974/explanations/blocks.html @@ -6,12 +6,12 @@ Blocks | Makie - + - + - + @@ -28,7 +28,7 @@ Axis(f, bbox = BBox(50, 200, 50, 300), title = "Axis 1") Axis(f, bbox = BBox(250, 550, 100, 350), title = "Axis 2") f

Deleting blocks

To remove blocks from their layout and the figure or scene, use delete!(block).

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/cameras.html b/previews/PR3974/explanations/cameras.html index 215fcefbcfe..e7e0a0ecb15 100644 --- a/previews/PR3974/explanations/cameras.html +++ b/previews/PR3974/explanations/cameras.html @@ -6,13 +6,13 @@ Cameras | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

Cameras

A Camera is simply a viewport through which the Scene is visualized. Makie offers 2D and 3D projections, and 2D plots can be projected in 3D!

To specify the camera you want to use for your Scene, you can set the camera attribute. Currently, we offer the following cameras/constructors

campixel! cam_relative! cam2d! Camera3D cam3d! cam3d_cad!

which will mutate the camera of the Scene into the specified type.

Pixel Camera

The pixel camera (campixel!) projects the scene in pixel space, i.e. each integer step in the displayed data will correspond to one pixel. There are no controls for this camera. The clipping limits are set to (-10_000, 10_000).

Relative Camera

The relative camera (cam_relative!) projects the scene into a 0..1 by 0..1 space. There are no controls for this camera. The clipping limits are set to (-10_000, 10_000).

2D Camera

The 2D camera (cam2d!) uses an orthographic projection with a fixed rotation and aspect ratio. You can set the following attributes via keyword arguments in cam2d! or by accessing the camera struct cam = cameracontrols(scene):

  • zoomspeed = 0.10f0 sets the speed of mouse wheel zooms.

  • zoombutton = nothing sets an additional key that needs to be pressed in order to zoom. Defaults to no key.

  • panbutton = Mouse.right sets the mouse button that needs to be pressed to translate the view.

  • selectionbutton = (Keyboard.space, Mouse.left) sets a set of buttons that need to be pressed to perform rectangle zooms.

Note that this camera is not used by Axis. It is used, by default, for 2D LScenes and Scenes.

3D Camera

# Makie.Camera3DType.
julia
Camera3D(scene[; kwargs...])

Sets up a 3D camera with mouse and keyboard controls.

The behavior of the camera can be adjusted via keyword arguments or the fields settings and controls.

Settings

Settings include anything that isn't a mouse or keyboard button.

  • projectiontype = Perspective sets the type of the projection. Can be Orthographic or Perspective.

  • rotation_center = :lookat sets the default center for camera rotations. Currently allows :lookat or :eyeposition.

  • fixed_axis = true: If true panning uses the (world/plot) z-axis instead of the camera up direction.

  • zoom_shift_lookat = true: If true keeps the data under the cursor when zooming.

  • cad = false: If true rotates the view around lookat when zooming off-center.

  • clipping_mode = :adaptive: Controls how near and far get processed. Options:

    • :static passes near and far as is

    • :adaptive scales near by norm(eyeposition - lookat) and passes far as is

    • :view_relative scales near and far by norm(eyeposition - lookat)

    • :bbox_relative scales near and far to the scene bounding box as passed to the camera with update_cam!(..., bbox). (More specifically far = 1 is scaled to the furthest point of a bounding sphere and near is generally overwritten to be the closest point.)

  • center = true: Controls whether the camera placement gets reset when calling center!(scene), which is called when a new plot is added.

  • keyboard_rotationspeed = 1f0 sets the speed of keyboard based rotations.

  • keyboard_translationspeed = 0.5f0 sets the speed of keyboard based translations.

  • keyboard_zoomspeed = 1f0 sets the speed of keyboard based zooms.

  • mouse_rotationspeed = 1f0 sets the speed of mouse rotations.

  • mouse_translationspeed = 0.5f0 sets the speed of mouse translations.

  • mouse_zoomspeed = 1f0 sets the speed of mouse zooming (mousewheel).

  • update_rate = 1/30 sets the rate at which keyboard based camera updates are evaluated.

  • circular_rotation = (true, true, true) enables circular rotations for (fixed x, fixed y, fixed z) rotation axis. (This means drawing a circle with your mouse around the center of the scene will result in a continuous rotation.)

Controls

Controls include any kind of hotkey setting.

  • up_key = Keyboard.r sets the key for translations towards the top of the screen.

  • down_key = Keyboard.f sets the key for translations towards the bottom of the screen.

  • left_key = Keyboard.a sets the key for translations towards the left of the screen.

  • right_key = Keyboard.d sets the key for translations towards the right of the screen.

  • forward_key = Keyboard.w sets the key for translations into the screen.

  • backward_key = Keyboard.s sets the key for translations out of the screen.

  • zoom_in_key = Keyboard.u sets the key for zooming into the scene (translate eyeposition towards lookat).

  • zoom_out_key = Keyboard.o sets the key for zooming out of the scene (translate eyeposition away from lookat).

  • increase_fov_key = Keyboard.b sets the key for increasing the fov.

  • decrease_fov_key = Keyboard.n sets the key for decreasing the fov.

  • pan_left_key = Keyboard.j sets the key for rotations around the screens vertical axis.

  • pan_right_key = Keyboard.l sets the key for rotations around the screens vertical axis.

  • tilt_up_key = Keyboard.i sets the key for rotations around the screens horizontal axis.

  • tilt_down_key = Keyboard.k sets the key for rotations around the screens horizontal axis.

  • roll_clockwise_key = Keyboard.e sets the key for rotations of the screen.

  • roll_counterclockwise_key = Keyboard.q sets the key for rotations of the screen.

  • fix_x_key = Keyboard.x sets the key for fixing translations and rotations to the (world/plot) x-axis.

  • fix_y_key = Keyboard.y sets the key for fixing translations and rotations to the (world/plot) y-axis.

  • fix_z_key = Keyboard.z sets the key for fixing translations and rotations to the (world/plot) z-axis.

  • reset = Keyboard.left_control & Mouse.left sets the key for resetting the camera. This equivalent to calling center!(scene).

  • reposition_button = Keyboard.left_alt & Mouse.left sets the key for focusing the camera on a plot object.

  • translation_button = Mouse.right sets the mouse button for drag-translations. (up/down/left/right)

  • scroll_mod = true sets an additional modifier button for scroll-based zoom. (true being neutral)

  • rotation_button = Mouse.left sets the mouse button for drag-rotations. (pan, tilt)

Other kwargs

Some keyword arguments are used to initialize fields. These include

  • eyeposition = Vec3f(3): The position of the camera.

  • lookat = Vec3f(0): The point the camera is focused on.

  • upvector = Vec3f(0, 0, 1): The world direction corresponding to the up direction of the screen.

  • fov = 45.0 is the field of view. This is irrelevant if the camera uses an orthographic projection.

  • near = automatic sets the position of the near clip plane. Anything between the camera and the near clip plane is hidden. Must be greater 0. Usage depends on clipping_mode.

  • far = automatic sets the position of the far clip plane. Anything further away than the far clip plane is hidden. Usage depends on clipping_mode. Defaults to 1 for clipping_mode = :bbox_relative, 2 for :view_relative or a value derived from limits for :static.

Note that updating these observables in an active camera requires a call to update_cam(scene) for them to be applied. For updating eyeposition, lookat and/or upvector update_cam!(scene, eyeposition, lookat, upvector = Vec3f(0,0,1)) is preferred.

The camera position and orientation can also be adjusted via the functions

  • translate_cam!(scene, v) will translate the camera by the given world/plot space vector v.

  • rotate_cam!(scene, angles) will rotate the camera around its axes with the corresponding angles. The first angle will rotate around the cameras "right" that is the screens horizontal axis, the second around the up vector/vertical axis or Vec3f(0, 0, +-1) if fixed_axis = true, and the third will rotate around the view direction i.e. the axis out of the screen. The rotation respects the current rotation_center of the camera.

  • zoom!(scene, zoom_step) will change the zoom level of the scene without translating or rotating the scene. zoom_step applies multiplicatively to cam.zoom_mult which is used as a multiplier to the fov (perspective projection) or width and height (orthographic projection).

source


cam3d! and cam3d_cad! but create a Camera3D with some specific options.

Example - Visualizing the cameras view box

julia
using GeometryBasics, LinearAlgebra
+    
Skip to content

Cameras

A Camera is simply a viewport through which the Scene is visualized. Makie offers 2D and 3D projections, and 2D plots can be projected in 3D!

To specify the camera you want to use for your Scene, you can set the camera attribute. Currently, we offer the following cameras/constructors

campixel! cam_relative! cam2d! Camera3D cam3d! cam3d_cad!

which will mutate the camera of the Scene into the specified type.

Pixel Camera

The pixel camera (campixel!) projects the scene in pixel space, i.e. each integer step in the displayed data will correspond to one pixel. There are no controls for this camera. The clipping limits are set to (-10_000, 10_000).

Relative Camera

The relative camera (cam_relative!) projects the scene into a 0..1 by 0..1 space. There are no controls for this camera. The clipping limits are set to (-10_000, 10_000).

2D Camera

The 2D camera (cam2d!) uses an orthographic projection with a fixed rotation and aspect ratio. You can set the following attributes via keyword arguments in cam2d! or by accessing the camera struct cam = cameracontrols(scene):

  • zoomspeed = 0.10f0 sets the speed of mouse wheel zooms.

  • zoombutton = nothing sets an additional key that needs to be pressed in order to zoom. Defaults to no key.

  • panbutton = Mouse.right sets the mouse button that needs to be pressed to translate the view.

  • selectionbutton = (Keyboard.space, Mouse.left) sets a set of buttons that need to be pressed to perform rectangle zooms.

Note that this camera is not used by Axis. It is used, by default, for 2D LScenes and Scenes.

3D Camera

# Makie.Camera3DType.
julia
Camera3D(scene[; kwargs...])

Sets up a 3D camera with mouse and keyboard controls.

The behavior of the camera can be adjusted via keyword arguments or the fields settings and controls.

Settings

Settings include anything that isn't a mouse or keyboard button.

  • projectiontype = Perspective sets the type of the projection. Can be Orthographic or Perspective.

  • rotation_center = :lookat sets the default center for camera rotations. Currently allows :lookat or :eyeposition.

  • fixed_axis = true: If true panning uses the (world/plot) z-axis instead of the camera up direction.

  • zoom_shift_lookat = true: If true keeps the data under the cursor when zooming.

  • cad = false: If true rotates the view around lookat when zooming off-center.

  • clipping_mode = :adaptive: Controls how near and far get processed. Options:

    • :static passes near and far as is

    • :adaptive scales near by norm(eyeposition - lookat) and passes far as is

    • :view_relative scales near and far by norm(eyeposition - lookat)

    • :bbox_relative scales near and far to the scene bounding box as passed to the camera with update_cam!(..., bbox). (More specifically far = 1 is scaled to the furthest point of a bounding sphere and near is generally overwritten to be the closest point.)

  • center = true: Controls whether the camera placement gets reset when calling center!(scene), which is called when a new plot is added.

  • keyboard_rotationspeed = 1f0 sets the speed of keyboard based rotations.

  • keyboard_translationspeed = 0.5f0 sets the speed of keyboard based translations.

  • keyboard_zoomspeed = 1f0 sets the speed of keyboard based zooms.

  • mouse_rotationspeed = 1f0 sets the speed of mouse rotations.

  • mouse_translationspeed = 0.5f0 sets the speed of mouse translations.

  • mouse_zoomspeed = 1f0 sets the speed of mouse zooming (mousewheel).

  • update_rate = 1/30 sets the rate at which keyboard based camera updates are evaluated.

  • circular_rotation = (true, true, true) enables circular rotations for (fixed x, fixed y, fixed z) rotation axis. (This means drawing a circle with your mouse around the center of the scene will result in a continuous rotation.)

Controls

Controls include any kind of hotkey setting.

  • up_key = Keyboard.r sets the key for translations towards the top of the screen.

  • down_key = Keyboard.f sets the key for translations towards the bottom of the screen.

  • left_key = Keyboard.a sets the key for translations towards the left of the screen.

  • right_key = Keyboard.d sets the key for translations towards the right of the screen.

  • forward_key = Keyboard.w sets the key for translations into the screen.

  • backward_key = Keyboard.s sets the key for translations out of the screen.

  • zoom_in_key = Keyboard.u sets the key for zooming into the scene (translate eyeposition towards lookat).

  • zoom_out_key = Keyboard.o sets the key for zooming out of the scene (translate eyeposition away from lookat).

  • increase_fov_key = Keyboard.b sets the key for increasing the fov.

  • decrease_fov_key = Keyboard.n sets the key for decreasing the fov.

  • pan_left_key = Keyboard.j sets the key for rotations around the screens vertical axis.

  • pan_right_key = Keyboard.l sets the key for rotations around the screens vertical axis.

  • tilt_up_key = Keyboard.i sets the key for rotations around the screens horizontal axis.

  • tilt_down_key = Keyboard.k sets the key for rotations around the screens horizontal axis.

  • roll_clockwise_key = Keyboard.e sets the key for rotations of the screen.

  • roll_counterclockwise_key = Keyboard.q sets the key for rotations of the screen.

  • fix_x_key = Keyboard.x sets the key for fixing translations and rotations to the (world/plot) x-axis.

  • fix_y_key = Keyboard.y sets the key for fixing translations and rotations to the (world/plot) y-axis.

  • fix_z_key = Keyboard.z sets the key for fixing translations and rotations to the (world/plot) z-axis.

  • reset = Keyboard.left_control & Mouse.left sets the key for resetting the camera. This equivalent to calling center!(scene).

  • reposition_button = Keyboard.left_alt & Mouse.left sets the key for focusing the camera on a plot object.

  • translation_button = Mouse.right sets the mouse button for drag-translations. (up/down/left/right)

  • scroll_mod = true sets an additional modifier button for scroll-based zoom. (true being neutral)

  • rotation_button = Mouse.left sets the mouse button for drag-rotations. (pan, tilt)

Other kwargs

Some keyword arguments are used to initialize fields. These include

  • eyeposition = Vec3f(3): The position of the camera.

  • lookat = Vec3f(0): The point the camera is focused on.

  • upvector = Vec3f(0, 0, 1): The world direction corresponding to the up direction of the screen.

  • fov = 45.0 is the field of view. This is irrelevant if the camera uses an orthographic projection.

  • near = automatic sets the position of the near clip plane. Anything between the camera and the near clip plane is hidden. Must be greater 0. Usage depends on clipping_mode.

  • far = automatic sets the position of the far clip plane. Anything further away than the far clip plane is hidden. Usage depends on clipping_mode. Defaults to 1 for clipping_mode = :bbox_relative, 2 for :view_relative or a value derived from limits for :static.

Note that updating these observables in an active camera requires a call to update_cam(scene) for them to be applied. For updating eyeposition, lookat and/or upvector update_cam!(scene, eyeposition, lookat, upvector = Vec3f(0,0,1)) is preferred.

The camera position and orientation can also be adjusted via the functions

  • translate_cam!(scene, v) will translate the camera by the given world/plot space vector v.

  • rotate_cam!(scene, angles) will rotate the camera around its axes with the corresponding angles. The first angle will rotate around the cameras "right" that is the screens horizontal axis, the second around the up vector/vertical axis or Vec3f(0, 0, +-1) if fixed_axis = true, and the third will rotate around the view direction i.e. the axis out of the screen. The rotation respects the current rotation_center of the camera.

  • zoom!(scene, zoom_step) will change the zoom level of the scene without translating or rotating the scene. zoom_step applies multiplicatively to cam.zoom_mult which is used as a multiplier to the fov (perspective projection) or width and height (orthographic projection).

source


cam3d! and cam3d_cad! but create a Camera3D with some specific options.

Example - Visualizing the cameras view box

julia
using GeometryBasics, LinearAlgebra
 
 function frustum_snapshot(cam)
     r = Rect3f(Point3f(-1, -1, -1), Vec3f(2, 2, 2))
@@ -68,7 +68,7 @@
 linesegments!(scene, Rect3f(Point3f(-1), Vec3f(2)), color = :black)
 
 fig

General Remarks

To force a plot to be visualized in 3D, you can set the limits to have a nonzero (z)-axis interval, or ensure that a 3D camera type is used. For example, you could pass the keyword argument limits = Rect([0,0,0],[1,1,1]), or camera = cam3d!.

Often, when modifying the Scene, the camera can get "out of sync" with the Scene. To fix this, you can call the update_cam! function on the Scene.

Buttons passed to the 2D and 3D camera are forwarded to ispressed. As such you can pass false to disable an interaction, true to ignore a modifier, any button, collection of buttons or even logical expressions of buttons. See the events documentation for more details.

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/colors.html b/previews/PR3974/explanations/colors.html index 7ea43353f82..2185f997caf 100644 --- a/previews/PR3974/explanations/colors.html +++ b/previews/PR3974/explanations/colors.html @@ -6,12 +6,12 @@ Colors | Makie - + - + - + @@ -92,7 +92,7 @@ align = (:center, :bottom), offset = (0, 30)) ylims!(ax, -1, 2) f

The following is a list of all the colormaps accessible via a Symbol in Makie which are defined in ColorSchemes.jl:

misc

These colorschemes are not defined or provide different colors in ColorSchemes.jl They are kept for compatibility with the old behaviour of Makie, before v0.10.

NAMECategorical variantContinuous variant
:default | |
:blues | |
:bluesreds | |
:darkrainbow | |
:darktest | |
:grays | |
:greens | |
:heat | |
:lightrainbow | |
:lighttest | |
:rainbow | |
:reds | |
:redsblues | |

cmocean

NAMECategorical variantContinuous variant
:algae | |
:amp | |
:balance | |
:curl | |
:deep | |
:delta | |
:dense | |
:grays | |
:haline | |
:ice | |
:matter | |
:oxy | |
:phase | |
:solar | |
:speed | |
:tempo | |
:thermal | |
:turbid | |

scientific

NAMECategorical variantContinuous variant
:acton | |
:acton10 | |
:acton100 | |
:acton25 | |
:acton50 | |
:bam | |
:bam10 | |
:bam100 | |
:bam25 | |
:bam50 | |
:bamO | |
:bamO10 | |
:bamO100 | |
:bamO25 | |
:bamO50 | |
:bamako | |
:bamako10 | |
:bamako100 | |
:bamako25 | |
:bamako50 | |
:batlow | |
:batlow10 | |
:batlow100 | |
:batlow25 | |
:batlow50 | |
:batlowK | |
:batlowK10 | |
:batlowK100 | |
:batlowK25 | |
:batlowK50 | |
:batlowW | |
:batlowW10 | |
:batlowW100 | |
:batlowW25 | |
:batlowW50 | |
:berlin | |
:berlin10 | |
:berlin100 | |
:berlin25 | |
:berlin50 | |
:bilbao | |
:bilbao10 | |
:bilbao100 | |
:bilbao25 | |
:bilbao50 | |
:broc | |
:broc10 | |
:broc100 | |
:broc25 | |
:broc50 | |
:brocO | |
:brocO10 | |
:brocO100 | |
:brocO25 | |
:brocO50 | |
:buda | |
:buda10 | |
:buda100 | |
:buda25 | |
:buda50 | |
:bukavu | |
:bukavu10 | |
:bukavu100 | |
:bukavu25 | |
:bukavu50 | |
:cork | |
:cork10 | |
:cork100 | |
:cork25 | |
:cork50 | |
:corkO | |
:corkO10 | |
:corkO100 | |
:corkO25 | |
:corkO50 | |
:davos | |
:davos10 | |
:davos100 | |
:davos25 | |
:davos50 | |
:devon | |
:devon10 | |
:devon100 | |
:devon25 | |
:devon50 | |
:fes | |
:fes10 | |
:fes100 | |
:fes25 | |
:fes50 | |
:glasgow | |
:glasgow10 | |
:glasgow100 | |
:glasgow25 | |
:glasgow50 | |
:grayC | |
:grayC10 | |
:grayC100 | |
:grayC25 | |
:grayC50 | |
:hawaii | |
:hawaii10 | |
:hawaii100 | |
:hawaii25 | |
:hawaii50 | |
:imola | |
:imola10 | |
:imola100 | |
:imola25 | |
:imola50 | |
:lajolla | |
:lajolla10 | |
:lajolla100 | |
:lajolla25 | |
:lajolla50 | |
:lapaz | |
:lapaz10 | |
:lapaz100 | |
:lapaz25 | |
:lapaz50 | |
:lipari | |
:lipari10 | |
:lipari100 | |
:lipari25 | |
:lipari50 | |
:lisbon | |
:lisbon10 | |
:lisbon100 | |
:lisbon25 | |
:lisbon50 | |
:managua | |
:managua10 | |
:managua100 | |
:managua25 | |
:managua50 | |
:navia | |
:navia10 | |
:navia100 | |
:navia25 | |
:navia50 | |
:nuuk | |
:nuuk10 | |
:nuuk100 | |
:nuuk25 | |
:nuuk50 | |
:oleron | |
:oleron10 | |
:oleron100 | |
:oleron25 | |
:oleron50 | |
:oslo | |
:oslo10 | |
:oslo100 | |
:oslo25 | |
:oslo50 | |
:roma | |
:roma10 | |
:roma100 | |
:roma25 | |
:roma50 | |
:romaO | |
:romaO10 | |
:romaO100 | |
:romaO25 | |
:romaO50 | |
:tofino | |
:tofino10 | |
:tofino100 | |
:tofino25 | |
:tofino50 | |
:tokyo | |
:tokyo10 | |
:tokyo100 | |
:tokyo25 | |
:tokyo50 | |
:turku | |
:turku10 | |
:turku100 | |
:turku25 | |
:turku50 | |
:vanimo | |
:vanimo10 | |
:vanimo100 | |
:vanimo25 | |
:vanimo50 | |
:vik | |
:vik10 | |
:vik100 | |
:vik25 | |
:vik50 | |
:vikO | |
:vikO10 | |
:vikO100 | |
:vikO25 | |
:vikO50 | |

matplotlib

NAMECategorical variantContinuous variant
:Wistia | |
:autumn1 | |
:binary | |
:bone | |
:bone_1 | |
:brg | |
:bwr | |
:cool | |
:coolwarm | |
:copper | |
:flag | |
:gist_earth | |
:gist_gray | |
:gist_heat | |
:gist_ncar | |
:gist_rainbow | |
:gist_stern | |
:gist_yarg | |
:gray1 | |
:hot | |
:hsv | |
:inferno | |
:jet1 | |
:magma | |
:nipy_spectral | |
:pink | |
:plasma | |
:prism | |
:seismic | |
:spring | |
:summer | |
:tab10 | |
:tab20 | |
:tab20b | |
:tab20c | |
:terrain | |
:twilight | |
:viridis | |
:winter | |

colorbrewer

NAMECategorical variantContinuous variant
:Accent_3 | |
:Accent_4 | |
:Accent_5 | |
:Accent_6 | |
:Accent_7 | |
:Accent_8 | |
:Blues | |
:Blues_3 | |
:Blues_4 | |
:Blues_5 | |
:Blues_6 | |
:Blues_7 | |
:Blues_8 | |
:Blues_9 | |
:BrBG_10 | |
:BrBG_11 | |
:BrBG_3 | |
:BrBG_4 | |
:BrBG_5 | |
:BrBG_6 | |
:BrBG_7 | |
:BrBG_8 | |
:BrBG_9 | |
:BrBg | |
:BuGn | |
:BuGn_3 | |
:BuGn_4 | |
:BuGn_5 | |
:BuGn_6 | |
:BuGn_7 | |
:BuGn_8 | |
:BuGn_9 | |
:BuPu | |
:BuPu_3 | |
:BuPu_4 | |
:BuPu_5 | |
:BuPu_6 | |
:BuPu_7 | |
:BuPu_8 | |
:BuPu_9 | |
:Dark2_3 | |
:Dark2_4 | |
:Dark2_5 | |
:Dark2_6 | |
:Dark2_7 | |
:Dark2_8 | |
:GnBu | |
:GnBu_3 | |
:GnBu_4 | |
:GnBu_5 | |
:GnBu_6 | |
:GnBu_7 | |
:GnBu_8 | |
:GnBu_9 | |
:Greens | |
:Greens_3 | |
:Greens_4 | |
:Greens_5 | |
:Greens_6 | |
:Greens_7 | |
:Greens_8 | |
:Greens_9 | |
:Greys | |
:Greys_3 | |
:Greys_4 | |
:Greys_5 | |
:Greys_6 | |
:Greys_7 | |
:Greys_8 | |
:Greys_9 | |
:OrRd | |
:OrRd_3 | |
:OrRd_4 | |
:OrRd_5 | |
:OrRd_6 | |
:OrRd_7 | |
:OrRd_8 | |
:OrRd_9 | |
:Oranges | |
:Oranges_3 | |
:Oranges_4 | |
:Oranges_5 | |
:Oranges_6 | |
:Oranges_7 | |
:Oranges_8 | |
:Oranges_9 | |
:PRGn | |
:PRGn_10 | |
:PRGn_11 | |
:PRGn_3 | |
:PRGn_4 | |
:PRGn_5 | |
:PRGn_6 | |
:PRGn_7 | |
:PRGn_8 | |
:PRGn_9 | |
:Paired_10 | |
:Paired_11 | |
:Paired_12 | |
:Paired_3 | |
:Paired_4 | |
:Paired_5 | |
:Paired_6 | |
:Paired_7 | |
:Paired_8 | |
:Paired_9 | |
:Pastel1_3 | |
:Pastel1_4 | |
:Pastel1_5 | |
:Pastel1_6 | |
:Pastel1_7 | |
:Pastel1_8 | |
:Pastel1_9 | |
:Pastel2_3 | |
:Pastel2_4 | |
:Pastel2_5 | |
:Pastel2_6 | |
:Pastel2_7 | |
:Pastel2_8 | |
:PiYG | |
:PiYG_10 | |
:PiYG_11 | |
:PiYG_3 | |
:PiYG_4 | |
:PiYG_5 | |
:PiYG_6 | |
:PiYG_7 | |
:PiYG_8 | |
:PiYG_9 | |
:PuBu | |
:PuBuGn | |
:PuBuGn_3 | |
:PuBuGn_4 | |
:PuBuGn_5 | |
:PuBuGn_6 | |
:PuBuGn_7 | |
:PuBuGn_8 | |
:PuBuGn_9 | |
:PuBu_3 | |
:PuBu_4 | |
:PuBu_5 | |
:PuBu_6 | |
:PuBu_7 | |
:PuBu_8 | |
:PuBu_9 | |
:PuOr | |
:PuOr_10 | |
:PuOr_11 | |
:PuOr_3 | |
:PuOr_4 | |
:PuOr_5 | |
:PuOr_6 | |
:PuOr_7 | |
:PuOr_8 | |
:PuOr_9 | |
:PuRd | |
:PuRd_3 | |
:PuRd_4 | |
:PuRd_5 | |
:PuRd_6 | |
:PuRd_7 | |
:PuRd_8 | |
:PuRd_9 | |
:Purples | |
:Purples_3 | |
:Purples_4 | |
:Purples_5 | |
:Purples_6 | |
:Purples_7 | |
:Purples_8 | |
:Purples_9 | |
:RdBu | |
:RdBu_10 | |
:RdBu_11 | |
:RdBu_3 | |
:RdBu_4 | |
:RdBu_5 | |
:RdBu_6 | |
:RdBu_7 | |
:RdBu_8 | |
:RdBu_9 | |
:RdGy | |
:RdGy_10 | |
:RdGy_11 | |
:RdGy_3 | |
:RdGy_4 | |
:RdGy_5 | |
:RdGy_6 | |
:RdGy_7 | |
:RdGy_8 | |
:RdGy_9 | |
:RdPu | |
:RdPu_3 | |
:RdPu_4 | |
:RdPu_5 | |
:RdPu_6 | |
:RdPu_7 | |
:RdPu_8 | |
:RdPu_9 | |
:RdYlBu | |
:RdYlBu_10 | |
:RdYlBu_11 | |
:RdYlBu_3 | |
:RdYlBu_4 | |
:RdYlBu_5 | |
:RdYlBu_6 | |
:RdYlBu_7 | |
:RdYlBu_8 | |
:RdYlBu_9 | |
:RdYlGn | |
:RdYlGn_10 | |
:RdYlGn_11 | |
:RdYlGn_3 | |
:RdYlGn_4 | |
:RdYlGn_5 | |
:RdYlGn_6 | |
:RdYlGn_7 | |
:RdYlGn_8 | |
:RdYlGn_9 | |
:Reds | |
:Reds_3 | |
:Reds_4 | |
:Reds_5 | |
:Reds_6 | |
:Reds_7 | |
:Reds_8 | |
:Reds_9 | |
:Set1_3 | |
:Set1_4 | |
:Set1_5 | |
:Set1_6 | |
:Set1_7 | |
:Set1_8 | |
:Set1_9 | |
:Set2_3 | |
:Set2_4 | |
:Set2_5 | |
:Set2_6 | |
:Set2_7 | |
:Set2_8 | |
:Set3_10 | |
:Set3_11 | |
:Set3_12 | |
:Set3_3 | |
:Set3_4 | |
:Set3_5 | |
:Set3_6 | |
:Set3_7 | |
:Set3_8 | |
:Set3_9 | |
:Spectral | |
:Spectral_10 | |
:Spectral_11 | |
:Spectral_3 | |
:Spectral_4 | |
:Spectral_5 | |
:Spectral_6 | |
:Spectral_7 | |
:Spectral_8 | |
:Spectral_9 | |
:YlGn | |
:YlGnBu | |
:YlGnBu_3 | |
:YlGnBu_4 | |
:YlGnBu_5 | |
:YlGnBu_6 | |
:YlGnBu_7 | |
:YlGnBu_8 | |
:YlGnBu_9 | |
:YlGn_3 | |
:YlGn_4 | |
:YlGn_5 | |
:YlGn_6 | |
:YlGn_7 | |
:YlGn_8 | |
:YlGn_9 | |
:YlOrBr | |
:YlOrBr_3 | |
:YlOrBr_4 | |
:YlOrBr_5 | |
:YlOrBr_6 | |
:YlOrBr_7 | |
:YlOrBr_8 | |
:YlOrBr_9 | |
:YlOrRd | |
:YlOrRd_3 | |
:YlOrRd_4 | |
:YlOrRd_5 | |
:YlOrRd_6 | |
:YlOrRd_7 | |
:YlOrRd_8 | |
:YlOrRd_9 | |

gnuplot

NAMECategorical variantContinuous variant
:afmhot | |
:gnuplot | |
:gnuplot2 | |
:ocean | |
:rainbow1 | |

colorcet

NAMECategorical variantContinuous variant
:cyclic_grey_15_85_c0_n256 | |
:cyclic_grey_15_85_c0_n256_s25 | |
:cyclic_mrybm_35_75_c68_n256 | |
:cyclic_mrybm_35_75_c68_n256_s25 | |
:cyclic_mygbm_30_95_c78_n256 | |
:cyclic_mygbm_30_95_c78_n256_s25 | |
:cyclic_protanopic_deuteranopic_bwyk_16_96_c31_n256 | |
:cyclic_protanopic_deuteranopic_wywb_55_96_c33_n256 | |
:cyclic_tritanopic_cwrk_40_100_c20_n256 | |
:cyclic_tritanopic_wrwc_70_100_c20_n256 | |
:cyclic_wrwbw_40_90_c42_n256 | |
:cyclic_wrwbw_40_90_c42_n256_s25 | |
:diverging_bkr_55_10_c35_n256 | |
:diverging_bky_60_10_c30_n256 | |
:diverging_bwg_20_95_c41_n256 | |
:diverging_bwr_20_95_c54_n256 | |
:diverging_bwr_40_95_c42_n256 | |
:diverging_bwr_55_98_c37_n256 | |
:diverging_cwm_80_100_c22_n256 | |
:diverging_gkr_60_10_c40_n256 | |
:diverging_gwr_55_95_c38_n256 | |
:diverging_gwv_55_95_c39_n256 | |
:diverging_isoluminant_cjm_75_c23_n256 | |
:diverging_isoluminant_cjm_75_c24_n256 | |
:diverging_isoluminant_cjo_70_c25_n256 | |
:diverging_linear_bjr_30_55_c53_n256 | |
:diverging_linear_bjy_30_90_c45_n256 | |
:diverging_protanopic_deuteranopic_bwy_60_95_c32_n256 | |
:diverging_rainbow_bgymr_45_85_c67_n256 | |
:diverging_tritanopic_cwr_75_98_c20_n256 | |
:glasbey_bw_minc_20_hue_150_280_n256 | |
:glasbey_bw_minc_20_hue_330_100_n256 | |
:glasbey_bw_minc_20_maxl_70_n256 | |
:glasbey_bw_minc_20_minl_30_n256 | |
:glasbey_bw_minc_20_n256 | |
:glasbey_bw_n256 | |
:glasbey_category10_n256 | |
:glasbey_hv_n256 | |
:isoluminant_cgo_70_c39_n256 | |
:isoluminant_cgo_80_c38_n256 | |
:isoluminant_cm_70_c39_n256 | |
:linear_bgy_10_95_c74_n256 | |
:linear_bgyw_15_100_c67_n256 | |
:linear_bgyw_15_100_c68_n256 | |
:linear_bgyw_20_98_c66_n256 | |
:linear_blue_5_95_c73_n256 | |
:linear_blue_95_50_c20_n256 | |
:linear_bmw_5_95_c86_n256 | |
:linear_bmw_5_95_c89_n256 | |
:linear_bmy_10_95_c71_n256 | |
:linear_bmy_10_95_c78_n256 | |
:linear_gow_60_85_c27_n256 | |
:linear_gow_65_90_c35_n256 | |
:linear_green_5_95_c69_n256 | |
:linear_grey_0_100_c0_n256 | |
:linear_grey_10_95_c0_n256 | |
:linear_kbc_5_95_c73_n256 | |
:linear_kbgyw_5_98_c62_n256 | |
:linear_kgy_5_95_c69_n256 | |
:linear_kry_0_97_c73_n256 | |
:linear_kry_5_95_c72_n256 | |
:linear_kry_5_98_c75_n256 | |
:linear_kryw_0_100_c71_n256 | |
:linear_kryw_5_100_c64_n256 | |
:linear_kryw_5_100_c67_n256 | |
:linear_protanopic_deuteranopic_kbjyw_5_95_c25_n256 | |
:linear_protanopic_deuteranopic_kbw_5_98_c40_n256 | |
:linear_ternary_blue_0_44_c57_n256 | |
:linear_ternary_green_0_46_c42_n256 | |
:linear_ternary_red_0_50_c52_n256 | |
:linear_tritanopic_krjcw_5_95_c24_n256 | |
:linear_tritanopic_krjcw_5_98_c46_n256 | |
:linear_wcmr_100_45_c42_n256 | |
:linear_worb_100_25_c53_n256 | |
:linear_wyor_100_45_c55_n256 | |
:rainbow_bgyr_35_85_c72_n256 | |
:rainbow_bgyr_35_85_c73_n256 | |
:rainbow_bgyrm_35_85_c69_n256 | |
:rainbow_bgyrm_35_85_c71_n256 | |

seaborn

NAMECategorical variantContinuous variant
:seaborn_bright | |
:seaborn_bright6 | |
:seaborn_colorblind | |
:seaborn_colorblind6 | |
:seaborn_dark | |
:seaborn_dark6 | |
:seaborn_deep | |
:seaborn_deep6 | |
:seaborn_icefire_gradient | |
:seaborn_muted | |
:seaborn_muted6 | |
:seaborn_pastel | |
:seaborn_pastel6 | |
:seaborn_rocket_gradient | |

general

NAMECategorical variantContinuous variant
:CMRmap | |
:alpine | |
:aquamarine | |
:army | |
:atlantic | |
:auerbach | |
:aurora | |
:autumn | |
:avocado | |
:beach | |
:blackbody | |
:bluegreenyellow | |
:bosch_garden | |
:bosch_hell | |
:botticelli | |
:brass | |
:browncyan | |
:canaletto | |
:candy | |
:cezanne | |
:cherry | |
:cividis | |
:cmyk | |
:coffee | |
:cubehelix | |
:darkrainbow | |
:darkterrain | |
:deepsea | |
:dracula | |
:fall | |
:fastie | |
:fruitpunch | |
:fuchsia | |
:gold | |
:grays1 | |
:grayyellow | |
:greenbrownterrain | |
:greenpink | |
:hokusai | |
:holbein | |
:island | |
:jet | |
:julia_colorscheme | |
:klimt | |
:lake | |
:leonardo | |
:lighttemperaturemap | |
:lightterrain | |
:mint | |
:munch | |
:neon | |
:pastel | |
:pearl | |
:picasso | |
:pigeon | |
:plum | |
:rainbow | |
:redblue | |
:redgreensplit | |
:rembrandt | |
:rose | |
:rust | |
:sandyterrain | |
:sienna | |
:southwest | |
:starrynight | |
:sun | |
:sunset | |
:temperaturemap | |
:thermometer | |
:turbo | |
:twelvebitrainbow | |
:valentine | |
:vangogh | |
:vanhelsing | |
:vermeer | |
:watermelon | |
:websafe | |
- + \ No newline at end of file diff --git a/previews/PR3974/explanations/conversion_pipeline.html b/previews/PR3974/explanations/conversion_pipeline.html index e5f0b5a4ac6..acc0a425728 100644 --- a/previews/PR3974/explanations/conversion_pipeline.html +++ b/previews/PR3974/explanations/conversion_pipeline.html @@ -6,12 +6,12 @@ Conversions and spaces | Makie - + - + - + @@ -196,7 +196,7 @@ ) scene

Argument Conversions

When calling a plot function, e.g. scatter!(axis_or_scene, args...) a new plot object is constructed. The plot object keeps track of the original input arguments converted to Observables in plot.args. Those input arguments are then converted via convert_arguments and stored in plot.converted. Generally speaking these methods either dispatch on the plot type or the result of conversion_trait(PlotType, args...), i.e. convert_arguments(type_or_trait, args...). They are expected to generalize and simplify the structure of data given to a plot while leaving the numeric type as either a Float32 or Float64 as appropriate.

The full conversion pipeline is run in Makie.conversion_pipeline which also applies dim converts and checks if the conversion was successful.

Transformation Objects

The remaining transformed versions of data are not accessible, but rather abstract representations which the data goes through. As such they are named based on the coordinate space they are in and grayed out. Note as well that these representations are only relevant to primitive plots like lines or mesh. Ignoring Float32Convert for now, the next two transformations are summarized under the Transformation object present in plot.transformation and scene.transformation.

The first transformation is transformation.transform_func, which holds a function which is applied to a Vector{Point{N, T}} element by element. It is meant to resolve transformations that cannot be represented as a matrix operations, for example moving data into a logarithmic space or into Polar coordinates. They are implemented using the apply_transform(func, data) methods. Generally we also expect transform function to be (partially) invertible and their inverse to be returned by inverse_transform(func).

The second transformation is transformation.model, which combines translate!(plot, ...), scale!(plot, ...) and rotate!(plot, ...) into a matrix. The order of operations here is fixed - rotations apply first, then scaling and finally translations. As a matrix operation they can and are handled on the GPU.

Float32Convert

Nested between transform_func and model is the application of scene.float32convert. Its job is to bring the transformed data into a range acceptable for Float32, which is used on the GPU.

Currently only Axis actually defines this transformation. When calling plot!(axis, ...) it takes a snapshot of the limits of the plot using data_limits(plot) and updates its internal limits. These are combined with other sources to generate axis.finallimits. When setting the camera matrices axis.finallimits gets transformed by transform_func and processed by scene.float32convert to generate a valid Float32 range for the camera. This processing will update the Float32Convert if needed.

With respect to the conversion pipeline the Float32Convert is a linear function applied to transformed data using f32_convert(scene, data). After the transformation, data strictly uses Float32 as a numeric type.

Note that since the Float32Convert is based on and transforms the limits used to create the camera (matrices), it should technically act between model and view. In fact, this order is used for CairoMakie and some CPU projection code. For the GPU however, we want to avoid applying model on the CPU. To do that we calculate a new model matrix using new_model = patch_model(scene, model), which acts after Float32Convert.

Camera

Next in our conversion pipeline are the camera matrices tracked in scene.camera. Their job is to transform plot data to a normalized "clip" space. While not consistently followed, the view matrix is supposed to adjust the coordinate system to that of the viewer and the projection matrix is supposed to apply scaling and perspective projection if applicable. The viewers position and orientation is set by either the the camera controller of the scene or the parent Block.

Coordinate spaces

Currently Makie defines 4 coordinate spaces: :data, :clip, :relative and :pixel. The example above shows te conversion pipeline for space = :data.

For space = :clip we consider plot.converted to be in clip space, meaning that transform_func, model, view and projection can be skipped, and Float32Convert only does a cast to Float32. The x and y direction correspond to right and up, with z increasing towards the viewer. All coordinates are limited to a -1 .. 1 range.

The other two spaces each include one matrix transformation to clip space. For space = :relative this simply rescales the x and y dimension to a 0 .. 1 range. And for space = :pixel the camera.pixel_space matrix is used to set the x and y range the size of the scene and the z range to -10_000 .. 10_000, with z facing away from the viewer.

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/dim-converts.html b/previews/PR3974/explanations/dim-converts.html index 59dc2cf16ea..631912ab260 100644 --- a/previews/PR3974/explanations/dim-converts.html +++ b/previews/PR3974/explanations/dim-converts.html @@ -6,13 +6,13 @@ Dimension conversions | Makie - + - + - - + + @@ -43,11 +43,11 @@ Base.show(io::IO, s::SomeStruct) = println(io, "[$(s.value)]") conversion = Makie.CategoricalConversion(sortby=x->x.value) -barplot(Named.([:a, :b, :c]), 1:3, axis=(dim1_conversion=conversion,))

source


# Makie.UnitfulConversionType.
julia
UnitfulConversion(unit=automatic; units_in_label=false)

Allows to plot arrays of unitful objects into an axis.

Arguments

  • unit=automatic: sets the unit as conversion target. If left at automatic, the best unit will be chosen for all plots + values plotted to the axis (e.g. years for long periods, or km for long distances, or nanoseconds for short times).

  • units_in_label=true: controls, whether plots are shown in the label_prefix of the axis labels, or in the tick labels

Examples

julia
using Unitful, CairoMakie
+barplot(Named.([:a, :b, :c]), 1:3, axis=(dim1_conversion=conversion,))

source


# Makie.UnitfulConversionType.
julia
UnitfulConversion(unit=automatic; units_in_label=false)

Allows to plot arrays of unitful objects into an axis.

Arguments

  • unit=automatic: sets the unit as conversion target. If left at automatic, the best unit will be chosen for all plots + values plotted to the axis (e.g. years for long periods, or km for long distances, or nanoseconds for short times).

  • units_in_label=true: controls, whether plots are shown in the label_prefix of the axis labels, or in the tick labels

Examples

julia
using Unitful, CairoMakie
 
 # UnitfulConversion will get chosen automatically:
 scatter(1:4, [1u"ns", 2u"ns", 3u"ns", 4u"ns"])

Fix unit to always use Meter & display unit in the xlabel:

julia
uc = Makie.UnitfulConversion(u"m"; units_in_label=false)
-scatter(1:4, [0.01u"km", 0.02u"km", 0.03u"km", 0.04u"km"]; axis=(dim2_conversion=uc, xlabel="x (km)"))

source


# Makie.DateTimeConversionType.
julia
DateTimeConversion(type=Automatic; k_min=automatic, k_max=automatic, k_ideal=automatic)

Creates conversion and conversions for Date, DateTime and Time. For other time units one should use UnitfulConversion, which work with e.g. Seconds.

For DateTimes PlotUtils.optimize_datetime_ticks is used for getting the conversion, otherwise axis.(x/y)ticks are used on the integer representation of the date.

Arguments

  • type=automatic: when left at automatic, the first plot into the axis will determine the type. Otherwise, one can set this to Time, Date, or DateTime.

Examples

julia
date_time = DateTime("2021-10-27T11:11:55.914")
+scatter(1:4, [0.01u"km", 0.02u"km", 0.03u"km", 0.04u"km"]; axis=(dim2_conversion=uc, xlabel="x (km)"))

source


# Makie.DateTimeConversionType.
julia
DateTimeConversion(type=Automatic; k_min=automatic, k_max=automatic, k_ideal=automatic)

Creates conversion and conversions for Date, DateTime and Time. For other time units one should use UnitfulConversion, which work with e.g. Seconds.

For DateTimes PlotUtils.optimize_datetime_ticks is used for getting the conversion, otherwise axis.(x/y)ticks are used on the integer representation of the date.

Arguments

  • type=automatic: when left at automatic, the first plot into the axis will determine the type. Otherwise, one can set this to Time, Date, or DateTime.

Examples

julia
date_time = DateTime("2021-10-27T11:11:55.914")
 date_time_range = range(date_time, step=Week(5), length=10)
 # Automatically chose xticks as DateTeimeTicks:
 scatter(date_time_range, 1:10)
@@ -55,7 +55,7 @@
 # explicitely chose DateTimeConversion and use it to plot unitful values into it and display in the `Time` format:
 using Makie.Unitful
 conversion = Makie.DateTimeConversion(Time)
-scatter(1:4, (1:4) .* u"s", axis=(dim2_conversion=conversion,))

source


Developer docs

You can overload the API to define your own dim converts by overloading the following functions:

julia
struct MyDimConversion <: Makie.AbstractDimConversion end
+scatter(1:4, (1:4) .* u"s", axis=(dim2_conversion=conversion,))

source


Developer docs

You can overload the API to define your own dim converts by overloading the following functions:

julia
struct MyDimConversion <: Makie.AbstractDimConversion end
 
 # The type you target with the dim conversion
 struct MyUnit
@@ -109,7 +109,7 @@
 end
 
 barplot([MyUnit(1), MyUnit(2), MyUnit(3)], 1:3)

For more complex examples, you should look at the implementation in: Makie/src/dim-converts.

The conversions get applied in the function Makie.conversion_pipeline in Makie/src/interfaces.jl.

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/events.html b/previews/PR3974/explanations/events.html index 160023d2fc2..d15f496075a 100644 --- a/previews/PR3974/explanations/events.html +++ b/previews/PR3974/explanations/events.html @@ -6,12 +6,12 @@ Events | Makie - + - + - + @@ -263,7 +263,7 @@ recordframe!(io) end end
- + \ No newline at end of file diff --git a/previews/PR3974/explanations/faq.html b/previews/PR3974/explanations/faq.html index 6111418fe63..3494a3bc54b 100644 --- a/previews/PR3974/explanations/faq.html +++ b/previews/PR3974/explanations/faq.html @@ -6,12 +6,12 @@ Frequently Asked Questions | Makie - + - + - + @@ -74,7 +74,7 @@ f

As you can see, there's empty space on all four sides, because there are no flexible objects that could fill it.

But once we run resize_to_layout!, the Figure assumes the appropriate size for our axes:

julia
resize_to_layout!(f)
 f
- + \ No newline at end of file diff --git a/previews/PR3974/explanations/figure.html b/previews/PR3974/explanations/figure.html index 86b98da7135..d9f4e667074 100644 --- a/previews/PR3974/explanations/figure.html +++ b/previews/PR3974/explanations/figure.html @@ -6,12 +6,12 @@ Figures | Makie - + - + - + @@ -71,7 +71,7 @@ contents(f[1, 1]) == [ax] content(f[1, 1]) == ax

Figure size and units

In Makie, figure size and attributes like line widths, font sizes, scatter marker extents, or layout column and row gaps are usually given as plain numbers, without an explicit unit attached. What does it mean to have a Figure with size = (600, 450), a line with linewidth = 10 or a column gap of 30?

The first underlying idea is that, no matter what your final output format is, these numbers are relative. You can expect a linewidth = 10 to cover 1/60th of the width 600 of the Figure and a column gap of 30 to span 1/20th of the Figure. This holds, no matter if you later export that Figure as an image made out of pixels, or as a vector graphic that doesn't have pixels at all.

The second idea is that, given some Figure, we want to be able to export an image at arbitrary resolution, or a vector graphic at any size from it, as long as the relative sizes of all elements stay intact. So we need to translate our abstract sizes to real sizes when we render. In Makie, this is done with two scaling factors: px_per_unit for images and pt_per_unit for vector graphics.

A line with linewidth = 10 will be 10 pixels wide if rendered to an image file with px_per_unit = 1. It will be 5 pixels wide if px_per_unit = 0.5 and 20 pixels if px_per_unit = 2. A Figure with size = (600, 450) will have 600 x 450 pixels when exported with px_per_unit = 1, 300 x 225 with px_per_unit = 0.5 and 1200 x 900 with px_per_unit = 2.

It works exactly the same for vector graphics, just with a different target unit. A pt or point is a typographic unit that is defined as 1/72 of an inch, which comes out to about 0.353 mm. A line with linewidth = 10 will be 10 points wide if rendered to an svg file with pt_per_unit = 1, it will be 5 points wide for pt_per_unit = 0.5 and 20 points wide if pt_per_unit = 2. A Figure with size = (600, 450) will be 600 x 450 points in size when exported with pt_per_unit = 1, 300 x 225 with pt_per_unit = 0.5 and 1200 x 900 with pt_per_unit = 2.

Defaults of px_per_unit and pt_per_unit

What are the default values of px_per_unit and pt_per_unit in each Makie backend, and why are they set that way?

Let us start with pt_per_unit because this value is only relevant for one backend, which is CairoMakie. The default value in CairoMakie is pt_per_unit = 0.75. So if you save(figure, "output.svg") a Figure with size = (600, 450), this comes out as a vector graphic that is 450 x 337.5 pt large.

Why 0.75 and not simply 1? This has to do with web standards and device-independent pixels. Websites mix vector graphics and images, so they need some way to relate the sizes of both types to each other. In principle, a pixel in an image doesn't have a real-world width. But you don't want the images on your site to shrink relative to the other content when device pixels are small, or grow when device pixels are large. So web browsers don't directly map image pixels to device pixels. Instead, they use a concept called device-independent pixels. If you place an image with 600 x 450 pixels in a website, this image is interpreted by default to be 600 x 450 device-independent pixels wide. One device-independent pixel is defined to be 0.75 pt wide, that's where the factor 0.75 comes in. So an image with 600 x 450 device-independent pixels is the same apparent size as a vector graphic with size 450 x 337.5 pt. On high-resolution screens, browsers then simply render one device-independent pixel with multiple device pixels (for example 2x2 on an Apple Retina display) so that content stays at readable sizes and doesn't look tiny.

For Makie, we decided that we want our abstract units to match device-independent pixels when used in web contexts, because that's very convenient and easy to predict for the end user. If you have a Jupyter or Pluto notebook, it's nice if a Figure comes out at the same apparent size, no matter if you're currently in CairoMakie's svg mode, or in the bitmap mode of any backend. Therefore, we annotate images with the original Figure size in device-independent pixels, so they are of the same apparent size, no matter what the px_per_unit value and therefore the effective pixel size is. And we give svg files the default scaling factor of 0.75 so that svgs always match images in apparent size.

Now let us look at the default values for px_per_unit. In CairoMakie, the default is px_per_unit = 2. This means, a Figure with size = (600, 450) will be rendered as a 1200 x 900 pixel image. The reason it isn't px_per_unit = 1 is that CairoMakie plots are often embedded in notebooks or websites, or looked at in image viewers or IDEs like VSCode. On websites, you don't know in advance what the pixel density of a reader's display is going to be. And in image viewers and IDEs, people like to zoom in to look at details. To cover these use cases by default, we decided px_per_unit = 2 is a good compromise between sharp resolution and appropriate file size. Again, the apparent size of output images in notebooks and websites (wherever the MIME"text/html" type is used) depends only on the size, because the output images are embedded with <img width=$(size[1]) height=$(size[2]) no matter what value px_per_unit has.

In GLMakie, the default behavior is different. Because GLMakie doesn't just produce images, but renders Figures in interactive native windows, website or image viewer considerations don't apply. If a window covers 600 x 450 pixels of the screen it's displayed on, you want to render your Figure at exactly 600 x 450 pixels resolution. More, and you waste computation time, less, and your image becomes blurry. That doesn't mean however, that px_per_unit is always 1. Rather, px_per_unit automatically adjusts to the scale value of the screen that the window rendering the Figure is currently on. The scale value for a screen is set by the OS. On a high-dpi screen like a MacBook which has a scale factor of 2, a Figure of size = (600, 450) will be rendered with px_per_unit = 2 to exactly cover the window's render buffer of size 1200 x 900 pixels. If you place this screen next to a regular monitor of the same physical size but with half the resolution, this monitor should have the scale factor 1 assigned to it by the OS, so that text has the same size on both of them (just sharper on the high-dpi screen). So the same Figure displayed on that monitor will automatically switch to px_per_unit = 1 and therefore fill a window buffer of 600 x 450 pixels. You should never have to directly change px_per_unit for a window that is being displayed on a screen. However, you can still increase px_per_unit when saving images, so that your rendered outputs have a higher pixel count for embedding in websites or documents.

Matching figure and font sizes to documents

Academic journals usually demand that figures you submit adhere to specific physical dimensions. How can you render Makie figures at exactly the right sizes?

First, let's look at vector graphics, which are usually desired for documents because they have the best text and line rendering quality at any zoom level. The output unit of vector graphics is always pt in CairoMakie. You can convert to points from inches via 1 in == 72 pt and from centimeters via 1 cm = 28,3465 pt.

Let's say your desired output size is 5 x 4 inches and you should use a font size of 12 pt. You multiply 5 x 4 by 72 to get 360 x 288 pt. The size you need to set on your Figure depends on the pt_per_unit value you want to use. When making plots for publications, you should usually just save with pt_per_unit = 1. So in our example, we would use Figure(size = (360, 288)) and for text set fontsize = 12 to match the 12 pt requirement.

Pixel images, on the other hand, have no inherent physical size. You can stretch any pixel image over any area in a document that you want, it will just be more or less sharp. If you want to render pixel images, you therefore have to consider what pixel density the journal demands. Usually, this value is given as dots per inch or dpi which is often used interchangeably with pixels per inch or ppi. Let's say we already have the Figure from our previous example with size = (360, 288) and fontsize = 12, but we want to save it as a pixel image for a target dpi or ppi of 600. We can calculate (5, 4) inch .* (600 px / inch) ./ (360, 288). We only have to do it for one side because our pixels are square, so 5 * 600 / 360 == 8.3333. That means the final image saved with px_per_unit = 8.3333 has a size of 3000 x 2400 px, which is exactly 600 dpi when placed at a size of 5 x 4 inches.

We could of course have set up the Figure with size = (3000, 2400) and then saved with px_per_unit = 1 to reach the same final size. Then, however, we would have had to calculate the fontsize that would have ended up to match 12 pt at this pixel density. Usually, when preparing figures for journals, it's easiest to use pt as the base unit and set everything up for saving with pt_per_unit = 1 which makes font sizes and line widths trivial to understand for a reader of the code.

Note

If you keep the intended physical size of an image constant and increase the dpi by increasing px_per_unit, the size of text and other content relative to the figure will stay constant. However, if you instead try to increase the dpi by increasing the Figure size itself, the relative size of text and other content will shrink. The first option is usually much more convenient, as it keeps the look and layout of the overall figure exactly the same, just with higher resolution.

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/fonts.html b/previews/PR3974/explanations/fonts.html index 85c686d7382..cb48ae25bdb 100644 --- a/previews/PR3974/explanations/fonts.html +++ b/previews/PR3974/explanations/fonts.html @@ -6,12 +6,12 @@ Fonts | Makie - + - + - + @@ -32,7 +32,7 @@ Axis(f[1, 1], title = "A title", xlabel = "An x label", xlabelfont = :weird) f

Emoji and color fonts

Currently, Makie does not have the ability to draw emoji. This is due to the implementation of text drawing in GLMakie and WGLMakie, which relies on signed distance fields that can only be used to render monochrome glyphs, but not arbitrary bitmaps.

Multicolored fonts, like those in the color fonts project, are currently not supported. Colored text is supported with the rich text functionality. If you want to use emoji as scatter markers, consider using images (you will need to find suitable images separately, you cannot easily extract emoji from fonts with Makie).

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/headless.html b/previews/PR3974/explanations/headless.html index 9991a97b24e..3d51d852939 100644 --- a/previews/PR3974/explanations/headless.html +++ b/previews/PR3974/explanations/headless.html @@ -6,12 +6,12 @@ Headless | Makie - + - + - + @@ -25,7 +25,7 @@ Bonito.configure_server!(listen_port=8081)

before any plotting commands with WGLMakie.

If you also need to use a different port than 8081 on the local machine, say 8080, you will also need to set the forwarded_port like this:

julia
using Bonito
 
 Bonito.configure_server!(listen_port=8081, forwarded_port=8080)
- + \ No newline at end of file diff --git a/previews/PR3974/explanations/inspector.html b/previews/PR3974/explanations/inspector.html index d59e604c2b5..eb1f87234a8 100644 --- a/previews/PR3974/explanations/inspector.html +++ b/previews/PR3974/explanations/inspector.html @@ -6,13 +6,13 @@ Inspecting data | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

Inspecting data

Makie provides a data inspection tool via DataInspector(x) where x can be a figure, axis or scene. With it you get a floating tooltip with relevant information for various plots by hovering over one of its elements.

By default the inspector will be able to pick any plot other than text and volume based plots. If you wish to ignore a plot, you can set its attribute plot.inspectable[] = false. With that the next closest plot (in range) will be picked.

# Makie.DataInspectorType.
julia
DataInspector(figure_axis_or_scene = current_figure(); kwargs...)

Creates a data inspector which will show relevant information in a tooltip when you hover over a plot.

This functionality can be disabled on a per-plot basis by setting plot.inspectable[] = false. The displayed text can be adjusted by setting plot.inspector_label to a function (plot, index, position) -> "my_label" returning a label. See Makie documentation for more detail.

Keyword Arguments:

  • range = 10: Controls the snapping range for selecting an element of a plot.

  • priority = 100: The priority of creating a tooltip on a mouse movement or scrolling event.

  • enabled = true: Disables inspection of plots when set to false. Can also be adjusted with enable!(inspector) and disable!(inspector).

  • indicator_color = :red: Color of the selection indicator.

  • indicator_linewidth = 2: Linewidth of the selection indicator.

  • indicator_linestyle = nothing: Linestyle of the selection indicator

  • enable_indicators = true): Enables or disables indicators

  • depth = 9e3: Depth value of the tooltip. This should be high so that the tooltip is always in front.

  • apply_tooltip_offset = true: Enables or disables offsetting tooltips based on, for example, markersize.

  • and all attributes from Tooltip

source


Custom text

The text that DataInspector displays can be adjusted on a per-plot basis through the inspector_label attribute. It should hold a function (plot, index, position) -> "my_string", where plot is the plot whose label is getting adjusted, index is the index returned by pick (see events documentation) and position is the position of the inspected object.

julia
lbls = ["Type A", "Type B"]
+    
Skip to content

Inspecting data

Makie provides a data inspection tool via DataInspector(x) where x can be a figure, axis or scene. With it you get a floating tooltip with relevant information for various plots by hovering over one of its elements.

By default the inspector will be able to pick any plot other than text and volume based plots. If you wish to ignore a plot, you can set its attribute plot.inspectable[] = false. With that the next closest plot (in range) will be picked.

# Makie.DataInspectorType.
julia
DataInspector(figure_axis_or_scene = current_figure(); kwargs...)

Creates a data inspector which will show relevant information in a tooltip when you hover over a plot.

This functionality can be disabled on a per-plot basis by setting plot.inspectable[] = false. The displayed text can be adjusted by setting plot.inspector_label to a function (plot, index, position) -> "my_label" returning a label. See Makie documentation for more detail.

Keyword Arguments:

  • range = 10: Controls the snapping range for selecting an element of a plot.

  • priority = 100: The priority of creating a tooltip on a mouse movement or scrolling event.

  • enabled = true: Disables inspection of plots when set to false. Can also be adjusted with enable!(inspector) and disable!(inspector).

  • indicator_color = :red: Color of the selection indicator.

  • indicator_linewidth = 2: Linewidth of the selection indicator.

  • indicator_linestyle = nothing: Linestyle of the selection indicator

  • enable_indicators = true): Enables or disables indicators

  • depth = 9e3: Depth value of the tooltip. This should be high so that the tooltip is always in front.

  • apply_tooltip_offset = true: Enables or disables offsetting tooltips based on, for example, markersize.

  • and all attributes from Tooltip

source


Custom text

The text that DataInspector displays can be adjusted on a per-plot basis through the inspector_label attribute. It should hold a function (plot, index, position) -> "my_string", where plot is the plot whose label is getting adjusted, index is the index returned by pick (see events documentation) and position is the position of the inspected object.

julia
lbls = ["Type A", "Type B"]
 fig, ax, p = scatter(
     rand(10), color = rand(1:2, 10), colormap = [:red, :blue],
     inspector_label = (self, i, p) -> lbls[self.color[][i]]
@@ -124,7 +124,7 @@
 
     return true
 end

which finishes the implementation of a custom tooltip for BarPlot.

Per-plot show_data

It is also possible to replace a call to show_data on a per-plot basis via the inspector_hover attribute. DataInspector assumes this to be a function (inspector, this_plot, index, hovered_child) -> Bool. You can also set up custom clean up with plot.inspector_clear = (inspector, plot) -> ... which is called whenever the plot is deselected.

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/latex.html b/previews/PR3974/explanations/latex.html index 63ad579269f..917288eae82 100644 --- a/previews/PR3974/explanations/latex.html +++ b/previews/PR3974/explanations/latex.html @@ -6,12 +6,12 @@ LaTeX | Makie - + - + - + @@ -42,7 +42,7 @@ Axis(fig[3, 1], title = "An axis with matching font for the tick labels") fig end
- + \ No newline at end of file diff --git a/previews/PR3974/explanations/layouting.html b/previews/PR3974/explanations/layouting.html index 251ca81c542..170972f4d12 100644 --- a/previews/PR3974/explanations/layouting.html +++ b/previews/PR3974/explanations/layouting.html @@ -6,12 +6,12 @@ GridLayouts | Makie - + - + - + @@ -21,7 +21,7 @@
Skip to content

GridLayouts

The goal is that all elements placed in a scene fit into the window, fill the available space, and are nicely aligned relative to each other. This works by using GridLayout objects that determine how wide their rows and columns should be given their content elements.

Content elements have inner widths and heights, as well as four protrusions, that tell how far supporting content (like axis decorations) sticks out from the main part. The protrusions are meant to stick into the gaps between grid cells, and not every element has meaningful protrusions. They are mostly meant to allow for alignment of axes along their spines.

Each element in a layout should have a couple of observables that support the layout computations.

  • Suggested bounding box

  • Computed bounding box

  • Auto-determined width and height

  • Computed width and height

  • Protrusions

  • Size attributes

  • Alignment attributes

Suggested bounding box

This is the bounding box that is suggested to the element. Depending on the settings of the element, it can choose to align perfectly with this bounding box or, if its actual dimensions differ, how it should align inside that rectangle. A small Label can for example be aligned top-left inside a big available suggested bounding box.

Computed bounding box

This is the bounding box of the element after it has received a suggested bounding box and applied its own layout logic. This is the bounding box in which the elements main area will be in the scene.

Auto-determined width and height

Some elements can compute their own size, depending on their settings. Label, for example, can compute the bounding box of its text. If an object has no specific content, like an Axis, the auto-determined width or height will be nothing.

Computed width and height

The computed width and height is the size that the element reports to a GridLayout that it is a content element of. This can be different from the auto-size if the object doesn't want its parent layout to know its auto-size. This is useful if you don't want a column to shrink to the size of a Label, for example.

Protrusions

These are four values that tell the GridLayout how much gap space is needed by the element outside of the main element area. With an Axis that would be the title at the top, y axis at the left side and x axis at the bottom in standard configuration.

Size attributes

The user can specify height and width of an element in different ways, which interact with the suggested bounding box and the auto-determined size to compute the final size of the object and also control how the layout responds to the element's size (used here for either width or height, respectively).

  • Fixed or Real: The size is always fixed, no matter what the layout suggests. A GridLayout can auto-adjust column sizes to this size.

  • Relative: The size is a fraction of the suggested size. A GridLayout can not auto-adjust column sizes to this size.

  • Auto: The size is equal to the auto-determined size if it's not nothing. A GridLayout can auto-adjust to this size if it's not nothing.

  • nothing: The size is equal to the suggested size. A GridLayout can not auto-adjust column sizes to this size.

For all sizes that a GridLayout can auto-adjust to, you can prohibit that by setting tellheight or tellwidth of the element to false.

Alignment attributes

The user can specify how an element should be aligned relative to its suggested bounding box if it's not of the same size (in which case the alignment just has no effect on placement). Currently, these values can be :left, :right or :center for horizontal alignment and :top, :bottom and :center for vertical alignment.

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/observables.html b/previews/PR3974/explanations/observables.html index 76e0336062a..a3b502e5da0 100644 --- a/previews/PR3974/explanations/observables.html +++ b/previews/PR3974/explanations/observables.html @@ -6,12 +6,12 @@ Observables | Makie - + - + - + @@ -60,7 +60,7 @@ zs = @lift($xs .+ $ys)

Now let's update both xs and ys:

julia
xs[] = 2:11
 ys[] = rand(10)

We just triggered zs twice, even though we really only intended one data update. But this double triggering is only part of the problem.

Both xs and ys in this example had length 10, so they could still be added without a problem. If we want to append values to xs and ys, the moment we change the length of one of them, the function underlying zs will error because of a shape mismatch. Sometimes the only way to fix this situation, is to mutate the content of one observable without triggering its listeners, then triggering the second one.

julia
xs.val = 1:11 # mutate without triggering listeners
 ys[] = rand(11) # trigger listeners of ys (in this case the same as xs)

Use this technique sparingly, as it increases the complexity of your code and can make reasoning about it more difficult. It also only works if you can still trigger all listeners correctly. For example, if another observable listened only to xs, we wouldn't have updated it correctly in the above workaround. Often, you can avoid length change problems by using arrays of containers like Point2f or Vec3f instead of synchronizing two or three observables of single element vectors manually.

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/plot_method_signatures.html b/previews/PR3974/explanations/plot_method_signatures.html index 1b03c79fff9..194b29452de 100644 --- a/previews/PR3974/explanations/plot_method_signatures.html +++ b/previews/PR3974/explanations/plot_method_signatures.html @@ -6,12 +6,12 @@ Plot methods | Makie - + - + - + @@ -81,7 +81,7 @@ lines!(ax, 1.0..10, cos, color = :yellow) fig
- + \ No newline at end of file diff --git a/previews/PR3974/explanations/recipes.html b/previews/PR3974/explanations/recipes.html index ab1f2107935..9db74010af4 100644 --- a/previews/PR3974/explanations/recipes.html +++ b/previews/PR3974/explanations/recipes.html @@ -6,12 +6,12 @@ Recipes | Makie - + - + - + @@ -196,7 +196,7 @@ end end # module

See the linked example above for more functionalities such as accommodating for both extensions and Requires.jl, or providing error hints for plotting functions that don't yet have methods, or setting up your Project.toml.

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/scenes.html b/previews/PR3974/explanations/scenes.html index 0ab53535ff6..e7776c6846b 100644 --- a/previews/PR3974/explanations/scenes.html +++ b/previews/PR3974/explanations/scenes.html @@ -6,13 +6,13 @@ Scenes | Makie - + - + - - + + @@ -21,13 +21,13 @@
Skip to content

Scenes

What is a Scene?

Scenes are fundamental building blocks of Makie figures. A Scene is like a container for Plots and other Scenes. Scenes have Plots and Subscenes associated with them. Every Scene also has a transformation, made up of scale, translation, and rotation.

Note

Before the introduction of the Figure workflow, Scenes used to be the main container object which was returned from all plotting functions. Now, scenes are mostly an implementation detail for many users, unless they want to build custom solutions that go beyond what the default system offers.

A Scene's plots can be accessed via scene.plots.

A Scene's subscenes (also called children) can be accessed through scene.children. This will return an Array of the Scene's child scenes. A child scene can be created by childscene = Scene(parentscene).

Any Scene with an axis also has a camera associated with it; this can be accessed through camera(scene), and its controls through cameracontrols(scene). More documentation about these is in the Cameras section.

Scenes have a configurable size. You can set the size in device-independent pixels by doing Scene(size = (500, 500)). (More about sizes, resolutions and units in Figure size and units)

Any keyword argument given to the Scene will be propagated to its plots; therefore, you can set the palette or the colormap in the Scene itself.

Subscenes

A subscene is no different than a normal Scene, except that it is linked to a "parent" Scene. It inherits the transformations of the parent Scene, but can then be transformed independently of it.

Scene Attributes

  • scene.clear = true: Scenes are drawn parent first onto the same image. If clear = true for a (sub)scene it will clear the previously drawn things in its region to its backgroundcolor. Otherwise the plots in scene will be drawn on top and the backgroundcolor will be ignored. Note that this is not technically an attribute but just a field of Scene.

  • ssao = SSAO(bias = 0.025, blur=2, radius=0.5): Controls SSAO settings, see lighting documentation.

  • size = (800, 600): Sets the size of the created window if the scene is the root scene.

Modifying A Scene

Makie offers mutation functions to scale, translate and rotate your Scenes on the fly.

# Makie.translate!Function.
julia
translate!(t::Transformable, xyz::VecTypes)
-translate!(t::Transformable, xyz...)

Apply an absolute translation to the given Transformable (a Scene or Plot), translating it to x, y, z.

source

julia
translate!(Accum, t::Transformable, xyz...)

Translate the given Transformable (a Scene or Plot), relative to its current position.

source


# Makie.rotate!Function.
julia
rotate!(Accum, t::Transformable, axis_rot...)

Apply a relative rotation to the transformable, by multiplying by the current rotation.

source

julia
rotate!(t::Transformable, axis_rot::Quaternion)
+translate!(t::Transformable, xyz...)

Apply an absolute translation to the given Transformable (a Scene or Plot), translating it to x, y, z.

source

julia
translate!(Accum, t::Transformable, xyz...)

Translate the given Transformable (a Scene or Plot), relative to its current position.

source


# Makie.rotate!Function.
julia
rotate!(Accum, t::Transformable, axis_rot...)

Apply a relative rotation to the transformable, by multiplying by the current rotation.

source

julia
rotate!(t::Transformable, axis_rot::Quaternion)
 rotate!(t::Transformable, axis_rot::AbstractFloat)
-rotate!(t::Transformable, axis_rot...)

Apply an absolute rotation to the transformable. Rotations are all internally converted to Quaternions.

source


# Makie.scale!Function.
julia
scale!(t::Transformable, x, y)
+rotate!(t::Transformable, axis_rot...)

Apply an absolute rotation to the transformable. Rotations are all internally converted to Quaternions.

source


# Makie.scale!Function.
julia
scale!(t::Transformable, x, y)
 scale!(t::Transformable, x, y, z)
 scale!(t::Transformable, xyz)
-scale!(t::Transformable, xyz...)

Scale the given Transformable (a Scene or Plot) to the given arguments. Can take x, y or x, y, z. This is an absolute scaling, and there is no option to perform relative scaling.

source


Updating the Scene

When the Scene is changed, you may need to update several aspects of it. Makie provides three main updating functions:

# Makie.update_cam!Function.
julia
update_cam!(scene::SceneLike, area)

Updates the camera for the given scene to cover the given area in 2d.

source

julia
update_cam!(scene::SceneLike)

Updates the camera for the given scene to cover the limits of the Scene. Useful when using the Observable pipeline.

source

julia
update_cam!(scene, cam::Camera3D, ϕ, θ[, radius])

Set the camera position based on two angles 0 ≤ ϕ ≤ 2π and -pi/2 ≤ θ ≤ pi/2 and an optional radius around the current cam.lookat[].

source

julia
update_cam!(scene::Scene, eyeposition, lookat, up = Vec3f(0, 0, 1))

Updates the camera's controls to point to the specified location.

source


Events

Scenes have several pre-created event "hooks" (through Observables) that you can handle. These can be accessed through scene.events, which returns an Events struct.

- +scale!(t::Transformable, xyz...)

Scale the given Transformable (a Scene or Plot) to the given arguments. Can take x, y or x, y, z. This is an absolute scaling, and there is no option to perform relative scaling.

source


Updating the Scene

When the Scene is changed, you may need to update several aspects of it. Makie provides three main updating functions:

# Makie.update_cam!Function.
julia
update_cam!(scene::SceneLike, area)

Updates the camera for the given scene to cover the given area in 2d.

source

julia
update_cam!(scene::SceneLike)

Updates the camera for the given scene to cover the limits of the Scene. Useful when using the Observable pipeline.

source

julia
update_cam!(scene, cam::Camera3D, ϕ, θ[, radius])

Set the camera position based on two angles 0 ≤ ϕ ≤ 2π and -pi/2 ≤ θ ≤ pi/2 and an optional radius around the current cam.lookat[].

source

julia
update_cam!(scene::Scene, eyeposition, lookat, up = Vec3f(0, 0, 1))

Updates the camera's controls to point to the specified location.

source


Events

Scenes have several pre-created event "hooks" (through Observables) that you can handle. These can be accessed through scene.events, which returns an Events struct.

+ \ No newline at end of file diff --git a/previews/PR3974/explanations/specapi.html b/previews/PR3974/explanations/specapi.html index b147a0152c2..5a51c3e09c1 100644 --- a/previews/PR3974/explanations/specapi.html +++ b/previews/PR3974/explanations/specapi.html @@ -6,13 +6,13 @@ SpecApi | Makie - + - + - - + + @@ -211,8 +211,8 @@ sleep(pause) recordframe!(io) end -end
- +end
+ \ No newline at end of file diff --git a/previews/PR3974/explanations/theming/predefined_themes.html b/previews/PR3974/explanations/theming/predefined_themes.html index 78ca753bc8b..2cd1187c0d2 100644 --- a/previews/PR3974/explanations/theming/predefined_themes.html +++ b/previews/PR3974/explanations/theming/predefined_themes.html @@ -6,12 +6,12 @@ Predefined themes | Makie - + - + - + @@ -76,7 +76,7 @@ f end
demofigure (generic function with 1 method)

Default theme

julia
demofigure()

theme_ggplot2

julia
with_theme(demofigure, theme_ggplot2())

theme_minimal

julia
with_theme(demofigure, theme_minimal())

theme_black

julia
with_theme(demofigure, theme_black())

theme_light

julia
with_theme(demofigure, theme_light())

theme_dark

julia
with_theme(demofigure, theme_dark())

theme_latexfonts

See also more general documentation on Makie and LaTeX.

julia
with_theme(demofigure, theme_latexfonts())
- + \ No newline at end of file diff --git a/previews/PR3974/explanations/theming/themes.html b/previews/PR3974/explanations/theming/themes.html index ae7dce7a50c..0bd723d3525 100644 --- a/previews/PR3974/explanations/theming/themes.html +++ b/previews/PR3974/explanations/theming/themes.html @@ -6,12 +6,12 @@ Themes | Makie - + - + - + @@ -150,7 +150,7 @@ f

You can also theme global palettes via set_theme!(palette = (color = my_colors, marker = my_markers)) for example.

Special attributes

You can use the keys rowgap and colgap to change the default grid layout gaps.

- + \ No newline at end of file diff --git a/previews/PR3974/explanations/transparency.html b/previews/PR3974/explanations/transparency.html index 1f4934e8324..27479ad413f 100644 --- a/previews/PR3974/explanations/transparency.html +++ b/previews/PR3974/explanations/transparency.html @@ -6,13 +6,13 @@ Transparency | Makie - + - + - - + + @@ -57,14 +57,14 @@ p2 = mesh!(ax, Rect2f(-1.5, -2, 3, 3), color = (:blue, 0.5), shading = NoShading) rotate!(p1, Vec3f(0, 1, 0), 0.1) rotate!(p2, Vec3f(0, 1, 0), -0.1) -fig
julia
using GLMakie
+fig
julia
using GLMakie
 fig = Figure()
 ax = LScene(fig[1, 1], show_axis=false)
 p1 = mesh!(ax, Rect2f(-1.5, -1, 3, 3), color = (:red, 0.5), shading = NoShading)
 p2 = mesh!(ax, Rect2f(-1.5, -2, 3, 3), color = (:blue, 0.5), shading = NoShading)
 rotate!(p1, Vec3f(0, 1, 0), 0.1)
 rotate!(p2, Vec3f(0, 1, 0), -0.1)
-fig

Both backends handle this wrong. CairoMakie seems to ignore depth and just draws the planes in plotting order. This isn't quite true - CairoMakie does consider depth on a per-plot and in some cases on a per-element basis (e.g. triangles in a 3D mesh). But it can't handle depth on a per pixel level.

GLMakie on the other hand can handle depth on a per-pixel level, as evident by the correct order shown above. The problem with transparency here is that the order of colors applied to a pixel is not known a priori. GLMakie will draw the red plane first and record depth values for each pixel. Then it will draw the blue plane if it's in front of the other. Solving this exactly would require collecting colors and depth values per pixel, sorting them and then blending them in order. This would be very expensive and is therefore rarely done.

Order independent transparency

GLMakie implements an approximate scheme for blending transparent colors - Order Independent Transparency (OIT). Instead of using the usual order dependent blending alpha * color + (1 - alpha) * background_color it uses a weighted sum with weights based on depth and alpha. You can turn on OIT by setting transparency = true for a given plot.

julia
using GLMakie
+fig

Both backends handle this wrong. CairoMakie seems to ignore depth and just draws the planes in plotting order. This isn't quite true - CairoMakie does consider depth on a per-plot and in some cases on a per-element basis (e.g. triangles in a 3D mesh). But it can't handle depth on a per pixel level.

GLMakie on the other hand can handle depth on a per-pixel level, as evident by the correct order shown above. The problem with transparency here is that the order of colors applied to a pixel is not known a priori. GLMakie will draw the red plane first and record depth values for each pixel. Then it will draw the blue plane if it's in front of the other. Solving this exactly would require collecting colors and depth values per pixel, sorting them and then blending them in order. This would be very expensive and is therefore rarely done.

Order independent transparency

GLMakie implements an approximate scheme for blending transparent colors - Order Independent Transparency (OIT). Instead of using the usual order dependent blending alpha * color + (1 - alpha) * background_color it uses a weighted sum with weights based on depth and alpha. You can turn on OIT by setting transparency = true for a given plot.

julia
using GLMakie
 fig = Figure()
 ax = LScene(fig[1, 1], show_axis=false)
 p1 = mesh!(ax, Rect2f(-2, -2, 4, 4), color = (:red, 0.5), shading = NoShading, transparency = true)
@@ -73,7 +73,7 @@
 for (dz, p) in zip((-1, 0, 1), (p1, p2, p3))
     translate!(p, 0, 0, dz)
 end
-fig

Being an approximate scheme OIT has some strengths and weaknesses. There are two significant drawbacks of OIT:

  1. Blending always happens - even if a fully opaque color (alpha = 1) should hide another.

  2. Blending isn't sharp - when two colors with the same alpha value are blended at similar depth values their output color will be similar.

julia
using GLMakie
+fig

Being an approximate scheme OIT has some strengths and weaknesses. There are two significant drawbacks of OIT:

  1. Blending always happens - even if a fully opaque color (alpha = 1) should hide another.

  2. Blending isn't sharp - when two colors with the same alpha value are blended at similar depth values their output color will be similar.

julia
using GLMakie
 fig = Figure(size = (800, 400))
 ax1 = LScene(fig[1, 1], show_axis=false)
 p1 = mesh!(ax1, Rect2f(-2, -2, 4, 4), color = :red, shading = NoShading, transparency = true)
@@ -88,8 +88,8 @@
 p2 = mesh!(ax2, Rect2f(-1.5, -2, 3, 3), color = (:blue, 0.5), shading = NoShading, transparency=true)
 rotate!(p1, Vec3f(0, 1, 0), 0.1)
 rotate!(p2, Vec3f(0, 1, 0), -0.1)
-fig

Note that you can mix opaque transparency = false plots with transparent OIT plots without problems. So the first issue is not really an issue for truly opaque plots but rather close to opaque plots.

Another problem you may run into is that part of your plot becomes black or white. This is a result of floats becoming infinite during the OIT calculation because of a large number of transparent colors being added close to the camera. You can fix this in two way:

  1. Move the near clipping plane closer to the camera. For an ax::LScene this can be done by adjusting ax.scene.camera_controls.near[] closer to 0 and calling update_cam!(ax.scene, ax.scene.camera_controls).

  2. Reducing GLMakie.transparency_weight_scale[] which controls the maximum weight given to a transparent color. The default is 1000f0.

Adjusting the latter may also help with sharpness.

- +fig

Note that you can mix opaque transparency = false plots with transparent OIT plots without problems. So the first issue is not really an issue for truly opaque plots but rather close to opaque plots.

Another problem you may run into is that part of your plot becomes black or white. This is a result of floats becoming infinite during the OIT calculation because of a large number of transparent colors being added close to the camera. You can fix this in two way:

  1. Move the near clipping plane closer to the camera. For an ax::LScene this can be done by adjusting ax.scene.camera_controls.near[] closer to 0 and calling update_cam!(ax.scene, ax.scene.camera_controls).

  2. Reducing GLMakie.transparency_weight_scale[] which controls the maximum weight given to a transparent color. The default is 1000f0.

Adjusting the latter may also help with sharpness.

+ \ No newline at end of file diff --git a/previews/PR3974/hashmap.json b/previews/PR3974/hashmap.json index 4e4f8f23572..b9325c3d435 100644 --- a/previews/PR3974/hashmap.json +++ b/previews/PR3974/hashmap.json @@ -1 +1 @@ -{"explanations_backends_cairomakie.md":"BrsEAON-","ecosystem.md":"CF1ZRo8u","explanations_animation.md":"4tl5-lir","explanations_backends_backends.md":"aVBAvOJI","changelog.md":"CEBEn9yV","reference_blocks_gridlayout.md":"DjSiVo4t","explanations_backends_rprmakie.md":"D2ZyRF9K","reference_blocks_button.md":"fa0YgVNj","reference_plots_overview.md":"BPFTfeS1","reference_blocks_label.md":"DeOevMon","reference_blocks_menu.md":"CGwyudbY","reference_blocks_overview.md":"JVS_1mCO","reference_blocks_slider.md":"DLBCIQlB","reference_blocks_lscene.md":"CtnIvQ_6","reference_blocks_slidergrid.md":"ClfVC8_b","reference_blocks_textbox.md":"CeZdqk3Y","reference_blocks_toggle.md":"CBma3SzJ","reference_blocks_legend.md":"BNlfgrNq","reference_plots_ablines.md":"DxDpKcwc","reference_plots_arc.md":"DEYYNrwv","reference_blocks_polaraxis.md":"Bcky3GIo","reference_blocks_box.md":"B04jyTUS","explanations_conversion_pipeline.md":"B9STapbG","explanations_blocks.md":"BMBBTiHv","explanations_cameras.md":"BeztkGZs","explanations_backends_wglmakie.md":"BJucrSBT","explanations_dim-converts.md":"DNF_uVXZ","explanations_backends_glmakie.md":"HASE7S5b","explanations_layouting.md":"2M9cELFR","reference_plots_contour3d.md":"CigIASaa","reference_plots_contour.md":"Bfsb-ZI2","index.md":"yCNl5ANk","explanations_plot_method_signatures.md":"BSSc8LPv","reference_blocks_axis3.md":"NoNzJ-F8","reference_blocks_colorbar.md":"BJ36ufTJ","explanations_observables.md":"n5toPxgt","reference_plots_rangebars.md":"C-srwDn8","reference_plots_rainclouds.md":"DhszNeY1","reference_plots_pie.md":"1g5gWj0C","explanations_scenes.md":"RH6m44bi","reference_plots_streamplot.md":"D7f3DEfD","reference_plots_stephist.md":"CkFFIwt-","reference_plots_vlines.md":"ppa0_iwZ","reference_plots_triplot.md":"DOliUBFR","tutorials_aspect-tutorial.md":"DFbn2urf","explanations_fonts.md":"ploZBK2E","how-to_save-figure-with-transparency.md":"Dpg3P-KZ","reference_plots_density.md":"Ctjg3E5O","how-to_draw-boxes-around-subfigures.md":"MJVbG1zF","explanations_latex.md":"OmZQr7ib","explanations_figure.md":"Cp8DxtKx","reference_plots_band.md":"BFDdwcij","reference_plots_qqnorm.md":"Dx8-EMA3","reference_plots_ecdf.md":"DY9nsY2A","reference_plots_image.md":"ogCSJE2h","reference_plots_bracket.md":"4h9d1DL-","reference_plots_spy.md":"CCOJitjv","reference_plots_arrows.md":"C5D7jKYx","reference_plots_volumeslices.md":"C6-nVaT0","reference_plots_vspan.md":"DRuuQvqI","reference_plots_series.md":"BevXl0Gu","reference_plots_wireframe.md":"D6gDIw_E","reference_plots_voxels.md":"B4vdxfvo","reference_plots_meshscatter.md":"DdUh9nHs","reference_scene_matcap.md":"NXt-EAVD","tutorials_getting-started.md":"uITtaNFO","reference_plots_poly.md":"kcb7k7AS","reference_plots_qqplot.md":"_64TemDn","reference_plots_surface.md":"Lymcbqas","reference_plots_hist.md":"DnZr2aOo","explanations_theming_predefined_themes.md":"leTwSIog","explanations_recipes.md":"BTPDg2tx","explanations_events.md":"18PIBKcA","tutorials_wrap-existing-recipe.md":"BeHXLEa4","reference_plots_waterfall.md":"0LnnxLxt","tutorials_layout-tutorial.md":"C70Vo7wv","reference_plots_text.md":"27nYJAnm","reference_blocks_axis.md":"D-9VLKbh","reference_scene_lighting.md":"DBtbc0tt","reference_plots_barplot.md":"32fe8zz_","reference_plots_hexbin.md":"B-orKKwn","explanations_theming_themes.md":"Bbuc3sLY","reference_plots_crossbar.md":"GYLH2ai6","reference_scene_ssao.md":"CuAS9v7r","explanations_faq.md":"X0MWghzN","reference_plots_stem.md":"BtIkSiU2","reference_plots_contourf.md":"kyiPddIe","explanations_specapi.md":"7dSuqEmO","reference_plots_errorbars.md":"D2Myp_r1","reference_blocks_intervalslider.md":"PCq7arwC","reference_plots_tooltip.md":"BG0mo0aU","reference_plots_stairs.md":"BaL_h9AW","reference_plots_linesegments.md":"jz0QGWgT","explanations_headless.md":"CDIrnIwi","reference_plots_datashader.md":"DvAemmpl","reference_plots_mesh.md":"BedO1RKS","reference_plots_lines.md":"BSGuabmE","reference_plots_hlines.md":"BNES1koT","explanations_transparency.md":"CKjsydaZ","api.md":"BLQKsbU4","reference_plots_boxplot.md":"Qyo_Q_2M","reference_plots_volume.md":"BOeVjKBm","reference_plots_voronoiplot.md":"QNfQfdAd","reference_plots_tricontourf.md":"BTnijQ8y","reference_plots_scatterlines.md":"D0g2T687","explanations_inspector.md":"D87N63AX","tutorials_scenes.md":"CuJhgUS4","reference_plots_scatter.md":"CoCTrBHW","reference_plots_violin.md":"D46pmHWe","reference_plots_hspan.md":"DIWbomBC","reference_plots_heatmap.md":"CDPxVaIr","explanations_colors.md":"DB03pXKH"} +{"explanations_backends_cairomakie.md":"lbUEk7Zv","explanations_animation.md":"4tl5-lir","ecosystem.md":"CF1ZRo8u","changelog.md":"yNuwCa3L","explanations_backends_glmakie.md":"BX6s92X8","reference_plots_contour3d.md":"sVZdbSDi","explanations_backends_backends.md":"aVBAvOJI","explanations_backends_rprmakie.md":"Ctp1rJjB","explanations_blocks.md":"BMBBTiHv","explanations_backends_wglmakie.md":"CAJlI75e","explanations_conversion_pipeline.md":"B9STapbG","explanations_cameras.md":"DgMjnkgL","explanations_figure.md":"Cp8DxtKx","explanations_fonts.md":"ploZBK2E","explanations_inspector.md":"DkFi4xbJ","explanations_headless.md":"CDIrnIwi","explanations_latex.md":"OmZQr7ib","explanations_layouting.md":"2M9cELFR","explanations_observables.md":"n5toPxgt","explanations_plot_method_signatures.md":"BSSc8LPv","explanations_specapi.md":"CJSIKO1I","explanations_theming_predefined_themes.md":"leTwSIog","explanations_recipes.md":"BTPDg2tx","explanations_scenes.md":"DYx_cBI_","explanations_theming_themes.md":"Bbuc3sLY","how-to_save-figure-with-transparency.md":"Dpg3P-KZ","reference_blocks_axis3.md":"NoNzJ-F8","explanations_transparency.md":"Cv2LLgys","reference_blocks_gridlayout.md":"DjSiVo4t","reference_blocks_label.md":"DeOevMon","reference_blocks_colorbar.md":"BJ36ufTJ","reference_blocks_lscene.md":"DsfgtodD","reference_blocks_slidergrid.md":"ClfVC8_b","reference_blocks_toggle.md":"CBma3SzJ","reference_blocks_textbox.md":"CeZdqk3Y","reference_blocks_slider.md":"DLBCIQlB","reference_blocks_overview.md":"HxVbtzP4","reference_blocks_polaraxis.md":"p8NdMArL","reference_plots_band.md":"cqpcFrat","reference_plots_contour.md":"BFi6KD1M","reference_blocks_legend.md":"bZBHc7Rc","reference_plots_hexbin.md":"CVg2p51p","reference_plots_hist.md":"CcRUI5z9","reference_plots_tooltip.md":"BnsfMlMK","reference_plots_qqnorm.md":"Dbwk9EF2","reference_plots_vspan.md":"Dqud27qj","reference_plots_stephist.md":"B0N0Jttj","reference_plots_streamplot.md":"DbdGJCjr","reference_plots_surface.md":"CVJwqFW4","reference_plots_qqplot.md":"DbfyQ2h9","reference_plots_tricontourf.md":"s6k7oDEt","reference_plots_rangebars.md":"Yg2l9mig","reference_plots_text.md":"BQaKdeGJ","reference_plots_scatterlines.md":"YXQ_l1kJ","reference_plots_series.md":"Dioawp7J","reference_plots_spy.md":"C7OT9Q2j","reference_plots_stairs.md":"CDzmqH_u","reference_plots_triplot.md":"D42CeJUU","reference_scene_matcap.md":"CkIet8DG","reference_plots_voronoiplot.md":"CRFhN-Tu","reference_scene_ssao.md":"Dv-6CfSz","reference_plots_wireframe.md":"ihds-uoJ","reference_plots_volumeslices.md":"BpTclmlX","reference_plots_vlines.md":"B2hzwbWK","reference_plots_waterfall.md":"BxM10iNu","reference_plots_rainclouds.md":"CvZbAX00","reference_scene_lighting.md":"CMrk68T4","tutorials_getting-started.md":"uITtaNFO","reference_plots_voxels.md":"S24rGkq1","tutorials_aspect-tutorial.md":"DFbn2urf","reference_plots_scatter.md":"DsbfdpaB","tutorials_scenes.md":"0q2EZUn6","tutorials_layout-tutorial.md":"C70Vo7wv","reference_plots_violin.md":"B33YSC_V","reference_plots_volume.md":"Z_jyDjeE","explanations_events.md":"18PIBKcA","how-to_draw-boxes-around-subfigures.md":"MJVbG1zF","tutorials_wrap-existing-recipe.md":"BeHXLEa4","explanations_faq.md":"X0MWghzN","reference_blocks_button.md":"fa0YgVNj","reference_blocks_box.md":"B04jyTUS","reference_plots_stem.md":"DARpaQa6","index.md":"yCNl5ANk","reference_plots_arc.md":"BAuZyzTp","reference_plots_poly.md":"DQPR2udL","reference_plots_hlines.md":"Q9I-DC7R","reference_plots_boxplot.md":"DS7lBlOM","reference_plots_datashader.md":"nIpua53O","reference_blocks_axis.md":"D-9VLKbh","reference_plots_image.md":"utRJ__Li","reference_plots_mesh.md":"du8e2sqD","reference_plots_lines.md":"Bpw8m9fv","reference_plots_linesegments.md":"B339Pf6C","reference_blocks_intervalslider.md":"C9n8iuOW","reference_plots_barplot.md":"9ziQYYqd","reference_blocks_menu.md":"CGwyudbY","explanations_dim-converts.md":"D3va39uF","reference_plots_pie.md":"COVThxYz","reference_plots_overview.md":"CWrpx1ju","reference_plots_meshscatter.md":"Ckp0jsdq","reference_plots_errorbars.md":"BCOcI93m","reference_plots_crossbar.md":"BQw9M2dv","reference_plots_ablines.md":"RATHQGDC","reference_plots_density.md":"Cvl-Emts","reference_plots_bracket.md":"er8Qd35K","reference_plots_ecdf.md":"CTNpthrT","reference_plots_arrows.md":"DcXBCpPx","reference_plots_contourf.md":"M9LY4EAq","reference_plots_hspan.md":"1RqVhPGY","reference_plots_heatmap.md":"C_3XAxZ_","api.md":"DQfHdBmR","explanations_colors.md":"DB03pXKH"} diff --git a/previews/PR3974/how-to/draw-boxes-around-subfigures.html b/previews/PR3974/how-to/draw-boxes-around-subfigures.html index fb1c563fddd..82ec40983dc 100644 --- a/previews/PR3974/how-to/draw-boxes-around-subfigures.html +++ b/previews/PR3974/how-to/draw-boxes-around-subfigures.html @@ -6,12 +6,12 @@ How to draw boxes around subfigures | Makie - + - + - + @@ -42,7 +42,7 @@ Label(f[0, :], "Two boxes indicate groups of axes that belong together") f
- + \ No newline at end of file diff --git a/previews/PR3974/how-to/save-figure-with-transparency.html b/previews/PR3974/how-to/save-figure-with-transparency.html index 6214d388bb8..0264f1c2756 100644 --- a/previews/PR3974/how-to/save-figure-with-transparency.html +++ b/previews/PR3974/how-to/save-figure-with-transparency.html @@ -6,12 +6,12 @@ How to save a figure with transparency | Makie - + - + - + @@ -60,7 +60,7 @@ f save("transparent.png", alpha_colorbuffer(f))

- + \ No newline at end of file diff --git a/previews/PR3974/index.html b/previews/PR3974/index.html index fb2ae1c48ff..ec17e61b7a9 100644 --- a/previews/PR3974/index.html +++ b/previews/PR3974/index.html @@ -6,12 +6,12 @@ Welcome to Makie! | Makie - + - + - + @@ -76,7 +76,7 @@ title = {{Makie.jl}: Flexible high-performance data visualization for {Julia}}, journal = {Journal of Open Source Software} }

Getting Help

  1. Use the REPL ? help mode.

  2. Click this link to open a preformatted topic on the Julia Discourse Page. If you do this manually, please use the category Domain/Visualization and tag questions with Makie to increase their visibility.

  3. For casual conversation about Makie and its development, have a look at the Makie Discord Server. Please direct your usage questions to Discourse and not to Slack, to make questions and answers accessible to everybody.

  4. For technical issues and bug reports, open an issue in the Makie.jl repository which serves as the central hub for Makie and backend issues.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/axis.html b/previews/PR3974/reference/blocks/axis.html index ac67d724e6a..602df394299 100644 --- a/previews/PR3974/reference/blocks/axis.html +++ b/previews/PR3974/reference/blocks/axis.html @@ -6,12 +6,12 @@ Axis | Makie - + - + - + @@ -388,7 +388,7 @@ end f

yzoomkey

Defaults to Makie.Keyboard.y

The key for limiting zooming to the y direction.

yzoomlock

Defaults to false

Locks interactive zooming in the y direction.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/axis3.html b/previews/PR3974/reference/blocks/axis3.html index b636abaa050..1b3717281a8 100644 --- a/previews/PR3974/reference/blocks/axis3.html +++ b/previews/PR3974/reference/blocks/axis3.html @@ -6,12 +6,12 @@ Axis3 | Makie - + - + - + @@ -135,7 +135,7 @@ end fig

zspinecolor_1

Defaults to :black

The color of z spine 1 where the ticks are displayed

zspinecolor_2

Defaults to :black

The color of z spine 2 towards the center

zspinecolor_3

Defaults to :black

The color of z spine 3 opposite of the ticks

zspinesvisible

Defaults to true

Controls if the z spine is visible

zspinewidth

Defaults to 1

The z spine width

ztickcolor

Defaults to :black

The z tick color

ztickformat

Defaults to Makie.automatic

The z tick format

zticklabelcolor

Defaults to @inherit :textcolor :black

The z ticklabel color

zticklabelfont

Defaults to :regular

The z ticklabel font

zticklabelpad

Defaults to 10

The z ticklabel pad

zticklabelsize

Defaults to @inherit :fontsize 16.0f0

The z ticklabel size

zticklabelsvisible

Defaults to true

Controls if the z ticklabels are visible

zticks

Defaults to WilkinsonTicks(5; k_min = 3)

The z ticks

zticksize

Defaults to 6

The size of the ztick marks.

zticksvisible

Defaults to true

Controls if the z ticks are visible

ztickwidth

Defaults to 1

The z tick width

- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/box.html b/previews/PR3974/reference/blocks/box.html index 0c2cbbd0b85..7a47f4c3bc9 100644 --- a/previews/PR3974/reference/blocks/box.html +++ b/previews/PR3974/reference/blocks/box.html @@ -6,12 +6,12 @@ Box | Makie - + - + - + @@ -48,7 +48,7 @@ Box(fig[1, 2], strokewidth = 10) Box(fig[1, 3], strokewidth = 0) fig

tellheight

Defaults to true

Controls if the parent layout can adjust to this element's height

tellwidth

Defaults to true

Controls if the parent layout can adjust to this element's width

valign

Defaults to :center

The vertical alignment of the rectangle in its suggested boundingbox

visible

Defaults to true

Controls if the rectangle is visible.

width

Defaults to nothing

The width setting of the rectangle.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/button.html b/previews/PR3974/reference/blocks/button.html index 351cc94f112..fffd60e6e52 100644 --- a/previews/PR3974/reference/blocks/button.html +++ b/previews/PR3974/reference/blocks/button.html @@ -6,12 +6,12 @@ Button | Makie - + - + - + @@ -44,7 +44,7 @@ ylims!(ax, 0, 20) fig

Attributes

alignmode

Defaults to Inside()

The align mode of the button in its parent GridLayout.

buttoncolor

Defaults to RGBf(0.94, 0.94, 0.94)

The color of the button.

buttoncolor_active

Defaults to COLOR_ACCENT[]

The color of the button when the mouse clicks the button.

buttoncolor_hover

Defaults to COLOR_ACCENT_DIMMED[]

The color of the button when the mouse hovers over the button.

clicks

Defaults to 0

The number of clicks that have been registered by the button.

cornerradius

Defaults to 4

The radius of the rounded corners of the button.

cornersegments

Defaults to 10

The number of poly segments used for each rounded corner.

font

Defaults to :regular

The font family of the button label.

fontsize

Defaults to @inherit :fontsize 16.0f0

The font size of the button label.

halign

Defaults to :center

The horizontal alignment of the button in its suggested boundingbox

height

Defaults to Auto()

The height setting of the button.

label

Defaults to "Button"

The text of the button label.

labelcolor

Defaults to @inherit :textcolor :black

The color of the label.

labelcolor_active

Defaults to :white

The color of the label when the mouse clicks the button.

labelcolor_hover

Defaults to :black

The color of the label when the mouse hovers over the button.

padding

Defaults to (8.0f0, 8.0f0, 8.0f0, 8.0f0)

The extra space added to the sides of the button label's boundingbox.

strokecolor

Defaults to :transparent

The color of the button border.

strokewidth

Defaults to 2.0

The line width of the button border.

tellheight

Defaults to true

Controls if the parent layout can adjust to this element's height

tellwidth

Defaults to true

Controls if the parent layout can adjust to this element's width

valign

Defaults to :center

The vertical alignment of the button in its suggested boundingbox

width

Defaults to Auto()

The width setting of the button.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/colorbar.html b/previews/PR3974/reference/blocks/colorbar.html index 3c8eda61cf5..ed0dd56c519 100644 --- a/previews/PR3974/reference/blocks/colorbar.html +++ b/previews/PR3974/reference/blocks/colorbar.html @@ -6,12 +6,12 @@ Colorbar | Makie - + - + - + @@ -70,7 +70,7 @@ fig, ax, pl = barplot(1:3; color=1:3, colormap=Makie.Categorical(:viridis)) Colorbar(fig[1, 2], pl) fig

We can't use cgrad(...; categorical=true) for this, since it has an ambigious meaning for true categorical values.

Attributes

alignmode

Defaults to Inside()

The align mode of the colorbar in its parent GridLayout.

bottomspinecolor

Defaults to RGBf(0, 0, 0)

The color of the bottom spine.

bottomspinevisible

Defaults to true

Controls if the bottom spine is visible.

colormap

Defaults to @inherit :colormap :viridis

The colormap that the colorbar uses.

colorrange

Defaults to nothing

The range of values depicted in the colorbar.

flip_vertical_label

Defaults to false

Flips the colorbar label if the axis is vertical.

flipaxis

Defaults to true

Flips the axis to the right if vertical and to the top if horizontal.

halign

Defaults to :center

The horizontal alignment of the colorbar in its suggested bounding box.

height

Defaults to Auto()

The height setting of the colorbar.

highclip

Defaults to nothing

The color of the high clip triangle.

label

Defaults to ""

The color bar label string.

labelcolor

Defaults to @inherit :textcolor :black

The label color.

labelfont

Defaults to :regular

The label font family.

labelpadding

Defaults to 5.0

The gap between the label and the ticks.

labelrotation

Defaults to Makie.automatic

The label rotation in radians.

labelsize

Defaults to @inherit :fontsize 16.0f0

The label font size.

labelvisible

Defaults to true

Controls if the label is visible.

leftspinecolor

Defaults to RGBf(0, 0, 0)

The color of the left spine.

leftspinevisible

Defaults to true

Controls if the left spine is visible.

limits

Defaults to nothing

The range of values depicted in the colorbar.

lowclip

Defaults to nothing

The color of the low clip triangle.

minortickalign

Defaults to 0.0

The alignment of minor ticks on the axis spine

minortickcolor

Defaults to :black

The tick color of minor ticks

minorticks

Defaults to IntervalsBetween(5)

The tick locator for the minor ticks

minorticksize

Defaults to 3.0

The tick size of minor ticks

minorticksvisible

Defaults to false

Controls if minor ticks are visible

minortickwidth

Defaults to 1.0

The tick width of minor ticks

nsteps

Defaults to 100

The number of steps in the heatmap underlying the colorbar gradient.

rightspinecolor

Defaults to RGBf(0, 0, 0)

The color of the right spine.

rightspinevisible

Defaults to true

Controls if the right spine is visible.

scale

Defaults to identity

The axis scale

size

Defaults to 12

The width or height of the colorbar, depending on if it's vertical or horizontal, unless overridden by width / height

spinewidth

Defaults to 1.0

The line width of the spines.

tellheight

Defaults to true

Controls if the parent layout can adjust to this element's height

tellwidth

Defaults to true

Controls if the parent layout can adjust to this element's width

tickalign

Defaults to 0.0

The alignment of the tick marks relative to the axis spine (0 = out, 1 = in).

tickcolor

Defaults to RGBf(0, 0, 0)

The color of the tick marks.

tickformat

Defaults to Makie.automatic

Format for ticks.

ticklabelalign

Defaults to Makie.automatic

The horizontal and vertical alignment of the tick labels.

ticklabelcolor

Defaults to @inherit :textcolor :black

The color of the tick labels.

ticklabelfont

Defaults to :regular

The font family of the tick labels.

ticklabelpad

Defaults to 3.0

The gap between tick labels and tick marks.

ticklabelrotation

Defaults to 0.0

The rotation of the ticklabels.

ticklabelsize

Defaults to @inherit :fontsize 16.0f0

The font size of the tick labels.

ticklabelspace

Defaults to Makie.automatic

The space reserved for the tick labels.

ticklabelsvisible

Defaults to true

Controls if the tick labels are visible.

ticks

Defaults to Makie.automatic

The ticks.

ticksize

Defaults to 5.0

The size of the tick marks.

ticksvisible

Defaults to true

Controls if the tick marks are visible.

tickwidth

Defaults to 1.0

The line width of the tick marks.

topspinecolor

Defaults to RGBf(0, 0, 0)

The color of the top spine.

topspinevisible

Defaults to true

Controls if the top spine is visible.

valign

Defaults to :center

The vertical alignment of the colorbar in its suggested bounding box.

vertical

Defaults to true

Controls if the colorbar is oriented vertically.

width

Defaults to Auto()

The width setting of the colorbar. Use size to set width or height relative to colorbar orientation instead.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/gridlayout.html b/previews/PR3974/reference/blocks/gridlayout.html index 3216b3d90ab..169ca2a8800 100644 --- a/previews/PR3974/reference/blocks/gridlayout.html +++ b/previews/PR3974/reference/blocks/gridlayout.html @@ -6,12 +6,12 @@ GridLayout | Makie - + - + - + @@ -158,7 +158,7 @@ fig

All spaces can be changed at once by omitting the index of the gap to resize.

julia
rowgap!(fig.layout, 50)
 
 fig
- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/intervalslider.html b/previews/PR3974/reference/blocks/intervalslider.html index dee55de42d9..f27a18b46fc 100644 --- a/previews/PR3974/reference/blocks/intervalslider.html +++ b/previews/PR3974/reference/blocks/intervalslider.html @@ -6,13 +6,13 @@ IntervalSlider | Makie - + - + - - + + @@ -51,8 +51,8 @@ scatter!(points, color = colors, colormap = [:gray90, :dodgerblue], strokewidth = 0) -f

Attributes

alignmode

Defaults to Inside()

The align mode of the slider in its parent GridLayout.

color_active

Defaults to COLOR_ACCENT[]

The color of the slider when the mouse clicks and drags the slider.

color_active_dimmed

Defaults to COLOR_ACCENT_DIMMED[]

The color of the slider when the mouse hovers over it.

color_inactive

Defaults to RGBf(0.94, 0.94, 0.94)

The color of the slider when it is not interacted with.

halign

Defaults to :center

The horizontal alignment of the slider in its suggested bounding box.

height

Defaults to Auto()

The height setting of the slider.

horizontal

Defaults to true

Controls if the slider has a horizontal orientation or not.

interval

Defaults to (0, 0)

The current interval of the slider. Don't set this manually, use the function set_close_to!.

linewidth

Defaults to 10.0

The width of the slider line

range

Defaults to 0:0.01:10

The range of values that the slider can pick from.

snap

Defaults to true

Controls if the buttons snap to valid positions or move freely

startvalues

Defaults to Makie.automatic

The start values of the slider or the values that are closest in the slider range.

tellheight

Defaults to true

Controls if the parent layout can adjust to this element's height

tellwidth

Defaults to true

Controls if the parent layout can adjust to this element's width

valign

Defaults to :center

The vertical alignment of the slider in its suggested bounding box.

width

Defaults to Auto()

The width setting of the slider.

- +f

Attributes

alignmode

Defaults to Inside()

The align mode of the slider in its parent GridLayout.

color_active

Defaults to COLOR_ACCENT[]

The color of the slider when the mouse clicks and drags the slider.

color_active_dimmed

Defaults to COLOR_ACCENT_DIMMED[]

The color of the slider when the mouse hovers over it.

color_inactive

Defaults to RGBf(0.94, 0.94, 0.94)

The color of the slider when it is not interacted with.

halign

Defaults to :center

The horizontal alignment of the slider in its suggested bounding box.

height

Defaults to Auto()

The height setting of the slider.

horizontal

Defaults to true

Controls if the slider has a horizontal orientation or not.

interval

Defaults to (0, 0)

The current interval of the slider. Don't set this manually, use the function set_close_to!.

linewidth

Defaults to 10.0

The width of the slider line

range

Defaults to 0:0.01:10

The range of values that the slider can pick from.

snap

Defaults to true

Controls if the buttons snap to valid positions or move freely

startvalues

Defaults to Makie.automatic

The start values of the slider or the values that are closest in the slider range.

tellheight

Defaults to true

Controls if the parent layout can adjust to this element's height

tellwidth

Defaults to true

Controls if the parent layout can adjust to this element's width

valign

Defaults to :center

The vertical alignment of the slider in its suggested bounding box.

width

Defaults to Auto()

The width setting of the slider.

+ \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/label.html b/previews/PR3974/reference/blocks/label.html index 15b63db120c..85483ee8e21 100644 --- a/previews/PR3974/reference/blocks/label.html +++ b/previews/PR3974/reference/blocks/label.html @@ -6,12 +6,12 @@ Label | Makie - + - + - + @@ -53,7 +53,7 @@ ) f

Attributes

alignmode

Defaults to Inside()

The align mode of the text in its parent GridLayout.

color

Defaults to @inherit :textcolor :black

The color of the text.

font

Defaults to :regular

The font family of the text.

fontsize

Defaults to @inherit :fontsize 16.0f0

The font size of the text.

halign

Defaults to :center

The horizontal alignment of the text in its suggested boundingbox

height

Defaults to Auto()

The height setting of the text.

justification

Defaults to :center

The justification of the text (:left, :right, :center).

lineheight

Defaults to 1.0

The lineheight multiplier for the text.

padding

Defaults to (0.0f0, 0.0f0, 0.0f0, 0.0f0)

The extra space added to the sides of the text boundingbox.

rotation

Defaults to 0.0

The counterclockwise rotation of the text in radians.

tellheight

Defaults to true

Controls if the parent layout can adjust to this element's height

tellwidth

Defaults to true

Controls if the parent layout can adjust to this element's width

text

Defaults to "Text"

The displayed text string.

valign

Defaults to :center

The vertical alignment of the text in its suggested boundingbox

visible

Defaults to true

Controls if the text is visible.

width

Defaults to Auto()

The width setting of the text.

word_wrap

Defaults to false

Enable word wrapping to the suggested width of the Label.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/legend.html b/previews/PR3974/reference/blocks/legend.html index 3320d7796f6..e1cc253abda 100644 --- a/previews/PR3974/reference/blocks/legend.html +++ b/previews/PR3974/reference/blocks/legend.html @@ -6,13 +6,13 @@ Legend | Makie - + - + - - + + @@ -72,7 +72,7 @@ end -f

Legend Inside An Axis

The axislegend function is a quick way to add a legend to an Axis. You can pass a selected axis plus arguments which are forwarded to the Legend constructor, or the current axis is used by default. If you pass only a string, it's used as the title with the current axis.

The position can be set via a shortcut symbol, first halign (l, r, c) then valign (b, t, c), such as :lt for left, top and :cb for center bottom.

julia
using CairoMakie
+f

Legend Inside An Axis

The axislegend function is a quick way to add a legend to an Axis. You can pass a selected axis plus arguments which are forwarded to the Legend constructor, or the current axis is used by default. If you pass only a string, it's used as the title with the current axis.

The position can be set via a shortcut symbol, first halign (l, r, c) then valign (b, t, c), such as :lt for left, top and :cb for center bottom.

julia
using CairoMakie
 
 f = Figure()
 
@@ -90,7 +90,7 @@
 axislegend(ax, [sc1, sc2], ["One", "Two"], "Selected Dots", position = :rb,
     orientation = :horizontal)
 
-f

Alternatively, you can simply add a Legend to the same layout slot that an axis lives in. As long as the axis is bigger than the legend you can set the legend's tellheight and tellwidth to false and position it using the align variables. You can use the margin keyword to keep the legend from touching the axis spines.

julia
using CairoMakie
+f

Alternatively, you can simply add a Legend to the same layout slot that an axis lives in. As long as the axis is bigger than the legend you can set the legend's tellheight and tellwidth to false and position it using the align variables. You can use the margin keyword to keep the legend from touching the axis spines.

julia
using CairoMakie
 
 haligns = [:left, :right, :center]
 valigns = [:top, :bottom, :center]
@@ -284,7 +284,7 @@
 Legend(fig[1, 3], ax, "titleposition
 = :left", titleposition = :left)
 fig

titlesize

Defaults to @inherit :fontsize 16.0f0

The font size of the legend group titles.

titlevalign

Defaults to :center

The vertical alignment of the legend group titles.

titlevisible

Defaults to true

Controls if the legend titles are visible.

valign

Defaults to :center

The vertical alignment of the legend in its suggested bounding box.

width

Defaults to Auto()

The width setting of the legend.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/lscene.html b/previews/PR3974/reference/blocks/lscene.html index e2130c5ca85..ea26469679e 100644 --- a/previews/PR3974/reference/blocks/lscene.html +++ b/previews/PR3974/reference/blocks/lscene.html @@ -6,13 +6,13 @@ LScene | Makie - + - + - - + + @@ -28,8 +28,8 @@ lscene = LScene(fig[1, 1], show_axis=false, scenekw = (lights = [pl, al], backgroundcolor=:black, clear=true)) # now you can plot into lscene like you're used to p = meshscatter!(lscene, randn(300, 3), color=:gray) -fig

Attributes

alignmode

Defaults to Inside()

The alignment of the scene in its suggested bounding box.

dim1_conversion

Defaults to nothing

Global state for the x dimension conversion.

dim2_conversion

Defaults to nothing

Global state for the y dimension conversion.

dim3_conversion

Defaults to nothing

Global state for the z dimension conversion.

halign

Defaults to :center

The horizontal alignment of the scene in its suggested bounding box.

height

Defaults to nothing

The height setting of the scene.

show_axis

Defaults to true

Controls the visibility of the 3D axis plot object.

tellheight

Defaults to true

Controls if the parent layout can adjust to this element's height

tellwidth

Defaults to true

Controls if the parent layout can adjust to this element's width

valign

Defaults to :center

The vertical alignment of the scene in its suggested bounding box.

width

Defaults to nothing

The width setting of the scene.

- +fig

Attributes

alignmode

Defaults to Inside()

The alignment of the scene in its suggested bounding box.

dim1_conversion

Defaults to nothing

Global state for the x dimension conversion.

dim2_conversion

Defaults to nothing

Global state for the y dimension conversion.

dim3_conversion

Defaults to nothing

Global state for the z dimension conversion.

halign

Defaults to :center

The horizontal alignment of the scene in its suggested bounding box.

height

Defaults to nothing

The height setting of the scene.

show_axis

Defaults to true

Controls the visibility of the 3D axis plot object.

tellheight

Defaults to true

Controls if the parent layout can adjust to this element's height

tellwidth

Defaults to true

Controls if the parent layout can adjust to this element's width

valign

Defaults to :center

The vertical alignment of the scene in its suggested bounding box.

width

Defaults to nothing

The width setting of the scene.

+ \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/menu.html b/previews/PR3974/reference/blocks/menu.html index ddfaa249989..e928d134a52 100644 --- a/previews/PR3974/reference/blocks/menu.html +++ b/previews/PR3974/reference/blocks/menu.html @@ -6,12 +6,12 @@ Menu | Makie - + - + - + @@ -73,7 +73,7 @@ menu2.is_open = true fig

Attributes

alignmode

Defaults to Inside()

The alignment of the menu in its suggested bounding box.

cell_color_active

Defaults to COLOR_ACCENT[]

Cell color when active

cell_color_hover

Defaults to COLOR_ACCENT_DIMMED[]

Cell color when hovered

cell_color_inactive_even

Defaults to RGBf(0.97, 0.97, 0.97)

Cell color when inactive even

cell_color_inactive_odd

Defaults to RGBf(0.97, 0.97, 0.97)

Cell color when inactive odd

direction

Defaults to automatic

The opening direction of the menu (:up or :down)

Defaults to (:black, 0.2)

Color of the dropdown arrow

Defaults to 10

Size of the dropdown arrow

fontsize

Defaults to @inherit :fontsize 16.0f0

Font size of the cell texts

halign

Defaults to :center

The horizontal alignment of the menu in its suggested bounding box.

height

Defaults to Auto()

The height setting of the menu.

i_selected

Defaults to 0

Index of selected item. Should not be set by the user.

is_open

Defaults to false

Is the menu showing the available options

options

Defaults to ["no options"]

The list of options selectable in the menu. This can be any iterable of a mixture of strings and containers with one string and one other value. If an entry is just a string, that string is both label and selection. If an entry is a container with one string and one other value, the string is the label and the other value is the selection.

prompt

Defaults to "Select..."

The default message prompting a selection when i == 0

scroll_speed

Defaults to 15.0

Speed of scrolling in large Menu lists.

selection

Defaults to nothing

Selected item value. This is the output observable that you should listen to to react to menu interaction. Should not be set by the user.

selection_cell_color_inactive

Defaults to RGBf(0.94, 0.94, 0.94)

Selection cell color when inactive

tellheight

Defaults to true

Controls if the parent layout can adjust to this element's height

tellwidth

Defaults to true

Controls if the parent layout can adjust to this element's width

textcolor

Defaults to :black

Color of entry texts

textpadding

Defaults to (8, 10, 8, 8)

Padding of entry texts

valign

Defaults to :center

The vertical alignment of the menu in its suggested bounding box.

width

Defaults to nothing

The width setting of the menu.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/overview.html b/previews/PR3974/reference/blocks/overview.html index 6afdd7b1561..1272eab8f96 100644 --- a/previews/PR3974/reference/blocks/overview.html +++ b/previews/PR3974/reference/blocks/overview.html @@ -6,13 +6,13 @@ Overview | Makie - + - + - - + + @@ -20,8 +20,8 @@ -
Skip to content

Overview

Axis

Axis3

Box

Button

Colorbar

GridLayout

IntervalSlider

Label

Legend

LScene

PolarAxis

Slider

SliderGrid

Textbox

Toggle

- +
Skip to content

Overview

Axis

Axis3

Box

Button

Colorbar

GridLayout

IntervalSlider

Label

Legend

LScene

PolarAxis

Slider

SliderGrid

Textbox

Toggle

+ \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/polaraxis.html b/previews/PR3974/reference/blocks/polaraxis.html index 1a5dc070500..27c10d6f168 100644 --- a/previews/PR3974/reference/blocks/polaraxis.html +++ b/previews/PR3974/reference/blocks/polaraxis.html @@ -6,13 +6,13 @@ PolarAxis | Makie - + - + - - + + @@ -78,7 +78,7 @@ rlims!(ax, 0.0, 10.5) Colorbar(f[2, 2], p, vertical = false, flipaxis = false) -f

Note that in order to see the grid we need to adjust its depth with ax.gridz[] = 100 (higher z means lower depth). The hard limits for ax.gridz are (-10_000, 10_000) with 9000 being a soft limit where axis components may order incorrectly.

Hiding spines and decorations

For a PolarAxis we interpret the outer ring limiting the plotting area as the axis spine. You can manipulate it with the spine... attributes.

julia
using CairoMakie
+f

Note that in order to see the grid we need to adjust its depth with ax.gridz[] = 100 (higher z means lower depth). The hard limits for ax.gridz are (-10_000, 10_000) with 9000 being a soft limit where axis components may order incorrectly.

Hiding spines and decorations

For a PolarAxis we interpret the outer ring limiting the plotting area as the axis spine. You can manipulate it with the spine... attributes.

julia
using CairoMakie
 f = Figure(size = (800, 400))
 ax1 = PolarAxis(f[1, 1], title = "No spine", spinevisible = false)
 scatterlines!(ax1, range(0, 1, length=100), range(0, 10pi, length=100), color = 1:100)
@@ -163,7 +163,7 @@
     lines!(ax, 0..2pi, phi -> sin(2phi), color = :black, linewidth = 4)
 end
 fig

Attributes

alignmode

Defaults to Inside()

The alignment of the scene in its suggested bounding box.

axis_rotation_button

Defaults to Keyboard.left_control & Mouse.right

Sets the button for rotating the PolarAxis as a whole. This replaces theta translation when triggered and must include a mouse button.

backgroundcolor

Defaults to inherit(scene, :backgroundcolor, :white)

The background color of the axis.

clip

Defaults to true

Controls whether to activate the nonlinear clip feature. Note that this should not be used when the background is ultimately transparent.

clip_r

Defaults to true

Controls whether r < 0 (after applying radius_at_origin) gets clipped (true) or not (false).

clipcolor

Defaults to automatic

Sets the color of the clip polygon. Mainly for debug purposes.

dim1_conversion

Defaults to nothing

Global state for the x dimension conversion.

dim2_conversion

Defaults to nothing

Global state for the y dimension conversion.

direction

Defaults to 1

The direction of rotation. Can be -1 (clockwise) or 1 (counterclockwise).

fixrmin

Defaults to true

Controls whether rmin remains fixed during zooming and translation. (The latter will be turned off by setting this to true.)

gridz

Defaults to -100

Sets the z value of grid lines. To place the grid above plots set this to a value between 1 and 8999.

halign

Defaults to :center

The horizontal alignment of the scene in its suggested bounding box.

height

Defaults to nothing

The height setting of the scene.

normalize_theta_ticks

Defaults to true

Sets whether shown theta ticks get normalized to a -2pi to 2pi range. If not, the limits such as (2pi, 4pi) will be shown as that range.

r_translation_button

Defaults to Mouse.right

Sets the mouse button for translating the plot in r-direction.

radius_at_origin

Defaults to automatic

Sets the radius at the origin of the PolarAxis such that r_out = r_in - radius_at_origin. Can be set to automatic to match rmin. Note that this will affect the shape of plotted objects.

rautolimitmargin

Defaults to (0.05, 0.05)

The relative margins added to the autolimits in r direction.

reset_axis_orientation

Defaults to false

Sets whether the axis orientation (changed with the axis_rotation_button) gets reset when resetting the axis. If set to false only the limits will reset.

reset_button

Defaults to Keyboard.left_control & Mouse.left

Sets the button or button combination for resetting the axis view. (This should be compatible with ispressed.)

rgridcolor

Defaults to inherit(scene, (:Axis, :xgridcolor), (:black, 0.5))

The color of the r grid.

rgridstyle

Defaults to inherit(scene, (:Axis, :xgridstyle), nothing)

The linestyle of the r grid.

rgridvisible

Defaults to inherit(scene, (:Axis, :xgridvisible), true)

Controls if the r grid is visible.

rgridwidth

Defaults to inherit(scene, (:Axis, :xgridwidth), 1)

The linewidth of the r grid.

rlimits

Defaults to (:origin, nothing)

The radial limits of the PolarAxis.

rminorgridcolor

Defaults to inherit(scene, (:Axis, :xminorgridcolor), (:black, 0.2))

The color of the r minor grid.

rminorgridstyle

Defaults to inherit(scene, (:Axis, :xminorgridstyle), nothing)

The linestyle of the r minor grid.

rminorgridvisible

Defaults to inherit(scene, (:Axis, :xminorgridvisible), false)

Controls if the r minor grid is visible.

rminorgridwidth

Defaults to inherit(scene, (:Axis, :xminorgridwidth), 1)

The linewidth of the r minor grid.

rminorticks

Defaults to IntervalsBetween(2)

The specifier for the minor r ticks.

rtickangle

Defaults to automatic

The angle in radians along which the r ticks are printed.

rtickformat

Defaults to Makie.automatic

The formatter for the r ticks

rticklabelcolor

Defaults to inherit(scene, (:Axis, :xticklabelcolor), inherit(scene, :textcolor, :black))

The color of the r tick labels.

rticklabelfont

Defaults to inherit(scene, (:Axis, :xticklabelfont), inherit(scene, :font, Makie.defaultfont()))

The font of the r tick labels.

rticklabelpad

Defaults to 4.0

Padding of the r ticks label.

rticklabelrotation

Defaults to automatic

Sets the rotation of r tick labels.

Options:

  • :radial rotates labels based on the angle they appear at

  • :horizontal keeps labels at a horizontal orientation

  • :aligned rotates labels based on the angle they appear at but keeps them up-right and close to horizontal

  • automatic uses :horizontal when theta limits span >1.9pi and :aligned otherwise

  • ::Real sets the label rotation to a specific value

rticklabelsize

Defaults to inherit(scene, (:Axis, :xticklabelsize), 16)

The fontsize of the r tick labels.

rticklabelstrokecolor

Defaults to automatic

The color of the outline of r ticks. By default this uses the background color.

rticklabelstrokewidth

Defaults to 0.0

The width of the outline of r ticks. Setting this to 0 will remove the outline.

rticklabelsvisible

Defaults to inherit(scene, (:Axis, :xticklabelsvisible), true)

Controls if the r ticks are visible.

rticks

Defaults to LinearTicks(4)

The specifier for the radial (r) ticks, similar to xticks for a normal Axis.

rzoomkey

Defaults to Keyboard.r

Sets the key used to restrict zooming to the r-direction. Can be set to true to always restrict zooming or false to disable the interaction.

rzoomlock

Defaults to false

Controls whether adjusting the rlimits through interactive zooming is blocked.

sample_density

Defaults to 120

The density at which curved lines are sampled. (grid lines, spine lines, clip)

spinecolor

Defaults to :black

The color of the spine.

spinestyle

Defaults to nothing

The linestyle of the spine.

spinevisible

Defaults to true

Controls whether the spine is visible.

spinewidth

Defaults to 2

The width of the spine.

tellheight

Defaults to true

Controls if the parent layout can adjust to this element's height

tellwidth

Defaults to true

Controls if the parent layout can adjust to this element's width

theta_0

Defaults to 0.0

The angular offset for (1, 0) in the PolarAxis. This rotates the axis.

theta_as_x

Defaults to true

Controls the argument order of the Polar transform. If theta_as_x = true it is (θ, r), otherwise (r, θ).

theta_translation_button

Defaults to Mouse.right

Sets the mouse button for translating the plot in theta-direction. Note that this can be the same as radial_translation_button.

thetaautolimitmargin

Defaults to (0.05, 0.05)

The relative margins added to the autolimits in theta direction.

thetagridcolor

Defaults to inherit(scene, (:Axis, :ygridcolor), (:black, 0.5))

The color of the theta grid.

thetagridstyle

Defaults to inherit(scene, (:Axis, :ygridstyle), nothing)

The linestyle of the theta grid.

thetagridvisible

Defaults to inherit(scene, (:Axis, :ygridvisible), true)

Controls if the theta grid is visible.

thetagridwidth

Defaults to inherit(scene, (:Axis, :ygridwidth), 1)

The linewidth of the theta grid.

thetalimits

Defaults to (0.0, 2pi)

The angle limits of the PolarAxis. (0.0, 2pi) results a full circle. (nothing, nothing) results in limits picked based on plot limits.

thetaminorgridcolor

Defaults to inherit(scene, (:Axis, :yminorgridcolor), (:black, 0.2))

The color of the theta minor grid.

thetaminorgridstyle

Defaults to inherit(scene, (:Axis, :yminorgridstyle), nothing)

The linestyle of the theta minor grid.

thetaminorgridvisible

Defaults to inherit(scene, (:Axis, :yminorgridvisible), false)

Controls if the theta minor grid is visible.

thetaminorgridwidth

Defaults to inherit(scene, (:Axis, :yminorgridwidth), 1)

The linewidth of the theta minor grid.

thetaminorticks

Defaults to IntervalsBetween(2)

The specifier for the minor theta ticks.

thetatickformat

Defaults to Makie.automatic

The formatter for the theta ticks.

thetaticklabelcolor

Defaults to inherit(scene, (:Axis, :yticklabelcolor), inherit(scene, :textcolor, :black))

The color of the theta tick labels.

thetaticklabelfont

Defaults to inherit(scene, (:Axis, :yticklabelfont), inherit(scene, :font, Makie.defaultfont()))

The font of the theta tick labels.

thetaticklabelpad

Defaults to 4.0

Padding of the theta ticks label.

thetaticklabelsize

Defaults to inherit(scene, (:Axis, :yticklabelsize), 16)

The fontsize of the theta tick labels.

thetaticklabelstrokecolor

Defaults to automatic

The color of the outline of theta ticks. By default this uses the background color.

thetaticklabelstrokewidth

Defaults to 0.0

The width of the outline of theta ticks. Setting this to 0 will remove the outline.

thetaticklabelsvisible

Defaults to inherit(scene, (:Axis, :yticklabelsvisible), true)

Controls if the theta ticks are visible.

thetaticks

Defaults to AngularTicks(180 / pi, "°")

The specifier for the angular (theta) ticks, similar to yticks for a normal Axis.

thetazoomkey

Defaults to Keyboard.t

Sets the key used to restrict zooming to the theta-direction. Can be set to true to always restrict zooming or false to disable the interaction.

thetazoomlock

Defaults to true

Controls whether adjusting the thetalimits through interactive zooming is blocked.

title

Defaults to ""

The title of the plot

titlealign

Defaults to :center

The alignment of the title. Can be any of :center, :left, or :right.

titlecolor

Defaults to inherit(scene, (:Axis, :titlecolor), inherit(scene, :textcolor, :black))

The color of the title.

titlefont

Defaults to inherit(scene, (:Axis, :titlefont), inherit(scene, :font, Makie.defaultfont()))

The font of the title.

titlegap

Defaults to inherit(scene, (:Axis, :titlesize), map((x->begin x / 2 end), inherit(scene, :fontsize, 16)))

The gap between the title and the top of the axis

titlesize

Defaults to inherit(scene, (:Axis, :titlesize), map((x->begin 1.2x end), inherit(scene, :fontsize, 16)))

The fontsize of the title.

titlevisible

Defaults to inherit(scene, (:Axis, :titlevisible), true)

Controls if the title is visible.

valign

Defaults to :center

The vertical alignment of the scene in its suggested bounding box.

width

Defaults to nothing

The width setting of the scene.

zoomspeed

Defaults to 0.1

Sets the speed of scroll based zooming. Setting this to 0 effectively disables zooming.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/slider.html b/previews/PR3974/reference/blocks/slider.html index b3cfc848a67..bbf2a4fabb9 100644 --- a/previews/PR3974/reference/blocks/slider.html +++ b/previews/PR3974/reference/blocks/slider.html @@ -6,12 +6,12 @@ Slider | Makie - + - + - + @@ -38,7 +38,7 @@ limits!(ax, 0, 10, 0, 10) fig

Labelled sliders and grids

The functions labelslider! and labelslidergrid! are deprecated, use SliderGrid instead.

Attributes

alignmode

Defaults to Inside()

The align mode of the slider in its parent GridLayout.

color_active

Defaults to COLOR_ACCENT[]

The color of the slider when the mouse clicks and drags the slider.

color_active_dimmed

Defaults to COLOR_ACCENT_DIMMED[]

The color of the slider when the mouse hovers over it.

color_inactive

Defaults to RGBf(0.94, 0.94, 0.94)

The color of the slider when it is not interacted with.

halign

Defaults to :center

The horizontal alignment of the element in its suggested bounding box.

height

Defaults to Auto()

The height setting of the element.

horizontal

Defaults to true

Controls if the slider has a horizontal orientation or not.

linewidth

Defaults to 10

The width of the slider line

range

Defaults to 0:0.01:10

The range of values that the slider can pick from.

snap

Defaults to true

Controls if the button snaps to valid positions or moves freely

startvalue

Defaults to 0

The start value of the slider or the value that is closest in the slider range.

tellheight

Defaults to true

Controls if the parent layout can adjust to this element's height

tellwidth

Defaults to true

Controls if the parent layout can adjust to this element's width

valign

Defaults to :center

The vertical alignment of the element in its suggested bounding box.

value

Defaults to 0

The current value of the slider. Don't set this manually, use the function set_close_to!.

width

Defaults to Auto()

The width setting of the element.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/slidergrid.html b/previews/PR3974/reference/blocks/slidergrid.html index a7260dcd7d2..c8ae0fcfedc 100644 --- a/previews/PR3974/reference/blocks/slidergrid.html +++ b/previews/PR3974/reference/blocks/slidergrid.html @@ -6,12 +6,12 @@ SliderGrid | Makie - + - + - + @@ -43,7 +43,7 @@ ylims!(ax, 0, 30) fig

Attributes

alignmode

Defaults to Inside()

The align mode of the block in its parent GridLayout.

halign

Defaults to :center

The horizontal alignment of the block in its suggested bounding box.

height

Defaults to Auto()

The height setting of the block.

tellheight

Defaults to true

Controls if the parent layout can adjust to this block's height

tellwidth

Defaults to true

Controls if the parent layout can adjust to this block's width

valign

Defaults to :center

The vertical alignment of the block in its suggested bounding box.

value_column_width

Defaults to automatic

The width of the value label column. If automatic, the width is determined by sampling a few values from the slider ranges and picking the largest label size found.

width

Defaults to Auto()

The width setting of the block.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/textbox.html b/previews/PR3974/reference/blocks/textbox.html index ea5dc9d95a6..701bb6536f0 100644 --- a/previews/PR3974/reference/blocks/textbox.html +++ b/previews/PR3974/reference/blocks/textbox.html @@ -6,12 +6,12 @@ Textbox | Makie - + - + - + @@ -45,7 +45,7 @@ lines(f[1, 1], xs, sinecurve) f

Attributes

alignmode

Defaults to Inside()

The alignment of the textbox in its suggested bounding box.

bordercolor

Defaults to RGBf(0.8, 0.8, 0.8)

Color of the box border.

bordercolor_focused

Defaults to COLOR_ACCENT[]

Color of the box border when focused.

bordercolor_focused_invalid

Defaults to RGBf(1, 0, 0)

Color of the box border when focused and invalid.

bordercolor_hover

Defaults to COLOR_ACCENT_DIMMED[]

Color of the box border when hovered.

borderwidth

Defaults to 1.0

Width of the box border.

boxcolor

Defaults to :transparent

Color of the box.

boxcolor_focused

Defaults to :transparent

Color of the box when focused.

boxcolor_focused_invalid

Defaults to RGBAf(1, 0, 0, 0.3)

Color of the box when focused.

boxcolor_hover

Defaults to :transparent

Color of the box when hovered.

cornerradius

Defaults to 5

Corner radius of text box.

cornersegments

Defaults to 20

Corner segments of one rounded corner.

cursorcolor

Defaults to :transparent

The color of the cursor.

defocus_on_submit

Defaults to true

Controls if the textbox is defocused when a string is submitted.

displayed_string

Defaults to nothing

The currently displayed string (for internal use).

focused

Defaults to false

If the textbox is focused and receives text input.

font

Defaults to :regular

Font family.

fontsize

Defaults to @inherit :fontsize 16.0f0

Text size.

halign

Defaults to :center

The horizontal alignment of the textbox in its suggested bounding box.

height

Defaults to Auto()

The height setting of the textbox.

placeholder

Defaults to "Click to edit..."

A placeholder text that is displayed when the saved string is nothing.

reset_on_defocus

Defaults to false

Controls if the displayed text is reset to the stored text when defocusing the textbox without submitting.

restriction

Defaults to nothing

Restricts the allowed unicode input via is_allowed(char, restriction).

stored_string

Defaults to nothing

The currently stored string.

tellheight

Defaults to true

Controls if the parent layout can adjust to this element's height.

tellwidth

Defaults to true

Controls if the parent layout can adjust to this element's width.

textcolor

Defaults to @inherit :textcolor :black

Text color.

textcolor_placeholder

Defaults to RGBf(0.5, 0.5, 0.5)

Text color for the placeholder.

textpadding

Defaults to (8, 8, 8, 8)

Padding of the text against the box.

validator

Defaults to str->begin true end

Validator that is called with validate_textbox(string, validator) to determine if the current string is valid. Can by default be a RegEx that needs to match the complete string, or a function taking a string as input and returning a Bool. If the validator is a type T (for example Float64), validation will be tryparse(T, string).

valign

Defaults to :center

The vertical alignment of the textbox in its suggested bounding box.

width

Defaults to Auto()

The width setting of the textbox.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/blocks/toggle.html b/previews/PR3974/reference/blocks/toggle.html index 4bcd382793b..084c22b85ed 100644 --- a/previews/PR3974/reference/blocks/toggle.html +++ b/previews/PR3974/reference/blocks/toggle.html @@ -6,12 +6,12 @@ Toggle | Makie - + - + - + @@ -38,7 +38,7 @@ connect!(line2.visible, toggles[2].active) fig

Attributes

active

Defaults to false

Indicates if the toggle is active or not.

alignmode

Defaults to Inside()

The align mode of the toggle in its parent GridLayout.

buttoncolor

Defaults to COLOR_ACCENT[]

The color of the toggle button.

cornersegments

Defaults to 15

The number of poly segments in each rounded corner.

framecolor_active

Defaults to COLOR_ACCENT_DIMMED[]

The color of the border when the toggle is hovered.

framecolor_inactive

Defaults to RGBf(0.94, 0.94, 0.94)

The color of the border when the toggle is inactive.

halign

Defaults to :center

The horizontal alignment of the toggle in its suggested bounding box.

height

Defaults to 18

The height of the toggle.

rimfraction

Defaults to 0.33

The border width as a fraction of the toggle height

tellheight

Defaults to true

Controls if the parent layout can adjust to this element's height

tellwidth

Defaults to true

Controls if the parent layout can adjust to this element's width

toggleduration

Defaults to 0.15

The duration of the toggle animation.

valign

Defaults to :center

The vertical alignment of the toggle in its suggested bounding box.

width

Defaults to 32

The width of the toggle.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/ablines.html b/previews/PR3974/reference/plots/ablines.html index 88d6c3ba157..ff2baafc4a2 100644 --- a/previews/PR3974/reference/plots/ablines.html +++ b/previews/PR3974/reference/plots/ablines.html @@ -6,13 +6,13 @@ ablines | Makie - + - + - - + + @@ -20,11 +20,11 @@ -
Skip to content

ablines

# Makie.ablinesFunction.
julia
ablines(intercepts, slopes; attrs...)

Creates a line defined by f(x) = slope * x + intercept crossing a whole Scene with 2D projection at its current limits. You can pass one or multiple intercepts or slopes.

Plot type

The plot type alias for the ablines function is ABLines.

source


julia
using CairoMakie
+    
Skip to content

ablines

# Makie.ablinesFunction.
julia
ablines(intercepts, slopes; attrs...)

Creates a line defined by f(x) = slope * x + intercept crossing a whole Scene with 2D projection at its current limits. You can pass one or multiple intercepts or slopes.

Plot type

The plot type alias for the ablines function is ABLines.

source


julia
using CairoMakie
 ablines(0, 1)
 ablines!([1, 2, 3], [1, 1.5, 2], color = [:red, :orange, :pink], linestyle=:dash, linewidth=2)
 current_figure()

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the line.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

Sets which attributes to cycle when creating multiple plots.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to false

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap

Defaults to @inherit linecap

Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle

Defaults to nothing

Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth

Defaults to @inherit linewidth

Sets the width of the line in pixel units

lowclip

Defaults to automatic

The color for any value below the colorrange.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/arc.html b/previews/PR3974/reference/plots/arc.html index 46bf6a66dab..fb35108ceb6 100644 --- a/previews/PR3974/reference/plots/arc.html +++ b/previews/PR3974/reference/plots/arc.html @@ -6,13 +6,13 @@ arc | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

arc

# Makie.arcFunction.
julia
arc(origin, radius, start_angle, stop_angle; kwargs...)

This function plots a circular arc, centered at origin with radius radius, from start_angle to stop_angle. origin must be a coordinate in 2 dimensions (i.e., a Point2); the rest of the arguments must be <: Number.

Examples:

arc(Point2f(0), 1, 0.0, π) arc(Point2f(1, 2), 0.3, π, -π)

Plot type

The plot type alias for the arc function is Arc.

source


Examples

julia
using CairoMakie
+    
Skip to content

arc

# Makie.arcFunction.
julia
arc(origin, radius, start_angle, stop_angle; kwargs...)

This function plots a circular arc, centered at origin with radius radius, from start_angle to stop_angle. origin must be a coordinate in 2 dimensions (i.e., a Point2); the rest of the arguments must be <: Number.

Examples:

arc(Point2f(0), 1, 0.0, π) arc(Point2f(1, 2), 0.3, π, -π)

Plot type

The plot type alias for the arc function is Arc.

source


Examples

julia
using CairoMakie
 arc(Point2f(0), 1, -π, π)
julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
@@ -49,7 +49,7 @@
 end
 
 f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the line.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

Sets which attributes to cycle when creating multiple plots.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to false

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle

Defaults to @inherit joinstyle

Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap

Defaults to @inherit linecap

Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle

Defaults to nothing

Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth

Defaults to @inherit linewidth

Sets the width of the line in screen units

lowclip

Defaults to automatic

The color for any value below the colorrange.

miter_limit

Defaults to @inherit miter_limit

Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

resolution

Defaults to 361

The number of line points approximating the arc.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/arrows.html b/previews/PR3974/reference/plots/arrows.html index 25ad843bba6..97e0be7c6c7 100644 --- a/previews/PR3974/reference/plots/arrows.html +++ b/previews/PR3974/reference/plots/arrows.html @@ -6,13 +6,13 @@ arrows | Makie - + - + - - + + @@ -24,7 +24,7 @@ arrows(x, y, u, v) arrows(x::AbstractVector, y::AbstractVector, u::AbstractMatrix, v::AbstractMatrix) arrows(x, y, z, u, v, w) -arrows(x, y, [z], f::Function)

Plots arrows at the specified points with the specified components. u and v are interpreted as vector components (u being the x and v being the y), and the vectors are plotted with the tails at x, y.

If x, y, u, v are <: AbstractVector, then each 'row' is plotted as a single vector.

If u, v are <: AbstractMatrix, then x and y are interpreted as specifications for a grid, and u, v are plotted as arrows along the grid.

arrows can also work in three dimensions.

If a Function is provided in place of u, v, [w], then it must accept a Point as input, and return an appropriately dimensioned Point, Vec, or other array-like output.

Plot type

The plot type alias for the arrows function is Arrows.

source


Examples

julia
using CairoMakie
+arrows(x, y, [z], f::Function)

Plots arrows at the specified points with the specified components. u and v are interpreted as vector components (u being the x and v being the y), and the vectors are plotted with the tails at x, y.

If x, y, u, v are <: AbstractVector, then each 'row' is plotted as a single vector.

If u, v are <: AbstractMatrix, then x and y are interpreted as specifications for a grid, and u, v are plotted as arrows along the grid.

arrows can also work in three dimensions.

If a Function is provided in place of u, v, [w], then it must accept a Point as input, and return an appropriately dimensioned Point, Vec, or other array-like output.

Plot type

The plot type alias for the arrows function is Arrows.

source


Examples

julia
using CairoMakie
 f = Figure(size = (800, 800))
 Axis(f[1, 1], backgroundcolor = "black")
 
@@ -70,7 +70,7 @@
 arrows!(ax, xs, ys, arrow_fun, arrowsize = 10, lengthscale = 0.3,
     arrowcolor = strength, linecolor = strength)
 fig

Attributes

align

Defaults to :origin

Sets how arrows are positioned. By default arrows start at the given positions and extend along the given directions. If this attribute is set to :head, :lineend, :tailend, :headstart or :center the given positions will be between the head and tail of each arrow instead.

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

arrowcolor

Defaults to automatic

Sets the color of the arrow head. Will copy color if set to automatic.

arrowhead

Defaults to automatic

Defines the marker (2D) or mesh (3D) that is used as the arrow head. The default for is '▲' in 2D and a cone mesh in 3D. For the latter the mesh should start at Point3f(0) and point in positive z-direction.

arrowsize

Defaults to automatic

Scales the size of the arrow head. This defaults to 0.3 in the 2D case and Vec3f(0.2, 0.2, 0.3) in the 3D case. For the latter the first two components scale the radius (in x/y direction) and the last scales the length of the cone. If the arrowsize is set to 1, the cone will have a diameter and length of 1.

arrowtail

Defaults to automatic

Defines the mesh used to draw the arrow tail in 3D. It should start at Point3f(0) and extend in negative z-direction. The default is a cylinder. This has no effect on the 2D plot.

backlight

Defaults to 0.0

Sets a weight for secondary light calculation with inverted normals.

color

Defaults to :black

Sets the color of arrowheads and lines. Can be overridden separately using linecolor and arrowcolor.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse

Defaults to 1.0

Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa

Defaults to automatic

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lengthscale

Defaults to 1.0

Scales the length of the arrow tail.

linecolor

Defaults to automatic

Sets the color used for the arrow tail which is represented by a line in 2D. Will copy color if set to automatic.

linestyle

Defaults to nothing

Sets the linestyle used in 2D. Does not apply to 3D plots.

linewidth

Defaults to automatic

Scales the width/diameter of the arrow tail. Defaults to 1 for 2D and 0.05 for the 3D case.

lowclip

Defaults to automatic

The color for any value below the colorrange.

markerspace

Defaults to :pixel

No docs available.

material

Defaults to nothing

RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

normalize

Defaults to false

By default the lengths of the directions given to arrows are used to scale the length of the arrow tails. If this attribute is set to true the directions are normalized, skipping this scaling.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

quality

Defaults to 32

Defines the number of angle subdivisions used when generating the arrow head and tail meshes. Consider lowering this if you have performance issues. Only applies to 3D plots.

shading

Defaults to automatic

Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess

Defaults to 32.0

Sets how sharp the reflection is.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular

Defaults to 0.2

Sets how strongly the object reflects light in the red, green and blue channels.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/band.html b/previews/PR3974/reference/plots/band.html index ddd79961b77..1629a0f149a 100644 --- a/previews/PR3974/reference/plots/band.html +++ b/previews/PR3974/reference/plots/band.html @@ -6,13 +6,13 @@ band | Makie - + - + - - + + @@ -22,7 +22,7 @@
Skip to content

band

# Makie.bandFunction.
julia
band(x, ylower, yupper; kwargs...)
 band(lower, upper; kwargs...)
-band(x, lowerupper; kwargs...)

Plots a band from ylower to yupper along x. The form band(lower, upper) plots a ruled surface between the points in lower and upper. Both bounds can be passed together as lowerupper, a vector of intervals.

Plot type

The plot type alias for the band function is Band.

source


Examples

julia
using CairoMakie
+band(x, lowerupper; kwargs...)

Plots a band from ylower to yupper along x. The form band(lower, upper) plots a ruled surface between the points in lower and upper. Both bounds can be passed together as lowerupper, a vector of intervals.

Plot type

The plot type alias for the band function is Band.

source


Examples

julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
@@ -47,12 +47,12 @@
 lines!(t, μ)              # plot mean line
 σ = vec(std(X, dims=1))  # stddev
 band!(t, μ + σ, μ - σ)   # plot stddev band
-f
julia
using GLMakie
+f
julia
using GLMakie
 lower = fill(Point3f(0,0,0), 100)
 upper = [Point3f(sin(x), cos(x), 1.0) for x in range(0,2pi, length=100)]
 col = repeat([1:50;50:-1:1],outer=2)
 band(lower, upper, color=col, axis=(type=Axis3,))

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight

Defaults to 0.0

Sets a weight for secondary light calculation with inverted normals.

color

Defaults to @inherit patchcolor

Sets the color of the mesh. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color => :patchcolor]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse

Defaults to 1.0

Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate

Defaults to true

sets whether colors should be interpolated

lowclip

Defaults to automatic

The color for any value below the colorrange.

matcap

Defaults to nothing

No docs available.

material

Defaults to nothing

RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading

Defaults to NoShading

Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess

Defaults to 32.0

Sets how sharp the reflection is.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular

Defaults to 0.2

Sets how strongly the object reflects light in the red, green and blue channels.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/barplot.html b/previews/PR3974/reference/plots/barplot.html index fd59b44fd57..e0b22972a00 100644 --- a/previews/PR3974/reference/plots/barplot.html +++ b/previews/PR3974/reference/plots/barplot.html @@ -6,13 +6,13 @@ barplot | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

barplot

# Makie.barplotFunction.
julia
barplot(positions, heights; kwargs...)

Plots a barplot.

Plot type

The plot type alias for the barplot function is BarPlot.

source


Examples

julia
using CairoMakie
+    
Skip to content

barplot

# Makie.barplotFunction.
julia
barplot(positions, heights; kwargs...)

Plots a barplot.

Plot type

The plot type alias for the barplot function is BarPlot.

source


Examples

julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
@@ -149,7 +149,7 @@
 Legend(fig[1,1], elements, labels, "Jobs", orientation=:horizontal, tellwidth = false, tellheight = true)
 
 fig

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bar_labels

Defaults to nothing

Labels added at the end of each bar.

color

Defaults to @inherit patchcolor

No docs available.

color_over_background

Defaults to automatic

No docs available.

color_over_bar

Defaults to automatic

No docs available.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color => :patchcolor]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction

Defaults to :y

Controls the direction of the bars, can be :y (vertical) or :x (horizontal).

dodge

Defaults to automatic

No docs available.

dodge_gap

Defaults to 0.03

No docs available.

fillto

Defaults to automatic

Controls the baseline of the bars. This is zero in the default automatic case unless the barplot is in a log-scaled Axis. With a log scale, the automatic default is half the minimum value because zero is an invalid value for a log scale.

flip_labels_at

Defaults to Inf

No docs available.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap

Defaults to 0.2

The final width of the bars is calculated as w * (1 - gap) where w is the width of each bar as determined with the width attribute.

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

label_align

Defaults to automatic

No docs available.

label_color

Defaults to @inherit textcolor

No docs available.

label_font

Defaults to @inherit font

The font of the bar labels.

label_formatter

Defaults to bar_label_formatter

No docs available.

label_offset

Defaults to 5

The distance of the labels from the bar ends in screen units.

label_rotation

Defaults to

No docs available.

label_size

Defaults to @inherit fontsize

The font size of the bar labels.

lowclip

Defaults to automatic

The color for any value below the colorrange.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

n_dodge

Defaults to automatic

No docs available.

nan_color

Defaults to :transparent

The color for NaN values.

offset

Defaults to 0.0

No docs available.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stack

Defaults to automatic

No docs available.

strokecolor

Defaults to @inherit patchstrokecolor

No docs available.

strokewidth

Defaults to @inherit patchstrokewidth

No docs available.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

width

Defaults to automatic

The gapless width of the bars. If automatic, the width w is calculated as minimum(diff(sort(unique(positions))). The actual width of the bars is calculated as w * (1 - gap).

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/boxplot.html b/previews/PR3974/reference/plots/boxplot.html index adf43dcda36..9457accd113 100644 --- a/previews/PR3974/reference/plots/boxplot.html +++ b/previews/PR3974/reference/plots/boxplot.html @@ -6,13 +6,13 @@ boxplot | Makie - + - + - - + + @@ -20,21 +20,21 @@ -
Skip to content

boxplot

# Makie.boxplotFunction.
julia
boxplot(x, y; kwargs...)

Draw a Tukey style boxplot. The boxplot has 3 components:

  • a crossbar spanning the interquartile (IQR) range with a midline marking the median

  • an errorbar whose whiskers span range * iqr

  • points marking outliers, that is, data outside the whiskers

Arguments

  • x: positions of the categories

  • y: variables within the boxes

Plot type

The plot type alias for the boxplot function is BoxPlot.

source


Examples

julia
using CairoMakie
+    
Skip to content

boxplot

# Makie.boxplotFunction.
julia
boxplot(x, y; kwargs...)

Draw a Tukey style boxplot. The boxplot has 3 components:

  • a crossbar spanning the interquartile (IQR) range with a midline marking the median

  • an errorbar whose whiskers span range * iqr

  • points marking outliers, that is, data outside the whiskers

Arguments

  • x: positions of the categories

  • y: variables within the boxes

Plot type

The plot type alias for the boxplot function is BoxPlot.

source


Examples

julia
using CairoMakie
 categories = rand(1:3, 1000)
 values = randn(1000)
 
-boxplot(categories, values)
julia
using CairoMakie
+boxplot(categories, values)
julia
using CairoMakie
 categories = rand(1:3, 1000)
 values = randn(1000)
 dodge = rand(1:2, 1000)
 
-boxplot(categories, values, dodge = dodge, show_notch = true, color = dodge)

Colors are customizable. The color attribute refers to the color of the boxes, whereas outliercolor refers to the color of the outliers. If not scalars (e.g. :red), these attributes must have the length of the data. If outliercolor is not provided, outliers will have the same color as their box, as shown above.

Note

For all indices corresponding to points within the same box, color (but not outliercolor) must have the same value.

julia
using CairoMakie
+boxplot(categories, values, dodge = dodge, show_notch = true, color = dodge)

Colors are customizable. The color attribute refers to the color of the boxes, whereas outliercolor refers to the color of the outliers. If not scalars (e.g. :red), these attributes must have the length of the data. If outliercolor is not provided, outliers will have the same color as their box, as shown above.

Note

For all indices corresponding to points within the same box, color (but not outliercolor) must have the same value.

julia
using CairoMakie
 categories = rand(1:3, 1000)
 values = randn(1000)
 dodge = rand(1:2, 1000)
 
-boxplot(categories, values, dodge = dodge, show_notch = true, color = map(d->d==1 ? :blue : :red, dodge) , outliercolor = rand([:red, :green, :blue, :black, :yellow], 1000))

Using statistical weights

julia
using CairoMakie
+boxplot(categories, values, dodge = dodge, show_notch = true, color = map(d->d==1 ? :blue : :red, dodge) , outliercolor = rand([:red, :green, :blue, :black, :yellow], 1000))

Using statistical weights

julia
using CairoMakie
 using Distributions
 
 N = 100_000
@@ -48,7 +48,7 @@
 boxplot(fig[1,1], x, y)
 boxplot(fig[1,2], x, y, weights = w)
 
-fig

Horizontal axis

julia
using CairoMakie
+fig

Horizontal axis

julia
using CairoMakie
 fig = Figure()
 
 categories = rand(1:3, 1000)
@@ -69,8 +69,8 @@
 boxplot!(ax_vert, categories, values) # `orientation=:vertical` is default
 boxplot!(ax_horiz, categories, values; orientation=:horizontal)
 
-fig

Attributes

color

Defaults to @inherit patchcolor

No docs available.

colormap

Defaults to @inherit colormap

No docs available.

colorrange

Defaults to automatic

No docs available.

colorscale

Defaults to identity

No docs available.

cycle

Defaults to [:color => :patchcolor]

No docs available.

dodge

Defaults to automatic

Vector of Integer (length of data) of grouping variable to create multiple side-by-side boxes at the same x position.

dodge_gap

Defaults to 0.03

Spacing between dodged boxes.

gap

Defaults to 0.2

Shrinking factor, width -> width * (1 - gap).

inspectable

Defaults to @inherit inspectable

No docs available.

marker

Defaults to @inherit marker

No docs available.

markersize

Defaults to @inherit markersize

No docs available.

mediancolor

Defaults to @inherit linecolor

No docs available.

medianlinewidth

Defaults to @inherit linewidth

No docs available.

n_dodge

Defaults to automatic

No docs available.

notchwidth

Defaults to 0.5

Multiplier of width for narrowest width of notch.

orientation

Defaults to :vertical

Orientation of box (:vertical or :horizontal).

outliercolor

Defaults to automatic

No docs available.

outlierstrokecolor

Defaults to @inherit markerstrokecolor

No docs available.

outlierstrokewidth

Defaults to @inherit markerstrokewidth

No docs available.

range

Defaults to 1.5

Multiple of IQR controlling whisker length.

show_median

Defaults to true

Show median as midline.

show_notch

Defaults to false

Draw the notch.

show_outliers

Defaults to true

Show outliers as points.

strokecolor

Defaults to @inherit patchstrokecolor

No docs available.

strokewidth

Defaults to @inherit patchstrokewidth

No docs available.

weights

Defaults to automatic

Vector of statistical weights (length of data). By default, each observation has weight 1.

whiskercolor

Defaults to @inherit linecolor

No docs available.

whiskerlinewidth

Defaults to @inherit linewidth

No docs available.

whiskerwidth

Defaults to 0.0

Multiplier of width for width of T's on whiskers, or :match to match width.

width

Defaults to automatic

Width of the box before shrinking.

- +fig

Attributes

color

Defaults to @inherit patchcolor

No docs available.

colormap

Defaults to @inherit colormap

No docs available.

colorrange

Defaults to automatic

No docs available.

colorscale

Defaults to identity

No docs available.

cycle

Defaults to [:color => :patchcolor]

No docs available.

dodge

Defaults to automatic

Vector of Integer (length of data) of grouping variable to create multiple side-by-side boxes at the same x position.

dodge_gap

Defaults to 0.03

Spacing between dodged boxes.

gap

Defaults to 0.2

Shrinking factor, width -> width * (1 - gap).

inspectable

Defaults to @inherit inspectable

No docs available.

marker

Defaults to @inherit marker

No docs available.

markersize

Defaults to @inherit markersize

No docs available.

mediancolor

Defaults to @inherit linecolor

No docs available.

medianlinewidth

Defaults to @inherit linewidth

No docs available.

n_dodge

Defaults to automatic

No docs available.

notchwidth

Defaults to 0.5

Multiplier of width for narrowest width of notch.

orientation

Defaults to :vertical

Orientation of box (:vertical or :horizontal).

outliercolor

Defaults to automatic

No docs available.

outlierstrokecolor

Defaults to @inherit markerstrokecolor

No docs available.

outlierstrokewidth

Defaults to @inherit markerstrokewidth

No docs available.

range

Defaults to 1.5

Multiple of IQR controlling whisker length.

show_median

Defaults to true

Show median as midline.

show_notch

Defaults to false

Draw the notch.

show_outliers

Defaults to true

Show outliers as points.

strokecolor

Defaults to @inherit patchstrokecolor

No docs available.

strokewidth

Defaults to @inherit patchstrokewidth

No docs available.

weights

Defaults to automatic

Vector of statistical weights (length of data). By default, each observation has weight 1.

whiskercolor

Defaults to @inherit linecolor

No docs available.

whiskerlinewidth

Defaults to @inherit linewidth

No docs available.

whiskerwidth

Defaults to 0.0

Multiplier of width for width of T's on whiskers, or :match to match width.

width

Defaults to automatic

Width of the box before shrinking.

+ \ No newline at end of file diff --git a/previews/PR3974/reference/plots/bracket.html b/previews/PR3974/reference/plots/bracket.html index 269c6e6bbae..5e14b2e1fe1 100644 --- a/previews/PR3974/reference/plots/bracket.html +++ b/previews/PR3974/reference/plots/bracket.html @@ -6,13 +6,13 @@ bracket | Makie - + - + - - + + @@ -23,7 +23,7 @@
Skip to content

bracket

# Makie.bracketFunction.
julia
bracket(x1, y1, x2, y2; kwargs...)
 bracket(x1s, y1s, x2s, y2s; kwargs...)
 bracket(point1, point2; kwargs...)
-bracket(vec_of_point_tuples; kwargs...)

Draws a bracket between each pair of points (x1, y1) and (x2, y2) with a text label at the midpoint.

By default each label is rotated parallel to the line between the bracket points.

Plot type

The plot type alias for the bracket function is Bracket.

source


Examples

Scalar arguments

julia
using CairoMakie
+bracket(vec_of_point_tuples; kwargs...)

Draws a bracket between each pair of points (x1, y1) and (x2, y2) with a text label at the midpoint.

By default each label is rotated parallel to the line between the bracket points.

Plot type

The plot type alias for the bracket function is Bracket.

source


Examples

Scalar arguments

julia
using CairoMakie
 f, ax, l = lines(0..9, sin; axis = (; xgridvisible = false, ygridvisible = false))
 ylims!(ax, -1.5, 1.5)
 
@@ -69,7 +69,7 @@
 bracket!(ax, 2, 1, 4, 1, text = "Square", style = :square)
 
 f

Attributes

align

Defaults to (:center, :center)

No docs available.

color

Defaults to @inherit linecolor

No docs available.

font

Defaults to @inherit font

No docs available.

fontsize

Defaults to @inherit fontsize

No docs available.

joinstyle

Defaults to @inherit joinstyle

No docs available.

justification

Defaults to automatic

No docs available.

linecap

Defaults to @inherit linecap

No docs available.

linestyle

Defaults to :solid

No docs available.

linewidth

Defaults to @inherit linewidth

No docs available.

miter_limit

Defaults to @inherit miter_limit

No docs available.

offset

Defaults to 0

The offset of the bracket perpendicular to the line from start to end point in screen units. The direction depends on the orientation attribute.

orientation

Defaults to :up

Which way the bracket extends relative to the line from start to end point. Can be :up or :down.

rotation

Defaults to automatic

No docs available.

style

Defaults to :curly

No docs available.

text

Defaults to ""

No docs available.

textcolor

Defaults to @inherit textcolor

No docs available.

textoffset

Defaults to automatic

No docs available.

width

Defaults to 15

The width of the bracket (perpendicularly away from the line from start to end point) in screen units.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/contour.html b/previews/PR3974/reference/plots/contour.html index b76ce3b4f83..24613158026 100644 --- a/previews/PR3974/reference/plots/contour.html +++ b/previews/PR3974/reference/plots/contour.html @@ -6,13 +6,13 @@ contour | Makie - + - + - - + + @@ -21,7 +21,7 @@
Skip to content

contour

# Makie.contourFunction.
julia
contour(x, y, z)
-contour(z::Matrix)

Creates a contour plot of the plane spanning x::Vector, y::Vector, z::Matrix. If only z::Matrix is supplied, the indices of the elements in z will be used as the x and y locations when plotting the contour.

Plot type

The plot type alias for the contour function is Contour.

source


Examples

julia
using CairoMakie
+contour(z::Matrix)

Creates a contour plot of the plane spanning x::Vector, y::Vector, z::Matrix. If only z::Matrix is supplied, the indices of the elements in z will be used as the x and y locations when plotting the contour.

Plot type

The plot type alias for the contour function is Contour.

source


Examples

julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
@@ -50,7 +50,7 @@
 colorscale = ReversibleScale(x -> x^(1 / 10), x -> x^10)
 f, ax, ct = contour(x, y, z; labels=true, levels, colormap=:hsv, colorscale)
 f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to nothing

The color of the contour lines. If nothing, the color is determined by the numerical values of the contour levels in combination with colormap and colorrange.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

enable_depth

Defaults to true

No docs available.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle

Defaults to @inherit joinstyle

No docs available.

labelcolor

Defaults to nothing

Color of the contour labels, if nothing it matches color by default.

labelfont

Defaults to @inherit font

The font of the contour labels.

labelformatter

Defaults to contour_label_formatter

Formats the numeric values of the contour levels to strings.

labels

Defaults to false

If true, adds text labels to the contour lines.

labelsize

Defaults to 10

Font size of the contour labels

levels

Defaults to 5

Controls the number and location of the contour lines. Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

linecap

Defaults to @inherit linecap

No docs available.

linestyle

Defaults to nothing

No docs available.

linewidth

Defaults to 1.0

No docs available.

lowclip

Defaults to automatic

The color for any value below the colorrange.

miter_limit

Defaults to @inherit miter_limit

No docs available.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/contour3d.html b/previews/PR3974/reference/plots/contour3d.html index 8efd13d0ceb..37919a8e102 100644 --- a/previews/PR3974/reference/plots/contour3d.html +++ b/previews/PR3974/reference/plots/contour3d.html @@ -6,13 +6,13 @@ contour3d | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

contour3d

# Makie.contour3dFunction.
julia
contour3d(x, y, z)

Creates a 3D contour plot of the plane spanning x::Vector, y::Vector, z::Matrix, with z-elevation for each level.

Plot type

The plot type alias for the contour3d function is Contour3d.

source


Examples

julia
using GLMakie
+    
Skip to content

contour3d

# Makie.contour3dFunction.
julia
contour3d(x, y, z)

Creates a 3D contour plot of the plane spanning x::Vector, y::Vector, z::Matrix, with z-elevation for each level.

Plot type

The plot type alias for the contour3d function is Contour3d.

source


Examples

julia
using GLMakie
 f = Figure()
 Axis3(f[1, 1], aspect=(0.5,0.5,1), perspectiveness=0.75)
 
@@ -41,7 +41,7 @@
 contour3d!(+zs, levels=  .025:0.05:.475,  linewidth=2, color=:red2)
 
 f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to nothing

The color of the contour lines. If nothing, the color is determined by the numerical values of the contour levels in combination with colormap and colorrange.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

enable_depth

Defaults to true

No docs available.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle

Defaults to @inherit joinstyle

No docs available.

labelcolor

Defaults to nothing

Color of the contour labels, if nothing it matches color by default.

labelfont

Defaults to @inherit font

The font of the contour labels.

labelformatter

Defaults to contour_label_formatter

Formats the numeric values of the contour levels to strings.

labels

Defaults to false

If true, adds text labels to the contour lines.

labelsize

Defaults to 10

Font size of the contour labels

levels

Defaults to 5

Controls the number and location of the contour lines. Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

linecap

Defaults to @inherit linecap

No docs available.

linestyle

Defaults to nothing

No docs available.

linewidth

Defaults to 1.0

No docs available.

lowclip

Defaults to automatic

The color for any value below the colorrange.

miter_limit

Defaults to @inherit miter_limit

No docs available.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/contourf.html b/previews/PR3974/reference/plots/contourf.html index 86e14669cad..68a9b7e2b90 100644 --- a/previews/PR3974/reference/plots/contourf.html +++ b/previews/PR3974/reference/plots/contourf.html @@ -6,13 +6,13 @@ contourf | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

contourf

# Makie.contourfFunction.
julia
contourf(xs, ys, zs; kwargs...)

Plots a filled contour of the height information in zs at horizontal grid positions xs and vertical grid positions ys.

Plot type

The plot type alias for the contourf function is Contourf.

source


julia
using CairoMakie
+    
Skip to content

contourf

# Makie.contourfFunction.
julia
contourf(xs, ys, zs; kwargs...)

Plots a filled contour of the height information in zs at horizontal grid positions xs and vertical grid positions ys.

Plot type

The plot type alias for the contourf function is Contourf.

source


julia
using CairoMakie
 using DelimitedFiles
 
 
@@ -82,7 +82,7 @@
 contourf!(volcano, levels = 10)
 
 f

Attributes

colormap

Defaults to @inherit colormap

No docs available.

colorscale

Defaults to identity

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

extendhigh

Defaults to nothing

In :normal mode, if you want to show a band from the high edge to Inf, set extendhigh to :auto to give the extension the same color as the last level, or specify a color directly (default nothing means no extended band).

extendlow

Defaults to nothing

In :normal mode, if you want to show a band from -Inf to the low edge, set extendlow to :auto to give the extension the same color as the first level, or specify a color directly (default nothing means no extended band).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

levels

Defaults to 10

Can be either

  • an Int that produces n equally wide levels or bands

  • an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 levels or bands

If levels is an Int, the contourf plot will be rectangular as all zs values will be covered edge to edge. This is why Axis defaults to tight limits for such contourf plots. If you specify levels as an AbstractVector{<:Real}, however, note that the axis limits include the default margins because the contourf plot can have an irregular shape. You can use tightlimits!(ax) to tighten the limits similar to the Int behavior.

mode

Defaults to :normal

Determines how the levels attribute is interpreted, either :normal or :relative. In :normal mode, the levels correspond directly to the z values. In :relative mode, you specify edges by the fraction between minimum and maximum value of zs. This can be used for example to draw bands for the upper 90% while excluding the lower 10% with levels = 0.1:0.1:1.0, mode = :relative.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

No docs available.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/crossbar.html b/previews/PR3974/reference/plots/crossbar.html index 2c045753a7f..eeb866f8b3e 100644 --- a/previews/PR3974/reference/plots/crossbar.html +++ b/previews/PR3974/reference/plots/crossbar.html @@ -6,13 +6,13 @@ crossbar | Makie - + - + - - + + @@ -20,15 +20,15 @@ -
Skip to content

crossbar

# Makie.crossbarFunction.
julia
crossbar(x, y, ymin, ymax; kwargs...)

Draw a crossbar. A crossbar represents a range with a (potentially notched) box. It is most commonly used as part of the boxplot.

Arguments

  • x: position of the box

  • y: position of the midline within the box

  • ymin: lower limit of the box

  • ymax: upper limit of the box

Plot type

The plot type alias for the crossbar function is CrossBar.

source


Examples

julia
using CairoMakie
+    
Skip to content

crossbar

# Makie.crossbarFunction.
julia
crossbar(x, y, ymin, ymax; kwargs...)

Draw a crossbar. A crossbar represents a range with a (potentially notched) box. It is most commonly used as part of the boxplot.

Arguments

  • x: position of the box

  • y: position of the midline within the box

  • ymin: lower limit of the box

  • ymax: upper limit of the box

Plot type

The plot type alias for the crossbar function is CrossBar.

source


Examples

julia
using CairoMakie
 xs = [1, 1, 2, 2, 3, 3]
 ys = rand(6)
 ymins = ys .- 1
 ymaxs = ys .+ 1
 dodge = [1, 2, 1, 2, 1, 2]
 
-crossbar(xs, ys, ymins, ymaxs, dodge = dodge, show_notch = true)

Attributes

color

Defaults to @inherit patchcolor

No docs available.

colormap

Defaults to @inherit colormap

No docs available.

colorrange

Defaults to automatic

No docs available.

colorscale

Defaults to identity

No docs available.

cycle

Defaults to [:color => :patchcolor]

No docs available.

dodge

Defaults to automatic

No docs available.

dodge_gap

Defaults to 0.03

No docs available.

gap

Defaults to 0.2

Shrinking factor, width -> width * (1 - gap).

inspectable

Defaults to @inherit inspectable

No docs available.

midlinecolor

Defaults to automatic

No docs available.

midlinewidth

Defaults to @inherit linewidth

No docs available.

n_dodge

Defaults to automatic

No docs available.

notchmax

Defaults to automatic

Upper limit of the notch.

notchmin

Defaults to automatic

Lower limit of the notch.

notchwidth

Defaults to 0.5

Multiplier of width for narrowest width of notch.

orientation

Defaults to :vertical

Orientation of box (:vertical or :horizontal).

show_midline

Defaults to true

Show midline.

show_notch

Defaults to false

Whether to draw the notch.

strokecolor

Defaults to @inherit patchstrokecolor

No docs available.

strokewidth

Defaults to @inherit patchstrokewidth

No docs available.

width

Defaults to automatic

Width of the box before shrinking.

- +crossbar(xs, ys, ymins, ymaxs, dodge = dodge, show_notch = true)

Attributes

color

Defaults to @inherit patchcolor

No docs available.

colormap

Defaults to @inherit colormap

No docs available.

colorrange

Defaults to automatic

No docs available.

colorscale

Defaults to identity

No docs available.

cycle

Defaults to [:color => :patchcolor]

No docs available.

dodge

Defaults to automatic

No docs available.

dodge_gap

Defaults to 0.03

No docs available.

gap

Defaults to 0.2

Shrinking factor, width -> width * (1 - gap).

inspectable

Defaults to @inherit inspectable

No docs available.

midlinecolor

Defaults to automatic

No docs available.

midlinewidth

Defaults to @inherit linewidth

No docs available.

n_dodge

Defaults to automatic

No docs available.

notchmax

Defaults to automatic

Upper limit of the notch.

notchmin

Defaults to automatic

Lower limit of the notch.

notchwidth

Defaults to 0.5

Multiplier of width for narrowest width of notch.

orientation

Defaults to :vertical

Orientation of box (:vertical or :horizontal).

show_midline

Defaults to true

Show midline.

show_notch

Defaults to false

Whether to draw the notch.

strokecolor

Defaults to @inherit patchstrokecolor

No docs available.

strokewidth

Defaults to @inherit patchstrokewidth

No docs available.

width

Defaults to automatic

Width of the box before shrinking.

+ \ No newline at end of file diff --git a/previews/PR3974/reference/plots/datashader.html b/previews/PR3974/reference/plots/datashader.html index 52f452b2c50..270bdf697c4 100644 --- a/previews/PR3974/reference/plots/datashader.html +++ b/previews/PR3974/reference/plots/datashader.html @@ -6,13 +6,13 @@ datashader | Makie - + - + - - + + @@ -22,7 +22,7 @@
Skip to content

datashader

# Makie.datashaderFunction.
julia
datashader(points::AbstractVector{<: Point})

Warning

This feature might change outside breaking releases, since the API is not yet finalized. Please be wary of bugs in the implementation and open issues if you encounter odd behaviour.

Points can be any array type supporting iteration & getindex, including memory mapped arrays. If you have separate arrays for x and y coordinates and want to avoid conversion and copy, consider using:

Julia
using Makie.StructArrays
 points = StructArray{Point2f}((x, y))
-datashader(points)

Do pay attention though, that if x and y don't have a fast iteration/getindex implemented, this might be slower than just copying the data into a new array.

For best performance, use method=Makie.AggThreads() and make sure to start julia with julia -tauto or have the environment variable JULIA_NUM_THREADS set to the number of cores you have.

Plot type

The plot type alias for the datashader function is DataShader.

source


Examples

Airports

julia
using GLMakie
+datashader(points)

Do pay attention though, that if x and y don't have a fast iteration/getindex implemented, this might be slower than just copying the data into a new array.

For best performance, use method=Makie.AggThreads() and make sure to start julia with julia -tauto or have the environment variable JULIA_NUM_THREADS set to the number of cores you have.

Plot type

The plot type alias for the datashader function is DataShader.

source


Examples

Airports

julia
using GLMakie
 using DelimitedFiles
 
 airports = Point2f.(eachrow(readdlm(assetpath("airportlocations.csv"))))
@@ -158,7 +158,7 @@
 ds2 = normaldist .+ (Point2f(1, 0),)
 fig, ax, pl = datashader(Dict("a" => ds1, "b" => ds2); async = false)
 hidedecorations!(ax)
-fig

We can also re-use the previous NYC example for a categorical plot:

julia
@time begin
+fig

We can also re-use the previous NYC example for a categorical plot:

julia
@time begin
     f = Figure(figure_padding=0, size=(1200, 600))
     ax = Axis(
         f[1, 1],
@@ -178,7 +178,7 @@
 Makie.Aggregation.embed(::MyAgg{T}, x) where {T} = convert(T, x)
 Makie.Aggregation.merge(::MyAgg{T}, x::T, y::T) where {T} = x + y
 Makie.Aggregation.value(::MyAgg{T}, x::T) where {T} = x

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

async

Defaults to true

Will calculate get_aggregation in a task, and skip any zoom/pan updates while busy. Great for interaction, but must be disabled for saving to e.g. png or when inlining in Documenter.

binsize

Defaults to 1

Factor defining how many bins one wants per screen pixel. Set to n > 1 if you want a coarser image.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate

Defaults to true

If the resulting image should be displayed interpolated.

local_operation

Defaults to identity

Function which gets called on each element after the aggregation (map!(x-> local_operation(x), final_aggregation_result)).

lowclip

Defaults to automatic

The color for any value below the colorrange.

method

Defaults to AggThreads()

Can be AggThreads() or AggSerial() for threaded vs. serial aggregation.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

operation

Defaults to automatic

Defaults to Makie.equalize_histogram function which gets called on the whole get_aggregation array before display (operation(final_aggregation_result)).

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

point_transform

Defaults to identity

Function which gets applied to every point before aggregating it.

show_timings

Defaults to false

Set to true to show how long it takes to aggregate each frame.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/density.html b/previews/PR3974/reference/plots/density.html index 67147e2a0cb..ab8bc1954d9 100644 --- a/previews/PR3974/reference/plots/density.html +++ b/previews/PR3974/reference/plots/density.html @@ -6,13 +6,13 @@ density | Makie - + - + - - + + @@ -20,26 +20,26 @@ -
Skip to content

density

# Makie.densityFunction.
julia
density(values)

Plot a kernel density estimate of values.

Plot type

The plot type alias for the density function is Density.

source


Examples

julia
using CairoMakie
+    
Skip to content

density

# Makie.densityFunction.
julia
density(values)

Plot a kernel density estimate of values.

Plot type

The plot type alias for the density function is Density.

source


Examples

julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
 density!(randn(200))
 
-f
julia
using CairoMakie
+f
julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
 density!(randn(200), direction = :y, npoints = 10)
 
-f
julia
using CairoMakie
+f
julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
 density!(randn(200), color = (:red, 0.3),
     strokecolor = :red, strokewidth = 3, strokearound = true)
 
-f
julia
using CairoMakie
+f
julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
@@ -50,7 +50,7 @@
         bandwidth = 0.1)
 end
 
-f

Gradients

You can color density plots with gradients by choosing color = :x or :y, depending on the direction attribute.

julia
using CairoMakie
+f

Gradients

You can color density plots with gradients by choosing color = :x or :y, depending on the direction attribute.

julia
using CairoMakie
 months = ["January", "February", "March", "April",
     "May", "June", "July", "August", "September",
     "October", "November", "December"]
@@ -66,14 +66,14 @@
     # this helps with layering in GLMakie
     translate!(d, 0, 0, -0.1i)
 end
-f

Due to technical limitations, if you color the :vertical dimension (or :horizontal with direction = :y), only a colormap made with just two colors can currently work:

julia
using CairoMakie
+f

Due to technical limitations, if you color the :vertical dimension (or :horizontal with direction = :y), only a colormap made with just two colors can currently work:

julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 for x in 1:5
     d = density!(x * randn(200) .+ 3x,
         color = :y, colormap = [:darkblue, :gray95])
 end
-f

Using statistical weights

julia
using CairoMakie
+f

Using statistical weights

julia
using CairoMakie
 using Distributions
 
 
@@ -86,8 +86,8 @@
 density(fig[1,1], x)
 density(fig[1,2], x, weights = w)
 
-fig

Attributes

bandwidth

Defaults to automatic

Kernel density bandwidth, determined automatically if automatic.

boundary

Defaults to automatic

Boundary of the density estimation, determined automatically if automatic.

color

Defaults to @inherit patchcolor

Usually set to a single color, but can also be set to :x or :y to color with a gradient. If you use :y when direction = :x (or vice versa), note that only 2-element colormaps can work correctly.

colormap

Defaults to @inherit colormap

No docs available.

colorrange

Defaults to Makie.automatic

No docs available.

colorscale

Defaults to identity

No docs available.

cycle

Defaults to [:color => :patchcolor]

No docs available.

direction

Defaults to :x

The dimension along which the values are distributed. Can be :x or :y.

inspectable

Defaults to @inherit inspectable

No docs available.

linestyle

Defaults to nothing

No docs available.

npoints

Defaults to 200

The resolution of the estimated curve along the dimension set in direction.

offset

Defaults to 0.0

Shift the density baseline, for layering multiple densities on top of each other.

strokearound

Defaults to false

No docs available.

strokecolor

Defaults to @inherit patchstrokecolor

No docs available.

strokewidth

Defaults to @inherit patchstrokewidth

No docs available.

weights

Defaults to automatic

Assign a vector of statistical weights to values.

- +fig

Attributes

bandwidth

Defaults to automatic

Kernel density bandwidth, determined automatically if automatic.

boundary

Defaults to automatic

Boundary of the density estimation, determined automatically if automatic.

color

Defaults to @inherit patchcolor

Usually set to a single color, but can also be set to :x or :y to color with a gradient. If you use :y when direction = :x (or vice versa), note that only 2-element colormaps can work correctly.

colormap

Defaults to @inherit colormap

No docs available.

colorrange

Defaults to Makie.automatic

No docs available.

colorscale

Defaults to identity

No docs available.

cycle

Defaults to [:color => :patchcolor]

No docs available.

direction

Defaults to :x

The dimension along which the values are distributed. Can be :x or :y.

inspectable

Defaults to @inherit inspectable

No docs available.

linestyle

Defaults to nothing

No docs available.

npoints

Defaults to 200

The resolution of the estimated curve along the dimension set in direction.

offset

Defaults to 0.0

Shift the density baseline, for layering multiple densities on top of each other.

strokearound

Defaults to false

No docs available.

strokecolor

Defaults to @inherit patchstrokecolor

No docs available.

strokewidth

Defaults to @inherit patchstrokewidth

No docs available.

weights

Defaults to automatic

Assign a vector of statistical weights to values.

+ \ No newline at end of file diff --git a/previews/PR3974/reference/plots/ecdf.html b/previews/PR3974/reference/plots/ecdf.html index e3fb559f967..f1b228963d1 100644 --- a/previews/PR3974/reference/plots/ecdf.html +++ b/previews/PR3974/reference/plots/ecdf.html @@ -6,13 +6,13 @@ ecdfplot | Makie - + - + - - + + @@ -20,13 +20,13 @@ -
Skip to content

ecdfplot

# Makie.ecdfplotFunction.
julia
ecdfplot(values; npoints=10_000[, weights])

Plot the empirical cumulative distribution function (ECDF) of values.

npoints controls the resolution of the plot. If weights for the values are provided, a weighted ECDF is plotted.

Plot type

The plot type alias for the ecdfplot function is ECDFPlot.

source


Examples

julia
using CairoMakie
+    
Skip to content

ecdfplot

# Makie.ecdfplotFunction.
julia
ecdfplot(values; npoints=10_000[, weights])

Plot the empirical cumulative distribution function (ECDF) of values.

npoints controls the resolution of the plot. If weights for the values are provided, a weighted ECDF is plotted.

Plot type

The plot type alias for the ecdfplot function is ECDFPlot.

source


Examples

julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
 ecdfplot!(randn(200))
 
-f
julia
using CairoMakie
+f
julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
@@ -34,7 +34,7 @@
 ecdfplot!(x, color = (:blue, 0.3))
 ecdfplot!(x, color = :red, npoints=10)
 
-f
julia
using CairoMakie
+f
julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
@@ -43,8 +43,8 @@
 ecdfplot!(x)
 ecdfplot!(x; weights = w, color=:orange)
 
-f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the line.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

Sets which attributes to cycle when creating multiple plots.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to false

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle

Defaults to @inherit joinstyle

Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap

Defaults to @inherit linecap

Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle

Defaults to nothing

Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth

Defaults to @inherit linewidth

Sets the width of the line in screen units

lowclip

Defaults to automatic

The color for any value below the colorrange.

miter_limit

Defaults to @inherit miter_limit

Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

step

Defaults to :pre

The step parameter can take the following values:

  • :pre: horizontal part of step extends to the left of each value in xs.

  • :post: horizontal part of step extends to the right of each value in xs.

  • :center: horizontal part of step extends halfway between the two adjacent values of xs.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- +f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the line.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

Sets which attributes to cycle when creating multiple plots.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to false

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle

Defaults to @inherit joinstyle

Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap

Defaults to @inherit linecap

Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle

Defaults to nothing

Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth

Defaults to @inherit linewidth

Sets the width of the line in screen units

lowclip

Defaults to automatic

The color for any value below the colorrange.

miter_limit

Defaults to @inherit miter_limit

Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

step

Defaults to :pre

The step parameter can take the following values:

  • :pre: horizontal part of step extends to the left of each value in xs.

  • :post: horizontal part of step extends to the right of each value in xs.

  • :center: horizontal part of step extends halfway between the two adjacent values of xs.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

+ \ No newline at end of file diff --git a/previews/PR3974/reference/plots/errorbars.html b/previews/PR3974/reference/plots/errorbars.html index 5e482e7ba57..e84fbf880cf 100644 --- a/previews/PR3974/reference/plots/errorbars.html +++ b/previews/PR3974/reference/plots/errorbars.html @@ -6,13 +6,13 @@ errorbars | Makie - + - + - - + + @@ -29,7 +29,7 @@ errorbars(xy, error_low_high; kwargs...) errorbars(xy_error_both; kwargs...) -errorbars(xy_error_low_high; kwargs...)

Plots errorbars at xy positions, extending by errors in the given direction.

If you want to plot intervals from low to high values instead of relative errors, use rangebars.

Plot type

The plot type alias for the errorbars function is Errorbars.

source


Examples

julia
using CairoMakie
+errorbars(xy_error_low_high; kwargs...)

Plots errorbars at xy positions, extending by errors in the given direction.

If you want to plot intervals from low to high values instead of relative errors, use rangebars.

Plot type

The plot type alias for the errorbars function is Errorbars.

source


Examples

julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
@@ -77,7 +77,7 @@
 scatter!(xs, ys, markersize = 3, color = :black)
 
 f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the lines. Can be an array to color each bar separately.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction

Defaults to :y

The direction in which the bars are drawn. Can be :x or :y.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap

Defaults to @inherit linecap

No docs available.

linewidth

Defaults to @inherit linewidth

The thickness of the lines in screen units.

lowclip

Defaults to automatic

The color for any value below the colorrange.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

whiskerwidth

Defaults to 0

The width of the whiskers or line caps in screen units.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/heatmap.html b/previews/PR3974/reference/plots/heatmap.html index 8e7b75b4d8c..ca205876c41 100644 --- a/previews/PR3974/reference/plots/heatmap.html +++ b/previews/PR3974/reference/plots/heatmap.html @@ -6,13 +6,13 @@ heatmap | Makie - + - + - - + + @@ -23,7 +23,7 @@
Skip to content

heatmap

# MakieCore.heatmapFunction.
julia
heatmap(x, y, matrix)
 heatmap(x, y, func)
 heatmap(matrix)
-heatmap(xvector, yvector, zvector)

Plots a heatmap as a collection of rectangles. x and y can either be of length i and j where (i, j) is size(matrix), in this case the rectangles will be placed around these grid points like voronoi cells. Note that for irregularly spaced x and y, the points specified by them are not centered within the resulting rectangles.

x and y can also be of length i+1 and j+1, in this case they are interpreted as the edges of the rectangles.

Colors of the rectangles are derived from matrix[i, j]. The third argument may also be a Function (i, j) -> v which is then evaluated over the grid spanned by x and y.

Another allowed form is using three vectors xvector, yvector and zvector. In this case it is assumed that no pair of elements x and y exists twice. Pairs that are missing from the resulting grid will be treated as if zvector had a NaN element at that position.

If x and y are omitted with a matrix argument, they default to x, y = axes(matrix).

Note that heatmap is slower to render than image so image should be preferred for large, regularly spaced grids.

Plot type

The plot type alias for the heatmap function is Heatmap.

source


Examples

Two vectors and a matrix

In this example, x and y specify the points around which the heatmap cells are placed.

julia
using CairoMakie
+heatmap(xvector, yvector, zvector)

Plots a heatmap as a collection of rectangles. x and y can either be of length i and j where (i, j) is size(matrix), in this case the rectangles will be placed around these grid points like voronoi cells. Note that for irregularly spaced x and y, the points specified by them are not centered within the resulting rectangles.

x and y can also be of length i+1 and j+1, in this case they are interpreted as the edges of the rectangles.

Colors of the rectangles are derived from matrix[i, j]. The third argument may also be a Function (i, j) -> v which is then evaluated over the grid spanned by x and y.

Another allowed form is using three vectors xvector, yvector and zvector. In this case it is assumed that no pair of elements x and y exists twice. Pairs that are missing from the resulting grid will be treated as if zvector had a NaN element at that position.

If x and y are omitted with a matrix argument, they default to x, y = axes(matrix).

Note that heatmap is slower to render than image so image should be preferred for large, regularly spaced grids.

Plot type

The plot type alias for the heatmap function is Heatmap.

source


Examples

Two vectors and a matrix

In this example, x and y specify the points around which the heatmap cells are placed.

julia
using CairoMakie
 f = Figure()
 ax = Axis(f[1, 1])
 
@@ -112,7 +112,7 @@
 Colorbar(fig[1, 2], hm)
 
 fig

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate

Defaults to false

Sets whether colors should be interpolated

lowclip

Defaults to automatic

The color for any value below the colorrange.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/hexbin.html b/previews/PR3974/reference/plots/hexbin.html index 4f852426c73..25531426d67 100644 --- a/previews/PR3974/reference/plots/hexbin.html +++ b/previews/PR3974/reference/plots/hexbin.html @@ -6,13 +6,13 @@ hexbin | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

hexbin

# Makie.hexbinFunction.
julia
hexbin(xs, ys; kwargs...)

Plots a heatmap with hexagonal bins for the observations xs and ys.

Plot type

The plot type alias for the hexbin function is Hexbin.

source


Examples

Setting the number of bins

Setting bins to an integer sets the number of bins to this value for both x and y. The minimum number of bins in one dimension is 2.

julia
using CairoMakie
+    
Skip to content

hexbin

# Makie.hexbinFunction.
julia
hexbin(xs, ys; kwargs...)

Plots a heatmap with hexagonal bins for the observations xs and ys.

Plot type

The plot type alias for the hexbin function is Hexbin.

source


Examples

Setting the number of bins

Setting bins to an integer sets the number of bins to this value for both x and y. The minimum number of bins in one dimension is 2.

julia
using CairoMakie
 using Random
 Random.seed!(1234)
 
@@ -151,7 +151,7 @@
 end
 
 f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bins

Defaults to 20

If an Int, sets the number of bins in x and y direction. If a Tuple{Int, Int}, sets the number of bins for x and y separately.

cellsize

Defaults to nothing

If a Real, makes equally-sided hexagons with width cellsize. If a Tuple{Real, Real} specifies hexagon width and height separately.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

highclip

Defaults to automatic

The color for any value above the colorrange.

lowclip

Defaults to automatic

The color for any value below the colorrange.

nan_color

Defaults to :transparent

The color for NaN values.

strokecolor

Defaults to :black

No docs available.

strokewidth

Defaults to 0

No docs available.

threshold

Defaults to 1

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.

weights

Defaults to nothing

Weights for each observation. Can be nothing (each observation carries weight 1) or any AbstractVector{<: Real} or StatsBase.AbstractWeights.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/hist.html b/previews/PR3974/reference/plots/hist.html index 02b43181162..ca9421ba8d0 100644 --- a/previews/PR3974/reference/plots/hist.html +++ b/previews/PR3974/reference/plots/hist.html @@ -6,13 +6,13 @@ hist | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

hist

# Makie.histFunction.
julia
hist(values)

Plot a histogram of values.

Plot type

The plot type alias for the hist function is Hist.

source


Examples

julia
using GLMakie
+    
Skip to content

hist

# Makie.histFunction.
julia
hist(values)

Plot a histogram of values.

Plot type

The plot type alias for the hist function is Hist.

source


Examples

julia
using GLMakie
 data = randn(1000)
 
 f = Figure()
@@ -53,7 +53,7 @@
 hist(fig[1,2], x, weights = w)
 
 fig

Attributes

bar_labels

Defaults to nothing

No docs available.

bins

Defaults to 15

Can be an Int to create that number of equal-width bins over the range of values. Alternatively, it can be a sorted iterable of bin edges.

color

Defaults to @inherit patchcolor

Color can either be:

  • a vector of bins colors

  • a single color

  • :values, to color the bars with the values from the histogram

cycle

Defaults to [:color => :patchcolor]

No docs available.

direction

Defaults to :y

Set the direction of the bars.

fillto

Defaults to automatic

Defines where the bars start.

flip_labels_at

Defaults to Inf

No docs available.

gap

Defaults to 0

Gap between the bars (see barplot).

label_color

Defaults to @inherit textcolor

No docs available.

label_font

Defaults to @inherit font

No docs available.

label_formatter

Defaults to bar_label_formatter

No docs available.

label_offset

Defaults to 5

No docs available.

label_size

Defaults to 20

No docs available.

normalization

Defaults to :none

Allows to normalize the histogram. Possible values are:

  • :pdf: Normalize by sum of weights and bin sizes. Resulting histogram has norm 1 and represents a PDF.

  • :density: Normalize by bin sizes only. Resulting histogram represents count density of input and does not have norm 1. Will not modify the histogram if it already represents a density (h.isdensity == 1).

  • :probability: Normalize by sum of weights only. Resulting histogram represents the fraction of probability mass for each bin and does not have norm 1.

  • :none: Do not normalize.

offset

Defaults to 0.0

Adds an offset to every value.

over_background_color

Defaults to automatic

No docs available.

over_bar_color

Defaults to automatic

No docs available.

scale_to

Defaults to nothing

Allows to scale all values to a certain height. This can also be set to :flip to flip the direction of histogram bars without scaling them to a common height.

strokecolor

Defaults to @inherit patchstrokecolor

No docs available.

strokewidth

Defaults to @inherit patchstrokewidth

No docs available.

weights

Defaults to automatic

Allows to statistically weight the observations.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/hlines.html b/previews/PR3974/reference/plots/hlines.html index e0c78db4d91..5d66e7e57de 100644 --- a/previews/PR3974/reference/plots/hlines.html +++ b/previews/PR3974/reference/plots/hlines.html @@ -6,13 +6,13 @@ hlines | Makie - + - + - - + + @@ -20,9 +20,9 @@ -
Skip to content

hlines

# Makie.hlinesFunction.
julia
hlines(ys; xmin = 0.0, xmax = 1.0, attrs...)

Create horizontal lines across a Scene with 2D projection. The lines will be placed at ys in data coordinates and xmin to xmax in scene coordinates (0 to 1). All three of these can have single or multiple values because they are broadcast to calculate the final line segments.

Plot type

The plot type alias for the hlines function is HLines.

source


julia
using CairoMakie
+    
Skip to content

hlines

# Makie.hlinesFunction.
julia
hlines(ys; xmin = 0.0, xmax = 1.0, attrs...)

Create horizontal lines across a Scene with 2D projection. The lines will be placed at ys in data coordinates and xmin to xmax in scene coordinates (0 to 1). All three of these can have single or multiple values because they are broadcast to calculate the final line segments.

Plot type

The plot type alias for the hlines function is HLines.

source


julia
using CairoMakie
 hlines([1, 2, 3])

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the line.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

Sets which attributes to cycle when creating multiple plots.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to false

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap

Defaults to @inherit linecap

Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle

Defaults to nothing

Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth

Defaults to @inherit linewidth

Sets the width of the line in pixel units

lowclip

Defaults to automatic

The color for any value below the colorrange.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

xmax

Defaults to 1

The end of the lines in relative axis units (0 to 1) along the x dimension.

xmin

Defaults to 0

The start of the lines in relative axis units (0 to 1) along the x dimension.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/hspan.html b/previews/PR3974/reference/plots/hspan.html index 8e4a610ab5e..824144d13d0 100644 --- a/previews/PR3974/reference/plots/hspan.html +++ b/previews/PR3974/reference/plots/hspan.html @@ -6,13 +6,13 @@ hspan | Makie - + - + - - + + @@ -21,9 +21,9 @@
Skip to content

hspan

# Makie.hspanFunction.
julia
hspan(ys_low, ys_high; xmin = 0.0, xmax = 1.0, attrs...)
-hspan(ys_lowhigh; xmin = 0.0, xmax = 1.0, attrs...)

Create horizontal bands spanning across a Scene with 2D projection. The bands will be placed from ys_low to ys_high in data coordinates and xmin to xmax in scene coordinates (0 to 1). All four of these can have single or multiple values because they are broadcast to calculate the final spans. Both bounds can be passed together as an interval ys_lowhigh.

Plot type

The plot type alias for the hspan function is HSpan.

source


julia
using CairoMakie
+hspan(ys_lowhigh; xmin = 0.0, xmax = 1.0, attrs...)

Create horizontal bands spanning across a Scene with 2D projection. The bands will be placed from ys_low to ys_high in data coordinates and xmin to xmax in scene coordinates (0 to 1). All four of these can have single or multiple values because they are broadcast to calculate the final spans. Both bounds can be passed together as an interval ys_lowhigh.

Plot type

The plot type alias for the hspan function is HSpan.

source


julia
using CairoMakie
 hspan([0, 1, 2], [0.5, 1.2, 2.1])

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit patchcolor

Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color => :patchcolor]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle

Defaults to @inherit joinstyle

No docs available.

linecap

Defaults to @inherit linecap

No docs available.

linestyle

Defaults to nothing

Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip

Defaults to automatic

The color for any value below the colorrange.

miter_limit

Defaults to @inherit miter_limit

No docs available.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading

Defaults to NoShading

No docs available.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor

Defaults to @inherit patchstrokecolor

Sets the color of the outline around a marker.

strokecolormap

Defaults to @inherit colormap

Sets the colormap that is sampled for numeric colors.

strokewidth

Defaults to @inherit patchstrokewidth

Sets the width of the outline.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

xmax

Defaults to 1

The end of the bands in relative axis units (0 to 1) along the x dimension.

xmin

Defaults to 0

The start of the bands in relative axis units (0 to 1) along the x dimension.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/image.html b/previews/PR3974/reference/plots/image.html index 1dcd729fc66..583982be0d4 100644 --- a/previews/PR3974/reference/plots/image.html +++ b/previews/PR3974/reference/plots/image.html @@ -6,13 +6,13 @@ image | Makie - + - + - - + + @@ -21,7 +21,7 @@
Skip to content

image

# MakieCore.imageFunction.
julia
image(x, y, image)
-image(image)

Plots an image on a rectangle bounded by x and y (defaults to size of image).

Plot type

The plot type alias for the image function is Image.

source


Examples

julia
using CairoMakie
+image(image)

Plots an image on a rectangle bounded by x and y (defaults to size of image).

Plot type

The plot type alias for the image function is Image.

source


Examples

julia
using CairoMakie
 using FileIO
 
 img = load(assetpath("cow.png"))
@@ -42,7 +42,7 @@
         title = "img' and reverse y-axis",))
 
 f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap

Defaults to [:black, :white]

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to false

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate

Defaults to true

Sets whether colors should be interpolated between pixels.

lowclip

Defaults to automatic

The color for any value below the colorrange.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/lines.html b/previews/PR3974/reference/plots/lines.html index b8829d8b66f..a5d1b0b487a 100644 --- a/previews/PR3974/reference/plots/lines.html +++ b/previews/PR3974/reference/plots/lines.html @@ -6,13 +6,13 @@ lines | Makie - + - + - - + + @@ -22,7 +22,7 @@
Skip to content

lines

# MakieCore.linesFunction.
julia
lines(positions)
 lines(x, y)
-lines(x, y, z)

Creates a connected line plot for each element in (x, y, z), (x, y) or positions.

NaN values are displayed as gaps in the line.

Plot type

The plot type alias for the lines function is Lines.

source


Dealing with outline artifacts in GLMakie

In GLMakie 3D line plots can generate outline artifacts depending on the order line segments are rendered in. Currently there are a few ways to mitigate this problem, but they all come at a cost:

  • fxaa = true will disable the native anti-aliasing of line segments and use fxaa instead. This results in less detailed lines.

  • transparency = true will disable depth testing to a degree, resulting in all lines being rendered without artifacts. However with this lines will always have some level of transparency.

  • overdraw = true will disable depth testing entirely (read and write) for the plot, removing artifacts. This will however change the z-order of line segments and allow plots rendered later to show up on top of the lines plot.

julia
using GLMakie
+lines(x, y, z)

Creates a connected line plot for each element in (x, y, z), (x, y) or positions.

NaN values are displayed as gaps in the line.

Plot type

The plot type alias for the lines function is Lines.

source


Dealing with outline artifacts in GLMakie

In GLMakie 3D line plots can generate outline artifacts depending on the order line segments are rendered in. Currently there are a few ways to mitigate this problem, but they all come at a cost:

  • fxaa = true will disable the native anti-aliasing of line segments and use fxaa instead. This results in less detailed lines.

  • transparency = true will disable depth testing to a degree, resulting in all lines being rendered without artifacts. However with this lines will always have some level of transparency.

  • overdraw = true will disable depth testing entirely (read and write) for the plot, removing artifacts. This will however change the z-order of line segments and allow plots rendered later to show up on top of the lines plot.

julia
using GLMakie
 ps = rand(Point3f, 500)
 cs = rand(500)
 f = Figure(size = (600, 650))
@@ -34,7 +34,7 @@
 lines(f[4, 1], ps, color = cs, transparency = true)
 Label(f[3, 2], "overdraw = true", tellwidth = false)
 lines(f[4, 2], ps, color = cs, overdraw = true)
-f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the line.

julia
using CairoMakie
+f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the line.

julia
using CairoMakie
 fig = Figure()
 ax = Axis(fig[1, 1], yautolimitmargin = (0.1, 0.1), xautolimitmargin = (0.1, 0.1))
 hidedecorations!(ax)
@@ -124,7 +124,7 @@
         align = (:center, :bottom), offset = (0, 15))
 end
 fig

lowclip

Defaults to automatic

The color for any value below the colorrange.

miter_limit

Defaults to @inherit miter_limit

Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/linesegments.html b/previews/PR3974/reference/plots/linesegments.html index dac6fb533d6..746954a2073 100644 --- a/previews/PR3974/reference/plots/linesegments.html +++ b/previews/PR3974/reference/plots/linesegments.html @@ -6,13 +6,13 @@ linesegments | Makie - + - + - - + + @@ -23,7 +23,7 @@
Skip to content

linesegments

# MakieCore.linesegmentsFunction.
julia
linesegments(positions)
 linesegments(vector_of_2tuples_of_points)
 linesegments(x, y)
-linesegments(x, y, z)

Plots a line for each pair of points in (x, y, z), (x, y), or positions.

Plot type

The plot type alias for the linesegments function is LineSegments.

source


Examples

julia
using CairoMakie
+linesegments(x, y, z)

Plots a line for each pair of points in (x, y, z), (x, y), or positions.

Plot type

The plot type alias for the linesegments function is LineSegments.

source


Examples

julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
@@ -46,8 +46,8 @@
 linesegments(f[4, 1], ps, color = cs, transparency = true)
 Label(f[3, 2], "overdraw = true", tellwidth = false)
 linesegments(f[4, 2], ps, color = cs, overdraw = true)
-f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the line.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

Sets which attributes to cycle when creating multiple plots.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to false

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap

Defaults to @inherit linecap

Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle

Defaults to nothing

Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth

Defaults to @inherit linewidth

Sets the width of the line in pixel units

lowclip

Defaults to automatic

The color for any value below the colorrange.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- +f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the line.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

Sets which attributes to cycle when creating multiple plots.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to false

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap

Defaults to @inherit linecap

Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle

Defaults to nothing

Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth

Defaults to @inherit linewidth

Sets the width of the line in pixel units

lowclip

Defaults to automatic

The color for any value below the colorrange.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

+ \ No newline at end of file diff --git a/previews/PR3974/reference/plots/mesh.html b/previews/PR3974/reference/plots/mesh.html index f9f04f0dfc1..1720e3a82ec 100644 --- a/previews/PR3974/reference/plots/mesh.html +++ b/previews/PR3974/reference/plots/mesh.html @@ -6,13 +6,13 @@ mesh | Makie - + - + - - + + @@ -23,7 +23,7 @@
Skip to content

mesh

# MakieCore.meshFunction.
julia
mesh(x, y, z)
 mesh(mesh_object)
 mesh(x, y, z, faces)
-mesh(xyz, faces)

Plots a 3D or 2D mesh. Supported mesh_objects include Mesh types from GeometryBasics.jl.

Plot type

The plot type alias for the mesh function is Mesh.

source


Examples

julia
using GLMakie
+mesh(xyz, faces)

Plots a 3D or 2D mesh. Supported mesh_objects include Mesh types from GeometryBasics.jl.

Plot type

The plot type alias for the mesh function is Mesh.

source


Examples

julia
using GLMakie
 vertices = [
     0.0 0.0;
     1.0 0.0;
@@ -47,7 +47,7 @@
     brain,
     color = [tri[1][2] for tri in brain for i in 1:3],
     colormap = Reverse(:Spectral)
-)

Using GeometryBasics.Mesh and Buffer/Sampler type

We can also create a mesh, to specify normals, uv coordinates:

julia
using GeometryBasics, LinearAlgebra, GLMakie, FileIO
+)

Using GeometryBasics.Mesh and Buffer/Sampler type

We can also create a mesh, to specify normals, uv coordinates:

julia
using GeometryBasics, LinearAlgebra, GLMakie, FileIO
 
 
 # Create vertices for a Sphere
@@ -86,7 +86,7 @@
 wireframe!(ax, gb_mesh, color=(:black, 0.2), linewidth=2, transparency=true)
 record(f, "uv_mesh.mp4", LinRange(0, 1, 100)) do shift
     uv_buff[1:end] = gen_uv(shift)
-end

The uv coordinates that go out of bounds will get repeated per default. One can use a Sampler object to change that behaviour:

julia
#=
+end

The uv coordinates that go out of bounds will get repeated per default. One can use a Sampler object to change that behaviour:

julia
#=
 Possible values:
 :clamp_to_edge (default)
 :mirrored_repeat
@@ -99,8 +99,8 @@
 
 record(f, "uv_mesh_mirror.mp4", LinRange(0, 1, 100)) do shift
     uv_buff[1:end] = gen_uv(shift)
-end

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight

Defaults to 0.0

Sets a weight for secondary light calculation with inverted normals.

color

Defaults to @inherit patchcolor

Sets the color of the mesh. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color => :patchcolor]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse

Defaults to 1.0

Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate

Defaults to true

sets whether colors should be interpolated

lowclip

Defaults to automatic

The color for any value below the colorrange.

matcap

Defaults to nothing

No docs available.

material

Defaults to nothing

RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading

Defaults to automatic

Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess

Defaults to 32.0

Sets how sharp the reflection is.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular

Defaults to 0.2

Sets how strongly the object reflects light in the red, green and blue channels.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- +end

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight

Defaults to 0.0

Sets a weight for secondary light calculation with inverted normals.

color

Defaults to @inherit patchcolor

Sets the color of the mesh. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color => :patchcolor]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse

Defaults to 1.0

Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate

Defaults to true

sets whether colors should be interpolated

lowclip

Defaults to automatic

The color for any value below the colorrange.

matcap

Defaults to nothing

No docs available.

material

Defaults to nothing

RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading

Defaults to automatic

Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess

Defaults to 32.0

Sets how sharp the reflection is.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular

Defaults to 0.2

Sets how strongly the object reflects light in the red, green and blue channels.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

+ \ No newline at end of file diff --git a/previews/PR3974/reference/plots/meshscatter.html b/previews/PR3974/reference/plots/meshscatter.html index f5cea1d8380..87e8272cad5 100644 --- a/previews/PR3974/reference/plots/meshscatter.html +++ b/previews/PR3974/reference/plots/meshscatter.html @@ -6,13 +6,13 @@ meshscatter | Makie - + - + - - + + @@ -22,13 +22,13 @@
Skip to content

meshscatter

# MakieCore.meshscatterFunction.
julia
meshscatter(positions)
 meshscatter(x, y)
-meshscatter(x, y, z)

Plots a mesh for each element in (x, y, z), (x, y), or positions (similar to scatter). markersize is a scaling applied to the primitive passed as marker.

Plot type

The plot type alias for the meshscatter function is MeshScatter.

source


Examples

julia
using GLMakie
+meshscatter(x, y, z)

Plots a mesh for each element in (x, y, z), (x, y), or positions (similar to scatter). markersize is a scaling applied to the primitive passed as marker.

Plot type

The plot type alias for the meshscatter function is MeshScatter.

source


Examples

julia
using GLMakie
 xs = cos.(1:0.5:20)
 ys = sin.(1:0.5:20)
 zs = LinRange(0, 3, length(xs))
 
-meshscatter(xs, ys, zs, markersize = 0.1, color = zs)

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight

Defaults to 0.0

Sets a weight for secondary light calculation with inverted normals.

color

Defaults to @inherit markercolor

Sets the color of the marker.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse

Defaults to 1.0

Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip

Defaults to automatic

The color for any value below the colorrange.

marker

Defaults to :Sphere

Sets the scattered mesh.

markersize

Defaults to 0.1

Sets the scale of the mesh. This can be given as a Vector to apply to each scattered mesh individually.

material

Defaults to nothing

RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

rotation

Defaults to 0.0

Sets the rotation of the mesh. A numeric rotation is around the z-axis, a Vec3f causes the mesh to rotate such that the the z-axis is now that vector, and a quaternion describes a general rotation. This can be given as a Vector to apply to each scattered mesh individually.

shading

Defaults to automatic

Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess

Defaults to 32.0

Sets how sharp the reflection is.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular

Defaults to 0.2

Sets how strongly the object reflects light in the red, green and blue channels.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- +meshscatter(xs, ys, zs, markersize = 0.1, color = zs)

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight

Defaults to 0.0

Sets a weight for secondary light calculation with inverted normals.

color

Defaults to @inherit markercolor

Sets the color of the marker.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse

Defaults to 1.0

Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip

Defaults to automatic

The color for any value below the colorrange.

marker

Defaults to :Sphere

Sets the scattered mesh.

markersize

Defaults to 0.1

Sets the scale of the mesh. This can be given as a Vector to apply to each scattered mesh individually.

material

Defaults to nothing

RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

rotation

Defaults to 0.0

Sets the rotation of the mesh. A numeric rotation is around the z-axis, a Vec3f causes the mesh to rotate such that the the z-axis is now that vector, and a quaternion describes a general rotation. This can be given as a Vector to apply to each scattered mesh individually.

shading

Defaults to automatic

Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess

Defaults to 32.0

Sets how sharp the reflection is.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular

Defaults to 0.2

Sets how strongly the object reflects light in the red, green and blue channels.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

+ \ No newline at end of file diff --git a/previews/PR3974/reference/plots/overview.html b/previews/PR3974/reference/plots/overview.html index 9e435b85898..9605ffc911f 100644 --- a/previews/PR3974/reference/plots/overview.html +++ b/previews/PR3974/reference/plots/overview.html @@ -6,13 +6,13 @@ Overview | Makie - + - + - - + + @@ -20,8 +20,8 @@ -
Skip to content

Overview

ablines

arc

arrows

band

barplot

boxplot

bracket

contour

contour3d

contourf

crossbar

datashader

density

ecdfplot

errorbars

heatmap

hexbin

hist

hlines

hspan

image

lines

linesegments

mesh

meshscatter

pie

poly

qqnorm

qqplot

rainclouds

rangebars

scatter

scatterlines

series

spy

stairs

stem

stephist

streamplot

surface

text

tooltip

tricontourf

triplot

violin

vlines

volume

volumeslices

voronoiplot

voxels

vspan

waterfall

wireframe

- +
Skip to content

Overview

ablines

arc

arrows

band

barplot

boxplot

bracket

contour

contour3d

contourf

crossbar

datashader

density

ecdfplot

errorbars

heatmap

hexbin

hist

hlines

hspan

image

lines

linesegments

mesh

meshscatter

pie

poly

qqnorm

qqplot

rainclouds

rangebars

scatter

scatterlines

series

spy

stairs

stem

stephist

streamplot

surface

text

tooltip

tricontourf

triplot

violin

vlines

volume

volumeslices

voronoiplot

voxels

vspan

waterfall

wireframe

+ \ No newline at end of file diff --git a/previews/PR3974/reference/plots/pie.html b/previews/PR3974/reference/plots/pie.html index a8da1e9c489..bdf321cc3f7 100644 --- a/previews/PR3974/reference/plots/pie.html +++ b/previews/PR3974/reference/plots/pie.html @@ -6,13 +6,13 @@ pie | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

pie

# Makie.pieFunction.
julia
pie(values; kwargs...)

Creates a pie chart from the given values.

Plot type

The plot type alias for the pie function is Pie.

source


Examples

julia
using CairoMakie
+    
Skip to content

pie

# Makie.pieFunction.
julia
pie(values; kwargs...)

Creates a pie chart from the given values.

Plot type

The plot type alias for the pie function is Pie.

source


Examples

julia
using CairoMakie
 data   = [36, 12, 68, 5, 42, 27]
 colors = [:yellow, :orange, :red, :blue, :purple, :green]
 
@@ -42,7 +42,7 @@
                 )
 
 f

Attributes

color

Defaults to :gray

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inner_radius

Defaults to 0

The inner radius of the pie segments. If this is larger than zero, the pie pieces become ring sections.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

normalize

Defaults to true

If true, the sum of all values is normalized to 2π (a full circle).

offset

Defaults to 0

The angular offset of the first pie segment from the (1, 0) vector in radians.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

radius

Defaults to 1

The outer radius of the pie segments.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor

Defaults to :black

No docs available.

strokewidth

Defaults to 1

No docs available.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

vertex_per_deg

Defaults to 1

Controls how many polygon vertices are used for one degree of rotation.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/poly.html b/previews/PR3974/reference/plots/poly.html index 1e6d80f129e..a8dff4e06e7 100644 --- a/previews/PR3974/reference/plots/poly.html +++ b/previews/PR3974/reference/plots/poly.html @@ -6,13 +6,13 @@ poly | Makie - + - + - - + + @@ -23,7 +23,7 @@
Skip to content

poly

# MakieCore.polyFunction.
julia
poly(vertices, indices; kwargs...)
 poly(points; kwargs...)
 poly(shape; kwargs...)
-poly(mesh; kwargs...)

Plots a polygon based on the arguments given. When vertices and indices are given, it functions similarly to mesh. When points are given, it draws one polygon that connects all the points in order. When a shape is given (essentially anything decomposable by GeometryBasics), it will plot decompose(shape).

poly(coordinates, connectivity; kwargs...)

Plots polygons, which are defined by coordinates (the coordinates of the vertices) and connectivity (the edges between the vertices).

Plot type

The plot type alias for the poly function is Poly.

source


Examples

julia
using CairoMakie
+poly(mesh; kwargs...)

Plots a polygon based on the arguments given. When vertices and indices are given, it functions similarly to mesh. When points are given, it draws one polygon that connects all the points in order. When a shape is given (essentially anything decomposable by GeometryBasics), it will plot decompose(shape).

poly(coordinates, connectivity; kwargs...)

Plots polygons, which are defined by coordinates (the coordinates of the vertices) and connectivity (the edges between the vertices).

Plot type

The plot type alias for the poly function is Poly.

source


Examples

julia
using CairoMakie
 using Makie.GeometryBasics
 
 
@@ -101,7 +101,7 @@
 )
 
 f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit patchcolor

Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color => :patchcolor]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle

Defaults to @inherit joinstyle

No docs available.

linecap

Defaults to @inherit linecap

No docs available.

linestyle

Defaults to nothing

Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip

Defaults to automatic

The color for any value below the colorrange.

miter_limit

Defaults to @inherit miter_limit

No docs available.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading

Defaults to NoShading

No docs available.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor

Defaults to @inherit patchstrokecolor

Sets the color of the outline around a marker.

strokecolormap

Defaults to @inherit colormap

Sets the colormap that is sampled for numeric colors.

strokewidth

Defaults to @inherit patchstrokewidth

Sets the width of the outline.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/qqnorm.html b/previews/PR3974/reference/plots/qqnorm.html index 16176c61cba..d9462c5301d 100644 --- a/previews/PR3974/reference/plots/qqnorm.html +++ b/previews/PR3974/reference/plots/qqnorm.html @@ -6,13 +6,13 @@ qqnorm | Makie - + - + - - + + @@ -20,11 +20,11 @@ -
Skip to content

qqnorm

# Makie.qqnormFunction.
julia
qqnorm(y; kwargs...)

Shorthand for qqplot(Normal(0,1), y), i.e., draw a Q-Q plot of y against the standard normal distribution. See qqplot for more details.

Plot type

The plot type alias for the qqnorm function is QQNorm.

source


Examples

Test if xs is normally distributed.

julia
using CairoMakie
+    
Skip to content

qqnorm

# Makie.qqnormFunction.
julia
qqnorm(y; kwargs...)

Shorthand for qqplot(Normal(0,1), y), i.e., draw a Q-Q plot of y against the standard normal distribution. See qqplot for more details.

Plot type

The plot type alias for the qqnorm function is QQNorm.

source


Examples

Test if xs is normally distributed.

julia
using CairoMakie
 xs = 2 .* randn(100) .+ 3
 
 qqnorm(xs, qqline = :fitrobust)

Attributes

color

Defaults to @inherit linecolor

Control color of both line and markers (if markercolor is not specified).

cycle

Defaults to [:color]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linestyle

Defaults to nothing

No docs available.

linewidth

Defaults to @inherit linewidth

No docs available.

marker

Defaults to @inherit marker

No docs available.

markercolor

Defaults to automatic

No docs available.

markersize

Defaults to @inherit markersize

No docs available.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor

Defaults to @inherit markerstrokecolor

No docs available.

strokewidth

Defaults to @inherit markerstrokewidth

No docs available.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/qqplot.html b/previews/PR3974/reference/plots/qqplot.html index c8014451bc3..d21cf6a65fb 100644 --- a/previews/PR3974/reference/plots/qqplot.html +++ b/previews/PR3974/reference/plots/qqplot.html @@ -6,13 +6,13 @@ qqplot | Makie - + - + - - + + @@ -20,12 +20,12 @@ -
Skip to content

qqplot

# Makie.qqplotFunction.
julia
qqplot(x, y; kwargs...)

Draw a Q-Q plot, comparing quantiles of two distributions. y must be a list of samples, i.e., AbstractVector{<:Real}, whereas x can be

  • a list of samples,

  • an abstract distribution, e.g. Normal(0, 1),

  • a distribution type, e.g. Normal.

In the last case, the distribution type is fitted to the data y.

The attribute qqline (defaults to :none) determines how to compute a fit line for the Q-Q plot. Possible values are the following.

  • :identity draws the identity line.

  • :fit computes a least squares line fit of the quantile pairs.

  • :fitrobust computes the line that passes through the first and third quartiles of the distributions.

  • :none omits drawing the line.

Broadly speaking, qqline = :identity is useful to see if x and y follow the same distribution, whereas qqline = :fit and qqline = :fitrobust are useful to see if the distribution of y can be obtained from the distribution of x via an affine transformation.

Plot type

The plot type alias for the qqplot function is QQPlot.

source


Examples

Test if xs and ys follow the same distribution.

julia
using CairoMakie
+    
Skip to content

qqplot

# Makie.qqplotFunction.
julia
qqplot(x, y; kwargs...)

Draw a Q-Q plot, comparing quantiles of two distributions. y must be a list of samples, i.e., AbstractVector{<:Real}, whereas x can be

  • a list of samples,

  • an abstract distribution, e.g. Normal(0, 1),

  • a distribution type, e.g. Normal.

In the last case, the distribution type is fitted to the data y.

The attribute qqline (defaults to :none) determines how to compute a fit line for the Q-Q plot. Possible values are the following.

  • :identity draws the identity line.

  • :fit computes a least squares line fit of the quantile pairs.

  • :fitrobust computes the line that passes through the first and third quartiles of the distributions.

  • :none omits drawing the line.

Broadly speaking, qqline = :identity is useful to see if x and y follow the same distribution, whereas qqline = :fit and qqline = :fitrobust are useful to see if the distribution of y can be obtained from the distribution of x via an affine transformation.

Plot type

The plot type alias for the qqplot function is QQPlot.

source


Examples

Test if xs and ys follow the same distribution.

julia
using CairoMakie
 xs = randn(100)
 ys = randn(100)
 
 qqplot(xs, ys, qqline = :identity)

Attributes

color

Defaults to @inherit linecolor

Control color of both line and markers (if markercolor is not specified).

cycle

Defaults to [:color]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linestyle

Defaults to nothing

No docs available.

linewidth

Defaults to @inherit linewidth

No docs available.

marker

Defaults to @inherit marker

No docs available.

markercolor

Defaults to automatic

No docs available.

markersize

Defaults to @inherit markersize

No docs available.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor

Defaults to @inherit markerstrokecolor

No docs available.

strokewidth

Defaults to @inherit markerstrokewidth

No docs available.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/rainclouds.html b/previews/PR3974/reference/plots/rainclouds.html index 94162837538..1fc1f134d12 100644 --- a/previews/PR3974/reference/plots/rainclouds.html +++ b/previews/PR3974/reference/plots/rainclouds.html @@ -6,13 +6,13 @@ rainclouds | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

rainclouds

# Makie.raincloudsFunction.
julia
rainclouds!(ax, category_labels, data_array; plot_boxplots=true, plot_clouds=true, kwargs...)

Plot a violin (/histogram), boxplot and individual data points with appropriate spacing between each.

Arguments

  • ax: Axis used to place all these plots onto.

  • category_labels: Typically Vector{String} with a label for each element in data_array

  • data_array: Typically Vector{Float64} used for to represent the datapoints to plot.

Keywords

Violin/Histogram Plot Specific Keywords

Scatter Plot Specific Keywords

  • side_nudge: Default value is 0.02 if plot_boxplots is true, otherwise 0.075 default.

  • jitter_width=0.05: Determines the width of the scatter-plot bar in category x-axis absolute terms.

Plot type

The plot type alias for the rainclouds function is RainClouds.

source


"Raincloud" plots are a combination of a (half) violin plot, box plot and scatter plots. The three together can make an appealing and informative visual, particularly for large N datasets.

julia
using CairoMakie
+    
Skip to content

rainclouds

# Makie.raincloudsFunction.
julia
rainclouds!(ax, category_labels, data_array; plot_boxplots=true, plot_clouds=true, kwargs...)

Plot a violin (/histogram), boxplot and individual data points with appropriate spacing between each.

Arguments

  • ax: Axis used to place all these plots onto.

  • category_labels: Typically Vector{String} with a label for each element in data_array

  • data_array: Typically Vector{Float64} used for to represent the datapoints to plot.

Keywords

Violin/Histogram Plot Specific Keywords

Scatter Plot Specific Keywords

  • side_nudge: Default value is 0.02 if plot_boxplots is true, otherwise 0.075 default.

  • jitter_width=0.05: Determines the width of the scatter-plot bar in category x-axis absolute terms.

Plot type

The plot type alias for the rainclouds function is RainClouds.

source


"Raincloud" plots are a combination of a (half) violin plot, box plot and scatter plots. The three together can make an appealing and informative visual, particularly for large N datasets.

julia
using CairoMakie
 using Random
 using Makie: rand_localized
 
@@ -185,7 +185,7 @@
 
 supertitle = Label(fig[0, :], "Cloud Plot Testing (Scatter, Violin, Boxplot)", fontsize=30)
 fig

Attributes

boxplot_nudge

Defaults to 0.075

Determines the distance away the boxplot should be placed from the center line when center_boxplot is false. This is the value used to recentering the boxplot.

boxplot_width

Defaults to 0.1

Width of the boxplot on the category axis.

center_boxplot

Defaults to true

Whether or not to center the boxplot on the category.

cloud_width

Defaults to 0.75

Determines size of violin plot. Corresponds to width keyword arg in violin.

clouds

Defaults to violin

[violin, hist, nothing] how to show cloud plots, either as violin or histogram plots, or not at all.

color

Defaults to @inherit patchcolor

A single color, or a vector of colors, one for each point.

cycle

Defaults to [:color => :patchcolor]

No docs available.

dodge

Defaults to automatic

Vector of Integer (length of data) of grouping variable to create multiple side-by-side boxes at the same x position

dodge_gap

Defaults to 0.01

Spacing between dodged boxes.

gap

Defaults to 0.2

Distance between elements on the main axis (depending on orientation).

hist_bins

Defaults to 30

If clouds=hist, this passes down the number of bins to the histogram call.

markersize

Defaults to 2.0

Size of marker used for the scatter plot.

n_dodge

Defaults to automatic

The number of categories to dodge (defaults to maximum(dodge))

orientation

Defaults to :vertical

Orientation of rainclouds (:vertical or :horizontal)

plot_boxplots

Defaults to true

Whether to show boxplots to summarize distribution of data.

show_boxplot_outliers

Defaults to false

Show outliers in the boxplot as points (usually confusing when paired with the scatter plot so the default is to not show them)

show_median

Defaults to true

Determines whether or not to have a line for the median value in the boxplot.

side

Defaults to :left

Can take values of :left, :right, determines where the violin plot will be, relative to the scatter points

strokewidth

Defaults to 1.0

Determines the stroke width for the outline of the boxplot.

violin_limits

Defaults to (-Inf, Inf)

Specify values to trim the violin. Can be a Tuple or a Function (e.g. datalimits=extrema)

whiskerwidth

Defaults to 0.5

The width of the Q1, Q3 whisker in the boxplot. Value as a portion of the boxplot_width.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/rangebars.html b/previews/PR3974/reference/plots/rangebars.html index d6ca10b6ad0..16a045ba4b4 100644 --- a/previews/PR3974/reference/plots/rangebars.html +++ b/previews/PR3974/reference/plots/rangebars.html @@ -6,13 +6,13 @@ rangebars | Makie - + - + - - + + @@ -22,7 +22,7 @@
Skip to content

rangebars

# Makie.rangebarsFunction.
julia
rangebars(val, low, high; kwargs...)
 rangebars(val, low_high; kwargs...)
-rangebars(val_low_high; kwargs...)

Plots rangebars at val in one dimension, extending from low to high in the other dimension given the chosen direction. The low_high argument can be a vector of tuples or intervals.

If you want to plot errors relative to a reference value, use errorbars.

Plot type

The plot type alias for the rangebars function is Rangebars.

source


Examples

julia
using CairoMakie
+rangebars(val_low_high; kwargs...)

Plots rangebars at val in one dimension, extending from low to high in the other dimension given the chosen direction. The low_high argument can be a vector of tuples or intervals.

If you want to plot errors relative to a reference value, use errorbars.

Plot type

The plot type alias for the rangebars function is Rangebars.

source


Examples

julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
@@ -44,7 +44,7 @@
     whiskerwidth = 10, direction = :x)
 
 f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the lines. Can be an array to color each bar separately.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

direction

Defaults to :y

The direction in which the bars are drawn. Can be :x or :y.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap

Defaults to @inherit linecap

No docs available.

linewidth

Defaults to @inherit linewidth

The thickness of the lines in screen units.

lowclip

Defaults to automatic

The color for any value below the colorrange.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

whiskerwidth

Defaults to 0

The width of the whiskers or line caps in screen units.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/scatter.html b/previews/PR3974/reference/plots/scatter.html index b5bc982df43..5ceb7e99cb9 100644 --- a/previews/PR3974/reference/plots/scatter.html +++ b/previews/PR3974/reference/plots/scatter.html @@ -6,13 +6,13 @@ scatter | Makie - + - + - - + + @@ -22,7 +22,7 @@
Skip to content

scatter

# MakieCore.scatterFunction.
julia
scatter(positions)
 scatter(x, y)
-scatter(x, y, z)

Plots a marker for each element in (x, y, z), (x, y), or positions.

Plot type

The plot type alias for the scatter function is Scatter.

source


Examples

Using x and y vectors

Scatters can be constructed by passing a list of x and y coordinates.

julia
using CairoMakie
+scatter(x, y, z)

Plots a marker for each element in (x, y, z), (x, y), or positions.

Plot type

The plot type alias for the scatter function is Scatter.

source


Examples

Using x and y vectors

Scatters can be constructed by passing a list of x and y coordinates.

julia
using CairoMakie
 using CairoMakie
 
 
@@ -188,7 +188,7 @@
 Label(f[3, 3], "depthsorting = true", tellwidth = false)
 scatter(f[4, 3], ps, color = cs, markersize = 20, depthsorting = true)
 mesh!(Rect3f(Point3f(0), Vec3f(0.9, 0.9, 0.9)), color = :orange)
-f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit markercolor

Sets the color of the marker. If no color is set, multiple calls to scatter! will cycle through the axis color palette.

julia
using CairoMakie
+f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit markercolor

Sets the color of the marker. If no color is set, multiple calls to scatter! will cycle through the axis color palette.

julia
using CairoMakie
 fig = Figure()
 kwargs = (; markersize = 30, axis = (; limits = (0, 4, 0, 4)))
 scatter(fig[1, 1], 1:3; kwargs..., color = :tomato)
@@ -226,7 +226,7 @@
 scatter(fig[1, 1], 1:3; kwargs..., strokewidth = 3)
 scatter(fig[1, 2], 1:3; kwargs..., strokewidth = [0, 3, 6])
 fig

transform_marker

Defaults to false

Controls whether the model matrix (without translation) applies to the marker itself, rather than just the positions. (If this is true, scale! and rotate! will affect the marker.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

uv_offset_width

Defaults to (0.0, 0.0, 0.0, 0.0)

No docs available.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/scatterlines.html b/previews/PR3974/reference/plots/scatterlines.html index d73d97e72ae..0ae79616c61 100644 --- a/previews/PR3974/reference/plots/scatterlines.html +++ b/previews/PR3974/reference/plots/scatterlines.html @@ -6,13 +6,13 @@ scatterlines | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

scatterlines

# Makie.scatterlinesFunction.
julia
scatterlines(xs, ys, [zs]; kwargs...)

Plots scatter markers and lines between them.

Plot type

The plot type alias for the scatterlines function is ScatterLines.

source


Examples

julia
using CairoMakie
+    
Skip to content

scatterlines

# Makie.scatterlinesFunction.
julia
scatterlines(xs, ys, [zs]; kwargs...)

Plots scatter markers and lines between them.

Plot type

The plot type alias for the scatterlines function is ScatterLines.

source


Examples

julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
@@ -34,7 +34,7 @@
     markersize = 20, color = :orange, strokecolor = :black)
 
 f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the line, and by default also of the scatter markers.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle

Defaults to @inherit joinstyle

No docs available.

linecap

Defaults to @inherit linecap

No docs available.

linestyle

Defaults to nothing

Sets the pattern of the line e.g. :solid, :dot, :dashdot. For custom patterns look at Linestyle(Number[...])

linewidth

Defaults to @inherit linewidth

Sets the width of the line in screen units

lowclip

Defaults to automatic

The color for any value below the colorrange.

marker

Defaults to @inherit marker

Sets the scatter marker.

markercolor

Defaults to automatic

No docs available.

markercolormap

Defaults to automatic

No docs available.

markercolorrange

Defaults to automatic

No docs available.

markersize

Defaults to @inherit markersize

Sets the size of the marker.

miter_limit

Defaults to @inherit miter_limit

No docs available.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor

Defaults to @inherit markerstrokecolor

Sets the color of the outline around a marker.

strokewidth

Defaults to @inherit markerstrokewidth

Sets the width of the outline around a marker.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/series.html b/previews/PR3974/reference/plots/series.html index 7f28326f689..98ef83aa0a9 100644 --- a/previews/PR3974/reference/plots/series.html +++ b/previews/PR3974/reference/plots/series.html @@ -6,13 +6,13 @@ series | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

series

# Makie.seriesFunction.
julia
series(curves)

Curves can be:

  • AbstractVector{<: AbstractVector{<: Point2}}: the native representation of a series as a vector of lines

  • AbstractMatrix: each row represents y coordinates of the line, while x goes from 1:size(curves, 1)

  • AbstractVector, AbstractMatrix: the same as the above, but the first argument sets the x values for all lines

  • AbstractVector{<: Tuple{X<: AbstractVector, Y<: AbstractVector}}: A vector of tuples, where each tuple contains a vector for the x and y coordinates

If any of marker, markersize, markercolor, strokecolor or strokewidth is set != nothing, a scatterplot is added.

Plot type

The plot type alias for the series function is Series.

source


Examples

Matrix

julia
using CairoMakie
+    
Skip to content

series

# Makie.seriesFunction.
julia
series(curves)

Curves can be:

  • AbstractVector{<: AbstractVector{<: Point2}}: the native representation of a series as a vector of lines

  • AbstractMatrix: each row represents y coordinates of the line, while x goes from 1:size(curves, 1)

  • AbstractVector, AbstractMatrix: the same as the above, but the first argument sets the x values for all lines

  • AbstractVector{<: Tuple{X<: AbstractVector, Y<: AbstractVector}}: A vector of tuples, where each tuple contains a vector for the x and y coordinates

If any of marker, markersize, markercolor, strokecolor or strokewidth is set != nothing, a scatterplot is added.

Plot type

The plot type alias for the series function is Series.

source


Examples

Matrix

julia
using CairoMakie
 data = cumsum(randn(4, 101), dims = 2)
 
 fig, ax, sp = series(data, labels=["label $i" for i in 1:4])
@@ -32,7 +32,7 @@
 data = cumsum(randn(4, 101), dims = 2)
 
 series(0:0.1:10, data, solid_color=:black)

Attributes

color

Defaults to :lighttest

No docs available.

joinstyle

Defaults to @inherit joinstyle

No docs available.

labels

Defaults to nothing

No docs available.

linecap

Defaults to @inherit linecap

No docs available.

linestyle

Defaults to :solid

No docs available.

linewidth

Defaults to 2

No docs available.

marker

Defaults to nothing

No docs available.

markercolor

Defaults to automatic

No docs available.

markersize

Defaults to nothing

No docs available.

miter_limit

Defaults to @inherit miter_limit

No docs available.

solid_color

Defaults to nothing

No docs available.

space

Defaults to :data

No docs available.

strokecolor

Defaults to nothing

No docs available.

strokewidth

Defaults to nothing

No docs available.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/spy.html b/previews/PR3974/reference/plots/spy.html index ae17ed6c7df..16c00345b3b 100644 --- a/previews/PR3974/reference/plots/spy.html +++ b/previews/PR3974/reference/plots/spy.html @@ -6,13 +6,13 @@ spy | Makie - + - + - - + + @@ -24,7 +24,7 @@ x = sprand(Float64, N, N, (3(10^6)) / (N*N)); spy(x) # or if you want to specify the range of x and y: -spy(0..1, 0..1, x)

Plot type

The plot type alias for the spy function is Spy.

source


Examples

julia
using CairoMakie
+spy(0..1, 0..1, x)

Plot type

The plot type alias for the spy function is Spy.

source


Examples

julia
using CairoMakie
 using SparseArrays
 
 
@@ -39,7 +39,7 @@
 ax.title = "Visualization of a random sparse matrix"
 
 f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

framecolor

Defaults to :black

No docs available.

framesize

Defaults to 1

No docs available.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

lowclip

Defaults to automatic

The color for any value below the colorrange.

marker

Defaults to automatic

No docs available.

markersize

Defaults to automatic

No docs available.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/stairs.html b/previews/PR3974/reference/plots/stairs.html index 333ccc1d099..283f118aedc 100644 --- a/previews/PR3974/reference/plots/stairs.html +++ b/previews/PR3974/reference/plots/stairs.html @@ -6,13 +6,13 @@ stairs | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

stairs

# Makie.stairsFunction.
julia
stairs(xs, ys; kwargs...)

Plot a stair function.

The conversion trait of stairs is PointBased.

Plot type

The plot type alias for the stairs function is Stairs.

source


Examples

julia
using CairoMakie
+    
Skip to content

stairs

# Makie.stairsFunction.
julia
stairs(xs, ys; kwargs...)

Plot a stair function.

The conversion trait of stairs is PointBased.

Plot type

The plot type alias for the stairs function is Stairs.

source


Examples

julia
using CairoMakie
 f = Figure()
 
 xs = LinRange(0, 4pi, 21)
@@ -31,7 +31,7 @@
 stairs(f[3, 1], xs, ys; step=:center, color=:red, linestyle=:dot)
 
 f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the line.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

Sets which attributes to cycle when creating multiple plots.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to false

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle

Defaults to @inherit joinstyle

Controls the rendering at corners. Options are :miter for sharp corners, :bevel for "cut off" corners, and :round for rounded corners. If the corner angle is below miter_limit, :miter is equivalent to :bevel to avoid long spikes.

linecap

Defaults to @inherit linecap

Sets the type of line cap used. Options are :butt (flat without extrusion), :square (flat with half a linewidth extrusion) or :round.

linestyle

Defaults to nothing

Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth

Defaults to @inherit linewidth

Sets the width of the line in screen units

lowclip

Defaults to automatic

The color for any value below the colorrange.

miter_limit

Defaults to @inherit miter_limit

Sets the minimum inner join angle below which miter joins truncate. See also Makie.miter_distance_to_angle.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

step

Defaults to :pre

The step parameter can take the following values:

  • :pre: horizontal part of step extends to the left of each value in xs.

  • :post: horizontal part of step extends to the right of each value in xs.

  • :center: horizontal part of step extends halfway between the two adjacent values of xs.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/stem.html b/previews/PR3974/reference/plots/stem.html index 933a0a56931..bf2af9f8922 100644 --- a/previews/PR3974/reference/plots/stem.html +++ b/previews/PR3974/reference/plots/stem.html @@ -6,13 +6,13 @@ stem | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

stem

# Makie.stemFunction.
julia
stem(xs, ys, [zs]; kwargs...)

Plots markers at the given positions extending from offset along stem lines.

The conversion trait of stem is PointBased.

Plot type

The plot type alias for the stem function is Stem.

source


Examples

julia
using CairoMakie
+    
Skip to content

stem

# Makie.stemFunction.
julia
stem(xs, ys, [zs]; kwargs...)

Plots markers at the given positions extending from offset along stem lines.

The conversion trait of stem is PointBased.

Plot type

The plot type alias for the stem function is Stem.

source


Examples

julia
using CairoMakie
 f = Figure()
 Axis(f[1, 1])
 
@@ -60,8 +60,8 @@
     offset = Point3f.(0.5xs, sin.(xs), cos.(xs)),
     stemcolor = LinRange(0, 1, 30), stemcolormap = :Spectral, stemcolorrange = (0, 0.5))
 
-f

Attributes

color

Defaults to @inherit markercolor

No docs available.

colormap

Defaults to @inherit colormap

No docs available.

colorrange

Defaults to automatic

No docs available.

colorscale

Defaults to identity

No docs available.

cycle

Defaults to [[:stemcolor, :color, :trunkcolor] => :color]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

marker

Defaults to :circle

No docs available.

markersize

Defaults to @inherit markersize

No docs available.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

offset

Defaults to 0

Can be a number, in which case it sets y for 2D, and z for 3D stems. It can be a Point2 for 2D plots, as well as a Point3 for 3D plots. It can also be an iterable of any of these at the same length as xs, ys, zs.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stemcolor

Defaults to @inherit linecolor

No docs available.

stemcolormap

Defaults to @inherit colormap

No docs available.

stemcolorrange

Defaults to automatic

No docs available.

stemlinestyle

Defaults to nothing

No docs available.

stemwidth

Defaults to @inherit linewidth

No docs available.

strokecolor

Defaults to @inherit markerstrokecolor

No docs available.

strokewidth

Defaults to @inherit markerstrokewidth

No docs available.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

trunkcolor

Defaults to @inherit linecolor

No docs available.

trunkcolormap

Defaults to @inherit colormap

No docs available.

trunkcolorrange

Defaults to automatic

No docs available.

trunklinestyle

Defaults to nothing

No docs available.

trunkwidth

Defaults to @inherit linewidth

No docs available.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- +f

Attributes

color

Defaults to @inherit markercolor

No docs available.

colormap

Defaults to @inherit colormap

No docs available.

colorrange

Defaults to automatic

No docs available.

colorscale

Defaults to identity

No docs available.

cycle

Defaults to [[:stemcolor, :color, :trunkcolor] => :color]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

marker

Defaults to :circle

No docs available.

markersize

Defaults to @inherit markersize

No docs available.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

offset

Defaults to 0

Can be a number, in which case it sets y for 2D, and z for 3D stems. It can be a Point2 for 2D plots, as well as a Point3 for 3D plots. It can also be an iterable of any of these at the same length as xs, ys, zs.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stemcolor

Defaults to @inherit linecolor

No docs available.

stemcolormap

Defaults to @inherit colormap

No docs available.

stemcolorrange

Defaults to automatic

No docs available.

stemlinestyle

Defaults to nothing

No docs available.

stemwidth

Defaults to @inherit linewidth

No docs available.

strokecolor

Defaults to @inherit markerstrokecolor

No docs available.

strokewidth

Defaults to @inherit markerstrokewidth

No docs available.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

trunkcolor

Defaults to @inherit linecolor

No docs available.

trunkcolormap

Defaults to @inherit colormap

No docs available.

trunkcolorrange

Defaults to automatic

No docs available.

trunklinestyle

Defaults to nothing

No docs available.

trunkwidth

Defaults to @inherit linewidth

No docs available.

visible

Defaults to true

Controls whether the plot will be rendered or not.

+ \ No newline at end of file diff --git a/previews/PR3974/reference/plots/stephist.html b/previews/PR3974/reference/plots/stephist.html index 38c3f209461..aca58a524f1 100644 --- a/previews/PR3974/reference/plots/stephist.html +++ b/previews/PR3974/reference/plots/stephist.html @@ -6,13 +6,13 @@ stephist | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

stephist

# Makie.stephistFunction.
julia
stephist(values)

Plot a step histogram of values.

Plot type

The plot type alias for the stephist function is StepHist.

source


Examples

julia
using GLMakie
+    
Skip to content

stephist

# Makie.stephistFunction.
julia
stephist(values)

Plot a step histogram of values.

Plot type

The plot type alias for the stephist function is StepHist.

source


Examples

julia
using GLMakie
 data = randn(1000)
 
 f = Figure()
@@ -29,7 +29,7 @@
 stephist(f[2, 1], data, bins = [-5, -2, -1, 0, 1, 2, 5], color = :gray)
 stephist(f[2, 2], data, normalization = :pdf)
 f

For more examples, see hist.

Attributes

bins

Defaults to 15

Can be an Int to create that number of equal-width bins over the range of values. Alternatively, it can be a sorted iterable of bin edges.

color

Defaults to @inherit patchcolor

No docs available.

cycle

Defaults to [:color => :patchcolor]

No docs available.

linestyle

Defaults to :solid

No docs available.

linewidth

Defaults to @inherit linewidth

No docs available.

normalization

Defaults to :none

Allows to apply a normalization to the histogram. Possible values are:

  • :pdf: Normalize by sum of weights and bin sizes. Resulting histogram

has norm 1 and represents a PDF.

  • :density: Normalize by bin sizes only. Resulting histogram represents

count density of input and does not have norm 1. Will not modify the histogram if it already represents a density (h.isdensity == 1).

  • :probability: Normalize by sum of weights only. Resulting histogram

represents the fraction of probability mass for each bin and does not have norm 1.

  • :none: Do not normalize.

scale_to

Defaults to nothing

Allows to scale all values to a certain height.

weights

Defaults to automatic

Allows to provide statistical weights.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/streamplot.html b/previews/PR3974/reference/plots/streamplot.html index daf9b5c9f8b..1c7e6d7085d 100644 --- a/previews/PR3974/reference/plots/streamplot.html +++ b/previews/PR3974/reference/plots/streamplot.html @@ -6,13 +6,13 @@ streamplot | Makie - + - + - - + + @@ -21,7 +21,7 @@
Skip to content

streamplot

# Makie.streamplotFunction.
julia
streamplot(f::function, xinterval, yinterval; color = norm, kwargs...)

f must either accept f(::Point) or f(x::Number, y::Number). f must return a Point2.

Example:

julia
v(x::Point2{T}) where T = Point2f(x[2], 4*x[1])
-streamplot(v, -2..2, -2..2)

Implementation

See the function Makie.streamplot_impl for implementation details.

Plot type

The plot type alias for the streamplot function is StreamPlot.

source


Examples

julia
using CairoMakie
+streamplot(v, -2..2, -2..2)

Implementation

See the function Makie.streamplot_impl for implementation details.

Plot type

The plot type alias for the streamplot function is StreamPlot.

source


Examples

julia
using CairoMakie
 struct FitzhughNagumo{T}
     ϵ::T
     s::T
@@ -42,7 +42,7 @@
 # you can also pass a function to `color`, to either return a number or color value
 streamplot(fig[1,2], f, -1.5 .. 1.5, -1.5 .. 1.5, color=(p)-> RGBAf(p..., 0.0, 1))
 fig

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

arrow_head

Defaults to automatic

No docs available.

arrow_size

Defaults to automatic

No docs available.

color

Defaults to norm

One can choose the color of the lines by passing a function color_func(dx::Point) to the color attribute. This can be set to any function or composition of functions. The dx which is passed to color_func is the output of f at the point being colored.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

density

Defaults to 1.0

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gridsize

Defaults to (32, 32, 32)

No docs available.

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle

Defaults to @inherit joinstyle

No docs available.

linecap

Defaults to @inherit linecap

No docs available.

linestyle

Defaults to nothing

No docs available.

linewidth

Defaults to @inherit linewidth

No docs available.

lowclip

Defaults to automatic

The color for any value below the colorrange.

maxsteps

Defaults to 500

No docs available.

miter_limit

Defaults to @inherit miter_limit

No docs available.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

quality

Defaults to 16

No docs available.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

stepsize

Defaults to 0.01

No docs available.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/surface.html b/previews/PR3974/reference/plots/surface.html index d7b9cb44f5f..bcece5ee403 100644 --- a/previews/PR3974/reference/plots/surface.html +++ b/previews/PR3974/reference/plots/surface.html @@ -6,13 +6,13 @@ surface | Makie - + - + - - + + @@ -21,7 +21,7 @@
Skip to content

surface

# MakieCore.surfaceFunction.
julia
surface(x, y, z)
-surface(z)

Plots a surface, where (x, y) define a grid whose heights are the entries in z. x and y may be Vectors which define a regular grid, or Matrices which define an irregular grid.

Plot type

The plot type alias for the surface function is Surface.

source


Examples

julia
using GLMakie
+surface(z)

Plots a surface, where (x, y) define a grid whose heights are the entries in z. x and y may be Vectors which define a regular grid, or Matrices which define an irregular grid.

Plot type

The plot type alias for the surface function is Surface.

source


Examples

julia
using GLMakie
 xs = LinRange(0, 10, 100)
 ys = LinRange(0, 15, 100)
 zs = [cos(x) * sin(y) for x in xs, y in ys]
@@ -76,8 +76,8 @@
 )
 
 surface(data; shading = NoShading, colormap = :deep)
-surface(data; shading = NoShading, colormap = :deep)

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight

Defaults to 0.0

Sets a weight for secondary light calculation with inverted normals.

color

Defaults to nothing

Can be set to an Matrix{<: Union{Number, Colorant}} to color surface independent of the z component. If color=nothing, it defaults to color=z.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse

Defaults to 1.0

Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

invert_normals

Defaults to false

Inverts the normals generated for the surface. This can be useful to illuminate the other side of the surface.

lowclip

Defaults to automatic

The color for any value below the colorrange.

material

Defaults to nothing

RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading

Defaults to automatic

Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess

Defaults to 32.0

Sets how sharp the reflection is.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular

Defaults to 0.2

Sets how strongly the object reflects light in the red, green and blue channels.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- +surface(data; shading = NoShading, colormap = :deep)

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight

Defaults to 0.0

Sets a weight for secondary light calculation with inverted normals.

color

Defaults to nothing

Can be set to an Matrix{<: Union{Number, Colorant}} to color surface independent of the z component. If color=nothing, it defaults to color=z.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse

Defaults to 1.0

Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

invert_normals

Defaults to false

Inverts the normals generated for the surface. This can be useful to illuminate the other side of the surface.

lowclip

Defaults to automatic

The color for any value below the colorrange.

material

Defaults to nothing

RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading

Defaults to automatic

Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess

Defaults to 32.0

Sets how sharp the reflection is.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular

Defaults to 0.2

Sets how strongly the object reflects light in the red, green and blue channels.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

+ \ No newline at end of file diff --git a/previews/PR3974/reference/plots/text.html b/previews/PR3974/reference/plots/text.html index 2a28e26f80f..4a14e7f3ac3 100644 --- a/previews/PR3974/reference/plots/text.html +++ b/previews/PR3974/reference/plots/text.html @@ -6,13 +6,13 @@ text | Makie - + - + - - + + @@ -22,7 +22,7 @@
Skip to content

text

# MakieCore.textFunction.
julia
text(positions; text, kwargs...)
 text(x, y; text, kwargs...)
-text(x, y, z; text, kwargs...)

Plots one or multiple texts passed via the text keyword. Text uses the PointBased conversion trait.

Plot type

The plot type alias for the text function is Text.

source


Marker space pixel

By default, text is drawn with markerspace = :pixel, which means that the text size is interpreted in pixel space. (The space of the text position is determined by the space attribute instead.)

The boundingbox of text with markerspace = :pixel will include every data point or every text anchor point but not the text itself, because its extent depends on the current projection of the axis it is in. This also means that autolimits! might cut off your text, because the glyphs don't have a meaningful size in data coordinates (the size is independent of zoom level), and you have to take some care to manually place the text or set data limits such that it is fully visible.

You can either plot one string with one position, or a vector of strings with a vector of positions.

julia
using CairoMakie
+text(x, y, z; text, kwargs...)

Plots one or multiple texts passed via the text keyword. Text uses the PointBased conversion trait.

Plot type

The plot type alias for the text function is Text.

source


Marker space pixel

By default, text is drawn with markerspace = :pixel, which means that the text size is interpreted in pixel space. (The space of the text position is determined by the space attribute instead.)

The boundingbox of text with markerspace = :pixel will include every data point or every text anchor point but not the text itself, because its extent depends on the current projection of the axis it is in. This also means that autolimits! might cut off your text, because the glyphs don't have a meaningful size in data coordinates (the size is independent of zoom level), and you have to take some care to manually place the text or set data limits such that it is fully visible.

You can either plot one string with one position, or a vector of strings with a vector of positions.

julia
using CairoMakie
 f = Figure()
 
 Axis(f[1, 1], aspect = DataAspect(), backgroundcolor = :gray50)
@@ -54,7 +54,7 @@
     markerspace = :data
 )
 
-f

Alignment

Text can be aligned with the horizontal alignments :left, :center, :right and the vertical alignments :bottom, :baseline, :center, :top.

julia
using CairoMakie
+f

Alignment

Text can be aligned with the horizontal alignments :left, :center, :right and the vertical alignments :bottom, :baseline, :center, :top.

julia
using CairoMakie
 aligns = [(h, v) for v in [:bottom, :baseline, :center, :top]
                  for h in [:left, :center, :right]]
 x = repeat(1:3, 4)
@@ -180,7 +180,7 @@
 )
 
 f

Attributes

align

Defaults to (:left, :bottom)

Sets the alignment of the string w.r.t. position. Uses :left, :center, :right, :top, :bottom, :baseline or fractions.

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit textcolor

Sets the color of the text. One can set one color per glyph by passing a Vector{<:Colorant}, or one colorant for the whole text. If color is a vector of numbers, the colormap args are used to map the numbers to colors.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font

Defaults to @inherit font

Sets the font. Can be a Symbol which will be looked up in the fonts dictionary or a String specifying the (partial) name of a font or the file path of a font file

fonts

Defaults to @inherit fonts

Used as a dictionary to look up fonts specified by Symbol, for example :regular, :bold or :italic.

fontsize

Defaults to @inherit fontsize

The fontsize in units depending on markerspace.

fxaa

Defaults to false

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

glowcolor

Defaults to (:black, 0.0)

Sets the color of the glow effect around the text.

glowwidth

Defaults to 0.0

Sets the size of a glow effect around the text.

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification

Defaults to automatic

Sets the alignment of text w.r.t its bounding box. Can be :left, :center, :right or a fraction. Will default to the horizontal alignment in align.

lineheight

Defaults to 1.0

The lineheight multiplier.

lowclip

Defaults to automatic

The color for any value below the colorrange.

markerspace

Defaults to :pixel

Sets the space in which fontsize acts. See Makie.spaces() for possible inputs.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

offset

Defaults to (0.0, 0.0)

The offset of the text from the given position in markerspace units.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

position

Defaults to (0.0, 0.0)

Deprecated: Specifies the position of the text. Use the positional argument to text instead.

rotation

Defaults to 0.0

Rotates text around the given position

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor

Defaults to (:black, 0.0)

Sets the color of the outline around a marker.

strokewidth

Defaults to 0

Sets the width of the outline around a marker.

text

Defaults to ""

Specifies one piece of text or a vector of texts to show, where the number has to match the number of positions given. Makie supports String which is used for all normal text and LaTeXString which layouts mathematical expressions using MathTeXEngine.jl.

transform_marker

Defaults to false

Controls whether the model matrix (without translation) applies to the glyph itself, rather than just the positions. (If this is true, scale! and rotate! will affect the text glyphs.)

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

word_wrap_width

Defaults to -1

Specifies a linewidth limit for text. If a word overflows this limit, a newline is inserted before it. Negative numbers disable word wrapping.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/tooltip.html b/previews/PR3974/reference/plots/tooltip.html index 32fbdadedde..39eb26d4749 100644 --- a/previews/PR3974/reference/plots/tooltip.html +++ b/previews/PR3974/reference/plots/tooltip.html @@ -6,13 +6,13 @@ tooltip | Makie - + - + - - + + @@ -21,11 +21,11 @@
Skip to content

tooltip

# Makie.tooltipFunction.
julia
tooltip(position, string)
-tooltip(x, y, string)

Creates a tooltip pointing at position displaying the given `string

Plot type

The plot type alias for the tooltip function is Tooltip.

source


Examples

Basic tooltip

julia
using CairoMakie
+tooltip(x, y, string)

Creates a tooltip pointing at position displaying the given `string

Plot type

The plot type alias for the tooltip function is Tooltip.

source


Examples

Basic tooltip

julia
using CairoMakie
 fig, ax, p = scatter(Point2f(0), marker = 'x', markersize = 20)
 tooltip!(Point2f(0), "This is a tooltip pointing at x")
 fig

Attributes

align

Defaults to 0.5

Sets the alignment of the tooltip relative position. With align = 0.5 the tooltip is centered above/below/left/right the position.

backgroundcolor

Defaults to :white

Sets the background color of the tooltip.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

font

Defaults to @inherit font

Sets the font.

fontsize

Defaults to 16

Sets the text size in screen units.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable

Defaults to false

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

justification

Defaults to :left

Sets whether text is aligned to the :left, :center or :right within its bounding box.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

offset

Defaults to 10

Sets the offset between the given position and the tip of the triangle pointing at that position.

outline_color

Defaults to :black

Sets the color of the tooltip outline.

outline_linestyle

Defaults to nothing

Sets the linestyle of the tooltip outline.

outline_linewidth

Defaults to 2.0

Sets the linewidth of the tooltip outline.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

placement

Defaults to :above

Sets where the tooltip should be placed relative to position. Can be :above, :below, :left, :right.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor

Defaults to :white

Sets the text outline color.

strokewidth

Defaults to 0

Gives text an outline if set to a positive value.

text

Defaults to ""

No docs available.

textcolor

Defaults to @inherit textcolor

Sets the text color.

textpadding

Defaults to (4, 4, 4, 4)

Sets the padding around text in the tooltip. This is given as (left, right, bottom, top) offsets.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

triangle_size

Defaults to 10

Sets the size of the triangle pointing at position.

visible

Defaults to true

Controls whether the plot will be rendered or not.

xautolimits

Defaults to false

No docs available.

yautolimits

Defaults to false

No docs available.

zautolimits

Defaults to false

No docs available.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/tricontourf.html b/previews/PR3974/reference/plots/tricontourf.html index fa71bebfef6..0d9b2429b11 100644 --- a/previews/PR3974/reference/plots/tricontourf.html +++ b/previews/PR3974/reference/plots/tricontourf.html @@ -6,13 +6,13 @@ tricontourf | Makie - + - + - - + + @@ -21,7 +21,7 @@
Skip to content

tricontourf

# Makie.tricontourfFunction.
julia
tricontourf(triangles::Triangulation, zs; kwargs...)
-tricontourf(xs, ys, zs; kwargs...)

Plots a filled tricontour of the height information in zs at the horizontal positions xs and vertical positions ys. A Triangulation from DelaunayTriangulation.jl can also be provided instead of xs and ys for specifying the triangles, otherwise an unconstrained triangulation of xs and ys is computed.

Plot type

The plot type alias for the tricontourf function is Tricontourf.

source


Examples

julia
using CairoMakie
+tricontourf(xs, ys, zs; kwargs...)

Plots a filled tricontour of the height information in zs at the horizontal positions xs and vertical positions ys. A Triangulation from DelaunayTriangulation.jl can also be provided instead of xs and ys for specifying the triangles, otherwise an unconstrained triangulation of xs and ys is computed.

Plot type

The plot type alias for the tricontourf function is Tricontourf.

source


Examples

julia
using CairoMakie
 using Random
 Random.seed!(1234)
 
@@ -151,7 +151,7 @@
 scatter!(x, y, color = z, strokewidth = 1, strokecolor = :black)
 Colorbar(f[1, 2], tr)
 f

Attributes

colormap

Defaults to @inherit colormap

Sets the colormap from which the band colors are sampled.

colorscale

Defaults to identity

Color transform function

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

edges

Defaults to nothing

No docs available.

extendhigh

Defaults to nothing

This sets the color of an optional additional band from the highest value of levels to maximum(zs). If it's :auto, the high end of the colormap is picked and the remaining colors are shifted accordingly. If it's any color representation, this color is used. If it's nothing, no band is added.

extendlow

Defaults to nothing

This sets the color of an optional additional band from minimum(zs) to the lowest value in levels. If it's :auto, the lower end of the colormap is picked and the remaining colors are shifted accordingly. If it's any color representation, this color is used. If it's nothing, no band is added.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

levels

Defaults to 10

Can be either an Int which results in n bands delimited by n+1 equally spaced levels, or it can be an AbstractVector{<:Real} that lists n consecutive edges from low to high, which result in n-1 bands.

mode

Defaults to :normal

Sets the way in which a vector of levels is interpreted, if it's set to :relative, each number is interpreted as a fraction between the minimum and maximum values of zs. For example, levels = 0.1:0.1:1.0 would exclude the lower 10% of data.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

No docs available.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

triangulation

Defaults to DelaunayTriangulation()

The mode with which the points in xs and ys are triangulated. Passing DelaunayTriangulation() performs a Delaunay triangulation. You can also pass a preexisting triangulation as an AbstractMatrix{<:Int} with size (3, n), where each column specifies the vertex indices of one triangle, or as a Triangulation from DelaunayTriangulation.jl.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/triplot.html b/previews/PR3974/reference/plots/triplot.html index ffb3f239a1c..36d0af30805 100644 --- a/previews/PR3974/reference/plots/triplot.html +++ b/previews/PR3974/reference/plots/triplot.html @@ -6,13 +6,13 @@ triplot | Makie - + - + - - + + @@ -22,7 +22,7 @@
Skip to content

triplot

# Makie.triplotFunction.
julia
triplot(x, y; kwargs...)
 triplot(positions; kwargs...)
-triplot(triangles::Triangulation; kwargs...)

Plots a triangulation based on the provided position or Triangulation from DelaunayTriangulation.jl.

Plot type

The plot type alias for the triplot function is Triplot.

source


Examples

A triplot plots a triangle mesh generated from an arbitrary set of points. The input data can either be point based (like scatter or lines) or a Triangulation from DelaunayTriangulation.jl.

julia
using CairoMakie
+triplot(triangles::Triangulation; kwargs...)

Plots a triangulation based on the provided position or Triangulation from DelaunayTriangulation.jl.

Plot type

The plot type alias for the triplot function is Triplot.

source


Examples

A triplot plots a triangle mesh generated from an arbitrary set of points. The input data can either be point based (like scatter or lines) or a Triangulation from DelaunayTriangulation.jl.

julia
using CairoMakie
 using DelaunayTriangulation
 
 using Random
@@ -69,7 +69,7 @@
 
 f, ax, tr = triplot(tri, show_constrained_edges = true, constrained_edge_linewidth = 4, show_convex_hull = true)
 f

Attributes

bounding_box

Defaults to automatic

Sets the bounding box for truncating ghost edges which can be a Rect2 (or BBox) or a tuple of the form (xmin, xmax, ymin, ymax). By default, the rectangle will be given by [a - eΔx, b + eΔx] × [c - eΔy, d + eΔy] where e is the ghost_edge_extension_factor, Δx = b - a and Δy = d - c are the lengths of the sides of the rectangle, and [a, b] × [c, d] is the bounding box of the points in the triangulation.

constrained_edge_color

Defaults to :magenta

Sets the color of the constrained edges.

constrained_edge_linestyle

Defaults to @inherit linestyle

Sets the linestyle of the constrained edges.

constrained_edge_linewidth

Defaults to @inherit linewidth

Sets the width of the constrained edges.

convex_hull_color

Defaults to :red

Sets the color of the convex hull.

convex_hull_linestyle

Defaults to :dash

Sets the linestyle of the convex hull.

convex_hull_linewidth

Defaults to @inherit linewidth

Sets the width of the convex hull.

ghost_edge_color

Defaults to :blue

Sets the color of the ghost edges.

ghost_edge_extension_factor

Defaults to 0.1

Sets the extension factor for the rectangle that the exterior ghost edges are extended onto.

ghost_edge_linestyle

Defaults to @inherit linestyle

Sets the linestyle of the ghost edges.

ghost_edge_linewidth

Defaults to @inherit linewidth

Sets the width of the ghost edges.

joinstyle

Defaults to @inherit joinstyle

No docs available.

linecap

Defaults to @inherit linecap

No docs available.

linestyle

Defaults to :solid

Sets the linestyle of triangle edges.

marker

Defaults to @inherit marker

Sets the shape of the points.

markercolor

Defaults to @inherit markercolor

Sets the color of the points.

markersize

Defaults to @inherit markersize

Sets the size of the points.

miter_limit

Defaults to @inherit miter_limit

No docs available.

recompute_centers

Defaults to false

Determines whether to recompute the representative points for the ghost edge orientation. Note that this will mutate tri.representative_point_list directly.

show_constrained_edges

Defaults to false

Determines whether to plot the constrained edges.

show_convex_hull

Defaults to false

Determines whether to plot the convex hull.

show_ghost_edges

Defaults to false

Determines whether to plot the ghost edges.

show_points

Defaults to false

Determines whether to plot the individual points. Note that this will only plot points included in the triangulation.

strokecolor

Defaults to @inherit patchstrokecolor

Sets the color of triangle edges.

strokewidth

Defaults to 1

Sets the linewidth of triangle edges.

triangle_color

Defaults to :transparent

Sets the color of the triangles.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/violin.html b/previews/PR3974/reference/plots/violin.html index 59ec980c309..0775fb8041e 100644 --- a/previews/PR3974/reference/plots/violin.html +++ b/previews/PR3974/reference/plots/violin.html @@ -6,13 +6,13 @@ violin | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

violin

# Makie.violinFunction.
julia
violin(x, y)

Draw a violin plot.

Arguments

  • x: positions of the categories

  • y: variables whose density is computed

Plot type

The plot type alias for the violin function is Violin.

source


Examples

julia
using CairoMakie
+    
Skip to content

violin

# Makie.violinFunction.
julia
violin(x, y)

Draw a violin plot.

Arguments

  • x: positions of the categories

  • y: variables whose density is computed

Plot type

The plot type alias for the violin function is Violin.

source


Examples

julia
using CairoMakie
 categories = rand(1:3, 1000)
 values = randn(1000)
 
@@ -98,7 +98,7 @@
 violin!(ax_horiz, categories, values; orientation=:horizontal)
 
 fig

Attributes

bandwidth

Defaults to automatic

No docs available.

boundary

Defaults to automatic

No docs available.

color

Defaults to @inherit patchcolor

No docs available.

cycle

Defaults to [:color => :patchcolor]

No docs available.

datalimits

Defaults to (-Inf, Inf)

Specify values to trim the violin. Can be a Tuple or a Function (e.g. datalimits=extrema).

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

dodge

Defaults to automatic

No docs available.

dodge_gap

Defaults to 0.03

No docs available.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap

Defaults to 0.2

Shrinking factor, width -> width * (1 - gap).

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

max_density

Defaults to automatic

No docs available.

mediancolor

Defaults to @inherit linecolor

No docs available.

medianlinewidth

Defaults to @inherit linewidth

No docs available.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

n_dodge

Defaults to automatic

No docs available.

npoints

Defaults to 200

No docs available.

orientation

Defaults to :vertical

Orientation of the violins (:vertical or :horizontal)

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

scale

Defaults to :area

Scale density by area (:area), count (:count), or width (:width).

show_median

Defaults to false

Show median as midline.

side

Defaults to :both

Specify :left or :right to only plot the violin on one side.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor

Defaults to @inherit patchstrokecolor

No docs available.

strokewidth

Defaults to @inherit patchstrokewidth

No docs available.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

weights

Defaults to automatic

vector of statistical weights (length of data). By default, each observation has weight 1.

width

Defaults to automatic

Width of the box before shrinking.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/vlines.html b/previews/PR3974/reference/plots/vlines.html index 736ed149f04..99bdd4df140 100644 --- a/previews/PR3974/reference/plots/vlines.html +++ b/previews/PR3974/reference/plots/vlines.html @@ -6,13 +6,13 @@ vlines | Makie - + - + - - + + @@ -20,9 +20,9 @@ -
Skip to content

vlines

# Makie.vlinesFunction.
julia
vlines(xs; ymin = 0.0, ymax = 1.0, attrs...)

Create vertical lines across a Scene with 2D projection. The lines will be placed at xs in data coordinates and ymin to ymax in scene coordinates (0 to 1). All three of these can have single or multiple values because they are broadcast to calculate the final line segments.

Plot type

The plot type alias for the vlines function is VLines.

source


julia
using CairoMakie
+    
Skip to content

vlines

# Makie.vlinesFunction.
julia
vlines(xs; ymin = 0.0, ymax = 1.0, attrs...)

Create vertical lines across a Scene with 2D projection. The lines will be placed at xs in data coordinates and ymin to ymax in scene coordinates (0 to 1). All three of these can have single or multiple values because they are broadcast to calculate the final line segments.

Plot type

The plot type alias for the vlines function is VLines.

source


julia
using CairoMakie
 vlines([1, 2, 3])

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the line.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

Sets which attributes to cycle when creating multiple plots.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to false

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap

Defaults to @inherit linecap

Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle

Defaults to nothing

Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth

Defaults to @inherit linewidth

Sets the width of the line in pixel units

lowclip

Defaults to automatic

The color for any value below the colorrange.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

ymax

Defaults to 1

The start of the lines in relative axis units (0 to 1) along the y dimension.

ymin

Defaults to 0

The start of the lines in relative axis units (0 to 1) along the y dimension.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/volume.html b/previews/PR3974/reference/plots/volume.html index 3262983fd11..e732b90136a 100644 --- a/previews/PR3974/reference/plots/volume.html +++ b/previews/PR3974/reference/plots/volume.html @@ -6,13 +6,13 @@ volume | Makie - + - + - - + + @@ -21,11 +21,11 @@
Skip to content

volume

# MakieCore.volumeFunction.
julia
volume(volume_data)
-volume(x, y, z, volume_data)

Plots a volume, with optional physical dimensions x, y, z. Available algorithms are:

  • :iso => IsoValue

  • :absorption => Absorption

  • :mip => MaximumIntensityProjection

  • :absorptionrgba => AbsorptionRGBA

  • :additive => AdditiveRGBA

  • :indexedabsorption => IndexedAbsorptionRGBA

Plot type

The plot type alias for the volume function is Volume.

source


Examples

julia
using GLMakie
+volume(x, y, z, volume_data)

Plots a volume, with optional physical dimensions x, y, z. Available algorithms are:

  • :iso => IsoValue

  • :absorption => Absorption

  • :mip => MaximumIntensityProjection

  • :absorptionrgba => AbsorptionRGBA

  • :additive => AdditiveRGBA

  • :indexedabsorption => IndexedAbsorptionRGBA

Plot type

The plot type alias for the volume function is Volume.

source


Examples

julia
using GLMakie
 r = LinRange(-1, 1, 100)
 cube = [(x.^2 + y.^2 + z.^2) for x = r, y = r, z = r]
-contour(cube, alpha=0.5)
julia
cube_with_holes = cube .* (cube .> 1.4)
-volume(cube_with_holes, algorithm = :iso, isorange = 0.05, isovalue = 1.7)
julia
using GLMakie
+contour(cube, alpha=0.5)
julia
cube_with_holes = cube .* (cube .> 1.4)
+volume(cube_with_holes, algorithm = :iso, isorange = 0.05, isovalue = 1.7)
julia
using GLMakie
 using NIfTI
 brain = niread(Makie.assetpath("brain.nii.gz")).raw
 mini, maxi = extrema(brain)
@@ -38,7 +38,7 @@
 volume(fig[1, 1], normed, algorithm = :absorption, absorption=4f0, colormap=colormap, axis=(type=Axis3, title = "Absorption"))
 volume(fig[1, 2], normed, algorithm = :mip, colormap=colormap, axis=(type=Axis3, title="Maximum Intensity Projection"))
 fig

Attributes

absorption

Defaults to 1.0

Absorption multiplier for algorithm=:absorption. This changes how much light each voxel absorbs.

algorithm

Defaults to :mip

Sets the volume algorithm that is used.

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight

Defaults to 0.0

Sets a weight for secondary light calculation with inverted normals.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

diffuse

Defaults to 1.0

Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

enable_depth

Defaults to true

Enables depth write for Volume, so that volume correctly occludes other objects.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate

Defaults to true

Sets whether the volume data should be sampled with interpolation.

isorange

Defaults to 0.05

Sets the range of values picked up by the IsoValue algorithm.

isovalue

Defaults to 0.5

Sets the target value for the IsoValue algorithm.

lowclip

Defaults to automatic

The color for any value below the colorrange.

material

Defaults to nothing

RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading

Defaults to automatic

Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess

Defaults to 32.0

Sets how sharp the reflection is.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular

Defaults to 0.2

Sets how strongly the object reflects light in the red, green and blue channels.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/volumeslices.html b/previews/PR3974/reference/plots/volumeslices.html index d263f199013..e560a02b17c 100644 --- a/previews/PR3974/reference/plots/volumeslices.html +++ b/previews/PR3974/reference/plots/volumeslices.html @@ -6,13 +6,13 @@ volumeslices | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

volumeslices

# Makie.volumeslicesFunction.

VolumeSlices

volumeslices(x, y, z, v)

Draws heatmap slices of the volume v

Plot type

The plot type alias for the volumeslices function is VolumeSlices.

source


Examples

julia
using GLMakie
+    
Skip to content

volumeslices

# Makie.volumeslicesFunction.

VolumeSlices

volumeslices(x, y, z, v)

Draws heatmap slices of the volume v

Plot type

The plot type alias for the volumeslices function is VolumeSlices.

source


Examples

julia
using GLMakie
 fig = Figure()
 ax = LScene(fig[1, 1], show_axis=false)
 
@@ -62,8 +62,8 @@
 
 # cam3d!(ax.scene, projectiontype=Makie.Orthographic)
 
-fig

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bbox_color

Defaults to RGBAf(0.5, 0.5, 0.5, 0.5)

No docs available.

bbox_visible

Defaults to true

No docs available.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate

Defaults to false

Sets whether colors should be interpolated

lowclip

Defaults to automatic

The color for any value below the colorrange.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- +fig

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

bbox_color

Defaults to RGBAf(0.5, 0.5, 0.5, 0.5)

No docs available.

bbox_visible

Defaults to true

No docs available.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate

Defaults to false

Sets whether colors should be interpolated

lowclip

Defaults to automatic

The color for any value below the colorrange.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

+ \ No newline at end of file diff --git a/previews/PR3974/reference/plots/voronoiplot.html b/previews/PR3974/reference/plots/voronoiplot.html index f1abbd8fe07..167fe382d60 100644 --- a/previews/PR3974/reference/plots/voronoiplot.html +++ b/previews/PR3974/reference/plots/voronoiplot.html @@ -6,13 +6,13 @@ voronoiplot | Makie - + - + - - + + @@ -24,7 +24,7 @@ voronoiplot(values; kwargs...) voronoiplot(x, y; kwargs...) voronoiplot(positions; kwargs...) -voronoiplot(vorn::VoronoiTessellation; kwargs...)

Generates and plots a Voronoi tessalation from heatmap- or point-like data. The tessellation can also be passed directly as a VoronoiTessellation from DelaunayTriangulation.jl.

Plot type

The plot type alias for the voronoiplot function is Voronoiplot.

source


Examples

A voronoiplot generates a cell for each passed position similar to heatmap, however the cells are not restricted to a rectangular shape. It can be called with point based (like scatter or lines) or heatmap-like inputs.

julia
using CairoMakie
+voronoiplot(vorn::VoronoiTessellation; kwargs...)

Generates and plots a Voronoi tessalation from heatmap- or point-like data. The tessellation can also be passed directly as a VoronoiTessellation from DelaunayTriangulation.jl.

Plot type

The plot type alias for the voronoiplot function is Voronoiplot.

source


Examples

A voronoiplot generates a cell for each passed position similar to heatmap, however the cells are not restricted to a rectangular shape. It can be called with point based (like scatter or lines) or heatmap-like inputs.

julia
using CairoMakie
 using Random
 Random.seed!(1234)
 
@@ -91,7 +91,7 @@
 smooth_vorn = centroidal_smooth(vorn)
 f, ax, tr = voronoiplot(smooth_vorn, show_generators=false)
 f

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

clip

Defaults to automatic

Sets the clipping area for the generated polygons which can be a Rect2 (or BBox), Tuple with entries (xmin, xmax, ymin, ymax) or as a Circle. Anything outside the specified area will be removed. If the clip is not set it is automatically determined using unbounded_edge_extension_factor as a Rect.

color

Defaults to automatic

Sets the color of the polygons. If automatic, the polygons will be individually colored according to the colormap.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

highclip

Defaults to automatic

The color for any value above the colorrange.

lowclip

Defaults to automatic

The color for any value below the colorrange.

marker

Defaults to @inherit marker

Sets the shape of the points.

markercolor

Defaults to @inherit markercolor

Sets the color of the points.

markersize

Defaults to @inherit markersize

Sets the size of the points.

nan_color

Defaults to :transparent

The color for NaN values.

show_generators

Defaults to true

Determines whether to plot the individual generators.

smooth

Defaults to false

No docs available.

strokecolor

Defaults to @inherit patchstrokecolor

Sets the strokecolor of the polygons.

strokewidth

Defaults to 1.0

Sets the width of the polygon stroke.

unbounded_edge_extension_factor

Defaults to 0.1

Sets the extension factor for the unbounded edges, used in DelaunayTriangulation.polygon_bounds.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/voxels.html b/previews/PR3974/reference/plots/voxels.html index f86e83daa57..188ca1916ad 100644 --- a/previews/PR3974/reference/plots/voxels.html +++ b/previews/PR3974/reference/plots/voxels.html @@ -6,13 +6,13 @@ voxels | Makie - + - + - - + + @@ -21,7 +21,7 @@
Skip to content

voxels

# MakieCore.voxelsFunction.
julia
voxels(x, y, z, chunk::Array{<:Real, 3})
-voxels(chunk::Array{<:Real, 3})

Plots a chunk of voxels centered at 0. Optionally the placement and scaling of the chunk can be given as range-like x, y and z. (Only the extrema are considered here. Voxels are always uniformly sized.)

Internally voxels are represented as 8 bit unsigned integer, with 0x00 always being an invisible "air" voxel. Passing a chunk with matching type will directly set those values. Note that color handling is specialized for the internal representation and may behave a bit differently than usual.

Plot type

The plot type alias for the voxels function is Voxels.

source


Examples

Basic Example

julia
using GLMakie
+voxels(chunk::Array{<:Real, 3})

Plots a chunk of voxels centered at 0. Optionally the placement and scaling of the chunk can be given as range-like x, y and z. (Only the extrema are considered here. Voxels are always uniformly sized.)

Internally voxels are represented as 8 bit unsigned integer, with 0x00 always being an invisible "air" voxel. Passing a chunk with matching type will directly set those values. Note that color handling is specialized for the internal representation and may behave a bit differently than usual.

Plot type

The plot type alias for the voxels function is Voxels.

source


Examples

Basic Example

julia
using GLMakie
 # Same as volume example
 r = LinRange(-1, 1, 100)
 cube = [(x.^2 + y.^2 + z.^2) for x = r, y = r, z = r]
@@ -29,22 +29,22 @@
 
 # To match the volume example with isovalue=1.7 and isorange=0.05 we map all
 # values outside the range (1.65..1.75) to invisible air blocks with is_air
-f, a, p = voxels(-1..1, -1..1, -1..1, cube_with_holes, is_air = x -> !(1.65 <= x <= 1.75))

Gap Attribute

The gap attribute allows you to specify a gap size between adjacent voxels. It is given in units of the voxel size (at gap = 0) so that gap = 0 creates no gaps and gap = 1 reduces the voxel size to 0. Note that this attribute only takes effect at values gap > 0.01.

julia
using GLMakie
+f, a, p = voxels(-1..1, -1..1, -1..1, cube_with_holes, is_air = x -> !(1.65 <= x <= 1.75))

Gap Attribute

The gap attribute allows you to specify a gap size between adjacent voxels. It is given in units of the voxel size (at gap = 0) so that gap = 0 creates no gaps and gap = 1 reduces the voxel size to 0. Note that this attribute only takes effect at values gap > 0.01.

julia
using GLMakie
 chunk = reshape(collect(1:27), 3, 3, 3)
-voxels(chunk, gap = 0.33)

Color and the internal representation

Voxels are represented as an Array{UInt8, 3} of voxel ids internally. In this representation the voxel id 0x00 is defined as an invisible air block. All other ids (0x01 - 0xff or 1 - 255) are visible and derive their color from the various color attributes. For plot.color specifically the voxel id acts as an index into an array of colors:

julia
using GLMakie
+voxels(chunk, gap = 0.33)

Color and the internal representation

Voxels are represented as an Array{UInt8, 3} of voxel ids internally. In this representation the voxel id 0x00 is defined as an invisible air block. All other ids (0x01 - 0xff or 1 - 255) are visible and derive their color from the various color attributes. For plot.color specifically the voxel id acts as an index into an array of colors:

julia
using GLMakie
 chunk = UInt8[
     1 0 2; 0 0 0; 3 0 4;;;
     0 0 0; 0 0 0; 0 0 0;;;
     5 0 6; 0 0 0; 7 0 8;;;
 ]
-f, a, p = voxels(chunk, color = [:white, :red, :green, :blue, :black, :orange, :cyan, :magenta])

Colormaps

With non UInt8 inputs, colormap attributes (colormap, colorrange, highclip, lowclip and colorscale) work as usual, with the exception of nan_color which is not applicable:

julia
using GLMakie
+f, a, p = voxels(chunk, color = [:white, :red, :green, :blue, :black, :orange, :cyan, :magenta])

Colormaps

With non UInt8 inputs, colormap attributes (colormap, colorrange, highclip, lowclip and colorscale) work as usual, with the exception of nan_color which is not applicable:

julia
using GLMakie
 chunk = reshape(collect(1:512), 8, 8, 8)
 
 f, a, p = voxels(chunk,
     colorrange = (65, 448), colorscale = log10,
     lowclip = :red, highclip = :orange,
     colormap = [:blue, :green]
-)

When passing voxel ids directly (i.e. an Array{UInt8, 3}) they are used to index a vector [lowclip; sampled_colormap; highclip]. This means id 1 maps to lowclip, 2..254 to colors of the colormap and 255 to highclip. colorrange and colorscale are ignored in this case.

Texturemaps

You can also map a texture to voxels based on their id (and optionally the direction the face is facing). For this plot.color needs to be an image (matrix of colors) and plot.uvmap needs to be defined. The uvmap can take two forms here. The first is a Vector{Vec4f} which maps voxel ids (starting at 1) to normalized uv coordinates, formatted left-right-bottom-top.

julia
using GLMakie
+)

When passing voxel ids directly (i.e. an Array{UInt8, 3}) they are used to index a vector [lowclip; sampled_colormap; highclip]. This means id 1 maps to lowclip, 2..254 to colors of the colormap and 255 to highclip. colorrange and colorscale are ignored in this case.

Texturemaps

You can also map a texture to voxels based on their id (and optionally the direction the face is facing). For this plot.color needs to be an image (matrix of colors) and plot.uvmap needs to be defined. The uvmap can take two forms here. The first is a Vector{Vec4f} which maps voxel ids (starting at 1) to normalized uv coordinates, formatted left-right-bottom-top.

julia
using GLMakie
 using FileIO
 
 # load a sprite sheet with 10 x 9 textures
@@ -65,7 +65,7 @@
 ]
 
 # draw
-f, a, p = voxels(chunk, uvmap = uv_map, color = texture)

The second format allows you define sides in the second dimension of the uvmap. The order of sides is: -x, -y, -z, +x, +y, +z.

julia
using GLMakie
+f, a, p = voxels(chunk, uvmap = uv_map, color = texture)

The second format allows you define sides in the second dimension of the uvmap. The order of sides is: -x, -y, -z, +x, +y, +z.

julia
using GLMakie
 using FileIO
 
 texture = FileIO.load(Makie.assetpath("voxel_spritesheet.png"))
@@ -90,20 +90,20 @@
     2 0 2; 0 0 0; 3 0 4;;;
 ]
 
-f, a, p = voxels(chunk, uvmap = uv_map, color = texture)

The textures used in these examples are from Kenney's Voxel Pack.

Updating Voxels

The voxel plot is a bit different from other plot types which affects how you can and should update its data.

First you can pass your data as an Observable and update that observable as usual:

julia
using GLMakie
+f, a, p = voxels(chunk, uvmap = uv_map, color = texture)

The textures used in these examples are from Kenney's Voxel Pack.

Updating Voxels

The voxel plot is a bit different from other plot types which affects how you can and should update its data.

First you can pass your data as an Observable and update that observable as usual:

julia
using GLMakie
 chunk = Observable(ones(8,8,8))
 f, a, p = voxels(chunk, colorrange = (0, 1))
 chunk[] = rand(8,8,8)
-f

You can also update the data contained in the plot object. For this you can't index into the plot though, since that will return the converted voxel id data. Instead you need to index into p.args.

julia
using GLMakie
+f

You can also update the data contained in the plot object. For this you can't index into the plot though, since that will return the converted voxel id data. Instead you need to index into p.args.

julia
using GLMakie
 f, a, p = voxels(ones(8,8,8), colorrange = (0, 1))
 p.args[end][] = rand(8,8,8)
-f

Both of these solutions triggers a full replacement of the input array (i.e. chunk), the internal representation (plot.converted[4]) and the texture on gpu. This can be quite slow and wasteful if you only want to update a small section of a large chunk. In that case you should instead update your input data without triggering an update (using obs.val) and then call local_update(plot, is, js, ks) to process the update:

julia
using GLMakie
+f

Both of these solutions triggers a full replacement of the input array (i.e. chunk), the internal representation (plot.converted[4]) and the texture on gpu. This can be quite slow and wasteful if you only want to update a small section of a large chunk. In that case you should instead update your input data without triggering an update (using obs.val) and then call local_update(plot, is, js, ks) to process the update:

julia
using GLMakie
 chunk = Observable(rand(64, 64, 64))
 f, a, p = voxels(chunk, colorrange = (0, 1))
 chunk.val[30:34, :, :] .= NaN # or p.args[end].val
 Makie.local_update(p, 30:34, :, :)
-f

Picking Voxels

The pick function is able to pick individual voxels in a voxel plot. The returned index is a flat index into the array passed to voxels, i.e. plt.args[end][][idx] will return the relevant data. One important thing to note here is that the returned index is a UInt32 internally and thus has limited range. Very large voxel plots (~4.3 billion voxels or 2048 x 2048 x 1024) can reach this limit and trigger an integer overflow.

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight

Defaults to 0.0

Sets a weight for secondary light calculation with inverted normals.

color

Defaults to nothing

Sets colors per voxel id, skipping 0x00. This means that a voxel with id 1 will grab plot.colors[1] and so on up to id 255. This can also be set to a Matrix of colors, i.e. an image for texture mapping.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

depthsorting

Defaults to false

Controls the render order of voxels. If set to false voxels close to the viewer are rendered first which should reduce overdraw and yield better performance. If set to true voxels are rendered back to front enabling correct order for transparent voxels.

diffuse

Defaults to 1.0

Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap

Defaults to 0.0

Sets the gap between adjacent voxels in units of the voxel size. This needs to be larger than 0.01 to take effect.

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate

Defaults to false

Controls whether the texture map is sampled with interpolation (i.e. smoothly) or not (i.e. pixelated).

is_air

Defaults to x->begin #= /home/runner/work/Makie.jl/Makie.jl/MakieCore/src/basic_plots.jl:555 =# isnothing(x) || (ismissing(x) || isnan(x)) end

A function that controls which values in the input data are mapped to invisible (air) voxels.

lowclip

Defaults to automatic

The color for any value below the colorrange.

material

Defaults to nothing

RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading

Defaults to automatic

Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess

Defaults to 32.0

Sets how sharp the reflection is.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular

Defaults to 0.2

Sets how strongly the object reflects light in the red, green and blue channels.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

uvmap

Defaults to nothing

Defines a map from voxel ids (and optionally sides) to uv coordinates. These uv coordinates are then used to sample a 2D texture passed through color for texture mapping.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- +f

Picking Voxels

The pick function is able to pick individual voxels in a voxel plot. The returned index is a flat index into the array passed to voxels, i.e. plt.args[end][][idx] will return the relevant data. One important thing to note here is that the returned index is a UInt32 internally and thus has limited range. Very large voxel plots (~4.3 billion voxels or 2048 x 2048 x 1024) can reach this limit and trigger an integer overflow.

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

backlight

Defaults to 0.0

Sets a weight for secondary light calculation with inverted normals.

color

Defaults to nothing

Sets colors per voxel id, skipping 0x00. This means that a voxel with id 1 will grab plot.colors[1] and so on up to id 255. This can also be set to a Matrix of colors, i.e. an image for texture mapping.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

depthsorting

Defaults to false

Controls the render order of voxels. If set to false voxels close to the viewer are rendered first which should reduce overdraw and yield better performance. If set to true voxels are rendered back to front enabling correct order for transparent voxels.

diffuse

Defaults to 1.0

Sets how strongly the red, green and blue channel react to diffuse (scattered) light.

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

gap

Defaults to 0.0

Sets the gap between adjacent voxels in units of the voxel size. This needs to be larger than 0.01 to take effect.

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

interpolate

Defaults to false

Controls whether the texture map is sampled with interpolation (i.e. smoothly) or not (i.e. pixelated).

is_air

Defaults to x->begin #= /home/runner/work/Makie.jl/Makie.jl/MakieCore/src/basic_plots.jl:555 =# isnothing(x) || (ismissing(x) || isnan(x)) end

A function that controls which values in the input data are mapped to invisible (air) voxels.

lowclip

Defaults to automatic

The color for any value below the colorrange.

material

Defaults to nothing

RPRMakie only attribute to set complex RadeonProRender materials. Warning, how to set an RPR material may change and other backends will ignore this attribute

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading

Defaults to automatic

Sets the lighting algorithm used. Options are NoShading (no lighting), FastShading (AmbientLight + PointLight) or MultiLightShading (Multiple lights, GLMakie only). Note that this does not affect RPRMakie.

shininess

Defaults to 32.0

Sets how sharp the reflection is.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

specular

Defaults to 0.2

Sets how strongly the object reflects light in the red, green and blue channels.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

uvmap

Defaults to nothing

Defines a map from voxel ids (and optionally sides) to uv coordinates. These uv coordinates are then used to sample a 2D texture passed through color for texture mapping.

visible

Defaults to true

Controls whether the plot will be rendered or not.

+ \ No newline at end of file diff --git a/previews/PR3974/reference/plots/vspan.html b/previews/PR3974/reference/plots/vspan.html index 1d38d8ccc86..485f04550f2 100644 --- a/previews/PR3974/reference/plots/vspan.html +++ b/previews/PR3974/reference/plots/vspan.html @@ -6,13 +6,13 @@ vspan | Makie - + - + - - + + @@ -21,9 +21,9 @@
Skip to content

vspan

# Makie.vspanFunction.
julia
vspan(xs_low, xs_high; ymin = 0.0, ymax = 1.0, attrs...)
-vspan(xs_lowhigh; ymin = 0.0, ymax = 1.0, attrs...)

Create vertical bands spanning across a Scene with 2D projection. The bands will be placed from xs_low to xs_high in data coordinates and ymin to ymax in scene coordinates (0 to 1). All four of these can have single or multiple values because they are broadcast to calculate the final spans. Both bounds can be passed together as an interval xs_lowhigh.

Plot type

The plot type alias for the vspan function is VSpan.

source


julia
using CairoMakie
+vspan(xs_lowhigh; ymin = 0.0, ymax = 1.0, attrs...)

Create vertical bands spanning across a Scene with 2D projection. The bands will be placed from xs_low to xs_high in data coordinates and ymin to ymax in scene coordinates (0 to 1). All four of these can have single or multiple values because they are broadcast to calculate the final spans. Both bounds can be passed together as an interval xs_lowhigh.

Plot type

The plot type alias for the vspan function is VSpan.

source


julia
using CairoMakie
 vspan([0, 1, 2], [0.5, 1.2, 2.1])

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit patchcolor

Sets the color of the poly. Can be a Vector{<:Colorant} for per vertex colors or a single Colorant. A Matrix{<:Colorant} can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates. Vector or Matrices of numbers can be used as well, which will use the colormap arguments to map the numbers to colors. One can also use Makie.LinePattern, to cover the poly with a regular stroke pattern.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color => :patchcolor]

No docs available.

depth_shift

Defaults to 0.0

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to true

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

joinstyle

Defaults to @inherit joinstyle

No docs available.

linecap

Defaults to @inherit linecap

No docs available.

linestyle

Defaults to nothing

Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

lowclip

Defaults to automatic

The color for any value below the colorrange.

miter_limit

Defaults to @inherit miter_limit

No docs available.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

shading

Defaults to NoShading

No docs available.

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

strokecolor

Defaults to @inherit patchstrokecolor

Sets the color of the outline around a marker.

strokecolormap

Defaults to @inherit colormap

Sets the colormap that is sampled for numeric colors.

strokewidth

Defaults to @inherit patchstrokewidth

Sets the width of the outline.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

ymax

Defaults to 1

The end of the bands in relative axis units (0 to 1) along the y dimension.

ymin

Defaults to 0

The start of the bands in relative axis units (0 to 1) along the y dimension.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/waterfall.html b/previews/PR3974/reference/plots/waterfall.html index 8e11c224fef..474340ef32a 100644 --- a/previews/PR3974/reference/plots/waterfall.html +++ b/previews/PR3974/reference/plots/waterfall.html @@ -6,13 +6,13 @@ waterfall | Makie - + - + - - + + @@ -20,7 +20,7 @@ -
Skip to content

waterfall

# Makie.waterfallFunction.
julia
waterfall(x, y; kwargs...)

Plots a waterfall chart to visualize individual positive and negative components that add up to a net result as a barplot with stacked bars next to each other.

Plot type

The plot type alias for the waterfall function is Waterfall.

source


Examples

julia
using CairoMakie
+    
Skip to content

waterfall

# Makie.waterfallFunction.
julia
waterfall(x, y; kwargs...)

Plots a waterfall chart to visualize individual positive and negative components that add up to a net result as a barplot with stacked bars next to each other.

Plot type

The plot type alias for the waterfall function is Waterfall.

source


Examples

julia
using CairoMakie
 y = [6, 4, 2, -8, 3, 5, 1, -2, -3, 7]
 
 waterfall(y)

The direction of the bars might be easier to parse with some visual support.

julia
using CairoMakie
@@ -54,7 +54,7 @@
 group = repeat(1:2, inner=5)
 
 waterfall(x, y, dodge=group, color=colors[group], show_direction=true, stack=:x)

Attributes

color

Defaults to @inherit patchcolor

No docs available.

cycle

Defaults to [:color => :patchcolor]

No docs available.

direction_color

Defaults to @inherit backgroundcolor

No docs available.

dodge

Defaults to automatic

No docs available.

dodge_gap

Defaults to 0.03

No docs available.

final_color

Defaults to plot_color(:grey90, 0.5)

No docs available.

final_dodge_gap

Defaults to 0

No docs available.

final_gap

Defaults to automatic

No docs available.

gap

Defaults to 0.2

No docs available.

marker_neg

Defaults to :dtriangle

No docs available.

marker_pos

Defaults to :utriangle

No docs available.

n_dodge

Defaults to automatic

No docs available.

show_direction

Defaults to false

No docs available.

show_final

Defaults to false

No docs available.

stack

Defaults to automatic

No docs available.

width

Defaults to automatic

No docs available.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/plots/wireframe.html b/previews/PR3974/reference/plots/wireframe.html index 2476a0056b3..dbab67b9cbd 100644 --- a/previews/PR3974/reference/plots/wireframe.html +++ b/previews/PR3974/reference/plots/wireframe.html @@ -6,13 +6,13 @@ wireframe | Makie - + - + - - + + @@ -22,12 +22,12 @@
Skip to content

wireframe

# MakieCore.wireframeFunction.
julia
wireframe(x, y, z)
 wireframe(positions)
-wireframe(mesh)

Draws a wireframe, either interpreted as a surface or as a mesh.

Plot type

The plot type alias for the wireframe function is Wireframe.

source


Examples

julia
using GLMakie
+wireframe(mesh)

Draws a wireframe, either interpreted as a surface or as a mesh.

Plot type

The plot type alias for the wireframe function is Wireframe.

source


Examples

julia
using GLMakie
 x, y = collect(-8:0.5:8), collect(-8:0.5:8)
 z = [sinc((X^2 + Y^2) / π) for X  x, Y  y]
 
 wireframe(x, y, z, axis=(type=Axis3,), color=:black)

Attributes

alpha

Defaults to 1.0

The alpha value of the colormap or color attribute. Multiple alphas like in plot(alpha=0.2, color=(:red, 0.5), will get multiplied.

color

Defaults to @inherit linecolor

The color of the line.

colormap

Defaults to @inherit colormap :viridis

Sets the colormap that is sampled for numeric colors. PlotUtils.cgrad(...), Makie.Reverse(any_colormap) can be used as well, or any symbol from ColorBrewer or PlotUtils. To see all available color gradients, you can call Makie.available_gradients().

colorrange

Defaults to automatic

The values representing the start and end points of colormap.

colorscale

Defaults to identity

The color transform function. Can be any function, but only works well together with Colorbar for identity, log, log2, log10, sqrt, logit, Makie.pseudolog10 and Makie.Symlog10.

cycle

Defaults to [:color]

Sets which attributes to cycle when creating multiple plots.

depth_shift

Defaults to -1.0e-5

adjusts the depth value of a plot after all other transformations, i.e. in clip space, where 0 <= depth <= 1. This only applies to GLMakie and WGLMakie and can be used to adjust render order (like a tunable overdraw).

fxaa

Defaults to false

adjusts whether the plot is rendered with fxaa (anti-aliasing, GLMakie only).

highclip

Defaults to automatic

The color for any value above the colorrange.

inspectable

Defaults to true

sets whether this plot should be seen by DataInspector.

inspector_clear

Defaults to automatic

Sets a callback function (inspector, plot) -> ... for cleaning up custom indicators in DataInspector.

inspector_hover

Defaults to automatic

Sets a callback function (inspector, plot, index) -> ... which replaces the default show_data methods.

inspector_label

Defaults to automatic

Sets a callback function (plot, index, position) -> string which replaces the default label generated by DataInspector.

linecap

Defaults to @inherit linecap

Sets the type of linecap used, i.e. :butt (flat with no extrusion), :square (flat with 1 linewidth extrusion) or :round.

linestyle

Defaults to nothing

Sets the dash pattern of the line. Options are :solid (equivalent to nothing), :dot, :dash, :dashdot and :dashdotdot. These can also be given in a tuple with a gap style modifier, either :normal, :dense or :loose. For example, (:dot, :loose) or (:dashdot, :dense).

For custom patterns have a look at Makie.Linestyle.

linewidth

Defaults to @inherit linewidth

Sets the width of the line in pixel units

lowclip

Defaults to automatic

The color for any value below the colorrange.

model

Defaults to automatic

Sets a model matrix for the plot. This overrides adjustments made with translate!, rotate! and scale!.

nan_color

Defaults to :transparent

The color for NaN values.

overdraw

Defaults to false

Controls if the plot will draw over other plots. This specifically means ignoring depth checks in GL backends

space

Defaults to :data

sets the transformation space for box encompassing the plot. See Makie.spaces() for possible inputs.

ssao

Defaults to false

Adjusts whether the plot is rendered with ssao (screen space ambient occlusion). Note that this only makes sense in 3D plots and is only applicable with fxaa = true.

transformation

Defaults to automatic

No docs available.

transparency

Defaults to false

Adjusts how the plot deals with transparency. In GLMakie transparency = true results in using Order Independent Transparency.

visible

Defaults to true

Controls whether the plot will be rendered or not.

- + \ No newline at end of file diff --git a/previews/PR3974/reference/scene/SSAO.html b/previews/PR3974/reference/scene/SSAO.html index ad051fe36fb..9b91bf9d84f 100644 --- a/previews/PR3974/reference/scene/SSAO.html +++ b/previews/PR3974/reference/scene/SSAO.html @@ -6,13 +6,13 @@ SSAO | Makie - + - + - - + + @@ -33,10 +33,10 @@ box = Rect3(Point3f(-0.5), Vec3f(1)) positions = [Point3f(x, y, rand()) for x in -5:5 for y in -5:5] meshscatter!(ax, positions, marker=box, markersize=1, color=:lightblue, ssao=true) -fig
# julia:disable-ssao # not working here
+fig
# julia:disable-ssao # not working here
 GLMakie.activate!(ssao=false) # hide
 GLMakie.closeall() # hide
- + \ No newline at end of file diff --git a/previews/PR3974/reference/scene/lighting.html b/previews/PR3974/reference/scene/lighting.html index 56cac379f35..484c6b39e54 100644 --- a/previews/PR3974/reference/scene/lighting.html +++ b/previews/PR3974/reference/scene/lighting.html @@ -6,13 +6,13 @@ Lighting | Makie - + - + - - + + @@ -41,7 +41,7 @@ for ax in (ax11, ax12, ax21, ax22) mesh!(ax, Sphere(Point3f(0), 1f0), color = :white) end -fig

DirectionalLight

julia
using GLMakie
+fig

DirectionalLight

julia
using GLMakie
 
 fig = Figure(size = (600, 600))
 ax11 = LScene(fig[1, 1], scenekw = (lights = [DirectionalLight(RGBf(0, 0, 0), Vec3f(-1, 0, 0))],))
@@ -56,13 +56,13 @@
 for ax in (ax11, ax12, ax21, ax22)
     mesh!(ax, Sphere(Point3f(0), 1f0), color = :white)
 end
-fig

PointLight

julia
using GLMakie
+fig

PointLight

julia
using GLMakie
 
 fig = Figure(size = (600, 600))
 ax = LScene(fig[1, 1], scenekw = (lights = [PointLight(RGBf(1, 1, 1), Point3f(0, 0, 0))],))
 ps = [Point3f(x, y, z) for x in (-1, 0, 1) for y in (-1, 0, 1) for z in (-1, 0, 1)]
 meshscatter!(ax, ps, color = :white)
-fig
julia
using GLMakie
+fig
julia
using GLMakie
 
 lights = [
     PointLight(RGBf(1, 1, 1), Point3f(0, 0, 5), 50),
@@ -77,7 +77,7 @@
 ps = [Point3f(x, y, 0) for x in -5:5 for y in -5:5]
 meshscatter!(ax, ps, color = :white, markersize = 0.75)
 scatter!(ax, map(l -> l.position[], lights), color = map(l -> l.color[], lights), strokewidth = 1, strokecolor = :black)
-fig

With a strong PointLight and Attenuation you can create different colors at different distances.

julia
using GLMakie
+fig

With a strong PointLight and Attenuation you can create different colors at different distances.

julia
using GLMakie
 using GeometryBasics
 
 ps = [
@@ -95,7 +95,7 @@
 meshscatter!(
     ax, [Point3f(0) for _ in 1:14], marker = marker_mesh, markersize = 0.1:0.2:3.0,
     color = :white, backlight = 1, transparency = false)
-fig

SpotLight

julia
using GLMakie
+fig

SpotLight

julia
using GLMakie
 
 lights = [
     SpotLight(RGBf(1, 0, 0), Point3f(-3, 0, 3), Vec3f(0,  0, -1), Vec2f(0.0, 0.3pi)),
@@ -108,7 +108,7 @@
 ps = [Point3f(x, y, 0) for x in -5:5 for y in -5:5]
 meshscatter!(ax, ps, color = :white, markersize = 0.75)
 scatter!(ax, map(l -> l.position[], lights), color = map(l -> l.color[], lights), strokewidth = 1, strokecolor = :black)
-fig

RectLight

julia
using GLMakie
+fig

RectLight

julia
using GLMakie
 using FileIO, GeometryBasics, LinearAlgebra
 
 # Create mesh from RectLight parameters
@@ -173,8 +173,8 @@
 # place camera
 update_cam!(scene.scene, Vec3f(1.5, -13, 2), Vec3f(1, -2, 0), Vec3f(0, 0, 1))
 
-fig

EnvironmentLight

- +fig

EnvironmentLight

+ \ No newline at end of file diff --git a/previews/PR3974/reference/scene/matcap.html b/previews/PR3974/reference/scene/matcap.html index 285f87ffb69..2855e62de96 100644 --- a/previews/PR3974/reference/scene/matcap.html +++ b/previews/PR3974/reference/scene/matcap.html @@ -6,13 +6,13 @@ Matcap | Makie - + - + - - + + @@ -26,8 +26,8 @@ catmesh = FileIO.load(assetpath("cat.obj")) gold = FileIO.load(download("https://raw.githubusercontent.com/nidorx/matcaps/master/1024/E6BF3C_5A4719_977726_FCFC82.png")) -mesh(catmesh, matcap=gold, shading = NoShading)
- +mesh(catmesh, matcap=gold, shading = NoShading)
+ \ No newline at end of file diff --git a/previews/PR3974/tutorials/aspect-tutorial.html b/previews/PR3974/tutorials/aspect-tutorial.html index a08de468514..dad30ed8aa6 100644 --- a/previews/PR3974/tutorials/aspect-tutorial.html +++ b/previews/PR3974/tutorials/aspect-tutorial.html @@ -6,12 +6,12 @@ Aspect ratios and automatic figure sizes | Makie - + - + - + @@ -45,7 +45,7 @@ end f

But like before we can call resize_to_layout! and the size will be corrected so no clipping occurs.

julia
resize_to_layout!(f)
 f
- + \ No newline at end of file diff --git a/previews/PR3974/tutorials/getting-started.html b/previews/PR3974/tutorials/getting-started.html index 0b8e4b00cb8..187f0f89ec6 100644 --- a/previews/PR3974/tutorials/getting-started.html +++ b/previews/PR3974/tutorials/getting-started.html @@ -6,12 +6,12 @@ Getting started | Makie - + - + - + @@ -69,7 +69,7 @@ f

Saving a Figure

Once we are satisfied with our plot, we can save it to a file using the save function. The most common formats are png for images and svg or pdf for vector graphics:

julia
save("first_figure.png", f)
 save("first_figure.svg", f)
 save("first_figure.pdf", f)

You should now find the three files in your makie_tutorial folder.

- + \ No newline at end of file diff --git a/previews/PR3974/tutorials/layout-tutorial.html b/previews/PR3974/tutorials/layout-tutorial.html index 905fe2f91fc..2163c44b93c 100644 --- a/previews/PR3974/tutorials/layout-tutorial.html +++ b/previews/PR3974/tutorials/layout-tutorial.html @@ -6,12 +6,12 @@ Creating complex layouts | Makie - + - + - + @@ -278,7 +278,7 @@ f

The EEG traces are currently as high as the brain axis, let's increase the size of the row with the panel C layout a bit so it has more space.

And that is the final result:

julia
rowsize!(gcd, 1, Auto(1.5))
 
 f
- + \ No newline at end of file diff --git a/previews/PR3974/tutorials/scenes.html b/previews/PR3974/tutorials/scenes.html index 432e063f9dc..509f4170c46 100644 --- a/previews/PR3974/tutorials/scenes.html +++ b/previews/PR3974/tutorials/scenes.html @@ -6,14 +6,14 @@ A primer on Makies scene graph | Makie - + - + - + - + @@ -41,16 +41,16 @@ scene

When using Scenes directly, one needs to manually set up the camera and center the camera to the content of the scene As described in more detail the camera section, we have multiple cam***! functions to set a certain projection and camera type for the scene.

julia
cam3d!(subwindow)
 meshscatter!(subwindow, rand(Point3f, 10), color=:gray)
 center!(subwindow)
-scene

Instead of a white background, we can also stop clearing the background to make the scene see-through, and give it an outline instead. The easiest way to create an outline is, to make a sub scene with a projection that goes from 0..1 for the whole window. To make a subscene with a certain projection type, Makie offers for each camera function a version without !, that will create a subscene, and apply the camera type. We call the space that goes from 0..1 relative space, so camrelative will give this projection:

julia
subwindow.clear = false
+scene

Instead of a white background, we can also stop clearing the background to make the scene see-through, and give it an outline instead. The easiest way to create an outline is, to make a sub scene with a projection that goes from 0..1 for the whole window. To make a subscene with a certain projection type, Makie offers for each camera function a version without !, that will create a subscene, and apply the camera type. We call the space that goes from 0..1 relative space, so camrelative will give this projection:

julia
subwindow.clear = false
 relative_space = Makie.camrelative(subwindow)
 # this draws a line at the scene window boundary
 lines!(relative_space, Rect(0, 0, 1, 1))
-scene

We can also now give the parent scene a more exciting background by using campixel! and plotting an image to the window:

julia
campixel!(scene)
+scene

We can also now give the parent scene a more exciting background by using campixel! and plotting an image to the window:

julia
campixel!(scene)
 w, h = size(scene) # get the size of the scene in pixels
 # this draws a line at the scene window boundary
 image!(scene, [sin(i/w) + cos(j/h) for i in 1:w, j in 1:h])
 scene

We can fix this by translating the scene further back:

julia
translate!(scene.plots[1], 0, 0, -10000)
-scene

We need a fairly high translation, since the far + near plane for campixel! goes from -1000 to 1000, while for cam3d! those get automatically adjusted to the camera parameters. Both end up in the same depthbuffer, transformed to the range 0..1 by the far & near plane, so to stay behind the 3d scene, it needs to be set to a high value.

With clear = true we wouldn't have this problem!

In GLMakie, we can actually take a look at the depthbuffer, to see how it looks now:

julia
screen = display(scene) # use display, to get a reference to the screen object
+scene

We need a fairly high translation, since the far + near plane for campixel! goes from -1000 to 1000, while for cam3d! those get automatically adjusted to the camera parameters. Both end up in the same depthbuffer, transformed to the range 0..1 by the far & near plane, so to stay behind the 3d scene, it needs to be set to a high value.

With clear = true we wouldn't have this problem!

In GLMakie, we can actually take a look at the depthbuffer, to see how it looks now:

julia
screen = display(scene) # use display, to get a reference to the screen object
 depth_color = GLMakie.depthbuffer(screen)
 close(screen)
 # Look at result:
@@ -60,7 +60,7 @@
 │     Makie.inline!(do_inline) was set to true, but we didn't detect a display that can show the plot,
 │     so we aren't inlining the plot and try to show the plot in a window.
 │     If this wasn't set on purpose, call `Makie.inline!()` to restore the default.
-└ @ Makie ~/work/Makie.jl/Makie.jl/src/display.jl:157

Window Events

Every scene also holds a reference to all global window events:

julia
scene.events
Events:
+└ @ Makie ~/work/Makie.jl/Makie.jl/src/display.jl:157

Window Events

Every scene also holds a reference to all global window events:

julia
scene.events
Events:
   window_area:      GeometryBasics.HyperRectangle{2, Int64}([0, 0], [600, 450])
   window_dpi:       96.09458128078816
   window_open:      false
@@ -99,19 +99,19 @@
 lookat = Vec3f(0)
 upvector = Vec3f(0, 0, 1)
 cam.view[] = Makie.lookat(eyeposition, lookat, upvector)
-scene

Interaction with Axis & Layouts

The Axis contains a scene, which has the projection set to make the coordinates go from (x/y)limits_min ... (x/y)limits_max. That's what we plot into. Besides that, it's a normal scene, which we can use to create subscenes with smaller window size or a different projection.

So, we can use camrelative and friends to e.g. plot in the middle of the axis:

julia
figure, axis, plot_object = scatter(1:4)
+scene

Interaction with Axis & Layouts

The Axis contains a scene, which has the projection set to make the coordinates go from (x/y)limits_min ... (x/y)limits_max. That's what we plot into. Besides that, it's a normal scene, which we can use to create subscenes with smaller window size or a different projection.

So, we can use camrelative and friends to e.g. plot in the middle of the axis:

julia
figure, axis, plot_object = scatter(1:4)
 relative_projection = Makie.camrelative(axis.scene);
 scatter!(relative_projection, [Point2f(0.5)], color=:red)
 # offset & text are in pixelspace
 text!(relative_projection, "Hi", position=Point2f(0.5), offset=Vec2f(5))
 lines!(relative_projection, Rect(0, 0, 1, 1), color=:blue, linewidth=3)
 figure

Transformations and Scene graph

So far we've been discussing only camera transformations of the scene. In contrast, there are also scene transformations, or commonly referred to as world transformations. To learn more about the different spaces, learn opengl offers some pretty nice explanations

The "world" transformation is implemented via the Transformation struct in Makie. Scenes and plots both contain these, so these types are considered as "Makie.Transformable". The transformation of a scene will get inherited by all plots added to the scene. An easy way to manipulate any Transformable is via these 3 functions:

# Makie.translate!Function.
julia
translate!(t::Transformable, xyz::VecTypes)
-translate!(t::Transformable, xyz...)

Apply an absolute translation to the given Transformable (a Scene or Plot), translating it to x, y, z.

source

julia
translate!(Accum, t::Transformable, xyz...)

Translate the given Transformable (a Scene or Plot), relative to its current position.

source


# Makie.rotate!Function.
julia
rotate!(Accum, t::Transformable, axis_rot...)

Apply a relative rotation to the transformable, by multiplying by the current rotation.

source

julia
rotate!(t::Transformable, axis_rot::Quaternion)
+translate!(t::Transformable, xyz...)

Apply an absolute translation to the given Transformable (a Scene or Plot), translating it to x, y, z.

source

julia
translate!(Accum, t::Transformable, xyz...)

Translate the given Transformable (a Scene or Plot), relative to its current position.

source


# Makie.rotate!Function.
julia
rotate!(Accum, t::Transformable, axis_rot...)

Apply a relative rotation to the transformable, by multiplying by the current rotation.

source

julia
rotate!(t::Transformable, axis_rot::Quaternion)
 rotate!(t::Transformable, axis_rot::AbstractFloat)
-rotate!(t::Transformable, axis_rot...)

Apply an absolute rotation to the transformable. Rotations are all internally converted to Quaternions.

source


# Makie.scale!Function.
julia
scale!(t::Transformable, x, y)
+rotate!(t::Transformable, axis_rot...)

Apply an absolute rotation to the transformable. Rotations are all internally converted to Quaternions.

source


# Makie.scale!Function.
julia
scale!(t::Transformable, x, y)
 scale!(t::Transformable, x, y, z)
 scale!(t::Transformable, xyz)
-scale!(t::Transformable, xyz...)

Scale the given Transformable (a Scene or Plot) to the given arguments. Can take x, y or x, y, z. This is an absolute scaling, and there is no option to perform relative scaling.

source


julia
scene = Scene()
+scale!(t::Transformable, xyz...)

Scale the given Transformable (a Scene or Plot) to the given arguments. Can take x, y or x, y, z. This is an absolute scaling, and there is no option to perform relative scaling.

source


julia
scene = Scene()
 cam3d!(scene)
 sphere_plot = mesh!(scene, Sphere(Point3f(0), 0.5), color=:red)
 scale!(scene, 0.5, 0.5, 0.5)
@@ -247,7 +247,7 @@
     end
     translate!(figure["torso"], translation, 0, 20)
 end
- + \ No newline at end of file diff --git a/previews/PR3974/tutorials/wrap-existing-recipe.html b/previews/PR3974/tutorials/wrap-existing-recipe.html index d8027b1689c..685859b2a4a 100644 --- a/previews/PR3974/tutorials/wrap-existing-recipe.html +++ b/previews/PR3974/tutorials/wrap-existing-recipe.html @@ -6,12 +6,12 @@ Wrapping existing recipes for new types | Makie - + - + - + @@ -39,7 +39,7 @@ end h = MyHist([1, 10, 100], 1:3) hist(h; color=:red, direction=:x)
- + \ No newline at end of file