Skip to content

Commit e78583d

Browse files
mchantandrei-ng
authored andcommitted
renamed get_b64 to to_b64
1 parent 106931e commit e78583d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/src/plot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ impl Plot {
419419

420420
// similar to write_image, but returns b64 string
421421
#[cfg(feature = "kaleido")]
422-
pub fn get_b64(
422+
pub fn to_b64(
423423
&self,
424424
format: ImageFormat,
425425
width: usize,

0 commit comments

Comments
 (0)