energy: fix shell command in docs

This commit is contained in:
Tommaso Pecorella
2024-02-03 14:37:30 -06:00
committed by Tommaso Pecorella
parent 039692de8f
commit 2d9b97a274

View File

@@ -44,8 +44,10 @@ using namespace ns3;
*
* Plot files are produced as a result of this example.
* Graphs can be obtained from the plot using:
* \code{.sh}
$> gnuplot <plotname>.plt
\endcode
*
* $> gnuplot <plotname>.plt
*/
Gnuplot battDischPlot1 = Gnuplot("BattDisch1.eps");