Skip to content

Commit

Permalink
make plot extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots committed Jun 20, 2024
1 parent 768f804 commit c58072d
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ext/CTBasePlots.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module CTBasePlots

#
using DocStringExtensions
using MLStyle # pattern matching

#
using CTBase
using Plots
using LinearAlgebra
import Plots: plot, plot!

# --------------------------------------------------------------------------------------------------
include("plot.jl")

end
Loading

0 comments on commit c58072d

Please sign in to comment.