MCPcopy Create free account

hub / github.com/5ocworkshop/bgraph / functions

Functions322 in github.com/5ocworkshop/bgraph

Functiontest_stops_are_sorted
()
tests/classes/test_cls_color_gradient.rs:132
Functiontest_style_applies_when_no_gradient
()
tests/classes/test_cls_vertical_gauge.rs:93
Functiontest_style_applies_when_no_gradient
()
tests/classes/test_cls_braille_vertical_gauge.rs:157
Functiontest_three_stops
()
tests/classes/test_cls_color_gradient.rs:64
Functiontest_time_series_state_capacity_zero
()
tests/classes/test_cls_time_series_state.rs:9
Functiontest_two_stops_interpolation
()
tests/classes/test_cls_color_gradient.rs:45
Functiontest_value_clamping
()
tests/classes/test_cls_color_gradient.rs:83
Functiontest_zero_line_rendering
()
tests/functions/test_fnc_get_braille_symbols.rs:133
Functiontest_zero_value_shows_all_empty
()
tests/classes/test_cls_braille_vertical_gauge.rs:33
Functiontest_zero_value_shows_no_fill
()
tests/classes/test_cls_vertical_gauge.rs:38
Methodthree_point
Create a 3-point gradient (btop-style) This is the most common gradient pattern: start → mid → end, with the midpoint at 50%. # Example ```rust use
src/classes/cls_color_gradient.rs:57
Methodtwo_point
Create a 2-point gradient (simple start → end) # Example ```rust use bgraph::ColorGradient; use ratatui::style::Color; let simple = ColorGradient::t
src/classes/cls_color_gradient.rs:76
Functionverify_10_row_divisions
()
tests/functions/test_fnc_snap_height.rs:138
Functionverify_4_row_divisions
()
tests/functions/test_fnc_snap_height.rs:154
Functionverify_50_percent_alignment
()
tests/functions/test_fnc_snap_height.rs:170
Methodwith_range
Create a new state with the given capacity and Y range.
src/classes/cls_mini_time_series_state.rs:47
Methodwith_range
Create with explicit Y-range shared by all series
src/classes/cls_multi_time_series_state.rs:43
Methodwith_range
Create with explicit Y-axis range # Example ```rust use bgraph::TimeSeriesState; let state = TimeSeriesState::with_range(100, 0.0, 100.0); // CPU % `
src/classes/cls_time_series_state.rs:57
Methodwith_ranges
Create with explicit Y-ranges for each side
src/classes/cls_dual_time_series_state.rs:38
Methody_range
Set the Y-axis range for value mapping.
src/classes/cls_mini_graph.rs:67
Methody_range
Get the Y-axis range.
src/classes/cls_mini_time_series_state.rs:82
Methody_range
Get the current Y-axis range Returns explicit range if set, otherwise auto-calculated from data.
src/classes/cls_time_series_state.rs:115
← previous301–322 of 322, ranked by callers