Skip to content
#

gtk

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

ortk95
ortk95 commented May 4, 2022

Bug summary

When a colorbar has extend != 'neither', the triangles at the end of the colorbar always have alpha=1, even when the rest of the colorbar has a different alpha value.

Code for reproduction

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import numpy as np
import matplotlib.pyplot as plt

img = np.random.rand(5, 10)
alpha = 0.5

plt.subplot(1, 2,
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