3b1b / 3b1b/manim

Vectors farther from the origin are bigger

オープン
#474 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
93.9k
フォーク
7.7k
平均マージ
2日 13時間
マージ済み PR(30日)
4

説明

Hey! I'm just trying to plot some vectors. I'm noticing that vectors farther away from the origin are much bigger (arrow heads and line width) than others.

Is this expected behavior? I picked this library after watching "Essence of Linear Algebra," and it seems like there, arrow size is not influenced by distance from the origin.

Sample Code:
`from big_ol_pile_of_manim_imports import *
import math

class ExampleBigVectors(VectorScene):

def construct(self):
# Add a grid
self.add_plane()

# Make some vectors
self.add_vector((0.5,0.5))
self.add_vector((-4,4))
`
[Produced output](https://imgur.com/a/XHGyrSQ)

On OSX High Sierra, 10.13.6. Fresh install today.

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

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

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

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