Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't display a chart again after closing original display window #83

Open
latkin opened this issue Jul 9, 2015 · 0 comments
Open

Can't display a chart again after closing original display window #83

latkin opened this issue Jul 9, 2015 · 0 comments

Comments

@latkin
Copy link

latkin commented Jul 9, 2015

#load "../packages/FSharp.Charting.0.90.12/FSharp.Charting.fsx"

open FSharp.Charting

let chart =
    [1..10]
    |> List.map (fun n -> (n, n))
    |> Chart.Line ;;

This displays the chart, as expected. Now close that display window, and try to display the chart again:

chart ;;

Result:

val it : ChartTypes.GenericChart =
  Error: Exception has been thrown by the target of an invocation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant