Vegas is a Scala API for declarative, statistical data visualizations. With Vegas you can work with data files as well as Spark DataFrames and perform filtering, transformations and aggregations as the part of the plotting specification.
Questions tagged [vegas-viz]
17 questions
0
votes
1 answer
How to use the Vegas visualization within a scala-spark jupyter notebook
When using the scala kernel with Vegas we see the nice charts
But when switching to the scala-spark kernel the imports no longer work:
What is the way to fix the imports for the spark kernel?

WestCoastProjects
- 58,982
- 91
- 316
- 560
0
votes
0 answers
Vegas window is blank
The following Vegas window is blank when I plot it:
package com.plot
import vegas.Bar
import vegas.DSL.OptArg.anyToOpt
import vegas.DefaultValueTransformer
import vegas.Nom
import vegas.Quant
import vegas.Vegas
import…

Vivek Basidoni
- 88
- 2
- 10