Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/fslaborg/FSharp.Charting

Charting library suitable for interactive F# scripting
https://github.com/fslaborg/FSharp.Charting

Merge pull request #147 from ism/patch-1

Update broken link

ae56016bbba08d42b7a1edc456f687e937a23e88 authored over 4 years ago by Don Syme <[email protected]>
Update broken link

Update broken link to fsharp.org data visualisation section.

7d4475110b572e2865da08b5e84e3a8df05750db authored over 4 years ago by ism <[email protected]>
Merge pull request #146 from mtikilay/master

Fixed build of the FSharp.Charting.sln solution in Visual Studio (2019)

da072fe2fee1b5d5db5640d3a1e8e59b912a5591 authored over 4 years ago by Don Syme <[email protected]>
Fixed build of the FSharp.Charting.sln solution in Visual Studio (2019)

9fa159776fa3286b60098183b6ad02218770c0d5 authored over 4 years ago by Mikhail Tikilyaynen <[email protected]>
Merge pull request #142 from dsyme/upd4

website updates, 2.1.0 version

0967bffde6d3fd8d2fc9dc32ed8c55fff43f947e authored over 6 years ago by Don Syme <[email protected]>
integrate master

b1cef04a9342e2783c9f0bf869d1308d8890c86d authored over 6 years ago by Don Syme <[email protected]>
website updates, 2.0.0 version

