Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Ferki-git-creator/graphxml

Repository files navigation

📊 GraphXML

GraphXML — is a simple XML-based language for describing charts with rendering in C + SDL2.
The idea is to create a lightweight and intuitive format, similar to Markdown, but for charts.


🔤 Example GraphXML

<dataset name="City A" color="blue">
 <point x="Mon" y="20"/>
 <point x="Tue" y="22"/>
 <point x="Wed" y="19"/>
</dataset>
<dataset name="City B" color="red">
 <point x="Mon" y="18"/>
 <point x="Tue" y="21"/>
 <point x="Wed" y="17"/>
</dataset>

Demo

Here is an example of a graph created from example.graphxml and saved as PNG without opening a window (headless mode):

GraphXML Demo

Releases

No releases published

Sponsor this project

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /