[go: nahoru, domu]

Skip to content

icl-utk-edu/Julia_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Julia_examples

Short Julia example codes to help ICLers, especially those familiar with Python, get up to speed with Julia and the Makie plotting library. The first examples put an emphasis on animated plots, but hopefully, the repo will grow with time.

  • Plots_and_Animations/addition_practice.jl

    • Loops, Types, Timestamps, Asynchronous Execution (tasks).
  • Plots_and_Animations/plotting_w_observables.jl

    • Array Comprehension, Observables, Interactive Plotting.
  • Plots_and_Animations/animation_w_observables.jl

    • Array Comprehension, Observables, Plotting Animation, Exporing Video.
  • Plots_and_Animations/peppered_moths_animation.jl

    • Vectors, Observables, Random, Plotting Animation.
  • Plots_and_Animations/peppered_moths_animation_color.jl

    • Vectors, Observables, Random, Plotting Animation, Colors & Colormaps.
  • Plots_and_Animations/inset_axis_interactive.jl

    • Function Broadcasting, Inset Axis, Interactive Plotting, Event Listeners.
  • DataFrames/dataframe.jl

    • DataFrames, Vectors
  • DataFrames/dataframe_from_dictionaries.jl

    • DataFrames, Dictionaries, Appending into a DataFrame
  • DataFrames/fit_data.jl

    • DataFrames, Vectors, Linear Models for Data Fitting.

Releases

No releases published

Packages

No packages published

Languages