Le 05/09/2014 21:53, Arnaldo Russo a écrit :
The following code plots my table, but greek letters are not in Arial.
What about adding greek letters directly with a Unicode string and keeping LaTex only for the table?

best,
Pierre

(my greek and math unicode "copy-pasting files" attached)
Table de caractères grecs à copier-coller
-----------------------------------------

α .
β .
γ Γ
δ Δ
ε .
ζ .
η .
θ Θ
. .
κ .
λ Λ
μ .
ν .
ξ Ξ
. .
π Π
ρ .
ς .
σ Σ
τ .
υ .
φ Φ (et aussi ϕ en U+03d5)
χ .
ψ Ψ
ω Ω

Pierre H - 8 fév 2012
MàJ septembre 2012 pour le "ϕ mathématique"

Code Python :
l = [unichr(a)+u' '+unichr(b)
     for a,b in zip(range(0x3b1, 0x3ca), range(0x391,0x3aa)) ]
print(u'\n'.join(l))
Table de caractères matheux à copier-coller
-------------------------------------------

Arithmetic
----------
plus-minus          ±
multiplication      ×
division            ÷
power               ² ³
root                √ ∛
infinity            ∞

Operators
---------
integrals and sum   ∫ ∬ ∑
partial diff.       ∂
increment, Laplace  ∆ (different from Greek delta : Δ)
nabla               ∇
expectation         𝔼 ⟨⟩
probability         ℙ
norm                ‖

Relationships
-------------
equality            = ≈ ≠ ≡
inequality          < > ≤ ≥ ⩽ ⩾
proportional to     ∝
element of          ∈ ∉
subset of           ⊂ ⊄


quantifiers         ∀ ∃ ∄

Sets
----
integers            ℕ ℤ 𝓝 𝓩
real numbers        ℝ 𝓡
complex numbers     ℂ 𝓒
empty set           ∅

Arrows
------
arrows : → ⟶ ⇒
maps to : ↦ ⟼


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to