Expand description
Modules§
- polars
- Re-exported Polars prelude for advanced data manipulation.
Structs§
- Array2d
Plot - A structure representing a 2D array plot.
- Axis
- A structure representing a customizable axis.
- BarPlot
- A structure representing a bar plot.
- BoxPlot
- A structure representing a box plot.
- Candlestick
Plot - A structure representing a Candlestick financial chart.
- Cell
- A structure representing cell formatting for tables.
- Color
Bar - A structure representing a color bar component for visualizations.
- Contour
Plot - A structure representing a contour plot.
- CsvReader
- A CSV file reader with configurable parsing options.
- Density
Mapbox - A structure representing a density mapbox visualization.
- Dimensions
- A structure representing plot dimensions and sizing behavior.
- Direction
- A structure representing the styling for candlestick directions (increasing/decreasing).
- Excel
Reader - An Excel file reader supporting
.xlsxformat. - Facet
Config - A structure representing facet configuration for creating small multiples.
- Header
- A structure representing header formatting for tables.
- HeatMap
- A structure representing a heat map.
- Histogram
- A structure representing a histogram.
- Image
- A structure representing an image plot.
- Json
Reader - An NDJSON (newline-delimited JSON) file reader.
- Legend
- A structure representing a customizable plot legend.
- Lighting
- A structure describing the lighting model.
- Line
Plot - A structure representing a line plot.
- Mesh3D
- A structure representing a 3D mesh plot.
- Ohlc
Plot - A structure representing an OHLC (Open-High-Low-Close) financial chart.
- Parquet
Reader - A Parquet file reader.
- PieChart
- A structure representing a pie chart.
- Rgb
- A structure representing an RGB color with red, green, and blue components.
- Sankey
Diagram - A structure representing a Sankey diagram.
- Scatter3d
Plot - A structure representing a 3D scatter plot.
- Scatter
Geo - A structure representing a geographic scatter plot.
- Scatter
Map - A structure representing a scatter plot on a map.
- Scatter
Plot - A structure representing a scatter plot.
- Scatter
Polar - A structure representing a scatter polar plot.
- Subplot
Grid - A structure representing a subplot grid layout.
- Surface
Plot - A structure representing a 3-D surface plot.
- Table
- A structure representing a table plot.
- Text
- A structure representing text with customizable content, font, size, and color.
- Time
Series Plot - A structure representing a time series plot.
Enums§
- Arrangement
- An enumeration representing node arrangement strategies for Sankey diagrams.
- Axis
Side - Enumeration representing the position of the axis.
- Axis
Type - Enumeration representing the type of the axis.
- BarMode
- An enumeration representing how bars are displayed when multiple bar traces share the same axis.
- Coloring
- Enumeration representing the coloring strategy applied to contour levels.
- Facet
Scales - Controls axis scaling behavior across facets in a faceted plot.
- Fill
- An enumeration representing different fill modes for area traces in plots.
- Intensity
Mode - An enumeration representing the source of intensity values for mesh coloring.
- Line
- An enumeration representing different styles of lines that can be used in plots.
- Mode
- An enumeration representing different drawing modes for scatter-type plots.
- Orientation
- An enumeration representing the orientation of the legend.
- Palette
- Example
- Plotlars
Error - Unified error type for plotlars I/O and plot construction failures.
- Shape
- An enumeration of various marker shapes used in plots.
- Tick
Direction - Enumeration representing the direction of axis ticks.
- Unsupported
Option Policy - Controls how unsupported styling options are reported during rendering.
- Value
Exponent - An enumeration representing the format for value exponents on the axis.
Traits§
- Plot
- Plotly rendering extension trait. Provides all visualization methods.
- Plot
Data - Core trait implemented by all plot types. Provides access to the intermediate representation (IR) data.
Functions§
- set_
unsupported_ option_ policy - Set the global unsupported option policy. First call wins; subsequent
calls are ignored. If never called, the default is
Warn.