https://github.com/augustunderground/plotly-hs
Generate Plotly Plots from Haskell for viewing in Browser. No bindings.
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 (5.5%) to scientific vocabulary
Keywords
Repository
Generate Plotly Plots from Haskell for viewing in Browser. No bindings.
Basic Info
- Host: GitHub
- Owner: AugustUnderground
- License: other
- Language: Haskell
- Default Branch: master
- Homepage: https://augustunderground.github.io/plotly-hs
- Size: 441 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Plotly Plots from Haskell
Generates an HTML Document with a Plotly Plot. These are not bindings to anything.
For more details see the documentation.
Example
The basic line plot example is recreated like this:
```haskell import Graphics.Plotly
main :: IO () main = plot path script where script = scatter' [] [[1, 2, 3, 4], [1, 2, 3, 4]] [[10, 15, 13, 17], [16, 5, 11, 9]] $ defaultConfig { lineMode = LinesMarkers } path = "path/to/dir/plot.html" ```
Then navigate to path/to/dir/plot.html with a web browser.
More Examples
More examples can be found in ./src/Graphics/Plotly/Example.hs the results of
which are stored in ./plots.
Usage with Stack
Add this to stack.yaml:
yaml
extra-deps:
- github: AugustUnderground/plotly-hs
commit: 62951b8991d991ff46967e3dd0742bcd9c89bdac
Owner
- Name: ynk
- Login: AugustUnderground
- Kind: user
- Location: Innsmouth
- Company: @electronics-and-drives
- Website: https://augustunderground.github.io/
- Repositories: 12
- Profile: https://github.com/AugustUnderground
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