Graph::show_rss
fn show_rss(
self: Graph
) -> Graph
Configures the graph to show maps' RSS.
Examples
graph()
.add(maps())
.show_rss()
.save();
fn show_rss(
self: Graph
) -> Graph
Configures the graph to show maps' RSS.
graph()
.add(maps())
.show_rss()
.save();