Skip to content

Commit 4aa9d33

Browse files
Enhanced example.
1 parent 644de0c commit 4aa9d33

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/MatplotLibBridge/MLBExamples.class.st

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ MLBExamples class >> exampleAnnotations [
1717
style: 'solid';
1818
marker: 'None';
1919
color:
20-
(Color
21-
r: 0
22-
g: 0
23-
b: 0
24-
alpha: 0.3) ];
20+
(Color black alpha: 0.3) ];
2521
addAnnotation: [ :annotation |
2622
annotation
2723
content: 'a thing';

0 commit comments

Comments
 (0)