Skip to content
#

gtk

Here are 1,451 public repositories matching this topic...

Cgadal
Cgadal commented Apr 30, 2022

Bug summary

Using plt.sca() on an axes created using subfigures result in an error.

Code for reproduction

import matplotlib.pyplot as plt

fig = plt.figure()
subfigs = fig.subfigures(2, 1)

axarr = subfigs[0].subplots(2, 2)

plt.sca(axarr[0, 0])

Actual outcome

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/me/.
Good first issue
Honghe
Honghe commented Mar 27, 2018

Please give us some details about the systems you are using:

  • Client (OS name and version): Windows 10, VNCtiger v1.8.80
  • Remmina version (remmina --version): 1.2.0-rcgit-27
  • Desktop environment (GNOME, Unity, KDE, ..): GNOME 3.18.5
  • Connecting to (OS and version): Ubuntu 16.04.4
  • Connecting via (RDP, VNC, ...): VNCI

I set Remmina listening on VNC 5901
error log:

Welcome to 

Improve this page

Add a description, image, and links to the gtk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gtk topic, visit your repo's landing page and select "manage topics."

Learn more