fslaborg / fslaborg/FSharp.Charting

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

Open
#83 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
F#
Stars
209
Forks
65
PR merge metrics
No merged PRs in 30d

Description

``` fsharp
#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:

``` fsharp
chart ;;
```

Result:

```
val it : ChartTypes.GenericChart =
Error: Exception has been thrown by the target of an invocation.
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.