Takamasa Oshikiri

Results 22 comments of Takamasa Oshikiri

Hi, @lstav. I am also working on Vegas and I found that this feature is required (https://github.com/vegas-viz/Vegas/issues/83). Is there any progress?

Thank you for update! After updating gex to 0.3.4-dev, `gex` command does not show `thread 'main' panicked ...` and properly launched in my environment :+1:

currently, 20/95 https://github.com/vegas-viz/Vegas/blob/f9393a105ae366f5d8bb32f0766cd72b25ff512c/core/src/test/scala/vegas/fixtures/BasicPlots.scala

@espears4sq >Where do I find them in order to fill in more plots to the file linked in the commit above? Are you seeking [these files](https://github.com/vegas-viz/Vegas/tree/master/core/src/test/resources/example-specs)? >Are these intended to...

There are available mark configs. https://github.com/vegas-viz/Vegas/blob/d1941b6680f660e45fa95b94551b93e01ecf5d32/core/src/main/scala/vegas/DSL/ConfigDSL.scala#L51-L63 Unfortunately, some of these configs are [renamed](https://github.com/vega/vega-lite/blob/e94d8612d6c27b7a0f4b17e6dca2e5a3b29c6d4d/site/docs/portingguide.md#mark-config). >config.mark.barBinSpacing/barThinSize/barSize => config.bar.binSpacing/continuousBandSize/discreteBandSize And, `barBinSpacing` does not seem to be available in vega-lite v1.2.0 which Vegas currently...

I think this is a duplicate of https://github.com/vegas-viz/Vegas/issues/117.

@dankolesnikov I don't know about the progress...

@infoankitp One of quick workarounds may be setting `zeppelin.spark.printREPLOutput = false` in the Spark interpreter menu. EDIT: executing `plot.show` in another cell is also working in my environment.

👍 Reopened because we still need to take some actions (updating documents or fixing the behavior).

@SashkoTar There seems to be an error in generated HTML. Could you please check the output of `println(plot.html.pageHTML())`? ```scala scala> import vegas._ import vegas._ scala> scala> val plot = Vegas("Country...