如何通过用户的gettin值来绘制已嵌入到tkinter中的matplotlib图?

我正在尝试在Gui中使用matplotlib绘制imshow图。但是我无法从用户那里输入输入坐标。 我想从用户那里获得坐标输入,并在按下按钮后创建imshow图像。我认为问题在于它试图在没有所有输入的情况下进行绘制。但是我不知道如何解决这个问题。

我在使用此程序时遇到了一些问题。

    ggplot(conseq_summary_table,aes(age_group,conseq_mean )) +
      geom_bar(aes(fill = condition_motive),stat = "identity",position = "dodge",alpha = .7) +
      labs(title = "Summary of conseq",x = "Age Group",y = "Average conseq" ) +
        theme_minimal() +
      scale_y_continuous(expand = c(0,0),limits = c(-2,2)) +
      geom_hline(yintercept=0)

cy19900528 回答:如何通过用户的gettin值来绘制已嵌入到tkinter中的matplotlib图?

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/2655584.html

大家都在问