Skip to content

same color shows up different in graphics_array #12591

@dkrenn

Description

@dkrenn

The code

g = circle((0,0),1,rgbcolor='red',fill=True, alpha=0.5)
graphics_array([g,g,g]).show()

produces three circles, the first two with color 0xFF7F7F (html-color-code), the third one with color 0xFF3F3F (html-color-code). But all three should have the same color.

This was reported on the public bug reports from the notebook interface by Daniel Krenn on 12/22/2010

CC: @kcrisman @mkoeppe

Component: graphics

Keywords: graphics_array, color

Author: Frédéric Chapoton

Branch/Commit: u/chapoton/12591 @ 2e42e38

Reviewer: Eric Gourgoulhon

Issue created by migration from https://trac.sagemath.org/ticket/12591

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions