MCPcopy Create free account

hub / github.com/Ryan-D-Gast/quill / functions

Functions64 in github.com/Ryan-D-Gast/quill

↓ 20 callersMethodto_f32
(self)
src/traits.rs:31
↓ 13 callersMethodto_hex_string
(&self)
src/color.rs:116
↓ 6 callersMethodto_svg
Saves the plot as an SVG file
src/plot.rs:78
↓ 4 callersMethodplot
Generates an SVG document representing the plot.
src/plot.rs:145
↓ 2 callersFunctiondraw_linear_path
Helper functions for different interpolation types
src/draw/data_series.rs:90
↓ 2 callersFunctionformat_pi_value
Format a value in terms of π for display
src/draw/ticks_and_grids.rs:176
↓ 2 callersFunctiongenerate_minor_linear_ticks
Generate minor tick values for linear scales between major ticks
src/draw/ticks_and_grids.rs:39
↓ 2 callersFunctiongenerate_minor_log_ticks
Generate minor tick values for logarithmic scale between major ticks
src/draw/ticks_and_grids.rs:8
↓ 2 callersFunctiongenerate_minor_pi_ticks
Generate minor tick values for Pi scale between major ticks
src/draw/ticks_and_grids.rs:141
↓ 2 callersFunctiongenerate_pi_ticks
Generate tick values for Pi scale based on nice π fractions
src/draw/ticks_and_grids.rs:58
↓ 2 callersMethodto_png
(&self, filename: &str, scale: f32)
src/plot.rs:88
↓ 2 callersMethodto_rgb
(&self)
src/color.rs:46
↓ 1 callersMethodadd_left
(mut self, left: f32)
src/style/margin.rs:60
↓ 1 callersFunctiondaily_humidity_data
()
examples/weather.rs:39
↓ 1 callersFunctiondaily_temperature_data
()
examples/weather.rs:3
↓ 1 callersFunctiondraw_axis_lines
( document: Document, axis: Axis, axis_config: &AxisConfig, plot_area_x_start: f32, plot_a
src/draw/axis.rs:6
↓ 1 callersFunctiondraw_bezier_path
(series: &Series<T>, map_x: &Fx, map_y: &Fy)
src/draw/data_series.rs:137
↓ 1 callersFunctiondraw_data_series
( data: &[Series<T>], map_x: Fx, map_y: Fy, )
src/draw/data_series.rs:8
↓ 1 callersFunctiondraw_legend
( document: Document, data: &[Series<T>], font: &str, legend_config: &LegendConfig, legend
src/draw/legend.rs:10
↓ 1 callersFunctiondraw_spline_path
(series: &Series<T>, map_x: &Fx, map_y: &Fy)
src/draw/data_series.rs:212
↓ 1 callersFunctiondraw_step_path
(series: &Series<T>, map_x: &Fx, map_y: &Fy)
src/draw/data_series.rs:110
↓ 1 callersFunctiondraw_ticks_and_grids
( document: Document, axis: Axis, tick: Tick, grid: Grid, minor_grid: MinorGrid, x_sca
src/draw/ticks_and_grids.rs:213
↓ 1 callersFunctiondraw_title
( document: Document, title: &str, font: &str, title_config: &TitleConfig, plot_area_x_sta
src/draw/label.rs:6
↓ 1 callersFunctiondraw_x_label
( document: Document, x_label: &str, font: &str, x_label_config: &LabelConfig, plot_area_x
src/draw/label.rs:32
↓ 1 callersFunctiondraw_y_label
( document: Document, y_label: &str, font: &str, y_label_config: &LabelConfig, current_eff
src/draw/label.rs:61
↓ 1 callersFunctionexponential_data
()
examples/logarithmic.rs:3
↓ 1 callersFunctionline_data
()
examples/line.rs:3
↓ 1 callersFunctionpower_law_data
()
examples/logarithmic.rs:13
↓ 1 callersFunctionscatter_data
()
examples/scatter.rs:3
Methodadd_bottom
(mut self, bottom: f32)
src/style/margin.rs:55
Methodadd_right
(mut self, right: f32)
src/style/margin.rs:65
Methodadd_top
(mut self, top: f32)
src/style/margin.rs:50
Methoddefault
()
src/color.rs:138
Methoddefault
()
src/series.rs:27
Methoddefault
()
src/style/tick.rs:17
Methoddefault
()
src/style/label.rs:10
Methoddefault
()
src/style/margin.rs:10
Methoddefault
()
src/style/grid_new.rs:12
Methoddefault
()
src/style/grid.rs:12
Methoddefault
()
src/style/title.rs:10
Methoddefault
()
src/style/axis.rs:10
Methoddefault
()
src/style/legend.rs:15
Methoddefault
()
src/elements/minor_grid.rs:10
Methodepsilon
()
src/traits.rs:40
Methodfrom
(rgb: (u8, u8, u8))
src/color.rs:144
Methodfrom_f32
(val: f32)
src/traits.rs:43
Methodhex
Create a hex color
src/color.rs:132
Functionmain
()
examples/logarithmic.rs:23
Functionmain
()
examples/scatter.rs:15
Functionmain
()
examples/investment_growth.rs:3
Functionmain
()
examples/weather.rs:75
Functionmain
()
examples/line.rs:13
Functionmain
()
examples/monthly_sales.rs:3
Methodmax_value
()
src/traits.rs:34
Methodmin_value
()
src/traits.rs:37
Methodnew
(top: f32, bottom: f32, left: f32, right: f32)
src/style/margin.rs:21
Methodrgb
Create an RGB color
src/color.rs:127
Methodto_document
Converts the plot to an SVG document.
src/plot.rs:140
Methodto_png_bytes
(&self, scale: f32)
src/plot.rs:116
Methodto_rgb_string
(&self)
src/color.rs:121
Methodwith_bottom
(mut self, bottom: f32)
src/style/margin.rs:35
Methodwith_left
(mut self, left: f32)
src/style/margin.rs:40
Methodwith_right
(mut self, right: f32)
src/style/margin.rs:45
Methodwith_top
(mut self, top: f32)
src/style/margin.rs:30