Skip to content

trulsf/TimeStructPlotting.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeStructPlotting

Overview

This package provides functions for visualising time structures from the TimeStruct.jl package. The plots are created using the Luxor package and can be displayed or stored in various formats.

Usage

The example below shows how one can visualise a time structures with two levels.

using TimeStruct
using TimeStructPlotting

ts = TwoLevel(3, 52, OperationalScenarios(4, SimpleTimes(5,1)))

cost = StrategicProfile([4, 5, 7])

draw(ts; profile = cost, layout=:top)

This will produce the following figure

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages