The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Chart-Plotly REDS"

Chart::Plotly::Trace::Cone - Use cone traces to visualize vector fields. Specify a vector field using 6 1D arrays, 3 position arrays `x`, `y` and `z` and 3 vector component arrays `u`, `v`, `w`. The cones are drawn exactly at the positions given by `x`, `y` and `z`. River stage one • 2 direct dependents • 2 total dependents

Use cone traces to visualize vector fields. Specify a vector field using 6 1D arrays, 3 position arrays `x`, `y` and `z` and 3 vector component arrays `u`, `v`, `w`. The cones are drawn exactly at the positions given by `x`, `y` and `z`. Screenshot o...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Mesh3d - Draws sets of triangles with coordinates given by three 1-dimensional arrays in `x`, `y`, `z` and (1) a sets of `i`, `j`, `k` indices (2) Delaunay triangulation or (3) the Alpha-shape algorithm or (4) the Convex-hull algorithm River stage one • 2 direct dependents • 2 total dependents

Draws sets of triangles with coordinates given by three 1-dimensional arrays in `x`, `y`, `z` and (1) a sets of `i`, `j`, `k` indices (2) Delaunay triangulation or (3) the Alpha-shape algorithm or (4) the Convex-hull algorithm Screenshot of the above...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Volume - Draws volume trace between iso-min and iso-max values with coordinates given by four 1-dimensional arrays containing the `value`, `x`, `y` and `z` of every vertex of a uniform or non-uniform 3-D grid. Horizontal or vertical slices, caps as well as spaceframe between iso-min and iso-max values could also be drawn using this trace. River stage one • 2 direct dependents • 2 total dependents

Draws volume trace between iso-min and iso-max values with coordinates given by four 1-dimensional arrays containing the `value`, `x`, `y` and `z` of every vertex of a uniform or non-uniform 3-D grid. Horizontal or vertical slices, caps as well as sp...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Contour - The data from which contour lines are computed is set in `z`. Data in `z` must be a {2D array} of numbers. Say that `z` has N rows and M columns, then by default, these N rows correspond to N y coordinates (set in `y` or auto-generated) and the M columns correspond to M x coordinates (set in `x` or auto-generated). By setting `transpose` to *true*, the above behavior is flipped. River stage one • 2 direct dependents • 2 total dependents

The data from which contour lines are computed is set in `z`. Data in `z` must be a {2D array} of numbers. Say that `z` has N rows and M columns, then by default, these N rows correspond to N y coordinates (set in `y` or auto-generated) and the M col...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Surface - The data the describes the coordinates of the surface is set in `z`. Data in `z` should be a {2D array}. Coordinates in `x` and `y` can either be 1D {arrays} or {2D arrays} (e.g. to graph parametric surfaces). If not provided in `x` and `y`, the x and y coordinates are assumed to be linear starting at 0 with a unit step. The color scale corresponds to the `z` values by default. For custom color scales, use `surfacecolor` which should be a {2D array}, where its bounds can be controlled using `cmin` and `cmax`. River stage one • 2 direct dependents • 2 total dependents

The data the describes the coordinates of the surface is set in `z`. Data in `z` should be a {2D array}. Coordinates in `x` and `y` can either be 1D {arrays} or {2D arrays} (e.g. to graph parametric surfaces). If not provided in `x` and `y`, the x an...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Heatmap - The data that describes the heatmap value-to-color mapping is set in `z`. Data in `z` can either be a {2D array} of values (ragged or not) or a 1D array of values. In the case where `z` is a {2D array}, say that `z` has N rows and M columns. Then, by default, the resulting heatmap will have N partitions along the y axis and M partitions along the x axis. In other words, the i-th row/ j-th column cell in `z` is mapped to the i-th partition of the y axis (starting from the bottom of the plot) and the j-th partition of the x-axis (starting from the left of the plot). This behavior can be flipped by using `transpose`. Moreover, `x` (`y`) can be provided with M or M+1 (N or N+1) elements. If M (N), then the coordinates correspond to the center of the heatmap cells and the cells have equal width. If M+1 (N+1), then the coordinates correspond to the edges of the heatmap cells. In the case where `z` is a 1D {array}, the x and y coordinates must be provided in `x` and `y` respectively to form data triplets. River stage one • 2 direct dependents • 2 total dependents

The data that describes the heatmap value-to-color mapping is set in `z`. Data in `z` can either be a {2D array} of values (ragged or not) or a 1D array of values. In the case where `z` is a {2D array}, say that `z` has N rows and M columns. Then, by...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Heatmapgl - *heatmapgl* trace is deprecated! Please consider switching to the *heatmap* or *image* trace types. Alternatively you could contribute/sponsor rewriting this trace type based on cartesian features and using regl framework. WebGL version of the heatmap trace type. River stage one • 2 direct dependents • 2 total dependents

*heatmapgl* trace is deprecated! Please consider switching to the *heatmap* or *image* trace types. Alternatively you could contribute/sponsor rewriting this trace type based on cartesian features and using regl framework. WebGL version of the heatma...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Isosurface - Draws isosurfaces between iso-min and iso-max values with coordinates given by four 1-dimensional arrays containing the `value`, `x`, `y` and `z` of every vertex of a uniform or non-uniform 3-D grid. Horizontal or vertical slices, caps as well as spaceframe between iso-min and iso-max values could also be drawn using this trace. River stage one • 2 direct dependents • 2 total dependents

