plotly / plotly/plotly.py

Bug in changing Title persian(arabic) fonts in plotly.GO

オープン
#3,778 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

bug P3
主要言語
Python
スター
18.8k
フォーク
2.8k
平均マージ
16時間 26分
マージ済み PR(30日)
21

説明

Hi, I've just wanted to change the title persian font of a graph object but this approach does not change anything at all.

fig.update_layout(barmode='group', xaxis_tickangle=-45 ,title={'y':0.98, 'x':0.5,
                    'text':f"فروش ماهانه <b>{symbol}</b>",'xanchor':'center', 'yanchor':'top',
                    'font':{'size':40, 'family':"Droid Sans"}}, bargroupgap=0.01, autosize=False, width=1280, height=720,
                    margin=dict(l=50,r=10,b=0,t=50), legend=dict(traceorder='normal', font={'size':15},orientation="h",yanchor="middle",y=-0.12,xanchor="auto",x=1),
                    yaxis_title='<b>فروش ماهانه (میلیاردتومان)</b>',font=dict(
        family="Arial",
        size=15
    ),template="plotly_dark")

with changing the title dict args font
even Google standard arabic(persian) fonts does not change anything.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

ソースファイルもテストも指定されていません。まず、提供された update_layout スニペットを Plotly Python 環境で再現し、レンダリングされたタイトルが要求されたペルシャ語フォントファミリーをどのように扱うかを確認してください。タイトルに選択したフォントが目に見えて使用され、報告された設定に対するリグレッションチェックがあれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
plotly, python
領域
data-visualization
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。