Skip to content

Commit

Permalink
Merge pull request #117 from fredo-dedup/remove-checkplot-call
Browse files Browse the repository at this point in the history
Remove call to checkplot for now
  • Loading branch information
davidanthoff committed Aug 1, 2018
2 parents 91b8097 + 76088cb commit 8142975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rendering/render.jl
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ end


function Base.display(d::Base.REPL.REPLDisplay, plt::VLSpec{:plot})
checkplot(plt)
# checkplot(plt)
tmppath = writehtml_full(JSON.json(plt.params))
launch_browser(tmppath) # Open the browser
end
Expand Down

0 comments on commit 8142975

Please sign in to comment.