JuliaAnimators/Javis.jl

Improving Grid Line Animations

Open

#38 geöffnet am 4. Aug. 2020

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Julia (50 Forks)batch import
Low Priorityenhancementgood first issue

Repository-Metriken

Stars
 (847 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Background

As we are finishing up the Grid lines initial PR, we are already thinking about how to improve it! This is somewhat lower priority currently but will be worked on consistently.

Additional Information

Here were some thoughts @Wikunia and I were thinking about implementing next:

  • Have a lighter grid (setline(0.5) or something) and bigger lines every 5 or so steps.
  • Have numbers and titles for the axis
  • The thing about extensibility using Val for example (see #18)

I also thought of a couple that I was exploring:

  • Arrows at the end of lines
  • Defining x and y axis limits for zero-lines

If anyone else has any thoughts, feel free to drop a comment/thought! For reference, here is what the current grid lines animation look like:

grid_animation

Contributor Guide