aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/InteractivePlotter.ipynb5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/InteractivePlotter.ipynb b/doc/InteractivePlotter.ipynb
index 9392ec3..57d1aed 100644
--- a/doc/InteractivePlotter.ipynb
+++ b/doc/InteractivePlotter.ipynb
@@ -84,10 +84,7 @@
"collapsed": true,
"input": [
"temp_thermal_location = setup_thermal()\n",
- "trace1 = trappy.FTrace(temp_thermal_location)\n",
- "trace2 = trappy.FTrace(temp_thermal_location)\n",
- "trace2.thermal.data_frame[\"temp\"] = trace1.thermal.data_frame[\"temp\"] * 2\n",
- "trace2.cpu_out_power.data_frame[\"power\"] = trace1.cpu_out_power.data_frame[\"power\"] * 2"
+ "trace1 = trappy.FTrace(temp_thermal_location)"
],
"language": "python",
"metadata": {},