Skip to content

Commit

Permalink
gtkmm-plplot 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoonj committed Mar 2, 2019
1 parent 14b9adb commit 7c36bef
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
3 changes: 3 additions & 0 deletions docs/doxygen_hack.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ div.image img[src="test11.png"]{
div.image img[src="test12.png"]{
width:600px;
}
div.image img[src="test13.png"]{
width:600px;
}
22 changes: 11 additions & 11 deletions docs/extra_pages.dox
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
* image11.src = "test11.png"
* var image12 = new Image();
* image12.src = "test12.png"
* var image13 = new Image();
* image13.src = "test13.png"
*
* var step = 1;
* function slideit() {
* document.images.slide.src = eval("image"+step+".src");
* if (step < 12)
* if (step < 13)
* step++;
* else
* step=1;
Expand Down Expand Up @@ -170,21 +172,16 @@
* deb [arch=amd64] http://xmi-apt.tomschoonjans.eu/ubuntu xenial stable
* deb-src http://xmi-apt.tomschoonjans.eu/ubuntu xenial stable
*
* Ubuntu Zesty 17.04:
*
* deb [arch=amd64] http://xmi-apt.tomschoonjans.eu/ubuntu zesty stable
* deb-src http://xmi-apt.tomschoonjans.eu/ubuntu zesty stable
*
* Ubuntu Artful 17.10:
*
* deb [arch=amd64] http://xmi-apt.tomschoonjans.eu/ubuntu artful stable
* deb-src http://xmi-apt.tomschoonjans.eu/ubuntu artful stable
*
* Ubuntu Bionic 18.04:
*
* deb [arch=amd64] http://xmi-apt.tomschoonjans.eu/ubuntu bionic stable
* deb-src http://xmi-apt.tomschoonjans.eu/ubuntu bionic stable
*
* Ubuntu Cosmic 18.10:
*
* deb [arch=amd64] http://xmi-apt.tomschoonjans.eu/ubuntu cosmic stable
* deb-src http://xmi-apt.tomschoonjans.eu/ubuntu cosmic stable
*
* When the sources.list file contains the correct download locations, update the apt cache by running:
*
* > `sudo apt-get update`
Expand Down Expand Up @@ -282,4 +279,7 @@
* \section example12 Example 12: Histograms
* \include test12.cpp
* \image html test12.png "Example 12"
* \section example13 Example 13: Dates and times
* \include test13.cpp
* \image html test13.png "Example 13"
*/
1 change: 1 addition & 0 deletions docs/images/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ EXTRA_DIST = \
test10.png \
test11.png \
test12.png \
test13.png \
$(NULL)
Binary file added docs/images/test13.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion gtkmm-plplot/plot2d.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ namespace Gtk {
* Before calling this method, the (default) time format is not set.
* When you call this function, the X-axis will interpret the X data as date / time
* The format is based on the C strftime function
* \param time_fmt the new time format.
* \param time_format the new time format.
*/
void set_axis_time_format_x(Glib::ustring time_format);

Expand Down

0 comments on commit 7c36bef

Please sign in to comment.