macro_rules! plot_name {
    ($name: expr) => { ... };
}
Expand description

Construct a PlotName.

The resulting value may be used as an argument for the Client::plot method. The macro can be used in a const context.