We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This displays the chart, as expected. Now close that display window, and try to display the chart again:
chart ;;
Result:
The text was updated successfully, but these errors were encountered: