Skip to content

Latest commit

 

History

History

sample

CMDimData.jl: sample/ subdirectories

Contains examples on how to analyze phenomena with the help of CMDimData/EasyPlot where plots are formatted using EasyPlot "formatting files".

  • Examples mostly use EasyPlotInspect/InspectDR.

Contains examples on how to analyze phenomena with the help of CMDimData/EasyPlot where plots are formatted using inline code.

  • Examples mostly use EasyPlotInspect/InspectDR.
  • User is encouraged to use formatting files instead of inline code to make analysis more readable.

Examples using Grace backend specifically.

Examples using InspectDR backend specifically.

Examples using PyPlot backend specifically.

Examples using Plots.jl backend specifically.

Examples of "LiveSlice" concept in action.

A collection of sample plots used in various examples.

CMDimData.jl: sample/ directory

  1. For each sample plot in the plots/ subdirectory:
    1. Load & display plot.
    2. Write plot to an .hdf5 file.
    3. Re-load .hdf5 plot to Julia.
    4. Display re-loaded .hdf5 file for comparison.