Coder Social home page Coder Social logo

matplotpp's People

Contributors

yuichikatori avatar

Watchers

 avatar

matplotpp's Issues

Plot text with ascii extended characters

What steps will reproduce the problem?
1. Add title to a plot using ascii extended characters.
2. Display the plot. 

What is the expected output? What do you see instead?
The expected output is the title with the ascii extended characters and instead 
you get the title without any extended characters.

What version of the product are you using? On what operating system?
Current version on a windows XP.

Please provide any additional information below.
I made a change the to code and it seems to work.
I included a casting to a unsigned char in every call to glutBitmapCharacter 
("static_cast<unsigned char>(s[i])").
By doing this glutBitmapCharacter sees characters in the range expected (0 to 
255 not negative). 

Original issue reported on code.google.com by [email protected] on 5 Sep 2014 at 1:56

Legend implementation

What steps will reproduce the problem?
1. Use the library and want to add a legend

What is the expected output? What do you see instead?
Legend appearing in the plot

What version of the product are you using? On what operating system?
git checkout

Please provide any additional information below.
This is the most awesome project i've seen in a very long time! A plotting 
library this easy to use is long overdue in C++. THANK you for your awesome 
work, and view this as a feature request and a sign that your efforts with this 
library is MUCH appreciated!

Original issue reported on code.google.com by [email protected] on 29 Dec 2011 at 1:24

examples won't complie in ubuntu

What steps will reproduce the problem?
Simply make won't generate the bin directory neither the example binaries 

What is the expected output? What do you see instead?
The binaries. After you create the directory by hand, the compiler will 
complain about undefined references to gl functions


What version of the product are you using? On what operating system?
Latest on Ubuntu 12.04


Please provide any additional information below.
After creating the bin directory as mentioned before, you have to apply the 
following change in the Makefile in order to get things work:
In examples/Makefile in every row you have to change the order of the included 
libraries for example:
original:
$(CC) $(LIB) $(INCDIR) -o bin/ex101_creating_a_plot ex101_creating_a_plot.cc 
$(ALIB)
corrected:
$(CC) $(INCDIR) -o bin/ex101_creating_a_plot ex101_creating_a_plot.cc $(ALIB) 
$(LIB)
and so on.
I didn't solve the bin creation problem


Original issue reported on code.google.com by [email protected] on 29 Sep 2012 at 8:54

Attachments:

The bag in drowing Z-axes

In matplotpp.cc heve problem in line 1085. ForLoop run on vector ZTick and 
using range of iterate for YTick. 

Original issue reported on code.google.com by [email protected] on 29 Oct 2014 at 8:31

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.