X Tutup
Skip to content

The wrong \Game symbol is used #2886

@ibell

Description

@ibell

This seems to be a common problem with this symbol (http://sourceforge.net/p/texstudio/bugs/716/), and the symbol used by MPL doesn't agree with LaTeX. If we do

import matplotlib.pyplot as plt
plt.title('$\Game$')
plt.savefig('fig.png')

we get
fig

while the character should be rendered as

clipboard01

It seems the issue is that you are using the unicode character here, and the unicode character doesn't agree with LaTeX.

according to http://www.tex.ac.uk/tex-archive/info/symbols/comprehensive/symbols-a4.pdf

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup