3b1b / 3b1b/manim

Vectors farther from the origin are bigger

Aberta
#474 2 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Python
Estrelas
93.9k
Forks
7.7k
Merge médio
2d 13h
PRs com merge (30d)
4

Descrição

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.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.