Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/askanium/rustplotlib
/ get_x
Method
get_x
src/views/datum.rs:158–160 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
156
157
impl PointDatum<f32, f32> for (f32, f32) {
158
fn get_x(&self) -> f32 {
159
self.0
160
}
161
162
fn get_y(&self) -> f32 {
163
self.1
Callers
1
load_data
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected