@@ -62,7 +62,7 @@ Consider using the `to_html` method obtain a string representation instead. If u
6262- ImageFormat::WEBP
6363- ImageFormat::SVG
6464- ImageFormat::PDF
65- - ImageFormat::EPS // will be removed in version 0.14 .0
65+ - ImageFormat::EPS // will be removed in version 0.15 .0
6666
6767Used as follows:
6868let plot = Plot::new();
@@ -427,11 +427,11 @@ impl Plot {
427427 /// at the given location using kaleido.
428428 ///
429429 /// This function is deprecated since version 0.13.0. The kaleido-based
430- /// implementation will be removed in version 0.14 .0. Use
430+ /// implementation will be removed in version 0.15 .0. Use
431431 /// `plotly_static` feature instead for static image export functionality.
432432 #[ deprecated(
433433 since = "0.13.0" ,
434- note = "kaleido-based implementation is deprecated. Use plotly_static feature instead. The kaleido implementation will be removed in version 0.14 .0"
434+ note = "kaleido-based implementation is deprecated. Use plotly_static feature instead. The kaleido implementation will be removed in version 0.15 .0"
435435 ) ]
436436 #[ cfg( feature = "kaleido" ) ]
437437 pub fn write_image < P : AsRef < Path > > (
@@ -460,11 +460,11 @@ impl Plot {
460460 /// [ImageFormat::PNG] and [ImageFormat::WEBP]
461461 ///
462462 /// This function is deprecated since version 0.13.0. The kaleido-based
463- /// implementation will be removed in version 0.14 .0. Use
463+ /// implementation will be removed in version 0.15 .0. Use
464464 /// `plotly_static` feature instead for static image export functionality.
465465 #[ deprecated(
466466 since = "0.13.0" ,
467- note = "kaleido-based implementation is deprecated. Use plotly_static feature instead. The kaleido implementation will be removed in version 0.14 .0"
467+ note = "kaleido-based implementation is deprecated. Use plotly_static feature instead. The kaleido implementation will be removed in version 0.15 .0"
468468 ) ]
469469 #[ cfg( feature = "kaleido" ) ]
470470 pub fn to_base64 (
@@ -497,11 +497,11 @@ impl Plot {
497497 /// Convert the `Plot` to SVG and return it as a String using kaleido.
498498 ///
499499 /// This function is deprecated since version 0.13.0. The kaleido-based
500- /// implementation will be removed in version 0.14 .0. Use
500+ /// implementation will be removed in version 0.15 .0. Use
501501 /// `plotly_static` feature instead for static image export functionality.
502502 #[ deprecated(
503503 since = "0.13.0" ,
504- note = "kaleido-based implementation is deprecated. Use plotly_static feature instead. The kaleido implementation will be removed in version 0.14 .0"
504+ note = "kaleido-based implementation is deprecated. Use plotly_static feature instead. The kaleido implementation will be removed in version 0.15 .0"
505505 ) ]
506506 #[ cfg( feature = "kaleido" ) ]
507507 pub fn to_svg ( & self , width : usize , height : usize , scale : f64 ) -> String {
0 commit comments