Draws isosurfaces between iso-min and iso-max values with coordinates given by four 1-dimensional arrays containing the `value`, `x`, `y` and `z` of every vertex of a uniform or non-uniform 3-D grid. Horizontal or vertical slices, caps as well as spa...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Streamtube - Use a streamtube trace to visualize flow in a vector field. Specify a vector field using 6 1D arrays of equal length, 3 position arrays `x`, `y` and `z` and 3 vector component arrays `u`, `v`, and `w`. By default, the tubes' starting positions will be cut from the vector field's x-z plane at its minimum y value. To specify your own starting position, use attributes `starts.x`, `starts.y` and `starts.z`. The color is encoded by the norm of (u, v, w), and the local radius by the divergence of (u, v, w). River stage one • 2 direct dependents • 2 total dependents

Use a streamtube trace to visualize flow in a vector field. Specify a vector field using 6 1D arrays of equal length, 3 position arrays `x`, `y` and `z` and 3 vector component arrays `u`, `v`, and `w`. By default, the tubes' starting positions will b...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Choropleth - The data that describes the choropleth value-to-color mapping is set in `z`. The geographic locations corresponding to each value in `z` are set in `locations`. River stage one • 2 direct dependents • 2 total dependents

The data that describes the choropleth value-to-color mapping is set in `z`. The geographic locations corresponding to each value in `z` are set in `locations`. Screenshot of the above example: This file has been autogenerated from the official plotl...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Histogram2d - The sample data from which statistics are computed is set in `x` and `y` (where `x` and `y` represent marginal distributions, binning is set in `xbins` and `ybins` in this case) or `z` (where `z` represent the 2D distribution and binning set, binning is set by `x` and `y` in this case). The resulting distribution is visualized as a heatmap. River stage one • 2 direct dependents • 2 total dependents

The sample data from which statistics are computed is set in `x` and `y` (where `x` and `y` represent marginal distributions, binning is set in `xbins` and `ybins` in this case) or `z` (where `z` represent the 2D distribution and binning set, binning...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Bar::Marker - This attribute is one of the possible options for the trace bar. River stage one • 2 direct dependents • 2 total dependents

This attribute is part of the possible options for the trace bar. This file has been autogenerated from the official plotly.js source. If you like Plotly, please support them: <https://plot.ly/> Open source announcement: <https://plot.ly/javascript/o...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Densitymapbox - Draws a bivariate kernel density estimation with a Gaussian kernel from `lon` and `lat` coordinates and optional `z` values using a colorscale. River stage one • 2 direct dependents • 2 total dependents

Draws a bivariate kernel density estimation with a Gaussian kernel from `lon` and `lat` coordinates and optional `z` values using a colorscale. Screenshot of the above example: This file has been autogenerated from the official plotly.js source. If y...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Contourcarpet - Plots contours on either the first carpet axis or the carpet axis with a matching `carpet` attribute. Data `z` is interpreted as matching that of the corresponding carpet axis. River stage one • 2 direct dependents • 2 total dependents

Plots contours on either the first carpet axis or the carpet axis with a matching `carpet` attribute. Data `z` is interpreted as matching that of the corresponding carpet axis. Screenshot of the above example: This file has been autogenerated from th...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Splom::Marker - This attribute is one of the possible options for the trace splom. River stage one • 2 direct dependents • 2 total dependents

This attribute is part of the possible options for the trace splom. This file has been autogenerated from the official plotly.js source. If you like Plotly, please support them: <https://plot.ly/> Open source announcement: <https://plot.ly/javascript...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Parcats::Line - This attribute is one of the possible options for the trace parcats. River stage one • 2 direct dependents • 2 total dependents

This attribute is part of the possible options for the trace parcats. This file has been autogenerated from the official plotly.js source. If you like Plotly, please support them: <https://plot.ly/> Open source announcement: <https://plot.ly/javascri...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Icicle::Marker - This attribute is one of the possible options for the trace icicle. River stage one • 2 direct dependents • 2 total dependents

This attribute is part of the possible options for the trace icicle. This file has been autogenerated from the official plotly.js source. If you like Plotly, please support them: <https://plot.ly/> Open source announcement: <https://plot.ly/javascrip...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Funnel::Marker - This attribute is one of the possible options for the trace funnel. River stage one • 2 direct dependents • 2 total dependents

This attribute is part of the possible options for the trace funnel. This file has been autogenerated from the official plotly.js source. If you like Plotly, please support them: <https://plot.ly/> Open source announcement: <https://plot.ly/javascrip...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Treemap::Marker - This attribute is one of the possible options for the trace treemap. River stage one • 2 direct dependents • 2 total dependents

This attribute is part of the possible options for the trace treemap. This file has been autogenerated from the official plotly.js source. If you like Plotly, please support them: <https://plot.ly/> Open source announcement: <https://plot.ly/javascri...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC

Chart::Plotly::Trace::Parcoords::Line - This attribute is one of the possible options for the trace parcoords. River stage one • 2 direct dependents • 2 total dependents

This attribute is part of the possible options for the trace parcoords. This file has been autogenerated from the official plotly.js source. If you like Plotly, please support them: <https://plot.ly/> Open source announcement: <https://plot.ly/javasc...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC
74 results (0.061 seconds)