#
plot-library
Here are 11 public repositories matching this topic...
An open-source plotting library for statistical data.
kotlin
python
data-science
jupyter
plot
data-visualization
pycharm
plot-library
jupyter-notebooks
statistical-data
geo-spatial
ggplot
datalore
sciview
sciview-plugin
-
Updated
Apr 10, 2022 - Kotlin
Kotlin API for Lets-Plot - an open-source plotting library for statistical data.
kotlin
data-science
jupyter
jvm
graphics
plot
jupyter-notebook
plot-library
jupyter-notebooks
geotools
statistical-data
kotlin-js
ggplot
kotlin-api
kotlin-kernel
plot-kotlin
-
Updated
Apr 1, 2022 - Kotlin
daru-view is for easy and interactive plotting in web application & IRuby notebook. daru-view is a plugin gem to the existing daru gem.
ruby
rails
charts
sinatra
nanoc
graphs
data-visualization
data-analysis
plot-library
iruby-notebook
daru
daru-view
-
Updated
Dec 24, 2021 - Jupyter Notebook
a scientific plotting library for Gtkmm leveraging the power of PLplot
-
Updated
Mar 2, 2022 - C++
The cross-platform plotting library - OxyPlot - is now available for Webassembly using Blazor and SkiaSharp.
-
Updated
Feb 23, 2022 - C#
Xamarin.Forms implementation of OxyPlot with SkiaSharp
-
Updated
Jul 22, 2021 - C#
Convenient abstraction layer for different visualisation frameworks and demos of finmath lib
-
Updated
Jan 14, 2022 - Java
Chart control for java. AutoScalling, multiple series, can be used out of the box; really easy, legends, title.
java
chart-component
plotting
plot-library
chart-library
autoscaling
plot-graph
swing-gui
swing-component
-
Updated
Dec 3, 2017 - Java
Improve this page
Add a description, image, and links to the plot-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plot-library topic, visit your repo's landing page and select "manage topics."
It is currently a pain to use an
OxyPlot.WinfowsForms.PlotViewwith a transparent background: it throws if you set itsBackColorto transparent. To avoid this, it is necessary to set theControlStyles.SupportsTransparentBackColorstyle totrueon thePlotView; however,Control.SetStyleis protected, so consumers must resort to reflection or extendingPlotViewto do so. This could be