Skip to content

Commit 49a38fc

Browse files
fix(tutorials): test display methods
1 parent 677ab52 commit 49a38fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tutorial2.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ cable_design = CableDesign(cable_id, core_cc, nominal_data = datasheet_info)
275275

276276
# At this point, it becomes possible to preview the cable design:
277277
plt1, _ = preview(cable_design)
278-
display(plt1)
278+
plt1
279279

280280
# test1
281281
renderfig(plt1) #hide

0 commit comments

Comments
 (0)