Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2532e4b

Browse files
committed
DOC: correct Russian
1 parent 2444d6d commit 2532e4b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

doc/users/dflt_style_changes.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,14 +460,17 @@ DejaVu contains a sub-set of emoji support
460460

461461
.. plot::
462462

463+
from __future__ import unicode_literals
464+
463465
import matplotlib.pyplot as plt
464466

465467
fig, ax = plt.subplots()
466468
tick_labels = ['😃', '😎', '😴', '😲', '😻']
467469
ax.bar(range(5), [1, 4, 9, 16, 25],
468470
tick_label=tick_labels, align='center')
469471
ax.xaxis.set_tick_params(labelsize=20)
470-
ax.set_title('Участок под застройку с смайликам')
472+
473+
ax.set_title('Диаграмма со смайликами')
471474

472475
See the `DejaVu Sans PDF sample for full coverage
473476
<http://dejavu.sourceforge.net/samples/DejaVuSans.pdf>`__.

0 commit comments

Comments
 (0)