Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6d268 commit c908f98Copy full SHA for c908f98
5 files changed
.gitignore
@@ -32,6 +32,7 @@
32
build
33
# sphinx build directory
34
doc/_build
35
+doc/auto_examples
36
# setup.py dist directory
37
dist
38
# Egg metadata
examples/showcase/README.txt
@@ -0,0 +1,4 @@
1
+.. _showcase_examples:
2
+
3
+Showcase
4
+========
examples/style_sheets/README.txt
+.. _style_sheet_examples:
+Style sheets
+============
examples/text_labels_and_annotations/README.txt
+.. _text_labels_and_annotations:
+Text, labels and annotations
+============================
examples/text_labels_and_annotations/rainbow_text.py
@@ -1,5 +1,9 @@
# -*- coding: utf-8 -*-
"""
+Rainbow text
5
6
7
The example shows how to string together several text objects.
8
9
HISTORY
0 commit comments