https://github.com/augustunderground/vegaview

WebKit based viewer for hvega plots

https://github.com/augustunderground/vegaview

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.3%) to scientific vocabulary

Keywords

haskell vega-lite webview
Last synced: 5 months ago · JSON representation

Repository

WebKit based viewer for hvega plots

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
haskell vega-lite webview
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme Changelog License

README.md

vegaview

A webviewhs based plot viewer for hvega.

Example

```haskell import qualified Graphics.Vega.VegaLite.View as Plt import qualified Graphics.Vega.VegaLite.Simple as Plt

main :: IO () main = do Plt.show' $ Plt.barChart xLabel yLabel columns freqs where xLabel = "foo" yLabel = "bar" columns = ["cat", "dog", "horse"] freqs = [0.4, 0.8, 0.5] ```

Owner

  • Name: ynk
  • Login: AugustUnderground
  • Kind: user
  • Location: Innsmouth
  • Company: @electronics-and-drives

PhD Student at Reutlingen University

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

vegaview.cabal hackage
  • aeson *
  • base >=4.7 && <5
  • directory *
  • hvega *
  • temporary *
  • text *
  • unix *
  • vegaview *
  • webviewhs *
  • aeson * test
  • base >=4.7 && <5 test
  • directory * test
  • hvega * test
  • temporary * test
  • text * test
  • unix * test
  • vegaview * test
  • webviewhs * test