Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B BraillePlot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Georg Graßnick
  • BraillePlot
  • Wiki
  • Implementation

Implementation · Changes

Page history
Update Implementation authored Oct 09, 2019 by Richard Schmidt's avatar Richard Schmidt
Hide whitespace changes
Inline Side-by-side
Implementation.md
View page @ 3f829e1f
......@@ -95,7 +95,7 @@ Scatter plots are plotted by adding the points to the diagram and, if desired, p
Line plots are plotted like scatter plots with additional line plotting between two data points. For this purpose the slope and the y-intercept are calculated. Lines are plotted by taking the x-coordinates between two points and calculating the y-coordinates with y = slope * x + y-intercept.
Currently three different line styles are supported.
The full line style corresponds with the dot frame. The dashed line style corresponds with the cross frame. The dotted line style corresponds with the circle frame. This may be changed in LinePlotter in drawLines (line 161). Variable i corresponds to the different frames.
It is possible to not chose any frame or to chose the dot frame for all data series.
It is possible for the user to not chose any frame or to chose the dot frame for all data series.
The user can chose wether bar chart data should be plotted as a grouped or a stacked bar chart. Negative values are only supported for grouped bar charts, not for stacked bar charts.
......
Clone repository
  • Bar Charts
  • Conceptual Design
  • Criteria
  • EndUserDocumentation
  • GuiSvgPlot Integration
  • Implementation
  • Known issues
  • Line Charts
  • Packages
  • Scatter Plots
  • Software Architecture
  • Software Design
  • Testing
  • User Study
  • Home
View All Pages

Impressum · Nutzungsbedingungen · Datenschutz