MCPcopy Create free account
hub / github.com/alceal/plotlars / set_scene_reference

Method set_scene_reference

crates/plotlars-plotly/src/subplot_grid/shared.rs:191–195  ·  view source on GitHub ↗
(&mut self, scene: &str)

Source from the content-addressed store, hash-verified

189 }
190
191 pub(super) fn set_scene_reference(&mut self, scene: &str) {
192 if let Some(obj) = self.data.as_object_mut() {
193 obj.insert("scene".to_string(), json!(scene));
194 }
195 }
196
197 pub(super) fn set_subplot_reference(&mut self, subplot: &str) {
198 if let Some(obj) = self.data.as_object_mut() {

Callers 2

build_regularFunction · 0.80
assign_axis_referencesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected