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

Dev Module: bs.plot for making graphs #223

Open
SBtree-bit opened this issue Jun 17, 2024 · 1 comment
Open

Dev Module: bs.plot for making graphs #223

SBtree-bit opened this issue Jun 17, 2024 · 1 comment
Labels
🌍 Bookshelf World Feature for the Bookshelf World Datapack

Comments

@SBtree-bit
Copy link
Contributor

SBtree-bit commented Jun 17, 2024

Usually in development, you have to deal with a lot of numbers. It would be great if there was a way to make a graph of these values to make sure everything works fine. It could have many functions, such as:

data modify bs:in plot.data.x [0.0f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f]
data modify bs:in plot.data.y [0.0f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f]

function #bs.plot:create_scatter <- For a scatter plot
function #bs.plot:create_line <- For a line plot
function #bs.plot:create_bar <- For a bar graph
@theogiraudet
Copy link
Contributor

theogiraudet commented Jun 17, 2024

@Leirof approved ahah
We had this plot in the old Bookshelf version (see the screenshots on the documentation), but we lost it during the transition from Gunivers-Lib to Bookshelf.
In my opinion, this should not be a Bookshelf Dev feature but more a Bookshelf World feature. Bookshelf World is the datapack linked to the map of this repository. This map is useful to present system/demo or to test some feature that require the world, without impacting the Bookshelf Dev datapack itself.

But yeah, this could be an excellent feature to have again!

@theogiraudet theogiraudet added the 🌍 Bookshelf World Feature for the Bookshelf World Datapack label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌍 Bookshelf World Feature for the Bookshelf World Datapack
Projects
Status: ⏳ Todo
Development

No branches or pull requests

2 participants