d3b6ed77f3535a61177c8c091b26edd064207b02 authored over 6 years ago by Don Syme <[email protected]>
Updating to NUnit3 (#141)

* Update to NUnit3

85756f2b4ac2be7bb770cd9340588eeffe0f6a26 authored over 6 years ago by Robert Sim <[email protected]>
Updated paket.bootstrapper.exe to address TLS 1.0 and 1.1 deprecation (#139)

22cccb7e386d707518119d842c2cac1a25cc3353 authored almost 7 years ago by Steffen Forkmann <[email protected]>
Merge pull request #136 from hpavlov/master

Fixed the location of the FSharp.Charting.fsx file in the NuGet package

80aa527f88aa6e459d6f027c7b182647ed1326a9 authored almost 7 years ago by Don Syme <[email protected]>
Fixed the location of the FSharp.Charting.fsx file in the NuGet package and its reference to the FSharp.Charting.dll which is now under 'net45'. I found this problem following the code in the book 'Machine Learning Projects for .NET Developers', page 96. The location of the FSharp.Charting.fsx file in the NuGet package was inconsistent with the path to the dll. There were multiple ways to fix this. I choose the way that is consistent with the book example.

233e3e86eae61139a59940f60f4db2425fbac797 authored almost 7 years ago by Hristo Pavlov <[email protected]>
Release 0.91.1

2f12634899a7b61afe166681a95dc2e3a0b2ee7d authored over 7 years ago by Robert Sim <[email protected]>
Merge pull request #134 from amgaera/ignored-legend-margins-fix

Combine extra margins for legend and title instead of overwriting

54647e8e7cec8ee7686b99fea9edfdb71d5bf0ae authored over 7 years ago by Tomas Petricek <[email protected]>
Rename some local variables in `computeExtraDefaultMargins`

a71fccda8941e70718df0dde41bdff6d4e7a3bbd authored over 7 years ago by Artur Grunau <[email protected]>
Fix typos (preoperties -> properties)

19aead47beb14626ab980560d3f1ecbe5464e3f6 authored over 7 years ago by Artur Grunau <[email protected]>
Combine extra margins for legend and title instead of overwriting

When a chart has a title and a legend, and both are docked outside the
chart area, the extra mar...

e9f5e95929c5f87a20c8021f3a42a4f5eaa67396 authored over 7 years ago by Artur Grunau <[email protected]>
Merge pull request #131 from sebfia/master

Added candlestick chart type to Gtk charting.

c9d319b809bf4dc6f884d6471fe0e4fe7d04f31e authored over 7 years ago by Don Syme <[email protected]>
Added candlestick chart type to Gtk charting.

cec07086b8da2f6d320f4caadc0afd149ff1d755 authored over 7 years ago by Sebastian Fialka <[email protected]>
Merge pull request #130 from dsyme/upd

update packages

b362861742541985caefa036bc552a92415b9ac2 authored over 7 years ago by Don Syme <[email protected]>
add docs

bfcf835bc4e392869a30879b59952bc610bcb732 authored over 7 years ago by dsyme <dsyme@MSRC-4079076>
Merge pull request #100 from juhan/patch-1

Add relevant include directories for Ubuntu

13346ddfcc89693d611c57119bf3c58ff79af20e authored over 7 years ago by Don Syme <[email protected]>
update packages

c84c52c734ee4ca86d0816fb42c9b596e3061580 authored over 7 years ago by dsyme <dsyme@MSRC-4079076>
update packages

c010daece493f6417285ef1aa43883c117338db6 authored over 7 years ago by dsyme <dsyme@MSRC-4079076>
Merge pull request #127 from amieres/master

Changed from cdn.mathjax to cdnjs.cloudflare

fdc9bc389c09841d0d17541faf8a15e98efba642 authored over 7 years ago by Don Syme <[email protected]>
Changed from cdn.mathjax to cdnjs.cloudflare

Changed from cdn.mathjax to https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js

c8a698d764ea56f954b3ce54821a9c5d9903bcc8 authored over 7 years ago by amieres <[email protected]>
Remove fixed x-axis formatting on histograms. (#117)

* Remove fixed X-axis formatting on histograms.

c72fe8a17f6609254dea1eff49f186a72f0d874f authored over 8 years ago by Robert Sim <[email protected]>
Release 0.90.14 (#114)

* Save using a ChartControl without creating a form.

* Increment version and update release n...

647a7b61f3e00d832ee723e5ae3959e9debaa589 authored over 8 years ago by Robert Sim <[email protected]>
Access to the underlying .NET chart object (#102)

* Exposed access to the underlying
System.Windows.Forms.DataVisualization.Charting.Chart objec...

b70b4a6be13cba4c9ec80de19e641ba4b5ed8fe9 authored over 8 years ago by Mikhail Tikilyaynen <[email protected]>
Save using a ChartControl without creating a form.

bbbc9bd662a8c2f10bcae900e7f8fd59221b5b64 authored over 8 years ago by Robert Sim <[email protected]>
Add relevant include directories for Ubuntu

In Ubuntu and the likes gtk-sharp, atk-sharp, gdk-sharp and glib-sharp are split into different ...

5ebee7c42b30a1d57f429c959b4b8b14537cf09e authored about 9 years ago by juhan <[email protected]>
Avoid showing chart windows during doc generation

1bff0e14dd6d305a7c1ffabe59c6d1126e977f2d authored about 9 years ago by Tomas Petricek <[email protected]>
Merge pull request #98 from Regent/master

Corrected bad links on contributing page

6280587628c20dd561b23bea89ac065902f71f5b authored about 9 years ago by Robert Sim <[email protected]>
Merge pull request #99 from dsyme/fix-33

Update paket and fix 33

255c9ce6445872c0b2e6aaef9060819dd1b227b4 authored about 9 years ago by Don Syme <[email protected]>
Update paket and fix 33

9c80416185fe4248834b88dee47c30999427e391 authored about 9 years ago by Don Syme <[email protected]>
Corrected bad links on contributing page

023a28f1d65af1fd056ea081e455c9e4c14aaa42 authored about 9 years ago by Eugene Baranov <[email protected]>
Merge pull request #93 from ndalchau/master

Fixed axis interval modification.

0aa00be2150ba1e984c4b649fa7cacf4f4b1686d authored about 9 years ago by Robert Sim <[email protected]>
Fixed axis interval modification.

Previously, updating the axes with MajorTickMark only changed the
positions of the ticks, but no...

cf14e95922aecc8bb44b8c0bd02863f34c361b85 authored about 9 years ago by Neil Dalchau <[email protected]>
Merge pull request #92 from simra/master

Added Histogram example to FurtherSamples.fsx

79506ab85a28a9ace011682055ed3dde37d0fcf7 authored about 9 years ago by Robert Sim <[email protected]>
Merge branch 'histogram'

3454cc6bc34c86b380538a1cdd8ee4e28f768f7f authored about 9 years ago by simra <[email protected]>
Add Histogram example to FurtherSamples.fsx

eda00f1a5f9f1aa9aa6cb64d48c4eca3d67aeed3 authored about 9 years ago by simra <[email protected]>
Merge pull request #89 from bohdanszymanik/master

[WiP] PR to introduce a histogram chart type

e4621f5c1c06ab4ac8dcd00ef07c2e33fe1bf52a authored about 9 years ago by Robert Sim <[email protected]>
Format bin labels

Just need to get them to display!

bbfd8846e1bc75c7eba91fb223e273a34296d0a1 authored over 9 years ago by Bohdan Szymanik <[email protected]>
Tweak xaxis display

Add a format specifier

1d8bccdad747638f42083084d1b2a8319549f09d authored over 9 years ago by Bohdan Szymanik <[email protected]>
Corrected the data for the histogram to contain the x-values...

But x-axis still not displaying correctly. One more thing to fix

01de8236fc0d5facfa83072782ffc0bf4f4f9a56 authored over 9 years ago by Bohdan Szymanik <[email protected]>
Histogram x-axis now displays properly

603a42faac29bc1efb621540cdecc6d67c8c7a0a authored over 9 years ago by Bohdan Szymanik <[email protected]>
Histogram parameters documentation was incorrect

18349dce80d06beea653d21dd602cccea56fe0cd authored over 9 years ago by Bohdan Szymanik <[email protected]>
Update pointwidth

7cc6f94cb8155593afccdd805e1e30c9d7071ebc authored over 9 years ago by Bohdan Szymanik <[email protected]>
Bug fixes

bbaf623fc97ba1aec0c0722d3b393f34cd0f43bf authored over 9 years ago by Bohdan Szymanik <[email protected]>
Bug fixes

b2411247a4f91c744176d6ab5f9c1cb66dcc6bce authored over 9 years ago by Bohdan Szymanik <[email protected]>
Merge pull request #2 from fslaborg/master

Merge from fslaborg.

c5cd88e8a5336b5b8c190f5d131143087d24d38a authored over 9 years ago by Robert Sim <[email protected]>
Update README.md

92bf74d626e70705696ad3632fe8c646831a5512 authored over 9 years ago by Tomas Petricek <[email protected]>
Merge pull request #84 from simra/master

Fix Issue #38. Exception thrown by Save in fsi.

49925fdcbe634c59fc3271cf15f42a91bcbddea7 authored over 9 years ago by Don Syme <[email protected]>
Merge pull request #85 from marktab/master

Update FSharp.Charting.fs

03a358774ff77e31b61dab6e2b0baa4079f5cc20 authored over 9 years ago by Don Syme <[email protected]>
Update FSharp.Charting.fs

Fixed labeling for "the minimum value for the axis"

17fd9e6ea5540323515e831bb5cbdf680b93220e authored over 9 years ago by MarkTab marktab.net <[email protected]>
Merge pull request #1 from fslaborg/master

Pull from origin.

4b57355fb694bdab2b642e2d5d35680794dacf3f authored over 9 years ago by simra <[email protected]>
Fix Issue #38. Exception thrown by Save in fsi.

ffcfc296b514ef7db98a7beea520ebb6327635bb authored over 9 years ago by simra <[email protected]>
Merge pull request #81 from juergenhoetzel/master

AppVeyor: Install gtksharp. Refs #48

295c4fbcdf80cb539fb75156fc538afbf8c1f8e3 authored over 9 years ago by Don Syme <[email protected]>
AppVeyor: Install gtksharp. Refs #48

Enable building of all targets.

cb828db8618b5d63cb777c719b1fbc6c314715ae authored over 9 years ago by Juergen Hoetzel <[email protected]>
Merge pull request #80 from juergenhoetzel/master

Travis: Execute BuildGtk task

13b91c68f9401a7303dc62bf38bafc513b9f4dc2 authored over 9 years ago by Don Syme <[email protected]>
update references

a05d81a58a215b13bf48a39a35e7db2e94f364b3 authored over 9 years ago by Juergen Hoetzel <[email protected]>
Travis: execute BuildGtk

f60c2442b4ba736515f49abc0b2dfe1a4ba0291d authored over 9 years ago by Juergen Hoetzel <[email protected]>
fix travis

d58665f19420835671c91f12361944c4762eb6c5 authored over 9 years ago by Don Syme <[email protected]>
update version number

4275673d530e39315848444f45fded517a6fa066 authored over 9 years ago by Don Syme <[email protected]>
update release notes

cb49ceded13339ccc6e84f1950dfd225a8a450c9 authored over 9 years ago by Don Syme <[email protected]>
add .travis.yml

84f378d2ebeaf11edf09a4f6cd9103385aed40b5 authored over 9 years ago by Don Syme <[email protected]>
Merge pull request #79 from juergenhoetzel/master

Update to OxyPlot.GtkSharp 2014.1.546

cf3e1106d536c7ae33a9da4bd55e48f86eac9286 authored over 9 years ago by Don Syme <[email protected]>
Remove gtk-sharp-3 from paket.dependencies. Refs #76

a4f281c791eb50b84c675cabb99c04350d6234ff authored over 9 years ago by Juergen Hoetzel <[email protected]>
Don't use gtk-sharp-3 Paket dependencies. Refs #76

There is no gtk-sharp-2 NuGet packages.

04cbacf9d9226c8f0a49b474ba1c30eac33c76d9 authored over 9 years ago by Juergen Hoetzel <[email protected]>
update to OxyPlot.GtkSharp 2014.1.546

c2cf876c2de1d79d3e58bfc07a3b49f71182c8ea authored over 9 years ago by Juergen Hoetzel <[email protected]>
RELEASE_NOTES.md

6a798bce1bcfa474cdbb2c4b32cb5f642e6d49ea authored over 9 years ago by Don Syme <[email protected]>
Merge pull request #72 from WallaceKelly/patch-1

Update UsingChartsInWPF.md

cf2023109617fdb048866593fe78e336b82c40fc authored over 9 years ago by Don Syme <[email protected]>
Merge pull request #75 from simra/master

Add Show and Save methods to Chart helper class.

13dcdae82caf644189ca14703622f42bf2bc3e8a authored over 9 years ago by Don Syme <[email protected]>
Add Show and Save methods to Chart helper class.

c99dd3975c6edf768c972ce94428d1cd56f0df0a authored over 9 years ago by simra <[email protected]>
Update UsingChartsInWPF.md

288e10d6d8193a60389f44efad8e5ee8ae175de7 authored over 9 years ago by Wallace Kelly <[email protected]>
Update UsingChartsInWPF.md

709256a9b87a29f424b2a50f97583d729147a035 authored over 9 years ago by Wallace Kelly <[email protected]>
Update UsingChartsInWPF.md

Correct spelling of WindowsFormsIngegration.dll

a865078b09e11619225c3422fb5244007ff530d1 authored over 9 years ago by Wallace Kelly <[email protected]>
Merge changes (2)

fc22deaf30d352ad4edffb176c734af9fb19d985 authored over 9 years ago by tpetricek <[email protected]>
Merge changes

ad1cb95cfc9ccd33cf9e2f8e3c8bbb5e78002a9b authored over 9 years ago by tpetricek <[email protected]>
Update links in packages

ee740ae2c037bf99f83f1e8718f7bae82bc840a2 authored over 9 years ago by tpetricek <[email protected]>
Add badges

e0d6e4a12845da9acd12c674995a99ba547a800c authored over 9 years ago by Tomas Petricek <[email protected]>
update references

9ecbe70d2ea7dfec08336978141c8679b6bfa5cd authored over 9 years ago by Don Syme <[email protected]>
update release notes

5cc6ce61dbfbdcbde395434e7b95bd393728331c authored over 9 years ago by Don Syme <[email protected]>
Merge pull request #71 from ovatsus/master

Update links after project move

46bdf497a5666633e915e0235984e147bc191287 authored over 9 years ago by Don Syme <[email protected]>
Update links after project move

82867a992066a82a58619c962ea745054a34e8a2 authored over 9 years ago by ovatsus <[email protected]>
Merge pull request #69 from dsyme/patch-1

Update README.md

6fa3858db07bec365b1dbd06b86cac871ad92fa4 authored over 9 years ago by Tomas Petricek <[email protected]>
Update README.md

0bbcdc5f213cf862398a9abe5205643e2ccbb0fd authored over 9 years ago by Don Syme <[email protected]>
Update template and build after move to FsLabOrg

be5dbfa9b58a68f058fca32e355474a21faaf2c8 authored over 9 years ago by tpetricek <[email protected]>
Merge pull request #68 from xdaDaveShaw/IsMarginVisible-DocsAndTests

Tests and Documentation for IsMarginVisible

036768b29092b7263c850d4128daede9f9b762c7 authored almost 10 years ago by Don Syme <[email protected]>
Tests and Documentation for IsMarginVisible

ce62d55bfcb48281926d534580eec306116a8cec authored almost 10 years ago by Dave Shaw <[email protected]>
Merge pull request #55 from forki/Paket

Paket

5468d1464f156ddb7d15a5ce74717d6577a9193c authored almost 10 years ago by Don Syme <[email protected]>
Convert to Paket

1e656ba7984f683e997f868bcb403aabb0c25b68 authored almost 10 years ago by Steffen Forkmann <[email protected]>
Merge pull request #61 from xdaDaveShaw/IsMarginVisibleSupport

Fix for #60 - Uncomment IsMarginVisible

d6c2975b6613a894fdd57a24ea65b2684bc12bb9 authored almost 10 years ago by Don Syme <[email protected]>
Uncomment IsMarginVisible

89307d2d9c82cd96f42b50b390ccb6e2ab6e6af4 authored about 10 years ago by Dave Shaw <[email protected]>
fix build

b1a6ffdf95e7e869ddff858209ec27fee2210e29 authored about 10 years ago by Don Syme <[email protected]>
Update RELEASE_NOTES.md

031aa58cb89462f030b4d49fa6b57ee053d48b31 authored about 10 years ago by Don Syme <[email protected]>
Update README.md

da8aba894c85116171db9da771c12a19467961df authored about 10 years ago by Don Syme <[email protected]>
fix #59 and update to OxyPlot 2014.1.546

80635114d3428a3873b3a42a13512e3282d38676 authored about 10 years ago by Don Syme <[email protected]>
Fix #58 and 52

64e956d2c88c5f801c155672a1bae8d73ceb864d authored about 10 years ago by Don Syme <[email protected]>
Merge pull request #54 from ReedCopsey/master

Updated logo

e969e5b56599579aeac159c0087d9b14e8b07bd5 authored about 10 years ago by F# Software Foundation <[email protected]>
Updated logo

This updates the logo to use the new F# Software Foundation logo for F#
instead of the # sign. F...

7ee2067f18a2e3dae341e455680d80b23fb8189f authored about 10 years ago by ReedCopsey <[email protected]>