Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

rstudi matplotlib crash qt

library(reticulate)
matplotlib <- import("matplotlib")
matplotlib$use("tkAgg")
plt <- reticulate::import("matplotlib.pyplot")
plt$hist(1:100)
Source by github.com #
 
PREVIOUS NEXT
Tagged: #rstudi #matplotlib #crash #qt
ADD COMMENT
Topic
Name
9+6 =