Skip to content

Commit 6f0a5fe

Browse files
Removed print statement and cleaned up notebook outputs
1 parent d6467f1 commit 6f0a5fe

1 file changed

Lines changed: 40 additions & 26 deletions

File tree

examples/Marks/Object Model/FlexLine.ipynb

Lines changed: 40 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"cell_type": "code",
24-
"execution_count": 3,
24+
"execution_count": 2,
2525
"metadata": {
2626
"scrolled": true
2727
},
@@ -42,11 +42,27 @@
4242
},
4343
{
4444
"cell_type": "code",
45-
"execution_count": null,
45+
"execution_count": 3,
4646
"metadata": {
4747
"scrolled": false
4848
},
49-
"outputs": [],
49+
"outputs": [
50+
{
51+
"data": {
52+
"application/vnd.jupyter.widget-view+json": {
53+
"model_id": "7177baa093a741ec9774119aed849d2b",
54+
"version_major": 2,
55+
"version_minor": 0
56+
},
57+
"text/plain": [
58+
"Figure(axes=[Axis(label='Date', label_location='end', scale=DateScale()), Axis(label='Index', label_offset='4e…"
59+
]
60+
},
61+
"execution_count": 3,
62+
"metadata": {},
63+
"output_type": "execute_result"
64+
}
65+
],
5066
"source": [
5167
"lin_x = DateScale()\n",
5268
"lin_y = LinearScale()\n",
@@ -73,11 +89,27 @@
7389
},
7490
{
7591
"cell_type": "code",
76-
"execution_count": null,
92+
"execution_count": 4,
7793
"metadata": {
7894
"scrolled": false
7995
},
80-
"outputs": [],
96+
"outputs": [
97+
{
98+
"data": {
99+
"application/vnd.jupyter.widget-view+json": {
100+
"model_id": "24a0e9d97bb141ff9731ec9af571b217",
101+
"version_major": 2,
102+
"version_minor": 0
103+
},
104+
"text/plain": [
105+
"Figure(axes=[Axis(label='Date', scale=DateScale()), Axis(label='SPX Index', scale=LinearScale(), side='left')]…"
106+
]
107+
},
108+
"execution_count": 4,
109+
"metadata": {},
110+
"output_type": "execute_result"
111+
}
112+
],
81113
"source": [
82114
"lin_x = DateScale()\n",
83115
"lin_y = LinearScale()\n",
@@ -100,21 +132,21 @@
100132
},
101133
{
102134
"cell_type": "code",
103-
"execution_count": 7,
135+
"execution_count": 5,
104136
"metadata": {},
105137
"outputs": [
106138
{
107139
"data": {
108140
"application/vnd.jupyter.widget-view+json": {
109-
"model_id": "2a6a51dd45984cf1a192e9b145c08c2f",
141+
"model_id": "23a64af27682431186bc3a654d3a65d8",
110142
"version_major": 2,
111143
"version_minor": 0
112144
},
113145
"text/plain": [
114146
"VBox(children=(ToggleButtons(description='labels_visibility:', index=1, options=('none', 'label'), value='labe…"
115147
]
116148
},
117-
"execution_count": 7,
149+
"execution_count": 5,
118150
"metadata": {},
119151
"output_type": "execute_result"
120152
}
@@ -160,24 +192,6 @@
160192
"\n",
161193
"VBox([toggle, fig])"
162194
]
163-
},
164-
{
165-
"cell_type": "code",
166-
"execution_count": 5,
167-
"metadata": {},
168-
"outputs": [
169-
{
170-
"name": "stdout",
171-
"output_type": "stream",
172-
"text": [
173-
"/Library/Frameworks/Python.framework/Versions/3.14/bin/python3\n"
174-
]
175-
}
176-
],
177-
"source": [
178-
"import sys\n",
179-
"print(sys.executable)"
180-
]
181195
}
182196
],
183197
"metadata": {

0 commit comments

Comments
 (0)