Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration to Dotty #143

Open
scalastats opened this issue Sep 30, 2022 · 3 comments
Open

Migration to Dotty #143

scalastats opened this issue Sep 30, 2022 · 3 comments

Comments

@scalastats
Copy link

Do you intend to make evilplot available for dotty?
There has been little activity for a while. Does this mean that development has ceased? Any hope for a version 1.0?

@ahawkins318
Copy link
Contributor

Hi, this project is not being actively developed anymore but we will still review any submitted PRs.

@scalastats
Copy link
Author

scalastats commented Oct 3, 2022 via email

@Iltotore
Copy link

Iltotore commented Jan 1, 2023

AFAIK the lib is already usable with Scala 3. Just make sure to import io.github.cibotech:evilplot_2.13:0.8.1.

For instance this script works:

//> using scala "3.2.1"
//> using lib "io.github.cibotech:evilplot_2.13:0.8.1"
//> using lib "io.github.cibotech:evilplot-repl_2.13:0.8.1"

import com.cibo.evilplot._
import com.cibo.evilplot.plot._
import com.cibo.evilplot.plot.aesthetics.DefaultTheme._
import com.cibo.evilplot.numeric.Point

val data = Seq.tabulate(100) { i =>
  Point(i.toDouble, scala.util.Random.nextDouble())
}

displayPlot(ScatterPlot(data).render())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants