{"id":16608393,"url":"https://github.com/ufechner7/plotting2","last_synced_at":"2026-03-10T02:01:57.335Z","repository":{"id":78721135,"uuid":"544008889","full_name":"ufechner7/Plotting2","owner":"ufechner7","description":"Demo for plotting with Bokeh.jl","archived":false,"fork":false,"pushed_at":"2023-01-06T00:26:41.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-17T13:16:05.325Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ufechner7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-01T11:52:34.000Z","updated_at":"2022-10-01T11:57:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"257103a7-10c7-4b5d-9878-f166e6a85c13","html_url":"https://github.com/ufechner7/Plotting2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FPlotting2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FPlotting2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FPlotting2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufechner7%2FPlotting2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ufechner7","download_url":"https://codeload.github.com/ufechner7/Plotting2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242856019,"owners_count":20196358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T01:26:03.189Z","updated_at":"2026-03-10T02:01:52.286Z","avatar_url":"https://github.com/ufechner7.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plotting with Bokeh\n\n## Installation\n1. install Julia as explained for example [here](https://ufechner7.github.io/2022/08/18/installing-julia.html)\n2. clone this repository\n3. change into the folder Plotting2\n```\ncd Plotting2\n```\n4. run from bash\n```bash\njulia --project\n```\nRun from the julia prompt:\n```julia\nusing Pkg\nPkg.instantiate()\n```\n## Executing the example\n```julia\ninclude(\"src/plot.jl\")\n```\n\n## Creating a system image\nTo reduce the startup time it is possible to create a system image. This can be done using the following steps\n```bash\ncd Plotting2\njulia --project\n```\nOn the Julia prompt now execute\n```julia\nusing AutoSysimages\ninstall()\nexit()\n```\nLaunch asysimg:\n```\n./bin/run_julia\n```\nOn the asysimg prompt now execute:\n```julia\n@time include(\"src/plot.jl\")\n```\nand close the plotting window.\n\nNow quit Julia with:\n```julia\nexit()\n```\nYou get the question: \"... Do you want to build one?\"  \nAnswer with \"Yes\" by just pressing \\\u003cENTER\\\u003e.\n\nThis will take a few minutes.\n\nIf you now start Julia again with the command:\n```bash\nasysimg --project\n```\nand execute on the Julia prompt:\n```julia\n@time include(\"src/plot.jl\")\n```\nit should go much faster, but it does not show the plot window...\n\nTested on Ubuntu.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufechner7%2Fplotting2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fufechner7%2Fplotting2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufechner7%2Fplotting2/lists"}