Python AdminUIa list of the lables: chart_labels = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] chart_data = [1.5, 2.3, 4.3, 2.2, 5.1, 6.5, 2.3, 2.3, 2.2, 1.1] LineChart(chart_data, chart_labels) You may put more than 1 series series on the line chart: LineChart({'series1': chart_data, 'series2': chart_data2}, chart_labels) set show_area=True to fill the area of the chart, and set smooth=False to stop smoothing the line. You You may set the height in every type of chart. class adminui.LineChart(data=[], labels=None, show_axis=True, show_line=True, show_area=False, smooth=True, height=300, line_color=None, area_color=None0 码力 | 67 页 | 653.37 KB | 1 年前3
Django CMS 3.0.x Documentationhtml': _('Two columns'), 'col_three.html': _('Three columns'), } Being a normal python file, templates labels can be passed through gettext for translation. Note: As templates are still loaded by the Django 'global': 2, 'TeaserPlugin': 1, 'LinkPlugin': 1, }, 'plugin_modules': { 'LinkPlugin': 'Extra', }, 'plugin_labels': { 'LinkPlugin': 'Add a link', }, }, 'base.html content': { "plugins": ['TextPlugin', 'PicturePlugin' of plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with lists0 码力 | 180 页 | 1.56 MB | 6 月前3
django cms 3.1.x Documentation_('Two columns'), 'col_three.html': _('Three columns'), } Being a normal python file, templates labels can be passed through gettext for translation. Note: As templates are still loaded by the Django 2, 'TeaserPlugin': 1, 'LinkPlugin': 1, }, 'plugin_modules': { 'LinkPlugin': 'Extra', }, 'plugin_labels': { 'LinkPlugin': 'Add a link', }, }, 'base.html content': { "plugins": ['TextPlugin', 'PicturePlugin' of plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with0 码力 | 200 页 | 1.63 MB | 1 年前3
Notes for install Keras on Anaconda3train_labels <- mnist$train$y test_images <- mnist$test$x test_labels <- mnist$test$y #data structure checking str(train_images) str(train_labels) str(test_images) str(test_labels) # reshape train_images<-train_images / 255 test_images <- test_images / 255 train_labels <- to_categorical(train_labels, 10) test_labels <- to_categorical(test_labels, 10) # defining the model and layers model <- k optimizer_rmsprop(), metrics = c('accuracy') ) # train (fit) model %>% fit( train_images, train_labels, epochs = 30, batch_size = 128, ) D) The expected results are as follows:0 码力 | 3 页 | 654.13 KB | 8 月前3
django cms 3.3.x Documentation_('Two columns'), 'col_three.html': _('Three columns'), } Being a normal python file, templates labels can be passed through gettext for translation. Note As templates are still loaded by the Django }, 'plugin_modules': { 'LinkPlugin': 'Extra', }, 'plugin_labels': { 'LinkPlugin': 'Add a link', }, }, 'base.html content': { "plugins": plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with0 码力 | 386 页 | 1.56 MB | 1 年前3
django cms 3.4.x Documentation_('Two columns'), 'col_three.html': _('Three columns'), } Being a normal python file, templates labels can be passed through gettext for translation. Note As templates are still loaded by the Django }, 'plugin_modules': { 'LinkPlugin': 'Extra', }, 'plugin_labels': { 'LinkPlugin': 'Add a link', }, }, 'base.html content': { "plugins": plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with0 码力 | 395 页 | 1.64 MB | 1 年前3
django cms 3.6.x Documentation_('Two columns'), 'col_three.html': _('Three columns'), } Being a normal python file, templates labels can be passed through gettext for translation. Note: As templates are still loaded by the Django Release 3.6.1 (continued from previous page) 'plugin_modules': { 'LinkPlugin': 'Extra', }, 'plugin_labels': { 'LinkPlugin': 'Add a link', }, }, 'base.html content': { "plugins": ['TextPlugin', 'PicturePlugin' of plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with0 码力 | 278 页 | 1.63 MB | 1 年前3
django cms 3.10.x Documentation_('Two columns'), 'col_three.html': _('Three columns'), } Being a normal python file, templates labels can be passed through gettext for translation. Note: As templates are still loaded by the Django 2, 'TeaserPlugin': 1, 'LinkPlugin': 1, }, 'plugin_modules': { 'LinkPlugin': 'Extra', }, 'plugin_labels': { 'LinkPlugin': 'Add a link', }, }, 'base.html content': { "plugins": ['TextPlugin', 'PicturePlugin' of plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with0 码力 | 296 页 | 1.79 MB | 1 年前3
django cms 3.5.x Documentation_('Two columns'), 'col_three.html': _('Three columns'), } Being a normal python file, templates labels can be passed through gettext for translation. Note As templates are still loaded by the Django }, 'plugin_modules': { 'LinkPlugin': 'Extra', }, 'plugin_labels': { 'LinkPlugin': 'Add a link', }, }, 'base.html content': { "plugins": plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with0 码力 | 403 页 | 1.69 MB | 1 年前3
django cms 3.7.x Documentation_('Two columns'), 'col_three.html': _('Three columns'), } Being a normal python file, templates labels can be passed through gettext for translation. Note As templates are still loaded by the Django }, 'plugin_modules': { 'LinkPlugin': 'Extra', }, 'plugin_labels': { 'LinkPlugin': 'Add a link', }, }, 'base.html content': { "plugins": plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with0 码力 | 409 页 | 1.67 MB | 1 年前3
共 275 条
- 1
- 2
- 3
- 4
- 5
- 6
- 28













