Skip to content

Commit 40c23ef

Browse files
committed
Add the Axies.xaxis_date method
1 parent 44ebe24 commit 40c23ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/axes.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ impl Axes {
298298
ax: meth!(self.ax, twinx, ()).unwrap(),
299299
}
300300
}
301+
302+
pub fn xaxis_date(&mut self) {
303+
meth!(self.ax, xaxis_date, ()).unwrap();
304+
}
301305
}
302306

303307
enum PlotData<D> {

0 commit comments

Comments
 (0)