The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Chart::Plotly"

Chart::Plotly - Generate html/javascript charts from perl data using javascript library plotly.js River stage one • 2 direct dependents • 2 total dependents

Generate html/javascript charts from perl data using javascript library plotly.js. The result is a file that you could see in your favourite browser. Example screenshot of plot generated with examples/anscombe.pl: Example screenshot of plots generate...

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

Chart::Plotly::Plot River stage one • 2 direct dependents • 2 total dependents

Represent a full plot composed of one or more traces (Chart::Plotly::Trace::*)...

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

Chart::Plotly::Image - Export static images of Plotly charts River stage one • 2 direct dependents • 2 total dependents

This module generate static images of Plotly charts. It internally uses either of below modules, * Chart::Kaleido::Plotly's save() method. Note that you will need to explicitly install Chart::Kaleido::Plotly for kaleido to work. * Chart::Plotly::Imag...

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

Chart::Plotly::Adapter River stage one • 2 direct dependents • 2 total dependents

Adapts diferent objects to be plotted with Chart::Plotly. This class simply dispatchs to the appropiate object using the type of the object. For example, in order to plot a Data::Table, this delegates to Chart::Plotly::Adapter::Data::Table...

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

Chart::Kaleido::Plotly - Export static images of Plotly charts using Kaleido River stage zero No dependents

This class wraps the "plotly" scope of plotly's kaleido command....

SLOYD/Chart-Kaleido-0.014 - 04 Feb 2023 14:30:38 UTC

Chart::Plotly::Trace::Box - Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The second quartile (Q2, i.e. the median) is marked by a line inside the box. The fences grow outward from the boxes' edges, by default they span +/- 1.5 times the interquartile range (IQR: Q3-Q1), The sample mean and standard deviation as well as notches and the sample, outlier and suspected outliers points can be optionally added to the box plot. The values and positions corresponding to each boxes can be input using two signatures. The first signature expects users to supply the sample values in the `y` data array for vertical boxes (`x` for horizontal boxes). By supplying an `x` (`y`) array, one box per distinct `x` (`y`) value is drawn If no `x` (`y`) {array} is provided, a single box is drawn. In this case, the box is positioned with the trace `name` or with `x0` (`y0`) if provided. The second signature expects users to supply the boxes corresponding Q1, median and Q3 statistics in the `q1`, `median` and `q3` data arrays respectively. Other box features relying on statistics namely `lowerfence`, `upperfence`, `notchspan` can be set directly by the users. To have plotly compute them or to show sample points besides the boxes, users can set the `y` data array for vertical boxes (`x` for horizontal boxes) to a 2D array with the outer length corresponding to the number of boxes in the traces and the inner length corresponding the sample size. River stage one • 2 direct dependents • 2 total dependents

Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The second quartile (Q2, i.e. the median) is marked by a line inside the box. The fences grow outward from the boxes' edges, by default they span +/- 1.5 times the interquartile range (IQR: Q3-Q...

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

Chart::Plotly::Trace::Bar - The data visualized by the span of the bars is set in `y` if `orientation` is set th *v* (the default) and the labels are set in `x`. By setting `orientation` to *h*, the roles are interchanged. River stage one • 2 direct dependents • 2 total dependents

The data visualized by the span of the bars is set in `y` if `orientation` is set th *v* (the default) and the labels are set in `x`. By setting `orientation` to *h*, the roles are interchanged. Screenshot of the above example: This file has been aut...

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

Chart::Plotly::Trace::Pie - A data visualized by the sectors of the pie is set in `values`. The sector labels are set in `labels`. The sector colors are set in `marker.colors` River stage one • 2 direct dependents • 2 total dependents

A data visualized by the sectors of the pie is set in `values`. The sector labels are set in `labels`. The sector colors are set in `marker.colors` Screenshot of the above example: This file has been autogenerated from the official plotly.js source. ...

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

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::Ohlc - The ohlc (short for Open-High-Low-Close) is a style of financial chart describing open, high, low and close for a given `x` coordinate (most likely time). The tip of the lines represent the `low` and `high` values and the horizontal segments represent the `open` and `close` values. Sample points where the close value is higher (lower) then the open value are called increasing (decreasing). By default, increasing items are drawn in green whereas decreasing are drawn in red. River stage one • 2 direct dependents • 2 total dependents

The ohlc (short for Open-High-Low-Close) is a style of financial chart describing open, high, low and close for a given `x` coordinate (most likely time). The tip of the lines represent the `low` and `high` values and the horizontal segments represen...

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

