awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesOptimization Plot Customizers

Allows modification of visualization figures using standard graphing APIs.

Distinct from Plot Axis Customizers: Distinct from Plot Axis Customizers: focuses on returning editable figure objects for broader layout control rather than just axis settings.

Explore 3 awesome GitHub repositories matching data & databases · Optimization Plot Customizers. Refine with filters or upvote what's useful.

Awesome Optimization Plot Customizers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • optuna/optunaAvatar de optuna

    optuna/optuna

    14,388Voir sur GitHub↗

    Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine learning model configurations. It functions as a Bayesian optimization library that systematically tests parameter combinations to maximize or minimize objective functions, streamlining the model development process through iterative evaluation. The project distinguishes itself through a define-by-run dynamic construction model, which allows users to build complex, conditional search spaces using standard programming logic. Its architecture is highly modular, featuring a pluggabl

    Returns editable figure objects for custom visualization layouts.

    Pythondistributedhyperparameter-optimizationmachine-learning
    Voir sur GitHub↗14,388
  • bloomberg/bqplotAvatar de bloomberg

    bloomberg/bqplot

    3,693Voir sur GitHub↗

    bqplot is an interactive data visualization library for Jupyter notebooks. It implements a grammar of graphics model, allowing users to build complex 2D charts by combining marks, scales, and axes. The library distinguishes itself with specialized toolkits for financial charting, such as OHLC candlesticks and time-series analysis, and geographic data visualization, including choropleths and custom map projections for TopoJSON and GeoJSON data. It enables deep interaction through tools like lasso selection, rectangular brushing, and the ability to manually manipulate plot points or line data.

    Allows users to initialize and switch between multiple independent visualization canvases.

    TypeScript
    Voir sur GitHub↗3,693
  • makieorg/makie.jlAvatar de MakieOrg

    MakieOrg/Makie.jl

    2,778Voir sur GitHub↗

    Makie.jl is a high-performance Julia data visualization library and hardware-accelerated plotting engine used to create interactive 2D and 3D visualizations. It functions as a reactive visualization framework where plots update automatically via observables and compute graphs, and as a vector graphics generator for high-resolution academic output. The system is distinguished by its backend-agnostic rendering pipeline, which supports OpenGL, WebGL, and ray-traced scenes. It employs a grammar-of-graphics approach to map variables to aesthetic attributes and utilizes a hierarchical scene graph t

    Returns editable figure objects and provides APIs to add or remove plot elements for broad layout control.

    Juliagpugraphicsjulia
    Voir sur GitHub↗2,778
  1. Home
  2. Data & Databases
  3. Data Analysis & Visualization
  4. Visualization Frameworks and Libraries
  5. Statistical Plotting Libraries
  6. Plot Axis Customizers
  7. Optimization Plot Customizers

Explorer les sous-tags

  • Figure ManagementCapabilities for initializing, switching, and managing multiple independent plotting canvases. **Distinct from Optimization Plot Customizers:** Focuses on the lifecycle and management of the plot canvas rather than styling specific figure objects.