plot
Here are 1,115 public repositories matching this topic...
-
Updated
May 5, 2022 - TypeScript
-
Updated
May 1, 2022 - C++
-
Updated
Apr 29, 2022 - PHP
I think it could be useful, when one wants to plot only e.g. class 1, to have an option to produce consistent plots for both plot_cumulative_gain and plot_roc
At the moment, instead, only plot_roc supports such option.
Thanks a lot
🐛 Bug description [Please make everyone to understand it]
const dualAxes = new DualAxes(this.id, {
data: [
this.data.filter((item) => item.legend != '断约率'),
this.data.filter((item) => item.legend == '断约率'),
],
xField: 'text',
yField: ['data', 'type'],
geometryOptions: [
{
ge
-
Updated
May 6, 2022 - C#
-
Updated
Apr 26, 2022 - Swift
What is the feature ?
I'm trying out this library for the first time and there's some places where it would be delightful to have shorthand functions:
- Shorthand functions for Pos:
Pos::top_right
,Pos::bottom_right
,Pos::bottom_center
etc.. - Short way to set colors for components. Currently, lots of boilerplate is required for e.g. white-on-black plotos
- a cool start would b
-
Updated
May 3, 2022 - Go
-
Updated
Feb 8, 2022 - R
-
Updated
May 1, 2022 - R
-
Updated
Jul 8, 2021 - Python
-
Updated
Mar 27, 2022 - Python
-
Updated
Apr 30, 2022 - Python
-
Updated
Sep 21, 2021 - R
-
Updated
Oct 18, 2021 - Python
-
Updated
May 5, 2022 - Kotlin
-
Updated
May 4, 2022 - TypeScript
-
Updated
Mar 18, 2022 - C
-
Updated
Nov 3, 2021 - MATLAB
-
Updated
Apr 17, 2022 - Kotlin
-
Updated
May 1, 2022 - Rust
-
Updated
Oct 29, 2018 - Python
-
Updated
Dec 9, 2021 - Python
-
Updated
Apr 29, 2022 - Python
Improve this page
Add a description, image, and links to the plot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plot topic, visit your repo's landing page and select "manage topics."
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val