Chart::Plotly::Image::Orca - Export static images of Plotly charts using orca River stage one • 2 direct dependents • 2 total dependents

This module generate static images of Plotly charts without a browser using Orca <https://github.com/plotly/orca> Orca is an Electron <https://electronjs.org/> app that must be installed before using this module. You can either, * Install the Alien::...

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

Chart::Plotly::Trace::Table - Table view for detailed data viewing. The data are arranged in a grid of rows and columns. Most styling can be specified for columns, rows or individual cells. Table is using a column-major order, ie. the grid is represented as a vector of column vectors. River stage one • 2 direct dependents • 2 total dependents

Table view for detailed data viewing. The data are arranged in a grid of rows and columns. Most styling can be specified for columns, rows or individual cells. Table is using a column-major order, ie. the grid is represented as a vector of column vec...

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

Chart::Plotly::Trace::Splom - Splom traces generate scatter plot matrix visualizations. Each splom `dimensions` items correspond to a generated axis. Values for each of those dimensions are set in `dimensions[i].values`. Splom traces support all `scattergl` marker style attributes. Specify `layout.grid` attributes and/or layout x-axis and y-axis attributes for more control over the axis positioning and style. River stage one • 2 direct dependents • 2 total dependents

Splom traces generate scatter plot matrix visualizations. Each splom `dimensions` items correspond to a generated axis. Values for each of those dimensions are set in `dimensions[i].values`. Splom traces support all `scattergl` marker style attribute...

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

Chart::Plotly::Trace::Image - Display an image, i.e. data on a 2D regular raster. By default, when an image is displayed in a subplot, its y axis will be reversed (ie. `autorange: 'reversed'`), constrained to the domain (ie. `constrain: 'domain'`) and it will have the same scale as its x axis (ie. `scaleanchor: 'x,`) in order for pixels to be rendered as squares. River stage one • 2 direct dependents • 2 total dependents

Display an image, i.e. data on a 2D regular raster. By default, when an image is displayed in a subplot, its y axis will be reversed (ie. `autorange: 'reversed'`), constrained to the domain (ie. `constrain: 'domain'`) and it will have the same scale ...

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::Funnel - Visualize stages in a process using length-encoded bars. This trace can be used to show data in either a part-to-whole representation wherein each item appears in a single stage, or in a "drop-off" representation wherein each item appears in each stage it traversed. See also the "funnelarea" trace type for a different approach to visualizing funnel data. River stage one • 2 direct dependents • 2 total dependents

Visualize stages in a process using length-encoded bars. This trace can be used to show data in either a part-to-whole representation wherein each item appears in a single stage, or in a "drop-off" representation wherein each item appears in each sta...

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::Sankey - Sankey plots for network flow data analysis. The nodes are specified in `nodes` and the links between sources and targets in `links`. The colors are set in `nodes[i].color` and `links[i].color`, otherwise defaults are used. River stage one • 2 direct dependents • 2 total dependents

Sankey plots for network flow data analysis. The nodes are specified in `nodes` and the links between sources and targets in `links`. The colors are set in `nodes[i].color` and `links[i].color`, otherwise defaults are used. Screenshot of the above ex...

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

Chart::Plotly::Trace::Carpet - The data describing carpet axis layout is set in `y` and (optionally) also `x`. If only `y` is present, `x` the plot is interpreted as a cheater plot and is filled in using the `y` values. `x` and `y` may either be 2D arrays matching with each dimension matching that of `a` and `b`, or they may be 1D arrays with total length equal to that of `a` and `b`. River stage one • 2 direct dependents • 2 total dependents

The data describing carpet axis layout is set in `y` and (optionally) also `x`. If only `y` is present, `x` the plot is interpreted as a cheater plot and is filled in using the `y` values. `x` and `y` may either be 2D arrays matching with each dimens...

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

Chart::Plotly::Trace::Violin - In vertical (horizontal) violin plots, statistics are computed using `y` (`x`) values. By supplying an `x` (`y`) array, one violin per distinct x (y) value is drawn If no `x` (`y`) {array} is provided, a single violin is drawn. That violin position is then positioned with with `name` or with `x0` (`y0`) if provided. River stage one • 2 direct dependents • 2 total dependents

In vertical (horizontal) violin plots, statistics are computed using `y` (`x`) values. By supplying an `x` (`y`) array, one violin per distinct x (y) value is drawn If no `x` (`y`) {array} is provided, a single violin is drawn. That violin position i...

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