Skip to content

Commit 49a9f08

Browse files
authored
Update 3d-plot2.rs
1 parent c36ffa2 commit 49a9f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/3d-plot2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
2727
chart.configure_axes().draw()?;
2828

2929
chart.draw_series(
30-
SurfaceSeries::xoy(
30+
SurfaceSeries::xoz(
3131
(-15..=15).map(|x| x as f64 / 5.0),
3232
(-15..=15).map(|x| x as f64 / 5.0),
3333
pdf,

0 commit comments

Comments
 (0)