Problem with breeze.plot

90 views
Skip to first unread message

Adry Io

unread,
Oct 10, 2015, 3:12:45 PM10/10/15
to Scala Breeze
Hi guys,
I would like to use breeze.plot functions but this package is not present in the breeze_2.11-0.11.2.jar. I've tryed to download the breeze.jar using the maven dependencies and I've also trayed to add as external jar the breeze.jar but the result is the same. How can I resolve this problem? The strange fact is that all other packages are present in the breeze.jar that I added. I share the photo so that you can see what I said. Thanks..
Schermata 2015-10-10 alle 12.44.03.png

David Hall

unread,
Oct 10, 2015, 3:13:10 PM10/10/15
to scala-...@googlegroups.com
it's in breeze-viz_2.11, not breeze_2.11

On Sat, Oct 10, 2015 at 3:44 AM, Adry Io <adrianopasq...@gmail.com> wrote:
Hi guys,
I would like to use breeze.plot functions but this package is not present in the breeze_2.11-0.11.2.jar. I've tryed to download the breeze.jar using the maven dependencies and I've also trayed to add as external jar the breeze.jar but the result is the same. How can I resolve this problem? The strange fact is that all other packages are present in the breeze.jar that I added. I share the photo so that you can see what I said. Thanks..

--
You received this message because you are subscribed to the Google Groups "Scala Breeze" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-breeze...@googlegroups.com.
To post to this group, send email to scala-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-breeze/459cb36b-07c5-4d92-a94c-0be7848e7308%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Message has been deleted

Adry Io

unread,
Oct 14, 2015, 5:37:13 AM10/14/15
to Scala Breeze
Ok thanks, I manually added this dependency
        <dependency>
          <groupId>org.scalanlp</groupId>
          <artifactId>breeze-viz_2.11</artifactId>
          <version>0.11.2</version>
      </dependency>
and it works. In the link https://github.com/scalanlp/breeze-viz I've read "Breeze Viz has moved back into the main Breeze Repo", so I thought that it was in the breeze.jar. Thanks !

David Hall

unread,
Oct 14, 2015, 1:13:32 PM10/14/15
to scala-...@googlegroups.com
It's in the readme:

https://github.com/scalanlp/breeze#sbt

libraryDependencies  ++= Seq(
  // other dependencies here
  "org.scalanlp" %% "breeze" % "0.11.2",
  // native libraries are not included by default. add this if you want them (as of 0.7)
  // native libraries greatly improve performance, but increase jar sizes. 
  // It also packages various blas implementations, which have licenses that may or may not
  // be compatible with the Apache License. No GPL code, as best I know.
  "org.scalanlp" %% "breeze-natives" % "0.11.2",
  // the visualization library is distributed separately as well. 
  // It depends on LGPL code.
    "org.scalanlp" %% "breeze-viz" % "0.11.2"
)


On Wed, Oct 14, 2015 at 2:25 AM, Adry Io <adrianopasq...@gmail.com> wrote:
In the following link https://github.com/scalanlp/breeze-viz I've read "Breeze Viz has moved back into the main Breeze Repo" and in this page there is no specified maven dependency that can be added in a separate project. Also, I can not find the breeze-viz.jar in the eclipse when I search a dependency as shown in the attached file.


Il giorno sabato 10 ottobre 2015 21:13:10 UTC+2, David Hall ha scritto:
Reply all
Reply to author
Forward
0 new messages